mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
30048 lines
7.2 MiB
30048 lines
7.2 MiB
/*!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 */;
|
|
DROP TABLE IF EXISTS `creature_template`;
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
/*!40101 SET character_set_client = utf8 */;
|
|
CREATE TABLE `creature_template`
|
|
(
|
|
`entry` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`difficulty_entry_1` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`difficulty_entry_2` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`difficulty_entry_3` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`KillCredit1` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`KillCredit2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`modelid1` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`modelid2` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`modelid3` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`modelid4` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`name` char(100) NOT NULL DEFAULT '0',
|
|
`subname` char(100) DEFAULT NULL,
|
|
`IconName` char(100) DEFAULT NULL,
|
|
`gossip_menu_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`minlevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|
`maxlevel` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|
`exp` smallint(6) NOT NULL DEFAULT '0',
|
|
`faction` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|
`npcflag` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`speed_walk` float NOT NULL DEFAULT '1' COMMENT 'Result of 2.5/2.5, most common value',
|
|
`speed_run` float NOT NULL DEFAULT '1.14286' COMMENT 'Result of 8.0/7.0, most common value',
|
|
`scale` float NOT NULL DEFAULT '1',
|
|
`rank` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`mindmg` float NOT NULL DEFAULT '0',
|
|
`maxdmg` float NOT NULL DEFAULT '0',
|
|
`dmgschool` tinyint(4) NOT NULL DEFAULT '0',
|
|
`attackpower` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`dmg_multiplier` float NOT NULL DEFAULT '1',
|
|
`baseattacktime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`rangeattacktime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`unit_class` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`unit_flags` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`unit_flags2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`dynamicflags` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`family` tinyint(4) NOT NULL DEFAULT '0',
|
|
`trainer_type` tinyint(4) NOT NULL DEFAULT '0',
|
|
`trainer_spell` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`trainer_class` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`trainer_race` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`minrangedmg` float NOT NULL DEFAULT '0',
|
|
`maxrangedmg` float NOT NULL DEFAULT '0',
|
|
`rangedattackpower` smallint(5) unsigned NOT NULL DEFAULT '0',
|
|
`type` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`type_flags` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`lootid` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`pickpocketloot` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`skinloot` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`resistance1` smallint(6) NOT NULL DEFAULT '0',
|
|
`resistance2` smallint(6) NOT NULL DEFAULT '0',
|
|
`resistance3` smallint(6) NOT NULL DEFAULT '0',
|
|
`resistance4` smallint(6) NOT NULL DEFAULT '0',
|
|
`resistance5` smallint(6) NOT NULL DEFAULT '0',
|
|
`resistance6` smallint(6) NOT NULL DEFAULT '0',
|
|
`spell1` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell2` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell3` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell4` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell5` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell6` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell7` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`spell8` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`PetSpellDataId` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`VehicleId` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`mingold` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`maxgold` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
|
`AIName` char(64) NOT NULL DEFAULT '',
|
|
`MovementType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`InhabitType` tinyint(3) unsigned NOT NULL DEFAULT '3',
|
|
`HoverHeight` float NOT NULL DEFAULT '1',
|
|
`Health_mod` float NOT NULL DEFAULT '1',
|
|
`Mana_mod` float NOT NULL DEFAULT '1',
|
|
`Armor_mod` float NOT NULL DEFAULT '1',
|
|
`RacialLeader` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
|
`questItem1` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`questItem2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`questItem3` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`questItem4` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`questItem5` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`questItem6` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`movementId` int(11) unsigned NOT NULL DEFAULT '0',
|
|
`RegenHealth` tinyint(3) unsigned NOT NULL DEFAULT '1',
|
|
`mechanic_immune_mask` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`flags_extra` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ScriptName` char(64) NOT NULL DEFAULT '',
|
|
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '1',
|
|
PRIMARY KEY (`entry`),
|
|
KEY `idx_name` (`name`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
LOCK TABLES `creature_template` WRITE;
|
|
/*!40000 ALTER TABLE `creature_template` DISABLE KEYS */;
|
|
INSERT INTO `creature_template` VALUES
|
|
(1,0,0,0,0,0,10045,0,0,0,'Waypoint (Only GM can see it)','Visual',NULL,0,1,80,0,35,0,0.91,1.14286,1,0,422,586,0,642,1,2000,2200,1,0,2048,0,0,0,0,0,0,345,509,103,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.0125,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),
|
|
(3,0,0,0,0,0,987,0,0,0,'Flesh Eater','',NULL,0,24,25,0,21,0,0.777776,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,6,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'',1,3,1,1.02,1,1,0,884,1129,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6,0,0,0,0,0,10913,0,0,0,'Kobold Vermin','',NULL,0,1,2,0,25,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(19,0,0,0,0,0,6074,0,0,0,'Benny Questgiver','NPC',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25,0,0,0,0,0,4465,0,0,0,'Mithril Mechanical Dragonling',NULL,NULL,0,45,45,0,2,0,0.91,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',1),
|
|
(29,0,0,0,25499,0,25275,0,0,0,'Kanrethad','Master of Death',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1250,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30,0,0,0,0,0,382,0,0,0,'Forest Spider',NULL,NULL,0,5,6,0,22,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,3,0,0,0,0,4,6,100,1,1,30,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5880,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31,0,0,0,0,0,145,0,0,0,'Furbolg','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36,0,0,0,0,0,367,0,0,0,'Harvest Golem','',NULL,0,11,12,0,14,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,9,32768,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(38,0,0,0,0,0,5035,5036,0,0,'Defias Thug',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,38,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,7,'SmartAI',1,3,1,1,1,1,0,752,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(40,0,0,0,0,0,373,0,0,0,'Kobold Miner',NULL,NULL,0,6,7,0,26,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,40,40,0,0,21,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,773,772,0,0,0,0,100,1,0,0,'',12340),
|
|
(43,0,0,0,0,0,368,0,0,0,'Mine Spider',NULL,NULL,0,8,9,0,22,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,3,0,0,0,0,8,11,100,1,1,43,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10495,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(46,0,0,0,0,0,441,0,0,0,'Murloc Forager','',NULL,0,9,10,0,18,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,46,46,0,0,0,0,0,0,0,3368,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,780,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(48,0,0,0,0,0,200,0,0,0,'Skeletal Warrior','',NULL,0,21,22,0,21,0,0.888888,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,6,0,48,48,0,0,0,0,0,0,0,9080,7165,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(49,0,0,0,0,0,159,0,0,0,'Lesser Succubus','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(54,0,0,0,0,0,1287,0,0,0,'Corina Steele','Weaponsmith',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(55,0,0,0,0,0,17,0,0,0,'Mean Ed the Blacksmith','',NULL,0,20,20,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(60,0,0,0,0,0,2153,0,0,0,'Ruklar the Trapper',NULL,NULL,0,8,8,0,26,0,1,0.857143,1,0,10,13,0,32,1,2000,2101,2,0,2048,0,0,0,0,0,0,6,9,100,7,0,60,0,0,0,0,0,0,0,0,6016,12024,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(61,0,0,0,0,0,3341,0,0,0,'Thuros Lightfingers',NULL,NULL,0,11,11,0,17,0,1,1.14286,1,4,15,20,0,44,1,1700,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,61,0,0,0,0,0,0,0,0,15657,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(62,0,0,0,0,0,26,0,0,0,'Gug Fatcandle','',NULL,0,4,4,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(65,0,0,0,0,0,13,0,0,0,'Peasant Woman','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(66,0,0,0,0,0,1298,0,0,0,'Tharynn Bouden','Trade Supplies',NULL,0,10,10,0,12,128,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(67,0,0,0,0,0,23,0,0,0,'[UNUSED] Marlon Darnik','Grocer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(68,0,0,0,0,0,3167,5446,0,0,'Stormwind City Guard',NULL,'Directions',435,75,75,2,11,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(69,0,0,0,0,0,31048,0,0,0,'Diseased Timber Wolf',NULL,NULL,0,2,2,0,32,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,100,1,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13060,0,0,0,'',1,1,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(70,0,0,0,0,0,13,0,0,0,'[UNUSED] Lower Class Citizen','','',0,1,2,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(71,0,0,0,0,0,137,0,0,0,'Rankist','',NULL,0,5,7,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(72,0,0,0,0,0,19,0,0,0,'[UNUSED] Antaris the Trader','','',0,20,20,0,2000,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(73,0,0,0,0,0,15,0,0,0,'Veraina the Apothecary','Questgiver',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(74,0,0,0,0,0,1289,0,0,0,'Kurran Steele','Cloth & Leather Armor Merchant',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(75,0,0,0,0,0,166,0,0,0,'[UNUSED] Vashaum Nightwither','','',0,12,12,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(78,0,0,0,0,0,3275,0,0,0,'Janos Hammerknuckle','Weaponsmith',NULL,0,5,5,0,12,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(79,0,0,0,0,0,774,0,0,0,'Narg the Taskmaster',NULL,NULL,0,10,10,0,26,0,1,0.857143,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(80,0,0,0,0,0,365,0,0,0,'Kobold Laborer','',NULL,0,3,3,0,25,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,0,7,0,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(81,0,0,0,0,0,371,0,0,0,'[UNUSED] Luglar the Clogger','','',0,5,5,0,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(82,0,0,0,0,0,16,0,0,0,'Crazy Leonetti','',NULL,0,7,7,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(87,0,0,0,0,0,167,0,0,0,'Forest Troll Berserker','',NULL,0,2,4,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(89,0,0,0,0,0,169,0,0,0,'Infernal','','',0,66,70,2,954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,19,0,0,0,0,215,320,44,3,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.9,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(90,0,0,0,0,0,791,0,0,0,'Sea Giant','',NULL,0,40,40,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(92,0,0,0,0,0,171,0,0,0,'Rock Elemental',NULL,NULL,0,39,40,0,91,0,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,4627,7848,0,0,0,0,0,1,0,0,'',12340),
|
|
(93,0,0,0,0,0,172,0,0,0,'Centaur','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(94,0,0,0,0,0,2361,2362,0,0,'Defias Cutpurse',NULL,NULL,0,5,6,0,17,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,94,94,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(95,0,0,0,0,0,4418,4419,0,0,'Defias Smuggler','',NULL,0,11,12,0,17,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,95,95,0,0,0,0,0,0,0,2589,10277,0,0,0,0,0,0,0,0,12,20,'SmartAI',0,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(97,0,0,0,0,0,10791,0,0,0,'Riverpaw Runt',NULL,NULL,0,8,9,0,20,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,97,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,782,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(98,0,0,0,0,0,376,0,0,0,'Riverpaw Taskmaster','',NULL,0,17,18,0,20,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,98,98,0,0,0,0,0,0,0,3229,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(99,0,0,0,0,0,3320,0,0,0,'Morgaine the Sly',NULL,NULL,0,10,10,0,17,0,1,1.14286,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,99,99,0,0,0,0,0,0,0,1776,7159,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(100,0,0,0,0,0,175,0,0,0,'Gruff Swiftbite','',NULL,0,12,12,0,20,0,1.2,1.14286,1,4,17,22,0,46,1,1500,1705,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(102,0,0,0,0,0,177,0,0,0,'Bronze Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(103,0,0,0,0,0,2073,0,0,0,'Garrick Padfoot',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,103,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'SmartAI',0,3,1,1,1,1,0,182,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(105,0,0,0,0,0,178,0,0,0,'Tall Strider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(106,0,0,0,0,0,179,0,0,0,'Kodo Beast','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(107,0,0,0,0,0,180,0,0,0,'Raptor','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,11,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(108,0,0,0,0,0,181,0,0,0,'Green Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(109,0,0,0,0,0,182,0,0,0,'White Dragonspawn','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(111,0,0,0,0,0,20,0,0,0,'Priest','',NULL,0,3,4,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(112,0,0,0,0,0,14,0,0,0,'Priestess','',NULL,0,3,4,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(113,0,0,0,0,0,503,0,0,0,'Stonetusk Boar',NULL,NULL,0,5,6,0,189,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,5,0,0,0,0,4,6,100,1,1,113,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9081,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(114,0,0,0,0,0,378,0,0,0,'Harvest Watcher','',NULL,0,14,15,0,14,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,9,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(115,0,0,0,0,0,379,0,0,0,'Harvest Reaper','',NULL,0,17,18,0,14,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,9,0,115,0,0,0,0,0,0,0,0,7342,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(116,0,0,0,0,0,2357,2358,0,0,'Defias Bandit',NULL,NULL,0,8,9,0,17,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,116,116,0,0,0,0,0,0,0,8646,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,1019,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(117,0,0,0,0,0,175,0,0,0,'Riverpaw Gnoll','',NULL,0,11,12,0,20,0,1.2,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(118,0,0,0,0,0,11415,0,0,0,'Prowler',NULL,NULL,0,9,10,0,38,0,1,0.85714,1,0,13,17,0,42,1,1500,2000,1,0,2048,0,1,0,0,0,0,9,13,100,1,1,118,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5943,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(119,0,0,0,0,0,381,0,0,0,'Longsnout',NULL,NULL,0,10,11,0,189,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,5,0,0,0,0,9,14,100,1,1,119,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9073,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(120,0,0,0,0,0,366,0,0,0,'Forest Stalker','',NULL,0,9,10,0,22,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,13,0,1,1,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5884,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(121,0,0,0,0,0,2336,2337,0,0,'Defias Pathstalker','',NULL,0,16,16,0,17,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,121,121,0,0,0,0,0,0,0,2589,11972,0,0,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(122,0,0,0,0,0,2342,2343,0,0,'Defias Highwayman','',NULL,0,17,18,0,17,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,122,122,0,0,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(123,0,0,0,0,0,383,0,0,0,'Riverpaw Mongrel','',NULL,0,14,14,0,20,0,1,1.19048,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,123,123,0,0,0,0,0,0,0,8016,0,0,0,0,0,0,0,0,0,14,24,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(124,0,0,0,0,0,384,0,0,0,'Riverpaw Brute','',NULL,0,15,16,0,20,0,1.2,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,124,124,0,0,0,0,0,0,0,13730,0,0,0,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(125,0,0,0,0,0,10790,0,0,0,'Riverpaw Overseer','',NULL,0,19,20,0,20,0,1,1.19048,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,125,0,0,0,0,0,0,0,0,3136,0,0,0,0,0,0,0,0,0,24,37,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(126,0,0,0,0,0,983,0,0,0,'Murloc Coastrunner','',NULL,0,12,13,0,18,0,1,1.42857,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,126,126,0,0,0,0,0,0,0,7357,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(127,0,0,0,0,0,1995,0,0,0,'Murloc Tidehunter','',NULL,0,18,19,0,18,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,127,127,0,0,0,0,0,0,0,11831,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(128,0,0,0,0,0,1415,0,0,0,'Angry Programmer Tweedle Dee','Testing',NULL,0,59,59,0,18,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,586,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(129,0,0,0,0,0,138,0,0,0,'Angry Programmer Tweedle Dum','',NULL,0,50,75,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(130,0,0,0,0,0,62,0,0,0,'Programmer Vendor','',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(138,0,0,0,0,0,14662,0,0,0,'out Captain Lolo Longstriker','The Thorium Brotherhood','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11159),
|
|
(149,0,0,0,0,0,387,0,0,0,'[UNUSED] Small Black Dragon Whelp','','',0,6,7,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(150,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Milius','Bowyer','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(151,0,0,0,0,0,1292,0,0,0,'Brog Hamfist','General Supplies',NULL,0,10,10,0,12,384,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(152,0,0,0,0,0,3277,0,0,0,'Brother Danil','General Supplies',NULL,0,5,5,0,12,384,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(153,0,0,0,0,0,14947,0,0,0,'Bethina','Baby Murloc Redemption Merchant',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(154,0,0,0,0,0,1105,0,0,0,'Greater Fleshripper','',NULL,0,16,17,0,73,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,7,0,0,0,0,17,25,2,1,1,154,0,0,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,8834,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(157,0,0,0,0,0,3027,0,0,0,'Goretusk','',NULL,0,14,15,0,189,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,5,0,0,0,0,15,22,2,1,1,157,0,100003,10,0,0,0,40,10,0,0,0,0,0,0,0,0,9085,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(161,0,0,0,0,0,18,0,0,0,'[UNUSED] Ander the Monk','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(163,0,0,0,0,0,18,0,0,0,'[UNUSED] Destitute Farmer','','',0,4,4,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(165,0,0,0,0,0,390,0,0,0,'[UNUSED] Small Child','','',0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(167,0,0,0,0,0,1844,0,0,0,'Morhan Coppertongue','Metalsmith',NULL,0,13,13,0,55,4224,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(171,0,0,0,0,0,1305,0,0,0,'Murloc Warrior','',NULL,0,15,16,0,18,0,1,0.857143,1,0,23,31,0,56,1,3000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,171,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(190,0,0,0,0,0,3276,0,0,0,'Dermot Johns','Cloth & Leather Armor Merchant',NULL,0,5,5,0,12,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(192,0,0,0,0,0,195,0,0,0,'Ice Troll','',NULL,0,62,62,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(193,0,0,0,0,0,196,0,0,0,'Blue Dragonspawn',NULL,NULL,0,50,51,0,60,0,1.1,1.14286,1,1,86,114,0,210,2.4,2700,2000,1,64,2048,0,0,0,0,0,0,59,87,20,2,0,193,0,193,0,0,0,175,0,0,0,0,0,0,0,0,0,0,0,0,380,501,'',0,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(196,0,0,0,0,0,3251,0,0,0,'Eagan Peltskinner',NULL,NULL,0,3,3,0,12,2,1,1.14286,1,0,3,4,0,28,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(197,0,0,0,0,0,1859,0,0,0,'Marshal McBride',NULL,NULL,4048,20,20,0,12,3,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(198,0,0,0,0,0,5001,0,0,0,'Khelden Bremen','Mage Trainer',NULL,4660,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,8,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(199,0,0,0,0,0,410,0,0,0,'Young Fleshripper','',NULL,0,10,11,0,73,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,7,0,0,0,0,9,14,100,1,1,199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12868,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(200,0,0,0,0,0,158,0,0,0,'Shambling Skeleton UNUSED','','',0,20,21,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,2378,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(201,0,0,0,0,0,11400,0,0,0,'Brittlebones Skeleton','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(202,0,0,0,0,0,9786,0,0,0,'Skeletal Horror','',NULL,0,23,24,0,21,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,6,0,202,202,0,0,0,0,0,0,0,7399,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,1598,2378,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(203,0,0,0,0,0,9783,0,0,0,'Skeletal Mage','',NULL,0,22,23,0,21,0,1,1.14286,1,0,23,33,0,35,1,3000,2000,8,0,2048,0,0,0,0,0,0,20,30,14,6,0,203,203,0,0,0,0,0,0,0,20792,12544,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(204,0,0,0,0,0,200,0,0,0,'[UNUSED] Cackle Flamebone','','',0,28,28,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(205,0,0,0,0,0,736,0,0,0,'Nightbane Dark Runner','',NULL,0,28,29,0,24,0,1,1.42857,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,205,0,100010,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,0,0,41,58,'SmartAI',1,3,1,1.05,1,1,0,895,896,6844,0,0,0,144,1,0,0,'',12340),
|
|
(206,0,0,0,0,0,522,0,0,0,'Nightbane Vile Fang','',NULL,0,30,30,0,24,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,206,0,100010,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',0,3,1,1.05,1,1,0,896,6844,0,0,0,0,0,1,0,0,'',12340),
|
|
(207,0,0,0,0,0,376,0,0,0,'[UNUSED] Riverpaw Hideflayer','','',0,25,26,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(208,0,0,0,0,0,383,0,0,0,'[UNUSED] Riverpaw Pack Warder','','',0,23,24,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(209,0,0,0,0,0,413,0,0,0,'[UNUSED] Riverpaw Bone Chanter','','',0,24,25,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(210,0,0,0,0,0,570,0,0,0,'Bone Chewer','',NULL,0,26,27,0,21,0,0.777776,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,6,0,210,210,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,884,1129,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(211,0,0,0,0,0,415,0,0,0,'Ogre','',NULL,0,29,30,0,45,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(212,0,0,0,0,0,610,0,0,0,'Splinter Fist Warrior','',NULL,0,29,30,0,45,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,212,212,0,0,0,0,0,0,0,5242,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(213,0,0,0,0,0,801,0,0,0,'Starving Dire Wolf','',NULL,0,19,20,0,38,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,1,0,0,0,0,20,30,4,1,1,213,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13051,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(215,0,0,0,0,0,4276,4278,0,0,'Defias Night Runner','',NULL,0,24,25,0,17,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,215,215,0,0,0,0,0,0,0,2589,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(217,0,0,0,0,0,955,0,0,0,'Venom Web Spider','',NULL,0,19,20,0,22,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,3,0,0,0,0,20,30,4,1,1,217,0,0,0,0,0,0,0,0,744,745,0,0,0,0,0,0,10503,0,0,0,'SmartAI',1,1,1,1,1,1,0,1130,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(218,0,0,0,0,0,4275,4277,0,0,'Grave Robber','',NULL,0,24,25,0,17,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,218,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(219,0,0,0,0,0,17,0,0,0,'[UNUSED] Logan Mar','Cloth & Leather Armor Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(220,0,0,0,0,0,17,0,0,0,'[UNUSED] Khebil Steelsmith','Weaponsmith','',0,17,17,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(221,0,0,0,0,0,23,0,0,0,'Dannus','Merchant',NULL,0,17,17,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(222,0,0,0,0,0,1845,0,0,0,'Nillen Andemar','Macecrafter',NULL,0,19,19,0,55,4224,1,1.14286,1,0,27,37,0,68,1,1500,2002,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(223,0,0,0,0,0,10619,0,0,0,'Dan Golthas','Apprentice Leatherworker',NULL,4188,23,23,0,68,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,4608,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(224,0,0,0,0,0,20,0,0,0,'Zek Marston','Weapon Peddler',NULL,0,15,15,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(225,0,0,0,0,0,4331,0,0,0,'Gavin Gnarltree','Weaponsmith',NULL,0,30,30,0,12,4224,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(226,0,0,0,0,0,4332,0,0,0,'Morg Gnarltree','Armorer',NULL,0,30,30,0,12,4224,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(227,0,0,0,0,0,4340,0,0,0,'Mabel Solaj','General Goods',NULL,0,26,26,0,12,384,1,1.14286,1,0,37,49,0,90,1,1500,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(228,0,0,0,0,0,4334,0,0,0,'Avette Fellwood','Bowyer',NULL,0,24,24,0,12,4480,1,1.14286,1,0,34,46,0,84,1,1500,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(229,0,0,0,0,0,17,0,0,0,'Vaious','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(230,0,0,0,0,0,4335,0,0,0,'Thornton Fellwood','Woodcrafter',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(232,0,0,0,0,0,3614,0,0,0,'Farmer Ray',NULL,NULL,0,23,23,0,88,0,1.05,1.14286,1,0,33,44,0,80,1,1500,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,232,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(233,0,0,0,0,0,1943,0,0,0,'Farmer Saldean','',NULL,1781,20,20,0,12,643,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(234,0,0,0,0,0,1690,0,0,0,'Gryan Stoutmantle','The People\'s Militia',NULL,0,35,35,0,11,3,1,1.14286,1,1,49,64,0,118,2.4,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(235,0,0,0,0,0,1691,0,0,0,'Salma Saldean','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(237,0,0,0,0,0,1944,0,0,0,'Farmer Furlbrow','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(238,0,0,0,0,0,1692,0,0,0,'Verna Furlbrow','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(239,0,0,0,0,0,3265,0,0,0,'Grimbooze Thunderbrew','',NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(240,0,0,0,0,0,1985,0,0,0,'Marshal Dughan',NULL,NULL,11611,25,25,0,12,3,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(241,0,0,0,0,0,3254,0,0,0,'Remy \"Two Times\"',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(242,0,0,0,0,0,214,0,0,0,'Horras Brackwell','',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(243,0,0,0,0,0,163,0,0,0,'[UNUSED] Greeby Mudwhisker TEST','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(244,0,0,0,0,0,3330,0,0,0,'Ma Stonefield',NULL,NULL,0,3,3,0,12,2,1,1.14286,1,0,3,4,0,28,1,1500,2000,1,512,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(246,0,0,0,0,0,3329,0,0,0,'\"Auntie\" Bernice Stonefield',NULL,NULL,0,6,6,0,12,2,1,1.14286,1,0,7,9,0,34,1,1500,2000,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(247,0,0,0,0,0,221,0,0,0,'Billy Maclure',NULL,NULL,0,1,1,0,12,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(248,0,0,0,0,0,2959,0,0,0,'Gramma Stonefield',NULL,NULL,0,3,3,0,12,2,1,1.14286,1,0,3,4,0,28,1,1500,2000,1,512,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(250,0,0,0,0,0,3327,0,0,0,'Pa Maclure',NULL,NULL,0,6,6,0,12,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(251,0,0,0,0,0,3323,0,0,0,'Maybell Maclure',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(252,0,0,0,0,0,3331,0,0,0,'Tommy Joe Stonefield',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,1500,2000,1,512,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(253,0,0,0,0,0,5038,0,0,0,'William Pestle',NULL,NULL,0,6,6,0,12,2,1,1.14286,1,0,7,9,0,34,1,1500,2000,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(255,0,0,0,0,0,3324,0,0,0,'Gerard Tiller',NULL,NULL,0,6,6,0,12,2,1,1.14286,1,0,7,9,0,34,1,1500,2000,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(257,0,0,0,0,0,2299,0,0,0,'Kobold Worker','',NULL,0,3,3,0,25,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,0,7,0,257,257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(258,0,0,0,0,0,3328,0,0,0,'Joshua Maclure','Vintner',NULL,0,5,5,0,12,128,1,1.14286,1,0,5,7,0,32,1,1000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(260,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Tower Guard','','',0,22,22,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(261,0,0,0,0,0,1984,0,0,0,'Guard Thomas',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(262,0,0,0,0,0,433,0,0,0,'Half-eaten body','',NULL,0,1,1,0,1732,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(263,0,0,0,0,0,4321,0,0,0,'Lord Ello Ebonlocke','Mayor of Darkshire',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(264,0,0,0,0,0,4322,0,0,0,'Commander Althea Ebonlocke','Leader of The Night Watch',NULL,0,45,45,0,53,2,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(265,0,0,0,0,0,4323,0,0,0,'Madame Eva','',NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(266,0,0,0,0,0,1741,0,0,0,'Wiley the Black','',NULL,0,26,26,0,12,2,1,1.14286,1,0,37,49,0,90,1,1000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(267,0,0,0,0,0,1720,0,0,0,'Clerk Daltry','',NULL,0,31,31,0,12,2,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(268,0,0,0,0,0,4324,0,0,0,'Sirra Von\'Indi','Historian of Darkshire',NULL,0,24,24,0,12,2,1,1.14286,1,0,34,46,0,84,1,1000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(269,0,0,0,0,0,4309,0,0,0,'Role Dreuger','Deputy Mayor of Darkshire',NULL,0,40,40,0,12,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(270,0,0,0,0,0,1724,0,0,0,'Councilman Millstipe','Council of Darkshire',NULL,0,28,28,0,12,2,1,1.14286,1,0,39,53,0,96,1,1000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(271,0,0,0,0,0,1713,0,0,0,'Ambassador Berrybuck','Council of Darkshire',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(272,0,0,0,0,0,1715,0,0,0,'Chef Grual','',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(273,0,0,0,0,0,1731,0,0,0,'Tavernkeep Smitts','',NULL,0,22,22,0,12,2,1,1.14286,1,0,32,42,0,78,1,1000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(274,0,0,0,0,0,5039,0,0,0,'Barkeep Hann','Bartender',NULL,0,26,26,0,12,640,1,1.14286,1,0,37,49,0,90,1,1000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(275,0,0,0,0,0,1734,0,0,0,'Whit Wantmal','',NULL,0,27,27,0,12,2,1,1.14286,1,0,38,51,0,92,1,1000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(276,0,0,0,0,0,4326,0,0,0,'Viktori Prism\'Antras','',NULL,0,28,28,0,12,2,1,1.14286,1,0,39,53,0,96,1,1000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(277,0,0,0,0,0,1433,0,0,0,'Roberto Pupellyverbos','Merlot Connoisseur',NULL,685,30,30,0,12,641,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(278,0,0,0,0,0,3268,0,0,0,'Sara Timberlain',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,1000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(279,0,0,0,0,0,5082,0,0,0,'Morgan Pestle',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(280,0,0,0,0,0,68,0,0,0,'Placeholder - Jasperlode Mine','Area Trigger',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(281,0,0,0,0,0,139,0,0,0,'Kobold Tank','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(282,0,0,0,0,0,139,0,0,0,'Kobold Spellcaster','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(283,0,0,0,0,0,139,0,0,0,'Kobold Healer','',NULL,0,7,8,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(284,0,0,0,0,0,2404,0,0,0,'Brown Horse',NULL,NULL,0,2,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(285,0,0,0,0,0,617,0,0,0,'Murloc',NULL,NULL,0,6,7,0,18,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,285,285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,1256,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(286,0,0,0,0,0,346,0,0,0,'Old Rotten Gill','',NULL,0,11,11,0,18,0,1.2,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(287,0,0,0,0,0,68,0,0,0,'Placeholder - Darkhollow Mine','',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(288,0,0,0,0,0,4325,0,0,0,'Jitters','',NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(289,0,0,0,0,0,4328,0,0,0,'Abercrombie','The Hermit',NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,1000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(290,0,0,0,0,0,68,0,0,0,'Placeholder - Fargodeep Mine','Area Trigger',NULL,0,13,14,0,12,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,0,0,0,0,0,0,0,0,0,7159,6713,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(291,0,0,0,0,0,31,0,0,0,'Placeholder Chest of Drawers','Placeholder!',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(294,0,0,0,0,0,1689,0,0,0,'Marshal Haggard',NULL,NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(295,0,0,0,0,0,1291,0,0,0,'Innkeeper Farley','Innkeeper',NULL,1291,30,30,0,12,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(296,0,0,0,0,0,232,0,0,0,'[UNUSED] Goodmother Jans','','',0,20,21,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(297,0,0,0,0,0,1756,0,0,0,'Caretaker Folsom','',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(298,0,0,0,0,0,2583,0,0,0,'[UNUSED] Aunt Bethda','<Needs Texture>','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(299,0,0,0,0,0,31049,0,0,0,'Diseased Young Wolf','',NULL,0,1,1,0,32,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,100,1,1,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13059,0,0,0,'',1,1,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(300,0,0,0,0,0,655,0,0,0,'Zzarc\' Vul','',NULL,0,30,30,0,45,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,300,300,0,0,0,0,0,0,0,8716,0,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,3,1,1.1,1,1,0,1968,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(301,0,0,0,0,0,33,0,0,0,'[UNUSED] Brog\'Mud','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(302,0,0,0,0,0,915,0,0,0,'Blind Mary','',NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(303,0,0,0,0,0,38,0,0,0,'Placeholder Interactive Doodad - jk','Use Your Imagination',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(304,0,0,0,0,0,2346,0,0,0,'Felsteed','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(305,0,0,0,0,0,2410,0,0,0,'White Stallion','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(306,0,0,0,0,0,2408,0,0,0,'Palomino','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(307,0,0,0,0,0,2409,0,0,0,'Pinto','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(308,0,0,0,0,0,2402,0,0,0,'Black Stallion','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(309,0,0,0,0,0,433,0,0,0,'Rolf\'s corpse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(311,0,0,0,0,0,4327,0,0,0,'Sven Yorgen','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(313,0,0,0,0,0,3348,0,0,0,'Theocritus','Mage of Tower Azora',NULL,0,24,24,0,12,2,1,1.14286,1,0,34,46,0,84,1,1000,2000,1,512,2048,0,0,0,0,8,0,23,34,6,7,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(314,0,0,0,0,0,10487,0,0,0,'Eliza','Bride of the Embalmer',NULL,0,30,30,0,14,0,2.07,1.14286,1,0,30,42,0,44,1,1341,2000,8,0,2048,0,0,0,0,0,0,26,38,16,6,0,314,0,0,0,0,0,0,0,0,0,20819,11831,21096,0,0,0,0,0,0,147,197,'SmartAI',0,3,1,1,1,1,0,2382,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(315,0,0,0,0,0,1562,0,0,0,'Stalvan Mistmantle','',NULL,0,32,32,0,14,0,1,1.14286,1,0,45,60,0,108,1,1500,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,6,0,315,315,0,0,0,0,0,0,0,3105,0,0,0,0,0,0,0,0,0,58,81,'SmartAI',0,3,1,1.5,1,1,0,3629,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(318,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Akil','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(319,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Benthas','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(320,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Cryus','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(321,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Deros','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(322,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Enoch','','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(323,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Farthing','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(324,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Greishan','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(325,0,0,0,0,0,4320,0,0,0,'Hogan Ference','',NULL,0,20,20,0,12,0,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(326,0,0,0,0,0,190,0,0,0,'[UNUSED] Brother Ictharin','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(327,0,0,0,0,0,2299,0,0,0,'Goldtooth',NULL,NULL,0,8,8,0,26,0,1,0.857143,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,327,327,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,772,773,981,0,0,0,100,1,0,0,'',12340),
|
|
(328,0,0,0,0,0,1294,0,0,0,'Zaldimar Wefhellt','Mage Trainer',NULL,4661,13,13,0,12,51,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,512,2048,0,0,0,0,8,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(329,0,0,0,0,0,453,0,0,0,'Earth Elemental',NULL,NULL,0,59,59,0,91,0,1.9,1.14286,1,0,102,135,0,248,1,1490,2000,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,0,0,0,260,260,260,260,260,260,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(330,0,0,0,0,0,8871,0,0,0,'Princess',NULL,NULL,0,9,9,0,7,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,5,0,0,0,0,8,11,100,1,1,330,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9077,0,0,0,'SmartAI',1,1,1,1,1,1,0,1006,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(331,0,0,0,0,0,1484,0,0,0,'Maginor Dumas','Master Mage',NULL,4486,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,8,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(332,0,0,0,0,0,1736,0,0,0,'Master Mathias Shaw','Leader of SI:7',NULL,4941,62,62,0,12,3,1,1.14286,1,0,172,240,0,262,1,1000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,20714,20720,0,20712,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(333,0,0,0,0,0,18,0,0,0,'[UNUSED] Edwardo the Jester','','',0,44,44,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(334,0,0,0,0,0,6050,0,0,0,'Gath\'Ilzogg','Warlord of the Blackrock Clan',NULL,0,26,26,0,40,0,1,1.14286,1,1,37,49,0,90,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,334,334,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,139,186,'SmartAI',0,3,1,3,1,1,0,3633,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(335,0,0,0,0,0,497,0,0,0,'Singe','',NULL,0,24,24,0,40,0,1.11111,1.14286,1,1,25,34,0,36,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,22,31,15,2,0,335,0,100005,0,0,0,0,0,0,12468,13375,0,0,0,0,0,0,0,0,110,149,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(336,0,0,0,0,0,18,0,0,0,'[UNUSED] Rin Tal\'Vara','','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(338,0,0,0,0,0,5080,0,0,0,'Mazen Mac\'Nadir','Academy of Arcane Arts and Sciences',NULL,0,44,44,0,12,2,1,1.14286,1,0,72,96,0,174,1,1000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(339,0,0,0,0,0,459,0,0,0,'[UNUSED] Helgor the Pugilist','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(340,0,0,0,0,0,5728,0,0,0,'Kendor Kabonka','Master of Cooking Recipes',NULL,0,50,50,0,12,128,1,1.14286,1,0,85,112,0,206,1,1000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(341,0,0,0,0,0,1748,0,0,0,'Foreman Oslow','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(342,0,0,0,0,0,1743,0,0,0,'Martie Jainrose','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(343,0,0,0,0,0,3377,0,0,0,'Chef Breanna','',NULL,0,19,19,0,12,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(344,0,0,0,0,0,1753,0,0,0,'Magistrate Solomon','',NULL,0,36,36,0,12,2,1,1.14286,1,0,50,66,0,120,1,1000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(345,0,0,0,0,0,703,0,0,0,'Bellygrub','',NULL,0,24,24,0,14,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,5,0,0,0,0,23,34,6,1,1,345,0,100005,0,0,0,0,0,0,6268,5568,0,0,0,0,0,0,9063,0,0,0,'SmartAI',0,1,1,1.75,1,1,0,3631,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(346,0,0,0,0,0,3370,0,0,0,'Barkeep Daniels','',NULL,0,21,21,0,12,2,1,1.14286,1,0,31,40,0,74,1,1000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(347,0,0,0,0,0,15099,0,0,0,'Grizzle Halfmane','Alterac Valley Battlemaster',NULL,6466,61,61,0,1214,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(348,0,0,0,0,0,3359,0,0,0,'Zem Leeward','',NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(349,0,0,0,0,0,1826,0,0,0,'Corporal Keeshan','',NULL,0,25,25,0,11,2,1,0.85714,1,1,35,48,0,86,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'npc_corporal_keeshan',12340),
|
|
(351,0,0,0,0,0,87,0,0,0,'Peasant','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(352,0,0,0,0,0,5128,0,0,0,'Dungar Longdrink','Gryphon Master',NULL,704,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(353,0,0,0,0,0,14944,0,0,0,'Antonia Dart','Baby Murloc Redemption Merchant',NULL,0,55,55,0,12,8194,1.72,1.14286,1,0,94,125,0,228,1,1216,1338,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,774,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(354,0,0,0,0,0,244,0,0,0,'[UNUSED] Grall Twomoons','Shaman Trainer','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(356,0,0,0,0,0,207,0,0,0,'Black Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(358,0,0,0,0,0,247,0,0,0,'Timber Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(359,0,0,0,0,0,1166,0,0,0,'Winter Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(361,0,0,0,0,0,467,0,0,0,'Saytr','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(364,0,0,0,0,0,358,0,0,0,'Slime','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(365,0,0,0,0,0,6852,0,0,0,'Scott\'s Flying Mount','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(370,0,0,0,0,0,221,0,0,0,'Boy','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(371,0,0,0,0,0,257,0,0,0,'Girl','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(372,0,0,0,0,0,8089,0,0,0,'Karm Ironquill','Mining Supplies',NULL,0,16,16,0,12,128,1,1.14286,1,0,23,31,0,56,1,1500,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(373,0,0,0,0,0,240,0,0,0,'Murak Winterborn','Shaman Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(374,0,0,0,0,0,4287,0,0,0,'Cog Glitzspinner','',NULL,0,30,30,0,875,2,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(375,0,0,0,0,0,3344,0,0,0,'Priestess Anetta','Priest Trainer',NULL,4665,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,5,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(376,0,0,0,0,0,1495,0,0,0,'High Priestess Laurena','Priest Trainer',NULL,4466,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,5,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(377,0,0,0,0,0,1295,0,0,0,'Priestess Josetta','Priest Trainer',NULL,4666,13,13,0,12,51,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,512,2048,0,0,0,0,5,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(379,0,0,0,0,0,3367,0,0,0,'Darcy','Waitress',NULL,0,15,15,0,12,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(380,0,0,0,0,0,86,0,0,0,'[UNUSED] Waldin Thorbatt','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(381,0,0,0,0,0,3360,0,0,0,'Dockmaster Baren','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(382,0,0,0,0,0,3454,0,0,0,'Marshal Marris','',NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(383,0,0,0,0,0,3273,0,0,0,'Jason Mathers','Fishmonger',NULL,0,7,7,0,12,2,1,1.14286,1,0,9,12,0,36,1,1000,2000,1,512,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(384,0,0,0,0,0,3270,0,0,0,'Katie Hunter','Horse Breeder',NULL,4004,10,10,0,12,131,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(385,0,0,0,0,0,229,0,0,0,'Horse','',NULL,0,5,5,0,35,0,1,0.85714,1,0,5,7,0,32,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(386,0,0,0,0,0,19,0,0,0,'[UNUSED] Ulric the Grim','Wolf Merchant','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(387,0,0,0,0,0,21,0,0,0,'Lord Sammuel','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(388,0,0,0,0,0,21,0,0,0,'Bromos Murphy','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(389,0,0,0,0,0,21,0,0,0,'Lord Lantinga','Master Paladin',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(390,0,0,0,0,0,377,0,0,0,'Porcine Entourage',NULL,NULL,0,7,7,0,7,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,5,0,0,0,0,6,8,100,1,1,390,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9076,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(391,0,0,0,0,0,5243,0,0,0,'Old Murk-Eye','',NULL,0,20,20,0,18,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,391,391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.2,1,1,0,3636,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(392,0,0,0,0,0,1279,0,0,0,'Captain Grayson','',NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(393,0,0,0,0,0,165,0,0,0,'Tame Wolf','',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(395,0,0,0,0,0,262,0,0,0,'Markus',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(397,0,0,0,0,0,3383,0,0,0,'Morganth','',NULL,0,26,26,0,39,0,1,1.14286,1,0,26,37,0,39,1,2000,2000,8,32768,2048,0,0,0,0,0,0,23,33,15,7,0,397,0,0,0,0,0,0,0,0,20811,13787,0,0,0,0,0,0,0,0,124,166,'SmartAI',0,3,1,1,1,1,0,3617,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(399,0,0,0,0,0,251,0,0,0,'Boy - placeholder 05','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(400,0,0,0,0,0,251,0,0,0,'Boy - placeholder 06','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(401,0,0,0,0,0,251,0,0,0,'Boy - placeholder 07','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(402,0,0,0,0,0,251,0,0,0,'Boy - placeholder 08','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(403,0,0,0,0,0,251,0,0,0,'Boy - placeholder 09','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(404,0,0,0,0,0,252,0,0,0,'Girl - placeholder 01','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(405,0,0,0,0,0,252,0,0,0,'Girl - placeholder 02','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(406,0,0,0,0,0,252,0,0,0,'Girl - placeholder 03','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(407,0,0,0,0,0,252,0,0,0,'Girl - placeholder 04','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(408,0,0,0,0,0,252,0,0,0,'Girl - placeholder 05','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(409,0,0,0,0,0,252,0,0,0,'Girl - placeholder 06','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(410,0,0,0,0,0,252,0,0,0,'Girl - placeholder 07','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(411,0,0,0,0,0,252,0,0,0,'Girl - placeholder 08','',NULL,0,1,2,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(412,0,0,0,0,0,1693,0,0,0,'Stitches','Gift from the Embalmer',NULL,0,35,35,0,93,0,1,1.14286,1,1,49,64,0,118,7.5,3000,1475,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,412,0,0,0,0,0,0,0,0,3106,0,0,0,0,0,0,0,0,0,567,745,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(415,0,0,0,0,0,3358,0,0,0,'Verner Osgood','',NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(416,0,0,0,0,0,4449,0,0,0,'Imp','','',0,5,5,0,90,0,1,1.14286,1,0,5,6,0,28,1,2000,2000,8,0,2048,0,23,0,0,0,0,3,4,100,3,0,416,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.84,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(417,0,0,0,0,0,850,0,0,0,'Felhunter','','',0,80,80,2,90,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,15,0,0,0,0,341,506,80,3,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.95,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(418,0,0,0,0,0,1131,0,0,0,'Lesser Voidwalker','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(421,0,0,0,0,0,149,0,0,0,'Murphestos','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(422,0,0,0,0,0,506,0,0,0,'Murloc Flesheater','',NULL,0,18,19,0,18,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,422,422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,33,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(423,0,0,0,0,0,487,0,0,0,'Redridge Mongrel','',NULL,0,15,16,0,19,0,1,1.19048,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,423,423,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,17,28,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(424,0,0,0,0,0,551,0,0,0,'Redridge Poacher','',NULL,0,16,17,0,19,0,1,1.19048,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,424,424,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(426,0,0,0,0,0,500,0,0,0,'Redridge Brute','',NULL,0,17,18,0,19,0,1.2,1.14286,1,0,26,35,0,64,1,2700,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,426,426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,32,'SmartAI',1,3,1,1,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),
|
|
(428,0,0,0,0,0,490,0,0,0,'Dire Condor','',NULL,0,18,19,0,14,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,7,0,0,0,0,19,27,3,1,1,428,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12877,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(429,0,0,0,0,0,491,0,0,0,'Shadowhide Darkweaver','',NULL,0,25,26,0,39,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,7,0,429,429,0,0,0,0,0,50,0,9613,39273,6205,706,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.05,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(430,0,0,0,0,0,10789,0,0,0,'Redridge Mystic','',NULL,0,18,19,0,19,0,1,1.14286,1,0,20,28,0,28,1,2000,2000,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,430,430,0,0,0,0,0,0,0,20802,547,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),
|
|
(431,0,0,0,0,0,493,0,0,0,'Shadowhide Slayer','',NULL,0,25,26,0,39,0,1.2,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,431,431,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(432,0,0,0,0,0,1887,0,0,0,'Shadowhide Brute','',NULL,0,23,24,0,39,0,1.2,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,432,432,0,0,0,0,0,50,0,8599,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(433,0,0,0,0,0,275,0,0,0,'Shadowhide Gnoll','',NULL,0,22,23,0,39,0,1,1.19048,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,433,433,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(434,0,0,0,0,0,275,0,0,0,'Rabid Shadowhide Gnoll','',NULL,0,21,22,0,39,0,1,1.19048,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,434,434,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(435,0,0,0,0,0,6044,0,0,0,'Blackrock Champion','',NULL,0,24,25,0,40,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,435,435,0,0,0,0,0,0,0,13730,8258,3019,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(436,0,0,0,0,0,6039,0,0,0,'Blackrock Shadowcaster','',NULL,0,22,23,0,40,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,30,14,7,0,436,436,0,0,0,0,0,0,0,8994,13787,9613,11639,0,0,0,0,0,0,102,139,'SmartAI',0,3,1,1,1,1,0,1261,3014,7906,0,0,0,0,1,0,0,'',12340),
|
|
(437,0,0,0,0,0,6037,0,0,0,'Blackrock Renegade','',NULL,0,21,22,0,40,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,437,437,0,0,0,0,0,0,0,6660,3019,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(440,0,0,0,0,0,6033,0,0,0,'Blackrock Grunt','',NULL,0,19,20,0,40,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,440,440,0,0,0,0,0,0,0,3019,0,0,0,0,0,0,0,0,0,24,36,'SmartAI',1,3,1,1,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(441,0,0,0,0,0,387,0,0,0,'Black Dragon Whelp','',NULL,0,17,18,0,14,0,1.11111,1.14286,1,0,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,2,0,441,0,441,0,0,0,0,0,0,20793,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,1,1,1,1,1,0,1221,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(442,0,0,0,0,0,366,0,0,0,'Tarantula','',NULL,0,15,16,0,22,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,3,0,0,0,0,16,23,2,1,1,442,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5888,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(444,0,0,0,0,0,499,0,0,0,'[UNUSED] Goreripper','','',0,25,25,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(445,0,0,0,0,0,609,0,0,0,'Redridge Alpha','',NULL,0,19,20,0,19,0,1.2,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,445,445,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(446,0,0,0,0,0,609,0,0,0,'Redridge Basher','',NULL,0,18,19,0,19,0,1.2,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,446,446,0,0,0,0,0,0,0,5164,11977,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),
|
|
(448,0,0,0,0,0,384,0,0,0,'Hogger',NULL,NULL,0,11,11,0,20,0,1.2,1.14286,1,1,15,20,0,44,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,9,14,100,7,0,448,448,0,0,0,0,0,0,0,6730,6016,6268,0,0,0,0,0,0,0,45,64,'SmartAI',1,3,1,3,1,1,0,1931,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(449,0,0,0,0,0,2344,2345,0,0,'Defias Knuckleduster','',NULL,0,16,17,0,17,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,449,449,0,0,0,0,0,0,0,12555,3417,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(450,0,0,0,0,0,4420,4421,0,0,'Defias Renegade Mage',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,0,20,28,0,28,1,1780,1958,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,450,0,0,0,0,0,0,0,0,20793,134,4979,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(452,0,0,0,0,0,383,0,0,0,'Riverpaw Bandit','',NULL,0,16,17,0,20,0,1,1.19048,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,452,452,0,0,0,0,0,0,0,53,7357,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(453,0,0,0,0,0,502,0,0,0,'Riverpaw Mystic','',NULL,0,18,19,0,20,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,453,453,0,0,0,0,0,0,0,9532,11986,0,0,0,0,0,0,0,0,22,34,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(454,0,0,0,0,0,8871,0,0,0,'Young Goretusk','',NULL,0,12,13,0,189,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,5,0,0,0,0,12,18,1,1,1,454,0,100003,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9088,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(456,0,0,0,0,0,486,0,0,0,'Murloc Minor Oracle','',NULL,0,14,14,0,18,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,456,456,0,0,0,0,0,0,0,9532,332,0,0,0,0,0,0,0,0,14,24,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(458,0,0,0,0,0,757,0,0,0,'Murloc Hunter','',NULL,0,16,17,0,18,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,458,458,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(459,0,0,0,0,0,3345,0,0,0,'Drusilla La Salle','Warlock Trainer',NULL,1503,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,9,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(460,0,0,0,0,0,1930,0,0,0,'Alamar Grimm','Warlock Trainer',NULL,4681,5,5,0,875,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,9,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(461,0,0,0,0,0,1469,0,0,0,'Demisette Cloyce','Warlock Trainer',NULL,4503,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,4608,2048,0,0,0,0,9,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(462,0,0,0,0,0,507,0,0,0,'Vultros',NULL,NULL,0,26,26,0,73,0,1.7,1.14286,1,4,37,49,0,90,1,1458,1604,1,0,2048,0,7,0,0,0,0,25,37,7,1,1,462,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12864,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(464,0,0,0,0,0,2150,0,0,0,'Guard Parker','',NULL,0,30,30,0,11,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(465,0,0,0,0,0,3266,0,0,0,'Barkeep Dobbins','Bartender',NULL,0,10,10,0,12,640,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(466,0,0,0,0,0,1688,0,0,0,'General Marcus Jonathan','High Commander of Stormwind Defense',NULL,0,72,72,0,12,2,1,1.38571,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,594,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(467,0,0,0,0,0,2311,0,0,0,'The Defias Traitor','',NULL,0,15,15,0,10,2,1,0.89286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,4096,467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,109,1,0,0,'',12340),
|
|
(468,0,0,0,0,0,4310,0,0,0,'Town Crier','',NULL,0,35,35,0,12,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(469,0,0,0,0,0,2593,0,0,0,'Lieutenant Doren',NULL,NULL,0,60,60,0,12,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(470,0,0,0,0,0,218,0,0,0,'[UNUSED] Scribe Colburg','','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(471,0,0,0,0,0,2541,0,0,0,'Mother Fang',NULL,NULL,0,10,10,0,22,0,1,0.857143,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,13,100,1,1,471,0,0,0,0,0,0,0,0,12023,0,0,0,0,0,0,0,5908,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(472,0,0,0,0,0,175,0,0,0,'Fedfennel',NULL,NULL,0,12,12,0,20,0,1.2,1.14286,1,4,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,472,0,0,0,0,0,0,0,0,16244,3238,0,0,0,0,0,0,0,0,13,21,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(473,0,0,0,0,0,2074,0,0,0,'Morgan the Collector',NULL,NULL,0,10,10,0,17,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,473,0,0,0,0,0,0,0,0,7159,1776,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,2239,1019,0,0,0,0,100,1,0,0,'',12340),
|
|
(474,0,0,0,0,0,2359,2360,0,0,'Defias Rogue Wizard',NULL,NULL,0,9,10,0,17,0,1,0.85714,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,7,0,474,474,0,0,0,10,0,0,0,13322,12544,0,0,0,0,0,0,0,0,10,17,'SmartAI',0,3,1,1,1,1,0,1019,6846,0,0,0,0,100,1,0,0,'',12340),
|
|
(475,0,0,0,0,0,139,0,0,0,'Kobold Tunneler',NULL,NULL,0,5,6,0,26,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,7,0,475,475,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,772,773,0,0,0,0,100,1,0,0,'',12340),
|
|
(476,0,0,0,0,0,163,0,0,0,'Kobold Geomancer',NULL,NULL,0,7,8,0,26,0,1,0.857143,1,0,7,10,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,7,10,11,7,0,476,476,0,0,24,0,0,0,0,133,12544,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,773,772,0,0,0,0,100,1,0,0,'',12340),
|
|
(478,0,0,0,0,0,512,0,0,0,'Riverpaw Outrunner',NULL,NULL,0,9,10,0,20,0,1.2,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,478,478,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,782,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(480,0,0,0,0,0,514,0,0,0,'Rusty Harvest Golem','',NULL,0,9,10,0,14,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,9,0,480,0,0,0,0,0,0,0,0,8014,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(481,0,0,0,0,0,2333,2335,0,0,'Defias Footpad','',NULL,0,10,11,0,17,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,481,481,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(482,0,0,0,0,0,3246,0,0,0,'Elling Trias','Master of Cheese',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(483,0,0,0,0,0,5546,0,0,0,'Elaine Trias','Mistress of Cheese',NULL,685,30,30,0,12,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(485,0,0,0,0,0,6034,0,0,0,'Blackrock Outrunner','',NULL,0,20,21,0,40,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,485,485,0,0,0,0,0,0,0,3019,6533,0,0,0,0,0,0,0,0,26,39,'SmartAI',1,3,1,1.02,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(486,0,0,0,0,0,6043,0,0,0,'Tharil\'zun','',NULL,0,24,24,0,40,0,1,1.14286,1,1,32,43,0,78,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,22,32,6,7,0,486,486,0,0,0,0,0,0,0,6533,3019,3631,0,0,0,0,0,0,0,114,154,'SmartAI',0,3,1,3,1,1,0,1260,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(487,0,0,0,0,0,2368,0,0,0,'Protector Bialon','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,487,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(488,0,0,0,0,0,2371,0,0,0,'Protector Weaver','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,488,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(489,0,0,0,0,0,2364,0,0,0,'Protector Dutfield','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,489,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(490,0,0,0,0,0,2367,0,0,0,'Protector Gariel','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,490,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(491,0,0,0,0,0,3342,0,0,0,'Quartermaster Lewis','Quartermaster',NULL,4107,20,20,0,12,387,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(494,0,0,0,0,0,2379,0,0,0,'Watcher Bukouris','The Night Watch',NULL,0,37,37,0,11,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,494,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(495,0,0,0,0,0,2391,0,0,0,'Watcher Keefer','The Night Watch',NULL,0,40,40,0,11,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,495,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(496,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kleeman','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(497,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Benjamin','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(498,0,0,0,0,0,2393,0,0,0,'[UNUSED] Watcher Larsen','','',0,20,20,0,56,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(499,0,0,0,0,0,2396,0,0,0,'Watcher Paige','The Night Watch',NULL,0,29,29,0,56,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4096,2048,0,0,0,0,0,0,28,41,8,7,0,499,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(500,0,0,0,0,0,374,0,0,0,'Riverpaw Scout','',NULL,0,12,13,0,20,0,1,1.19048,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,500,500,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(501,0,0,0,0,0,413,0,0,0,'Riverpaw Herbalist','',NULL,0,14,15,0,20,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,501,501,0,0,0,0,0,0,0,3369,3368,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(502,0,0,0,0,0,4422,0,0,0,'Benny Blaanco','',NULL,0,15,15,0,17,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,502,502,0,0,0,0,0,0,0,674,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',0,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(503,0,0,0,0,0,10626,0,0,0,'Lord Malathrom','',NULL,0,31,31,0,21,0,0.777776,1.14286,1,4,40,54,0,98,1,2000,2000,2,0,2048,0,0,0,0,0,0,28,41,9,6,0,503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(504,0,0,0,0,0,2331,2332,0,0,'Defias Trapper','',NULL,0,12,13,0,17,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,504,504,0,0,0,0,0,0,0,12024,2589,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(505,0,0,0,0,0,520,0,0,0,'Greater Tarantula','',NULL,0,19,20,0,22,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,3,0,0,0,0,20,30,4,1,1,505,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5891,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(506,0,0,0,0,0,383,0,0,0,'Sergeant Brashclaw','',NULL,0,18,18,0,20,0,1,1.19048,1,4,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,506,0,0,0,0,0,0,0,0,3136,5164,0,0,0,0,0,0,0,0,21,33,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(507,0,0,0,0,0,11179,0,0,0,'Fenros',NULL,NULL,0,32,32,0,24,0,1,1.14286,1,4,32,44,0,47,1,2000,2000,8,0,2048,0,0,0,0,0,0,27,40,16,7,0,507,0,100011,0,0,0,0,0,0,865,12544,6725,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(509,0,0,0,0,0,524,0,0,0,'[UNUSED] Long Fang','','',0,33,33,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(510,0,0,0,0,0,525,0,0,0,'Water Elemental','','',0,60,70,0,35,0,1,1.28968,1,0,234,331,0,286,1,2000,2000,8,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,31707,33395,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,0.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(511,0,0,0,0,0,828,0,0,0,'Insane Ghoul','',NULL,0,26,26,0,21,0,0.777776,1.14286,1,0,37,49,0,90,1,1700,2000,1,0,2048,0,0,0,0,0,0,25,37,7,6,0,511,511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',0,3,1,1.05,1,1,0,1946,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(513,0,0,0,0,0,1994,0,0,0,'Murloc Netter','',NULL,0,14,15,0,18,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,513,0,0,0,0,0,0,0,0,12024,11971,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(514,0,0,0,0,0,1288,0,0,0,'Smith Argus','Blacksmithing Trainer',NULL,2744,24,24,0,12,83,1,1.14286,1,0,34,46,0,84,1,1000,2000,1,512,2048,0,0,2,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(515,0,0,0,0,0,441,0,0,0,'Murloc Raider','',NULL,0,11,12,0,18,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,515,515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(516,0,0,0,0,0,528,0,0,0,'[UNUSED] Riverpaw Hunter','','',0,22,23,0,20,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(517,0,0,0,0,0,1079,0,0,0,'Murloc Oracle','',NULL,0,17,18,0,18,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,517,517,0,0,0,0,0,0,0,9734,6074,4980,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(518,0,0,0,0,0,488,0,0,0,'Yowler','',NULL,0,20,20,0,19,0,1,1.19048,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,518,518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.02,1,1,0,3614,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(519,0,0,0,0,0,540,0,0,0,'Slark','',NULL,0,15,15,0,18,0,1,1.14286,1,4,22,29,0,54,1,1600,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,519,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(520,0,0,0,0,0,652,0,0,0,'Brack','',NULL,0,19,19,0,18,0,1,1.14286,1,4,27,37,0,68,1,2800,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,520,0,0,0,0,0,0,0,0,9080,6016,11976,0,0,0,0,0,0,0,23,35,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(521,0,0,0,0,0,11412,0,0,0,'Lupos',NULL,NULL,0,23,23,0,38,0,1,1.42857,1,4,33,44,0,80,1,2000,1613,1,0,2048,0,1,0,0,0,0,22,33,5,1,1,521,0,100005,80,80,80,80,80,80,0,0,0,0,0,0,0,0,5960,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(522,0,0,0,0,0,21691,0,0,0,'Mor\'Ladim','',NULL,0,30,30,0,21,0,0.888888,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,29,42,9,6,0,522,522,0,0,0,0,0,0,0,3547,0,0,0,0,0,0,0,0,0,210,279,'SmartAI',1,3,1,3,1,1,0,3514,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(523,0,0,0,0,0,3263,0,0,0,'Thor','Gryphon Master',NULL,4106,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(524,0,0,0,0,0,389,0,0,0,'Rockhide Boar',NULL,NULL,0,7,8,0,189,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,5,0,0,0,0,7,10,100,1,1,524,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9078,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(525,0,0,0,0,0,903,0,0,0,'Mangy Wolf',NULL,NULL,0,5,6,0,38,0,1,0.85714,1,0,7,9,0,34,1,1700,2000,1,0,2048,0,1,0,0,0,0,4,6,100,1,1,525,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13061,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(531,0,0,0,0,0,7550,0,0,0,'Skeletal Fiend','',NULL,0,24,25,0,21,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,6,0,531,531,0,0,0,0,0,0,0,3416,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,2378,1598,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(533,0,0,0,0,0,203,0,0,0,'Nightbane Shadow Weaver','',NULL,0,27,28,0,24,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,533,0,100010,0,0,0,0,56,0,9613,6229,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,896,6844,0,0,0,0,0,1,0,0,'',12340),
|
|
(534,0,0,0,0,0,11181,0,0,0,'Nefaru','',NULL,0,34,34,0,24,0,1,1.14286,1,4,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(535,0,0,0,0,0,226,0,0,0,'[UNUSED] Savar','','',0,30,30,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(536,0,0,0,0,0,536,0,0,0,'[UNUSED] Rhal\'Del','','',0,32,32,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(538,0,0,0,0,0,1045,0,0,0,'[UNUSED] Buk\'Cha','','',0,31,31,0,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(539,0,0,0,0,0,958,0,0,0,'Pygmy Venom Web Spider','',NULL,0,18,19,0,22,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,3,0,0,0,0,19,27,3,1,1,539,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10502,0,0,0,'SmartAI',1,1,1,1,1,1,0,1130,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(541,0,0,0,0,0,6852,0,0,0,'Riding Gryphon','',NULL,0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(542,0,0,0,0,0,173,0,0,0,'Califex of the Deep Wood','Druid Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(543,0,0,0,0,0,12749,0,0,0,'Nalesette Wildbringer','Pet Trainer',NULL,0,40,40,0,80,17,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(544,0,0,0,0,0,5243,0,0,0,'Murloc Nightcrawler','',NULL,0,21,22,0,18,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,544,0,0,0,0,0,0,0,0,7159,7992,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.02,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(545,0,0,0,0,0,5293,0,0,0,'Murloc Tidecaller','',NULL,0,19,20,0,18,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,545,545,0,0,0,0,0,0,0,122,913,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(547,0,0,0,0,0,3035,0,0,0,'Great Goretusk','',NULL,0,16,17,0,189,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,5,0,0,0,0,17,25,2,1,1,547,0,100004,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9086,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(548,0,0,0,0,0,1079,0,0,0,'Murloc Minor Tidecaller','',NULL,0,17,18,0,18,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,548,548,0,0,0,0,0,0,0,547,9672,0,0,0,0,0,0,0,0,20,30,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(550,0,0,0,0,0,2312,0,0,0,'Defias Messenger','',NULL,0,14,14,0,34,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,550,550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'SmartAI',1,3,1,1,1,1,0,1381,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(564,0,0,0,0,0,163,0,0,0,'Kobold Slave','',NULL,0,10,11,0,26,0,1.2,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(565,0,0,0,0,0,802,0,0,0,'Rabid Dire Wolf','',NULL,0,20,21,0,38,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,1,0,0,0,0,21,30,4,1,1,565,0,100004,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,13052,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(566,0,0,0,0,0,501,0,0,0,'V\'rex','',NULL,0,19,19,0,20,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(567,0,0,0,0,0,3196,0,0,0,'Blacknails','',NULL,0,15,15,0,17,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(568,0,0,0,0,0,662,0,0,0,'Shadowhide Warrior','',NULL,0,24,25,0,39,0,1.2,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,568,568,0,0,0,0,0,0,0,7405,7164,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(569,0,0,0,0,0,2541,0,0,0,'Green Recluse','',NULL,0,21,22,0,22,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,32,4,1,1,569,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5894,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,1130,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(570,0,0,0,0,0,569,0,0,0,'Brain Eater','',NULL,0,28,29,0,21,0,0.777776,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,6,0,570,570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,59,'SmartAI',1,3,1,1.05,1,1,0,884,1129,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(572,0,0,0,0,0,1065,0,0,0,'Leprithus',NULL,NULL,0,19,19,0,21,0,0.777776,1.14286,1,4,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,6,0,572,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(573,0,0,0,0,0,548,0,0,0,'Foe Reaper 4000','',NULL,0,20,20,0,14,0,0.95,1.14286,1,4,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,9,0,573,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,24,37,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(574,0,0,0,0,0,963,0,0,0,'Naraxis','',NULL,0,27,27,0,22,0,1,1.14286,1,4,38,51,0,92,1,2000,2000,1,0,2048,0,3,0,0,0,0,26,39,7,1,1,574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5911,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,1130,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(575,0,0,0,0,0,1405,0,0,0,'Fire Elemental','',NULL,0,40,40,0,91,0,1.9,1.14286,1,0,56,74,2,136,2.4,1490,2000,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(576,0,0,0,0,0,2375,0,0,0,'Watcher Ladimore','The Night Watch',NULL,0,28,28,0,12,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(578,0,0,0,0,0,391,0,0,0,'Murloc Scout','',NULL,0,19,20,0,18,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,578,578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(579,0,0,0,0,0,550,0,0,0,'Shadowhide Assassin','',NULL,0,24,24,0,39,0,1,1.19048,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,579,579,0,0,0,0,0,50,0,2590,744,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(580,0,0,0,0,0,551,0,0,0,'Redridge Drudger','',NULL,0,20,21,0,19,0,1,1.19048,1,0,31,40,0,74,1,1500,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,580,580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'SmartAI',1,3,1,1.02,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),
|
|
(582,0,0,0,0,0,236,0,0,0,'Old Blanchy','',NULL,0,2,2,0,1892,0,1,1.28571,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(583,0,0,0,0,0,184,0,0,0,'Defias Ambusher',NULL,NULL,0,8,9,0,27,0,1,0.85714,1,0,11,15,0,6,1,2000,2000,4,0,2048,0,0,0,0,0,0,15.048,20.691,100,7,0,583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,1019,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(584,0,0,0,0,0,6041,0,0,0,'Kazon',NULL,NULL,0,27,27,0,40,0,1.51,1.14286,1,4,38,51,0,92,1,1425,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,584,0,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,50,80,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(586,0,0,0,0,0,166,0,0,0,'[UNUSED] Watcher Kern','','',0,30,30,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(587,0,0,0,0,0,4570,0,0,0,'Bloodscalp Warrior',NULL,NULL,0,33,34,0,28,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,587,587,0,0,0,0,0,0,0,6713,8599,11972,0,0,0,0,0,0,0,55,76,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(588,0,0,0,0,0,4575,0,0,0,'Bloodscalp Scout',NULL,NULL,0,34,35,0,28,0,1,1.14286,1,0,49,64,0,118,1,2000,1771,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,588,588,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,56,78,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(589,0,0,0,0,0,2338,2339,0,0,'Defias Pillager','',NULL,0,14,15,0,17,0,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,21,13,7,0,589,589,0,0,0,0,0,0,0,20793,12544,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(590,0,0,0,0,0,2340,2341,0,0,'Defias Looter','',NULL,0,13,14,0,17,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,590,590,0,0,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,15,25,'SmartAI',1,3,1,1,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(592,0,0,0,0,0,263,0,0,0,'[UNUSED] Defias Arsonist','','',0,15,15,0,17,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(594,0,0,0,0,0,2323,2324,0,0,'Defias Henchman','',NULL,0,15,16,0,17,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,594,594,0,0,10,10,10,10,10,8242,3248,0,0,0,0,0,0,0,0,74,101,'SmartAI',0,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(595,0,0,0,0,0,4574,0,0,0,'Bloodscalp Hunter',NULL,NULL,0,34,35,0,28,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,595,595,0,0,0,0,0,0,0,8599,6533,10277,0,0,0,0,0,0,0,54,75,'',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(596,0,0,0,0,0,3267,0,0,0,'Brainwashed Noble','',NULL,0,18,18,0,17,0,1,1.14286,1,4,19,26,0,27,1,2000,2000,8,32768,2048,0,0,0,0,0,0,17,24,13,7,0,596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'',0,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(597,0,0,0,0,0,4579,0,0,0,'Bloodscalp Berserker',NULL,NULL,0,36,37,0,28,0,1,1.14286,1,0,51,68,0,124,1,2400,1716,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,597,597,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,59,83,'SmartAI',1,3,1,1.15,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(598,0,0,0,0,0,308,2444,0,0,'Defias Miner',NULL,NULL,0,17,18,0,17,0,0.666668,1.14286,1,0,26,35,0,64,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,598,598,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(599,0,0,0,0,0,2355,0,0,0,'Marisa du\'Paige','',NULL,0,18,18,0,17,0,1,1.14286,1,4,19,26,0,27,1,2000,2000,8,32768,2048,0,0,0,0,0,0,17,24,13,7,0,599,599,0,0,0,0,0,0,0,700,228,512,9053,0,0,0,0,0,0,113,153,'SmartAI',0,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(601,0,0,0,0,0,2354,0,0,0,'Capo the Mean','',NULL,0,19,19,0,17,0,1.2,1.14286,1,2,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,7394,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(603,22555,32000,37319,0,0,10792,0,0,0,'Grimtooth',NULL,NULL,0,60,60,0,39,0,1.65,1.14286,1,0,104,138,0,252,1,1166,1283,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,603,603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,248,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(604,0,0,0,0,0,519,0,0,0,'Plague Spreader','',NULL,0,27,28,0,21,0,0.777776,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,6,0,604,604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',1,3,1,1.05,1,1,0,1129,884,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(605,0,0,0,0,0,19,0,0,0,'[UNUSED] Mr. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(606,0,0,0,0,0,560,0,0,0,'[UNUSED] Mrs. Whipple','','',0,24,24,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(607,0,0,0,0,0,561,0,0,0,'[UNUSED] Johnny Whipple','','',0,23,23,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(609,0,0,0,0,0,23,0,0,0,'[UNUSED] Grandpa Whipple','','',0,26,26,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(610,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Gina Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(611,0,0,0,0,0,524,0,0,0,'[UNUSED] Rabid Mr. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(612,0,0,0,0,0,202,0,0,0,'[UNUSED] Rabid Mrs. Whipple','','',0,32,32,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(613,0,0,0,0,0,563,0,0,0,'[UNUSED] Rabid Johnny Whipple','','',0,31,31,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(614,0,0,0,0,0,564,0,0,0,'[UNUSED] Rabid Grandpa Whipple','','',0,36,36,0,24,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(615,0,0,0,0,0,6040,0,0,0,'Blackrock Tracker','',NULL,0,23,23,0,40,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,615,615,0,0,0,0,0,0,0,3019,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(616,0,0,0,0,0,821,0,0,0,'Chatter','',NULL,0,23,23,0,22,0,0.95,1.14286,1,4,33,44,0,80,1,2000,2000,1,0,2048,0,3,0,0,0,0,22,33,5,1,1,616,0,0,0,0,0,0,0,0,3609,744,0,0,0,0,0,0,5909,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(619,0,0,0,0,0,2329,2330,0,0,'Defias Conjurer','',NULL,0,15,16,0,17,0,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,15,22,13,7,0,619,619,0,0,10,10,10,10,10,0,9053,12544,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(620,0,0,0,0,0,304,0,0,0,'Chicken','',NULL,0,1,1,0,31,2,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'npc_chicken_cluck',12340),
|
|
(621,0,0,0,0,0,304,0,0,0,'Chicken',NULL,NULL,0,1,1,0,12,2,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(622,0,0,0,0,0,7109,0,0,0,'Goblin Engineer',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,622,622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(623,0,0,0,0,0,11402,0,0,0,'Skeletal Miner','',NULL,0,17,18,0,21,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,623,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,77,105,'SmartAI',0,3,1,1,1,1,0,1894,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(624,0,0,0,0,0,10630,0,0,0,'Undead Excavator','',NULL,0,17,18,0,21,0,0.777776,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,624,624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,105,'SmartAI',1,3,1,1,1,1,0,1894,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(625,0,0,0,0,0,829,0,0,0,'Undead Dynamiter','',NULL,0,17,18,0,21,0,0.777776,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,625,625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,105,'SmartAI',1,3,1,1,1,1,0,1894,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(626,0,0,0,0,0,10628,0,0,0,'Foreman Thistlenettle','',NULL,0,18,18,0,21,0,0.777776,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,123,'SmartAI',0,3,1,1.2,1,1,0,1875,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(628,0,0,0,0,0,741,0,0,0,'Black Ravager','',NULL,0,24,25,0,38,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,1,0,0,0,0,24,36,6,1,1,628,0,100005,0,4,7,0,0,1,13443,0,0,0,0,0,0,0,5949,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(631,0,0,0,0,0,251,0,0,0,'pnagle\'s test dude','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(633,0,0,0,0,0,1571,0,0,0,'Elaine Carevin','',NULL,0,18,18,0,12,2,1,1.14286,1,0,26,35,0,64,1,1500,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(634,0,0,0,0,0,2316,2317,0,0,'Defias Overseer',NULL,NULL,0,17,18,0,17,0,1,1.14286,1,1,26,35,0,64,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,18,26,3,7,0,634,634,0,0,10,10,10,10,10,5115,0,0,0,0,0,0,0,0,0,77,105,'SmartAI',1,3,1,3,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(636,0,0,0,0,0,2314,2315,0,0,'Defias Blackguard',NULL,NULL,0,19,19,0,17,0,0.7,0.8,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,636,636,0,0,10,10,10,10,10,8874,14903,6408,1833,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,3,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(638,0,0,0,0,0,7107,7108,0,0,'Goblin Mercenary','',NULL,0,18,19,0,17,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(639,0,0,0,0,0,2029,0,0,0,'Edwin VanCleef','Defias Kingpin',NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,1500,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,639,639,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,318,421,'SmartAI',0,3,1,8,1,1,0,3637,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(641,0,0,0,0,0,7111,0,0,0,'Goblin Woodcarver',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,641,641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'SmartAI',1,3,1,3,1,1,0,6994,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(642,0,0,0,0,0,1269,0,0,0,'Sneed\'s Shredder','Lumbermaster',NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,9,0,642,0,0,0,0,0,0,0,0,7399,3603,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,8,1,1,0,7365,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(643,0,0,0,0,0,7125,0,0,0,'Sneed','Lumbermaster',NULL,0,20,20,0,17,0,1.45,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,643,643,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(644,0,0,0,0,0,14403,0,0,0,'Rhahk\'Zor','The Foreman',NULL,0,19,19,0,17,0,1,1.14286,1,1,27,37,0,68,1.7,3500,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,644,644,0,0,0,0,0,0,0,6304,0,0,0,0,0,0,0,0,0,225,298,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(645,0,0,0,0,0,1305,0,0,0,'Cookie','The Ship\'s Cook',NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,20,30,4,7,0,645,645,0,0,0,0,0,0,0,5174,6306,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(646,0,0,0,0,0,2026,0,0,0,'Mr. Smite','The Ship\'s First Mate',NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,646,646,0,0,0,0,0,0,0,6432,3391,6264,6435,0,0,0,0,0,0,201,267,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_mr_smite',12340),
|
|
(647,0,0,0,0,0,7113,0,0,0,'Captain Greenskin',NULL,NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2500,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,647,647,0,0,0,0,0,0,0,40505,5208,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(648,0,0,0,0,0,5003,0,0,0,'Bridge Worker Trent',NULL,NULL,0,5,5,0,12,0,0.93,1.14286,1,0,5,7,0,32,1,1960,2156,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(649,0,0,0,0,0,5004,0,0,0,'Bridge Worker Dmitri',NULL,NULL,0,10,10,0,12,0,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,11,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(650,0,0,0,0,0,5005,0,0,0,'Bridge Worker Jess',NULL,NULL,0,6,6,0,12,0,0.94,1.14286,1,0,7,9,0,34,1,1950,2145,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(651,0,0,0,0,0,5006,0,0,0,'Bridge Worker Daniel',NULL,NULL,0,6,6,0,12,0,0.94,1.14286,1,0,7,9,0,34,1,1950,2145,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(652,0,0,0,0,0,5007,0,0,0,'Bridge Worker Matthew',NULL,NULL,0,6,6,0,12,0,0.94,1.14286,1,0,7,9,0,34,1,1950,2145,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(653,0,0,0,0,0,5008,0,0,0,'Bridge Worker Alex',NULL,NULL,0,6,6,0,12,0,0.94,1.14286,1,0,7,9,0,34,1,1950,2145,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(656,0,0,0,0,0,2363,0,0,0,'Wilder Thistlenettle',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(657,0,0,0,0,0,2347,0,0,0,'Defias Pirate',NULL,NULL,0,19,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,657,657,0,0,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,93,126,'SmartAI',1,3,1,3,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(658,0,0,0,0,0,1362,0,0,0,'Sten Stoutarm',NULL,NULL,4047,5,5,0,55,3,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(659,0,0,0,0,0,589,0,0,0,'El Pollo Grande','The Black Chicken of Death',NULL,0,50,50,0,16,0,12,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,659,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(660,0,0,0,0,0,4581,0,0,0,'Bloodscalp Witch Doctor',NULL,NULL,0,37,37,0,28,0,1,1.14286,1,0,48,63,0,116,1,2000,1716,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,660,660,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1.15,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(661,0,0,0,0,0,4338,0,0,0,'Jonathan Carevin','',NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(663,0,0,0,0,0,2027,0,0,0,'Calor','',NULL,0,20,20,0,12,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(664,0,0,0,0,0,221,0,0,0,'Benjamin Carevin','',NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(667,0,0,0,0,0,4632,0,0,0,'Skullsplitter Warrior',NULL,NULL,0,39,40,0,30,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,667,667,0,0,0,0,0,0,0,3148,11972,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.15,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(669,0,0,0,0,0,4628,0,0,0,'Skullsplitter Hunter',NULL,NULL,0,41,42,0,30,0,1,1.14286,1,0,62,83,0,152,1,2000,1672,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,669,669,0,0,0,0,0,0,0,3148,3391,0,0,0,0,0,0,0,0,76,105,'',1,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(670,0,0,0,0,0,4627,0,0,0,'Skullsplitter Witch Doctor',NULL,NULL,0,41,42,0,30,0,1,1.14286,1,0,58,77,0,142,1,2000,1683,2,32768,2048,0,0,0,0,0,0,40,59,13,7,0,670,670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,94,'SmartAI',1,3,1,1.2,1,1,0,1524,3916,2466,0,0,0,0,1,0,0,'',12340),
|
|
(671,0,0,0,0,0,4580,0,0,0,'Bloodscalp Headhunter',NULL,NULL,0,36,37,0,28,0,1,1.14286,1,0,51,68,0,124,1,2000,1716,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,671,671,0,0,0,0,0,0,0,8599,10277,0,0,0,0,0,0,0,0,59,83,'SmartAI',1,3,1,1.15,1,1,0,1519,3901,3915,1532,0,0,0,1,0,0,'',12340),
|
|
(672,0,0,0,0,0,4621,0,0,0,'Skullsplitter Spiritchaser',NULL,NULL,0,44,44,0,30,0,1,1.14286,1,0,67,89,0,166,1,2000,1661,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,672,672,0,0,0,0,0,0,0,11986,11981,9532,0,0,0,0,0,0,0,71,97,'SmartAI',0,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(674,0,0,0,0,0,7202,0,0,0,'Venture Co. Strip Miner',NULL,NULL,0,40,41,0,47,0,1,1.14286,1,0,59,78,0,142,1,2000,1738,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,674,674,0,0,0,0,0,0,0,8800,0,0,0,0,0,0,0,0,0,71,98,'SmartAI',1,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(675,0,0,0,0,0,7196,0,0,0,'Venture Co. Foreman',NULL,NULL,0,42,42,0,47,0,1,1.14286,1,0,62,83,0,152,1,2000,1672,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,675,675,0,0,0,0,0,0,0,8258,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(676,0,0,0,0,0,7203,0,0,0,'Venture Co. Surveyor',NULL,NULL,0,41,42,0,47,0,1,1.14286,1,0,58,77,0,142,1,2000,1672,2,0,2048,0,0,0,0,0,0,40,59,13,7,0,676,676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'',1,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(677,0,0,0,0,0,7204,0,0,0,'Venture Co. Tinkerer',NULL,NULL,0,40,41,0,47,0,1,1.14286,1,0,42,58,0,62,1,2000,1771,8,0,2048,0,0,0,0,0,0,36,52,19,7,0,677,677,0,0,0,0,0,0,0,0,12544,20823,0,0,0,0,0,0,0,61,84,'SmartAI',1,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(678,0,0,0,0,0,416,0,0,0,'Mosh\'Ogg Mauler',NULL,NULL,0,43,44,0,45,0,1,1.14286,1,0,72,96,0,174,1,2800,1384,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,678,678,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,148,391,'SmartAI',1,3,1,1.15,1,1,0,3930,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(679,0,0,0,0,0,536,0,0,0,'Mosh\'Ogg Shaman',NULL,NULL,0,43,44,0,45,0,1,1.14286,1,0,67,89,0,166,1,2000,1384,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,679,679,0,0,0,0,0,0,0,6742,12058,0,0,0,0,0,0,0,0,69,413,'',1,3,1,1.15,1,1,0,3930,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(680,0,0,0,0,0,11569,0,0,0,'Mosh\'Ogg Lord',NULL,NULL,0,45,45,0,45,0,1.6,1.14286,1,0,76,100,0,184,1,2700,1384,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,680,680,0,0,0,0,0,0,0,9128,7093,0,0,0,0,0,0,0,0,251,406,'SmartAI',1,3,1,1.15,1,1,0,3930,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(681,0,0,0,0,0,598,0,0,0,'Young Stranglethorn Tiger','',NULL,0,30,31,0,16,0,1,1.42857,1,0,44,58,0,106,1,1300,2000,1,0,2048,0,2,0,0,0,0,30,44,9,1,1,681,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5828,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(682,0,0,0,0,0,320,0,0,0,'Stranglethorn Tiger',NULL,NULL,0,32,33,0,16,0,1,1.42857,1,0,46,61,0,112,1,1300,2000,1,0,2048,0,2,0,0,0,0,32,47,10,1,1,682,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8264,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(683,0,0,0,0,0,2437,0,0,0,'Young Panther',NULL,NULL,0,30,31,0,16,0,1,1.42857,1,0,44,58,0,106,1,1300,2000,1,0,2048,0,2,0,0,0,0,30,44,9,1,1,683,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5829,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(684,0,0,0,0,0,633,0,0,0,'Shadowmaw Panther',NULL,NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,1500,2000,1,0,2048,0,2,0,0,0,0,36,53,13,1,1,684,0,684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8880,0,0,0,'',1,1,1,1.15,1,1,0,3838,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(685,0,0,0,0,0,788,0,0,0,'Stranglethorn Raptor',NULL,NULL,0,33,34,0,48,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,11,0,0,0,0,33,48,11,1,1,685,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13198,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(686,0,0,0,0,0,788,0,0,0,'Lashtail Raptor',NULL,NULL,0,35,36,0,48,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,11,0,0,0,0,34,51,12,1,1,686,0,100011,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,13199,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(687,0,0,0,0,0,11317,0,0,0,'Jungle Stalker',NULL,NULL,0,40,41,0,48,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,11,0,0,0,0,41,60,15,1,1,687,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13220,0,0,0,'',1,1,1,1.2,1,1,0,3863,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(688,0,0,0,0,0,12344,0,0,0,'Stone Maw Basilisk','',NULL,0,31,32,0,49,0,1.11111,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,1,0,688,0,100011,0,0,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,3918,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(689,0,0,0,0,0,601,0,0,0,'Crystal Spine Basilisk',NULL,NULL,0,34,35,0,49,0,1.11111,1.14286,1,0,49,64,0,118,1,2000,1837,1,0,2048,0,0,0,0,0,0,33,49,11,1,0,689,0,100011,0,0,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,3918,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(690,0,0,0,0,0,8797,0,0,0,'Cold Eye Basilisk',NULL,NULL,0,39,40,0,49,0,1.11111,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,690,0,100013,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,2476,3918,0,0,0,0,0,1,0,0,'',12340),
|
|
(691,0,0,0,0,0,5561,0,0,0,'Lesser Water Elemental',NULL,NULL,0,36,37,0,91,0,1,1.28968,1,0,51,68,0,124,1,2000,1815,1,32784,2048,0,0,0,0,0,0,35,52,12,4,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,3923,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(693,0,0,0,0,0,173,0,0,0,'Secondary Skill Trainer','Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(694,0,0,0,0,0,4572,0,0,0,'Bloodscalp Axe Thrower',NULL,NULL,0,33,34,0,28,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,694,694,0,0,0,0,0,0,0,8599,10277,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(696,0,0,0,0,0,4622,0,0,0,'Skullsplitter Axe Thrower',NULL,NULL,0,39,40,0,30,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,696,696,0,0,0,0,0,0,0,3148,10277,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.15,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(697,0,0,0,0,0,4573,0,0,0,'Bloodscalp Shaman',NULL,NULL,0,33,34,0,28,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,697,697,0,0,0,0,0,0,0,8599,11969,8788,0,0,0,0,0,0,0,51,71,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,23679,0,0,0,1,0,0,'',12340),
|
|
(698,0,0,0,0,0,320,0,0,0,'Bloodscalp Tiger',NULL,NULL,0,34,35,0,28,0,1,1.14286,1,0,49,64,0,118,1,2000,1826,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,13372,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(699,0,0,0,0,0,4576,0,0,0,'Bloodscalp Beastmaster',NULL,NULL,0,34,35,0,28,0,1,1.14286,1,0,49,64,0,118,1,2000,1771,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,699,699,0,0,0,0,0,0,0,0,8599,6660,0,0,0,0,0,0,0,56,78,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(700,0,0,0,0,0,599,0,0,0,'Bloodscalp Panther','',NULL,0,34,35,0,28,0,1.2,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(701,0,0,0,0,0,4577,0,0,0,'Bloodscalp Mystic',NULL,NULL,0,34,35,0,28,0,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,32768,2048,0,0,0,0,0,0,31,46,11,7,0,701,701,0,0,0,0,0,0,0,4979,9532,11986,8599,0,0,0,0,0,0,51,72,'SmartAI',0,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(702,0,0,0,0,0,4571,0,0,0,'Bloodscalp Scavenger',NULL,NULL,0,33,34,0,28,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,702,702,0,0,0,0,0,0,0,8599,744,37685,0,0,0,0,0,0,0,55,76,'SmartAI',1,3,1,1.1,1,1,0,1519,3901,3915,0,0,0,0,1,0,0,'',12340),
|
|
(703,0,0,0,0,0,492,0,0,0,'Lieutenant Fangore','',NULL,0,26,26,0,39,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,1075,3632,0,0,0,0,0,1,0,0,'',12340),
|
|
(704,0,0,0,0,0,11416,0,0,0,'Ragged Timber Wolf',NULL,NULL,0,2,2,0,32,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,100,1,1,704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13049,0,0,0,'',1,1,1,1,1,1,0,750,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(705,0,0,0,0,0,855,0,0,0,'Ragged Young Wolf',NULL,NULL,0,1,1,0,32,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,100,1,1,705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13048,0,0,0,'',1,1,1,1,1,1,0,750,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(706,0,0,0,0,0,27502,27503,0,0,'Frostmane Troll Whelp',NULL,NULL,0,3,4,0,190,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,706,706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(707,0,0,0,0,0,606,0,0,0,'Rockjaw Trogg',NULL,NULL,0,1,2,0,36,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,707,707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(708,0,0,0,0,0,607,0,0,0,'Small Crag Boar',NULL,NULL,0,3,3,0,189,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,2,100,1,1,708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9080,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(709,0,0,0,0,0,655,0,0,0,'Mosh\'Ogg Warmonger',NULL,NULL,0,41,42,0,45,0,1,1.14286,1,0,62,83,0,152,1,2000,1384,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,709,709,0,0,0,0,0,0,0,8147,0,0,0,0,0,0,0,0,0,272,364,'SmartAI',1,3,1,1.15,1,1,0,3930,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(710,0,0,0,0,0,6704,0,0,0,'Mosh\'Ogg Spellcrafter',NULL,NULL,0,43,44,0,45,0,1,1.14286,1,0,51,71,0,78,1,2000,1384,8,0,2048,0,0,0,0,0,0,43,63,20,7,0,710,710,0,0,0,0,0,0,0,11829,9053,12544,0,0,0,0,0,0,0,154,310,'SmartAI',1,3,1,1.15,1,1,0,3930,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(711,0,0,0,0,0,603,0,0,0,'Ardo Dirtpaw','',NULL,0,24,24,0,19,0,1.2,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,711,711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(712,0,0,0,0,0,489,0,0,0,'Redridge Thrasher','',NULL,0,14,15,0,19,0,1.2,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,712,712,0,0,0,0,0,0,0,8876,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(713,0,0,0,0,0,1355,0,0,0,'Balir Frosthammer',NULL,NULL,0,5,5,0,55,2,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(714,0,0,0,0,0,1363,0,0,0,'Talin Keeneye',NULL,NULL,0,5,5,0,55,2,0.93,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(715,0,0,0,0,0,1410,0,0,0,'Hemet Nesingwary Jr.',NULL,NULL,7577,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(716,0,0,0,0,0,1413,0,0,0,'Barnil Stonepot',NULL,NULL,5483,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(717,0,0,0,0,0,1658,0,0,0,'Ajeck Rouack',NULL,NULL,0,40,40,0,35,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(718,0,0,0,0,0,1659,0,0,0,'Sir S. J. Erlgadin',NULL,NULL,0,40,40,0,35,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(721,0,0,0,0,0,328,4626,0,0,'Rabbit','',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(723,0,0,0,0,0,11568,0,0,0,'Mosh\'Ogg Butcher',NULL,NULL,0,44,44,0,45,0,1.65,1.14286,1,0,72,96,0,174,1,1291,1420,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,723,0,0,0,0,0,0,0,0,29651,15496,12787,0,0,0,0,0,0,0,466,614,'',0,3,1,1.15,1,1,0,3930,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(724,0,0,0,0,0,160,0,0,0,'Burly Rockjaw Trogg',NULL,NULL,0,2,2,0,36,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,724,724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(725,0,0,0,0,0,612,0,0,0,'[UNUSED] Skeletal Enforcer','','',0,25,26,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(727,0,0,0,0,0,1598,1608,0,0,'Ironforge Mountaineer',NULL,'Directions',3533,30,30,0,57,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(728,0,0,0,0,0,613,0,0,0,'Bhag\'thera',NULL,NULL,0,40,40,0,16,0,1,1.42857,1,0,56,74,0,136,1,1500,2000,1,0,2048,0,2,0,0,0,0,39,57,14,1,1,728,0,100013,0,0,0,0,0,0,6016,3147,0,0,0,0,0,0,8279,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,3876,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(729,0,0,0,0,0,471,0,0,0,'Sin\'Dall',NULL,NULL,0,37,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,1300,2000,1,0,2048,0,2,0,0,0,0,35,52,12,1,1,729,0,729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8278,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,3879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(730,0,0,0,0,0,8472,0,0,0,'Tethis',NULL,NULL,0,43,43,0,48,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,11,0,0,0,0,46,67,16,1,1,730,0,100014,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13184,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,3877,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(731,0,0,0,0,0,616,0,0,0,'King Bangalash',NULL,NULL,0,43,43,0,16,0,1,1.42857,1,1,67,88,0,162,2.4,1400,2000,1,64,2048,0,2,0,0,0,0,46,67,16,1,1,731,0,731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8887,0,0,0,'SmartAI',1,1,1,3.25,1,1,0,3880,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(732,0,0,0,0,0,983,0,0,0,'Murloc Lurker',NULL,NULL,0,9,10,0,18,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,732,732,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,780,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(733,0,0,0,0,0,4393,0,0,0,'Sergeant Yohwa',NULL,NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(734,0,0,0,0,0,4398,0,0,0,'Corporal Bluth','Camp Trader',NULL,0,40,40,0,12,896,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(735,0,0,0,0,0,527,0,0,0,'Murloc Streamrunner',NULL,NULL,0,6,7,0,18,0,1,1.42857,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,735,735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,1256,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(736,0,0,0,0,0,599,0,0,0,'Panther',NULL,NULL,0,32,33,0,16,0,1,1.42857,1,0,46,61,0,112,1,1300,2000,1,0,2048,0,2,0,0,0,0,32,47,10,1,1,736,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(737,0,0,0,0,0,7163,0,0,0,'Kebok',NULL,NULL,0,35,35,0,120,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(738,0,0,0,0,0,4664,0,0,0,'Private Thorsen',NULL,NULL,4086,30,30,0,123,3,1,1.02857,1,0,42,56,0,102,1,1000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,119,1,0,0,'',12340),
|
|
(739,0,0,0,0,0,4392,0,0,0,'Brother Nimetz',NULL,NULL,0,40,40,0,11,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(740,0,0,0,0,0,9582,0,0,0,'Adolescent Whelp','',NULL,0,34,35,0,50,0,1.11111,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,2,0,740,0,740,0,0,0,0,105,0,145,0,0,0,0,0,0,0,0,0,47,66,'SmartAI',1,3,1,1.1,1,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(741,0,0,0,0,0,621,0,0,0,'Dreaming Whelp','',NULL,0,35,36,0,50,0,1.11111,1.14286,1,0,35,49,0,53,1,2000,2000,8,0,2048,0,0,0,0,0,0,30,44,18,2,0,741,0,741,0,0,80,0,107,0,20821,12098,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.15,1,1,0,5803,6082,0,0,0,0,0,1,0,0,'',12340),
|
|
(742,0,0,0,0,0,7863,0,0,0,'Green Wyrmkin','',NULL,0,41,41,0,50,0,0.888888,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,2,0,742,0,742,0,0,100,0,168,0,0,0,0,0,0,0,0,0,0,0,76,105,'',0,3,1,1.2,1,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(743,0,0,0,0,0,7974,0,0,0,'Wyrmkin Dreamwalker','',NULL,0,42,43,0,50,0,0.888888,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,2,0,743,0,743,0,0,100,0,0,0,15970,7966,20664,0,0,0,0,0,0,0,69,95,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(744,0,0,0,0,0,7903,0,0,0,'Green Scalebane','',NULL,0,42,42,0,50,0,0.888888,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,744,0,744,0,0,100,0,172,0,0,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.2,1,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(745,0,0,0,0,0,7976,0,0,0,'Scalebane Captain','',NULL,0,43,44,0,50,0,0.888888,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,2,0,745,0,745,0,0,100,0,0,0,9128,13730,12555,0,0,0,0,0,0,0,78,107,'SmartAI',1,3,1,1.2,1,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(746,0,0,0,0,0,625,0,0,0,'Elder Dragonkin','',NULL,0,45,45,0,50,0,0.888888,1.14286,1,0,76,100,0,184,1,2000,1384,1,0,2048,0,0,0,0,0,0,52,76,17,2,0,746,0,746,0,0,0,0,0,0,6306,0,0,0,0,0,0,0,0,0,84,115,'SmartAI',1,3,1,1.2,1,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(747,0,0,0,0,0,506,0,0,0,'Marsh Murloc','',NULL,0,41,42,0,18,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,747,0,0,0,0,0,0,0,0,12491,12167,12550,0,0,0,0,0,0,0,74,102,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(749,0,0,0,0,0,1079,0,0,0,'Marsh Murkdweller','',NULL,0,41,42,0,18,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(750,0,0,0,0,0,1995,0,0,0,'Marsh Inkspewer','',NULL,0,42,43,0,18,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,750,0,0,0,0,0,0,0,0,9612,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(751,0,0,0,0,0,391,0,0,0,'Marsh Flesheater','',NULL,0,43,44,0,18,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,751,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(752,0,0,0,0,0,386,0,0,0,'Marsh Oracle','',NULL,0,45,45,0,18,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,752,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,100,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(753,0,0,0,0,0,173,0,0,0,'[UNUSED] Rebel Soldier','','',0,30,32,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(754,0,0,0,0,0,4660,0,0,0,'Rebel Watchman',NULL,NULL,0,31,32,0,11,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(755,0,0,0,0,0,628,0,0,0,'Lost One Mudlurker','',NULL,0,34,35,0,51,0,1.11111,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,755,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(756,0,0,0,0,0,633,0,0,0,'Skullsplitter Panther',NULL,NULL,0,41,42,0,30,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,2,0,0,0,0,43,63,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(757,0,0,0,0,0,152,0,0,0,'Lost One Fisherman','',NULL,0,35,36,0,51,0,1.11111,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,757,757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(758,0,0,0,0,0,614,0,0,0,'Skullsplitter Tiger',NULL,NULL,0,40,41,0,30,0,0.92,1.14286,1,0,59,78,0,142,1,1970,2167,1,0,2048,0,2,0,0,0,0,41,60,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(759,0,0,0,0,0,152,0,0,0,'Lost One Hunter','',NULL,0,36,37,0,51,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,759,759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(760,0,0,0,0,0,628,0,0,0,'Lost One Muckdweller','',NULL,0,36,37,0,51,0,1.11111,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,760,760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(761,0,0,0,0,0,4688,0,0,0,'Lost One Seer','',NULL,0,37,38,0,51,0,1.05,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,761,761,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(762,0,0,0,0,0,4688,0,0,0,'Lost One Riftseeker','',NULL,0,37,38,0,51,0,1.05,1.14286,1,0,37,52,0,56,1,2000,2000,8,0,2048,0,0,0,0,0,0,32,47,18,7,0,762,762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,73,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(763,0,0,0,0,0,10921,0,0,0,'Lost One Chieftain','',NULL,0,39,39,0,51,0,1.05,1.14286,1,4,54,72,0,132,1,2000,1457,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,89,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(764,0,0,0,0,0,2024,0,0,0,'Swampwalker','',NULL,0,38,39,0,14,0,0.666668,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,4,0,764,0,0,39,39,39,39,78,39,0,0,0,0,0,0,0,0,0,0,59,82,'',1,3,1,1.15,1,1,0,6065,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(765,0,0,0,0,0,9012,0,0,0,'Swampwalker Elder','',NULL,0,39,40,0,14,0,1.05,1.14286,1,0,52,69,0,128,1,2000,1716,2,0,2048,0,0,0,0,0,0,36,53,13,4,0,765,0,0,40,40,40,40,80,40,0,0,0,0,0,0,0,0,0,0,60,83,'',1,3,1,1.15,1,1,0,6065,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(766,0,0,0,0,0,697,0,0,0,'Tangled Horror','',NULL,0,40,41,0,14,0,0.666668,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,4,0,766,0,0,41,41,41,41,82,41,0,0,0,0,0,0,0,0,0,0,63,87,'',1,3,1,1.2,1,1,0,6065,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(767,0,0,0,0,0,632,0,0,0,'Swamp Jaguar','',NULL,0,36,37,0,14,0,1,1.42857,1,0,51,68,0,124,1,1200,2000,1,0,2048,0,2,0,0,0,0,35,52,12,1,1,767,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8265,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(768,0,0,0,0,0,633,0,0,0,'Shadow Panther','',NULL,0,39,39,0,14,0,1,1.14286,1,0,54,72,0,132,1,1600,2000,1,0,2048,0,2,0,0,0,0,37,55,13,1,1,768,0,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8881,0,0,0,'',1,1,1,1.15,1,1,0,6080,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(769,0,0,0,0,0,336,0,0,0,'Deathstrike Tarantula','',NULL,0,40,41,0,22,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,3,0,0,0,0,41,60,15,1,1,769,0,0,0,0,0,0,0,0,744,20539,0,0,0,0,0,0,5903,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(770,0,0,0,0,0,4396,0,0,0,'Corporal Kaleb',NULL,NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(771,0,0,0,0,0,7848,0,0,0,'Commander Felstrom','',NULL,0,32,32,0,21,0,0.888888,1.14286,1,4,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,6,0,771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(772,0,0,0,0,0,614,0,0,0,'Stranglethorn Tigress',NULL,NULL,0,37,38,0,16,0,1,1.42857,1,0,53,70,0,128,1,1300,2000,1,0,2048,0,2,0,0,0,0,36,53,13,1,1,772,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13374,0,0,0,'',1,1,1,1.15,1,1,0,3839,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(773,0,0,0,0,0,7164,0,0,0,'Krazek',NULL,NULL,0,35,35,0,120,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(775,0,0,0,0,0,4460,0,0,0,'Kurzen\'s Agent',NULL,NULL,0,32,33,0,35,0,1.14,1.14286,1,0,46,61,0,112,1,1610,1771,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(777,0,0,0,0,0,3366,0,0,0,'Amy Davenport','Tradeswoman',NULL,0,20,20,0,12,128,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(780,0,0,0,0,0,4616,0,0,0,'Skullsplitter Mystic',NULL,NULL,0,39,40,0,30,0,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,780,780,0,0,0,0,0,0,0,9532,11986,4980,0,0,0,0,0,0,0,60,83,'SmartAI',1,3,1,1.15,1,1,0,1524,3916,2466,0,0,0,0,1,0,0,'',12340),
|
|
(781,0,0,0,0,0,4635,0,0,0,'Skullsplitter Headhunter',NULL,NULL,0,43,44,0,30,0,1,1.14286,1,0,72,96,0,174,1,2000,1661,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,781,781,0,0,0,0,0,0,0,6533,3148,10277,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(782,0,0,0,0,0,4625,0,0,0,'Skullsplitter Scout',NULL,NULL,0,41,42,0,30,0,1,1.14286,1,0,62,83,0,152,1,2000,1661,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,782,782,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,76,105,'SmartAI',0,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(783,0,0,0,0,0,4623,0,0,0,'Skullsplitter Berserker',NULL,NULL,0,43,44,0,30,0,1,1.14286,1,0,72,96,0,174,1,2400,1661,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,783,783,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',0,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(784,0,0,0,0,0,4624,0,0,0,'Skullsplitter Beastmaster',NULL,NULL,0,41,42,0,30,0,1,1.14286,1,0,62,83,0,152,1,2000,1661,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,784,784,0,0,0,0,0,0,0,0,6660,3148,0,0,0,0,0,0,0,76,105,'',1,3,1,1.2,1,1,0,1524,3916,0,0,0,0,0,1,0,0,'',12340),
|
|
(785,0,0,0,0,0,612,0,0,0,'Skeletal Warder','',NULL,0,28,29,0,21,0,0.888888,1.14286,1,0,38,50,0,94,1,2000,2000,2,0,2048,0,0,0,0,0,0,26,38,8,6,0,785,785,0,0,0,0,0,0,0,4979,4980,8699,0,0,0,0,0,0,0,39,55,'SmartAI',1,3,1,1.05,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(786,0,0,0,0,0,1354,0,0,0,'Grelin Whitebeard',NULL,NULL,10893,5,5,0,55,3,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(787,0,0,0,0,0,7555,0,0,0,'Skeletal Healer','',NULL,0,26,27,0,21,0,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,6,0,787,787,0,0,0,0,0,0,0,2054,9613,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,3,1,1.05,1.5,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(789,0,0,0,0,0,3369,0,0,0,'Kimberly Hiett','Fletcher',NULL,0,20,20,0,12,4480,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(790,0,0,0,0,0,3363,0,0,0,'Karen Taylor','Blacksmithing & Mining Supplies',NULL,0,22,22,0,12,128,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(791,0,0,0,0,0,3368,0,0,0,'Lindsay Ashlock','General Supplies',NULL,0,20,20,0,12,384,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(793,0,0,0,0,0,3356,0,0,0,'Kara Adams','Shield Crafter',NULL,0,25,25,0,12,4224,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(794,0,0,0,0,0,338,0,0,0,'Matt',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(795,0,0,0,0,0,338,0,0,0,'Mark',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(796,0,0,0,0,0,221,0,0,0,'Joshua',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(797,0,0,0,0,0,338,0,0,0,'Bo',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(798,0,0,0,0,0,221,0,0,0,'Solomon',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(799,0,0,0,0,0,338,0,0,0,'Kevin',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(800,0,0,0,0,0,338,0,0,0,'Kyle',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(801,0,0,0,0,0,262,0,0,0,'Eric',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(802,0,0,0,0,0,221,0,0,0,'Jay',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(804,0,0,0,0,0,257,0,0,0,'Dana',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(805,0,0,0,0,0,262,0,0,0,'Cameron',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(806,0,0,0,0,0,338,0,0,0,'John',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(807,0,0,0,0,0,252,0,0,0,'Lisa',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(808,0,0,0,0,0,27505,0,0,0,'Grik\'nir the Cold',NULL,NULL,0,5,5,0,2136,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,0,2048,0,0,0,0,0,0,3,4,100,7,0,808,808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'SmartAI',0,3,1,1,1,1,0,2004,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(809,0,0,0,0,0,218,0,0,0,'[UNUSED] Smith Theo','Weapon Merchant','',0,24,24,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(810,0,0,0,0,0,338,0,0,0,'Aaron',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(811,0,0,0,0,0,221,0,0,0,'Jose',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(812,0,0,0,0,0,1745,0,0,0,'Alma Jainrose','Herbalism Trainer',NULL,7691,20,20,0,12,81,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,2,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(813,0,0,0,0,0,637,0,0,0,'Colonel Kurzen',NULL,NULL,0,40,40,0,46,0,1,1.14286,1,0,56,74,0,136,1,1700,1475,1,32832,2048,0,0,0,0,0,0,39,57,14,7,0,813,813,0,0,0,0,0,0,0,8817,8818,0,0,0,0,0,0,0,0,261,345,'',1,3,1,1.5,1,1,0,3615,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(814,0,0,0,0,0,4455,0,0,0,'Sergeant Malthus',NULL,NULL,0,38,38,0,46,0,1,1.14286,1,0,49,65,0,120,1,2000,1782,2,32768,2048,0,0,0,0,0,0,34,50,12,7,0,814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(815,0,0,0,0,0,4451,0,0,0,'Bookie Herod',NULL,NULL,0,35,35,0,46,0,1,1.14286,1,0,34,48,0,52,1,2000,1771,8,0,2048,0,0,0,0,0,0,29,43,17,7,0,815,0,0,0,0,0,0,0,0,20816,0,0,0,0,0,0,0,0,0,48,68,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(818,0,0,0,0,0,11546,0,0,0,'Mai\'Zoth',NULL,NULL,0,45,45,0,45,0,1.6,1.14286,1,0,70,93,0,172,1,2000,1384,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,818,818,0,0,0,0,0,0,0,8398,12544,8814,0,0,0,0,0,0,0,208,372,'SmartAI',1,3,1,1.5,1,1,0,3616,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(819,0,0,0,0,0,3916,0,0,0,'Servant of Ilgalar','',NULL,0,24,25,0,39,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,3,0,819,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(820,0,0,0,0,0,2374,0,0,0,'Scout Riell','The People\'s Militia',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(821,0,0,0,0,0,2372,0,0,0,'Captain Danuvin','The People\'s Militia',NULL,0,33,33,0,12,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(822,0,0,0,0,0,1006,0,0,0,'Young Forest Bear',NULL,NULL,0,8,9,0,44,0,1,0.85714,1,0,11,15,0,40,1,2500,2000,1,0,2048,0,4,0,0,0,0,8,11,100,1,1,822,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5797,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(823,0,0,0,0,0,2072,0,0,0,'Deputy Willem',NULL,NULL,0,18,18,0,12,2,1,1.14286,1,0,26,35,0,64,1,1500,2000,1,768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(824,0,0,0,0,0,2441,556,0,0,'Defias Digger','',NULL,0,15,16,0,17,0,0.666668,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,824,824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'SmartAI',0,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(826,0,0,0,0,0,2389,0,0,0,'Watcher Jan','The Night Watch',NULL,0,39,39,0,11,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,826,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(827,0,0,0,0,0,2395,0,0,0,'Watcher Mocarski','The Night Watch',NULL,0,38,38,0,11,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,827,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(828,0,0,0,0,0,2397,0,0,0,'Watcher Petras','The Night Watch',NULL,0,38,38,0,56,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,828,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(829,0,0,0,0,0,3388,0,0,0,'Adlin Pridedrift','General Supplies',NULL,0,5,5,0,55,384,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(830,0,0,0,0,0,342,0,0,0,'Sand Crawler','',NULL,0,13,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,8,0,0,0,0,13,20,1,1,1,830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13010,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(831,0,0,0,0,0,979,0,0,0,'Sea Crawler','',NULL,0,15,16,0,7,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,8,0,0,0,0,16,23,2,1,1,831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13019,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(832,0,0,0,0,0,5327,0,0,0,'Dust Devil','',NULL,0,18,19,0,14,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,4,0,832,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,5669,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(833,0,0,0,0,0,161,0,0,0,'Coyote Packleader','',NULL,0,11,12,0,38,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,1,0,0,0,0,11,17,100,1,1,833,0,100003,0,0,0,0,0,0,3149,0,0,0,0,0,0,0,5946,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(834,0,0,0,0,0,643,0,0,0,'Coyote','',NULL,0,10,11,0,38,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,1,0,0,0,0,9,14,100,1,1,834,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5944,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(836,0,0,0,0,0,3406,0,0,0,'Durnan Furcutter','Cloth & Leather Armor Merchant',NULL,1262,5,5,0,55,4227,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(837,0,0,0,0,0,3401,0,0,0,'Branstock Khalder','Priest Trainer',NULL,4679,5,5,0,55,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,5,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(840,0,0,0,0,0,2380,0,0,0,'Watcher Backus','The Night Watch',NULL,0,42,42,0,56,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(841,0,0,0,0,0,3261,0,0,0,'Harl Cutter','Woodcrafting Supplies',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(842,0,0,0,0,0,308,0,0,0,'Lumberjack','',NULL,0,5,5,0,12,0,0.666668,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,57,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(843,0,0,0,0,0,3260,0,0,0,'Gina MacGregor','Trade Supplies',NULL,0,15,15,0,12,128,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(844,0,0,0,0,0,4416,0,0,0,'Antonio Perelli','Traveling Salesman',NULL,0,35,35,0,12,128,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(846,0,0,0,0,0,646,0,0,0,'Rotten Ghoul',NULL,NULL,0,14,15,0,21,0,0.777776,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,6,0,846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(847,0,0,0,0,0,338,0,0,0,'Nathan','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(848,0,0,0,0,0,257,0,0,0,'Madison','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(849,0,0,0,0,0,252,0,0,0,'Rachel','',NULL,0,3,3,0,35,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(850,0,0,0,0,0,257,0,0,0,'Erin','',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(851,0,0,0,0,0,344,0,0,0,'Hannah','',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(852,0,0,0,0,0,647,0,0,0,'Feral Spirit','',NULL,0,15,15,0,92,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(853,0,0,0,0,0,1598,1608,0,0,'Coldridge Mountaineer',NULL,NULL,0,65,65,1,57,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(854,0,0,0,0,0,615,0,0,0,'Young Jungle Stalker',NULL,NULL,0,36,37,0,48,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,1,1,854,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13188,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(855,0,0,0,0,0,180,0,0,0,'Young Stranglethorn Raptor',NULL,NULL,0,30,31,0,48,0,1,1.14286,1,0,44,58,0,106,1,2000,1870,1,0,2048,0,11,0,0,0,0,30,44,9,1,1,855,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13196,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(856,0,0,0,0,0,2571,0,0,0,'Young Lashtail Raptor',NULL,NULL,0,33,34,0,48,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,11,0,0,0,0,33,48,11,1,1,856,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13204,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(857,0,0,0,0,0,15114,0,0,0,'Donal Osgood','Arathi Basin Battlemaster',NULL,6471,61,61,0,1577,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(858,0,0,0,0,0,2543,0,0,0,'Sorrow Spinner','',NULL,0,36,37,0,22,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,858,0,0,0,0,0,0,0,0,745,744,0,0,0,0,0,0,13173,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(859,0,0,0,0,0,3453,0,0,0,'Guard Berton','',NULL,0,33,33,0,11,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(860,0,0,0,0,0,855,0,0,0,'Pet Wolf','',NULL,0,10,10,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(861,0,0,0,0,0,4497,4498,0,0,'Stonard Scout','',NULL,0,36,37,0,29,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,861,861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,96,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(862,0,0,0,0,0,4495,4496,0,0,'Stonard Explorer','',NULL,0,37,38,0,125,0,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,4096,2048,0,0,0,0,0,0,36,53,13,7,0,862,862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,86,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(863,0,0,0,0,0,4499,4500,0,0,'Stonard Hunter','',NULL,0,50,51,0,125,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(864,0,0,0,0,0,4501,4502,0,0,'Stonard Orc','',NULL,0,50,50,0,125,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,195,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(865,0,0,0,0,0,4506,0,0,0,'Stonard Wayfinder','',NULL,0,50,51,0,125,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(866,0,0,0,0,0,4503,4504,0,0,'Stonard Grunt','',NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(867,0,0,0,0,0,4508,0,0,0,'Stonard Cartographer','',NULL,0,52,52,0,125,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,142,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(868,0,0,0,0,0,4551,0,0,0,'Stonard Shaman','',NULL,0,53,53,0,125,0,1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(869,0,0,0,0,0,2366,0,0,0,'Protector Dorana','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,869,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(870,0,0,0,0,0,2365,0,0,0,'Protector Deni','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,870,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(871,0,0,0,0,0,506,0,0,0,'Saltscale Warrior',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,1475,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,871,871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,290,'',1,3,1,1.15,1,1,0,5796,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(873,0,0,0,0,0,11293,0,0,0,'Saltscale Oracle',NULL,NULL,0,36,36,0,18,0,1,1.14286,1,0,46,61,0,112,1,2000,1475,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,873,0,0,0,0,0,0,0,0,11986,9532,0,0,0,0,0,0,0,0,198,264,'',0,3,1,1.15,1,1,0,5796,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(874,0,0,0,0,0,2369,0,0,0,'Protector Korelor','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,874,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(875,0,0,0,0,0,391,0,0,0,'Saltscale Tide Lord',NULL,NULL,0,37,37,0,18,0,1,1.14286,1,0,48,63,0,116,1,2000,1475,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,875,0,0,0,0,0,0,0,0,12544,9672,11831,0,0,0,0,0,0,0,204,272,'',0,3,1,1.15,1,1,0,5796,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(876,0,0,0,0,0,2370,0,0,0,'Protector Leick','The People\'s Militia',NULL,0,30,30,0,11,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,876,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(877,0,0,0,0,0,4920,0,0,0,'Saltscale Forager',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,1475,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,877,877,0,0,0,0,0,0,0,744,13443,0,0,0,0,0,0,0,0,218,290,'',1,3,1,1.15,1,1,0,5796,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(878,0,0,0,0,0,2373,0,0,0,'Scout Galiaan','The People\'s Militia',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(879,0,0,0,0,0,1079,0,0,0,'Saltscale Hunter',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,1475,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,879,879,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,218,290,'',1,3,1,1.15,1,1,0,5796,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(880,0,0,0,0,0,3322,0,0,0,'Erlan Drudgemoor',NULL,NULL,0,8,8,0,17,0,1,0.857143,1,0,10,14,0,38,1,2600,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,880,880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',0,3,1,1,1,1,0,1019,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(881,0,0,0,0,0,3321,0,0,0,'Surena Caledon',NULL,NULL,0,9,9,0,17,0,1,0.857143,1,0,8,12,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,8,11,11,7,0,881,881,0,0,0,0,0,0,0,20793,12544,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,1019,6810,0,0,0,0,100,1,0,0,'',12340),
|
|
(882,0,0,0,0,0,11397,0,0,0,'Bone Caster','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,24611,22417,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(883,0,0,0,0,0,347,0,0,0,'Deer','',NULL,0,5,5,0,31,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(885,0,0,0,0,0,2392,0,0,0,'Watcher Keller','The Night Watch',NULL,0,39,39,0,11,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,885,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(886,0,0,0,0,0,2387,0,0,0,'Watcher Hartin','The Night Watch',NULL,0,38,38,0,11,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,886,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(887,0,0,0,0,0,2390,0,0,0,'Watcher Jordan','The Night Watch',NULL,0,39,39,0,56,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,887,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(888,0,0,0,0,0,2384,0,0,0,'Watcher Dodds','The Night Watch',NULL,0,29,29,0,53,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,0,0,0,0,28,41,8,7,0,888,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(889,0,0,0,0,0,415,0,0,0,'Splinter Fist Ogre','',NULL,0,25,26,0,45,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,889,889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(890,0,0,0,0,0,654,0,0,0,'Fawn',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(891,0,0,0,0,0,326,0,0,0,'Splinter Fist Fire Weaver','',NULL,0,26,27,0,45,0,1,1.14286,1,0,27,38,0,40,1,2000,2000,8,0,2048,0,0,0,0,0,0,24,35,15,7,0,891,891,0,0,0,0,0,0,0,19816,20296,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(892,0,0,0,0,0,11567,0,0,0,'Splinter Fist Taskmaster','',NULL,0,27,28,0,45,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,892,892,0,0,0,0,0,0,0,3631,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(893,0,0,0,0,0,4329,0,0,0,'Lars','',NULL,0,18,18,0,12,2,1,1.14286,1,0,26,35,0,64,1,1000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(894,0,0,0,0,0,3332,0,0,0,'Homer Stonefield','Fruit Seller',NULL,0,5,5,0,12,640,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(895,0,0,0,0,0,3395,0,0,0,'Thorgas Grimson','Hunter Trainer',NULL,4675,5,5,0,55,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,3,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(896,0,0,0,0,0,3339,0,0,0,'Veldan Lightfoot','Leather Armor Merchant',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(897,0,0,0,0,0,166,0,0,0,'[UNUSED] Brannon Aybara (TEMP)','Hunter Trainer','',0,62,62,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(898,0,0,0,0,0,657,0,0,0,'Nightbane Worgen','',NULL,0,26,27,0,24,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,898,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'',1,3,1,1.05,1,1,0,896,6844,0,0,0,0,0,1,0,0,'',12340),
|
|
(900,0,0,0,0,0,5009,0,0,0,'Bailiff Conacher','',NULL,0,30,30,0,11,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(903,0,0,0,0,0,3446,0,0,0,'Guard Howe','',NULL,0,30,30,0,11,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(904,0,0,0,0,0,312,0,0,0,'[UNUSED] Regna Khurn','Gunsmith','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(905,0,0,0,0,0,705,0,0,0,'Sharptooth Frenzy',NULL,NULL,0,31,32,0,1878,0,1,1.14286,1,0,45,60,0,108,1,900,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,1,0,905,0,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(906,0,0,0,0,0,3271,0,0,0,'Maximillian Crowe','Warlock Trainer',NULL,4667,10,10,0,12,49,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,9,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(907,0,0,0,0,0,15115,0,0,0,'Keras Wolfheart','Arathi Basin Battlemaster',NULL,6472,61,61,0,1577,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(908,0,0,0,0,0,4488,0,0,0,'Flora Silverwind','Herbalism Trainer',NULL,0,44,44,0,120,80,1,1.14286,1,0,72,96,0,174,1,1500,2000,1,0,2048,0,0,2,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(909,0,0,0,0,0,4279,4280,0,0,'Defias Night Blade','',NULL,0,25,26,0,17,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,909,909,0,0,0,0,0,0,0,744,2589,8601,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(910,0,0,0,0,0,4281,4282,0,0,'Defias Enchanter','',NULL,0,26,27,0,17,0,1,1.14286,1,0,27,38,0,40,1,2000,2000,8,0,2048,0,0,0,0,0,0,24,35,15,7,0,910,910,0,0,0,0,0,0,40,3443,12544,20811,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(911,0,0,0,0,0,3343,0,0,0,'Llane Beshere','Warrior Trainer',NULL,4650,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,1,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(912,0,0,0,0,0,3399,0,0,0,'Thran Khorman','Warrior Trainer',NULL,4684,5,5,0,55,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,1,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(913,0,0,0,0,0,1300,0,0,0,'Lyria Du Lac','Warrior Trainer',NULL,4649,12,12,0,12,51,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,1,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(914,0,0,0,0,0,1504,0,0,0,'Ander Germaine','Warrior Trainer',NULL,4475,60,60,0,12,49,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(915,0,0,0,0,0,3351,0,0,0,'Jorik Kerridan','Rogue Trainer',NULL,4659,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,4,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(916,0,0,0,0,0,3407,0,0,0,'Solm Hargrin','Rogue Trainer',NULL,4676,5,5,0,55,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,4,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(917,0,0,0,0,0,1297,0,0,0,'Keryn Sylvius','Rogue Trainer',NULL,381,11,11,0,12,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,4,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(918,0,0,0,0,0,1507,0,0,0,'Osborne the Night Man','Rogue Trainer',NULL,4502,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(919,0,0,0,0,0,375,0,0,0,'[UNUSED] [PH] Berail Spiritwhisper','Shaman Trainer *Temp*','',0,5,5,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(920,0,0,0,0,0,1098,0,0,0,'Nightbane Tainted One','',NULL,0,30,31,0,24,0,1,1.14286,1,0,40,54,0,98,1,2000,2000,2,0,2048,0,0,0,0,0,0,28,41,9,7,0,920,0,100010,0,0,0,0,60,0,3424,0,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,3,1,1.1,1,1,0,896,895,6844,0,0,0,0,1,0,0,'',12340),
|
|
(921,0,0,0,0,0,7198,0,0,0,'Venture Co. Lumberjack',NULL,NULL,0,34,35,0,47,0,1,1.14286,1,0,49,64,0,118,1,2000,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,921,921,0,0,0,0,0,0,0,40505,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(922,0,0,0,0,0,9571,0,0,0,'Silt Crawler','',NULL,0,40,41,0,14,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,8,0,0,0,0,41,60,15,1,1,922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5845,0,0,0,'',1,3,1,1.2,1,1,0,5938,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(923,0,0,0,0,0,246,0,0,0,'Young Black Ravager','',NULL,0,23,24,0,38,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,1,0,0,0,0,23,34,6,1,1,923,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13033,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(924,0,0,0,0,0,659,0,0,0,'[UNUSED] Lesser Arachnid','','',0,23,24,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(925,0,0,0,0,0,3346,0,0,0,'Brother Sammuel','Paladin Trainer',NULL,4663,5,5,0,12,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,768,2048,0,0,0,0,2,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(926,0,0,0,0,0,3393,0,0,0,'Bromos Grummner','Paladin Trainer',NULL,4678,5,5,0,55,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,2,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(927,0,0,0,0,0,1299,0,0,0,'Brother Wilhelm','Paladin Trainer',NULL,4664,11,11,0,11,51,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,0,2048,0,0,0,0,2,0,9,14,100,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(928,0,0,0,0,0,1499,0,0,0,'Lord Grayson Shadowbreaker','Paladin Trainer',NULL,4471,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,0,2048,0,0,0,0,2,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(929,0,0,0,0,0,348,0,0,0,'Dreadlord Malganis','Overfiend',NULL,0,63,63,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(930,0,0,0,0,0,368,0,0,0,'Black Widow Hatchling','',NULL,0,24,25,0,22,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,3,0,0,0,0,24,36,6,1,1,930,0,0,0,0,0,0,0,0,7367,744,0,0,0,0,0,0,10506,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,1130,7267,0,0,0,0,0,1,0,0,'',12340),
|
|
(931,0,0,0,0,0,3364,0,0,0,'Ariena Stormfeather','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(932,0,0,0,0,0,3384,0,0,0,'Guard Ashlock','',NULL,0,35,35,0,11,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(933,0,0,0,0,0,3450,0,0,0,'Guard Hiett','',NULL,0,35,35,0,11,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,933,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(934,0,0,0,0,0,3455,0,0,0,'Guard Clarke','',NULL,0,35,35,0,11,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(935,0,0,0,0,0,3447,0,0,0,'Guard Pearce','',NULL,0,35,35,0,11,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,935,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(936,0,0,0,0,0,3641,0,0,0,'Guard Adams','',NULL,0,35,35,0,11,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,936,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(937,0,0,0,0,0,4443,0,0,0,'Kurzen Jungle Fighter',NULL,NULL,0,32,33,0,46,0,1,1.14286,1,0,46,61,0,112,1,2000,1771,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,937,937,0,0,0,0,0,0,0,3637,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(938,0,0,0,0,0,4439,0,0,0,'Kurzen Commando',NULL,NULL,0,34,35,0,46,0,1,1.14286,1,0,49,64,0,118,1,2000,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,938,938,0,0,0,0,0,0,0,2591,7964,0,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(939,0,0,0,0,0,4446,0,0,0,'Kurzen Elite',NULL,NULL,0,36,37,0,46,0,1,1.14286,1,0,51,68,0,124,1,2000,1771,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,939,939,0,0,0,0,0,0,0,17207,15496,0,0,0,0,0,0,0,0,59,83,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(940,0,0,0,0,0,4436,0,0,0,'Kurzen Medicine Man',NULL,NULL,0,32,32,0,46,0,1,1.14286,1,0,42,55,0,100,1,2000,1771,2,0,2048,0,0,0,0,0,0,29,42,9,7,0,940,940,0,0,0,0,0,0,0,588,6064,6077,0,0,0,0,0,0,0,46,65,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(941,0,0,0,0,0,4444,0,0,0,'Kurzen Headshrinker',NULL,NULL,0,34,35,0,46,0,1,1.14286,1,0,45,60,0,110,1,2000,1771,2,0,2048,0,0,0,0,0,0,31,46,11,7,0,941,941,0,0,0,0,0,0,0,7289,9613,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(942,0,0,0,0,0,4450,0,0,0,'Kurzen Witch Doctor',NULL,NULL,0,36,37,0,46,0,1,1.14286,1,0,48,63,0,116,1,2000,1771,2,0,2048,0,0,0,0,0,0,33,48,11,7,0,942,942,0,0,0,0,0,0,0,0,370,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(943,0,0,0,0,0,4438,0,0,0,'Kurzen Wrangler',NULL,NULL,0,34,34,0,46,0,1,1.14286,1,0,44,58,0,106,1,2000,1782,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,943,943,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(944,0,0,0,0,0,10216,0,0,0,'Marryk Nurribit','Mage Trainer',NULL,4686,5,5,0,875,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,8,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(945,0,0,0,0,0,3391,0,0,0,'Rybrad Coldbank','Weaponsmith',NULL,0,5,5,0,55,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(946,0,0,0,0,0,27492,27493,0,0,'Frostmane Novice',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,32768,2048,0,0,0,0,0,0,2,3,100,7,0,946,946,0,0,0,0,0,0,0,6949,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,6753,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(947,0,0,0,0,0,10792,0,0,0,'Rohh the Silent',NULL,NULL,0,26,26,0,39,0,1.51,1.14286,1,4,37,49,0,90,1,1425,1567,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,947,0,0,0,0,0,0,0,0,744,2590,0,0,0,0,0,0,0,0,36,52,'SmartAI',0,3,1,1.05,1,1,0,1075,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(948,0,0,0,0,0,137,0,0,0,'Rotted One','',NULL,0,25,26,0,21,0,0.777776,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,6,0,948,948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,3,1,1.05,1,1,0,1129,884,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(949,0,0,0,0,0,545,0,0,0,'Carrion Recluse','',NULL,0,25,26,0,22,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,3,0,0,0,0,25,37,7,1,1,949,0,0,0,0,0,0,0,0,3609,0,0,0,0,0,0,0,10507,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,1130,7267,0,0,0,0,0,1,0,0,'',12340),
|
|
(950,0,0,0,0,0,5243,0,0,0,'Swamp Talker','',NULL,0,50,50,0,18,0,1.05,1.14286,1,0,85,112,0,206,1,2000,1573,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'',1,3,1,1.3,1,1,0,8463,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(951,0,0,0,0,0,3253,0,0,0,'Brother Paxton','Librarian',NULL,0,27,27,0,12,2,1,1.14286,1,0,38,51,0,92,1,1000,2000,1,768,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(952,0,0,0,0,0,3317,0,0,0,'Brother Neals',NULL,NULL,0,50,50,0,12,2,1,1.14286,1,0,85,112,0,206,1,1000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(953,0,0,0,0,0,351,0,0,0,'Spawn Test One','TEST MOB',NULL,0,15,15,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(954,0,0,0,0,0,1842,0,0,0,'Kat Sampson','Leather Armor Merchant',NULL,0,17,17,0,55,4224,1.25,1.14286,1,0,25,33,0,60,1,1840,2024,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(955,0,0,0,0,0,3338,0,0,0,'Sergeant De Vries','Morale Officer',NULL,0,10,10,0,12,640,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(956,0,0,0,0,0,3353,0,0,0,'Dorin Songblade','Armorer',NULL,0,22,22,0,12,4224,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(957,0,0,0,0,0,3354,0,0,0,'Dane Lindgren','Apprentice Blacksmith',NULL,2745,30,30,0,12,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(958,0,0,0,0,0,3347,0,0,0,'Dawn Brightstar','Arcane Goods',NULL,0,35,35,0,12,2176,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(959,0,0,0,0,0,5012,0,0,0,'Morley Eberlein','Clothier',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(960,0,0,0,0,0,4336,0,0,0,'Gunder Thornbush','Tradesman',NULL,0,30,30,0,12,128,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(963,0,0,0,0,0,3279,0,0,0,'Deputy Rainer',NULL,NULL,1631,10,10,0,12,3,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(976,0,0,0,0,0,320,0,0,0,'Kurzen War Tiger',NULL,NULL,0,32,33,0,46,0,1,1.42857,1,0,46,61,0,112,1,1300,2000,1,0,2048,0,2,0,0,0,0,32,47,10,1,1,976,0,976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8263,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(977,0,0,0,0,0,599,0,0,0,'Kurzen War Panther',NULL,NULL,0,32,33,0,46,0,1,1.42857,1,0,46,61,0,112,1,1300,1826,1,0,2048,0,2,0,0,0,0,32,47,10,1,1,977,0,977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13351,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(978,0,0,0,0,0,4459,0,0,0,'Kurzen Subchief',NULL,NULL,0,38,38,0,46,0,1,1.14286,1,0,49,65,0,120,1,2000,1771,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,978,978,0,0,0,0,0,0,0,8053,0,0,0,0,0,0,0,0,0,57,79,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(979,0,0,0,0,0,4454,0,0,0,'Kurzen Shadow Hunter',NULL,NULL,0,38,38,0,46,0,1,1.14286,1,0,53,70,0,128,1,2000,1771,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,979,979,0,0,0,0,0,0,0,6660,8806,0,0,0,0,0,0,0,0,65,90,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(980,0,0,0,0,0,4562,0,0,0,'Grimnal','Mail & Plate Merchant',NULL,0,45,45,0,29,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(981,0,0,0,0,0,4561,0,0,0,'Hartash','Weapon Merchant',NULL,0,45,45,0,29,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(982,0,0,0,0,0,4563,0,0,0,'Thultash','Food & Drink Vendor',NULL,0,45,45,0,29,640,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(983,0,0,0,0,0,4564,0,0,0,'Thultazor','Alchemy Supplies & Reagents',NULL,0,45,45,0,29,2176,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(984,0,0,0,0,0,4565,0,0,0,'Thralosh','Cloth & Leather Armor Merchant',NULL,0,45,45,0,29,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(985,0,0,0,0,0,4556,0,0,0,'Malosh','Warrior Trainer',NULL,523,50,50,0,29,49,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(986,0,0,0,0,0,4552,0,0,0,'Haromm','Shaman Trainer',NULL,4104,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,7,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(987,0,0,0,0,0,4560,0,0,0,'Ogromm','Hunter Trainer',NULL,4101,50,50,0,29,49,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,3,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(988,0,0,0,0,0,4567,0,0,0,'Kartosh','Warlock Trainer',NULL,4642,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(989,0,0,0,0,0,4559,0,0,0,'Banalash','Trade Supplies',NULL,0,50,50,0,29,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(994,0,0,0,0,0,665,0,0,0,'Nahr\'ek da Howler','',NULL,0,5,5,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(995,0,0,0,0,0,447,0,0,0,'Nahr\'ek\'s Pack','',NULL,0,3,4,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(996,0,0,0,0,0,242,0,0,0,'Master Tailor','Cheesy Test Tailor',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(999,0,0,0,0,0,2398,0,0,0,'Watcher Royce','The Night Watch',NULL,0,37,37,0,11,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,999,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1000,0,0,0,0,0,2381,0,0,0,'Unkillable Test Dummy','',NULL,0,20,20,0,2000,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1001,0,0,0,0,0,2388,0,0,0,'Watcher Hutchins','The Night Watch',NULL,0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1007,0,0,0,0,0,3199,0,0,0,'Mosshide Gnoll',NULL,NULL,0,20,21,0,61,0,1.2,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,1007,1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1008,0,0,0,0,0,355,0,0,0,'Mosshide Mongrel',NULL,NULL,0,21,22,0,61,0,1,1.19048,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,1007,1008,0,0,0,0,0,0,0,8016,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1009,0,0,0,0,0,3197,0,0,0,'Mosshide Mistweaver',NULL,NULL,0,22,23,0,61,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,0,2048,0,0,0,0,0,0,20,30,14,7,0,1009,1009,0,0,0,0,0,0,0,20792,12544,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1010,0,0,0,0,0,714,0,0,0,'Mosshide Fenrunner',NULL,NULL,0,22,23,0,61,0,1,1.42857,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,1010,1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,42,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1011,0,0,0,0,0,8598,0,0,0,'Mosshide Trapper',NULL,NULL,0,23,24,0,61,0,1,1.19048,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,1011,1011,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1012,0,0,0,0,0,3196,0,0,0,'Mosshide Brute',NULL,NULL,0,24,25,0,61,0,1.2,1.14286,1,0,35,48,0,86,1,2700,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,1011,1012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1013,0,0,0,0,0,714,0,0,0,'Mosshide Mystic',NULL,NULL,0,25,26,0,61,0,1,1.19048,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,7,0,1011,0,0,0,0,0,0,0,0,11986,11436,9532,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.05,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1014,0,0,0,0,0,543,0,0,0,'Mosshide Alpha',NULL,NULL,0,27,27,0,61,0,1.2,1.14286,1,0,38,51,0,92,1,1500,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,1014,0,0,0,0,0,0,0,0,29651,9128,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1015,0,0,0,0,0,670,0,0,0,'Highland Raptor',NULL,NULL,0,23,24,0,48,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,11,0,0,0,0,23,34,6,1,1,1015,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13191,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1016,0,0,0,0,0,673,0,0,0,'Highland Lashtail',NULL,NULL,0,24,25,0,48,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,11,0,0,0,0,24,36,6,1,1,1015,0,100005,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,13192,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1017,0,0,0,0,0,649,0,0,0,'Highland Scytheclaw',NULL,NULL,0,25,26,0,48,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,11,0,0,0,0,25,37,7,1,1,1017,0,100005,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,13193,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1018,0,0,0,0,0,180,0,0,0,'Highland Razormaw',NULL,NULL,0,27,28,0,48,0,1.05,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,11,0,0,0,0,27,40,8,1,1,1018,0,100010,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,13194,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1019,0,0,0,0,0,788,0,0,0,'Elder Razormaw',NULL,NULL,0,29,29,0,48,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,11,0,0,0,0,28,41,8,1,1,1019,0,100010,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13195,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1020,0,0,0,0,0,960,0,0,0,'Mottled Raptor',NULL,NULL,0,22,23,0,48,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,11,0,0,0,0,22,33,5,1,1,1020,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13219,0,0,0,'',1,1,1,1.02,1,1,0,5233,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1021,0,0,0,0,0,677,0,0,0,'Mottled Screecher',NULL,NULL,0,24,25,0,48,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,11,0,0,0,0,24,36,6,1,1,1020,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13181,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,5233,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1022,0,0,0,0,0,648,0,0,0,'Mottled Scytheclaw',NULL,NULL,0,25,26,0,48,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,11,0,0,0,0,25,37,7,1,1,1022,0,100005,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,13187,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5233,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1023,0,0,0,0,0,949,0,0,0,'Mottled Razormaw',NULL,NULL,0,26,27,0,48,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,11,0,0,0,0,26,39,7,1,1,1022,0,100010,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,13182,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5233,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1024,0,0,0,0,0,486,0,0,0,'Bluegill Murloc',NULL,NULL,0,20,21,0,18,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,1024,1024,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1025,0,0,0,0,0,983,0,0,0,'Bluegill Puddlejumper',NULL,NULL,0,21,22,0,18,0,1,1.42857,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,1025,1025,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1026,0,0,0,0,0,1305,0,0,0,'Bluegill Forager',NULL,NULL,0,22,23,0,18,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,1026,1026,0,0,0,0,30,0,0,744,14873,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1027,0,0,0,0,0,506,0,0,0,'Bluegill Warrior',NULL,NULL,0,24,25,0,18,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,1027,1027,0,0,0,0,30,0,0,9080,2457,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1028,0,0,0,0,0,1079,0,0,0,'Bluegill Muckdweller',NULL,NULL,0,23,24,0,18,0,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,1028,1028,0,0,0,0,30,0,0,1777,30798,0,0,0,0,0,0,0,0,28,42,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1029,0,0,0,0,0,486,0,0,0,'Bluegill Oracle',NULL,NULL,0,25,26,0,18,0,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,34,6,7,0,1029,1029,0,0,0,0,30,0,0,0,939,0,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1030,0,0,0,0,0,360,0,0,0,'Black Slime',NULL,NULL,0,20,21,0,14,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,10,0,1030,1030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1031,0,0,0,0,0,11138,0,0,0,'Crimson Ooze',NULL,NULL,0,24,25,0,14,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,0,1031,1031,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,3349,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1032,0,0,0,0,0,767,0,0,0,'Black Ooze',NULL,NULL,0,23,24,0,14,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,10,0,1031,1032,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,3349,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1033,0,0,0,0,0,11139,0,0,0,'Monstrous Ooze',NULL,NULL,0,25,26,0,14,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,10,0,1031,1033,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,3349,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1034,0,0,0,0,0,4916,0,0,0,'Dragonmaw Raider',NULL,NULL,0,23,24,0,62,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,1034,1034,0,0,25,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,3337,7131,0,0,0,0,0,1,0,0,'',12340),
|
|
(1035,0,0,0,0,0,4917,0,0,0,'Dragonmaw Swamprunner',NULL,NULL,0,23,24,0,62,0,1,1.42857,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,1035,1035,0,0,25,0,25,25,25,744,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',1,3,1,1.05,1,1,0,3337,7131,0,0,0,0,144,1,0,0,'',12340),
|
|
(1036,0,0,0,0,0,4919,0,0,0,'Dragonmaw Centurion',NULL,NULL,0,24,25,0,62,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,31,6,7,0,1036,1036,0,0,25,0,0,0,0,643,1672,7164,3418,0,0,0,0,0,0,42,59,'SmartAI',0,3,1,1.05,1,1,0,3337,7131,0,0,0,0,0,1,0,0,'',12340),
|
|
(1037,0,0,0,0,0,4912,0,0,0,'Dragonmaw Battlemaster',NULL,NULL,0,24,25,0,62,0,1.54,1.14286,1,4,35,48,0,86,1,1400,1540,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,1037,0,0,0,25,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,3,1,1.05,1,1,0,3337,7131,0,0,0,0,0,1,0,0,'',12340),
|
|
(1038,0,0,0,0,0,4924,0,0,0,'Dragonmaw Shadowwarder',NULL,NULL,0,23,24,0,62,0,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,1038,1038,0,0,25,0,0,0,0,13787,20807,6223,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,3337,6930,7131,0,0,0,0,1,0,0,'',12340),
|
|
(1039,0,0,0,0,0,713,0,0,0,'Fen Dweller',NULL,NULL,0,20,26,0,14,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,1039,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,26,38,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1040,0,0,0,0,0,2023,0,0,0,'Fen Creeper',NULL,NULL,0,24,25,0,14,0,0.666668,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,1040,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1041,0,0,0,0,0,2024,0,0,0,'Fen Lord',NULL,NULL,0,25,26,0,14,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,1041,0,0,0,0,50,0,0,0,744,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1042,0,0,0,0,0,9583,0,0,0,'Red Whelp',NULL,NULL,0,23,24,0,60,0,1.11111,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,2,0,1042,0,100008,0,62,0,0,0,0,3356,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1043,0,0,0,0,0,956,0,0,0,'Lost Whelp',NULL,NULL,0,24,25,0,60,0,1.11111,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,2,0,1043,0,100008,0,62,0,0,0,75,3140,0,0,0,0,0,0,0,0,0,31,46,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1044,0,0,0,0,0,8712,0,0,0,'Flamesnorting Whelp',NULL,NULL,0,26,27,0,60,0,1.11111,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,2,0,1044,0,1044,0,62,0,0,0,0,11839,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1045,0,0,0,0,0,363,0,0,0,'Red Dragonspawn',NULL,NULL,0,57,58,0,60,0,1.05,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,2,0,1045,0,1045,0,174,0,0,0,0,15580,9080,0,0,0,0,0,0,0,0,468,616,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1046,0,0,0,0,0,8312,0,0,0,'Red Wyrmkin',NULL,NULL,0,58,59,0,60,0,1.05,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,2,0,1046,0,1046,0,0,0,0,0,0,15242,16144,15230,16419,0,0,0,0,0,0,397,524,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1047,0,0,0,0,0,8313,0,0,0,'Red Scalebane',NULL,NULL,0,59,60,0,60,0,1.05,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,1047,0,1047,0,180,0,0,0,0,15284,0,0,0,0,0,0,0,0,0,501,659,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1048,0,0,0,0,0,716,0,0,0,'Scalebane Lieutenant',NULL,NULL,0,60,61,0,60,0,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,0,1048,0,1048,0,183,0,0,0,0,27991,12169,43246,0,0,0,0,0,0,0,516,678,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1049,0,0,0,0,0,8314,0,0,0,'Wyrmkin Firebrand',NULL,NULL,0,61,62,0,60,0,1.05,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,2,0,1049,0,1049,0,186,0,0,0,0,17195,17203,16005,17393,0,0,0,0,0,0,445,586,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1050,0,0,0,0,0,8315,0,0,0,'Scalebane Royal Guard',NULL,NULL,0,61,62,0,60,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,0,1049,0,1050,0,186,0,0,0,0,16079,16856,0,0,0,0,0,0,0,0,517,680,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1051,0,0,0,0,0,825,0,0,0,'Dark Iron Dwarf',NULL,NULL,0,27,28,0,54,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,1051,1051,0,0,0,0,0,0,100,7891,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1052,0,0,0,0,0,3490,0,0,0,'Dark Iron Saboteur',NULL,NULL,0,28,29,0,54,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,1052,1052,0,0,0,0,0,0,100,7891,3204,0,0,0,0,0,0,0,0,159,213,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1053,0,0,0,0,0,3488,0,0,0,'Dark Iron Tunneler',NULL,NULL,0,29,30,0,54,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,1053,1053,0,0,0,0,0,0,100,7891,11971,7164,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1054,0,0,0,0,0,3487,0,0,0,'Dark Iron Demolitionist',NULL,NULL,0,30,31,0,54,0,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,1054,1054,0,0,0,0,0,0,100,8858,7891,0,0,0,0,0,0,0,0,176,234,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1055,0,0,0,0,0,6375,0,0,0,'Dreamhunter','',NULL,0,47,47,0,50,0,1.2,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,2,0,0,0,0,0,0,0,0,0,0,39674,12533,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1056,0,0,0,0,0,5145,0,0,0,'Emerald Sentinel','',NULL,0,45,45,0,50,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1057,0,0,0,0,0,4918,0,0,0,'Dragonmaw Bonewarder',NULL,NULL,0,23,24,0,62,0,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,1057,1057,0,0,25,0,0,0,0,707,13787,0,6205,0,0,0,0,0,0,35,50,'SmartAI',0,3,1,1.05,1,1,0,3337,6930,7131,0,0,0,0,1,0,0,'',12340),
|
|
(1058,0,0,0,0,0,240,0,0,0,'[UNUSED] Truek','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1059,0,0,0,0,0,4634,0,0,0,'Ana\'thek the Cruel','Skullsplitter Chief',NULL,0,45,45,0,30,0,1,1.14286,1,0,76,100,0,184,1,2800,1661,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,1059,1059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,115,'SmartAI',0,3,1,1.2,1,1,0,1524,3909,3916,0,0,0,0,1,0,0,'',12340),
|
|
(1060,0,0,0,0,0,4633,0,0,0,'Mogh the Undying','Skullsplitter Clan Witchdoctor',NULL,0,44,44,0,30,0,1,1.14286,1,1,67,89,0,166,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,46,67,15,7,0,1060,1060,0,0,0,0,0,0,0,12471,20798,29067,0,0,0,0,0,0,0,259,343,'',0,3,1,3,2,1,0,4644,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1061,0,0,0,0,0,4582,0,0,0,'Gan\'zulah','Bloodscalp Chief',NULL,0,41,41,0,28,0,1,1.14286,1,0,59,78,0,142,1,1300,1393,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,1061,1061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',0,3,1,1.2,1,1,0,3904,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1062,0,0,0,0,0,4584,0,0,0,'Nezzliok the Dire','Bloodscalp Clan Witchdoctor',NULL,0,40,40,0,28,0,1,1.14286,1,0,52,69,0,128,1,2000,1716,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,1062,1062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'SmartAI',0,3,1,1.15,1,1,0,3905,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1063,0,0,0,0,0,7975,0,0,0,'Jade',NULL,NULL,0,47,47,0,50,0,1.68,1.14286,1,4,79,105,0,192,1,1258,1384,1,0,2048,0,0,0,0,0,0,54,80,18,2,0,1063,0,1063,0,0,0,0,0,0,16359,12882,0,0,0,0,0,0,0,0,538,707,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1064,0,0,0,0,0,4368,4369,0,0,'Grom\'gol Grunt',NULL,NULL,0,65,65,1,85,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1065,0,0,0,0,0,204,0,0,0,'Riverpaw Shaman','',NULL,0,12,13,0,20,0,1,1.14286,1,0,17,23,0,44,1,2000,2000,2,0,2048,0,0,0,0,0,0,11,17,1,7,0,1065,0,0,0,0,0,0,0,0,774,9532,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1066,0,0,0,0,0,695,0,0,0,'Mottled Riptooth','UNUSED',NULL,0,27,27,0,48,0,1.06,1.14286,1,0,38,51,0,92,1,1740,1914,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,154,'',0,3,1,1.05,1,1,0,5233,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1067,0,0,0,0,0,10791,0,0,0,'Riverpaw Scavenger','',NULL,0,12,13,0,20,0,1.2,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1068,0,0,0,0,0,2740,0,0,0,'Gorn',NULL,NULL,0,40,40,0,29,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1069,0,0,0,0,0,505,0,0,0,'Crimson Whelp',NULL,NULL,0,25,26,0,60,0,1.11111,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,2,0,1069,0,100008,0,75,0,0,0,0,3053,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1070,0,0,0,0,0,2151,0,0,0,'Deputy Feldon','',NULL,0,33,33,0,11,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1071,0,0,0,0,0,1671,0,0,0,'Longbraid the Grim',NULL,NULL,0,35,35,0,55,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1072,0,0,0,0,0,1673,0,0,0,'Roggo Harlbarrow',NULL,NULL,0,30,30,0,55,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1073,0,0,0,0,0,1672,0,0,0,'Ashlan Stonesmirk',NULL,NULL,0,27,27,0,55,2,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1074,0,0,0,0,0,1675,0,0,0,'Motley Garmason',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1075,0,0,0,0,0,1676,0,0,0,'Rhag Garmason',NULL,NULL,0,25,25,0,55,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1076,0,0,0,0,0,1401,0,0,0,'Merrin Rockweaver','Explorers\' League',NULL,0,30,30,0,55,2,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1077,0,0,0,0,0,1399,0,0,0,'Prospector Whelgar','Explorers\' League',NULL,0,30,30,0,55,2,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1078,0,0,0,0,0,1402,0,0,0,'Ormer Ironbraid',NULL,NULL,0,25,25,0,55,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1081,0,0,0,0,0,9010,0,0,0,'Mire Lord','',NULL,0,42,42,0,14,0,1.05,1.14286,1,0,62,83,0,152,1,2700,1661,1,0,2048,0,0,0,0,0,0,43,63,15,4,0,1081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,117,'',1,3,1,1.5,1,1,0,6065,6081,0,0,0,0,0,1,0,0,'',12340),
|
|
(1082,0,0,0,0,0,807,0,0,0,'Sawtooth Crocolisk','',NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,6,0,0,0,0,37,55,13,1,1,1082,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12931,0,0,0,'',1,3,1,1.15,1,1,0,6169,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1083,0,0,0,0,0,1305,0,0,0,'Murloc Shorestriker','',NULL,0,16,17,0,18,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,1083,1083,0,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1084,0,0,0,0,0,814,0,0,0,'Young Sawtooth Crocolisk','',NULL,0,35,36,0,16,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,6,0,0,0,0,34,51,12,1,1,1084,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12929,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1085,0,0,0,0,0,698,0,0,0,'Elder Stranglethorn Tiger',NULL,NULL,0,34,35,0,16,0,1,1.42857,1,0,49,64,0,118,1,1300,2000,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,1085,0,100011,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,13373,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1087,0,0,0,0,0,815,0,0,0,'Sawtooth Snapper','',NULL,0,41,42,0,16,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,32768,2048,0,6,0,0,0,0,43,63,15,1,1,1087,0,100014,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5854,0,0,0,'',1,3,1,1.2,1,1,0,6169,6168,0,0,0,0,0,1,0,0,'',12340),
|
|
(1088,0,0,0,0,0,699,0,0,0,'Monstrous Crawler','',NULL,0,43,44,0,7,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,8,0,0,0,0,49,73,16,1,1,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5846,0,0,0,'',1,3,1,1,1,1,0,5938,6184,0,0,0,0,0,1,0,0,'',12340),
|
|
(1089,0,0,0,0,0,1628,0,0,0,'Mountaineer Cobbleflint',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1090,0,0,0,0,0,1629,0,0,0,'Mountaineer Wallbang',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1091,0,0,0,0,0,1625,0,0,0,'Mountaineer Gravelgaw',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1092,0,0,0,0,0,1630,0,0,0,'Captain Rugelfuss',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1093,0,0,0,0,0,1685,0,0,0,'Chief Engineer Hinderweir VII',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1094,0,0,0,0,0,7201,0,0,0,'Venture Co. Miner',NULL,NULL,0,34,35,0,47,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,1094,1094,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,54,75,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1095,0,0,0,0,0,7205,0,0,0,'Venture Co. Workboss',NULL,NULL,0,36,36,0,47,0,1,1.14286,1,0,50,66,0,120,1,2000,1771,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,1095,1095,0,0,0,0,0,0,0,6331,0,0,0,0,0,0,0,0,0,59,83,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1096,0,0,0,0,0,7197,0,0,0,'Venture Co. Geologist',NULL,NULL,0,35,36,0,47,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,1096,1096,0,0,0,0,0,0,0,9532,4979,184,0,0,0,0,0,0,0,52,73,'SmartAI',1,3,1,1.15,1,1,0,4106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1097,0,0,0,0,0,7200,0,0,0,'Venture Co. Mechanic',NULL,NULL,0,34,35,0,47,0,1,1.14286,1,0,49,64,0,118,1,2000,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,1097,1097,0,0,0,0,0,0,0,6660,14443,0,0,0,0,0,0,0,0,56,78,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1098,0,0,0,0,0,2394,0,0,0,'Watcher Merant','The Night Watch',NULL,0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,1661,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1099,0,0,0,0,0,2386,0,0,0,'Watcher Gelwin','The Night Watch',NULL,0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1100,0,0,0,0,0,2400,0,0,0,'Watcher Selkin','The Night Watch',NULL,0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1101,0,0,0,0,0,2401,0,0,0,'Watcher Thayer','The Night Watch',NULL,0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1103,0,0,0,0,0,1290,0,0,0,'Eldrin','Tailoring Trainer',NULL,4261,22,22,0,12,81,1,1.14286,1,0,32,42,0,78,1,1500,2000,1,512,2048,0,0,2,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1104,0,0,0,0,0,3397,0,0,0,'Grundel Harkin','Armorer',NULL,0,5,5,0,55,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1105,0,0,0,0,0,1572,0,0,0,'Jern Hornhelm','Explorers\' League',NULL,0,15,15,0,55,2,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1106,0,0,0,0,0,152,0,0,0,'Lost One Cook','',NULL,0,37,37,0,51,0,1.05,1.14286,1,4,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,7,0,1106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,81,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1108,0,0,0,0,0,843,0,0,0,'Mistvale Gorilla',NULL,NULL,0,32,33,0,72,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,9,0,0,0,0,32,47,10,1,1,1108,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9059,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1109,0,0,0,0,0,2305,0,0,0,'Fleshripper','',NULL,0,13,14,0,73,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,7,0,0,0,0,13,20,1,1,1,1109,0,0,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,12869,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1110,0,0,0,0,0,734,0,0,0,'Skeletal Raider','',NULL,0,27,28,0,21,0,0.888888,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,6,0,1110,1110,0,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,2378,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1111,0,0,0,0,0,711,0,0,0,'Leech Stalker',NULL,NULL,0,21,22,0,22,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,32,4,1,1,1111,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,0,10505,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,6838,6838,0,0,0,0,0,1,0,0,'',12340),
|
|
(1112,0,0,0,0,0,955,0,0,0,'Leech Widow',NULL,NULL,0,24,24,0,22,0,1.51,1.14286,1,4,34,46,0,84,1,2000,2000,1,0,2048,0,3,0,0,0,0,23,34,6,1,1,1112,0,0,0,0,0,0,0,0,3388,0,0,0,0,0,0,0,5910,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1114,0,0,0,0,0,845,0,0,0,'Jungle Thunderer',NULL,NULL,0,37,38,0,72,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,9,0,0,0,0,36,53,13,1,1,1114,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9057,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1115,0,0,0,0,0,726,0,0,0,'Rockjaw Skullthumper',NULL,NULL,0,8,9,0,59,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,1115,1115,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1116,0,0,0,0,0,726,0,0,0,'Rockjaw Ambusher',NULL,NULL,0,9,10,0,59,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,1116,1116,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1117,0,0,0,0,0,726,0,0,0,'Rockjaw Bonesnapper',NULL,NULL,0,9,10,0,59,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,1117,1117,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,10,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1118,0,0,0,0,0,723,0,0,0,'Rockjaw Backbreaker',NULL,NULL,0,11,12,0,59,0,1,1.14286,1,0,17,22,0,46,1,2500,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1118,0,0,0,0,0,0,0,0,3019,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1119,0,0,0,0,0,830,0,0,0,'Hammerspine',NULL,NULL,0,12,12,0,59,0,1,1.14286,1,4,17,22,0,46,1,2600,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1119,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1120,0,0,0,0,0,27500,27501,0,0,'Frostmane Troll',NULL,NULL,0,7,8,0,37,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,1120,1120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1121,0,0,0,0,0,27498,27499,0,0,'Frostmane Snowstrider',NULL,NULL,0,8,9,0,37,0,1,0.85714,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,1121,1121,0,0,0,0,0,0,0,467,6950,0,0,0,0,0,0,0,0,12,20,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1122,0,0,0,0,0,27490,27491,0,0,'Frostmane Hideskinner',NULL,NULL,0,9,10,0,37,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,1122,1122,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1123,0,0,0,0,0,27464,27489,0,0,'Frostmane Headhunter',NULL,NULL,0,8,9,0,37,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,1123,1123,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1124,0,0,0,0,0,27496,27497,0,0,'Frostmane Shadowcaster',NULL,NULL,0,9,10,0,37,0,1,0.85714,1,0,8,13,0,17,1,2000,2000,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,1124,0,0,0,0,0,0,0,0,20791,20798,11980,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1125,0,0,0,0,0,607,0,0,0,'Crag Boar',NULL,NULL,0,5,6,0,189,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,5,0,0,0,0,4,6,100,1,1,1125,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9068,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1126,0,0,0,0,0,381,0,0,0,'Large Crag Boar','',NULL,0,6,7,0,189,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,5,0,0,0,0,6,8,100,1,1,1126,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9072,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1127,0,0,0,0,0,744,0,0,0,'Elder Crag Boar',NULL,NULL,0,7,8,0,189,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,5,0,0,0,0,7,10,100,1,1,1127,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9070,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1128,0,0,0,0,0,8843,0,0,0,'Young Black Bear',NULL,NULL,0,5,6,0,44,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,4,0,0,0,0,4,6,100,1,1,1128,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12829,0,0,0,'',1,1,1,1.2,1,1,0,6952,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1129,0,0,0,0,0,719,0,0,0,'Black Bear',NULL,NULL,0,6,7,0,44,0,1,0.85714,1,0,9,12,0,36,1,2500,2000,1,0,2048,0,4,0,0,0,0,6,8,100,1,1,1129,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5795,0,0,0,'',0,1,1,1.2,1,1,0,6952,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1130,0,0,0,0,0,913,0,0,0,'Bjarn',NULL,NULL,0,12,12,0,44,0,1,1.14286,1,4,17,22,0,46,1,2000,2000,1,0,2048,0,4,0,0,0,0,11,17,100,1,1,1130,0,100003,0,0,0,0,0,0,3130,3147,0,0,0,0,0,0,5812,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1131,0,0,0,0,0,785,0,0,0,'Winter Wolf',NULL,NULL,0,7,8,0,38,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,1,0,0,0,0,7,10,100,1,1,1131,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5940,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1132,0,0,0,0,0,11422,0,0,0,'Timber',NULL,NULL,0,10,10,0,38,0,1,1.14286,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,1,0,0,0,0,9,13,100,1,1,1132,0,100002,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,5959,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1133,0,0,0,0,0,11416,0,0,0,'Starving Winter Wolf',NULL,NULL,0,8,9,0,38,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,1,0,0,0,0,8,11,100,1,1,1133,0,100002,0,0,0,0,0,0,3151,0,0,0,0,0,0,0,5941,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1134,0,0,0,0,0,929,0,0,0,'Young Wendigo',NULL,NULL,0,5,6,0,24,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,1134,0,100002,0,0,0,40,0,0,3131,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,2671,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1135,0,0,0,0,0,950,0,0,0,'Wendigo',NULL,NULL,0,6,7,0,24,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,1135,0,100002,0,0,0,40,0,0,3131,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,2671,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1137,0,0,0,0,0,931,0,0,0,'Edan the Howler',NULL,NULL,0,9,9,0,24,0,1,0.85714,1,4,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,1137,0,100002,0,0,0,0,0,0,3129,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,2671,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1138,0,0,0,0,0,604,0,0,0,'Snow Tracker Wolf',NULL,NULL,0,6,7,0,38,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,1,0,0,0,0,6,8,100,1,1,1138,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5937,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1139,0,0,0,0,0,1597,0,0,0,'Magistrate Bluntnose',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1140,0,0,0,0,0,11316,0,0,0,'Razormaw Matriarch',NULL,NULL,0,31,31,0,48,0,1.05,1.14286,1,4,44,58,0,106,1,2000,2000,1,0,2048,0,11,0,0,0,0,30,44,9,1,1,1140,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13228,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1141,0,0,0,0,0,5073,0,0,0,'Angus Stern','Head Chef',NULL,0,60,60,0,12,2,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1142,0,0,0,0,0,11567,0,0,0,'Mosh\'Ogg Brute',NULL,NULL,0,36,37,0,45,0,1,1.14286,1,0,51,68,0,124,1,2800,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,1142,1142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,85,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1144,0,0,0,0,0,610,0,0,0,'Mosh\'Ogg Witch Doctor',NULL,NULL,0,36,37,0,45,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,7,0,1144,1144,0,0,0,0,0,0,0,0,11980,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1146,0,0,0,0,0,4389,0,0,0,'Vharr','Superior Weaponsmith',NULL,0,40,40,0,29,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1147,0,0,0,0,0,4371,0,0,0,'Hragran','Cloth & Leather Armor Merchant',NULL,0,40,40,0,29,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1148,0,0,0,0,0,4377,0,0,0,'Nerrist','Trade Goods',NULL,0,40,40,0,29,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1149,0,0,0,0,0,4388,0,0,0,'Uthok','General Supplies',NULL,0,40,40,0,29,384,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1150,0,0,0,0,0,1039,0,0,0,'River Crocolisk',NULL,NULL,0,30,31,0,14,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,6,0,0,0,0,30,44,9,1,1,1150,0,100010,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,12922,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,4053,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1151,0,0,0,0,0,2548,0,0,0,'Saltwater Crocolisk',NULL,NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,6,0,0,0,0,34,51,12,1,1,1151,0,100011,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,12917,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1152,0,0,0,0,0,833,0,0,0,'Snapjaw Crocolisk',NULL,NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,6,0,0,0,0,34,51,12,1,1,1152,0,100011,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,12923,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,4104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1153,0,0,0,0,0,1656,0,0,0,'Torren Squarejaw','Explorers\' League',NULL,0,15,15,0,55,0,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1154,0,0,0,0,0,1596,0,0,0,'Marek Ironheart',NULL,NULL,2801,15,15,0,55,3,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1155,0,0,0,0,0,1618,0,0,0,'Kelt Thomasin',NULL,NULL,0,15,15,0,55,2,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1156,0,0,0,0,0,19826,0,0,0,'Vyrin Swiftwind',NULL,NULL,2831,15,15,0,371,3,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1157,0,0,0,0,0,3505,0,0,0,'Cursed Sailor',NULL,NULL,0,26,27,0,21,0,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,6,0,1157,1157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1158,0,0,0,0,0,11372,0,0,0,'Cursed Marine',NULL,NULL,0,27,28,0,21,0,1.05,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,6,0,1158,1158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1159,0,0,0,0,0,3512,0,0,0,'First Mate Snellig',NULL,NULL,0,29,29,0,21,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,6,0,1159,1159,0,0,0,0,0,0,0,3360,6713,0,0,0,0,0,0,0,0,42,60,'SmartAI',0,3,1,1.05,1,1,0,3619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1160,0,0,0,0,0,3494,0,0,0,'Captain Halyndor',NULL,NULL,0,30,30,0,21,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,1160,1160,0,0,0,0,0,0,0,3360,3389,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,3,1,1.05,1,1,0,2629,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1161,0,0,0,0,0,763,0,0,0,'Stonesplinter Trogg',NULL,NULL,0,11,12,0,59,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1161,1161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1162,0,0,0,0,0,764,0,0,0,'Stonesplinter Scout',NULL,NULL,0,11,12,0,59,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1161,1162,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1163,0,0,0,0,0,160,0,0,0,'Stonesplinter Skullthumper',NULL,NULL,0,13,14,0,59,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,1163,1163,0,0,0,0,0,0,0,1776,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1164,0,0,0,0,0,722,0,0,0,'Stonesplinter Bonesnapper',NULL,NULL,0,15,16,0,59,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,1164,1164,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1165,0,0,0,0,0,160,0,0,0,'Stonesplinter Geomancer',NULL,NULL,0,17,18,0,59,0,1,1.14286,1,0,19,26,0,27,1,2000,1991,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,1165,1165,0,0,0,0,0,0,0,11829,4979,0,0,0,0,0,0,0,0,20,30,'SmartAI',0,3,1,1,1,1,0,2536,2636,0,0,0,0,0,1,0,0,'',12340),
|
|
(1166,0,0,0,0,0,764,0,0,0,'Stonesplinter Seer',NULL,NULL,0,13,14,0,59,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,1166,1166,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1167,0,0,0,0,0,722,0,0,0,'Stonesplinter Digger',NULL,NULL,0,18,19,0,59,0,1,1.14286,1,0,27,37,0,68,1,2000,1991,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,1167,1167,0,0,0,0,0,0,0,7386,7164,0,0,0,0,0,0,0,0,22,33,'SmartAI',0,3,1,1,1,1,0,2536,2636,0,0,0,0,0,1,0,0,'',12340),
|
|
(1169,0,0,0,0,0,3456,0,0,0,'Dark Iron Insurgent',NULL,NULL,0,18,19,0,54,0,1.05,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,1169,1169,0,0,0,0,0,0,100,7020,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1171,0,0,0,0,0,825,0,0,0,'Dark Iron Guerrilla','',NULL,0,17,18,0,54,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1172,0,0,0,0,0,10913,0,0,0,'Tunnel Rat Vermin',NULL,NULL,0,10,11,0,26,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,1172,1172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1173,0,0,0,0,0,365,0,0,0,'Tunnel Rat Scout',NULL,NULL,0,10,11,0,26,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,1173,1173,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1174,0,0,0,0,0,163,0,0,0,'Tunnel Rat Geomancer',NULL,NULL,0,12,13,0,26,0,1,1.14286,1,0,13,18,0,20,1,1860,2046,8,0,2048,0,0,0,0,0,0,12,17,12,7,0,1174,1174,0,0,0,0,0,0,0,134,4979,2136,0,0,0,0,0,0,0,12,21,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1175,0,0,0,0,0,373,0,0,0,'Tunnel Rat Digger',NULL,NULL,0,12,13,0,26,0,1,1.14286,1,0,18,24,0,48,1,1860,2046,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,1174,1175,0,0,0,0,0,0,0,7386,7164,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1176,0,0,0,0,0,10912,0,0,0,'Tunnel Rat Forager',NULL,NULL,0,11,12,0,26,0,1,1.14286,1,0,17,22,0,46,1,2000,2046,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1176,1176,0,0,0,0,0,0,0,7365,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1177,0,0,0,0,0,2299,0,0,0,'Tunnel Rat Surveyor',NULL,NULL,0,14,14,0,26,0,1.14,1.14286,1,0,20,27,0,50,1,1860,2046,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,1177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,25,'SmartAI',0,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1178,0,0,0,0,0,1122,0,0,0,'Mo\'grosh Ogre',NULL,NULL,0,18,19,0,45,0,1,1.14286,1,0,27,37,0,68,1,2000,1650,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,1178,1178,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,83,113,'SmartAI',0,3,1,1,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1179,0,0,0,0,0,6692,0,0,0,'Mo\'grosh Enforcer',NULL,NULL,0,18,19,0,45,0,1,1.14286,1,0,27,37,0,68,1,2000,1659,2,0,2048,0,0,0,0,0,0,19,27,3,7,0,1179,1179,0,0,0,0,0,0,0,13532,7165,13730,0,0,0,0,0,0,0,79,108,'SmartAI',1,3,1,1,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1180,0,0,0,0,0,14403,0,0,0,'Mo\'grosh Brute',NULL,NULL,0,19,20,0,45,0,1,1.14286,1,0,29,39,0,70,1,3000,1650,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,1180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,1,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1181,0,0,0,0,0,1045,0,0,0,'Mo\'grosh Shaman',NULL,NULL,0,18,19,0,45,0,1,1.14286,1,0,26,34,0,60,1,2000,1659,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,1181,1181,0,0,0,0,0,0,0,3229,9532,0,0,0,0,0,0,0,0,79,108,'SmartAI',1,3,1,1,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1182,0,0,0,0,0,2070,0,0,0,'Brother Anton','Scarlet Crusade Emissary',NULL,0,45,45,0,11,2,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1183,0,0,0,0,0,1052,0,0,0,'Mo\'grosh Mystic',NULL,NULL,0,19,20,0,45,0,1,1.14286,1,0,27,36,0,64,1,2000,1640,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,1181,0,0,0,0,0,0,0,0,547,9532,0,0,0,0,0,0,0,0,85,115,'SmartAI',1,3,1,1,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1184,0,0,0,0,0,827,0,0,0,'Cliff Lurker',NULL,NULL,0,13,14,0,22,0,1,1.14286,1,0,20,27,0,50,1,2000,1991,1,0,2048,0,3,0,0,0,0,13,20,1,1,1,1184,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13156,0,0,0,'SmartAI',1,1,1,1,1,1,0,2606,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1185,0,0,0,0,0,520,0,0,0,'Wood Lurker',NULL,NULL,0,17,18,0,22,0,1,1.14286,1,0,26,35,0,64,1,2000,2024,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,1185,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5890,0,0,0,'SmartAI',1,1,1,1,1,1,0,2606,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1186,0,0,0,0,0,707,0,0,0,'Elder Black Bear',NULL,NULL,0,11,12,0,44,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,4,0,0,0,0,11,17,100,1,1,1186,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12830,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1187,0,0,0,0,0,1356,0,0,0,'Daryl the Youngling',NULL,NULL,0,15,15,0,55,2,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1188,0,0,0,0,0,762,0,0,0,'Grizzled Black Bear',NULL,NULL,0,13,14,0,44,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,4,0,0,0,0,13,20,1,1,1,1188,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12831,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1189,0,0,0,0,0,762,0,0,0,'Black Bear Patriarch',NULL,NULL,0,16,17,0,44,0,1,1.14286,1,0,25,33,0,60,1,2000,1991,1,0,2048,0,4,0,0,0,0,17,25,2,1,1,1189,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5801,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1190,0,0,0,0,0,704,0,0,0,'Mountain Boar',NULL,NULL,0,10,11,0,189,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,5,0,0,0,0,9,14,100,1,1,1190,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9075,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1191,0,0,0,0,0,3027,0,0,0,'Mangy Mountain Boar',NULL,NULL,0,14,15,0,189,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,5,0,0,0,0,15,22,2,1,1,1191,0,100003,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9087,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1192,0,0,0,0,0,1208,0,0,0,'Elder Mountain Boar',NULL,NULL,0,16,17,0,189,0,1,1.14286,1,0,25,33,0,60,1,2000,1991,1,0,2048,0,5,0,0,0,0,17,25,2,1,1,1192,0,100004,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9084,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1193,0,0,0,0,0,1004,0,0,0,'Loch Frenzy',NULL,NULL,0,12,13,0,1878,0,1,1.14286,1,0,18,24,0,48,1,1100,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,1,0,1193,0,1193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1194,0,0,0,0,0,410,0,0,0,'Mountain Buzzard',NULL,NULL,0,15,16,0,14,0,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,0,2048,0,7,0,0,0,0,16,23,2,1,1,1194,0,0,0,0,0,0,0,0,8014,0,0,0,0,0,0,0,12870,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1195,0,0,0,0,0,827,0,0,0,'Forest Lurker',NULL,NULL,0,10,11,0,22,0,1,0.85714,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,14,100,1,1,1195,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5885,0,0,0,'SmartAI',1,1,1,1,1,1,0,2606,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1196,0,0,0,0,0,8840,0,0,0,'Ice Claw Bear',NULL,NULL,0,7,8,0,44,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,4,0,0,0,0,7,10,100,1,1,1196,0,100002,0,0,0,0,0,0,3130,0,0,0,0,0,0,0,5796,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,6952,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1197,0,0,0,0,0,763,0,0,0,'Stonesplinter Shaman',NULL,NULL,0,15,16,0,59,0,1,1.14286,1,0,22,29,0,52,1,2000,2000,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,1197,1197,0,0,0,0,0,0,0,547,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,2536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1198,0,0,0,0,0,5014,0,0,0,'Rallic Finn','Bowyer',NULL,0,18,18,0,12,4480,1.01,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1199,0,0,0,0,0,748,0,0,0,'Juvenile Snow Leopard',NULL,NULL,0,5,6,0,66,0,1,0.85714,1,0,7,9,0,34,1,1500,2000,1,0,2048,0,2,0,0,0,0,4,6,100,1,1,1199,0,100002,0,0,10,0,0,0,0,0,0,0,0,0,0,0,5816,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1200,0,0,0,0,0,4272,0,0,0,'Morbent Fel','',NULL,0,32,32,0,21,0,1,1.14286,1,1,32,44,0,47,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,27,40,16,7,0,1200,1200,0,0,0,0,0,0,0,3108,3109,8909,0,0,0,0,0,0,0,209,277,'SmartAI',1,3,1,4.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1201,0,0,0,0,0,954,0,0,0,'Snow Leopard',NULL,NULL,0,7,8,0,66,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,1201,0,100002,0,0,10,0,0,0,0,0,0,0,0,0,0,0,13378,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1202,0,0,0,0,0,26,0,0,0,'Tunnel Rat Kobold',NULL,NULL,0,11,12,0,26,0,1,1.14286,1,0,17,22,0,46,1,2000,2046,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1202,1202,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,3110,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1203,0,0,0,0,0,2399,0,0,0,'Watcher Sarys','The Night Watch',NULL,0,35,35,0,56,0,1.11,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1204,0,0,0,0,0,2382,0,0,0,'Watcher Corwin','The Night Watch',NULL,0,38,38,0,56,0,1.13,1.14286,1,0,53,70,0,128,1,1630,1793,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1205,0,0,0,0,0,1194,0,0,0,'Grawmug',NULL,NULL,0,17,17,0,59,0,1,1.14286,1,0,25,33,0,60,1,2000,1969,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,1205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1206,0,0,0,0,0,721,0,0,0,'Gnasher',NULL,NULL,0,16,16,0,59,0,1,1.14286,1,0,23,31,0,56,1,2000,1991,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,1205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1207,0,0,0,0,0,721,0,0,0,'Brawler',NULL,NULL,0,16,16,0,59,0,1,1.14286,1,0,23,31,0,56,1,2000,1991,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,1205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1210,0,0,0,0,0,1054,0,0,0,'Chok\'sul',NULL,NULL,0,22,22,0,45,0,1,1.14286,1,1,32,42,0,78,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,1210,0,0,0,0,0,0,0,0,18072,0,0,0,0,0,0,0,0,0,111,150,'SmartAI',0,3,1,3,1,1,0,2561,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1211,0,0,0,0,0,6921,6922,6923,6924,'Leper Gnome',NULL,NULL,0,8,10,0,63,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,1211,1211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),
|
|
(1212,0,0,0,0,0,5548,0,0,0,'Bishop Farthing',NULL,NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1213,0,0,0,0,0,3278,0,0,0,'Godric Rothgar','Armorer & Shieldcrafter',NULL,0,5,5,0,12,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1214,0,0,0,0,0,1821,0,0,0,'Aldren Cordon','Clothier',NULL,0,18,18,0,55,4224,1.01,1.14286,1,0,26,35,0,64,1,2000,2013,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1215,0,0,0,0,0,3237,0,0,0,'Alchemist Mallory','Alchemy Trainer',NULL,4110,26,26,0,12,81,1,1.14286,1,0,37,49,0,90,1,1500,2000,1,512,2048,0,0,2,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1216,0,0,0,0,0,9570,0,0,0,'Shore Crawler','',NULL,0,17,18,0,7,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,8,0,0,0,0,18,26,3,1,1,1216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5840,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1217,0,0,0,0,0,3460,0,0,0,'Glorin Steelbrow',NULL,NULL,0,25,25,0,55,2,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1218,0,0,0,0,0,3269,0,0,0,'Herbalist Pomeroy','Herbalism Trainer',NULL,7691,10,10,0,12,81,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1222,0,0,0,0,0,870,0,0,0,'Dark Iron Sapper',NULL,NULL,0,17,17,0,54,0,1,1.14286,1,0,25,33,0,60,1,1810,1991,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,1222,0,0,0,0,0,0,0,100,3204,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1224,0,0,0,0,0,867,0,0,0,'Young Threshadon',NULL,NULL,0,19,20,0,16,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,1,0,1224,0,100004,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1225,0,0,0,0,0,706,0,0,0,'Ol\' Sooty',NULL,NULL,0,20,20,0,44,0,1.89,1.14286,1,0,29,39,0,70,1,1538,2000,1,0,2048,0,4,0,0,0,0,20,30,4,1,1,1225,0,100006,0,40,0,40,0,40,0,0,0,0,0,0,0,0,5815,0,0,0,'',0,1,1,1,1,1,0,2713,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1226,0,0,0,0,0,3429,0,0,0,'Maxan Anvol','Priest Trainer',NULL,4680,10,10,0,55,51,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,5,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1227,0,0,0,0,0,14949,0,0,0,'Rygal Rocknell','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1228,0,0,0,0,0,10215,0,0,0,'Magis Sparkmantle','Mage Trainer',NULL,4685,10,10,0,875,51,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,8,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1229,0,0,0,0,0,3431,0,0,0,'Granis Swiftaxe','Warrior Trainer',NULL,4683,9,12,0,55,51,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,1,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1230,0,0,0,0,0,278,0,0,0,'[UNUSED] Lexin Haze','Warlock Trainer *Temp*','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1231,0,0,0,0,0,3558,0,0,0,'Grif Wildheart','Hunter Trainer',NULL,4007,8,9,0,55,51,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,512,2048,0,0,0,0,3,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1232,0,0,0,0,0,1622,0,0,0,'Azar Stronghammer','Paladin Trainer',NULL,4677,12,12,0,55,51,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,0,2048,0,0,0,0,2,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1233,0,0,0,0,0,14310,0,0,0,'[UNUSED] Shaethis Darkoak','Hippogryph Master',NULL,0,65,65,0,80,8194,1.72,1.14286,1,1,200,281,0,278,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,774,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1234,0,0,0,0,0,3436,0,0,0,'Hogral Bakkan','Rogue Trainer',NULL,410,12,12,0,55,51,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,4,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1235,0,0,0,0,0,312,0,0,0,'[UNUSED] Maryann Grapefoot','Food Merchant','',0,5,5,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1236,0,0,0,0,0,373,0,0,0,'Kobold Digger','',NULL,0,12,13,0,26,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,1236,1236,0,0,39,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1237,0,0,0,0,0,3418,0,0,0,'Kazan Mogosh','Food & Drink Merchant',NULL,0,8,8,0,55,640,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1238,0,0,0,0,0,3420,0,0,0,'Gamili Frosthide','Cloth & Leather Armor Merchant',NULL,0,9,9,0,55,4224,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,512,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1239,0,0,0,0,0,1699,0,0,0,'First Mate Fitzsimmons',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1240,0,0,0,0,0,3425,0,0,0,'Boran Ironclink','Armorer',NULL,0,9,10,0,55,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1241,0,0,0,0,0,3422,0,0,0,'Tognus Flintfire','Blacksmithing Trainer',NULL,2741,30,30,0,55,81,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1242,0,0,0,0,0,3461,0,0,0,'Karl Boran',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1243,0,0,0,0,0,3412,0,0,0,'Hegnar Rumbleshot','Gunsmith',NULL,4090,8,12,0,55,4483,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1244,0,0,0,0,0,480,0,0,0,'Rethiel the Greenwarden',NULL,NULL,0,30,30,0,12,2,0.666668,1.14286,1,0,42,56,0,102,1,3000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1245,0,0,0,0,0,3513,0,0,0,'Kogan Forgestone',NULL,NULL,0,9,10,0,57,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4096,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1246,0,0,0,0,0,10635,0,0,0,'Vosur Brakthel','Apprentice Alchemist',NULL,4116,30,30,0,55,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1247,0,0,0,0,0,3434,0,0,0,'Innkeeper Belm','Innkeeper',NULL,1297,30,30,0,55,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1249,0,0,0,0,0,3337,0,0,0,'Quartermaster Hudson','Armorer & Shieldcrafter',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1250,0,0,0,0,0,3326,0,0,0,'Drake Lindgren','General & Trade Supplies',NULL,0,10,10,0,12,384,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1251,0,0,0,0,0,3190,0,0,0,'Splinter Fist Firemonger','',NULL,0,28,29,0,45,0,1,1.14286,1,0,29,40,0,44,1,2000,2000,8,0,2048,0,0,0,0,0,0,25,36,16,7,0,1251,1251,0,0,0,0,0,0,0,184,4979,0,0,0,0,0,0,0,0,37,54,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1252,0,0,0,0,0,1376,0,0,0,'Senir Whitebeard',NULL,NULL,0,8,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1253,0,0,0,0,0,1616,0,0,0,'Father Gavin','The Argent Dawn',NULL,0,15,15,0,794,2,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1254,0,0,0,0,0,1569,0,0,0,'Foreman Stonebrow','Miners\' League',NULL,0,12,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1255,0,0,0,0,0,1623,0,0,0,'Prospector Gehn','Explorers\' League',NULL,0,11,11,0,55,2,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1256,0,0,0,0,0,3423,0,0,0,'Quarrymaster Thesten','Miners\' League',NULL,0,10,10,0,55,0,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1257,0,0,0,0,0,1431,0,0,0,'Keldric Boucher','Alchemy Supplies & Reagents',NULL,685,30,30,0,12,2177,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1258,0,0,0,0,0,9562,0,0,0,'Black Ravager Mastiff','',NULL,0,25,26,0,38,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,1,0,0,0,0,25,37,7,1,1,1258,0,100005,0,5,8,0,0,2,13443,3149,0,0,0,0,0,0,5950,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1259,0,0,0,0,0,652,0,0,0,'Gobbler',NULL,NULL,0,22,22,0,18,0,1,1.14286,1,0,32,42,0,78,1,2500,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,1259,1259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'SmartAI',1,3,1,1.02,1,1,0,3618,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1260,0,0,0,0,0,27504,0,0,0,'Great Father Arctikus',NULL,NULL,0,11,11,0,37,0,1.7,1.14286,1,4,14,18,0,40,1,1516,1668,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1261,0,0,0,0,0,2790,0,0,0,'Veron Amberstill','Ram Breeder',NULL,4001,10,10,0,55,131,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1262,0,0,0,0,0,10003,0,0,0,'White Ram X',NULL,NULL,0,30,30,0,35,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,64,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1263,0,0,0,0,0,1981,0,0,0,'Yarlyn Amberstill',NULL,NULL,0,1,1,0,55,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1265,0,0,0,0,0,1651,0,0,0,'Rudra Amberstill',NULL,NULL,0,10,10,0,55,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1266,0,0,0,0,0,1683,0,0,0,'Tundra MacGrann',NULL,NULL,0,20,20,0,57,2,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1267,0,0,0,0,0,1684,0,0,0,'Ragnar Thunderbrew',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1268,0,0,0,0,0,3441,0,0,0,'Ozzie Togglevolt',NULL,NULL,0,10,10,0,875,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1269,0,0,0,0,0,3440,0,0,0,'Razzle Sprysprocket',NULL,NULL,0,20,20,0,875,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1270,0,0,0,0,0,559,0,0,0,'Fetid Corpse','',NULL,0,29,30,0,21,0,0.777776,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,1270,1270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,1129,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1271,0,0,0,0,0,1050,0,0,0,'Old Icebeard',NULL,NULL,0,11,11,0,16,0,1,1.14286,1,1,15,20,0,44,1.7,2000,1705,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,1271,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,63,'SmartAI',0,3,1,3,1,1,0,2671,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1273,0,0,0,0,0,3417,0,0,0,'Grawn Thromwyn','Weaponsmith',NULL,0,10,10,0,55,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1274,0,0,0,0,0,1655,0,0,0,'Senator Barin Redstone',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1275,0,0,0,0,0,1444,0,0,0,'Kyra Boucher','Reagents',NULL,686,30,30,0,12,2177,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1276,0,0,0,0,0,1777,0,0,0,'Mountaineer Brokk',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1277,0,0,0,0,0,1784,0,0,0,'Mountaineer Ganin',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1278,0,0,0,0,0,1804,0,0,0,'Mountaineer Stenn',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1279,0,0,0,0,0,1783,0,0,0,'Mountaineer Flint',NULL,NULL,0,30,30,0,57,0,1,1.38571,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1280,0,0,0,0,0,1781,0,0,0,'Mountaineer Droken',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1281,0,0,0,0,0,1812,0,0,0,'Mountaineer Zaren',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1282,0,0,0,0,0,1809,0,0,0,'Mountaineer Veek',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1283,0,0,0,0,0,1793,0,0,0,'Mountaineer Kalmir',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,1283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1284,0,0,0,0,0,5072,0,0,0,'Archbishop Benedictus',NULL,NULL,0,60,60,0,12,2,1,1.14286,1,1,74,102,0,112,4.6,2400,2000,8,576,2048,0,0,0,0,0,0,61,90,25,7,8,0,0,0,0,0,0,0,0,0,2791,0,0,0,0,0,0,0,0,0,2000,3000,'',0,3,1,50,20,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(1285,0,0,0,0,0,1434,0,0,0,'Thurman Mullby','General Goods',NULL,687,30,30,0,12,385,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1286,0,0,0,0,0,1440,0,0,0,'Edna Mullby','Trade Supplies',NULL,687,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1287,0,0,0,0,0,1448,0,0,0,'Marda Weller','Weapons Merchant',NULL,685,30,30,0,12,4481,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1288,0,0,0,0,0,1430,0,0,0,'[UNUSED] Hevram Bristol','Mace & Staff Merchant','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1289,0,0,0,0,0,1429,0,0,0,'Gunther Weller','Weapons Merchant',NULL,685,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1290,0,0,0,0,0,1435,0,0,0,'[UNUSED] Winston Bagley','Cloth Armor Merchant','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1291,0,0,0,0,0,1439,0,0,0,'Carla Granger','Cloth Armor Merchant',NULL,0,30,30,0,12,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1292,0,0,0,0,0,1449,0,0,0,'Maris Granger','Skinning Trainer',NULL,648,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1293,0,0,0,0,0,24544,0,0,0,'Ambo Cash','',NULL,0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1294,0,0,0,0,0,1423,0,0,0,'Aldric Moore','Mail Armor Merchant',NULL,685,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1295,0,0,0,0,0,1445,0,0,0,'Lara Moore','Leather Armor Merchant',NULL,686,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1296,0,0,0,0,0,1426,0,0,0,'Felder Stover','Weaponsmith',NULL,0,54,54,0,12,4224,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1297,0,0,0,0,0,1446,0,0,0,'Lina Stover','Bow & Gun Merchant',NULL,686,30,30,0,12,4481,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1298,0,0,0,0,0,1427,0,0,0,'Frederick Stover','Bow & Arrow Merchant',NULL,687,30,30,0,12,4481,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1299,0,0,0,0,0,1447,0,0,0,'Lisbeth Schneider','Clothier',NULL,685,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1300,0,0,0,0,0,1432,0,0,0,'Lawrence Schneider','Apprentice Tailor',NULL,4262,25,25,0,12,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1301,0,0,0,0,0,1443,0,0,0,'Julia Gallina','Wine Vendor',NULL,685,30,30,0,12,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1302,0,0,0,0,0,1425,0,0,0,'Bernard Gump','Florist',NULL,703,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1303,0,0,0,0,0,1441,0,0,0,'Felicia Gump','Herbalism Supplies',NULL,703,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1304,0,0,0,0,0,1487,0,0,0,'Darian Singh','Fireworks Vendor',NULL,682,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1305,0,0,0,0,0,1490,0,0,0,'Jarel Moor','Bartender',NULL,701,30,30,0,12,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1306,0,0,0,0,0,1493,0,0,0,'[UNUSED] Melechan Damodred','Reagents','',0,45,45,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1307,0,0,0,0,0,1480,0,0,0,'Charys Yserian','Arcane Trinkets Vendor',NULL,681,50,50,0,12,2177,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1308,0,0,0,0,0,1494,0,0,0,'Owen Vaughn','Reagents',NULL,681,30,30,0,12,2177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1309,0,0,0,0,0,1483,0,0,0,'Wynne Larson','Robe Merchant',NULL,681,30,30,0,12,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1310,0,0,0,0,0,1489,0,0,0,'Evan Larson','Hatter',NULL,681,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1311,0,0,0,0,0,1491,0,0,0,'Joachim Brenlow','Bartender',NULL,700,30,30,0,12,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1312,0,0,0,0,0,1477,0,0,0,'Ardwyn Cailen','Wand Merchant',NULL,681,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1313,0,0,0,0,0,1482,0,0,0,'Maria Lumere','Alchemy Supplies',NULL,681,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1314,0,0,0,0,0,1488,0,0,0,'Duncan Cullen','Light Armor Merchant',NULL,681,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1315,0,0,0,0,0,1486,0,0,0,'Allan Hafgan','Staves Merchant',NULL,681,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1316,0,0,0,0,0,1485,0,0,0,'Adair Gilroy','Librarian',NULL,0,60,60,0,12,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1317,0,0,0,0,0,1492,0,0,0,'Lucan Cordell','Enchanting Trainer',NULL,4161,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1318,0,0,0,0,0,1481,0,0,0,'Jessara Cordell','Enchanting Supplies',NULL,681,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1319,0,0,0,0,0,1510,0,0,0,'Bryan Cross','Shield Merchant',NULL,688,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1320,0,0,0,0,0,1517,0,0,0,'Seoman Griffith','Leather Armor Merchant',NULL,688,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1321,0,0,0,0,0,1520,0,0,0,'Alyssa Griffith','Bag Vendor',NULL,688,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1322,0,0,0,0,0,1514,0,0,0,'Maxton Strang','Mail Armor Merchant',NULL,0,40,40,0,12,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1323,0,0,0,0,0,1515,0,0,0,'Osric Strang','Heavy Armor Merchant',NULL,688,30,30,0,12,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1324,0,0,0,0,0,1512,0,0,0,'Heinrich Stone','Blade Merchant',NULL,690,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1325,0,0,0,0,0,1513,0,0,0,'Jasper Fel','Shady Dealer',NULL,706,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1326,0,0,0,0,0,1523,0,0,0,'Sloan McCoy','Poison Supplies',NULL,705,25,25,0,12,1153,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1327,0,0,0,0,0,1516,0,0,0,'Reese Langston','Tavernkeeper',NULL,702,30,30,0,12,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1328,0,0,0,0,0,1521,0,0,0,'Elly Langston','Barmaid',NULL,0,60,60,0,12,640,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1329,0,0,0,0,0,1800,0,0,0,'Mountaineer Naarh',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1330,0,0,0,0,0,1807,0,0,0,'Mountaineer Tyraw',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1331,0,0,0,0,0,1796,0,0,0,'Mountaineer Luxst',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1332,0,0,0,0,0,1799,0,0,0,'Mountaineer Morran',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1333,0,0,0,0,0,1511,0,0,0,'Gerik Koen','Two Handed Weapon Merchant',NULL,688,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1334,0,0,0,0,0,1789,0,0,0,'Mountaineer Hammerfall',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1335,0,0,0,0,0,1811,0,0,0,'Mountaineer Yuttha',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1336,0,0,0,0,0,1813,0,0,0,'Mountaineer Zwarn',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1337,0,0,0,0,0,1786,0,0,0,'Mountaineer Gwarth',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1338,0,0,0,0,0,1779,0,0,0,'Mountaineer Dalk',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1339,0,0,0,0,0,1522,0,0,0,'Mayda Thane','Cobbler',NULL,689,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1340,0,0,0,0,0,1892,0,0,0,'Mountaineer Kadrell',NULL,NULL,1632,30,30,0,55,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1341,0,0,0,0,0,1518,0,0,0,'Wilhelm Strang','Mail Armor Merchant',NULL,689,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1342,0,0,0,0,0,1893,0,0,0,'Mountaineer Rockgar',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1343,0,0,0,0,0,1894,0,0,0,'Mountaineer Stormpike',NULL,NULL,694,30,30,0,55,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1344,0,0,0,0,0,3437,0,0,0,'Prospector Ironband',NULL,NULL,0,15,15,0,55,2,0.99,1.14286,1,0,22,29,0,54,1,2000,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1345,0,0,0,0,0,3432,0,0,0,'Magmar Fellhew',NULL,NULL,0,15,15,0,55,2,0.99,1.14286,1,0,22,29,0,54,1,2000,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1346,0,0,0,0,0,1502,0,0,0,'Georgio Bolero','Tailoring Trainer',NULL,4353,46,46,0,12,81,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1347,0,0,0,0,0,1497,0,0,0,'Alexandra Bolero','Tailoring Supplies',NULL,684,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1348,0,0,0,0,0,1503,0,0,0,'Gregory Ardus','Staff & Mace Merchant',NULL,691,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1349,0,0,0,0,0,1500,0,0,0,'Agustus Moulaine','Mail Armor Merchant',NULL,691,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1350,0,0,0,0,0,1498,0,0,0,'Theresa Moulaine','Robe Vendor',NULL,691,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1351,0,0,0,0,0,1501,0,0,0,'Brother Cassius','Reagents',NULL,692,30,30,0,11,2177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1352,0,0,0,0,0,328,0,0,0,'Fluffy',NULL,NULL,0,1,1,0,35,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1353,0,0,0,0,0,755,0,0,0,'Sarltooth',NULL,NULL,0,29,29,0,48,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,11,0,0,0,0,28,41,8,1,1,1353,0,100010,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,13183,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,3638,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1354,0,0,0,0,0,1396,0,0,0,'Apprentice Soren',NULL,NULL,0,3,3,0,55,0,1,1.14286,1,0,3,4,0,28,1,1500,2000,1,0,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1355,0,0,0,0,0,3416,0,0,0,'Cook Ghilm','Cooking Trainer',NULL,0,8,8,0,55,81,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,512,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1356,0,0,0,0,0,3594,0,0,0,'Prospector Stormpike',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1358,0,0,0,0,0,3419,0,0,0,'Miner Grothor',NULL,NULL,0,8,8,0,57,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1360,0,0,0,0,0,3421,0,0,0,'Miner Grumnal',NULL,NULL,0,9,9,0,57,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1361,0,0,0,0,0,166,0,0,0,'[UNUSED] Kern the Enforcer','','',0,28,28,0,17,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1362,0,0,0,0,0,1835,0,0,0,'Gothor Brumn','Armorer',NULL,0,20,20,0,55,4224,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1364,0,0,0,0,0,1398,0,0,0,'Balgaras the Foul',NULL,NULL,0,31,31,0,54,0,1.05,1.14286,1,0,40,54,0,98,1,2000,2000,2,32768,2048,0,0,0,0,0,0,28,41,9,7,0,1364,1364,0,0,0,0,0,0,0,11831,9081,0,3586,0,0,0,0,0,0,259,343,'SmartAI',0,3,1,1,1,1,0,3639,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1365,0,0,0,0,0,14092,0,0,0,'Goli Krumn',NULL,NULL,0,10,10,0,55,3,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1366,0,0,0,0,0,338,0,0,0,'Adam',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1367,0,0,0,0,0,221,0,0,0,'Billy',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1368,0,0,0,0,0,221,0,0,0,'Justin',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1370,0,0,0,0,0,338,0,0,0,'Brandon',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1371,0,0,0,0,0,262,0,0,0,'Roman',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1373,0,0,0,0,0,3438,0,0,0,'Jarven Thunderbrew',NULL,NULL,0,15,15,0,55,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1374,0,0,0,0,0,3398,0,0,0,'Rejold Barleybrew',NULL,NULL,0,10,10,0,55,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1375,0,0,0,0,0,3405,0,0,0,'Marleth Barleybrew',NULL,NULL,0,12,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1376,0,0,0,0,0,3389,0,0,0,'Beldin Steelgrill',NULL,NULL,0,12,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1377,0,0,0,0,0,5106,0,0,0,'Pilot Stonegear',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1378,0,0,0,0,0,5105,0,0,0,'Pilot Bellowfiz',NULL,NULL,0,18,18,0,55,2,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1379,0,0,0,0,0,1417,0,0,0,'Miran',NULL,NULL,0,15,15,0,1618,2,1,1,1,0,22,29,0,54,1,1500,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1380,0,0,0,0,0,1657,0,0,0,'Saean',NULL,NULL,0,10,10,0,54,0,0.98,1.14286,1,0,13,17,0,42,1,1880,2068,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1381,0,0,0,0,0,4373,0,0,0,'Krakk','Superior Armorer',NULL,0,40,40,0,29,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1382,0,0,0,0,0,4376,0,0,0,'Mudduk','Superior Cook',NULL,0,40,40,0,29,81,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1383,0,0,0,0,0,4382,0,0,0,'Snarl','Apprentice Blacksmith',NULL,2782,31,31,0,29,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1384,0,0,0,0,0,4390,0,0,0,'Z\'tark','Mining Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1385,0,0,0,0,0,4365,0,0,0,'Brawn','Leatherworking Trainer',NULL,4208,35,35,0,29,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1386,0,0,0,0,0,4380,0,0,0,'Rogvar','Alchemy Trainer',NULL,4134,53,53,0,29,81,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4608,2048,0,0,2,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1387,0,0,0,0,0,1868,0,0,0,'Thysta','Wind Rider Master',NULL,6944,65,65,0,29,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1388,0,0,0,0,0,1050,0,0,0,'Vagash',NULL,NULL,0,11,11,0,24,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,1388,0,100003,0,0,0,0,0,0,3143,0,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,1,1,1,0,2671,3627,0,0,0,0,0,1,0,0,'',12340),
|
|
(1392,0,0,0,0,0,418,0,0,0,'Xon','',NULL,0,24,24,0,22,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1393,0,0,0,0,0,721,0,0,0,'Berserk Trogg',NULL,NULL,0,19,20,0,59,0,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,1393,1393,0,0,0,0,0,0,0,3019,0,0,0,0,0,0,0,0,0,24,36,'SmartAI',0,3,1,1,1,1,0,2636,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1395,0,0,0,0,0,1508,0,0,0,'Ol\' Beasley',NULL,NULL,0,10,10,0,12,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1397,0,0,0,0,0,27494,27495,0,0,'Frostmane Seer',NULL,NULL,0,8,9,0,37,0,1,0.85714,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,1397,1397,0,0,0,0,0,0,0,9532,324,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,2676,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1398,0,0,0,0,0,1194,0,0,0,'Boss Galgosh','Stonesplinter Chieftain',NULL,0,22,22,0,59,0,1,1.14286,1,4,32,42,0,78,1,2000,1585,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,1398,0,0,0,0,0,0,0,0,3019,30798,0,0,0,0,0,0,0,0,28,42,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1399,0,0,0,0,0,160,0,0,0,'Magosh','Stonesplinter Tribal Shaman',NULL,0,21,21,0,59,0,1.47,1.14286,1,4,28,38,0,68,1,1466,1613,2,0,2048,0,0,0,0,0,0,19,29,4,7,0,1399,0,0,0,0,0,0,0,0,9532,2606,11986,0,0,0,0,0,0,0,25,38,'SmartAI',0,3,1,1.02,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1400,0,0,0,0,0,1036,0,0,0,'Wetlands Crocolisk',NULL,NULL,0,23,24,0,14,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,6,0,0,0,0,23,34,6,1,1,1400,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12916,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1401,0,0,0,0,0,134,0,0,0,'Test Squirrel','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1402,0,0,0,0,0,1438,0,0,0,'Topper McNabb',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1403,0,0,0,0,0,4374,0,0,0,'Mogwah','Warrior Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1404,0,0,0,0,0,4372,0,0,0,'Kragg','Hunter Trainer',NULL,4657,40,40,0,29,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,3,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1405,0,0,0,0,0,1524,0,0,0,'Morris Lawry',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1406,0,0,0,0,0,4367,0,0,0,'Ghok','Shaman Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1407,0,0,0,0,0,4385,0,0,0,'Sranda','Light Armor & Weapons Merchant',NULL,0,40,40,0,29,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,31864,7372,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1408,0,0,0,0,0,4387,0,0,0,'Thragg','Warlock Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1409,0,0,0,0,0,4375,0,0,0,'Moorah Stormhoof','Druid Trainer',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1410,0,0,0,0,0,18200,18202,18201,18203,'Firewing Bloodwarder',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,1410,1410,0,0,0,0,0,0,0,33390,33483,16583,0,0,0,0,0,0,0,957,1288,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1411,0,0,0,0,0,5146,0,0,0,'Ian Strom','Rogue Trainer',NULL,4658,47,47,0,120,49,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,512,2048,0,0,0,0,4,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1412,0,0,0,0,0,134,0,0,0,'Squirrel','',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1413,0,0,0,0,0,1472,0,0,0,'Janey Anship',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1414,0,0,0,0,0,1473,0,0,0,'Lisan Pierce',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1415,0,0,0,0,0,2038,0,0,0,'Suzanne',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1416,0,0,0,0,0,4998,0,0,0,'Grimand Elmore',NULL,NULL,5902,50,50,0,55,3,1,1.14286,1,0,85,112,0,206,1,1000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1417,0,0,0,0,0,1035,0,0,0,'Young Wetlands Crocolisk',NULL,NULL,0,21,22,0,14,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,6,0,0,0,0,21,32,4,1,1,1417,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12915,0,0,0,'',1,3,1,1.02,1,1,0,3397,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1418,0,0,0,0,0,391,0,0,0,'Bluegill Raider',NULL,NULL,0,28,29,0,18,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,1418,1418,0,0,0,0,30,0,0,12024,10277,0,0,0,0,0,0,0,0,41,59,'SmartAI',1,3,1,1.05,1,1,0,2702,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1419,0,0,0,0,0,328,0,0,0,'Fizzles',NULL,NULL,0,1,1,0,12,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1420,0,0,0,0,0,901,0,0,0,'Toad','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1421,0,0,0,0,0,4437,0,0,0,'Private Merle','Rebel Soldier',NULL,0,31,31,0,11,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,1421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,69,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1422,0,0,0,0,0,4395,0,0,0,'Corporal Sethman',NULL,NULL,0,40,40,0,11,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1423,0,0,0,0,0,3258,3257,0,0,'Stormwind Guard','','Directions',3506,22,25,0,11,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1424,0,0,0,0,0,774,0,0,0,'Master Digger','',NULL,0,15,15,0,26,0,1,1.14286,1,4,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,1424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1425,0,0,0,0,0,774,0,0,0,'Grizlak',NULL,NULL,0,15,15,0,26,0,1.83,1.14286,1,4,20,27,0,48,1,1525,1677,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,1425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1426,0,0,0,0,0,374,0,0,0,'Riverpaw Miner','',NULL,0,14,15,0,20,0,1,1.19048,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,1426,1426,0,0,0,0,0,0,0,11971,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1427,0,0,0,0,0,5551,0,0,0,'Harlan Bagley',NULL,NULL,0,12,12,0,12,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1428,0,0,0,0,0,5552,0,0,0,'Rema Schneider',NULL,NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1429,0,0,0,0,0,221,0,0,0,'Thurman Schneider',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1430,0,0,0,0,0,1293,0,0,0,'Tomas','Cook',NULL,5853,10,10,0,12,81,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1431,0,0,0,0,0,5545,0,0,0,'Suzetta Gallina',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1432,0,0,0,0,0,5074,0,0,0,'Renato Gallina',NULL,NULL,6951,45,45,0,12,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1433,0,0,0,0,0,5550,0,0,0,'Corbett Schneider',NULL,NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1434,0,0,0,0,0,2677,2678,2680,2679,'Menethil Sentry',NULL,NULL,0,38,42,0,57,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1435,0,0,0,0,0,1765,0,0,0,'Zardeth of the Black Claw',NULL,NULL,0,60,60,0,12,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1436,0,0,0,0,0,2383,0,0,0,'Watcher Cutford','The Night Watch',NULL,0,37,37,0,56,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1437,0,0,0,0,0,3484,0,0,0,'Thomas Booker',NULL,NULL,0,20,20,0,11,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1439,0,0,0,0,0,1758,0,0,0,'Lord Baurles K. Wishock','House of Nobles',NULL,0,10,10,0,12,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1440,0,0,0,0,0,5553,0,0,0,'Milton Sheaf','Librarian',NULL,0,15,15,0,12,2,1,1.14286,1,0,22,29,0,54,1,1000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1441,0,0,0,0,0,3473,0,0,0,'Brak Durnad','Weaponsmith',NULL,0,25,25,0,55,4224,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1442,0,0,0,0,0,4549,0,0,0,'Helgrum the Swift','',NULL,0,60,60,0,29,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1443,0,0,0,0,0,4554,0,0,0,'Fel\'zerul','',NULL,0,60,60,0,29,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1444,0,0,0,0,0,5549,0,0,0,'Brother Kristoff',NULL,NULL,0,40,40,0,11,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1445,0,0,0,0,0,338,0,0,0,'Jesse Halloran',NULL,NULL,0,2,2,0,12,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1446,0,0,0,0,0,252,0,0,0,'Regina Halloran',NULL,NULL,0,2,2,0,12,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1447,0,0,0,0,0,3640,0,0,0,'Gimlok Rumdnul',NULL,NULL,0,2,2,0,55,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1448,0,0,0,0,0,3459,0,0,0,'Neal Allen','Engineering Supplies & General Goods',NULL,0,20,20,0,11,384,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1449,0,0,0,0,0,4661,0,0,0,'Witch Doctor Unbagwa',NULL,NULL,0,42,42,0,35,2,1,1.14286,1,0,62,83,0,152,1,2000,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1450,0,0,0,0,0,3474,0,0,0,'Brahnmar','Armorer',NULL,0,25,25,0,55,4224,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1451,0,0,0,0,0,3462,0,0,0,'Camerick Jongleur','Wandering Minstrel',NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1452,0,0,0,0,0,3476,0,0,0,'Gruham Rumdnul','General Supplies',NULL,0,25,25,0,55,384,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1453,0,0,0,0,0,1895,0,0,0,'Dewin Shimmerdawn','Alchemy Supplies',NULL,0,25,25,0,55,128,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1454,0,0,0,0,0,5033,0,0,0,'Jennabink Powerseam','Tailoring Supplies & Specialty Goods',NULL,0,25,25,0,875,4224,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1455,0,0,0,0,0,3475,0,0,0,'[UNUSED] Grummar Thunk','Fletching Supplies','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1456,0,0,0,0,0,3478,0,0,0,'Kersok Prond','Tradesman',NULL,0,25,25,0,55,128,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1457,0,0,0,0,0,3464,0,0,0,'Samor Festivus','Shady Dealer',NULL,0,25,25,0,12,1152,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1458,0,0,0,0,0,1898,0,0,0,'Telurinon Moonshadow','Herbalism Trainer',NULL,7691,25,25,0,55,81,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1459,0,0,0,0,0,3463,0,0,0,'Naela Trance','Bowyer',NULL,0,25,25,0,12,4480,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1460,0,0,0,0,0,3465,0,0,0,'Unger Statforth','Horse Breeder',NULL,4004,25,25,0,12,129,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1461,0,0,0,0,0,3477,0,0,0,'Murndan Derth','Gunsmith',NULL,0,25,25,0,55,4480,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1462,0,0,0,0,0,3466,0,0,0,'Edwina Monzor','Fletcher',NULL,0,25,25,0,12,4480,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1463,0,0,0,0,0,3467,0,0,0,'Falkan Armonis','Reagents',NULL,0,25,25,0,12,2176,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1464,0,0,0,0,0,3479,0,0,0,'Innkeeper Helbrek','Innkeeper',NULL,345,30,30,0,55,66177,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1465,0,0,0,0,0,1820,0,0,0,'Drac Roughcut','Tradesman',NULL,0,15,15,0,55,128,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1466,0,0,0,0,0,10620,0,0,0,'Gretta Finespindle','Apprentice Leatherworker',NULL,4182,24,24,0,55,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1467,0,0,0,0,0,2584,0,0,0,'[UNUSED] [PH] Brawl Thunderpunch','Weaponsmith <Temp>','',0,15,15,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1468,0,0,0,0,0,2584,0,0,0,'Kargh Steelspine','Armorer',NULL,0,15,15,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1469,0,0,0,0,0,1847,0,0,0,'Vrok Blunderblast','Gunsmith',NULL,0,15,15,0,55,4480,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1470,0,0,0,0,0,1834,0,0,0,'Ghak Healtouch','Alchemy Trainer',NULL,4115,25,25,0,55,83,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1471,0,0,0,0,0,3963,0,0,0,'Jannos Ironwill','Superior Macecrafter',NULL,0,46,46,0,55,4224,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1472,0,0,0,0,0,5570,0,0,0,'Morgg Stormshot',NULL,NULL,0,53,53,0,55,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1473,0,0,0,0,0,1841,0,0,0,'Kali Healtouch','Herbalism Trainer',NULL,0,14,14,0,55,80,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1474,0,0,0,0,0,1846,0,0,0,'Rann Flamespinner','Tailoring Supplies',NULL,0,15,15,0,55,128,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1475,0,0,0,0,0,790,0,0,0,'Menethil Guard',NULL,NULL,0,47,47,0,57,1,2.19,1.14286,1,0,79,105,0,192,1,1520,1672,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1476,0,0,0,0,0,3491,0,0,0,'Hargin Mundar',NULL,NULL,0,20,20,0,57,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1477,0,0,0,0,0,1509,0,0,0,'Christoph Faral',NULL,NULL,0,30,30,0,12,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1478,0,0,0,0,0,1519,0,0,0,'Aedis Brom',NULL,NULL,0,30,30,0,12,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1479,0,0,0,0,0,3506,0,0,0,'Timothy Clark',NULL,NULL,0,20,20,0,11,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1480,0,0,0,0,0,3486,0,0,0,'Caitlin Grassman',NULL,NULL,0,20,20,0,12,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1481,0,0,0,0,0,4429,0,0,0,'Bart Tidewater','Captain of the Maiden\'s Virtue',NULL,0,20,20,0,12,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1482,0,0,0,0,0,3485,0,0,0,'Andrea Halloran',NULL,NULL,0,20,20,0,11,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1483,0,0,0,0,0,2733,0,0,0,'Murphy West',NULL,NULL,0,20,20,0,11,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,49,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1484,0,0,0,0,0,3489,0,0,0,'Derina Rumdnul',NULL,NULL,0,20,20,0,55,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1485,0,0,0,0,0,227,0,0,0,'[UNUSED] Bazaar Merchant TEST','Florist','',0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1487,0,0,0,0,0,6170,0,0,0,'Splinter Fist Enslaver','',NULL,0,30,31,0,45,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,1487,1487,0,0,0,0,0,0,0,6533,10277,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1488,0,0,0,0,0,1065,0,0,0,'Zanzil Zombie',NULL,NULL,0,43,44,0,16,0,0.777776,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,1488,1488,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,413,'SmartAI',1,3,1,1.2,1,1,0,4016,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1489,0,0,0,0,0,828,0,0,0,'Zanzil Hunter',NULL,NULL,0,43,44,0,16,0,0.777776,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,1489,1489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,404,'SmartAI',1,3,1,1.2,1,1,0,4016,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1490,0,0,0,0,0,16228,0,0,0,'Zanzil Witch Doctor',NULL,NULL,0,44,44,0,16,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,1490,1490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,265,'SmartAI',1,3,1,1.2,1,1,0,4016,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1491,0,0,0,0,0,4923,0,0,0,'Zanzil Naga',NULL,NULL,0,44,44,0,16,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,6,0,1491,1491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,374,'SmartAI',1,3,1,1.2,1,1,0,4016,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1492,0,0,0,0,0,10039,0,0,0,'Gorlash','',NULL,0,42,42,0,778,0,1,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,43,63,15,5,0,1492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,565,'SmartAI',0,3,1,4,1,1,0,3932,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1493,0,0,0,0,0,12812,0,0,0,'Mok\'rash',NULL,NULL,0,46,46,0,778,0,1,1.14286,1,1,77,102,0,188,2.4,3000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,5,0,1493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,460,606,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1494,0,0,0,0,0,4945,0,0,0,'Negolash',NULL,NULL,0,42,42,0,778,0,1.75,1.14286,1,1,62,83,0,152,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,43,63,15,5,0,1494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,789,1044,'SmartAI',0,3,1,4,1,1,0,3935,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1495,0,0,0,0,0,2858,0,0,0,'Deathguard Linnea','',NULL,0,22,22,0,68,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,33280,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1496,0,0,0,0,0,2855,0,0,0,'Deathguard Dillinger',NULL,NULL,3356,22,22,0,68,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,37376,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1497,0,0,0,0,0,3518,0,0,0,'Gunther Arcanus',NULL,NULL,0,53,53,0,68,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,37376,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1498,0,0,0,0,0,4055,0,0,0,'Bethor Iceshard',NULL,NULL,0,60,60,0,68,2,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,37376,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1499,0,0,0,0,0,3514,0,0,0,'Magistrate Sevren',NULL,NULL,0,14,14,0,68,2,1,1.14286,1,0,20,27,0,50,1,1000,2000,1,37376,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1500,0,0,0,0,0,3516,0,0,0,'Coleman Farthing',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1501,0,0,0,0,0,10973,0,0,0,'Mindless Zombie',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,1501,1501,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,3,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1502,0,0,0,0,0,829,0,0,0,'Wretched Ghoul',NULL,NULL,0,1,2,0,7,0,0.777776,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,1502,1502,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,4,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1503,0,0,0,0,0,987,0,0,0,'Wretched Zombie',NULL,NULL,0,1,2,0,7,0,0.78,1.14286,1,0,2,2,0,26,1,1990,2189,1,0,2048,0,6,0,0,0,0,1,1,100,7,0,1501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1504,0,0,0,0,0,513,0,0,0,'Young Night Web Spider',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,2,100,1,1,1504,0,0,0,0,0,0,0,0,6751,0,0,0,0,0,0,0,10524,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1505,0,0,0,0,0,539,0,0,0,'Night Web Spider',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,3,0,0,0,0,2,3,100,1,1,1505,0,0,0,0,0,0,0,0,6751,0,0,0,0,0,0,0,5879,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1506,0,0,0,0,0,2403,2407,0,0,'Scarlet Convert',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,2,100,7,0,1506,1506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,'SmartAI',1,3,1,1,1,1,0,3266,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1507,0,0,0,0,0,2467,2478,0,0,'Scarlet Initiate',NULL,NULL,0,3,4,0,7,0,0.9,1.14286,1,0,3,3,0,13,1,2000,2000,8,32768,2048,0,0,0,0,0,0,2,3,11,7,0,1507,1507,0,0,0,0,0,0,0,20793,12544,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,3266,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1508,0,0,0,0,0,447,0,0,0,'Young Scavenger',NULL,NULL,0,1,1,0,32,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,100,1,1,1508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13058,0,0,0,'',1,1,1,1,1,1,0,3265,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1509,0,0,0,0,0,604,0,0,0,'Ragged Scavenger',NULL,NULL,0,2,3,0,32,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,2,100,1,1,1509,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5935,0,0,0,'',1,1,1,1,1,1,0,3265,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1511,0,0,0,0,0,837,0,0,0,'Enraged Silverback Gorilla',NULL,NULL,0,41,41,0,41,0,1,1.14286,1,0,59,78,0,142,1,2000,1466,1,0,2048,0,9,0,0,0,0,41,60,15,1,1,1511,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12962,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1512,0,0,0,0,0,4732,0,0,0,'Duskbat',NULL,NULL,0,1,2,0,7,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,100,1,1,1512,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12817,0,0,0,'',1,3,1,1,1,1,0,3264,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1513,0,0,0,0,0,9535,0,0,0,'Mangy Duskbat',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,24,0,0,0,0,2,3,100,1,1,1513,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12818,0,0,0,'',1,3,1,1,1,1,0,3264,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1514,0,0,0,0,0,840,0,0,0,'Mokk the Savage',NULL,NULL,0,44,44,0,41,0,1,1.14286,1,0,72,96,0,174,1,2000,1727,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,1514,0,100014,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,2797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1515,0,0,0,0,0,1649,0,0,0,'Executor Zygand',NULL,NULL,0,14,14,0,68,2,1,1.38571,1,0,20,27,0,50,1,2000,2000,1,37376,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1516,0,0,0,0,0,839,0,0,0,'Konda',NULL,NULL,0,43,43,0,41,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,9,0,0,0,0,46,67,16,1,1,0,0,100014,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,12959,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1518,0,0,0,0,0,1565,0,0,0,'Apothecary Johaan','Royal Apothecary Society',NULL,0,20,20,0,68,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1519,0,0,0,0,0,1648,0,0,0,'Deathguard Simmer',NULL,NULL,11145,23,23,0,68,3,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,37376,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1520,0,0,0,0,0,200,0,0,0,'Rattlecage Soldier',NULL,NULL,0,6,7,0,21,0,0.888888,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,1520,1520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,3162,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1521,0,0,0,0,0,3515,0,0,0,'Gretchen Dedmar',NULL,NULL,0,8,8,0,68,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,37376,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1522,0,0,0,0,0,11398,0,0,0,'Darkeye Bonecaster',NULL,NULL,0,7,8,0,21,0,1,0.857143,1,0,7,10,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,7,10,11,6,0,1522,1522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,3163,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1523,0,0,0,0,0,535,0,0,0,'Cracked Skull Soldier',NULL,NULL,0,8,9,0,21,0,0.888888,0.857143,1,0,11,15,0,34,1,2000,2000,2,0,2048,0,0,0,0,0,0,7,11,100,6,0,1523,1523,0,0,0,0,0,0,0,589,0,0,0,0,0,0,0,0,0,7,15,'',1,3,1,1,1,1,0,3162,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1525,0,0,0,0,0,1200,0,0,0,'Rotting Dead',NULL,NULL,0,5,6,0,21,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,6,0,1525,1525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,2855,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1526,0,0,0,0,0,1201,0,0,0,'Ravaged Corpse',NULL,NULL,0,6,7,0,21,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,1526,1526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,2855,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1527,0,0,0,0,0,1202,0,0,0,'Hungering Dead',NULL,NULL,0,7,8,0,21,0,1,0.857143,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,6,0,1527,1527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1528,0,0,0,0,0,1197,0,0,0,'Shambling Horror',NULL,NULL,0,8,9,0,21,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,6,0,1528,1528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1529,0,0,0,0,0,1198,0,0,0,'Bleeding Horror',NULL,NULL,0,9,10,0,21,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1529,1529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1530,0,0,0,0,0,1196,10256,10255,4631,'Rotting Ancestor',NULL,NULL,0,10,11,0,21,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,1530,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1531,0,0,0,0,0,985,0,0,0,'Lost Soul',NULL,NULL,0,6,7,0,21,0,1,0.857143,1,4,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,1531,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1532,0,0,0,0,0,3227,3228,0,0,'Wandering Spirit',NULL,NULL,0,10,11,0,21,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,6,0,1532,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1533,0,0,0,0,0,9534,0,0,0,'Tormented Spirit',NULL,NULL,0,8,9,0,21,0,1.22,1.14286,1,4,11,15,0,40,1,1575,1732,1,0,2048,0,0,0,0,0,0,8,11,100,6,0,1533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1534,0,0,0,0,0,10752,0,0,0,'Wailing Ancestor',NULL,NULL,0,9,10,0,21,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1534,1534,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1535,0,0,0,0,0,2471,2482,0,0,'Scarlet Warrior',NULL,NULL,0,6,7,0,67,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,1535,1535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,2875,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1536,0,0,0,0,0,2468,2479,0,0,'Scarlet Missionary',NULL,NULL,0,7,8,0,67,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,1536,1536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,'',1,3,1,1,1,1,0,2875,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1537,0,0,0,0,0,2472,2483,0,0,'Scarlet Zealot',NULL,NULL,0,8,9,0,67,0,1,0.85714,1,0,11,15,0,40,1,3000,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,1537,1537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'',1,3,1,1,1,1,0,2875,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1538,0,0,0,0,0,2466,2477,0,0,'Scarlet Friar',NULL,NULL,0,9,10,0,67,0,1,0.85714,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,1538,1538,0,0,0,0,0,0,0,2052,1243,0,0,0,0,0,0,0,0,9,17,'',0,3,1,1,1,1,0,2875,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1539,0,0,0,0,0,2469,2480,0,0,'Scarlet Neophyte',NULL,NULL,0,10,11,0,67,0,0.9,1.14286,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,1539,1539,0,0,0,0,0,0,0,12544,13322,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,2875,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1540,0,0,0,0,0,2481,2470,0,0,'Scarlet Vanguard',NULL,NULL,0,10,11,0,67,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,1540,1540,0,0,0,0,0,0,0,7164,72,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,2875,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1541,0,0,0,0,0,527,0,0,0,'Vile Fin Murloc','',NULL,0,6,7,0,18,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,2859,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1543,0,0,0,0,0,441,0,0,0,'Vile Fin Puddlejumper',NULL,NULL,0,7,8,0,18,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,2859,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1544,0,0,0,0,0,1005,0,0,0,'Vile Fin Minor Oracle',NULL,NULL,0,8,9,0,18,0,1,0.857143,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,'',1,3,1,1,1,1,0,2859,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1545,0,0,0,0,0,346,0,0,0,'Vile Fin Muckdweller',NULL,NULL,0,9,10,0,18,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,1545,0,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,9,17,'',1,3,1,1,1,1,0,2859,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1546,0,0,0,0,0,2584,0,0,0,'[UNUSED] Kegnar Thraln','Herbalism Trainer','',0,8,40,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1547,0,0,0,0,0,9021,0,0,0,'Decrepit Darkhound','',NULL,0,5,6,0,38,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,3,0,1547,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,2858,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1548,0,0,0,0,0,9020,0,0,0,'Cursed Darkhound','',NULL,0,7,8,0,38,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,3,0,1548,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,2858,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1549,0,0,0,0,0,3916,0,0,0,'Ravenous Darkhound','',NULL,0,9,10,0,38,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,3,0,1549,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,2858,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1550,0,0,0,0,0,8802,0,0,0,'Thrashtail Basilisk',NULL,NULL,0,41,42,0,49,0,1.11111,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,1,0,1550,0,100014,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,3918,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1551,0,0,0,0,0,2174,0,0,0,'Ironjaw Basilisk',NULL,NULL,0,43,44,0,49,0,1.11111,1.14286,1,0,72,96,0,174,1,2800,1727,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,1551,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,3918,3911,0,0,0,0,0,1,0,0,'',12340),
|
|
(1552,0,0,0,0,0,12342,0,0,0,'Scale Belly',NULL,NULL,0,45,45,0,49,0,1.11111,1.14286,1,4,76,100,0,184,1,2000,1402,1,0,2048,0,0,0,0,0,0,52,76,17,1,0,1552,0,1552,0,0,0,0,0,0,5106,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1553,0,0,0,0,0,4734,0,0,0,'Greater Duskbat','',NULL,0,6,7,0,15,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,24,0,0,0,0,6,8,100,1,1,1553,0,100002,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,5786,0,0,0,'SmartAI',1,3,1,1,1,1,0,2876,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1554,0,0,0,0,0,8808,0,0,0,'Vampiric Duskbat','',NULL,0,8,9,0,16,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,24,0,0,0,0,8,11,100,1,1,1554,0,100002,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,12820,0,0,0,'SmartAI',1,3,1,1,1,1,0,2876,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1555,0,0,0,0,0,368,0,0,0,'Vicious Night Web Spider',NULL,NULL,0,9,10,0,22,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,13,100,1,1,1555,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5886,0,0,0,'SmartAI',1,1,1,1,1,1,0,2872,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1557,0,0,0,0,0,838,0,0,0,'Elder Mistvale Gorilla',NULL,NULL,0,40,41,0,72,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,9,0,0,0,0,41,60,15,1,1,1557,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9055,0,0,0,'',1,3,1,1.2,1,1,0,3862,3919,0,0,0,0,0,1,0,0,'',12340),
|
|
(1558,0,0,0,0,0,844,0,0,0,'Silverback Patriarch',NULL,NULL,0,42,43,0,72,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,9,0,0,0,0,46,67,16,1,1,1558,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12963,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1559,0,0,0,0,0,792,0,0,0,'King Mukla',NULL,NULL,0,42,42,0,16,0,1,1.14286,1,0,62,83,0,152,1,2800,2000,1,64,2048,0,9,0,0,0,0,43,63,15,1,1,1559,0,1559,0,0,0,0,0,0,5568,7093,0,0,0,0,0,0,12966,0,0,0,'SmartAI',0,3,1,2,1,1,0,4103,0,0,0,0,0,120,1,0,0,'',12340),
|
|
(1560,0,0,0,0,0,3517,0,0,0,'Yvette Farthing',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1561,0,0,0,0,0,793,0,0,0,'Bloodsail Raider',NULL,NULL,0,40,41,0,119,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,1561,1561,0,0,0,0,0,0,0,6533,30798,0,0,0,0,0,0,0,0,74,101,'SmartAI',1,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1562,0,0,0,0,0,2561,2562,0,0,'Bloodsail Mage',NULL,NULL,0,40,41,0,119,0,1,1.14286,1,0,42,58,0,62,1,2000,2000,8,32768,2048,0,0,0,0,0,0,36,52,19,7,0,1561,1562,0,0,0,0,0,0,0,2601,20823,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1563,0,0,0,0,0,796,794,0,0,'Bloodsail Swashbuckler',NULL,NULL,0,40,41,0,119,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,1561,1563,0,0,0,0,0,0,0,6713,11978,0,0,0,0,0,0,0,0,75,103,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1564,0,0,0,0,0,4461,4462,0,0,'Bloodsail Warlock',NULL,NULL,0,40,41,0,119,0,1,1.14286,1,0,42,58,0,62,1,2000,2000,8,32768,2048,0,0,0,0,0,0,36,52,19,7,0,1561,1564,0,0,0,0,0,0,0,11980,20825,0,0,0,0,0,0,0,0,62,86,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1565,0,0,0,0,0,796,1768,0,0,'Bloodsail Sea Dog',NULL,NULL,0,41,42,0,119,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,1561,1565,0,0,0,0,0,0,0,37685,12540,744,0,0,0,0,0,0,0,83,114,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1567,0,0,0,0,0,3355,0,0,0,'[UNUSED] Anson Phelps','Miner <Temp>','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1568,0,0,0,0,0,1582,0,0,0,'Undertaker Mordo',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1569,0,0,0,0,0,1584,0,0,0,'Shadow Priest Sarvis',NULL,NULL,4044,5,5,0,68,3,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1570,0,0,0,0,0,1583,0,0,0,'Executor Arren',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1571,0,0,0,0,0,5130,0,0,0,'Shellei Brondir','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1572,0,0,0,0,0,5037,0,0,0,'Thorgrum Borrelson','Gryphon Master',NULL,4358,65,65,0,55,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1573,0,0,0,0,0,3007,0,0,0,'Gryth Thurden','Gryphon Master',NULL,4360,65,65,0,55,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1574,0,0,0,0,0,198,0,0,0,'Mage 1','',NULL,0,65,65,1,7,8195,1.72,1.14286,1,0,186,260,0,262,1,1216,1338,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1575,0,0,0,0,0,198,0,0,0,'Mage 5','',NULL,0,65,65,1,7,8195,1.72,1.14286,1,0,186,260,0,262,1,1216,1338,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1576,0,0,0,0,0,198,0,0,0,'Mage 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1577,0,0,0,0,0,198,0,0,0,'Mage 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1578,0,0,0,0,0,198,0,0,0,'Mage 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1579,0,0,0,0,0,198,0,0,0,'Mage 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1580,0,0,0,0,0,198,0,0,0,'Mage 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1581,0,0,0,0,0,263,0,0,0,'Warlock 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1582,0,0,0,0,0,263,0,0,0,'Warlock 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1583,0,0,0,0,0,263,0,0,0,'Warlock 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1584,0,0,0,0,0,263,0,0,0,'Warlock 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1585,0,0,0,0,0,263,0,0,0,'Warlock 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1586,0,0,0,0,0,263,0,0,0,'Warlock 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1587,0,0,0,0,0,263,0,0,0,'Warlock 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1588,0,0,0,0,0,314,0,0,0,'Shaman 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1589,0,0,0,0,0,314,0,0,0,'Shaman 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1590,0,0,0,0,0,314,0,0,0,'Shaman 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1591,0,0,0,0,0,314,0,0,0,'Shaman 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1592,0,0,0,0,0,314,0,0,0,'Shaman 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1593,0,0,0,0,0,314,0,0,0,'Shaman 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1594,0,0,0,0,0,314,0,0,0,'Shaman 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1595,0,0,0,0,0,149,0,0,0,'Rogue 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1596,0,0,0,0,0,149,0,0,0,'Rogue 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1597,0,0,0,0,0,149,0,0,0,'Rogue 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1598,0,0,0,0,0,149,0,0,0,'Rogue 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1599,0,0,0,0,0,149,0,0,0,'Rogue 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1600,0,0,0,0,0,149,0,0,0,'Rogue 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1601,0,0,0,0,0,5571,0,0,0,'Slim\'s Test Rogue','',NULL,0,80,80,0,1965,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1602,0,0,0,0,0,3960,0,0,0,'Paladin 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1603,0,0,0,0,0,282,0,0,0,'Paladin 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1604,0,0,0,0,0,467,0,0,0,'Druid 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1605,0,0,0,0,0,282,0,0,0,'Paladin 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1606,0,0,0,0,0,282,0,0,0,'Paladin 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1607,0,0,0,0,0,467,0,0,0,'Druid 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1608,0,0,0,0,0,467,0,0,0,'Druid 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1609,0,0,0,0,0,467,0,0,0,'Druid 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1613,0,0,0,0,0,282,0,0,0,'Paladin 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),
|
|
(1614,0,0,0,0,0,282,0,0,0,'Paladin 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1615,0,0,0,0,0,282,0,0,0,'Paladin 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1616,0,0,0,0,0,467,0,0,0,'Druid 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1617,0,0,0,0,0,467,0,0,0,'Druid 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1618,0,0,0,0,0,240,0,0,0,'Hunter 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1619,0,0,0,0,0,467,0,0,0,'Druid 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1620,0,0,0,0,0,240,0,0,0,'Hunter 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1621,0,0,0,0,0,240,0,0,0,'Hunter 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1622,0,0,0,0,0,190,0,0,0,'Priest 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1623,0,0,0,0,0,240,0,0,0,'Hunter 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1624,0,0,0,0,0,190,0,0,0,'Priest 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1625,0,0,0,0,0,240,0,0,0,'Hunter 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1626,0,0,0,0,0,190,0,0,0,'Priest 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1627,0,0,0,0,0,190,0,0,0,'Priest 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1628,0,0,0,0,0,240,0,0,0,'Hunter 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1629,0,0,0,0,0,190,0,0,0,'Priest 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1631,0,0,0,0,0,240,0,0,0,'Hunter 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1632,0,0,0,0,0,3335,0,0,0,'Adele Fielder','Leatherworking Trainer',NULL,4172,22,22,0,12,81,1,1.14286,1,0,32,42,0,78,1,1500,2000,1,512,2048,0,0,2,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1633,0,0,0,0,0,190,0,0,0,'Priest 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1634,0,0,0,0,0,190,0,0,0,'Priest 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1635,0,0,0,0,0,143,0,0,0,'Warrior 1','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1636,0,0,0,0,0,143,0,0,0,'Warrior 5','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1637,0,0,0,0,0,143,0,0,0,'Warrior 10','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1638,0,0,0,0,0,143,0,0,0,'Warrior 15','',NULL,0,15,15,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1639,0,0,0,0,0,143,0,0,0,'Warrior 20','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,130,1,0,2,'',12340),
|
|
(1640,0,0,0,0,0,143,0,0,0,'Warrior 30','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1641,0,0,0,0,0,143,0,0,0,'Warrior 40','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(1642,0,0,0,0,0,3167,3257,0,0,'Northshire Guard',NULL,NULL,0,65,65,1,11,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1643,0,0,0,0,0,164,0,0,0,'[UNUSED] Elwynn Guard','','',0,23,23,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1644,0,0,0,0,0,164,0,0,0,'[UNUSED] Redridge Guard','','',0,35,35,0,11,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1645,0,0,0,0,0,3336,0,0,0,'Quartermaster Hicks','Master Weaponsmith',NULL,0,10,10,0,12,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1646,0,0,0,0,0,1357,0,0,0,'Baros Alexston','City Architect',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1649,0,0,0,0,0,3318,0,0,0,'UNUSED Jordan Croft','Reuse Me','',0,1,1,0,875,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1650,0,0,0,0,0,5032,0,0,0,'Terry Palin','Lumberjack',NULL,0,11,11,0,12,128,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1651,0,0,0,0,0,3272,0,0,0,'Lee Brown','Fishing Trainer',NULL,5665,8,8,0,12,81,1,1.14286,1,0,10,14,0,38,1,1500,2000,1,512,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1652,0,0,0,0,0,1666,0,0,0,'Deathguard Burgess',NULL,'Directions',3356,24,24,0,68,3,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,37376,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32770,'',12340),
|
|
(1653,0,0,0,0,0,2563,2564,0,0,'Bloodsail Elder Magus',NULL,NULL,0,41,42,0,119,0,1,1.14286,1,0,44,61,0,67,1,2000,2000,8,32768,2048,0,0,0,0,0,0,37,55,19,7,0,1653,1653,0,0,0,0,0,0,0,20823,20827,0,0,0,0,0,0,0,0,68,94,'SmartAI',0,3,1,1,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(1654,0,0,0,0,0,646,0,0,0,'Gregor Agamand',NULL,NULL,0,10,10,0,21,0,0.9,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1654,1654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,2829,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1655,0,0,0,0,0,10702,0,0,0,'Nissa Agamand',NULL,NULL,0,10,10,0,21,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,2828,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1656,0,0,0,0,0,1196,0,0,0,'Thurman Agamand',NULL,NULL,0,10,10,0,21,0,0.9,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1656,1656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,2830,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1657,0,0,0,0,0,11399,0,0,0,'Devlin Agamand',NULL,NULL,0,9,9,0,21,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,6,0,1657,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,2831,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1658,0,0,0,0,0,733,0,0,0,'Captain Dargol',NULL,NULL,0,13,13,0,21,0,0.888888,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,1658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',0,3,1,1,1,1,0,3082,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1659,0,0,0,0,0,1027,0,0,0,'[UNUSED] Coleman Mills','NEEDS MODEL','',0,10,10,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1660,0,0,0,0,0,3144,3145,0,0,'Scarlet Bodyguard',NULL,NULL,0,8,8,0,67,0,0.9,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,1660,1660,0,0,0,0,0,0,0,12169,0,0,0,0,0,0,0,0,0,7,14,'',0,3,1,1,1,1,0,2875,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1661,0,0,0,0,0,1593,0,0,0,'Novice Elreth',NULL,NULL,0,3,3,0,68,2,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,37632,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1662,0,0,0,0,0,1738,0,0,0,'Captain Perrine',NULL,NULL,0,9,9,0,67,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,1662,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'',1,3,1,1,1,1,0,2875,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1663,0,0,0,0,0,2149,0,0,0,'Dextren Ward',NULL,NULL,0,25,25,0,41,0,1,1.14286,1,1,35,48,0,86,1.7,2400,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,1663,1663,0,0,0,0,0,0,0,5246,11976,2457,0,0,0,0,0,0,0,135,181,'SmartAI',1,3,1,3,1,1,0,2909,3628,0,0,0,0,0,1,0,0,'',12340),
|
|
(1664,0,0,0,0,0,1737,0,0,0,'Captain Vachon',NULL,NULL,0,11,11,0,67,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,1664,1664,0,0,0,0,0,0,0,35178,3248,7164,0,0,0,0,0,0,0,11,19,'',0,3,1,1,1,1,0,2875,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1665,0,0,0,0,0,1739,0,0,0,'Captain Melrache',NULL,NULL,0,12,12,0,67,0,1,1.14286,1,0,17,22,0,46,1,3000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,1665,1665,0,0,0,0,0,0,0,8258,11976,0,0,0,0,0,0,0,0,13,21,'',0,3,1,1,1,1,0,2875,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1666,0,0,0,0,0,825,0,0,0,'Kam Deepfury',NULL,NULL,0,25,25,0,41,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,1666,1666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,3640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1667,0,0,0,0,0,3531,0,0,0,'Meven Korgal',NULL,NULL,0,5,5,0,7,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,100,7,0,1667,1667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'SmartAI',0,3,1,1,1,1,0,3266,2885,0,0,0,0,100,1,0,0,'',12340),
|
|
(1668,0,0,0,0,0,3259,0,0,0,'William MacGregor','Bowyer',NULL,0,15,15,0,12,4480,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1669,0,0,0,0,0,4423,0,0,0,'Defias Profiteer','Free Wheeling Merchant',NULL,0,20,20,0,35,4224,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1670,0,0,0,0,0,3262,0,0,0,'Mike Miller','Bread Merchant',NULL,0,20,20,0,12,640,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1671,0,0,0,0,0,3382,0,0,0,'Lamar Veisilli','Fruit Seller',NULL,0,25,25,0,12,640,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1672,0,0,0,0,0,221,0,0,0,'Lohgan Eva','Tailoring Supplies',NULL,0,5,5,0,12,128,1,1.14286,1,0,5,7,0,32,1,1000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1673,0,0,0,0,0,257,0,0,0,'Alyssa Eva','Reagents',NULL,0,7,7,0,12,2176,1,1.14286,1,0,9,12,0,36,1,1000,2000,1,768,2048,0,0,0,0,0,0,6,8,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1674,0,0,0,0,0,10852,0,0,0,'Rot Hide Gnoll',NULL,NULL,0,6,7,0,70,0,1.2,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,1674,1674,0,0,0,0,0,0,0,3237,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,2834,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1675,0,0,0,0,0,847,0,0,0,'Rot Hide Mongrel',NULL,NULL,0,7,8,0,70,0,1,0.857143,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,6,0,1675,1675,0,0,0,0,0,0,0,3237,0,0,0,0,0,0,0,0,0,7,13,'',1,3,1,1,1,1,0,2834,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1676,0,0,0,0,0,4285,0,0,0,'Finbus Geargrind','Engineering Trainer',NULL,4145,31,31,0,875,81,1,1.14286,1,0,44,58,0,106,1,1000,2000,1,512,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1677,0,0,0,0,0,3374,0,0,0,'[UNUSED] Curtis Ashlock','Cook','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1678,0,0,0,0,0,3361,0,0,0,'Vernon Hale','Fishing Supplies',NULL,0,10,10,0,12,640,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1679,0,0,0,0,0,3413,0,0,0,'Avarus Kharag',NULL,NULL,0,25,25,0,57,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1680,0,0,0,0,0,3362,0,0,0,'Matthew Hooper','Fishing Trainer',NULL,5665,10,10,0,12,81,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1681,0,0,0,0,0,1822,0,0,0,'Brock Stoneseeker','Mining Trainer',NULL,4361,15,15,0,55,83,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1682,0,0,0,0,0,1850,0,0,0,'Yanni Stoutheart','General Supplies',NULL,0,15,15,0,55,384,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1683,0,0,0,0,0,1848,0,0,0,'Warg Deepwater','Fishing Trainer',NULL,5665,15,15,0,55,81,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1684,0,0,0,0,0,1843,0,0,0,'Khara Deepwater','Fishing Supplies',NULL,0,15,15,0,55,640,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1685,0,0,0,0,0,1849,0,0,0,'Xandar Goodbeard','General Supplies',NULL,0,15,15,0,55,384,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1686,0,0,0,0,0,1839,0,0,0,'Irene Sureshot','Gunsmith',NULL,0,15,15,0,55,4224,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1687,0,0,0,0,0,1823,0,0,0,'Cliff Hadin','Bowyer',NULL,0,15,15,0,55,4480,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1688,0,0,0,0,0,368,0,0,0,'Night Web Matriarch',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,3,0,0,0,0,3,4,100,1,1,1688,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5881,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1689,0,0,0,0,0,193,0,0,0,'Scarred Crag Boar','',NULL,0,9,10,0,189,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,5,0,0,0,0,9,13,100,1,1,1689,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9079,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1690,0,0,0,0,0,3427,0,0,0,'Thrawn Boltar','Blacksmithing Supplies',NULL,0,29,29,0,55,4224,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1691,0,0,0,0,0,3430,0,0,0,'Kreg Bilmn','General Supplies',NULL,0,10,10,0,55,384,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1692,0,0,0,0,0,3414,0,0,0,'Golorn Frostbeard','Tradesman',NULL,0,10,10,0,55,128,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1693,0,0,0,0,0,1034,0,0,0,'Loch Crocolisk',NULL,NULL,0,14,15,0,14,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,6,0,0,0,0,15,22,2,1,1,1693,0,100003,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,5847,0,0,0,'',1,3,1,1,1,1,0,2925,2939,0,0,0,0,0,1,0,0,'',12340),
|
|
(1694,0,0,0,0,0,3392,0,0,0,'Loslor Rudge','Engineering Supplies',NULL,3501,10,10,0,55,131,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1695,0,0,0,0,0,13190,0,0,0,'Rendow','Leather Armor Merchant',NULL,0,45,45,0,80,4224,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1696,0,0,0,0,0,517,0,0,0,'Targorr the Dread',NULL,NULL,0,24,24,0,41,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,1696,1696,0,0,0,0,0,0,0,8599,3391,0,0,0,0,0,0,0,0,123,165,'SmartAI',1,3,1,3,1,1,0,3630,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1697,0,0,0,0,0,3409,0,0,0,'Keeg Gibn','Ale & Wine',NULL,0,10,10,0,55,640,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1698,0,0,0,0,0,3426,0,0,0,'Frast Dokner','Apprentice Weaponsmith',NULL,0,10,10,0,55,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1699,0,0,0,0,0,3435,0,0,0,'Gremlock Pilsnor','Cooking Trainer',NULL,5853,10,10,0,55,81,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1700,0,0,0,0,0,3400,0,0,0,'Paxton Ganter','Fishing Trainer',NULL,0,10,10,0,55,81,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1701,0,0,0,0,0,3424,0,0,0,'Dank Drizzlecut','Mining Trainer',NULL,7690,10,10,0,55,81,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1702,0,0,0,0,0,3394,0,0,0,'Bronk Guzzlegear','Engineering Trainer',NULL,4135,24,24,0,55,81,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,2,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1703,0,0,0,0,0,10629,0,0,0,'Uthrar Threx','Apprentice Tailor',NULL,4264,24,24,0,55,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1706,0,0,0,0,0,2148,0,0,0,'Defias Prisoner',NULL,NULL,0,23,23,0,290,0,1,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,22,33,5,7,0,1706,1706,0,0,10,10,10,10,10,11978,6713,16509,0,0,0,0,0,0,0,121,163,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1707,0,0,0,0,0,2144,0,0,0,'Defias Captive',NULL,NULL,0,23,23,0,17,0,1,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,22,33,5,7,0,1707,1707,0,0,10,10,10,10,10,15657,17230,16509,0,0,0,0,0,0,0,121,163,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1708,0,0,0,0,0,2146,0,0,0,'Defias Inmate',NULL,NULL,0,23,24,0,17,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,1708,1708,0,0,10,10,10,10,10,6547,7165,6253,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1711,0,0,0,0,0,2145,0,0,0,'Defias Convict',NULL,NULL,0,23,24,0,17,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,1711,1711,0,0,10,10,10,10,10,6253,16244,8242,16509,0,0,0,0,0,0,127,171,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1713,0,0,0,0,0,11452,0,0,0,'Elder Shadowmaw Panther',NULL,NULL,0,42,43,0,16,0,1,1.14286,1,0,67,88,0,162,1,1500,1749,1,0,2048,0,2,0,0,0,0,46,67,16,1,1,1713,0,1713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8267,0,0,0,'',1,1,1,1.2,1,1,0,3838,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1714,0,0,0,0,0,184,0,0,0,'SAVE Defias Lifer','',NULL,0,26,26,0,17,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1715,0,0,0,0,0,2147,0,0,0,'Defias Insurgent',NULL,NULL,0,24,24,0,17,0,1,1.14286,1,1,34,46,0,84,1.7,2600,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,1715,1715,0,0,10,10,10,10,10,9128,13730,6253,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1716,0,0,0,0,0,1621,0,0,0,'Bazil Thredd',NULL,NULL,0,25,25,0,17,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,1716,1716,0,0,0,0,0,0,0,9128,7964,29651,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,3,1,1,0,2926,2909,0,0,0,0,0,1,0,0,'',12340),
|
|
(1717,0,0,0,0,0,3250,0,0,0,'Hamhock',NULL,NULL,0,25,25,0,17,0,1,1.14286,1,1,33,45,0,80,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,31,6,7,0,1717,1717,0,0,0,0,0,0,0,6742,421,0,0,0,0,0,0,0,0,147,196,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1718,0,0,0,0,0,730,0,0,0,'Rockjaw Raider',NULL,NULL,0,3,4,0,59,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,1718,1718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1719,0,0,0,0,0,1865,0,0,0,'Warden Thelwater',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1720,0,0,0,0,0,2142,0,0,0,'Bruegal Ironknuckle',NULL,NULL,0,25,25,0,17,0,1.51,1.14286,1,2,35,48,0,86,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,1720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,279,'SmartAI',1,3,1,3,1,1,0,2909,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1721,0,0,0,0,0,1815,0,0,0,'Nikova Raskol',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1722,0,0,0,0,0,1510,0,0,0,'Andr\'e',NULL,NULL,0,5,5,0,73,0,0.93,1.14286,1,0,5,7,0,32,1,1960,2156,1,0,2048,0,7,0,0,0,0,3,4,100,7,138412038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1723,0,0,0,0,0,213,0,0,0,'Stormwind Citizen','Placeholder',NULL,0,5,5,0,12,0,0.93,1.14286,1,0,5,7,0,32,1,1960,2156,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1724,0,0,0,0,0,22,0,0,0,'Stormwind Citizen Masculine','Placeholder',NULL,0,5,5,0,12,0,0.93,1.14286,1,0,5,7,0,32,1,1960,2156,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1725,0,0,0,0,0,184,0,0,0,'Defias Watchman','',NULL,0,15,17,0,17,0,1,1.14286,1,0,25,33,0,60,1.7,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,1725,1725,0,0,10,10,10,10,10,6660,0,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1726,0,0,0,0,0,2321,2322,0,0,'Defias Magician','',NULL,0,16,17,0,17,0,1,1.14286,1,0,18,25,0,26,1,2000,2000,8,32768,2048,0,0,0,0,0,0,16,23,13,7,0,1726,0,0,0,10,10,10,10,10,0,9053,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1727,0,0,0,0,0,341,2528,0,0,'Defias Worker','',NULL,0,16,17,0,17,0,0.666668,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,1727,1727,0,0,0,0,0,0,0,731,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1729,0,0,0,0,0,2318,2319,0,0,'Defias Evoker',NULL,NULL,0,17,18,0,17,0,1,1.14286,1,1,19,26,0,27,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,17,24,13,7,0,1729,1729,0,0,10,10,10,10,10,4979,11829,12544,0,0,0,0,0,0,0,77,105,'SmartAI',1,3,1,3,2,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1730,0,0,0,0,0,1303,0,0,0,'Goblin Buzzcutter','',NULL,0,19,19,0,17,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1731,0,0,0,0,0,7110,0,0,0,'Goblin Craftsman',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,1731,1731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1732,0,0,0,0,0,2349,2350,0,0,'Defias Squallshaper',NULL,NULL,0,19,19,0,17,0,1,1.14286,1,1,20,28,0,28,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,18,26,13,7,0,1732,1732,0,0,10,10,10,10,10,122,2138,12544,0,0,0,0,0,0,0,80,110,'SmartAI',1,3,1,3,2,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1733,0,0,0,0,0,4449,0,0,0,'Zggi','Zardeth\'s Minion',NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4096,2048,0,0,0,0,0,0,3,4,100,3,0,1733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1735,0,0,0,0,0,2852,0,0,0,'Deathguard Abraham',NULL,'',3356,22,22,0,71,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1736,0,0,0,0,0,1590,0,0,0,'Deathguard Randolph',NULL,NULL,0,65,65,1,71,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(1737,0,0,0,0,0,1588,0,0,0,'Deathguard Oliver',NULL,NULL,0,65,65,1,71,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(1738,0,0,0,0,0,2862,0,0,0,'Deathguard Terrence',NULL,'Directions',3356,21,21,0,71,1,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1739,0,0,0,0,0,1589,0,0,0,'Deathguard Phillip',NULL,NULL,0,65,65,1,71,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(1740,0,0,0,0,0,3523,0,0,0,'Deathguard Saltain',NULL,NULL,0,7,7,0,83,2,1,1.42857,1,0,9,12,0,36,1,2000,2000,1,36864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(1741,0,0,0,0,0,1587,0,0,0,'Deathguard Bartrand',NULL,NULL,0,65,65,1,71,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,1741,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1742,0,0,0,0,0,2853,0,0,0,'Deathguard Bartholomew',NULL,'Directions',3356,22,22,0,71,1,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1743,0,0,0,0,0,2857,0,0,0,'Deathguard Lawrence',NULL,'Directions',3356,22,22,0,71,1,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1744,0,0,0,0,0,2860,0,0,0,'Deathguard Mort',NULL,'Directions',3356,24,24,0,71,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,36864,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1745,0,0,0,0,0,2859,0,0,0,'Deathguard Morris',NULL,'Directions',3356,22,22,0,71,1,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1746,0,0,0,0,0,2854,0,0,0,'Deathguard Cyrus',NULL,'Directions',3356,21,21,0,71,1,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1747,0,0,0,0,0,31201,11655,0,0,'Anduin Wrynn','Prince of Stormwind',NULL,11874,5,5,0,12,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1748,0,0,0,0,0,5566,0,0,0,'Highlord Bolvar Fordragon',NULL,NULL,0,73,73,0,12,2,1.79,1.14286,1,3,313,448,0,302,35,2000,2000,2,4096,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1785,2336,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(1749,0,0,0,0,0,8769,0,0,0,'Lady Katrana Prestor',NULL,NULL,0,62,62,0,12,3,1.27,1.14286,1,0,160,223,0,246,1,2000,2000,2,36864,2048,0,0,0,0,0,0,129,191,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lady_katrana_prestor',12340),
|
|
(1750,0,0,0,0,0,5565,0,0,0,'Grand Admiral Jes-Tereth',NULL,NULL,0,62,62,0,12,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1751,0,0,0,0,0,5077,0,0,0,'Mithras Ironhill',NULL,NULL,0,62,62,0,12,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1752,0,0,0,0,0,18931,0,0,0,'Caledra Dawnbreeze',NULL,NULL,0,60,60,0,1576,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1753,0,0,0,0,0,848,0,0,0,'Maggot Eye',NULL,NULL,0,10,10,0,70,0,1,1.19048,1,0,13,17,0,42,1,3000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,1753,0,0,0,0,0,0,0,0,3237,3243,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,3635,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1754,0,0,0,0,0,2051,0,0,0,'Lord Gregor Lescovar',NULL,NULL,0,31,31,0,12,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,1754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,69,'',0,3,1,1.1,1,1,0,3516,0,0,0,0,0,0,1,0,0,'npc_lord_gregor_lescovar',12340),
|
|
(1755,0,0,0,0,0,2045,0,0,0,'Marzon the Silent Blade',NULL,NULL,0,30,30,0,12,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,1755,1755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,62,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_marzon_silent_blade',12340),
|
|
(1756,0,0,0,0,0,3167,0,0,0,'Stormwind Royal Guard',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,1756,0,0,0,50,50,50,50,50,0,0,0,0,0,0,0,0,0,0,210,279,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1757,0,0,0,0,0,328,0,0,0,'Mega Rabbit','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1758,0,0,0,0,0,278,0,0,0,'Warlock (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1759,0,0,0,0,0,198,0,0,0,'Mage (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1760,0,0,0,0,0,282,0,0,0,'Warrior (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1761,0,0,0,0,0,190,0,0,0,'Priest (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1762,0,0,0,0,0,149,0,0,0,'Rogue (TEST)','',NULL,0,20,20,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1763,0,0,0,0,0,7124,0,0,0,'Gilnid','The Smelter',NULL,0,20,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,1763,1763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,217,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1764,0,0,0,0,0,781,0,0,0,'Greater Feral Spirit','',NULL,0,30,30,0,92,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1765,0,0,0,0,0,11421,0,0,0,'Worg',NULL,NULL,0,10,11,0,38,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,1,0,0,0,0,9,14,100,1,1,1765,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5945,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1766,0,0,0,0,0,246,0,0,0,'Mottled Worg',NULL,NULL,0,11,12,0,38,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,1,0,0,0,0,11,17,100,1,1,1766,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13030,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1767,0,0,0,0,0,441,0,0,0,'Vile Fin Shredder',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,1767,1767,0,0,0,0,0,0,0,3252,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1768,0,0,0,0,0,346,0,0,0,'Vile Fin Tidehunter',NULL,NULL,0,13,14,0,18,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,1768,1768,0,0,0,0,0,0,0,12544,12748,4980,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1769,0,0,0,0,0,11180,0,0,0,'Moonrage Whitescalp',NULL,NULL,0,10,11,0,24,0,1,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,1769,0,100003,0,0,0,40,0,0,12544,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1770,0,0,0,0,0,729,0,0,0,'Moonrage Darkrunner',NULL,NULL,0,11,12,0,24,0,1,1.42857,1,0,17,22,0,46,1,1500,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,1770,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(1772,0,0,0,0,0,848,0,0,0,'Rot Hide Gladerunner',NULL,NULL,0,11,12,0,70,0,1,1.19048,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,1772,0,0,0,0,0,0,0,0,3237,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1773,0,0,0,0,0,10854,0,0,0,'Rot Hide Mystic',NULL,NULL,0,12,13,0,70,0,1,1.14286,1,0,17,23,0,44,1,2000,2000,2,0,2048,0,0,0,0,0,0,11,17,1,6,0,1773,1773,0,0,0,0,0,0,0,3237,332,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1775,0,0,0,0,0,4555,0,0,0,'Zun\'dartha','',NULL,0,60,60,0,29,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1776,0,0,0,0,0,19854,0,0,0,'Magtoor','',NULL,0,42,42,0,35,2,1,1,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1777,0,0,0,0,0,1851,0,0,0,'Dakk Blunderblast',NULL,NULL,0,15,15,0,57,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,1777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1778,0,0,0,0,0,1006,0,0,0,'Ferocious Grizzled Bear',NULL,NULL,0,11,12,0,44,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,4,0,0,0,0,11,17,100,1,1,1778,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5799,0,0,0,'',1,1,1,1.2,1,1,0,3253,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1779,0,0,0,0,0,1947,0,0,0,'Moonrage Glutton',NULL,NULL,0,12,13,0,24,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,1779,0,100003,0,0,0,0,0,0,6958,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,3156,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1780,0,0,0,0,0,827,0,0,0,'Moss Stalker',NULL,NULL,0,12,13,0,22,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,3,0,0,0,0,12,18,1,1,1,1780,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13155,0,0,0,'',1,1,1,1,1,1,0,3254,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1781,0,0,0,0,0,760,0,0,0,'Mist Creeper',NULL,NULL,0,13,14,0,22,0,0.94,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,3,0,0,0,0,13,20,1,1,1,1781,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13160,0,0,0,'SmartAI',1,1,1,1,1,1,0,3254,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1782,0,0,0,0,0,574,0,0,0,'Moonrage Darksoul',NULL,NULL,0,13,14,0,24,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,1782,0,100003,0,0,0,0,40,0,8599,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,3157,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1783,0,0,0,0,0,733,0,0,0,'Skeletal Flayer',NULL,NULL,0,50,51,0,21,0,0.888888,1.14286,1,0,86,114,0,210,1,1300,2000,1,0,2048,0,0,0,0,0,0,59,87,20,6,0,1783,1783,0,0,0,0,0,0,0,3391,17650,0,0,0,0,0,0,0,0,101,137,'SmartAI',1,3,1,1.3,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1784,0,0,0,0,0,11403,0,0,0,'Skeletal Sorcerer',NULL,NULL,0,51,52,0,21,0,1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,6,0,1784,1784,0,0,0,0,0,0,0,9672,11969,17650,0,0,0,0,0,0,0,93,127,'SmartAI',1,3,1,1.3,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1785,0,0,0,0,0,11404,0,0,0,'Skeletal Terror',NULL,NULL,0,52,54,0,21,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,1785,1785,0,0,0,0,0,0,0,12542,17650,0,0,0,0,0,0,0,0,135,683,'',1,3,1,1.3,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1786,0,0,0,0,0,1019,0,0,0,'Skeletal Aberration',NULL,NULL,0,52,54,0,32,0,1.27,1.14286,1,1,92,122,0,224,7.5,1666,1833,1,0,2048,0,6,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1787,0,0,0,0,0,11401,0,0,0,'Skeletal Executioner',NULL,NULL,0,54,55,0,21,0,1,1.14286,1,0,94,125,0,228,1,2700,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,1787,1787,0,0,0,0,0,0,0,7160,11976,15496,17650,0,0,0,0,0,0,117,158,'SmartAI',0,3,1,1.3,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1788,0,0,0,0,0,775,0,0,0,'Skeletal Warlord',NULL,NULL,0,56,57,0,21,0,0.888888,1.14286,1,0,98,130,0,238,1,2500,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,1788,1788,0,0,0,0,0,0,0,16856,12054,6253,17650,0,0,0,0,0,0,445,586,'SmartAI',0,3,1,1.25,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1789,0,0,0,0,0,9790,0,0,0,'Skeletal Acolyte',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,1789,1789,0,0,0,0,0,0,0,20825,16588,14887,17650,0,0,0,0,0,0,108,145,'SmartAI',0,3,1,1.35,1,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1790,0,0,0,0,0,137,0,0,0,'Corpse Eater',NULL,NULL,0,50,52,0,14,0,0.91,1.14286,1,0,87,117,0,214,1,2000,2200,1,0,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(1791,0,0,0,0,0,570,0,0,0,'Slavering Ghoul',NULL,NULL,0,50,52,0,21,0,0.777776,1.14286,1,0,87,117,0,214,1,1600,2000,1,0,2048,0,0,0,0,0,0,61,90,21,6,0,1791,1791,0,0,0,0,0,0,0,7125,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1792,0,0,0,0,0,987,0,0,0,'Hissing Ghoul',NULL,NULL,0,26,26,0,32,0,1.48,1.14286,1,1,37,49,0,90,7.5,1458,1604,1,0,2048,0,0,0,0,0,0,25,37,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,119,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(1793,0,0,0,0,0,137,0,0,0,'Rotting Ghoul',NULL,NULL,0,54,55,0,21,0,0.777776,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,1793,1793,0,0,0,0,0,0,0,7102,0,0,0,0,0,0,0,0,0,117,158,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1794,0,0,0,0,0,10626,0,0,0,'Soulless Ghoul',NULL,NULL,0,54,55,0,21,0,0.777776,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,1794,1794,0,0,0,0,0,0,0,12530,14887,14033,0,0,0,0,0,0,0,102,139,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1795,0,0,0,0,0,414,0,0,0,'Searing Ghoul',NULL,NULL,0,55,56,0,21,0,0.777776,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,1795,1795,0,0,0,0,0,0,0,19627,39529,38064,0,0,0,0,0,0,0,108,145,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1796,0,0,0,0,0,10487,0,0,0,'Freezing Ghoul',NULL,NULL,0,55,56,0,21,0,0.777776,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,1796,1796,0,0,0,0,150,0,0,20005,16803,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1797,0,0,0,0,0,820,0,0,0,'Giant Grizzled Bear',NULL,NULL,0,12,13,0,44,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,4,0,0,0,0,12,18,1,1,1,1797,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12847,0,0,0,'',1,1,1,1.2,1,1,0,3253,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1798,0,0,0,0,0,4629,0,0,0,'Tortured Soul','',NULL,0,55,56,0,21,0,1.2,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,11980,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1799,0,0,0,0,0,4629,0,0,0,'Lost Wraith',NULL,NULL,0,54,55,0,51,0,1.27,1.14286,1,1,94,125,0,228,7.5,1666,1833,1,0,2048,0,6,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1800,0,0,0,0,0,4629,0,0,0,'Cold Wraith',NULL,NULL,0,54,55,0,21,0,1.76,1.14286,1,0,94,125,0,228,1,1175,1292,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,1800,0,0,0,0,0,165,0,0,10161,10181,10230,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1801,0,0,0,0,0,4629,0,0,0,'Blood Wraith',NULL,NULL,0,55,56,0,21,0,1.74,1.14286,1,0,96,127,0,234,1,1200,1320,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,1801,0,0,0,0,0,0,0,0,15042,11015,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1802,0,0,0,0,0,4629,0,0,0,'Hungering Wraith',NULL,NULL,0,56,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,1802,0,0,0,0,0,0,0,0,16333,8599,0,0,0,0,0,0,0,0,127,171,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1804,0,0,0,0,0,10690,0,0,0,'Wailing Death',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,1804,0,0,0,0,0,0,0,0,7713,17650,0,0,0,0,0,0,0,0,125,807,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1805,0,0,0,0,0,1693,0,0,0,'Flesh Golem',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,6,0,1805,1805,0,0,0,0,0,0,0,18670,0,0,0,0,0,0,0,0,0,453,597,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1806,0,0,0,0,0,681,0,0,0,'Vile Slime',NULL,NULL,0,54,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,1806,1806,0,0,0,0,0,0,0,16843,0,0,0,0,0,0,0,0,0,117,158,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1808,0,0,0,0,0,11139,0,0,0,'Devouring Ooze',NULL,NULL,0,55,56,0,14,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,10,0,1808,1808,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1809,0,0,0,0,0,1105,0,0,0,'Carrion Vulture',NULL,NULL,0,50,52,0,73,0,1.4,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,7,0,0,0,0,61,90,21,1,1,1809,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,8311,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,20610,20611,0,0,0,0,149,1,0,0,'',12340),
|
|
(1810,0,0,0,0,0,10824,0,0,0,'Rotting Condor','',NULL,0,53,55,0,73,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,7,0,0,0,0,65,95,23,1,1,0,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20610,20611,0,0,0,0,149,1,0,0,'',12340),
|
|
(1811,0,0,0,0,0,388,0,0,0,'Plaguewing Vulture','',NULL,0,61,62,0,73,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,7,0,0,0,0,139,207,30,1,1,0,0,0,0,0,0,0,0,0,5708,8139,0,0,0,0,0,0,8312,0,0,0,'',0,3,1,1.35,1,1,0,20610,20611,0,0,0,0,149,1,0,0,'',12340),
|
|
(1812,0,0,0,0,0,8389,0,0,0,'Rotting Behemoth',NULL,NULL,0,55,56,0,14,0,0.666668,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,1812,0,0,55,55,55,55,110,110,3256,0,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1813,0,0,0,0,0,2832,0,0,0,'Decaying Horror',NULL,NULL,0,56,57,0,14,0,1.1,1.14286,1,0,98,130,0,238,1,1800,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,1813,0,0,114,57,57,114,57,114,17052,0,0,0,0,0,0,0,0,0,125,169,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1815,0,0,0,0,0,1082,0,0,0,'Diseased Black Bear',NULL,NULL,0,51,52,0,44,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,4,0,0,0,0,61,90,21,1,1,1815,0,1815,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,12834,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,20611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1816,0,0,0,0,0,1083,0,0,0,'Diseased Grizzly',NULL,NULL,0,55,56,0,44,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,4,0,0,0,0,67,97,23,1,1,1816,0,1816,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,5810,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,20611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1817,0,0,0,0,0,4124,0,0,0,'Diseased Wolf',NULL,NULL,0,53,54,0,38,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,1,1817,0,1817,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,5956,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1819,0,0,0,0,0,62,0,0,0,'Foulmaw Hydra','',NULL,0,52,54,0,14,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,0,0,0,0,0,0,0,0,0,3391,6917,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1820,0,0,0,0,0,1993,0,0,0,'Elder Foulmaw Hydra','',NULL,0,55,57,0,14,0,1.2,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,0,0,0,0,0,0,0,0,0,3391,6917,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1821,0,0,0,0,0,1091,0,0,0,'Carrion Lurker',NULL,NULL,0,52,53,0,22,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,3,0,0,0,0,62,91,22,1,1,1821,0,0,0,0,0,0,0,0,745,744,0,0,0,0,0,0,13164,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,20610,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1822,0,0,0,0,0,1087,0,0,0,'Venom Mist Lurker',NULL,NULL,0,50,51,0,22,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,3,0,0,0,0,59,87,20,1,1,1822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10514,0,0,0,'',1,1,1,1.3,1,1,0,20610,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1823,0,0,0,0,0,1090,0,0,0,'Giant Venom Mist Lurker',NULL,NULL,0,52,53,0,778,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2200,1,0,2048,0,3,0,0,0,0,62,91,22,1,16,1823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1824,0,0,0,0,0,1088,0,0,0,'Plague Lurker',NULL,NULL,0,54,55,0,312,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,3,0,0,0,0,65,95,23,1,1,1824,0,0,0,0,0,0,0,0,3436,0,0,0,0,0,0,0,5906,0,0,0,'',1,1,1,1.3,1,1,0,20610,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1825,0,0,0,0,0,1089,0,0,0,'Giant Plague Lurker',NULL,NULL,0,55,56,0,778,0,1.2,1.14286,1,0,96,127,0,234,1,2000,2200,1,0,2048,0,3,0,0,0,0,67,97,23,1,16,1825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1826,0,0,0,0,0,10286,10288,10287,10289,'Scarlet Mage',NULL,NULL,0,55,56,0,67,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,1826,1826,0,0,0,0,0,0,0,20823,22645,20822,0,0,0,0,0,0,0,99,134,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1827,0,0,0,0,0,10350,10351,10352,10353,'Scarlet Sentinel',NULL,NULL,0,55,56,0,67,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,1827,1827,0,0,0,0,0,0,0,12057,14895,0,0,0,0,0,0,0,0,435,573,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1831,0,0,0,0,0,10277,10279,10280,10281,'Scarlet Hunter',NULL,NULL,0,52,53,0,89,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,32768,2048,0,0,0,0,0,0,62,91,22,7,0,1831,1831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1832,0,0,0,0,0,10328,10330,10329,10331,'Scarlet Magus',NULL,NULL,0,56,57,0,67,0,1.1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,1832,1832,0,0,0,0,0,0,0,20823,15091,15041,11988,0,0,0,0,0,0,347,458,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1833,0,0,0,0,0,10291,10292,10293,10294,'Scarlet Knight',NULL,NULL,0,54,55,0,67,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,1833,1833,0,0,0,0,0,0,0,8242,6713,0,0,0,0,0,0,0,0,117,158,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1834,0,0,0,0,0,10324,10326,10325,10327,'Scarlet Paladin',NULL,NULL,0,55,56,0,67,0,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,7,0,1834,1834,0,0,0,0,0,0,0,14517,13953,17177,13952,0,0,0,0,0,0,367,484,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1835,0,0,0,0,0,10320,10322,10321,10323,'Scarlet Invoker',NULL,NULL,0,53,54,0,89,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,1835,1835,0,0,0,0,0,0,0,11975,0,0,0,0,0,0,0,0,0,99,135,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1836,0,0,0,0,0,10336,10337,0,0,'Scarlet Cavalier',NULL,NULL,0,57,58,0,67,0,1.1,1.14286,1,1,100,132,0,242,2.4,2400,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,1836,1836,0,0,0,0,0,0,0,16856,15284,6253,0,0,0,0,0,0,0,472,621,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1837,0,0,0,0,0,10355,0,0,0,'Scarlet Judge',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,4,146,192,0,238,1,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,1837,0,0,0,0,0,0,0,0,13005,13953,14518,0,0,0,0,0,0,0,205,273,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1838,0,0,0,0,0,10343,0,0,0,'Scarlet Interrogator',NULL,NULL,0,61,61,0,16,0,1.8,1.14286,1,2,159,221,0,258,4.6,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,1838,0,0,0,0,0,0,0,0,20294,0,0,0,0,0,0,0,0,0,758,995,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1839,0,0,0,0,0,10342,0,0,0,'Scarlet High Clerist',NULL,NULL,0,63,63,0,16,0,1.81,1.14286,1,2,164,228,0,249,4.6,1133,1246,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,1839,0,0,0,0,0,0,0,0,36052,15586,15585,17141,0,0,0,0,0,0,668,877,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1840,0,0,0,0,0,10339,0,0,0,'Grand Inquisitor Isillien',NULL,NULL,0,63,63,0,16,0,1.81,1.14286,1,1,164,228,0,249,7.5,1133,1246,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,1840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3037,3970,'SmartAI',0,3,1,25,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1841,0,0,0,0,0,10344,0,0,0,'Scarlet Executioner',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,2,104,138,0,252,4.6,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,1841,0,0,0,0,0,0,0,0,7160,16856,15284,8599,0,0,0,0,0,0,762,1000,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1842,0,0,0,0,0,10341,0,0,0,'Highlord Taelan Fordring','Highlord of the Scarlet Crusade',NULL,0,63,63,0,67,2,1,1.14286,1,1,164,228,0,249,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,4096,1842,0,0,0,0,0,0,0,0,17232,15493,14158,18819,0,0,0,0,0,0,1252,1639,'SmartAI',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1843,0,0,0,0,0,10340,0,0,0,'Foreman Jerris',NULL,NULL,0,62,62,0,16,0,1.81,1.14286,1,2,172,240,0,262,4.6,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,1843,0,0,0,0,0,0,0,0,15618,3417,0,0,0,0,0,0,0,0,780,1023,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1844,0,0,0,0,0,10354,0,0,0,'Foreman Marcrid',NULL,NULL,0,58,58,0,16,0,1.79,1.14286,1,4,100,132,0,242,1,1150,1265,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,1844,0,0,0,0,0,0,0,0,15284,19730,0,0,0,0,0,0,0,0,129,174,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1845,0,0,0,0,0,10345,0,0,0,'High Protector Tarsen',NULL,NULL,0,59,59,0,67,0,1.1,1.14286,1,0,133,176,0,234,1,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,7,0,1845,1845,0,0,0,0,0,0,0,8258,8242,10833,13953,0,0,0,0,0,0,115,155,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1846,0,0,0,0,0,10338,0,0,0,'High Protector Lorik',NULL,NULL,0,61,61,0,67,0,1.1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,1846,1846,0,0,0,0,0,0,0,13008,10833,15655,13874,0,0,0,0,0,0,424,558,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1847,0,0,0,0,0,519,0,0,0,'Foulmane',NULL,NULL,0,52,52,0,16,0,1.1,1.14286,1,4,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,6,0,1847,0,0,0,0,0,0,0,0,13445,3391,3427,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1848,0,0,0,0,0,10356,0,0,0,'Lord Maldazzar',NULL,NULL,0,56,56,0,21,0,1,1.14286,1,4,89,118,0,220,1,2000,1301,2,32768,2048,0,0,0,0,0,0,61,90,21,7,0,1848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1849,0,0,0,0,0,4629,0,0,0,'Dreadwhisper','',NULL,0,58,58,0,21,0,1.2,1.14286,1,4,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,7068,17228,17650,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1850,0,0,0,0,0,10612,0,0,0,'Putridius','',NULL,0,58,58,0,16,0,1,1.14286,1,2,100,132,0,242,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,1850,0,0,0,0,0,0,0,0,12946,10101,10966,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1851,0,0,0,0,0,9013,0,0,0,'The Husk',NULL,NULL,0,62,62,0,14,0,1.81,1.14286,1,4,172,240,0,262,1,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,4,0,1851,0,0,0,0,0,0,0,0,29306,3604,0,0,0,0,0,0,0,0,145,195,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1852,0,0,0,0,0,7919,0,0,0,'Araj the Summoner',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,6,0,1852,1852,0,0,0,0,0,0,0,37930,20005,0,0,0,0,0,0,0,0,458,603,'SmartAI',0,3,1,3.3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1853,0,0,0,0,0,11070,0,0,0,'Darkmaster Gandling',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,152,210,0,244,7.5,2000,1265,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,1853,1853,0,0,0,0,0,0,0,17950,12040,18702,0,0,0,0,0,0,0,2268,2967,'SmartAI',1,3,1,20,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1854,0,0,0,0,0,11395,0,0,0,'High Priest Thel\'danis',NULL,NULL,0,58,58,0,12,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,4096,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1855,0,0,0,0,0,9477,0,0,0,'Tirion Fordring',NULL,NULL,3502,61,61,0,250,3,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tirion_fordring',12340),
|
|
(1857,0,0,0,0,0,214,0,0,0,'Pissed Vendor','Pissed Vendor',NULL,0,5,5,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1858,0,0,0,0,0,214,0,0,0,'Pissed not a Vendor','Pissed Vendor',NULL,0,5,5,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1859,0,0,0,0,0,224,0,0,0,'[UNUSED] Nyein Longwind','Bowyer *Temp*','',0,4,7,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1860,0,0,0,0,0,1132,0,0,0,'Voidwalker','','',0,24,24,0,90,0,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,16,0,0,0,0,22,32,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(1861,0,0,0,0,0,1130,0,0,0,'Greater Voidwalker','',NULL,0,26,26,0,90,0,1.2,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1862,0,0,0,0,0,1126,0,0,0,'Lesser Netherwalker','',NULL,0,34,34,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1863,0,0,0,0,0,4162,0,0,0,'Succubus','','',0,24,24,0,90,0,1.1,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,17,0,0,0,0,22,32,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.9,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(1864,0,0,0,0,0,159,0,0,0,'Greater Succubus','',NULL,0,36,36,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1865,0,0,0,0,0,732,0,0,0,'Ravenclaw Raider',NULL,NULL,0,12,13,0,21,0,0.888888,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,1865,1865,0,0,0,0,0,0,0,5271,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1866,0,0,0,0,0,829,0,0,0,'Ravenclaw Slave',NULL,NULL,0,11,12,0,21,0,0.777776,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,1866,1866,0,0,0,0,0,0,0,7761,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1867,0,0,0,0,0,3767,3768,0,0,'Dalaran Apprentice',NULL,NULL,0,13,14,0,76,0,1,1.14286,1,0,14,20,0,21,1,2000,2000,8,32768,2048,0,0,0,0,0,0,13,19,12,7,0,1867,1867,0,0,0,0,50,0,30,13322,12544,0,0,0,0,0,0,0,0,14,24,'SmartAI',1,3,1,1,1,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1868,0,0,0,0,0,828,0,0,0,'Ravenclaw Servant',NULL,NULL,0,13,14,0,21,0,0.777776,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,6,0,1868,1868,0,0,0,0,0,0,0,980,7290,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1869,0,0,0,0,0,732,0,0,0,'Ravenclaw Champion',NULL,NULL,0,14,15,0,21,0,0.888888,1.14286,1,0,22,29,0,54,1,2700,2000,1,0,2048,0,0,0,0,0,0,15,22,2,6,0,1869,1869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1870,0,0,0,0,0,732,0,0,0,'Hand of Ravenclaw',NULL,NULL,0,15,16,0,21,0,0.888888,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,6,0,1870,1870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1871,0,0,0,0,0,734,0,0,0,'Eliza\'s Guard',NULL,NULL,0,30,30,0,21,0,1.06,1.14286,1,0,42,56,0,102,1,1740,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1872,0,0,0,0,0,3415,0,0,0,'Tharek Blackstone',NULL,NULL,0,12,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1879,0,0,0,0,0,1852,0,0,0,'Noma Bluntnose','',NULL,0,15,15,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1880,0,0,0,0,0,338,0,0,0,'Berte',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1881,0,0,0,0,0,257,0,0,0,'Evalyn','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1883,0,0,0,0,0,10303,10305,10304,10306,'Scarlet Worker',NULL,NULL,0,55,57,0,67,0,1.1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,1883,1883,0,0,0,0,0,0,0,11971,9791,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1884,0,0,0,0,0,10299,10300,10301,10302,'Scarlet Lumberjack',NULL,NULL,0,54,56,0,67,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,1884,1884,0,0,0,0,0,0,0,15496,11977,0,0,0,0,0,0,0,0,122,164,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1885,0,0,0,0,0,10346,10347,10348,10349,'Scarlet Smith',NULL,NULL,0,58,59,0,16,0,1.78,1.14286,1,4,102,135,0,248,1,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,1885,0,0,0,177,0,0,0,0,12057,11428,0,0,0,0,0,0,0,0,235,312,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1888,0,0,0,0,0,3566,3567,3568,3569,'Dalaran Watcher',NULL,NULL,0,18,19,0,76,0,1,1.14286,1,0,20,28,0,28,1,2000,2000,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,1888,1888,0,0,0,0,50,0,30,134,35895,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1.3,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1889,0,0,0,0,0,3585,3586,3587,3588,'Dalaran Wizard',NULL,NULL,0,19,20,0,76,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,1889,1889,0,0,0,0,50,0,30,12544,9672,4980,11831,0,0,0,0,0,0,22,33,'SmartAI',0,3,1,1,1,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1890,0,0,0,0,0,11400,0,0,0,'Rattlecage Skeleton',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,6,0,1890,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',1,3,1,1,1,1,0,6281,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1891,0,0,0,0,0,2565,0,0,0,'Pyrewood Watcher',NULL,NULL,0,13,14,0,123,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,1891,1891,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1892,0,0,0,0,0,574,0,0,0,'Moonrage Watcher',NULL,NULL,0,13,14,0,24,0,1,1.14286,1,0,20,27,0,50,1,2000,1695,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,1892,1892,100003,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,57,80,'',1,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1893,0,0,0,0,0,564,0,0,0,'Moonrage Sentry',NULL,NULL,0,14,15,0,24,0,1,1.14286,1,0,22,29,0,54,1,2000,1686,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,1893,1893,100003,0,0,0,0,5,0,6507,13730,0,0,0,0,0,0,0,0,63,87,'',1,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1894,0,0,0,0,0,3551,0,0,0,'Pyrewood Sentry','',NULL,0,14,15,0,123,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,1894,1894,0,0,0,0,0,0,0,7164,12169,11972,0,0,0,0,0,0,0,63,88,'SmartAI',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1895,0,0,0,0,0,2535,0,0,0,'Pyrewood Elder','',NULL,0,14,15,0,123,0,0.94,1.14286,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,7,0,1895,1895,0,0,0,0,0,0,0,2053,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1896,0,0,0,0,0,729,0,0,0,'Moonrage Elder',NULL,NULL,0,14,15,0,24,0,1,1.14286,1,0,20,27,0,48,1,2000,1686,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,1896,1896,100003,0,0,0,0,5,0,594,0,0,0,0,0,0,0,0,0,61,85,'',1,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1897,0,0,0,0,0,2582,0,0,0,'Scourge Necromancer',NULL,NULL,0,1,1,0,21,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(1901,0,0,0,0,0,3053,0,0,0,'Kelstrum Stonebreaker','Warrior Trainer',NULL,4569,45,45,0,55,49,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,1,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1907,0,0,0,0,0,4923,0,0,0,'Naga Explorer',NULL,NULL,0,43,44,0,74,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,1907,1907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',1,3,1,1.2,1,1,0,4029,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1908,0,0,0,0,0,540,0,0,0,'Vile Fin Oracle',NULL,NULL,0,19,20,0,18,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,1908,1908,0,0,0,0,0,0,0,2606,11986,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1909,0,0,0,0,0,757,0,0,0,'Vile Fin Lakestalker',NULL,NULL,0,18,19,0,18,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,1909,1909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1910,0,0,0,0,0,2597,0,0,0,'Muad',NULL,NULL,0,10,10,0,18,0,1,0.857143,1,4,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,1910,0,0,0,0,0,0,0,0,2607,332,0,0,0,0,0,0,0,0,10,17,'',0,3,1,1,1.5,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1911,0,0,0,0,0,1994,0,0,0,'Deeb',NULL,NULL,0,12,12,0,18,0,1,1.14286,1,4,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,1911,0,0,0,0,0,0,0,0,2607,36152,0,0,0,0,0,0,0,0,12,21,'SmartAI',0,3,1,1,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1912,0,0,0,0,0,3602,3603,0,0,'Dalaran Protector',NULL,NULL,0,14,15,0,76,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,1912,1912,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,7293,3354,0,0,0,0,0,1,0,0,'',12340),
|
|
(1913,0,0,0,0,0,3592,3593,0,0,'Dalaran Warder',NULL,NULL,0,16,17,0,76,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,1913,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',0,3,1,1,1,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1914,0,0,0,0,0,3559,3560,3561,3562,'Dalaran Mage',NULL,NULL,0,15,16,0,76,0,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,15,22,13,7,0,1914,1914,0,0,0,0,50,0,30,134,20793,4979,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,3354,7293,0,0,0,0,0,1,0,0,'',12340),
|
|
(1915,0,0,0,0,0,3581,3582,3583,3584,'Dalaran Conjuror',NULL,NULL,0,17,18,0,76,0,0.94,1.14286,1,0,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,1915,1915,0,0,0,0,50,0,30,0,20798,20791,0,0,0,0,0,0,0,19,30,'SmartAI',0,3,1,1,1,1,0,3354,7293,0,0,0,0,0,1,0,0,'',12340),
|
|
(1916,0,0,0,0,0,11405,0,0,0,'Stephen Bhartec',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,6,0,1916,1916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1917,0,0,0,0,0,3668,0,0,0,'Daniel Ulfman',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,6,0,1917,1917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1918,0,0,0,0,0,569,0,0,0,'Karrel Grayves',NULL,NULL,0,2,3,0,7,0,0.777776,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,0,6,0,1918,1918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1919,0,0,0,0,0,10977,0,0,0,'Samuel Fipps',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,6,0,1919,1919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'',0,3,1,1,1,1,0,16333,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1920,0,0,0,0,0,3589,3590,0,0,'Dalaran Spellscribe',NULL,NULL,0,21,21,0,76,0,0.94,1.14286,1,4,22,30,0,32,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,28,14,7,0,1920,0,0,0,0,0,50,0,0,15784,36990,5276,0,0,0,0,0,0,0,25,38,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1921,0,0,0,0,0,3019,0,0,0,'Combat Dummy',NULL,NULL,0,1,1,0,168,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33955846,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'',0,3,1,1,100,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(1922,0,0,0,0,0,380,0,0,0,'Gray Forest Wolf',NULL,NULL,0,7,8,0,38,0,1,0.85714,1,0,10,14,0,38,1,1700,2000,1,0,2048,0,1,0,0,0,0,7,10,100,1,1,1922,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5938,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1923,0,0,0,0,0,741,0,0,0,'Bloodsnout Worg',NULL,NULL,0,16,17,0,38,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,1,0,0,0,0,17,25,2,1,1,1923,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5947,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1924,0,0,0,0,0,574,0,0,0,'Moonrage Bloodhowler',NULL,NULL,0,15,16,0,24,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,1924,0,100003,0,0,0,0,0,0,3264,0,0,0,0,0,0,0,0,0,18,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1925,0,0,0,0,0,363,0,0,0,'Heat Miser','Immune to Fire',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1926,0,0,0,0,0,196,0,0,0,'Snow Miser','Immune to Frost',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1927,0,0,0,0,0,182,0,0,0,'Good Miser','Immune to Holy',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1928,0,0,0,0,0,177,0,0,0,'Bad Miser','Immune to Shadow',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1929,0,0,0,0,0,332,0,0,0,'Earth Miser','Immune to Nature',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1930,0,0,0,0,0,171,0,0,0,'Steel Miser','Immune to Physical',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1931,0,0,0,0,0,11428,0,0,0,'Captured Scarlet Zealot',NULL,NULL,0,9,9,0,68,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,256,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1932,0,0,0,0,0,857,0,0,0,'Black Sheep','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1933,0,0,0,0,0,856,857,0,0,'Sheep','',NULL,0,3,3,0,31,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,1933,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1934,0,0,0,0,0,3532,0,0,0,'Tirisfal Farmer',NULL,NULL,0,6,7,0,67,0,1,0.857143,1,0,9,12,0,36,1,3200,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,1934,1934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1935,0,0,0,0,0,3534,0,0,0,'Tirisfal Farmhand',NULL,NULL,0,5,6,0,67,0,1,0.857143,1,0,7,9,0,34,1,3200,2000,1,32768,2048,0,0,0,0,0,0,4,6,100,7,0,1935,1935,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1936,0,0,0,0,0,3535,0,0,0,'Farmer Solliden',NULL,NULL,0,8,8,0,67,0,1,0.857143,1,4,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,1936,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1937,0,0,0,0,0,1661,0,0,0,'Apothecary Renferrel','Royal Apothecary Society',NULL,0,14,14,0,68,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1938,0,0,0,0,0,1278,0,0,0,'Dalar Dawnweaver',NULL,NULL,0,21,21,0,68,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,33280,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1939,0,0,0,0,0,10851,0,0,0,'Rot Hide Brute',NULL,NULL,0,16,17,0,70,0,1.2,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,1939,1939,0,0,0,0,0,0,0,3237,11971,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,1,1,1,0,3236,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1940,0,0,0,0,0,10855,0,0,0,'Rot Hide Plague Weaver',NULL,NULL,0,17,18,0,70,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,6,0,1940,1940,0,0,0,0,0,0,0,3237,3256,20798,0,0,0,0,0,0,0,20,30,'SmartAI',1,3,1,1,1,1,0,3236,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1941,0,0,0,0,0,10853,0,0,0,'Rot Hide Graverobber',NULL,NULL,0,6,7,0,70,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,1941,1941,0,0,0,0,0,0,0,3237,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,2834,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(1942,0,0,0,0,0,858,0,0,0,'Rot Hide Savage',NULL,NULL,0,18,19,0,70,0,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,1942,1942,0,0,0,0,0,0,0,3237,3258,0,0,0,0,0,0,0,0,22,33,'SmartAI',1,3,1,1,1,1,0,3236,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1943,0,0,0,0,0,10856,0,0,0,'Raging Rot Hide',NULL,NULL,0,18,19,0,70,0,1.2,1.14286,1,0,27,37,0,68,1,1500,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,1943,1943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',0,3,1,1,1,1,0,3236,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1944,0,0,0,0,0,10850,0,0,0,'Rot Hide Bruiser',NULL,NULL,0,22,22,0,70,0,0.94,1.14286,1,4,32,42,0,78,1,3200,2000,1,0,2048,0,0,0,0,0,0,21,32,4,6,0,1944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'SmartAI',0,3,1,1.02,1,1,0,3236,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1945,0,0,0,0,0,860,0,0,0,'Tree Form 0.33','',NULL,0,30,32,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1946,0,0,0,0,0,10772,0,0,0,'Lillith Nefara',NULL,NULL,0,12,12,0,14,0,0.99,1.14286,1,0,17,22,0,46,1,1860,2046,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,1946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1947,0,0,0,0,0,4430,0,0,0,'Thule Ravenclaw',NULL,NULL,0,20,20,0,70,0,0.94,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,1947,0,0,0,0,0,0,0,0,20800,7655,706,0,0,0,0,0,0,0,106,143,'SmartAI',0,3,1,1,1,1,0,3623,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1948,0,0,0,0,0,965,0,0,0,'Snarlmane',NULL,NULL,0,23,23,0,70,0,0.94,1.14286,1,4,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,6,0,1948,0,0,0,0,0,0,0,0,3387,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1949,0,0,0,0,0,5015,5016,5017,5018,'Servant of Azora',NULL,NULL,0,8,9,0,12,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4096,2048,0,0,0,0,0,0,8,11,100,7,0,1949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1950,0,0,0,0,0,3540,0,0,0,'Rane Yorick','Deathstalker',NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1951,0,0,0,0,0,3541,0,0,0,'Quinn Yorick','Deathstalker',NULL,0,14,14,0,68,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1952,0,0,0,0,0,3545,0,0,0,'High Executor Hadrec',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1953,0,0,0,0,0,863,0,0,0,'Lake Skulker',NULL,NULL,0,15,16,0,14,0,0.666668,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,4,0,1953,0,0,0,0,0,0,0,0,6866,0,0,0,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,3256,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1954,0,0,0,0,0,9009,0,0,0,'Elder Lake Skulker',NULL,NULL,0,16,17,0,14,0,0.666668,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,4,0,1954,0,0,0,0,0,0,0,0,6866,9616,0,0,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,3256,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1955,0,0,0,0,0,2567,0,0,0,'Lake Creeper',NULL,NULL,0,17,18,0,14,0,0.666668,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,1955,0,0,0,0,0,0,0,0,6870,0,0,0,0,0,0,0,0,0,20,32,'SmartAI',1,3,1,1,1,1,0,3257,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1956,0,0,0,0,0,631,0,0,0,'Elder Lake Creeper',NULL,NULL,0,18,19,0,14,0,0.666668,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,4,0,1956,0,0,0,0,0,0,0,0,11922,6870,0,0,0,0,0,0,0,0,22,34,'SmartAI',1,3,1,1,1,1,0,3257,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1957,0,0,0,0,0,1994,0,0,0,'Vile Fin Shorecreeper',NULL,NULL,0,16,17,0,18,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,1957,1957,0,0,0,0,0,0,0,1776,15582,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1958,0,0,0,0,0,2597,0,0,0,'Vile Fin Tidecaller',NULL,NULL,0,17,18,0,18,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,1958,1958,0,0,0,0,0,0,0,11831,0,0,0,0,0,0,0,0,0,22,33,'SmartAI',1,3,1,1,1,1,0,3258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1959,0,0,0,0,0,1891,0,0,0,'Mountaineer Barleybrew',NULL,NULL,0,20,20,0,57,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1960,0,0,0,0,0,5131,0,0,0,'Pilot Hammerfoot',NULL,NULL,0,17,17,0,55,2,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1961,0,0,0,0,0,913,0,0,0,'Mangeclaw',NULL,NULL,0,11,11,0,44,0,0.99,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,4,0,0,0,0,9,14,100,1,1,1961,0,100003,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,5814,0,0,0,'SmartAI',1,1,1,1,1,1,0,3183,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1963,0,0,0,0,0,1404,0,0,0,'Vidra Hearthstove',NULL,NULL,0,10,10,0,55,2,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1964,0,0,0,0,0,18922,0,0,0,'Treant','','',0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1965,0,0,0,0,0,1567,0,0,0,'Mountaineer Thalos',NULL,NULL,0,15,15,0,55,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1971,0,0,0,0,0,1065,0,0,0,'Ivar the Foul',NULL,NULL,0,13,13,0,21,0,0.777776,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,1971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',0,3,1,1,1,1,0,3621,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1972,0,0,0,0,0,564,0,0,0,'Grimson the Pale',NULL,NULL,0,15,15,0,24,0,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,1972,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,3,1,1,1,1,0,3634,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1973,0,0,0,0,0,370,0,0,0,'Ravenclaw Guardian',NULL,NULL,0,20,21,0,21,0,0.94,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,1973,1973,0,0,0,0,0,0,0,3248,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1974,0,0,0,0,0,828,0,0,0,'Ravenclaw Drudger',NULL,NULL,0,19,20,0,21,0,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,1974,1974,0,0,0,0,0,0,0,3269,0,0,0,0,0,0,0,0,0,24,36,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1975,0,0,0,0,0,5034,0,0,0,'Eastvale Lumberjack',NULL,NULL,0,7,8,0,11,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4096,2048,0,0,0,0,0,0,7,10,100,7,0,1975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(1976,0,0,0,0,0,3167,0,0,0,'Stormwind City Patroller',NULL,'Directions',435,65,65,1,11,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(1977,0,0,0,0,0,1570,0,0,0,'Senator Mehr Stonehallow',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1978,0,0,0,0,0,2684,0,0,0,'Deathstalker Erland',NULL,NULL,0,11,11,0,98,2,0.94,1.14286,1,0,15,20,0,44,1,2000,2000,1,36864,2048,0,0,0,0,0,0,9,14,100,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_deathstalker_erland',12340),
|
|
(1979,0,0,0,0,0,868,0,0,0,'TEST WOLF (ALPHA FIRST)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1980,0,0,0,0,0,869,0,0,0,'TEST WOLF (ALPHA SECOND)','',NULL,0,2,2,0,32,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,50432,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1981,0,0,0,0,0,3452,0,0,0,'Dark Iron Ambusher',NULL,NULL,0,10,10,0,54,0,0.97,1.14286,1,0,13,17,0,42,1,1890,2079,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,1981,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1983,0,0,0,0,0,915,0,0,0,'Nightlash',NULL,NULL,0,14,14,0,70,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,1983,0,0,0,0,0,0,0,0,3485,0,0,0,0,0,0,0,0,0,23,34,'SmartAI',0,3,1,1,1,1,0,3622,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(1984,0,0,0,0,0,8869,0,0,0,'Young Thistle Boar',NULL,NULL,0,1,2,0,189,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,100,1,1,1984,0,1984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9083,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1985,0,0,0,0,0,389,0,0,0,'Thistle Boar',NULL,NULL,0,2,3,0,189,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,2,100,1,1,1985,0,1985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9082,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1986,0,0,0,0,0,709,0,0,0,'Webwood Spider',NULL,NULL,0,3,4,0,22,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,3,0,0,0,0,2,3,100,1,1,1986,0,0,0,0,0,0,0,0,6751,0,0,0,0,0,0,0,13158,0,0,0,'',1,1,1,1,1,1,0,5166,10640,0,0,0,0,100,1,0,0,'',12340),
|
|
(1987,0,0,0,0,0,759,0,0,0,'Webwood Creeper UNUSED','','',0,3,4,0,22,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,5166,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1988,0,0,0,0,0,6806,0,0,0,'Grell',NULL,NULL,0,2,3,0,189,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,3,0,1988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,'',0,1,1,1,1,1,0,3297,10639,0,0,0,0,100,1,0,2,'',12340),
|
|
(1989,0,0,0,0,0,3023,0,0,0,'Grellkin',NULL,NULL,0,3,4,0,189,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,3,0,1989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'',1,1,1,1,1,1,0,3297,10639,0,0,0,0,100,1,0,2,'',12340),
|
|
(1990,0,0,0,0,0,10818,0,0,0,'Gremlin','',NULL,0,3,4,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3297,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1991,0,0,0,0,0,568,0,0,0,'Jaxil Rye','',NULL,0,5,5,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(1992,0,0,0,0,0,10034,0,0,0,'Tarindrella',NULL,NULL,0,7,7,0,80,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(1993,0,0,0,0,0,6819,0,0,0,'Greenpaw',NULL,NULL,0,10,10,0,82,0,1.17,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,7,0,1993,1993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1994,0,0,0,0,0,759,0,0,0,'Githyiss the Vile',NULL,NULL,0,5,5,0,22,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,3,0,0,0,0,3,4,100,1,1,1994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5913,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1995,0,0,0,0,0,10832,0,0,0,'Strigid Owl',NULL,NULL,0,5,6,0,15,0,1,1.42857,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,26,0,0,0,0,4,6,100,1,1,1995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5859,0,0,0,'',1,3,1,1,1,1,0,3411,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(1996,0,0,0,0,0,4877,0,0,0,'Strigid Screecher',NULL,NULL,0,7,8,0,15,0,1,1.42857,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,26,0,0,0,0,7,10,100,1,1,1996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13265,0,0,0,'',1,3,1,1,1,1,0,3411,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(1997,0,0,0,0,0,10830,0,0,0,'Strigid Hunter',NULL,NULL,0,8,9,0,15,0,1,1.42857,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,26,0,0,0,0,8,11,100,1,1,1997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5860,0,0,0,'',1,3,1,1,1,1,0,3411,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(1998,0,0,0,0,0,760,0,0,0,'Webwood Lurker',NULL,NULL,0,5,6,0,22,0,1,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,3,0,0,0,0,4,6,100,1,1,1998,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13159,0,0,0,'',1,1,1,1,1,1,0,3412,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(1999,0,0,0,0,0,759,0,0,0,'Webwood Venomfang',NULL,NULL,0,7,8,0,22,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,3,0,0,0,0,7,10,100,1,1,1999,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5882,0,0,0,'',1,1,1,1,1,1,0,3412,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2000,0,0,0,0,0,1989,0,0,0,'Webwood Silkspinner',NULL,NULL,0,8,9,0,22,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,3,0,0,0,0,8,11,100,1,1,2000,0,0,0,0,0,0,0,0,745,744,0,0,0,0,0,0,5883,0,0,0,'SmartAI',1,1,1,1,1,1,0,3412,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2001,0,0,0,0,0,6808,0,0,0,'Giant Webwood Spider',NULL,NULL,0,10,11,0,22,0,1.12,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,14,100,1,1,2001,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,5887,0,0,0,'',1,1,1,1,1,1,0,3412,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2002,0,0,0,0,0,3023,0,0,0,'Rascal Sprite',NULL,NULL,0,5,6,0,90,0,0.96,1.14286,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,3,0,2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2003,0,0,0,0,0,6809,0,0,0,'Shadow Sprite',NULL,NULL,0,5,6,0,90,0,0.96,1.14286,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,3,0,2003,0,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2004,0,0,0,0,0,568,0,0,0,'Dark Sprite',NULL,NULL,0,6,7,0,90,0,1.1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,3,0,2004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2005,0,0,0,0,0,6811,0,0,0,'Vicious Grell',NULL,NULL,0,7,7,0,90,0,1.1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,3,0,2005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2006,0,0,0,0,0,6798,0,0,0,'Gnarlpine Ursa',NULL,NULL,0,5,6,0,82,0,0.666668,0.857143,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,2006,2006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,11,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2007,0,0,0,0,0,6799,0,0,0,'Gnarlpine Gardener',NULL,NULL,0,5,6,0,82,0,0.666668,0.857143,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,2007,2007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2008,0,0,0,0,0,6800,0,0,0,'Gnarlpine Warrior',NULL,NULL,0,6,7,0,82,0,0.96,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,2008,2008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2009,0,0,0,0,0,897,0,0,0,'Gnarlpine Shaman',NULL,NULL,0,7,8,0,82,0,0.666668,0.857143,1,0,10,13,0,32,1,2000,2000,2,0,2048,0,0,0,0,0,0,6,9,100,7,0,2009,2009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,5220,8363,0,0,0,0,100,1,0,0,'',12340),
|
|
(2010,0,0,0,0,0,6801,0,0,0,'Gnarlpine Defender',NULL,NULL,0,7,8,0,82,0,0.666668,0.857143,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,2010,2010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2011,0,0,0,0,0,3024,0,0,0,'Gnarlpine Augur',NULL,NULL,0,8,9,0,82,0,0.666668,0.857143,1,0,11,15,0,34,1,2000,2000,2,0,2048,0,0,0,0,0,0,7,11,100,7,0,2011,2011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2012,0,0,0,0,0,6802,0,0,0,'Gnarlpine Pathfinder',NULL,NULL,0,9,10,0,82,0,0.666668,0.857143,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,7,0,2012,2012,0,0,0,0,0,0,0,5177,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2013,0,0,0,0,0,6803,0,0,0,'Gnarlpine Avenger',NULL,NULL,0,9,10,0,82,0,1.26,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,2013,2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2014,0,0,0,0,0,936,0,0,0,'Gnarlpine Totemic',NULL,NULL,0,10,11,0,82,0,1.19,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,2014,2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2015,0,0,0,0,0,3021,0,0,0,'Bloodfeather Harpy',NULL,NULL,0,8,9,0,514,0,1.38889,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,2015,2015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2017,0,0,0,0,0,6812,0,0,0,'Bloodfeather Rogue',NULL,NULL,0,8,9,0,514,0,1.38889,0.857143,1,0,11,15,0,40,1,1200,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,2017,2017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2018,0,0,0,0,0,2296,0,0,0,'Bloodfeather Sorceress',NULL,NULL,0,9,9,0,514,0,1.38889,0.857143,1,0,8,12,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,8,11,11,7,0,2018,2018,0,0,0,0,0,0,0,20793,12544,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2019,0,0,0,0,0,3022,0,0,0,'Bloodfeather Fury',NULL,NULL,0,9,10,0,514,0,1.12,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,2019,2019,0,0,0,0,0,0,0,5515,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2020,0,0,0,0,0,10869,0,0,0,'Bloodfeather Wind Witch',NULL,NULL,0,9,10,0,514,0,1.12,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,2020,2020,0,0,0,0,0,0,0,6982,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2021,0,0,0,0,0,6813,0,0,0,'Bloodfeather Matriarch',NULL,NULL,0,11,11,0,514,0,1.29,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,2021,2021,0,0,0,0,0,0,0,332,9532,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2022,0,0,0,0,0,3033,0,0,0,'Timberling',NULL,NULL,0,5,6,0,14,0,0.67,0.857143,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,4,0,2022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,5168,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2025,0,0,0,0,0,6817,0,0,0,'Timberling Bark Ripper',NULL,NULL,0,7,8,0,14,0,0.666668,0.857143,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,4,0,2025,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,5168,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2027,0,0,0,0,0,3034,0,0,0,'Timberling Trampler',NULL,NULL,0,8,9,0,14,0,0.666668,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,4,0,2027,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,5168,5170,0,0,0,0,100,1,0,0,'',12340),
|
|
(2029,0,0,0,0,0,863,0,0,0,'Timberling Mire Beast',NULL,NULL,0,9,10,0,14,0,0.666668,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,2029,0,0,0,0,0,0,0,0,5567,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,5168,5170,0,0,0,0,100,1,0,0,'',12340),
|
|
(2030,0,0,0,0,0,3032,0,0,0,'Elder Timberling',NULL,NULL,0,10,11,0,14,0,1.14,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,4,0,2030,0,0,0,0,0,0,0,0,332,324,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,5168,5170,0,0,0,0,0,1,0,0,'',12340),
|
|
(2031,0,0,0,0,0,11454,0,0,0,'Young Nightsaber',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,2031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13365,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(2032,0,0,0,0,0,18416,0,0,0,'Mangy Nightsaber',NULL,NULL,0,2,2,0,7,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,100,1,1,2032,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13352,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(2033,0,0,0,0,0,3030,0,0,0,'Elder Nightsaber',NULL,NULL,0,8,9,0,66,0,1,1.14286,1,0,11,15,0,40,1,1400,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,2033,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13367,0,0,0,'',1,1,1,1,1,1,0,3409,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2034,0,0,0,0,0,3030,0,0,0,'Feral Nightsaber',NULL,NULL,0,10,11,0,66,0,0.97,1.14286,1,0,15,20,0,44,1,1500,2000,1,0,2048,0,2,0,0,0,0,9,14,100,1,1,2034,0,100002,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,13369,0,0,0,'SmartAI',1,1,1,1,1,1,0,3409,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2038,0,0,0,0,0,1013,0,0,0,'Lord Melenas',NULL,NULL,0,8,8,0,90,0,0.82,1.14286,1,0,10,13,0,32,1,2000,2000,2,0,2048,0,0,0,0,0,0,6,9,100,3,0,2038,2038,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',0,3,1,1,1,1,0,5221,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2039,0,0,0,0,0,6818,0,0,0,'Ursal the Mauler',NULL,NULL,0,12,12,0,82,0,1.29,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,2039,0,0,0,0,0,0,0,0,15793,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2040,0,0,0,0,0,2163,0,0,0,'Haggatha the Crone','',NULL,0,12,12,0,514,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2041,0,0,0,0,0,2429,0,0,0,'Ancient Protector',NULL,NULL,0,60,60,0,80,0,1.11111,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(2042,0,0,0,0,0,6805,0,0,0,'Nightsaber',NULL,NULL,0,5,6,0,66,0,1,1.14286,1,0,7,9,0,34,1,1400,2000,1,0,2048,0,2,0,0,0,0,4,6,100,1,1,2042,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5817,0,0,0,'',1,1,1,1,1,1,0,3409,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2043,0,0,0,0,0,14318,0,0,0,'Nightsaber Stalker',NULL,NULL,0,7,8,0,66,0,1,1.14286,1,0,10,14,0,38,1,1400,2000,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,2043,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13353,0,0,0,'',1,1,1,1,1,1,0,3409,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2044,0,0,0,0,0,915,0,0,0,'Forlorn Spirit',NULL,NULL,0,25,26,0,77,0,1,1.14286,1,0,26,37,0,39,1,2000,1936,8,0,2048,0,0,0,0,0,0,23,33,15,6,0,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2045,0,0,0,0,0,7846,0,0,0,'Gunther\'s Minion',NULL,NULL,0,8,8,0,78,0,0.96,1.14286,1,0,10,14,0,38,1,1910,2101,1,0,2048,0,0,0,0,0,0,7,10,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(2046,0,0,0,0,0,3340,0,0,0,'Andrew Krighton','Armorer & Shieldcrafter',NULL,0,8,8,0,12,4224,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2050,0,0,0,0,0,4011,0,0,0,'Raleigh Andrean','Ex-Chef',NULL,0,14,14,0,68,2,1,1.14286,1,0,20,27,0,50,1,1000,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2051,0,0,0,0,0,907,0,0,0,'Twain The Tester FOO','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2052,0,0,0,0,0,908,0,0,0,'Nag',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2053,0,0,0,0,0,3553,0,0,0,'Haggard Refugee',NULL,NULL,0,18,19,0,123,0,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,2053,2053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2054,0,0,0,0,0,3554,0,0,0,'Sickly Refugee',NULL,NULL,0,19,20,0,123,0,0.94,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,2054,2054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,34,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2055,0,0,0,0,0,1680,0,0,0,'Master Apothecary Faranell','Royal Apothecary Society',NULL,10775,50,50,0,68,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,37376,2048,0,0,0,0,0,0,54,79,18,7,0,2055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2056,0,0,0,0,0,146,0,0,0,'Ravenclaw Apparition',NULL,NULL,0,24,24,0,35,0,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2057,0,0,0,0,0,1416,0,0,0,'Huldar',NULL,NULL,4322,15,15,0,57,3,0.99,1.14286,1,0,22,29,0,54,1,1500,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2058,0,0,0,0,0,1679,0,0,0,'Deathstalker Faerleia',NULL,NULL,0,18,18,0,68,2,0.94,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,4096,2058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'pyrewood_ambush',12340),
|
|
(2060,0,0,0,0,0,3557,0,0,0,'Councilman Smithers','Pyrewood Council',NULL,0,12,12,0,123,0,0.94,1.14286,1,0,12,17,0,19,1,2000,2000,8,32768,2048,0,0,0,0,0,0,11,16,12,7,0,2060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2061,0,0,0,0,0,3563,0,0,0,'Councilman Thatcher','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2062,0,0,0,0,0,3565,0,0,0,'Councilman Hendricks','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2063,0,0,0,0,0,3577,0,0,0,'Councilman Wilhelm','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,80,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2064,0,0,0,0,0,3570,0,0,0,'Councilman Hartin','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2065,0,0,0,0,0,3578,0,0,0,'Councilman Cooper','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2066,0,0,0,0,0,3574,0,0,0,'Councilman Higarth','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2067,0,0,0,0,0,3576,0,0,0,'Councilman Brunswick','Pyrewood Council',NULL,0,13,13,0,123,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,76,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2068,0,0,0,0,0,3575,0,0,0,'Lord Mayor Morrison','Pyrewood Council Leader',NULL,0,15,15,0,123,0,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,32832,2048,0,0,0,0,0,0,15,22,2,7,0,2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2069,0,0,0,0,0,321,0,0,0,'Moonstalker',NULL,NULL,0,14,15,0,14,0,1,1.42857,1,0,22,29,0,54,1,1300,2000,1,0,2048,0,2,0,0,0,0,15,22,2,1,1,2069,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13356,0,0,0,'',1,1,1,1,1,1,0,5413,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2070,0,0,0,0,0,11449,0,0,0,'Moonstalker Runt',NULL,NULL,0,10,17,0,14,0,1,1.42857,1,0,25,33,0,60,1,1300,2000,1,0,2048,0,2,0,0,0,0,17,25,2,1,1,2070,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,0,0,0,'',1,1,1,1,1,1,0,5413,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2071,0,0,0,0,0,3031,0,0,0,'Moonstalker Matriarch',NULL,NULL,0,19,20,0,14,0,1,1.42857,1,0,29,39,0,70,1,1300,2000,1,0,2048,0,2,0,0,0,0,20,30,4,1,1,2071,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13371,0,0,0,'',1,1,1,1,1,1,0,5386,5413,0,0,0,0,144,1,0,0,'',12340),
|
|
(2077,0,0,0,0,0,4237,0,0,0,'Melithar Staghelm',NULL,NULL,0,5,5,0,80,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2078,0,0,0,0,0,1896,0,0,0,'Athridas Bearmantle',NULL,NULL,0,11,11,0,80,2,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2079,0,0,0,0,0,1285,0,0,0,'Conservator Ilthalaine',NULL,NULL,4046,4,4,0,80,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,4864,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2080,0,0,0,0,0,2484,0,0,0,'Denalan',NULL,NULL,0,11,11,0,80,2,0.97,1.14286,1,0,15,20,0,44,1,1500,2000,1,4608,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2081,0,0,0,0,0,1682,0,0,0,'Sentinel Kyra Starsong',NULL,NULL,0,12,12,0,80,2,1,1.14286,1,0,17,22,0,46,1,1000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2082,0,0,0,0,0,2458,0,0,0,'Gilshalan Windwalker',NULL,NULL,0,9,9,0,80,2,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2083,0,0,0,0,0,2459,0,0,0,'Syral Bladeleaf',NULL,NULL,0,12,12,0,80,2,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2084,0,0,0,0,0,4243,0,0,0,'Natheril Raincaller','General Goods',NULL,0,57,57,0,80,384,1,1.14286,1,0,98,130,0,238,1,1500,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2086,0,0,0,0,0,3480,0,0,0,'Valstag Ironjaw',NULL,NULL,0,25,25,0,55,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2087,0,0,0,0,0,309,232,0,0,'[UNUSED] Ambermill Citizen','','',0,1,1,0,76,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2089,0,0,0,0,0,925,0,0,0,'Giant Wetlands Crocolisk',NULL,NULL,0,25,26,0,14,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,6,0,0,0,0,25,37,7,1,1,2089,0,100005,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5849,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,3348,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2090,0,0,0,0,0,4914,0,0,0,'Ma\'ruk Wyrmscale','Dragonmaw Warlord',NULL,0,23,23,0,62,0,1,1.14286,1,4,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,2090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2091,0,0,0,0,0,4915,0,0,0,'Chieftain Nek\'rosh',NULL,NULL,0,26,26,0,62,0,1,1.14286,1,0,37,49,0,90,1,2400,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,2091,0,0,0,400,0,0,0,0,6192,13730,0,0,0,0,0,0,0,0,187,250,'SmartAI',0,3,1,1,1,1,0,3337,3625,0,0,0,0,0,1,0,0,'',12340),
|
|
(2092,0,0,0,0,0,3600,0,0,0,'Pilot Longbeard','Ironforge Siege Brigade',NULL,0,23,23,0,55,2,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2093,0,0,0,0,0,1409,0,0,0,'Einar Stonegrip',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2094,0,0,0,0,0,1408,0,0,0,'James Halloran',NULL,NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2095,0,0,0,0,0,221,0,0,0,'Billy the Street Urchin','Don\'t trust me! I\'m named Billy!',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2096,0,0,0,0,0,1677,0,0,0,'Tarrel Rockweaver',NULL,NULL,0,25,25,0,55,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2097,0,0,0,0,0,1674,0,0,0,'Harlo Barnaby',NULL,NULL,0,25,25,0,55,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2098,0,0,0,0,0,10000,10001,10002,10003,'Ram',NULL,NULL,0,5,5,0,190,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2099,0,0,0,0,0,793,0,0,0,'Maiden\'s Virtue Crewman',NULL,NULL,0,20,20,0,57,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,2099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,93,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2102,0,0,0,0,0,4927,0,0,0,'Dragonmaw Grunt',NULL,NULL,0,20,21,0,62,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,2102,2102,0,0,25,0,0,0,0,8242,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2103,0,0,0,0,0,4925,0,0,0,'Dragonmaw Scout',NULL,NULL,0,19,20,0,62,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,2103,2103,0,0,25,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2104,0,0,0,0,0,5409,0,0,0,'Captain Stoutfist',NULL,NULL,11499,35,35,0,55,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2105,0,0,0,0,0,1780,0,0,0,'Mountaineer Dokkin',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2106,0,0,0,0,0,574,0,0,0,'Apothecary Berard',NULL,NULL,0,16,16,0,14,0,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,1,64,2048,0,0,0,0,0,0,16,23,2,7,0,2106,2106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2107,0,0,0,0,0,1854,0,0,0,'Gaerolas Talvethren',NULL,NULL,0,7,7,0,80,2,0.94,1.14286,1,0,9,12,0,36,1,2000,2000,1,4864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2108,0,0,0,0,0,4913,0,0,0,'Garneg Charskull',NULL,NULL,0,29,29,0,62,0,1,1.14286,1,4,38,50,0,94,1,2000,2000,2,32768,2048,0,0,0,0,0,0,26,38,8,7,0,2108,2108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',0,3,1,1.05,1,1,0,7131,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2109,0,0,0,0,0,953,0,0,0,'Steam Tank','',NULL,0,32,32,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(2110,0,0,0,0,0,1141,0,0,0,'Black Rat','',NULL,0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(2111,0,0,0,0,0,1407,0,0,0,'Sida',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2112,0,0,0,0,0,4319,0,0,0,'Farrin Daris','',NULL,0,18,19,0,12,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,74,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2113,0,0,0,0,0,1574,0,0,0,'Archibald Kava','Cloth & Leather Armor Merchant',NULL,0,5,5,0,68,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2114,0,0,0,0,0,3520,0,0,0,'Faruza','Herbalism Trainer',NULL,0,5,5,0,68,81,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37376,2048,0,0,2,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2115,0,0,0,0,0,1577,0,0,0,'Joshua Kien','General Supplies',NULL,0,5,5,0,68,384,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2116,0,0,0,0,0,1575,0,0,0,'Blacksmith Rand','Apprentice Armorer',NULL,0,5,5,0,68,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2117,0,0,0,0,0,1576,0,0,0,'Harold Raims','Apprentice Weaponsmith',NULL,0,5,5,0,68,4224,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2118,0,0,0,0,0,1632,0,0,0,'Abigail Shiel','Trade Supplies',NULL,0,9,9,0,68,128,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,37376,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2119,0,0,0,0,0,1578,0,0,0,'Dannal Stern','Warrior Trainer',NULL,4653,5,5,0,68,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,1,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2120,0,0,0,0,0,3601,0,0,0,'Archmage Ataeric',NULL,NULL,0,22,22,0,76,0,0.94,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,2120,0,0,0,0,0,0,0,0,8437,1461,0,0,0,0,0,0,0,0,26,39,'SmartAI',0,3,1,1.02,1,1,0,3515,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2121,0,0,0,0,0,1948,0,0,0,'Shadow Priest Allister',NULL,NULL,0,20,20,0,68,2,1,1.14286,1,0,29,39,0,70,1,1500,2000,1,33280,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2122,0,0,0,0,0,1580,0,0,0,'David Trias','Rogue Trainer',NULL,85,5,5,0,68,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,4,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2123,0,0,0,0,0,1579,0,0,0,'Dark Cleric Duesten','Priest Trainer',NULL,3645,5,5,0,68,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,5,0,3,4,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2124,0,0,0,0,0,1592,0,0,0,'Isabella','Mage Trainer',NULL,4654,5,5,0,68,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,8,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2126,0,0,0,0,0,1581,0,0,0,'Maximillion','Warlock Trainer',NULL,4655,5,5,0,68,51,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,9,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2127,0,0,0,0,0,1604,0,0,0,'Rupert Boch','Warlock Trainer',NULL,4656,15,15,0,68,49,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,9,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2128,0,0,0,0,0,1600,0,0,0,'Cain Firesong','Mage Trainer',NULL,63,14,14,0,68,51,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,37376,2048,0,0,0,0,8,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2129,0,0,0,0,0,1602,0,0,0,'Dark Cleric Beryl','Priest Trainer',NULL,3645,17,17,0,68,51,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,37376,2048,0,0,0,0,5,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2130,0,0,0,0,0,1603,0,0,0,'Marion Call','Rogue Trainer',NULL,85,13,13,0,68,51,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,37376,2048,0,0,0,0,4,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2131,0,0,0,0,0,1599,0,0,0,'Austil de Mon','Warrior Trainer',NULL,656,16,16,0,68,51,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,37376,2048,0,0,0,0,1,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2132,0,0,0,0,0,1601,0,0,0,'Carolai Anise','Alchemy Trainer',NULL,0,25,25,0,68,81,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2133,0,0,0,0,0,1605,0,0,0,'[UNUSED] Theo Reshan','Herbalism Trainer','',0,11,11,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2134,0,0,0,0,0,1637,0,0,0,'Mrs. Winters','General Supplies',NULL,0,10,10,0,68,384,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37376,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2135,0,0,0,0,0,1631,0,0,0,'Abe Winters','Apprentice Armorer',NULL,0,14,14,0,68,4224,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,37376,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2136,0,0,0,0,0,1638,0,0,0,'Oliver Dwor','Apprentice Weaponsmith',NULL,0,13,13,0,68,4224,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,37376,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2137,0,0,0,0,0,1634,0,0,0,'Eliza Callen','Leather Armor Merchant',NULL,0,12,12,0,68,4224,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,37376,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2138,0,0,0,0,0,143,0,0,0,'Warrior 25','',NULL,0,25,25,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2140,0,0,0,0,0,3542,0,0,0,'Edwin Harly','General Supplies',NULL,0,19,19,0,68,384,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2142,0,0,0,0,0,2377,0,0,0,'Watcher Callahan','The Night Watch',NULL,0,32,32,0,12,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2149,0,0,0,0,0,3451,0,0,0,'Dark Iron Raider',NULL,NULL,0,14,14,0,54,0,1.02,1.14286,1,0,20,27,0,50,1,1810,1991,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,2149,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,16,25,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2150,0,0,0,0,0,10035,0,0,0,'Zenn Foulhoof',NULL,NULL,0,7,7,0,80,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,768,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2151,0,0,0,0,0,1681,0,0,0,'Moon Priestess Amara',NULL,NULL,0,25,25,0,79,2,1,1.38571,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2152,0,0,0,0,0,3024,0,0,0,'Gnarlpine Ambusher',NULL,NULL,0,6,7,0,82,0,0.666668,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,2152,2152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2153,0,0,0,0,0,3492,0,0,0,'Terl Arakor',NULL,NULL,11788,25,25,0,123,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,2153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,49,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2154,0,0,0,0,0,907,0,0,0,'Jesse The Tester','Model and Texture',NULL,0,56,56,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2155,0,0,0,0,0,2866,0,0,0,'Sentinel Shayla Nightbreeze',NULL,NULL,0,8,8,0,80,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2156,0,0,0,0,0,10799,0,0,0,'Cracked Golem',NULL,NULL,0,18,19,0,14,0,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,4,0,2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2157,0,0,0,0,0,473,0,0,0,'Stone Behemoth',NULL,NULL,0,19,20,0,14,0,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,4,0,2157,0,0,0,0,0,0,0,0,5810,0,0,0,0,0,0,0,0,0,22,33,'',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2158,0,0,0,0,0,6529,0,0,0,'Gravelflint Scout',NULL,NULL,0,18,19,0,59,0,1.19,1.14286,1,0,27,37,0,68,1,1790,1969,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,2158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2159,0,0,0,0,0,6528,0,0,0,'Gravelflint Bonesnapper',NULL,NULL,0,19,20,0,59,0,1.33,1.14286,1,0,29,39,0,70,1,1800,1980,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,2159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2160,0,0,0,0,0,976,0,0,0,'Gravelflint Geomancer',NULL,NULL,0,20,21,0,59,0,1.05,1.14286,1,0,31,40,0,74,1,1760,1936,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2162,0,0,0,0,0,936,0,0,0,'Agal',NULL,NULL,0,8,8,0,82,0,0.666668,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,2162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2163,0,0,0,0,0,1006,0,0,0,'Thistle Bear','',NULL,0,11,12,0,44,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,4,0,0,0,0,11,17,100,1,1,2163,0,100003,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,5798,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2164,0,0,0,0,0,8840,0,0,0,'Rabid Thistle Bear',NULL,NULL,0,13,13,0,44,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,2164,0,100003,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2165,0,0,0,0,0,14316,0,0,0,'Grizzled Thistle Bear',NULL,NULL,0,16,17,0,44,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,4,0,0,0,0,17,25,2,1,1,2165,0,100004,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,12843,0,0,0,'',1,1,1,1.25,1,1,0,5414,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2166,0,0,0,0,0,2567,0,0,0,'Oakenscowl',NULL,NULL,0,9,9,0,14,0,1.56,1.14286,1,0,11,15,0,40,1,2700,2000,1,0,2048,0,0,0,0,0,0,8,11,100,4,0,2166,0,0,18,18,18,18,27,18,0,0,0,0,0,0,0,0,0,0,35,51,'',0,3,1,1,1,1,0,5168,8136,0,0,0,0,100,1,0,0,'',12340),
|
|
(2167,0,0,0,0,0,1010,0,0,0,'Blackwood Pathfinder',NULL,NULL,0,12,13,0,82,0,0.666668,0.992063,1,0,17,23,0,44,1,2000,2000,2,0,2048,0,0,0,0,0,0,11,17,1,7,0,2167,2167,0,0,0,0,0,0,0,6950,3391,0,0,0,0,0,0,0,0,13,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2168,0,0,0,0,0,1011,0,0,0,'Blackwood Warrior',NULL,NULL,0,16,17,0,82,0,0.666668,0.992063,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,2168,2168,0,0,0,0,0,0,0,7165,13532,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2169,0,0,0,0,0,6821,0,0,0,'Blackwood Totemic',NULL,NULL,0,17,18,0,82,0,0.666668,0.992063,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,2169,2169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2170,0,0,0,0,0,5773,0,0,0,'Blackwood Ursa',NULL,NULL,0,18,19,0,82,0,0.94,1.14286,1,0,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,2170,2170,0,0,0,0,0,0,0,1058,0,0,0,0,0,0,0,0,0,21,32,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2171,0,0,0,0,0,6822,0,0,0,'Blackwood Shaman',NULL,NULL,0,19,20,0,82,0,0.94,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,2171,0,0,0,0,0,0,0,0,913,9532,2606,0,0,0,0,0,0,0,23,34,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2172,0,0,0,0,0,38,0,0,0,'Strider Clutchmother',NULL,NULL,0,20,20,0,7,0,0.94,1.14286,1,4,29,39,0,70,1,2000,2000,1,0,2048,0,12,0,0,0,0,20,30,4,1,1,2172,0,100004,0,0,0,0,0,0,6607,7272,0,0,0,0,0,0,12885,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2173,0,0,0,0,0,245,0,0,0,'Reef Frenzy',NULL,NULL,0,14,15,0,1878,0,0.94,1.14286,1,0,22,29,0,54,1,800,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,1,0,2173,0,2173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2174,0,0,0,0,0,245,0,0,0,'Coastal Frenzy',NULL,NULL,0,14,16,0,1878,0,1,1.14286,1,0,23,31,0,56,1,1000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,1,0,2174,0,2174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2175,0,0,0,0,0,3030,0,0,0,'Shadowclaw',NULL,NULL,0,13,13,0,14,0,0.94,1.14286,1,4,18,24,0,48,1,1500,2000,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,2175,0,100002,0,0,0,0,0,10,8552,0,0,0,0,0,0,0,13370,0,0,0,'',0,1,1,0.75,1,1,0,5413,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2176,0,0,0,0,0,985,0,0,0,'Cursed Highborne',NULL,NULL,0,10,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,2176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,5360,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2177,0,0,0,0,0,5430,0,0,0,'Writhing Highborne',NULL,NULL,0,11,12,0,14,0,1.11111,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,2177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,5360,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2178,0,0,0,0,0,10690,0,0,0,'Wailing Highborne',NULL,NULL,0,12,13,0,14,0,0.94,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,2178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,5360,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2179,0,0,0,0,0,4036,0,0,0,'Stormscale Wave Rider',NULL,NULL,0,15,16,0,74,0,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,2179,2179,0,0,0,0,0,0,0,13586,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2180,0,0,0,0,0,4980,0,0,0,'Stormscale Siren',NULL,NULL,0,16,17,0,74,0,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,2,32768,2048,0,0,0,0,0,0,16,23,2,7,0,2180,2180,0,0,0,0,0,0,0,11642,9734,0,0,0,0,0,0,0,0,18,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2181,0,0,0,0,0,4036,0,0,0,'Stormscale Myrmidon',NULL,NULL,0,18,19,0,74,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,2181,2181,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,22,33,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2182,0,0,0,0,0,4973,0,0,0,'Stormscale Sorceress',NULL,NULL,0,19,20,0,74,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,2182,2182,0,0,0,0,0,0,0,20792,12544,0,0,0,0,0,0,0,0,22,33,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2183,0,0,0,0,0,11269,0,0,0,'Stormscale Warrior',NULL,NULL,0,20,21,0,74,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,2183,2183,0,0,0,0,0,0,0,3248,0,0,0,0,0,0,0,0,0,25,38,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2184,0,0,0,0,0,5774,0,0,0,'Lady Moongazer',NULL,NULL,0,17,17,0,14,0,0.94,1.14286,1,4,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,6,0,2184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2185,0,0,0,0,0,992,0,0,0,'Darkshore Thresher',NULL,NULL,0,12,14,0,16,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,2185,0,100003,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,5412,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2186,0,0,0,0,0,5773,0,0,0,'Carnivous the Breaker',NULL,NULL,0,16,16,0,82,0,0.666668,0.992063,1,4,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,2186,0,0,0,0,0,0,0,0,6016,3391,0,0,0,0,0,0,0,0,18,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2187,0,0,0,0,0,994,0,0,0,'Elder Darkshore Thresher',NULL,NULL,0,16,18,0,16,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,1,0,2187,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,5412,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2188,0,0,0,0,0,995,0,0,0,'Deep Sea Threshadon',NULL,NULL,0,23,25,0,15,0,1.06,1.14286,1,0,35,48,0,86,1,1740,1914,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,2188,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2189,0,0,0,0,0,2452,0,0,0,'Vile Sprite',NULL,NULL,0,10,11,0,81,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,2189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,5336,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2190,0,0,0,0,0,1015,0,0,0,'Wild Grell',NULL,NULL,0,11,12,0,81,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,2190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,5336,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2191,0,0,0,0,0,10819,0,0,0,'Licillin',NULL,NULL,0,14,14,0,81,0,1.83,1.14286,1,4,14,20,0,21,1,1525,1677,8,0,2048,0,0,0,0,0,0,13,19,12,3,0,2191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2192,0,0,0,0,0,5772,0,0,0,'Firecaller Radison',NULL,NULL,0,19,19,0,16,0,0.94,1.14286,1,4,20,28,0,28,1,2000,2000,8,32768,2048,0,0,0,0,0,0,18,26,13,7,0,2192,0,0,0,0,0,0,0,0,20793,11969,5915,0,0,0,0,0,0,0,21,33,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2197,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Kirton','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2198,0,0,0,0,0,1525,0,0,0,'Crier Goodman',NULL,NULL,5782,3,3,0,12,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2199,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Backus','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2200,0,0,0,0,0,227,0,0,0,'[UNUSED] Crier Pierce','','',0,3,3,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2201,0,0,0,0,0,346,0,0,0,'Greymist Raider',NULL,NULL,0,11,12,0,18,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,2201,2201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2202,0,0,0,0,0,3619,0,0,0,'Greymist Coastrunner',NULL,NULL,0,12,13,0,18,0,1,1.71429,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,2202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(2203,0,0,0,0,0,3940,0,0,0,'Greymist Seer',NULL,NULL,0,13,14,0,18,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,2203,2203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,24,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2204,0,0,0,0,0,2597,0,0,0,'Greymist Netter',NULL,NULL,0,14,15,0,18,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,2204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2205,0,0,0,0,0,540,0,0,0,'Greymist Warrior',NULL,NULL,0,15,16,0,18,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,2205,2205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2206,0,0,0,0,0,652,0,0,0,'Greymist Hunter',NULL,NULL,0,16,17,0,18,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,2206,2206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2207,0,0,0,0,0,4920,0,0,0,'Greymist Oracle',NULL,NULL,0,18,19,0,18,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,2207,0,0,0,0,0,0,0,0,18089,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2208,0,0,0,0,0,478,0,0,0,'Greymist Tidehunter',NULL,NULL,0,19,20,0,18,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,2208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,34,'',1,3,1,1,1,1,0,7499,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2209,0,0,0,0,0,2856,0,0,0,'Deathguard Gavin',NULL,'Directions',3356,24,24,0,71,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,36864,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(2210,0,0,0,0,0,2861,0,0,0,'Deathguard Royann',NULL,'Directions',3356,24,24,0,71,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,36864,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(2211,0,0,0,0,0,11424,11425,11426,11427,'Captured Mountaineer',NULL,NULL,0,9,9,0,68,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,256,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2212,0,0,0,0,0,1013,0,0,0,'Deth\'ryll Satyr',NULL,NULL,0,12,13,0,90,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,2212,2212,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,5338,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2213,0,0,0,0,0,1014,0,0,0,'Deth\'ryll Shadowstalker','',NULL,0,13,14,0,90,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2214,0,0,0,0,0,2863,0,0,0,'Deathstalker Lesh',NULL,NULL,0,25,25,0,68,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,33280,2048,0,0,0,0,0,0,24,36,6,7,0,2214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2215,0,0,0,0,0,1645,0,0,0,'High Executor Darthalia',NULL,NULL,11886,60,60,0,68,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2216,0,0,0,0,0,1660,0,0,0,'Apothecary Lydon','Royal Apothecary Society',NULL,0,35,35,0,68,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33280,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2217,0,0,0,0,0,569,0,0,0,'Undead Druid Trainer','Druid Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2218,0,0,0,0,0,569,0,0,0,'Undead Hunter Trainer','Hunter Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2219,0,0,0,0,0,569,0,0,0,'Undead Shaman Trainer','Shaman Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2220,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Blacksmith Trainer','Blacksmith Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2221,0,0,0,0,0,569,0,0,0,'Undead Tailor Trainer','Tailor Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2222,0,0,0,0,0,569,0,0,0,'Undead Mining Trainer','Mining Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2223,0,0,0,0,0,569,0,0,0,'[UNUSED] Undead Cooking Trainer','Cooking Trainer','',0,1,1,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2224,0,0,0,0,0,6851,0,0,0,'Wind Rider','',NULL,0,40,40,0,2091,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2225,22661,32764,37486,0,0,14781,0,0,0,'Zora Guthrek','Trade Goods',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2226,0,0,0,0,0,3832,0,0,0,'Karos Razok','Bat Handler',NULL,4281,65,65,0,68,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2227,0,0,0,0,0,10731,0,0,0,'Sharlindra',NULL,NULL,0,25,25,0,68,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2228,0,0,0,0,0,1769,0,0,0,'Lieutenant Farren Orinelle',NULL,NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2229,0,0,0,0,0,3685,0,0,0,'Krusk',NULL,NULL,0,25,25,0,29,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2230,0,0,0,0,0,901,0,0,0,'Umpi',NULL,NULL,0,1,1,0,68,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2231,0,0,0,0,0,1000,0,0,0,'Pygmy Tide Crawler',NULL,NULL,0,9,10,0,7,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,8,0,0,0,0,9,13,100,1,1,2231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13017,0,0,0,'',1,3,1,1,1,1,0,5385,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2232,0,0,0,0,0,979,0,0,0,'Tide Crawler',NULL,NULL,0,12,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,8,0,0,0,0,13,20,1,1,1,2232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5837,0,0,0,'',1,3,1,1,1,1,0,5385,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2233,0,0,0,0,0,9566,0,0,0,'Encrusted Tide Crawler',NULL,NULL,0,18,20,0,7,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,8,0,0,0,0,20,30,4,1,1,2233,0,0,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,13020,0,0,0,'',1,3,1,1,1,1,0,5385,7500,12237,0,0,0,0,1,0,0,'',12340),
|
|
(2234,0,0,0,0,0,999,0,0,0,'Young Reef Crawler',NULL,NULL,0,10,11,0,7,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,8,0,0,0,0,9,14,100,1,1,2234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13011,0,0,0,'',1,3,1,1,1,1,0,5385,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2235,0,0,0,0,0,981,0,0,0,'Reef Crawler',NULL,NULL,0,15,17,0,7,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,8,0,0,0,0,17,25,2,1,1,2235,0,0,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,13012,0,0,0,'',1,3,1,1,1,1,0,5385,12237,0,0,0,0,0,1,0,0,'',12340),
|
|
(2236,0,0,0,0,0,1001,0,0,0,'Raging Reef Crawler',NULL,NULL,0,20,21,0,7,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,8,0,0,0,0,21,30,4,1,1,2236,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,13014,0,0,0,'',1,3,1,1.02,1,1,0,5385,7500,0,0,0,0,0,1,0,0,'',12340),
|
|
(2237,0,0,0,0,0,11450,0,0,0,'Moonstalker Sire',NULL,NULL,0,17,18,0,14,0,1,1.42857,1,0,26,35,0,64,1,1300,2000,1,0,2048,0,2,0,0,0,0,18,26,3,1,1,2237,0,100004,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,5823,0,0,0,'',1,1,1,1,1,1,0,5386,5413,0,0,0,0,144,1,0,0,'',12340),
|
|
(2238,0,0,0,0,0,3686,0,0,0,'Tog\'thar',NULL,NULL,264,25,25,0,29,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2239,0,0,0,0,0,3687,0,0,0,'Drull',NULL,NULL,262,25,25,0,29,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2240,0,0,0,0,0,3706,3707,0,0,'Syndicate Footpad',NULL,NULL,0,32,33,0,87,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2240,2240,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,3601,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2241,0,0,0,0,0,3709,3710,0,0,'Syndicate Thief',NULL,NULL,0,33,34,0,87,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,2241,2241,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.1,1,1,0,3601,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2242,0,0,0,0,0,3716,3717,0,0,'Syndicate Spy',NULL,NULL,0,35,36,0,87,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,2242,2242,0,0,0,0,0,0,0,37685,0,0,0,0,0,0,0,0,0,61,84,'SmartAI',1,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2243,0,0,0,0,0,3721,3722,0,0,'Syndicate Sentry',NULL,NULL,0,36,37,0,87,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,2243,2243,0,0,0,0,0,0,0,15062,11972,0,0,0,0,0,0,0,0,59,83,'SmartAI',1,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2244,0,0,0,0,0,3621,3622,0,0,'Syndicate Shadow Mage',NULL,NULL,0,21,22,0,87,0,1,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,2244,2244,0,0,0,0,0,15,0,16247,13787,20791,0,0,0,0,0,0,0,25,37,'SmartAI',1,3,1,1.02,1,1,0,3692,5620,0,0,0,0,0,1,0,0,'',12340),
|
|
(2245,0,0,0,0,0,3725,3726,0,0,'Syndicate Saboteur',NULL,NULL,0,37,38,0,87,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,2245,2245,0,0,0,0,0,0,0,6660,6980,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2246,0,0,0,0,0,3727,3728,0,0,'Syndicate Assassin',NULL,NULL,0,38,39,0,87,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2246,2246,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,68,93,'SmartAI',1,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2247,0,0,0,0,0,3729,3730,0,0,'Syndicate Enforcer',NULL,NULL,0,39,40,0,87,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,2247,2247,0,0,0,0,0,0,0,15576,0,0,0,0,0,0,0,0,0,68,94,'SmartAI',1,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2248,0,0,0,0,0,3206,0,0,0,'Cave Yeti',NULL,NULL,0,30,31,0,16,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,2248,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,65,'',1,3,1,1.1,1,1,0,3720,3708,0,0,0,0,0,1,0,0,'',12340),
|
|
(2249,0,0,0,0,0,3207,0,0,0,'Ferocious Yeti',NULL,NULL,0,31,32,0,16,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,2249,0,100011,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,3,1,1.1,1,1,0,3720,3708,0,0,0,0,0,1,0,0,'',12340),
|
|
(2250,0,0,0,0,0,1050,0,0,0,'Mountain Yeti',NULL,NULL,0,32,33,0,16,0,1.05,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,2250,0,100011,0,0,0,66,0,0,3131,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',0,3,1,1.1,1,1,0,3720,3708,0,0,0,0,0,1,0,0,'',12340),
|
|
(2251,0,0,0,0,0,6767,0,0,0,'Giant Yeti',NULL,NULL,0,33,34,0,16,0,1.05,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,2251,0,100011,0,0,0,68,0,0,3131,0,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.1,1,1,0,3720,3708,0,0,0,0,0,1,0,0,'',12340),
|
|
(2252,0,0,0,0,0,11567,0,0,0,'Crushridge Ogre',NULL,NULL,0,34,35,0,45,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,2252,2252,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2253,0,0,0,0,0,610,0,0,0,'Crushridge Brute',NULL,NULL,0,35,36,0,45,0,1,1.14286,1,0,50,66,0,120,1,3000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,2253,2253,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2254,0,0,0,0,0,655,0,0,0,'Crushridge Mauler',NULL,NULL,0,36,37,0,45,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2254,2254,0,0,0,37,0,0,0,6253,11976,0,0,0,0,0,0,0,0,228,303,'SmartAI',1,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2255,0,0,0,0,0,6705,0,0,0,'Crushridge Mage',NULL,NULL,0,37,38,0,45,0,1.05,1.14286,1,0,37,52,0,56,1,2000,2000,8,0,2048,0,0,0,0,0,0,32,47,18,7,0,2255,2255,0,0,0,38,0,0,0,9672,6742,0,0,0,0,0,0,0,0,192,255,'SmartAI',0,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2256,0,0,0,0,0,416,0,0,0,'Crushridge Enforcer',NULL,NULL,0,38,39,0,45,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,2256,2256,0,0,0,39,0,0,0,9791,19577,0,0,0,0,0,0,0,0,249,330,'SmartAI',0,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2257,0,0,0,0,0,11568,0,0,0,'Mug\'thol',NULL,NULL,0,43,43,0,45,0,1.05,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,2257,2257,0,0,0,0,0,0,0,13730,11976,0,0,0,0,0,0,0,0,291,385,'SmartAI',0,3,1,1,1,1,0,3553,3554,0,0,0,0,51,1,0,0,'',12340),
|
|
(2258,0,0,0,0,0,1162,0,0,0,'Stone Fury',NULL,NULL,0,37,37,0,91,0,1.55556,1.14286,1,4,51,68,0,124,1,1341,1475,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,2258,0,0,0,0,74,0,0,0,6524,5568,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2260,0,0,0,0,0,3616,3618,0,0,'Syndicate Rogue',NULL,NULL,0,21,22,0,87,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,2260,2260,0,0,0,0,0,0,0,744,37685,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2261,0,0,0,0,0,3623,3624,0,0,'Syndicate Watchman',NULL,NULL,0,20,21,0,87,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,2261,2261,0,0,0,0,0,0,0,3582,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2263,0,0,0,0,0,1861,0,0,0,'Marshal Redpath',NULL,NULL,0,41,41,0,12,2,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2264,0,0,0,0,0,3610,3611,0,0,'Hillsbrad Tailor',NULL,NULL,0,24,25,0,123,129,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,2264,2264,0,0,0,0,0,0,0,2590,101,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2265,0,0,0,0,0,3613,0,0,0,'Hillsbrad Apprentice Blacksmith',NULL,NULL,0,24,25,0,123,128,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,2265,2265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2266,0,0,0,0,0,3612,0,0,0,'Hillsbrad Farmer',NULL,NULL,0,23,24,0,123,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,2266,2266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2267,0,0,0,0,0,11035,11036,0,0,'Hillsbrad Peasant',NULL,NULL,0,24,25,0,123,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,2267,2267,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2268,0,0,0,0,0,4125,0,0,0,'Hillsbrad Footman',NULL,NULL,0,25,26,0,123,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,2268,2268,0,0,0,0,0,0,0,1671,7164,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2269,0,0,0,0,0,3629,0,0,0,'Hillsbrad Miner',NULL,NULL,0,26,27,0,123,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,2269,2269,0,0,0,0,0,0,0,7164,7405,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,3692,7127,0,0,0,0,0,1,0,0,'',12340),
|
|
(2270,0,0,0,0,0,3632,5784,5785,5786,'Hillsbrad Sentry',NULL,NULL,0,27,28,0,123,0,1,1.14286,1,0,39,53,0,96,1,2400,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,2270,2270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2271,0,0,0,0,0,3711,11474,0,0,'Dalaran Shield Guard',NULL,NULL,0,31,32,0,76,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2271,2271,0,0,0,0,50,0,0,3284,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,3,1,1.1,1,1,0,3714,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2272,0,0,0,0,0,3714,3715,0,0,'Dalaran Theurgist',NULL,NULL,0,32,33,0,76,0,1,1.14286,1,0,33,45,0,49,1,2000,2000,8,32768,2048,0,0,0,0,0,0,28,41,17,7,0,2272,2272,0,0,0,0,50,0,0,0,20819,15044,0,0,0,0,0,0,0,44,62,'SmartAI',1,3,1,1.1,1,1,0,3714,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2274,0,0,0,0,0,855,0,0,0,'Stanley',NULL,NULL,0,24,24,0,35,2,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2275,0,0,0,0,0,11411,0,0,0,'Enraged Stanley',NULL,NULL,0,24,24,0,123,0,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,1,0,0,0,0,23,34,6,1,1,0,0,100005,0,0,0,0,0,0,3258,0,0,0,0,0,0,0,13034,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2276,0,0,0,0,0,3665,0,0,0,'Magistrate Henry Maleb',NULL,NULL,0,60,60,0,96,2,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2277,0,0,0,0,0,3702,0,0,0,'Loremaster Dibbs',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2278,0,0,0,0,0,10994,0,0,0,'Melisara',NULL,NULL,0,25,25,0,68,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2279,0,0,0,0,0,164,0,0,0,'Alliance Battleguard','',NULL,0,72,72,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2280,0,0,0,0,0,496,0,0,0,'Horde Battleguard','',NULL,0,72,72,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2281,0,0,0,0,0,2582,0,0,0,'Baelish Frostbane','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2282,0,0,0,0,0,240,0,0,0,'[PH] Orgrun Iceflow','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2283,0,0,0,0,0,1019,0,0,0,'Ravenclaw Regent',NULL,NULL,0,22,22,0,21,0,1.27,1.14286,1,4,30,39,0,71,1,1441,1585,2,0,2048,0,0,0,0,0,0,21,31,5,6,0,2283,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2284,0,0,0,0,0,3683,0,0,0,'Captured Farmer',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2285,0,0,0,0,0,5075,0,0,0,'Count Remington Ridgewell','House of Nobles',NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2286,0,0,0,0,0,824,0,0,0,'Bow Guy','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2287,0,0,0,0,0,536,0,0,0,'Crushridge Warmonger',NULL,NULL,0,39,40,0,45,0,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2287,2287,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,259,343,'SmartAI',0,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2288,0,0,0,0,0,965,0,0,0,'Skracher Mudmuzzle','',NULL,0,30,30,0,70,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,26072,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2289,0,0,0,0,0,3325,0,0,0,'Connor McCoy','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2290,0,0,0,0,0,3334,0,0,0,'Bertran Keldrake','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2291,0,0,0,0,0,3387,0,0,0,'Corbin Halman','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2292,0,0,0,0,0,3256,0,0,0,'Reginald Berry','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2293,0,0,0,0,0,3319,0,0,0,'[UNUSED] Sherra Vayne','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2294,0,0,0,0,0,3350,0,0,0,'Jaynice Sillestan','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2295,0,0,0,0,0,3390,0,0,0,'[UNUSED] Bartok Steelgrip','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2296,0,0,0,0,0,3571,0,0,0,'[UNUSED] Fulgar Iceforge','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2297,0,0,0,0,0,3573,0,0,0,'[UNUSED] Kerrik Firebeard','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2298,0,0,0,0,0,3572,0,0,0,'Dolthar Stonefoot','Spirit Healer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2299,0,0,0,0,0,1626,0,0,0,'Borgus Stoutarm','Gryphon Master',NULL,6944,65,65,0,55,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2300,0,0,0,0,0,1027,0,0,0,'[UNUSED] Seoman Verilas','Spirit Healer','',0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2301,0,0,0,0,0,1586,0,0,0,'[UNUSED] Nerrik Shoyul','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2302,0,0,0,0,0,14873,0,0,0,'Aethalas','Warsong Gulch Battlemaster',NULL,6282,61,61,0,1514,1048577,1.77,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2303,0,0,0,0,0,10749,0,0,0,'Lyranne Feathersong','Food & Drink',NULL,0,56,56,0,80,640,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2304,0,0,0,0,0,3769,0,0,0,'Captain Ironhill',NULL,NULL,0,32,32,0,88,0,1.05,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2304,2304,0,0,0,0,0,0,0,12555,7020,0,0,0,0,0,0,0,0,187,250,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2305,0,0,0,0,0,3635,0,0,0,'Foreman Bonds',NULL,NULL,0,30,30,0,88,0,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,7,0,2305,2305,0,0,0,0,0,0,0,643,5588,0,0,0,0,0,0,0,0,40,58,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2306,0,0,0,0,0,1827,0,0,0,'Baron Vardus',NULL,NULL,0,40,40,0,16,0,1.05,1.14286,1,0,40,55,0,60,1,2000,2000,8,32768,2048,0,0,0,0,0,0,34,49,19,7,0,2306,2306,0,0,0,0,0,0,0,20822,44177,19099,6253,0,0,0,0,0,0,57,79,'SmartAI',0,3,1,1.15,1,1,0,3626,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2307,0,0,0,0,0,3522,0,0,0,'Caretaker Caice',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2308,0,0,0,0,0,1585,0,0,0,'Andrew Brownell',NULL,NULL,0,40,40,0,68,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2309,0,0,0,0,0,3533,0,0,0,'Thomas Arlento',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,36864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2310,0,0,0,0,0,3528,0,0,0,'Jamie Nore',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,36864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2311,0,0,0,0,0,3529,0,0,0,'Doreen Beltis',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,36864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2312,0,0,0,0,0,1027,0,0,0,'[UNUSED] Thesule Klaven','<Needs Model>','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2313,0,0,0,0,0,3530,0,0,0,'[UNUSED] Kir\'Nazz','','',0,5,5,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2314,0,0,0,0,0,3521,0,0,0,'Sahvan Bloodshadow',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37376,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2315,0,0,0,0,0,1594,0,0,0,'Maquell Ebonwood',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2316,0,0,0,0,0,3684,0,0,0,'Gol\'dir',NULL,NULL,0,25,25,0,29,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2317,0,0,0,0,0,1361,0,0,0,'Elysa',NULL,NULL,0,25,25,0,35,2,1.05,1.14286,1,0,35,48,0,86,1,1500,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2318,0,0,0,0,0,3723,3724,0,0,'Argus Shadow Mage',NULL,NULL,0,35,36,0,16,0,1,1.14286,1,0,35,49,0,53,1,2000,2000,8,32768,2048,0,0,0,0,0,0,30,44,18,7,0,2318,2318,0,0,0,0,0,0,0,4063,0,22677,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2319,0,0,0,0,0,3712,3713,0,0,'Syndicate Wizard',NULL,NULL,0,35,35,0,87,0,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,0,2319,2319,0,0,0,0,0,0,0,13323,20815,12544,0,0,0,0,0,0,0,47,66,'SmartAI',0,3,1,1.1,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2320,0,0,0,0,0,1836,0,0,0,'Nagaz',NULL,NULL,0,40,40,0,16,0,1.05,1.14286,1,0,56,74,0,136,1,1600,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,2320,2320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,93,'',0,3,1,1.15,1,1,0,3672,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2321,0,0,0,0,0,1042,0,0,0,'Foreststrider Fledgling',NULL,NULL,0,11,13,0,189,0,0.666668,1.42857,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,12,0,0,0,0,12,18,1,1,1,2321,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5916,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2322,0,0,0,0,0,178,0,0,0,'Foreststrider',NULL,NULL,0,14,16,0,189,0,0.666668,1.42857,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,12,0,0,0,0,16,23,2,1,1,2322,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12883,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2323,0,0,0,0,0,1283,0,0,0,'Giant Foreststrider',NULL,NULL,0,17,19,0,7,0,0.666668,1.42857,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,12,0,0,0,0,19,27,3,1,1,2323,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,'',1,3,1,1,1,1,0,7498,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2324,0,0,0,0,0,6820,0,0,0,'Blackwood Windtalker',NULL,NULL,0,13,14,0,82,0,0.666668,0.992063,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,2324,2324,0,0,0,0,0,0,0,6982,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2325,0,0,0,0,0,569,0,0,0,'Undead First Aid Trainer','First Aid Trainer',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(2326,0,0,0,0,0,3433,0,0,0,'Thamner Pol','Physician',NULL,5855,9,12,0,55,81,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,2,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2327,0,0,0,0,0,1496,0,0,0,'Shaina Fuller','First Aid Trainer',NULL,657,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2329,0,0,0,0,0,1296,0,0,0,'Michelle Belle','Physician',NULL,5855,11,11,0,12,81,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2330,0,0,0,0,0,1471,0,0,0,'Karlee Chaddis',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2331,0,0,0,0,0,252,0,0,0,'Paige Chaddis',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2332,0,0,0,0,0,3555,0,0,0,'Valdred Moray',NULL,NULL,0,21,21,0,123,0,0.94,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,2332,0,0,0,0,0,0,0,0,14873,0,0,0,0,0,0,0,0,0,26,39,'',0,3,1,1.02,1,1,0,3613,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2333,0,0,0,0,0,3636,0,0,0,'Henchman Valik',NULL,NULL,0,30,30,0,83,2,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,2333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2334,0,0,0,0,0,11686,0,0,0,'Event Generator 001',NULL,NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,3,4,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(2335,0,0,0,0,0,3637,0,0,0,'Magistrate Burnside',NULL,NULL,0,30,30,0,88,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,2335,2335,0,0,0,0,0,0,0,7739,20811,11969,0,0,0,0,0,0,0,40,57,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2336,0,0,0,0,0,4217,4411,0,0,'Dark Strand Fanatic',NULL,NULL,0,16,17,0,16,0,0.94,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,2336,2336,0,0,0,0,0,40,0,7098,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,5348,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2337,0,0,0,0,0,4230,4412,0,0,'Dark Strand Voidcaller',NULL,NULL,0,28,29,0,16,0,0.94,1.14286,1,0,29,40,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,25,36,16,7,0,2337,2337,0,0,0,0,0,39,39,20807,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2338,0,0,0,0,0,2873,2874,0,0,'Twilight Disciple',NULL,NULL,0,16,17,0,74,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,32768,2048,0,0,0,0,0,0,16,23,2,7,0,2338,2338,0,0,0,0,0,0,0,6074,2054,0,0,0,0,0,0,0,0,18,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2339,0,0,0,0,0,2869,2870,2871,2872,'Twilight Thug',NULL,NULL,0,17,18,0,74,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,2339,2339,0,0,0,0,0,0,0,6713,7165,5242,0,0,0,0,0,0,0,21,32,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2344,0,0,0,0,0,3763,3764,0,0,'Dun Garok Mountaineer',NULL,NULL,0,28,29,0,88,0,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,0,2048,0,0,0,0,0,0,26,38,8,7,0,2344,2344,0,0,0,0,0,0,0,13953,8258,0,0,0,0,0,0,0,0,142,191,'SmartAI',1,3,1,1,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2345,0,0,0,0,0,3761,3762,0,0,'Dun Garok Rifleman',NULL,NULL,0,29,30,0,88,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2345,2345,0,0,0,0,0,0,0,6660,6685,0,0,0,0,0,0,0,0,170,226,'SmartAI',0,3,1,1,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2346,0,0,0,0,0,3765,3766,0,0,'Dun Garok Priest',NULL,NULL,0,29,30,0,88,0,1.05,1.14286,1,0,39,52,0,96,1,2000,2000,2,64,2048,0,0,0,0,0,0,27,40,8,7,0,2346,2346,0,0,0,0,0,0,0,11642,9734,19725,0,0,0,0,0,0,0,153,204,'SmartAI',1,3,1,1,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2347,0,0,0,0,0,1149,0,0,0,'Wild Gryphon',NULL,NULL,0,40,40,0,15,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,2347,0,2347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2348,0,0,0,0,0,8014,0,0,0,'Elder Moss Creeper',NULL,NULL,0,26,27,0,22,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,3,0,0,0,0,26,39,7,1,1,2348,0,0,0,0,0,0,0,0,3396,0,0,0,0,0,0,0,5896,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,3477,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2349,0,0,0,0,0,6808,0,0,0,'Giant Moss Creeper',NULL,NULL,0,24,25,0,22,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,3,0,0,0,0,24,36,6,1,1,2349,0,0,0,0,0,0,0,0,3396,0,0,0,0,0,0,0,5895,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,3477,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2350,0,0,0,0,0,1989,0,0,0,'Forest Moss Creeper',NULL,NULL,0,20,21,0,22,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,30,4,1,1,2350,0,0,0,0,0,0,0,0,3396,0,0,0,0,0,0,0,5893,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,3477,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2351,0,0,0,0,0,806,0,0,0,'Gray Bear',NULL,NULL,0,21,22,0,14,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,4,0,0,0,0,21,32,4,1,1,2351,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5804,0,0,0,'',1,1,1,1.3,1,1,0,3476,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2352,0,0,0,0,0,3688,0,0,0,'Innkeeper Anderson','Innkeeper',NULL,1291,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2354,0,0,0,0,0,1007,0,0,0,'Vicious Gray Bear',NULL,NULL,0,22,23,0,44,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,4,0,0,0,0,22,33,5,1,1,2354,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12835,0,0,0,'',1,1,1,1.32,1,1,0,3476,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2356,0,0,0,0,0,3201,0,0,0,'Elder Gray Bear',NULL,NULL,0,25,26,0,44,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,4,0,0,0,0,25,37,7,1,1,2356,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12836,0,0,0,'',1,1,1,1.35,1,1,0,3476,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2357,0,0,0,0,0,3689,0,0,0,'Merideth Carlson','Horse Breeder',NULL,4004,32,32,0,12,131,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2358,0,0,0,0,0,3718,3719,0,0,'Dalaran Summoner',NULL,NULL,0,34,35,0,76,0,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,0,2358,2358,0,0,0,0,50,0,0,20815,0,0,0,0,0,0,0,0,0,47,67,'SmartAI',1,3,1,1.1,1,1,0,3714,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2359,0,0,0,0,0,1068,0,0,0,'Elemental Slave',NULL,NULL,0,33,34,0,76,0,1.55556,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,2359,0,0,34,34,34,34,68,34,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,3715,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2360,0,0,0,0,0,3703,0,0,0,'Hillsbrad Farmhand',NULL,NULL,0,22,23,0,123,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,2360,2360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2361,0,0,0,0,0,3647,0,0,0,'Tamara Armstrong',NULL,NULL,0,15,15,0,11,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,2361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2362,0,0,0,0,0,3648,0,0,0,'Hemmit Armstrong',NULL,NULL,0,15,15,0,11,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,2362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,57,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2363,0,0,0,0,0,3646,0,0,0,'Apprentice Honeywell',NULL,NULL,0,29,29,0,11,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4096,2048,0,0,0,0,0,0,28,41,8,7,0,2363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,66,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2364,0,0,0,0,0,3658,0,0,0,'Neema','Waitress',NULL,0,33,33,0,12,640,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2365,0,0,0,0,0,3690,0,0,0,'Bront Coldcleave','Butcher',NULL,0,39,39,0,12,640,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2366,0,0,0,0,0,3691,0,0,0,'Barkeep Kelly','Bartender',NULL,0,40,40,0,12,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2367,0,0,0,0,0,3693,0,0,0,'Donald Rabonne','Fishing Trainer',NULL,5665,31,31,0,12,81,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2368,0,0,0,0,0,4763,0,0,0,'Daggerspine Shorestalker',NULL,NULL,0,28,29,0,74,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,2368,2368,0,0,0,0,0,0,0,12555,7164,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,3,1,1.05,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2369,0,0,0,0,0,11255,0,0,0,'Daggerspine Shorehunter',NULL,NULL,0,30,31,0,74,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,2369,2369,0,0,0,0,0,0,0,10227,0,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,3,1,1.1,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2370,0,0,0,0,0,4976,0,0,0,'Daggerspine Screamer',NULL,NULL,0,29,30,0,74,0,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,7,0,2370,2370,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,41,58,'SmartAI',1,3,1,1.05,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2371,0,0,0,0,0,4982,0,0,0,'Daggerspine Siren',NULL,NULL,0,31,32,0,74,0,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,7,0,2371,2371,0,0,0,0,0,0,0,992,25189,9532,0,0,0,0,0,0,0,45,63,'SmartAI',1,3,1,1.1,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2372,0,0,0,0,0,10643,0,0,0,'Mudsnout Gnoll',NULL,NULL,0,26,27,0,95,0,1,1.19048,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,2372,2372,0,0,0,0,0,0,0,3650,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2373,0,0,0,0,0,662,0,0,0,'Mudsnout Shaman',NULL,NULL,0,27,28,0,95,0,1.2,1.14286,1,0,28,39,0,42,1,2000,2000,8,0,2048,0,0,0,0,0,0,24,35,15,7,0,2373,2373,0,0,0,0,0,0,0,939,20805,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2374,0,0,0,0,0,1305,0,0,0,'Torn Fin Muckdweller',NULL,NULL,0,28,29,0,18,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,2374,2374,0,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,0,0,41,59,'SmartAI',1,3,1,1.05,1,1,0,3510,3716,0,0,0,0,0,1,0,0,'',12340),
|
|
(2375,0,0,0,0,0,3617,0,0,0,'Torn Fin Coastrunner',NULL,NULL,0,29,30,0,18,0,1,1.28571,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,2375,2375,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,3510,3716,0,0,0,0,133,1,0,0,'',12340),
|
|
(2376,0,0,0,0,0,4920,0,0,0,'Torn Fin Oracle',NULL,NULL,0,30,31,0,18,0,1,1.14286,1,0,40,54,0,98,1,2000,2000,2,32768,2048,0,0,0,0,0,0,28,41,9,7,0,2376,2376,0,0,0,0,0,0,0,939,9532,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,3,1,1.1,1,1,0,3510,3716,0,0,0,0,0,1,0,0,'',12340),
|
|
(2377,0,0,0,0,0,1079,0,0,0,'Torn Fin Tidehunter',NULL,NULL,0,31,32,0,18,0,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,7,0,2377,2377,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,0,44,63,'SmartAI',1,3,1,1.1,1,1,0,3510,3716,0,0,0,0,0,1,0,0,'',12340),
|
|
(2378,0,0,0,0,0,3660,0,0,0,'Kundric Zanden','Town Historian',NULL,0,34,34,0,11,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,48,11,7,0,2378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2379,0,0,0,0,0,3704,0,0,0,'Caretaker Smithers',NULL,NULL,0,35,35,0,12,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,2379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2380,0,0,0,0,0,3649,0,0,0,'Nandar Branson','Alchemy Supplies',NULL,0,34,34,0,12,128,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2381,0,0,0,0,0,3692,0,0,0,'Micha Yance','Trade Goods',NULL,0,40,40,0,12,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2382,0,0,0,0,0,3695,0,0,0,'Darren Malvew','Stablehand',NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2383,0,0,0,0,0,3694,0,0,0,'Lindea Rabonne','Fishing Supplies',NULL,0,29,29,0,12,128,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2384,0,0,0,0,0,1059,0,0,0,'Starving Mountain Lion',NULL,NULL,0,23,24,0,14,0,1,1.42857,1,0,34,46,0,84,1,1200,2000,1,0,2048,0,2,0,0,0,0,23,34,6,1,1,2384,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5824,0,0,0,'',1,1,1,1.02,1,1,0,3496,5810,0,0,0,0,144,1,0,0,'',12340),
|
|
(2385,0,0,0,0,0,1056,0,0,0,'Feral Mountain Lion',NULL,NULL,0,27,28,0,14,0,1,1.42857,1,0,39,53,0,96,1,1200,2000,1,0,2048,0,2,0,0,0,0,27,40,8,1,1,2385,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5826,0,0,0,'',1,1,1,1.05,1,1,0,3496,5810,0,0,0,0,144,1,0,0,'',12340),
|
|
(2386,0,0,0,0,0,3705,3708,0,0,'Southshore Guard',NULL,NULL,0,45,45,0,11,0,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,2386,2386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2387,0,0,0,0,0,3628,0,0,0,'Hillsbrad Councilman',NULL,NULL,0,25,26,0,123,0,1,1.14286,1,0,26,37,0,39,1,2000,2000,8,32768,2048,0,0,0,0,0,0,23,33,15,7,0,2387,2387,0,0,0,0,0,0,0,20806,12544,12748,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2388,0,0,0,0,0,3675,0,0,0,'Innkeeper Shay','Innkeeper',NULL,1296,30,30,0,68,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2389,0,0,0,0,0,2037,0,0,0,'Zarise','Bat Handler',NULL,0,65,65,0,68,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2390,0,0,0,0,0,3677,0,0,0,'Aranae Venomblood','Herbalism Trainer',NULL,0,29,29,0,68,81,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,33280,2048,0,0,2,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2391,0,0,0,0,0,3678,0,0,0,'Serge Hinott','Alchemy Trainer',NULL,4129,32,32,0,68,83,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,33280,2048,0,0,2,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2392,0,0,0,0,0,3651,0,0,0,'Delia Verana',NULL,NULL,0,32,32,0,71,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,95,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2393,0,0,0,0,0,3672,0,0,0,'Christoph Jeffcoat','Tradesman',NULL,5542,32,32,0,68,131,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2394,0,0,0,0,0,3679,0,0,0,'Mallen Swain','Tailoring Supplies',NULL,0,32,32,0,68,128,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,33280,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2395,0,0,0,0,0,3650,0,0,0,'Vinna Wayne',NULL,NULL,0,32,32,0,68,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,92,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2396,0,0,0,0,0,3653,0,0,0,'Hans Zandin',NULL,NULL,0,32,32,0,71,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,95,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2397,0,0,0,0,0,3652,0,0,0,'Derak Nightfall','Cook',NULL,12449,32,32,0,68,129,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,33280,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2398,0,0,0,0,0,3654,0,0,0,'Tara Coldgaze',NULL,NULL,0,32,32,0,71,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2399,0,0,0,0,0,3655,0,0,0,'Daryl Stack','Tailoring Trainer',NULL,4356,45,45,0,68,81,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2400,0,0,0,0,0,3656,0,0,0,'Craig Hewitt',NULL,NULL,0,32,32,0,71,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,73,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2401,0,0,0,0,0,3659,0,0,0,'Kayren Soothallow','General Goods',NULL,0,30,30,0,68,384,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2402,0,0,0,0,0,3657,0,0,0,'Shara Blazen',NULL,NULL,0,32,32,0,68,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2403,0,0,0,0,0,3620,0,0,0,'Farmer Getz',NULL,NULL,0,24,24,0,88,0,1.05,1.14286,1,0,34,46,0,84,1,1500,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,2403,2403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2404,0,0,0,0,0,3631,0,0,0,'Blacksmith Verringtan','',NULL,0,26,26,0,88,4224,1.05,1.14286,1,0,37,49,0,90,1,1500,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,2404,2404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2405,0,0,0,0,0,3662,3663,0,0,'Tarren Mill Deathguard',NULL,NULL,0,45,45,0,71,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,2405,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(2406,0,0,0,0,0,1058,0,0,0,'Mountain Lion',NULL,NULL,0,32,33,0,14,0,1,1.42857,1,0,46,61,0,112,1,1400,2000,1,0,2048,0,2,0,0,0,0,32,47,10,1,1,2406,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5525,0,0,0,'',1,1,1,1.1,1,1,0,3496,5810,0,0,0,0,144,1,0,0,'',12340),
|
|
(2407,0,0,0,0,0,2300,0,0,0,'Hulking Mountain Lion',NULL,NULL,0,33,34,0,14,0,1,1.42857,1,0,47,63,0,114,1,1400,2000,1,0,2048,0,2,0,0,0,0,33,48,11,1,1,2407,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13363,0,0,0,'',1,1,1,1.1,1,1,0,3496,5810,0,0,0,0,144,1,0,0,'',12340),
|
|
(2408,0,0,0,0,0,1244,0,0,0,'Snapjaw',NULL,NULL,0,30,31,0,7,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,21,0,0,0,0,30,44,9,1,1,2408,0,100010,0,0,0,75,0,0,0,0,0,0,0,0,0,0,5924,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2409,0,0,0,0,0,5129,0,0,0,'Felicia Maline','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2410,0,0,0,0,0,3682,0,0,0,'Magus Wordeen Voidglare',NULL,NULL,0,42,42,0,68,2,1,1.14286,1,0,62,83,0,152,1,1500,2000,1,33280,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2411,0,0,0,0,0,1838,0,0,0,'Ricter',NULL,NULL,0,33,33,0,7,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2411,2411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'SmartAI',0,3,1,1.1,1,1,0,3689,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2412,0,0,0,0,0,1828,0,0,0,'Alina',NULL,NULL,0,33,33,0,7,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2412,2412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'SmartAI',0,3,1,1.1,1,1,0,3690,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2413,0,0,0,0,0,1829,0,0,0,'Dermot',NULL,NULL,0,34,34,0,7,0,1.05,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,2413,2413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1.1,1,1,0,3691,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2414,0,0,0,0,0,1831,0,0,0,'Kegan Darkmar',NULL,NULL,0,35,35,0,7,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,2414,2414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,150,'SmartAI',0,3,1,1.1,1,1,0,3688,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2415,0,0,0,0,0,1840,0,0,0,'Warden Belamoore',NULL,NULL,0,36,36,0,76,0,1,1.14286,1,0,35,49,0,53,1,2000,2000,8,32768,2048,0,0,0,0,0,0,30,44,18,7,0,2415,2415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'SmartAI',0,3,1,1.15,1,1,0,3714,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2416,0,0,0,0,0,415,0,0,0,'Crushridge Plunderer',NULL,NULL,0,36,37,0,45,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,64,2048,0,0,0,0,0,0,35,52,12,7,0,2416,2416,0,0,0,37,0,0,0,15496,9143,0,0,0,0,0,0,0,0,232,308,'SmartAI',1,3,1,1,1,1,0,2843,3658,0,0,0,0,0,1,0,0,'',12340),
|
|
(2417,0,0,0,0,0,11563,0,0,0,'Grel\'borg the Miser',NULL,NULL,0,39,39,0,45,0,1.05,1.14286,1,1,51,67,0,124,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,35,51,12,7,0,2417,2417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',0,3,1,3,1,1,0,3684,4646,0,0,0,0,0,1,0,0,'',12340),
|
|
(2418,0,0,0,0,0,1646,0,0,0,'Deathguard Samsa',NULL,NULL,0,32,32,0,68,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,33280,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2419,0,0,0,0,0,1647,0,0,0,'Deathguard Humbert',NULL,NULL,0,32,32,0,68,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,33280,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2420,0,0,0,0,0,536,0,0,0,'Targ',NULL,NULL,0,41,41,0,45,0,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,2420,2420,0,0,0,0,0,0,0,8147,15496,7366,0,0,0,0,0,0,0,402,530,'SmartAI',0,3,1,1,1,1,0,3550,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2421,0,0,0,0,0,416,0,0,0,'Muckrake',NULL,NULL,0,40,40,0,45,0,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2421,2421,0,0,0,0,0,0,0,12555,8379,0,0,0,0,0,0,0,0,261,345,'SmartAI',0,3,1,1,1,1,0,3551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2422,0,0,0,0,0,11552,0,0,0,'Glommus',NULL,NULL,0,39,39,0,45,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,2422,2422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,332,'SmartAI',0,3,1,1,1,1,0,3552,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2423,0,0,0,0,0,1833,0,0,0,'Lord Aliden Perenolde',NULL,NULL,0,41,41,0,16,0,1.05,1.14286,1,0,55,72,0,132,1,2000,2000,2,32768,2048,0,0,0,0,0,0,38,55,13,7,0,2423,2423,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2424,0,0,0,0,0,280,0,0,0,'Guild Banker','Guild Banker',NULL,0,62,62,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2425,0,0,0,0,0,28220,0,0,0,'Varimathras',NULL,NULL,0,72,72,0,68,3,1,1.14286,1,3,304,436,0,296,35,2000,2000,2,4096,2048,0,0,0,0,0,0,268,399,40,3,12,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,25,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(2427,0,0,0,0,0,3625,0,0,0,'Jailor Eston',NULL,NULL,0,24,24,0,16,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,2427,2427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.02,1,1,0,3692,3467,0,0,0,0,0,1,0,0,'',12340),
|
|
(2428,0,0,0,0,0,3626,0,0,0,'Jailor Marlgen',NULL,NULL,0,24,24,0,16,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,2428,2428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,46,'SmartAI',0,3,1,1.02,1,1,0,3692,3499,0,0,0,0,0,1,0,0,'',12340),
|
|
(2429,0,0,0,0,0,3674,0,0,0,'Novice Thaivand',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2430,0,0,0,0,0,1664,0,0,0,'Chef Jessen',NULL,NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2431,0,0,0,0,0,1830,0,0,0,'Jailor Borhuin',NULL,NULL,0,37,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,2431,2431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'SmartAI',0,3,1,1.15,1,1,0,3704,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2432,0,0,0,0,0,4349,0,0,0,'Darla Harris','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2433,0,0,0,0,0,1669,0,0,0,'Helcular\'s Remains',NULL,NULL,0,44,44,0,83,2,1.68,1.14286,1,1,67,89,0,166,7.5,1258,1384,2,0,2048,0,0,0,0,0,0,46,67,15,6,0,2433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,360,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2434,0,0,0,0,0,3627,3634,0,0,'Shadowy Assassin',NULL,NULL,0,37,38,0,108,2,1.13,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,2434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2435,0,0,0,0,0,3664,0,0,0,'Southshore Crier',NULL,NULL,0,32,32,0,96,0,1.09,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2436,0,0,0,0,0,3667,0,0,0,'Farmer Kent',NULL,NULL,0,25,25,0,96,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4096,2048,0,0,0,0,0,0,24,36,6,7,0,2436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2437,0,0,0,0,0,3681,0,0,0,'Keeper Bel\'varil',NULL,NULL,0,34,34,0,68,2,1,1.14286,1,0,47,63,0,114,1,1500,2000,1,33280,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2438,0,0,0,0,0,1662,0,0,0,'Bartolo Ginsetti',NULL,NULL,0,32,32,0,12,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2439,0,0,0,0,0,5567,0,0,0,'Major Samuelson','Stormwind City Guard',NULL,11909,50,50,0,12,3,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2440,0,0,0,0,0,3732,0,0,0,'Drunken Footpad',NULL,NULL,0,32,33,0,16,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2440,2440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2441,0,0,0,0,0,428,0,0,0,'[UNUSED] Southshore Citizen','','',0,25,25,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2442,0,0,0,0,0,1060,0,0,0,'Cow','',NULL,0,5,5,0,190,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2447,0,0,0,0,0,6371,0,0,0,'Narillasanz',NULL,NULL,0,44,44,0,60,0,1.05,1.14286,1,2,67,89,0,166,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,46,67,15,2,0,2447,0,2447,0,0,0,0,0,0,18435,0,0,0,0,0,0,0,0,0,874,1147,'SmartAI',1,3,1,8.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2448,0,0,0,0,0,3644,0,0,0,'Clerk Horrace Whitesteed',NULL,NULL,0,26,26,0,88,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,2448,2448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,54,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2449,0,0,0,0,0,3642,0,0,0,'Citizen Wilkes',NULL,NULL,0,25,25,0,88,0,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,2449,2449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,50,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2450,0,0,0,0,0,3645,0,0,0,'Miner Hackett',NULL,NULL,0,29,29,0,88,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,2450,2450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,60,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2451,0,0,0,0,0,3630,0,0,0,'Farmer Kalaba',NULL,NULL,0,25,25,0,88,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,2451,2451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,50,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2452,0,0,0,0,0,1078,0,0,0,'Skhowl',NULL,NULL,0,36,36,0,16,0,1.58,1.14286,1,4,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,2452,0,2452,0,0,0,0,0,0,16508,6253,15971,0,0,0,0,0,0,0,59,83,'SmartAI',0,3,1,1.15,1,1,0,3720,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2453,0,0,0,0,0,11566,0,0,0,'Lo\'Grosh',NULL,NULL,0,39,39,0,45,0,1.6,1.14286,1,4,38,54,0,58,1,1333,1466,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,2453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2454,0,0,0,0,0,9784,0,0,0,'Skeletal Fiend (Enraged Form)','',NULL,0,24,25,0,21,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,2378,1598,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2455,0,0,0,0,0,1450,0,0,0,'Olivia Burnside','Banker',NULL,699,45,45,0,12,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2456,0,0,0,0,0,1436,0,0,0,'Newton Burnside','Banker',NULL,699,45,45,0,12,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2457,0,0,0,0,0,1437,0,0,0,'John Burnside','Banker',NULL,699,45,45,0,12,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2458,0,0,0,0,0,2645,0,0,0,'Randolph Montague','Banker',NULL,0,45,45,0,68,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2459,0,0,0,0,0,2641,0,0,0,'Mortimer Montague','Banker',NULL,0,45,45,0,68,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2460,0,0,0,0,0,3037,0,0,0,'Barnum Stonemantle','Banker',NULL,0,45,45,0,55,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2461,0,0,0,0,0,3038,0,0,0,'Bailey Stonemantle','Banker',NULL,0,45,45,0,55,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2462,0,0,0,0,0,10996,0,0,0,'Flesh Eating Worm','',NULL,0,25,25,0,21,0,0.95,1.14286,1,0,35,48,0,86,1,1000,2000,1,32768,2048,0,42,0,0,0,0,24,36,6,10,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(2464,0,0,0,0,0,1735,0,0,0,'Commander Aggro\'gosh',NULL,NULL,11673,60,60,0,29,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2465,0,0,0,0,0,4366,0,0,0,'Far Seer Mok\'thardin',NULL,NULL,11674,45,45,0,29,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2466,0,0,0,0,0,1785,0,0,0,'Mountaineer Grugelm',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2468,0,0,0,0,0,1806,0,0,0,'Mountaineer Thar',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2469,0,0,0,0,0,1802,0,0,0,'Mountaineer Rharen',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2470,0,0,0,0,0,9232,0,0,0,'Watcher Fraizer','The Night Watch',NULL,0,37,37,0,56,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2470,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2472,0,0,0,0,0,6376,0,0,0,'Flamescale Drake','',NULL,0,39,39,0,60,0,1.2,1.14286,1,1,54,72,0,132,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,2,0,0,0,0,0,0,0,0,0,0,39263,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2473,0,0,0,0,0,935,0,0,0,'Granistad',NULL,NULL,0,40,40,0,122,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,2473,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2474,0,0,0,0,0,935,0,0,0,'Kurdros',NULL,NULL,0,40,40,0,122,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,2474,0,2474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2475,0,0,0,0,0,1081,0,0,0,'Sloth',NULL,NULL,0,31,31,0,21,0,1.09,1.14286,1,0,44,58,0,106,1,1700,1870,1,0,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2476,0,0,0,0,0,831,0,0,0,'Large Loch Crocolisk',NULL,NULL,0,22,22,0,14,0,1,1.14286,1,4,32,42,0,78,1,2000,1622,1,0,2048,0,6,0,0,0,0,21,32,4,1,1,2476,0,100005,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,5856,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,2925,2939,0,0,0,0,0,1,0,0,'',12340),
|
|
(2477,0,0,0,0,0,3443,0,0,0,'Gradok','Horde Runner',NULL,0,19,21,0,83,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,2477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2478,0,0,0,0,0,3442,0,0,0,'Haren Swifthoof','Horde Runner',NULL,0,19,21,0,83,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,2478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,138,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2479,0,0,0,0,0,1081,0,0,0,'Sludge',NULL,NULL,0,31,31,0,21,0,1.09,1.14286,1,0,44,58,0,106,1,1700,1870,1,0,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2480,0,0,0,0,0,7031,0,0,0,'Bro\'kin','Alchemy Supplies',NULL,0,49,49,0,120,128,1.05,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2481,0,0,0,0,0,7130,0,0,0,'Bliztik','Alchemy Supplies',NULL,0,36,36,0,120,128,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2482,0,0,0,0,0,4490,0,0,0,'Zarena Cromwind','Superior Weaponsmith',NULL,0,43,43,0,120,4224,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2483,0,0,0,0,0,4394,0,0,0,'Jaquilina Dramet','Superior Axecrafter',NULL,0,39,39,0,35,4224,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2485,0,0,0,0,0,1470,0,0,0,'Larimaine Purdue','Portal Trainer',NULL,4822,50,50,0,12,49,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2486,0,0,0,0,0,7162,0,0,0,'Fin Fizracket','Blackwater Raiders',NULL,0,42,42,0,120,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2487,0,0,0,0,0,1667,0,0,0,'Fleet Master Seahorn','Blackwater Raiders',NULL,11744,60,60,0,120,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2488,0,0,0,0,0,1282,0,0,0,'Deeg','Blackwater Raiders',NULL,0,34,34,0,120,2,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2489,0,0,0,0,0,10548,0,0,0,'Milstaff Stormeye','Portal Trainer',NULL,4823,45,45,0,55,49,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,8,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2490,0,0,0,0,0,7165,0,0,0,'First Mate Crazz','Blackwater Raiders',NULL,0,44,44,0,120,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2491,0,0,0,0,0,4717,0,0,0,'Whiskey Slim','Blackwater Raiders',NULL,11727,38,38,0,120,3,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2492,0,0,0,0,0,2810,0,0,0,'Lexington Mortaim','Portal Trainer',NULL,4827,35,35,0,68,49,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,8,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2493,0,0,0,0,0,1403,0,0,0,'Dizzy One-Eye','Blackwater Raiders',NULL,0,41,41,0,120,2,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2494,0,0,0,0,0,1928,0,0,0,'Privateer Bloads',NULL,NULL,0,40,40,0,120,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2495,0,0,0,0,0,7166,0,0,0,'Drizzlik',NULL,NULL,0,45,45,0,120,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2496,0,0,0,0,0,7167,0,0,0,'Baron Revilgaz',NULL,NULL,6685,60,60,0,120,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2497,0,0,0,0,0,4569,0,0,0,'Nimboya',NULL,NULL,11675,41,41,0,126,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2498,0,0,0,0,0,7168,0,0,0,'Crank Fizzlebub',NULL,NULL,0,34,34,0,120,2,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2499,0,0,0,0,0,7429,0,0,0,'Markel Smythe',NULL,NULL,0,38,38,0,120,2,1,1.14286,1,0,53,70,0,128,1,1000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2500,0,0,0,0,0,797,0,0,0,'Captain Hecklebury Smotts',NULL,NULL,0,37,37,0,120,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2501,0,0,0,0,0,1925,0,0,0,'\"Sea Wolf\" MacKinley',NULL,NULL,0,44,44,0,120,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2502,0,0,0,0,0,1929,0,0,0,'\"Shaky\" Phillipe',NULL,NULL,0,44,44,0,120,2,1,1.14286,1,0,72,96,0,174,1,2400,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2503,0,0,0,0,0,3633,0,0,0,'Hillsbrad Foreman',NULL,NULL,0,27,28,0,123,0,1,1.14286,1,0,39,53,0,96,1,2200,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,2503,2503,0,0,0,0,0,0,0,5115,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',0,3,1,1.05,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2504,0,0,0,0,0,1573,0,0,0,'Donyal Tovald','Librarian',NULL,0,15,15,0,12,2,1,1.14286,1,0,22,29,0,54,1,1000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2505,0,0,0,0,0,5027,0,0,0,'Saltwater Snapjaw',NULL,NULL,0,44,45,0,7,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,21,0,0,0,0,52,76,17,1,1,2505,0,2505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5928,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2506,0,0,0,0,0,1790,0,0,0,'Mountaineer Harn',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2507,0,0,0,0,0,1808,0,0,0,'Mountaineer Uthan',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2508,0,0,0,0,0,1810,0,0,0,'Mountaineer Wuar',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2509,0,0,0,0,0,1778,0,0,0,'Mountaineer Cragg',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2510,0,0,0,0,0,1801,0,0,0,'Mountaineer Ozmok',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2511,0,0,0,0,0,1776,0,0,0,'Mountaineer Bludd',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2512,0,0,0,0,0,1803,0,0,0,'Mountaineer Roghan',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2513,0,0,0,0,0,1791,0,0,0,'Mountaineer Janha',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2514,0,0,0,0,0,1797,0,0,0,'Mountaineer Modax',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2515,0,0,0,0,0,1782,0,0,0,'Mountaineer Fazgard',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2516,0,0,0,0,0,1794,0,0,0,'Mountaineer Kamdar',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2517,0,0,0,0,0,1795,0,0,0,'Mountaineer Langarr',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,2517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2518,0,0,0,0,0,1805,0,0,0,'Mountaineer Swarth',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2519,0,0,0,0,0,4475,0,0,0,'Kin\'weelay',NULL,NULL,0,39,39,0,126,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2520,0,0,0,0,0,1159,0,0,0,'Remote-Controlled Golem',NULL,NULL,0,18,19,0,14,0,0.57,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(2521,0,0,0,0,0,809,0,0,0,'Skymane Gorilla',NULL,NULL,0,41,41,0,72,0,1,1.14286,1,0,59,78,0,142,1,2000,1683,1,0,2048,0,9,0,0,0,0,41,60,15,1,1,2521,0,2521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12958,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2522,0,0,0,0,0,613,0,0,0,'Jaguero Stalker',NULL,NULL,0,41,41,0,16,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,2,0,0,0,0,41,60,15,1,1,2522,0,2522,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,5833,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2523,0,0,0,0,0,4589,0,0,0,'Searing Totem',NULL,NULL,0,15,15,0,58,0,0.01,1.14286,1,0,22,29,0,54,1,1820,2002,1,0,2048,0,0,0,0,0,0,15,22,2,11,0,0,0,0,0,0,0,0,0,0,3606,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2524,0,0,0,0,0,1788,0,0,0,'Mountaineer Haggis',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2525,0,0,0,0,0,1775,0,0,0,'Mountaineer Barn',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2526,0,0,0,0,0,1798,0,0,0,'Mountaineer Morlic',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2527,0,0,0,0,0,1774,0,0,0,'Mountaineer Angst',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2528,0,0,0,0,0,1787,0,0,0,'Mountaineer Haggil',NULL,NULL,0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,2528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2529,0,0,0,0,0,1098,0,0,0,'Son of Arugal','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,2529,0,100005,0,0,0,0,0,0,7124,0,0,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2530,0,0,0,0,0,4663,0,0,0,'Yenniku','Darkspear Hostage',NULL,0,41,41,0,28,2,1,1.14286,1,0,59,78,0,142,1,2000,1672,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,2530,2530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'',0,3,1,1.2,1,1,0,4016,0,0,0,0,0,0,1,0,0,'npc_yenniku',12340),
|
|
(2531,0,0,0,0,0,1693,0,0,0,'Minion of Morganth',NULL,NULL,0,26,26,0,39,0,1.08,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2532,0,0,0,0,0,252,0,0,0,'Donna',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2533,0,0,0,0,0,262,0,0,0,'William',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2534,0,0,0,0,0,314,0,0,0,'Zanzil the Outcast',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,0,72,95,0,176,1,2000,1672,2,32768,2048,0,0,0,0,0,0,49,72,16,7,0,2534,2534,0,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,79,507,'SmartAI',0,3,1,1.25,1,1,0,4016,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2535,0,0,0,0,0,987,0,0,0,'Maury \"Club Foot\" Wilkins',NULL,NULL,0,43,44,0,16,0,0.777776,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,2535,2535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,357,'',0,3,1,1.2,1,1,0,3924,4016,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2536,0,0,0,0,0,987,0,0,0,'Jon-Jon the Crow',NULL,NULL,0,43,44,0,16,0,0.777776,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,2536,2536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,364,'',0,3,1,1.2,1,1,0,3925,4016,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2537,0,0,0,0,0,987,0,0,0,'Chucky \"Ten Thumbs\"',NULL,NULL,0,43,44,0,16,0,0.777776,1.14286,1,0,72,96,0,174,1,2000,1738,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,2537,2537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,285,'',0,3,1,1.2,1,1,0,3926,4016,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2540,0,0,0,0,0,5966,0,0,0,'Dalaran Serpent',NULL,NULL,0,14,17,0,84,0,0.94,1.14286,1,0,25,33,0,60,1,1000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,1,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2541,0,0,0,0,0,4910,0,0,0,'Lord Sakrasis',NULL,NULL,0,45,45,0,74,0,1,1.14286,1,4,76,100,0,184,1,2000,1384,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,2541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,101,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2542,0,0,0,0,0,1546,0,0,0,'Catelyn the Blade','Blackwater Raiders',NULL,0,50,50,0,120,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2543,0,0,0,0,0,1595,0,0,0,'Archmage Ansirem Runeweaver','Kirin Tor',NULL,0,40,40,0,76,2,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,143,145,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2544,0,0,0,0,0,9573,0,0,0,'Southern Sand Crawler',NULL,NULL,0,40,41,0,7,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,8,0,0,0,0,41,60,15,1,1,2544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13021,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2545,0,0,0,0,0,4641,0,0,0,'\"Pretty Boy\" Duncan',NULL,NULL,0,39,39,0,119,2,1,1.14286,1,0,54,72,0,132,1,2000,1760,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2545,2545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,94,'',0,3,1,1.15,1,1,0,3910,3897,4027,0,0,0,0,1,0,0,'',12340),
|
|
(2546,0,0,0,0,0,797,0,0,0,'Fleet Master Firallon',NULL,NULL,0,42,42,0,119,2,1,1.14286,1,0,62,83,0,152,1,1300,1650,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,2546,2546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'SmartAI',0,3,1,1.25,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2547,0,0,0,0,0,4657,0,0,0,'Ironpatch',NULL,NULL,0,43,43,0,119,0,1,1.14286,1,0,67,88,0,162,1,2000,1661,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,2547,2547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2548,0,0,0,0,0,7208,0,0,0,'Captain Keelhaul',NULL,NULL,0,42,42,0,119,0,1,1.14286,1,0,62,83,0,152,1,2000,1661,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,2548,2548,0,0,0,0,0,0,0,6600,7896,13730,0,0,0,0,0,0,0,92,125,'SmartAI',0,3,1,1.25,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2549,0,0,0,0,0,4648,0,0,0,'Garr Salthoof',NULL,NULL,0,42,42,0,119,0,1,1.14286,1,0,62,83,0,152,1,2700,1661,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,2549,2549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,104,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2550,0,0,0,0,0,4873,0,0,0,'Captain Stillwater',NULL,NULL,0,42,42,0,119,0,1,1.14286,1,0,58,77,0,142,1,2000,1672,2,32768,2048,0,0,0,0,0,0,40,59,13,7,0,2550,2550,0,0,0,0,0,0,0,11975,36843,8814,0,0,0,0,0,0,0,79,108,'SmartAI',0,3,1,1.25,2,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2551,0,0,0,0,0,1102,0,0,0,'Brutus',NULL,NULL,0,43,43,0,119,0,1,1.14286,1,0,67,88,0,162,1,2600,1661,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,2551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,126,'',1,3,1,1.6,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(2552,0,0,0,0,0,3990,28234,0,0,'Witherbark Troll',NULL,NULL,0,30,31,0,654,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,2552,2552,0,0,0,0,0,0,0,4974,0,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,3,1,1.1,1,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2553,0,0,0,0,0,3994,28232,0,0,'Witherbark Shadowcaster',NULL,NULL,0,31,32,0,654,0,1,1.14286,1,0,32,44,0,47,1,2000,2000,8,32768,2048,0,0,0,0,0,0,27,40,16,7,0,2553,2553,0,0,0,0,0,0,0,20816,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.1,1,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2554,0,0,0,0,0,3992,28223,0,0,'Witherbark Axe Thrower',NULL,NULL,0,32,33,0,654,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2554,2554,0,0,0,0,0,0,0,10277,4974,30798,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2555,0,0,0,0,0,3996,28237,0,0,'Witherbark Witch Doctor',NULL,NULL,0,33,34,0,654,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,2555,2555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,68,'SmartAI',1,3,1,1.1,1,1,0,4503,4522,7273,0,0,0,0,1,0,0,'',12340),
|
|
(2556,0,0,0,0,0,3998,28226,0,0,'Witherbark Headhunter',NULL,NULL,0,34,35,0,654,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,2556,2556,0,0,0,0,0,0,0,6533,4974,38959,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1.1,1,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2557,0,0,0,0,0,3999,28231,0,0,'Witherbark Shadow Hunter',NULL,NULL,0,35,36,0,654,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,2557,2557,0,0,0,0,0,0,0,992,6726,7646,0,0,0,0,0,0,0,54,76,'SmartAI',1,3,1,1.15,1,1,0,4503,5040,7273,0,0,0,0,1,0,0,'',12340),
|
|
(2558,0,0,0,0,0,4002,28224,0,0,'Witherbark Berserker',NULL,NULL,0,36,37,0,654,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,2558,2558,0,0,0,0,0,0,0,10277,4974,30798,0,0,0,0,0,0,0,237,314,'SmartAI',1,3,1,1.15,1,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2559,0,0,0,0,0,11316,0,0,0,'Highland Strider',NULL,NULL,0,30,31,0,48,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,11,0,0,0,0,30,44,9,1,1,2559,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13227,0,0,0,'',1,1,1,1.1,1,1,0,4512,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2560,0,0,0,0,0,180,0,0,0,'Highland Thrasher',NULL,NULL,0,33,34,0,48,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,11,0,0,0,0,33,48,11,1,1,2560,0,100011,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,13197,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,4512,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2561,0,0,0,0,0,961,0,0,0,'Highland Fleshstalker',NULL,NULL,0,36,37,0,48,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,1,1,2561,0,100013,0,0,0,0,0,0,3393,0,0,0,0,0,0,0,13229,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,4513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2562,0,0,0,0,0,1052,0,0,0,'Boulderfist Ogre',NULL,NULL,0,32,33,0,45,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,2562,2562,0,0,0,0,0,0,0,4955,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2563,0,0,0,0,0,1103,0,0,0,'Plains Creeper',NULL,NULL,0,32,33,0,22,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,3,0,0,0,0,32,47,10,1,1,2563,0,0,0,0,0,0,0,0,4962,744,0,0,0,0,0,0,5898,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2564,0,0,0,0,0,1054,0,0,0,'Boulderfist Enforcer',NULL,NULL,0,33,34,0,45,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,2564,2564,0,0,0,0,0,0,0,13730,4955,0,0,0,0,0,0,0,0,53,74,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2565,0,0,0,0,0,1104,0,0,0,'Giant Plains Creeper',NULL,NULL,0,35,36,0,22,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,3,0,0,0,0,34,51,12,1,1,2565,0,2565,0,0,0,0,0,0,4962,744,0,0,0,0,0,0,5900,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2566,0,0,0,0,0,3193,0,0,0,'Boulderfist Brute',NULL,NULL,0,35,36,0,45,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,2566,2566,0,0,0,0,0,0,0,4955,11428,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2567,0,0,0,0,0,6170,0,0,0,'Boulderfist Magus',NULL,NULL,0,36,37,0,45,0,1,1.14286,1,0,36,51,0,54,1,2000,2000,8,0,2048,0,0,0,0,0,0,31,46,18,7,0,2567,2567,0,0,0,0,0,0,0,20795,20822,6742,46555,0,0,0,0,0,0,51,71,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2569,0,0,0,0,0,1051,0,0,0,'Boulderfist Mauler',NULL,NULL,0,37,38,0,45,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,2569,2569,0,0,0,0,0,0,0,4955,30798,0,0,0,0,0,0,0,0,238,316,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2570,0,0,0,0,0,416,0,0,0,'Boulderfist Shaman',NULL,NULL,0,38,39,0,45,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,64,2048,0,0,0,0,0,0,35,51,12,7,0,2570,2570,0,0,0,0,0,0,0,11986,9532,0,0,0,0,0,0,0,0,215,285,'SmartAI',0,3,1,1.1,1,1,0,4527,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2571,0,0,0,0,0,448,0,0,0,'Boulderfist Lord',NULL,NULL,0,39,40,0,45,0,1,1.14286,1,0,56,74,0,136,1,2600,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2571,2571,0,0,0,0,0,0,0,8258,4955,0,0,0,0,0,0,0,0,259,343,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2572,0,0,0,0,0,2153,0,0,0,'Drywhisker Kobold',NULL,NULL,0,35,36,0,26,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,2572,2572,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'SmartAI',1,3,1,1.15,1,1,0,4435,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2573,0,0,0,0,0,371,0,0,0,'Drywhisker Surveyor',NULL,NULL,0,37,38,0,26,0,1.05,1.14286,1,0,37,52,0,56,1,2000,2000,8,0,2048,0,0,0,0,0,0,32,47,18,7,0,2573,2573,0,0,0,0,0,0,0,20822,865,12544,0,0,0,0,0,0,0,52,73,'SmartAI',1,3,1,1.15,1,1,0,4435,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2574,0,0,0,0,0,511,0,0,0,'Drywhisker Digger',NULL,NULL,0,36,37,0,26,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2574,2574,0,0,0,0,0,0,0,8380,7164,0,0,0,0,0,0,0,0,62,85,'SmartAI',1,3,1,1.15,1,1,0,4435,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2575,0,0,0,0,0,3969,0,0,0,'Dark Iron Supplier',NULL,NULL,0,31,32,0,54,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,7,0,2575,0,0,0,0,0,0,0,100,4961,744,0,0,0,0,0,0,0,0,45,63,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2577,0,0,0,0,0,3970,0,0,0,'Dark Iron Shadowcaster',NULL,NULL,0,31,32,0,54,0,1,1.14286,1,0,32,44,0,47,1,2000,2000,8,32768,2048,0,0,0,0,0,0,27,40,16,7,0,2577,0,0,0,0,0,0,75,100,20816,2941,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2578,0,0,0,0,0,10824,0,0,0,'Young Mesa Buzzard',NULL,NULL,0,31,32,0,7,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,7,0,0,0,0,31,46,10,1,1,2578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8303,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2579,0,0,0,0,0,1105,0,0,0,'Mesa Buzzard',NULL,NULL,0,34,35,0,7,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,7,0,0,0,0,33,49,11,1,1,2579,0,0,0,0,0,0,0,0,8139,0,0,0,0,0,0,0,8304,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2580,0,0,0,0,0,388,0,0,0,'Elder Mesa Buzzard',NULL,NULL,0,37,38,0,7,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,7,0,0,0,0,36,53,13,1,1,2580,0,0,0,0,0,0,0,0,8139,0,0,0,0,0,0,0,12860,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2581,0,0,0,0,0,3960,3961,0,0,'Dabyrie Militia',NULL,NULL,0,31,32,0,123,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2581,2581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2582,0,0,0,0,0,3958,3959,0,0,'Dabyrie Laborer',NULL,NULL,0,30,31,0,123,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,2582,2582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,65,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2583,0,0,0,0,0,4139,4140,0,0,'Stromgarde Troll Hunter',NULL,NULL,0,37,38,0,123,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,32768,2048,0,0,0,0,0,0,34,50,12,7,0,2583,2583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'SmartAI',1,3,1,1.15,1,1,0,4450,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2584,0,0,0,0,0,4137,4138,0,0,'Stromgarde Defender',NULL,NULL,0,37,38,0,123,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,2584,2584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'SmartAI',1,3,1,1,1,1,0,4450,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2585,0,0,0,0,0,4143,4144,0,0,'Stromgarde Vindicator',NULL,NULL,0,38,39,0,123,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2585,2585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,343,'SmartAI',0,3,1,1.15,1,1,0,4450,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2586,0,0,0,0,0,3984,0,0,0,'Syndicate Highwayman',NULL,NULL,0,30,31,0,87,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,2586,2586,0,0,0,0,0,0,0,37685,0,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,3,1,1.1,1,1,0,4495,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2587,0,0,0,0,0,3982,3983,0,0,'Syndicate Pathstalker',NULL,NULL,0,32,33,0,87,0,1,1.42857,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,2587,2587,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,3,1,1.1,1,1,0,4495,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2588,0,0,0,0,0,4016,4017,0,0,'Syndicate Prowler',NULL,NULL,0,36,37,0,87,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,2588,2588,0,0,0,0,0,0,0,6713,14873,0,0,0,0,0,0,0,0,228,303,'SmartAI',1,3,1,1,1,1,0,4440,4506,0,0,0,0,0,1,0,0,'',12340),
|
|
(2589,0,0,0,0,0,3987,3988,0,0,'Syndicate Mercenary',NULL,NULL,0,31,32,0,87,0,1,1.14286,1,0,45,60,0,108,1,1300,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,2589,2589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,3,1,1.1,1,1,0,4495,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2590,0,0,0,0,0,4014,4015,0,0,'Syndicate Conjuror',NULL,NULL,0,35,36,0,87,0,1,1.14286,1,0,35,49,0,53,1,2000,2000,8,32768,2048,0,0,0,0,0,0,30,44,18,7,0,2590,2590,0,0,0,0,0,0,54,15970,13787,9613,0,0,0,0,0,0,0,180,240,'SmartAI',0,3,1,1.1,1,1,0,4440,4506,0,0,0,0,0,1,0,0,'',12340),
|
|
(2591,0,0,0,0,0,4018,4019,0,0,'Syndicate Magus',NULL,NULL,0,37,38,0,87,0,1,1.14286,1,0,37,52,0,56,1,2000,2000,8,32768,2048,0,0,0,0,0,0,32,47,18,7,0,2591,2591,0,0,0,0,0,0,57,9672,12544,0,0,0,0,0,0,0,0,192,255,'SmartAI',1,3,1,1.1,1,1,0,4506,4440,0,0,0,0,0,1,0,0,'',12340),
|
|
(2592,0,0,0,0,0,9587,0,0,0,'Rumbling Exile',NULL,NULL,0,38,39,0,91,0,1.55556,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,2592,0,0,0,0,0,0,0,0,6524,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2593,0,0,0,0,0,4766,0,0,0,'Rough Stone Elemental','',NULL,0,37,38,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2594,0,0,0,0,0,7212,0,0,0,'Sprogger',NULL,NULL,0,37,37,0,120,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2595,0,0,0,0,0,11254,0,0,0,'Daggerspine Raider',NULL,NULL,0,38,39,0,74,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2595,2595,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2596,0,0,0,0,0,5765,0,0,0,'Daggerspine Sorceress',NULL,NULL,0,39,40,0,74,0,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,32768,2048,0,0,0,0,0,0,34,49,19,7,0,2596,2596,0,0,0,0,0,0,0,20824,13585,45299,0,0,0,0,0,0,0,56,78,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2597,0,0,0,0,0,3985,0,0,0,'Lord Falconcrest','Syndicate Leader',NULL,0,40,40,0,16,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32832,2048,0,0,0,0,0,0,39,57,14,7,0,2597,2597,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,533,700,'SmartAI',0,3,1,1.5,1,1,0,4517,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2598,0,0,0,0,0,4027,0,0,0,'Darbel Montrose','Shadow Council Warlock',NULL,0,39,39,0,16,0,1.61,1.14286,1,2,51,67,0,124,7.5,1325,1457,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,2598,2598,0,0,0,0,0,0,0,0,11980,9613,39674,0,0,0,0,0,0,485,639,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2599,0,0,0,0,0,3971,0,0,0,'Otto','Bodyguard',NULL,0,38,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2700,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,2599,2599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,335,'SmartAI',0,3,1,0.75,1,1,0,4516,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2600,0,0,0,0,0,4026,0,0,0,'Singer',NULL,NULL,0,34,34,0,16,0,1,1.14286,1,4,44,58,0,106,1,1000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,2600,0,0,0,0,0,0,0,0,14515,13730,0,0,0,0,0,0,0,0,49,69,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2601,0,0,0,0,0,11551,0,0,0,'Foulbelly',NULL,NULL,0,42,42,0,45,0,1.67,1.14286,1,2,58,77,0,142,7.5,1266,1393,2,0,2048,0,0,0,0,0,0,40,59,13,7,0,2601,0,0,0,0,0,0,0,0,3256,3106,21787,14897,0,0,0,0,0,0,525,690,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2602,0,0,0,0,0,11572,0,0,0,'Ruul Onestone',NULL,NULL,0,39,39,0,45,2,1,1.14286,1,2,51,67,0,124,7.5,2000,1457,2,64,2048,0,0,0,0,0,0,35,51,12,7,0,2602,0,0,0,0,0,0,0,0,6742,9532,16005,0,0,0,0,0,0,0,326,431,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2603,0,0,0,0,0,610,0,0,0,'Kovork',NULL,NULL,0,36,36,0,45,0,1,1.14286,1,4,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,2603,2603,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,59,83,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2604,0,0,0,0,0,536,0,0,0,'Molok the Crusher',NULL,NULL,0,39,39,0,45,0,1.59,1.14286,1,4,54,72,0,132,1,1350,1485,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,2604,0,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2605,0,0,0,0,0,28239,0,0,0,'Zalas Witherbark','Warband Leader',NULL,0,40,40,0,654,0,1.61,1.14286,1,4,52,69,0,128,1,1325,1457,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,2605,0,0,0,0,0,0,0,0,851,512,4974,0,0,0,0,0,0,0,61,84,'SmartAI',0,3,1,1.15,2,1,0,4503,7273,0,0,0,0,0,1,0,0,'',12340),
|
|
(2606,0,0,0,0,0,28818,0,0,0,'Nimar the Slayer','Warband Leader',NULL,0,37,37,0,654,0,1.6,1.14286,1,4,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2606,2606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2607,0,0,0,0,0,1364,0,0,0,'Prince Galen Trollbane',NULL,NULL,0,44,44,0,123,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,2607,2607,0,0,0,0,0,0,0,11971,13730,0,0,0,0,0,0,0,0,259,343,'SmartAI',0,3,1,1.15,1,1,0,4466,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2608,0,0,0,0,0,4146,0,0,0,'Commander Amaren',NULL,NULL,0,44,44,0,123,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4096,2048,0,0,0,0,0,0,49,73,16,7,0,2608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2609,0,0,0,0,0,10911,0,0,0,'Geomancer Flintdagger',NULL,NULL,0,40,40,0,26,0,1.05,1.14286,1,4,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,2609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2610,0,0,0,0,0,11358,0,0,0,'Shakes O\'Breen','Blackwater Raiders',NULL,0,40,40,0,121,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2611,0,0,0,0,0,1918,0,0,0,'Fozruk',NULL,NULL,0,42,42,0,15,0,0.777776,1.14286,1,0,62,83,0,152,1,2000,2000,1,64,2048,0,0,0,0,0,0,43,63,15,5,0,2611,0,0,0,25,25,25,25,0,5568,6524,0,0,0,0,0,0,0,0,277,366,'SmartAI',0,3,1,2.314,1,1,0,4469,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2612,0,0,0,0,0,4141,0,0,0,'Lieutenant Valorcall',NULL,NULL,0,38,38,0,123,0,1,0.85714,1,0,49,65,0,120,1,2000,2000,2,32832,2048,0,0,0,0,0,0,34,50,12,7,0,2612,2612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,285,'SmartAI',0,3,1,1,1.5,1,0,4458,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2614,0,0,0,0,0,7288,11686,0,0,'Air Force Alarm Bot (Alliance)',NULL,NULL,0,70,70,1,11,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(2615,0,0,0,0,0,19013,11686,0,0,'Air Force Alarm Bot (Horde)',NULL,NULL,0,70,70,1,125,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(2616,0,0,0,0,0,1926,0,0,0,'Privateer Groy','',NULL,0,42,42,0,120,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2617,0,0,0,0,0,263,0,0,0,'[UNUSED] Archmage Detrae','','',0,41,41,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2618,0,0,0,0,0,4030,0,0,0,'Hammerfall Peon',NULL,NULL,0,33,34,0,83,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,2618,2618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,74,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2619,0,0,0,0,0,4032,0,0,0,'Hammerfall Grunt',NULL,NULL,0,34,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,2619,2619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2620,0,0,0,0,0,1072,0,0,0,'Prairie Dog','',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(2621,0,0,0,0,0,4034,4035,0,0,'Hammerfall Guardian',NULL,NULL,0,50,50,0,85,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,2621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(2622,0,0,0,0,0,4489,0,0,0,'Sly Garrett','Shady Goods',NULL,0,46,46,0,120,1152,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2623,0,0,0,0,0,146,0,0,0,'Spirit of Old',NULL,NULL,0,32,33,0,76,0,1.05,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(2624,0,0,0,0,0,7210,0,0,0,'Gazban',NULL,NULL,0,36,36,0,14,0,1,1.14286,1,0,35,49,0,53,1,1600,1760,8,32768,2048,0,0,0,0,0,0,30,44,18,7,0,2624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,93,'',0,3,1,1.15,1,1,0,4034,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2625,0,0,0,0,0,7160,0,0,0,'Viznik Goldgrubber','Banker',NULL,0,55,55,0,120,131072,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2626,0,0,0,0,0,4491,0,0,0,'Old Man Heming','Fishing Supplies',NULL,0,43,43,0,120,128,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2627,0,0,0,0,0,7176,0,0,0,'Grarnik Goodstitch','Tailoring Trainer',NULL,4348,34,34,0,120,81,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2628,0,0,0,0,0,3720,0,0,0,'Dalaran Worker',NULL,NULL,0,33,34,0,76,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,2628,2628,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.1,1,1,0,3714,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2630,0,0,0,0,0,4588,0,0,0,'Earthbind Totem','','',0,54,70,0,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,6474,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2634,0,0,0,0,0,2178,0,0,0,'Princess Poobah',NULL,NULL,0,42,42,0,35,2,1.1,1.14286,1,0,62,83,0,152,1,2000,1749,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2635,0,0,0,0,0,815,0,0,0,'Elder Saltwater Crocolisk',NULL,NULL,0,38,38,0,14,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,6,0,0,0,0,36,53,13,1,1,2635,0,2635,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,12930,0,0,0,'',1,3,1,1.15,1,1,0,4105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2636,0,0,0,0,0,11357,4023,0,0,'Blackwater Deckhand',NULL,NULL,0,38,39,0,121,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,110,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2637,0,0,0,0,0,277,0,0,0,'Syndicate Bomb','',NULL,0,37,37,0,87,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2638,0,0,0,0,0,4869,0,0,0,'Syndicate Spectre',NULL,NULL,0,35,35,0,87,0,1.11,1.14286,1,0,34,48,0,52,1,1660,1826,8,0,2048,0,0,0,0,0,0,29,43,17,6,0,0,0,0,0,0,0,0,0,0,20791,7131,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2639,0,0,0,0,0,6492,28243,0,0,'Vilebranch Axe Thrower',NULL,NULL,0,45,46,0,795,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,2639,2639,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,86,118,'SmartAI',1,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2640,0,0,0,0,0,6543,28256,0,0,'Vilebranch Witch Doctor',NULL,NULL,0,46,47,0,795,0,1,1.14286,1,0,74,98,0,180,1,2000,2000,2,32768,2048,0,0,0,0,0,0,50,74,16,7,0,2640,2640,0,0,0,0,0,0,0,18503,9613,8005,0,0,0,0,0,0,0,79,108,'',0,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2641,0,0,0,0,0,28246,6498,0,0,'Vilebranch Headhunter',NULL,NULL,0,46,47,0,795,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,2641,2641,0,0,0,0,0,0,0,10277,7357,0,0,0,0,0,0,0,0,330,436,'',1,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2642,0,0,0,0,0,28251,6515,0,0,'Vilebranch Shadowcaster',NULL,NULL,0,47,48,0,795,0,1,1.14286,1,0,57,79,0,87,1,2000,2000,8,32768,2048,0,0,0,0,0,0,48,70,21,7,0,2642,2642,0,0,0,0,0,118,0,9613,7289,0,0,0,0,0,0,0,0,268,355,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2643,0,0,0,0,0,28244,6494,0,0,'Vilebranch Berserker',NULL,NULL,0,47,48,0,795,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,2643,2643,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,336,533,'SmartAI',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2644,0,0,0,0,0,28247,6511,0,0,'Vilebranch Hideskinner',NULL,NULL,0,48,49,0,795,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,2644,2644,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,351,463,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2645,0,0,0,0,0,28250,6539,0,0,'Vilebranch Shadow Hunter',NULL,NULL,0,48,49,0,795,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,2,32768,2048,0,0,0,0,0,0,52,77,17,7,0,2645,2645,0,0,0,0,0,0,0,14032,9657,15547,0,0,0,0,0,0,0,295,391,'',0,3,1,1,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2646,0,0,0,0,0,28245,6496,0,0,'Vilebranch Blood Drinker',NULL,NULL,0,49,50,0,795,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,2646,2646,0,0,0,0,0,0,0,11015,0,0,0,0,0,0,0,0,0,194,476,'',0,3,1,1,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2647,0,0,0,0,0,28253,6541,0,0,'Vilebranch Soul Eater',NULL,NULL,0,49,50,0,795,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,2647,2647,0,0,0,0,0,0,0,11016,7154,0,0,0,0,0,0,0,0,284,476,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2648,0,0,0,0,0,28240,6998,28241,10663,'Vilebranch Aman\'zasi Guard',NULL,NULL,0,50,51,0,795,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,2648,2648,0,0,0,0,0,0,0,8242,0,0,0,0,0,0,0,0,0,375,495,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2649,0,0,0,0,0,28230,6481,0,0,'Witherbark Scalper',NULL,NULL,0,40,41,0,654,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,2649,2649,0,0,0,0,0,0,0,10277,38959,0,0,0,0,0,0,0,0,71,98,'',0,3,1,1.2,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2650,0,0,0,0,0,28238,6482,0,0,'Witherbark Zealot',NULL,NULL,0,41,42,0,654,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,2650,2650,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.2,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2651,0,0,0,0,0,28228,6484,0,0,'Witherbark Hideskinner',NULL,NULL,0,42,43,0,654,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,2651,2651,0,0,0,0,0,0,0,8721,26612,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.2,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2652,0,0,0,0,0,28236,6486,0,0,'Witherbark Venomblood',NULL,NULL,0,43,43,0,654,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,2652,2652,0,0,0,0,0,0,0,3235,0,0,0,0,0,0,0,0,0,76,104,'',1,3,1,1.2,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2653,0,0,0,0,0,28229,6490,0,0,'Witherbark Sadist',NULL,NULL,0,44,45,0,654,0,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,2653,2653,0,0,0,0,0,0,0,7165,25710,0,0,0,0,0,0,0,0,81,111,'',1,3,1,1.2,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2654,0,0,0,0,0,28225,6488,0,0,'Witherbark Caller',NULL,NULL,0,45,46,0,654,0,1,1.14286,1,0,55,76,0,83,1,2000,2000,8,32768,2048,0,0,0,0,0,0,46,67,20,7,0,2654,2654,0,0,0,0,0,0,0,20825,0,0,0,0,0,0,0,0,0,74,101,'',1,3,1,1.25,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(2655,0,0,0,0,0,1145,0,0,0,'Green Sludge',NULL,NULL,0,46,47,0,14,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,10,0,2655,2655,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2656,0,0,0,0,0,11137,0,0,0,'Jade Ooze',NULL,NULL,0,47,48,0,14,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,2656,2656,0,0,0,240,0,0,100,0,0,0,0,0,0,0,0,0,0,94,128,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2657,0,0,0,0,0,1149,0,0,0,'Trained Razorbeak',NULL,NULL,0,40,42,0,84,0,1,1.71429,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,1,0,2657,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(2658,0,0,0,0,0,935,0,0,0,'Razorbeak Gryphon',NULL,NULL,0,43,45,0,1055,0,1,1.71429,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,1,0,2658,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(2659,0,0,0,0,0,1148,0,0,0,'Razorbeak Skylord',NULL,NULL,0,46,48,0,1055,0,1,1.71429,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,2659,0,2659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,19025,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(2662,0,0,0,0,0,7189,0,0,0,'Port Master Szik','Boat Vendor',NULL,0,42,42,0,1080,0,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,161,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2663,0,0,0,0,0,7190,0,0,0,'Narkk','Pirate Supplies',NULL,11743,42,42,0,120,129,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2664,0,0,0,0,0,4482,0,0,0,'Kelsey Yance','Cook',NULL,0,43,43,0,120,128,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2665,0,0,0,0,0,277,0,0,0,'Proximity Bomb','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2667,0,0,0,0,0,2420,0,0,0,'Ward of Laze',NULL,NULL,0,36,37,0,7,0,0.79,1.14286,1,0,51,68,0,124,1,1640,1804,1,0,2048,0,0,0,0,0,0,35,52,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2668,0,0,0,0,0,4273,0,0,0,'Danielle Zipstitch','Tailoring Supplies',NULL,0,27,27,0,12,128,1,1.14286,1,0,38,51,0,92,1,1000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2669,0,0,0,0,0,4274,0,0,0,'Sheri Zipstitch','Tailoring Supplies',NULL,0,31,31,0,12,128,1,1.14286,1,0,44,58,0,106,1,1000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2670,0,0,0,0,0,7177,0,0,0,'Xizk Goodstitch','Tailoring Supplies',NULL,2685,43,43,0,120,131,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2671,0,0,0,0,0,7937,0,0,0,'Mechanical Squirrel',NULL,NULL,0,15,15,0,35,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,768,2048,0,0,0,0,0,0,15,22,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2672,0,0,0,0,0,4397,0,0,0,'Cowardly Crosby','Tailoring Supplies',NULL,0,40,40,0,35,128,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2673,0,0,0,0,0,1555,0,0,0,'Target Dummy',NULL,NULL,0,1,1,0,14,0,1.81,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,2673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.3809,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_target_dummy',12340),
|
|
(2674,0,0,0,0,0,1555,0,0,0,'Advanced Target Dummy',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,4,2048,0,0,0,0,0,0,1,1,100,9,0,2674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,63.619,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_target_dummy',12340),
|
|
(2675,0,0,0,0,0,3886,0,0,0,'Explosive Sheep',NULL,NULL,0,30,30,0,14,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_pet_gen_target_following_bomb',12340),
|
|
(2676,0,0,0,0,0,1159,0,0,0,'Compact Harvest Reaper',NULL,NULL,0,40,41,0,14,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,9,0,0,0,0,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,0,0,0,0,0,1,16384,0,'',12340),
|
|
(2678,0,0,0,0,0,4465,0,0,0,'Mechanical Dragonling',NULL,NULL,0,47,47,0,14,0,1.18,1.14286,1,0,79,105,0,192,1,1540,1694,1,0,2048,0,0,0,0,0,0,54,80,18,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(2679,0,0,0,0,0,1620,0,0,0,'Wenna Silkbeard','Special Goods Dealer',NULL,0,29,29,0,55,4224,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2680,0,0,0,0,0,781,0,0,0,'Vilebranch Wolf Pup',NULL,NULL,0,46,47,0,38,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,1,0,0,0,0,54,80,18,1,1,2680,0,2680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13055,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2681,0,0,0,0,0,782,0,0,0,'Vilebranch Raiding Wolf',NULL,NULL,0,50,51,0,38,0,1,1.14286,1,0,86,114,0,210,1,1700,2000,1,0,2048,0,1,0,0,0,0,59,87,20,1,1,2681,0,2681,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,5958,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2682,0,0,0,0,0,3482,0,0,0,'Fradd Swiftgear','Engineering Supplies',NULL,0,24,24,0,875,128,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2683,0,0,0,0,0,4953,0,0,0,'Namdo Bizzfizzle','Engineering Supplies',NULL,0,24,24,0,875,130,1.2,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2684,0,0,0,0,0,3733,0,0,0,'Rizz Loosebolt','Engineering Supplies',NULL,0,31,31,0,35,128,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,768,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2685,0,0,0,0,0,7179,0,0,0,'Mazk Snipeshot','Engineering Supplies',NULL,0,36,36,0,120,384,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2686,0,0,0,0,0,1157,0,0,0,'Witherbark Broodguard',NULL,NULL,0,44,45,0,312,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,3,0,0,0,0,52,76,17,1,1,2686,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5904,0,0,0,'',1,1,1,1.2,1,1,0,9322,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2687,0,0,0,0,0,4493,0,0,0,'Gnaz Blunderflame','Engineering Supplies',NULL,0,42,42,0,35,128,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2688,0,0,0,0,0,6545,0,0,0,'Ruppo Zipcoil','Engineering Supplies',NULL,0,52,52,0,35,128,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2689,0,0,0,0,0,10040,0,0,0,'Hill Giant','',NULL,0,47,48,0,778,0,1.2,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2690,0,0,0,0,0,6910,0,0,0,'Hill Giant Warden','',NULL,0,48,49,0,778,0,1.2,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2691,0,0,0,0,0,19809,19810,0,0,'Highvale Outrunner',NULL,NULL,0,43,44,0,1576,0,1,1.42857,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,2691,2691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2692,0,0,0,0,0,19813,19814,0,0,'Highvale Scout',NULL,NULL,0,44,45,0,1576,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,2692,2692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2693,0,0,0,0,0,19807,19808,0,0,'Highvale Marksman',NULL,NULL,0,45,46,0,1576,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,2693,2693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2694,0,0,0,0,0,19811,19812,0,0,'Highvale Ranger',NULL,NULL,0,46,47,0,1732,0,1,1.14286,1,0,74,98,0,180,1,1600,2000,2,0,2048,0,0,0,0,0,0,50,74,16,7,0,2694,2694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,108,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2695,0,0,0,0,0,1670,0,0,0,'Sara Balloo',NULL,NULL,0,15,15,0,55,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2696,0,0,0,0,0,1668,0,0,0,'Foggy MacKreel',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2697,0,0,0,0,0,3357,0,0,0,'Clyde Ranthal','Leatherworking Supplies',NULL,0,31,31,0,12,128,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2698,0,0,0,0,0,3680,0,0,0,'George Candarte','Leatherworking Supplies',NULL,0,31,31,0,68,128,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,37376,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2699,0,0,0,0,0,7170,0,0,0,'Rikqiz','Leatherworking Supplies',NULL,0,43,43,0,120,128,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2700,0,0,0,0,0,4147,0,0,0,'Captain Nials',NULL,NULL,11881,41,41,0,12,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2701,0,0,0,0,0,10704,0,0,0,'Dustbelcher Ogre',NULL,NULL,0,38,39,0,45,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,2701,2701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.15,1,1,0,4630,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2702,0,0,0,0,0,312,0,0,0,'Felhunter Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2703,0,0,0,0,0,4013,0,0,0,'Zengu',NULL,NULL,0,40,40,0,126,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2704,0,0,0,0,0,12989,0,0,0,'Hanashi','Weapon Master',NULL,5263,50,50,0,876,81,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2705,0,0,0,0,0,1663,0,0,0,'Brewmeister Bilger',NULL,NULL,0,33,33,0,55,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2706,0,0,0,0,0,4047,0,0,0,'Tor\'gan',NULL,NULL,0,40,40,0,126,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,2706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2707,0,0,0,0,0,7536,0,0,0,'Shadra','The Venom Queen',NULL,0,55,55,0,312,0,1.75,1.14286,1,1,94,125,0,228,7.5,1191,1310,1,0,2048,0,3,0,0,0,0,65,95,23,1,1,2707,0,100003,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,13147,0,0,0,'',1,3,1,7,1,1,0,9324,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2708,0,0,0,0,0,2968,0,0,0,'Archmage Malin',NULL,NULL,8846,40,40,0,12,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,143,145,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_archmage_malin',12340),
|
|
(2709,0,0,0,0,0,1176,0,0,0,'Imp Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2710,0,0,0,0,0,312,0,0,0,'Voidwalker Trainer','UNUSED',NULL,0,10,10,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2711,0,0,0,0,0,3666,0,0,0,'Phin Odelic',NULL,NULL,0,36,36,0,12,2,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2712,0,0,0,0,0,1853,0,0,0,'Quae',NULL,NULL,0,38,38,0,123,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,2712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2713,0,0,0,0,0,1716,0,0,0,'Kinelory',NULL,NULL,0,38,38,0,231,2,1,0.99206,1,0,49,65,0,120,1,2500,2000,2,512,2048,0,0,0,0,0,0,34,50,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2714,0,0,0,0,0,4041,0,0,0,'Forsaken Courier',NULL,NULL,0,35,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,2714,2714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',0,3,1,1.1,1,1,0,4482,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2715,0,0,0,0,0,10714,0,0,0,'Dustbelcher Brute',NULL,NULL,0,39,40,0,45,0,1.05,1.14286,1,0,56,74,0,136,1,2600,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2715,2715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.15,1,1,0,4630,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2716,0,0,0,0,0,11548,0,0,0,'Dustbelcher Wyrmhunter',NULL,NULL,0,40,41,0,45,0,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,2716,2716,0,0,100,0,0,0,0,6533,6533,0,0,0,0,0,0,0,0,71,98,'SmartAI',1,3,1,1.2,1,1,0,4630,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2717,0,0,0,0,0,1120,0,0,0,'Dustbelcher Mauler',NULL,NULL,0,41,42,0,45,0,1.05,1.14286,1,0,62,83,0,152,1,1700,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,2717,2717,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',1,3,1,1.2,1,1,0,4630,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2718,0,0,0,0,0,11545,0,0,0,'Dustbelcher Shaman',NULL,NULL,0,42,43,0,45,0,1.05,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,2718,2718,0,0,0,0,0,0,0,9532,8005,0,0,0,0,0,0,0,0,67,92,'SmartAI',1,3,1,1.2,1,1,0,4630,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2719,0,0,0,0,0,1120,0,0,0,'Dustbelcher Lord',NULL,NULL,0,44,45,0,45,0,1.6,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,2719,2719,0,0,0,0,0,0,0,13730,9128,10179,0,0,0,0,0,0,0,83,114,'SmartAI',0,3,1,1.2,1,1,0,4630,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2720,0,0,0,0,0,11546,0,0,0,'Dustbelcher Ogre Mage',NULL,NULL,0,43,44,0,45,0,1.6,1.14286,1,0,51,71,0,78,1,2000,2000,8,0,2048,0,0,0,0,0,0,43,63,20,7,0,2720,2720,0,0,0,0,0,0,0,20822,6742,0,0,0,0,0,0,0,0,68,93,'SmartAI',1,3,1,1.2,1,1,0,4630,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2721,0,0,0,0,0,4037,4038,0,0,'Forsaken Bodyguard',NULL,NULL,0,35,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,2721,2721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,76,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2723,0,0,0,0,0,10804,0,0,0,'Stone Golem',NULL,NULL,0,38,39,0,54,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,2723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,90,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2725,0,0,0,0,0,715,0,0,0,'Scalding Whelp',NULL,NULL,0,41,43,0,16,0,1.05,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,2,0,2725,0,2725,0,132,0,0,0,0,34083,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.2,1,1,0,4612,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2726,0,0,0,0,0,9586,0,0,0,'Scorched Guardian',NULL,NULL,0,43,45,0,16,0,1.05,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,2,0,2726,0,2726,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,308,407,'SmartAI',1,3,1,3,1,1,0,4612,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2727,0,0,0,0,0,161,0,0,0,'Crag Coyote',NULL,NULL,0,35,36,0,38,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,1,0,0,0,0,34,51,12,1,1,2727,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5952,0,0,0,'',1,1,1,1.15,1,1,0,6166,7846,0,0,0,0,0,1,0,0,'',12340),
|
|
(2728,0,0,0,0,0,557,0,0,0,'Feral Crag Coyote',NULL,NULL,0,37,38,0,38,0,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,1,0,0,0,0,36,53,13,1,1,2728,0,100013,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,8293,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,6166,7846,0,0,0,0,0,1,0,0,'',12340),
|
|
(2729,0,0,0,0,0,1164,0,0,0,'Elder Crag Coyote',NULL,NULL,0,39,40,0,38,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,1,0,0,0,0,39,57,14,1,1,2729,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8294,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,6166,7846,0,0,0,0,0,1,0,0,'',12340),
|
|
(2730,0,0,0,0,0,161,0,0,0,'Rabid Crag Coyote',NULL,NULL,0,42,43,0,38,0,1.05,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,1,0,0,0,0,46,67,16,1,1,2730,0,2730,0,0,0,0,0,0,3427,3150,0,0,0,0,0,0,8295,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,6166,7846,0,0,0,0,0,1,0,0,'',12340),
|
|
(2731,0,0,0,0,0,632,0,0,0,'Ridge Stalker',NULL,NULL,0,36,37,0,16,0,1.05,1.14286,1,0,51,68,0,124,1,1300,2000,1,0,2048,0,2,0,0,0,0,35,52,12,1,1,2731,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5831,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2732,0,0,0,0,0,1055,0,0,0,'Ridge Huntress',NULL,NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,2,0,0,0,0,37,55,13,1,1,2732,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5832,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2733,0,0,0,0,0,4040,0,0,0,'Apothecary Jorell',NULL,NULL,0,36,36,0,83,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,2733,2733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,85,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2734,0,0,0,0,0,917,0,0,0,'Ridge Stalker Patriarch',NULL,NULL,0,40,41,0,16,0,1,1.42857,1,0,59,78,0,142,1,1300,2000,1,0,2048,0,2,0,0,0,0,41,60,15,1,1,2734,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8266,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2735,0,0,0,0,0,1161,0,0,0,'Lesser Rock Elemental',NULL,NULL,0,37,39,0,91,0,1.55556,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,2735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,4626,7848,0,0,0,0,0,1,0,0,'',12340),
|
|
(2736,0,0,0,0,0,14328,0,0,0,'Greater Rock Elemental',NULL,NULL,0,42,44,0,91,0,1.55556,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,2736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,4628,7848,0,0,0,0,0,1,0,0,'',12340),
|
|
(2737,0,0,0,0,0,9817,0,0,0,'Durtham Greldon',NULL,NULL,0,40,40,0,55,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2738,0,0,0,0,0,4145,0,0,0,'Stromgarde Cavalryman',NULL,NULL,0,36,37,0,123,0,1,1.38571,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2738,2738,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,308,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2739,0,0,0,0,0,4932,0,0,0,'Shadowforge Tunneler',NULL,NULL,0,35,36,0,54,0,1.05,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,2739,2739,0,0,0,0,0,0,0,8380,7164,0,0,0,0,0,0,0,0,59,81,'SmartAI',0,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2740,0,0,0,0,0,4933,0,0,0,'Shadowforge Darkweaver',NULL,NULL,0,36,37,0,54,0,1.05,1.14286,1,0,36,51,0,54,1,2000,2000,8,32768,2048,0,0,0,0,0,0,31,46,18,7,0,2740,2740,0,0,0,0,0,0,0,9482,20825,0,0,0,0,0,0,0,0,51,71,'SmartAI',0,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2741,0,0,0,0,0,4934,0,0,0,'Shadowforge Excavator','',NULL,0,37,38,0,54,0,1.2,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,8800,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2742,0,0,0,0,0,4935,0,0,0,'Shadowforge Chanter',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,2742,2742,0,0,0,0,0,0,0,6077,6066,700,0,0,0,0,0,0,0,59,82,'SmartAI',1,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2743,0,0,0,0,0,4936,0,0,0,'Shadowforge Warrior',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,2743,2743,0,0,0,0,0,0,0,17207,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2744,0,0,0,0,0,4937,0,0,0,'Shadowforge Commander',NULL,NULL,0,40,40,0,54,0,1.62,1.14286,1,4,56,74,0,136,1,1316,1448,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2744,2744,0,0,0,0,0,0,0,1032,0,0,0,0,0,0,0,0,0,69,95,'SmartAI',0,3,1,1.15,1,1,0,4616,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2745,0,0,0,0,0,5488,0,0,0,'Ambassador Infernus',NULL,NULL,0,42,42,0,54,0,1.05,1.14286,1,1,58,77,0,142,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,40,59,13,4,0,2745,0,0,42,210,42,42,42,42,3055,9552,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,4621,7848,0,0,0,0,0,1,0,0,'',12340),
|
|
(2746,0,0,0,0,0,5753,0,0,0,'Stonevault Warden','',NULL,0,39,39,0,415,0,1.2,1.14286,1,1,54,72,0,132,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2748,0,0,0,0,0,5988,0,0,0,'Archaedas','Ancient Stone Watcher',NULL,0,40,40,0,14,0,1.5,1.14286,1,1,56,74,0,136,2.4,2600,1800,1,0,2048,0,0,0,0,0,0,39,57,14,5,0,2748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,1770,'SmartAI',0,3,1,15,1,1,0,7672,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2749,0,0,0,0,0,13869,0,0,0,'Siege Golem',NULL,NULL,0,40,40,0,189,0,2.27,1.14286,1,2,56,74,0,136,2.4,1316,1448,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,2749,0,0,0,0,0,0,0,0,24611,0,0,0,0,0,0,0,0,0,437,575,'',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2751,0,0,0,0,0,5747,0,0,0,'War Golem',NULL,NULL,0,36,36,0,54,0,1.59,1.14286,1,4,50,66,0,120,1,1350,1485,1,0,2048,0,0,0,0,0,0,34,51,12,4,0,2751,0,0,0,0,0,0,0,0,9576,0,0,0,0,0,0,0,0,0,59,83,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2752,0,0,0,0,0,8550,0,0,0,'Rumbler',NULL,NULL,0,45,45,0,91,0,1.05,1.14286,1,4,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,2752,0,0,0,0,70,0,0,0,6524,5568,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,7848,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2753,0,0,0,0,0,9372,0,0,0,'Barnabus',NULL,NULL,0,38,38,0,38,0,1.49,1.14286,1,4,53,70,0,128,1,1600,1760,1,0,2048,0,1,0,0,0,0,36,53,13,1,1,2753,0,2753,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5961,0,0,0,'',1,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2754,0,0,0,0,0,10040,0,0,0,'Anathemus',NULL,NULL,0,45,45,0,778,0,2.17,1.14286,1,2,76,100,0,184,2.4,1266,1393,1,0,2048,0,0,0,0,0,0,52,76,17,5,0,2754,0,0,0,0,0,0,0,0,11671,33333,0,0,0,0,0,0,0,0,647,850,'',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2755,0,0,0,0,0,1165,0,0,0,'Myzrael',NULL,NULL,0,44,44,0,7,0,1.72,1.14286,1,1,67,89,0,166,7.5,1216,1338,2,0,2048,0,0,0,0,0,0,46,67,15,4,0,2755,0,0,0,0,0,0,0,0,4938,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,3,1,0,4473,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2756,0,0,0,0,0,3428,0,0,0,'UNUSED Grund Drokda','Reuse Me','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2757,0,0,0,0,0,6369,0,0,0,'Blacklash',NULL,NULL,0,50,50,0,103,0,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,2757,0,2757,0,0,0,0,0,0,9573,0,0,0,0,0,0,0,0,0,550,723,'SmartAI',0,3,1,1,1,1,0,4615,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2759,0,0,0,0,0,6377,0,0,0,'Hematus',NULL,NULL,0,50,50,0,103,0,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,2759,0,2759,0,0,0,0,0,0,9574,0,0,0,0,0,0,0,0,0,635,834,'SmartAI',0,3,1,1,1,1,0,4645,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2760,0,0,0,0,0,2172,0,0,0,'Burning Exile',NULL,NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,6991,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2761,0,0,0,0,0,5561,0,0,0,'Cresting Exile',NULL,NULL,0,38,39,0,16,0,1,1.28968,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,4,0,2761,0,0,39,39,78,39,39,39,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2762,0,0,0,0,0,5490,0,0,0,'Thundering Exile',NULL,NULL,0,38,39,0,16,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,4,0,2762,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2763,0,0,0,0,0,10040,0,0,0,'Thenan',NULL,NULL,0,42,42,0,778,0,1.68,1.14286,1,0,62,83,0,152,1,1258,2000,1,0,2048,0,0,0,0,0,0,43,63,15,5,0,2763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,372,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2764,0,0,0,0,0,2299,0,0,0,'Sleeby',NULL,NULL,0,40,40,0,15,0,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,2764,2764,0,0,0,0,0,0,0,10577,700,0,0,0,0,0,0,0,0,63,87,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2765,0,0,0,0,0,373,0,0,0,'Znort',NULL,NULL,0,39,39,0,15,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,2765,2765,0,0,0,0,0,0,0,845,7366,0,0,0,0,0,0,0,0,68,94,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2766,0,0,0,0,0,610,0,0,0,'Lolo the Lookout','Blackwater Raiders',NULL,0,39,39,0,121,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,768,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2767,0,0,0,0,0,7032,0,0,0,'First Mate Nilzlix','Blackwater Raiders',NULL,0,39,39,0,120,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2768,0,0,0,0,0,4049,0,0,0,'Professor Phizzlethorpe','Blackwater Raiders',NULL,0,38,38,0,35,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_professor_phizzlethorpe',12340),
|
|
(2769,0,0,0,0,0,1280,0,0,0,'Captain Steelgut','Blackwater Raiders',NULL,0,39,39,0,120,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2770,0,0,0,0,0,3671,0,0,0,'Tallow',NULL,NULL,0,27,27,0,68,2,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,33280,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2771,0,0,0,0,0,4045,0,0,0,'Drum Fel',NULL,NULL,12636,30,30,0,125,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2772,0,0,0,0,0,4046,0,0,0,'Korin Fel',NULL,NULL,0,35,35,0,125,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2773,0,0,0,0,0,11568,0,0,0,'Or\'Kalar',NULL,NULL,0,40,40,0,45,0,1.6,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2773,2773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,367,'',0,3,1,1,1,1,0,4551,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(2774,0,0,0,0,0,4051,0,0,0,'Doctor Draxlegauge','Blackwater Raiders',NULL,0,38,38,0,120,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2775,0,0,0,0,0,11253,0,0,0,'Daggerspine Marauder',NULL,NULL,0,40,41,0,74,0,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,2775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2776,0,0,0,0,0,5562,0,0,0,'Vengeful Surge',NULL,NULL,0,40,40,0,41,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,0,0,0,40,40,40,40,80,40,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2778,0,0,0,0,0,8069,0,0,0,'Deckhand Moishe','Blackwater Raiders',NULL,0,37,37,0,120,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2779,0,0,0,0,0,6763,0,0,0,'Prince Nazjak',NULL,NULL,0,41,41,0,74,0,1,1.14286,1,4,59,78,0,142,1,1283,1411,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,2779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,99,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2780,0,0,0,0,0,2435,0,0,0,'Caretaker Nevlin',NULL,NULL,0,41,41,0,123,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32832,2048,0,0,0,0,0,0,41,60,15,7,0,2780,2780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,364,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2781,0,0,0,0,0,2436,0,0,0,'Caretaker Weston',NULL,NULL,0,41,41,0,123,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32832,2048,0,0,0,0,0,0,41,60,15,7,0,2781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,364,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2782,0,0,0,0,0,2434,0,0,0,'Caretaker Alaric',NULL,NULL,0,41,41,0,123,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32832,2048,0,0,0,0,0,0,41,60,15,7,0,2782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,353,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2783,0,0,0,0,0,4031,0,0,0,'Marez Cowl',NULL,NULL,0,40,40,0,16,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32832,2048,0,0,0,0,0,0,39,57,14,7,0,2783,2783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,345,'SmartAI',0,3,1,1.1,1,1,0,4510,4515,0,0,0,0,0,1,0,0,'',12340),
|
|
(2784,0,0,0,0,0,3597,0,0,0,'King Magni Bronzebeard','Lord of Ironforge',NULL,0,83,83,2,55,2,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,19135,20686,20685,0,0,0,0,0,0,0,450000,500000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(2785,0,0,0,0,0,4903,0,0,0,'Theldurin the Lost',NULL,NULL,12131,30,30,0,35,3,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2786,0,0,0,0,0,3599,0,0,0,'Gerrig Bonegrip',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2787,0,0,0,0,0,4463,0,0,0,'Zaruk',NULL,NULL,0,60,60,0,83,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,2787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2788,0,0,0,0,0,4043,0,0,0,'Apprentice Kryten',NULL,NULL,2601,30,30,0,1078,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2789,0,0,0,0,0,4042,0,0,0,'Skuerto',NULL,NULL,11712,36,36,0,55,3,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2790,0,0,0,0,0,5410,0,0,0,'Grand Mason Marblesten','Royal Stonecutters Union',NULL,0,44,44,0,55,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2791,0,0,0,0,0,8550,0,0,0,'Enraged Rock Elemental',NULL,NULL,0,42,43,0,91,0,1.05,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,2791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,4518,4519,4520,7848,0,0,0,1,0,0,'',12340),
|
|
(2792,0,0,0,0,0,4048,0,0,0,'Gor\'mul',NULL,NULL,0,40,40,0,29,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2793,0,0,0,0,0,6168,0,0,0,'Kor\'gresh Coldrage',NULL,NULL,0,39,39,0,45,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,2793,2793,0,0,0,0,0,0,0,4320,865,0,0,0,0,0,0,0,0,60,83,'SmartAI',0,3,1,1.15,1,1,0,4525,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2794,0,0,0,0,0,4606,0,0,0,'Summoned Guardian',NULL,NULL,0,38,38,0,10,0,1.12,1.14286,1,0,53,70,0,128,1,1341,1475,1,0,2048,0,0,0,0,0,0,36,53,13,4,0,2794,0,0,190,190,190,190,190,190,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2795,0,0,0,0,0,1505,0,0,0,'Lenny \"Fingers\" McCoy',NULL,NULL,0,35,35,0,12,0,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2796,0,0,0,0,0,2232,0,0,0,'Faelyssa','',NULL,0,35,35,0,80,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2797,0,0,0,0,0,14948,0,0,0,'Hovrak Gutrender','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2798,0,0,0,0,0,2131,0,0,0,'Pand Stonebinder','First Aid Trainer',NULL,5856,35,35,0,104,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2799,0,0,0,0,0,2610,0,0,0,'Lucian Fenner',NULL,NULL,0,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2801,0,0,0,0,0,14946,0,0,0,'Tresa MacGregor','Baby Murloc Redemption Merchant',NULL,0,45,45,0,12,1,1.1,1.14286,1,0,76,100,0,184,1,1560,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2802,0,0,0,0,0,10563,0,0,0,'Susan Tillinghast',NULL,NULL,0,55,55,0,68,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,37376,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2803,0,0,0,0,0,2241,0,0,0,'Malygen','General Goods',NULL,0,55,55,0,80,384,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2804,0,0,0,0,0,1871,0,0,0,'Kurden Bloodclaw','Warsong Gulch Battlemaster',NULL,6462,61,61,0,1515,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2805,0,0,0,0,0,1506,0,0,0,'Deneb Walker','Reagents',NULL,0,45,45,0,12,2176,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2806,0,0,0,0,0,2128,0,0,0,'Bale','General Goods',NULL,0,55,55,0,104,896,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2807,0,0,0,0,0,4910,0,0,0,'Daggerspine Wavecaller','',NULL,0,40,41,0,74,0,1.2,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2808,0,0,0,0,0,3966,0,0,0,'Vikki Lonsav','General Goods',NULL,0,36,36,0,12,386,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2809,0,0,0,0,0,1167,0,0,0,'Boar','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2810,0,0,0,0,0,3967,0,0,0,'Hammon Karwn','Superior Tradesman',NULL,0,35,35,0,12,130,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2812,0,0,0,0,0,3964,0,0,0,'Drovnar Strongbrew','Alchemy Supplies',NULL,0,38,38,0,55,130,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2813,0,0,0,0,0,3968,0,0,0,'[UNUSED] Thurgas','Spirit Healer','',0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2814,0,0,0,0,0,3962,0,0,0,'Narj Deepslice','Butcher',NULL,0,39,39,0,55,642,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2815,0,0,0,0,0,3949,0,0,0,'[UNUSED] Teresa Shore','Spirit Healer','',0,70,70,0,1868,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2816,0,0,0,0,0,3965,0,0,0,'Androd Fadran','Leatherworking Supplies',NULL,0,37,37,0,12,130,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2817,0,0,0,0,0,7033,0,0,0,'Rigglefuzz',NULL,NULL,0,37,37,0,120,2,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2818,0,0,0,0,0,3950,0,0,0,'Slagg','Superior Butcher',NULL,0,38,38,0,29,80,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,2,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2819,0,0,0,0,0,3951,0,0,0,'Tunkk','Leatherworking Supplies',NULL,0,34,34,0,29,130,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2820,0,0,0,0,0,3952,0,0,0,'Graud','General Goods',NULL,0,31,31,0,29,386,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2821,0,0,0,0,0,3953,0,0,0,'Keena','Trade Goods',NULL,0,33,33,0,29,130,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,4608,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2829,0,0,0,0,0,10824,0,0,0,'Starving Buzzard',NULL,NULL,0,35,37,0,73,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,7,0,0,0,0,35,52,12,1,1,2829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12858,0,0,0,'',1,3,1,1.15,1,1,0,7847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2830,0,0,0,0,0,1105,0,0,0,'Buzzard',NULL,NULL,0,37,39,0,73,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,7,0,0,0,0,37,55,13,1,1,2830,0,0,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,12859,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,7847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2831,0,0,0,0,0,1106,0,0,0,'Giant Buzzard',NULL,NULL,0,39,41,0,73,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,7,0,0,0,0,41,60,15,1,1,2831,0,2831,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,12861,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,7847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2832,0,0,0,0,0,7180,0,0,0,'Nixxrax Fillamug','Food & Drink',NULL,0,38,38,0,120,640,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2833,0,0,0,0,0,2582,0,0,0,'DEBUG - Gossip Gryphon Master','Gryphon Master',NULL,0,55,55,0,994,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2834,0,0,0,0,0,7172,0,0,0,'Myizz Luckycatch','Fishing Trainer',NULL,5665,43,43,0,120,81,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,2,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2835,0,0,0,0,0,4044,0,0,0,'Cedrik Prose','Gryphon Master',NULL,6944,65,65,0,12,8195,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2836,0,0,0,0,0,7161,0,0,0,'Brikk Keencraft','Blacksmithing Trainer',NULL,2784,54,54,0,120,81,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,2,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2837,0,0,0,0,0,7174,0,0,0,'Jaxin Chong','Alchemy Trainer',NULL,4127,46,46,0,120,81,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2838,0,0,0,0,0,7181,0,0,0,'Crazk Sparks','Fireworks Merchant',NULL,0,46,46,0,120,128,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2839,0,0,0,0,0,4478,0,0,0,'Haren Kanmae','Superior Bowyer',NULL,0,41,41,0,120,4480,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2840,0,0,0,0,0,7183,0,0,0,'Kizz Bluntstrike','Macecrafter',NULL,0,42,42,0,120,4224,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2842,0,0,0,0,0,7184,0,0,0,'Wigcik','Superior Fisherman',NULL,0,43,43,0,120,640,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2843,0,0,0,0,0,4481,0,0,0,'Jutak','Blade Trader',NULL,0,43,43,0,120,4224,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2844,0,0,0,0,0,4477,0,0,0,'Hurklor','Blacksmithing Supplies',NULL,0,46,46,0,120,4224,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2845,0,0,0,0,0,4476,0,0,0,'Fargon Mortalak','Superior Armorer',NULL,0,42,42,0,120,4224,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2846,0,0,0,0,0,7186,0,0,0,'Blixrez Goodstitch','Leatherworking Supplies',NULL,0,43,43,0,120,128,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2847,0,0,0,0,0,4479,0,0,0,'Jansen Underwood','Blacksmithing Supplies',NULL,0,49,49,0,120,4224,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2848,0,0,0,0,0,7178,0,0,0,'Glyx Brewright','Alchemy Supplies',NULL,0,45,45,0,120,128,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2849,0,0,0,0,0,7187,0,0,0,'Qixdi Goodstitch','Cloth Armor & Accessories',NULL,0,44,44,0,120,4224,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2850,0,0,0,0,0,6082,0,0,0,'Broken Tooth',NULL,NULL,0,37,37,0,16,0,1.6,1.14286,1,4,51,68,0,124,1,2000,2000,1,0,2048,0,2,0,0,0,0,35,52,12,1,1,2850,0,2850,0,0,0,0,0,0,8312,14267,143,145,0,0,0,0,8275,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(2851,0,0,0,0,0,3972,0,0,0,'Urda','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2852,0,0,0,0,0,4246,0,0,0,'Enslaved Druid of the Talon',NULL,NULL,0,10,10,0,35,0,0.96,1.14286,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,2852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2853,0,0,0,0,0,1192,0,0,0,'Freed Druid of the Talon',NULL,NULL,0,10,10,0,35,0,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2855,0,0,0,0,0,4384,0,0,0,'Snang','Apprentice Tailor',NULL,4265,24,24,0,29,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2856,0,0,0,0,0,4364,0,0,0,'Angrun','Herbalism Trainer',NULL,0,40,40,0,29,80,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2857,0,0,0,0,0,4386,0,0,0,'Thund','Apprentice Engineer',NULL,4143,23,23,0,29,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2858,0,0,0,0,0,12938,0,0,0,'Gringer','Wind Rider Master',NULL,4307,65,65,0,29,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2859,0,0,0,0,0,12945,0,0,0,'Gyll','Gryphon Master',NULL,4306,65,65,0,55,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2860,0,0,0,0,0,1568,0,0,0,'Sigrun Ironhew',NULL,NULL,0,40,40,0,55,2,1.05,1.14286,1,0,56,74,0,136,1,1500,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,2860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2861,0,0,0,0,0,4148,0,0,0,'Gorrik','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,31843,15571,13180,24893,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2862,0,0,0,0,0,143,0,0,0,'Warrior 21','',NULL,0,21,21,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2863,0,0,0,0,0,143,0,0,0,'Warrior 22','',NULL,0,22,22,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2864,0,0,0,0,0,143,0,0,0,'Warrior 23','',NULL,0,23,23,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2865,0,0,0,0,0,143,0,0,0,'Warrior 24','',NULL,0,24,24,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2866,0,0,0,0,0,143,0,0,0,'Warrior 26','',NULL,0,26,26,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2867,0,0,0,0,0,143,0,0,0,'Warrior 27','',NULL,0,27,27,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2868,0,0,0,0,0,143,0,0,0,'Warrior 28','',NULL,0,28,28,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2869,0,0,0,0,0,143,0,0,0,'Warrior 29','',NULL,0,29,29,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2870,0,0,0,0,0,2585,0,0,0,'[UNUSED] Henria Derth','Wolf Trainer',NULL,0,21,21,0,55,0,1.03,1.14286,1,0,31,40,0,74,1,1800,1980,1,0,2048,0,0,0,0,0,0,21,30,4,7,8,2870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2871,0,0,0,0,0,428,0,0,0,'[PH] Tallstrider Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2872,0,0,0,0,0,5044,0,0,0,'[UNUSED] Whaldak Darbenk','Spider Trainer','',0,50,50,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2873,0,0,0,0,0,428,0,0,0,'[PH] Raptor Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2874,0,0,0,0,0,428,0,0,0,'[PH] Horse Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2875,0,0,0,0,0,428,0,0,0,'[PH] Gorilla Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2876,0,0,0,0,0,5090,0,0,0,'Grunenstur Balindom','Crocilisk Trainer',NULL,0,50,50,0,122,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2877,0,0,0,0,0,428,0,0,0,'[PH] Crawler Trainer','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2878,0,0,0,0,0,5040,0,0,0,'Peria Lamenur','Pet Trainer',NULL,4783,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(2879,0,0,0,0,0,5043,0,0,0,'Karrina Mekenda','Pet Trainer',NULL,4783,40,40,0,55,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(2880,0,0,0,0,0,5041,0,0,0,'[UNUSED] Hurom Juggendolf','Boar Trainer',NULL,0,50,50,0,55,19,1.2,1.14286,1,0,79,104,0,194,1,1510,1661,2,0,2048,0,0,3,0,0,0,54,79,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2881,0,0,0,0,0,5227,0,0,0,'[UNUSED] Durdek Karrin','Bear Trainer',NULL,0,50,50,0,55,19,1.2,1.14286,1,0,79,104,0,194,1,1510,1661,2,0,2048,0,0,3,0,0,0,54,79,18,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2883,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Monster Slayer Trainer','Monster Slayer Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2885,0,0,0,0,0,832,0,0,0,'[UNUSED] [PH] Magic Skills Trainer','Magic Skills Trainer','',0,8,12,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2886,0,0,0,0,0,832,0,0,0,'Ranged Skills Trainer','Ranged Skills Trainer',NULL,0,8,12,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2887,0,0,0,0,0,9588,0,0,0,'Prismatic Exile',NULL,NULL,0,44,44,0,91,0,1.14,1.14286,1,0,67,89,0,166,1,1610,1771,2,0,2048,0,0,0,0,0,0,46,67,15,4,0,0,0,0,41,41,41,41,82,41,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2888,0,0,0,0,0,21015,0,0,0,'Garek',NULL,NULL,0,50,50,0,35,2,1.05,1.14286,1,0,85,112,0,206,1,1500,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2889,0,0,0,0,0,721,0,0,0,'Stonevault Trogg','',NULL,0,35,36,0,59,0,1.2,1.14286,1,1,50,66,0,120,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),
|
|
(2890,0,0,0,0,0,722,0,0,0,'Stonevault Scout','',NULL,0,36,37,0,59,0,1.2,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),
|
|
(2891,0,0,0,0,0,721,0,0,0,'Stonevault Skullthumper','',NULL,0,37,38,0,59,0,1.2,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2892,0,0,0,0,0,722,0,0,0,'Stonevault Seer',NULL,NULL,0,37,38,0,59,0,1.05,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,2892,2892,0,0,0,0,0,0,0,9532,11986,0,0,0,0,0,0,0,0,225,298,'SmartAI',1,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2893,0,0,0,0,0,1194,0,0,0,'Stonevault Bonesnapper',NULL,NULL,0,39,40,0,59,0,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,2893,2893,0,0,0,0,0,0,0,11976,12555,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2894,0,0,0,0,0,721,0,0,0,'Stonevault Shaman',NULL,NULL,0,40,41,0,59,0,1.05,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,7,0,2894,2894,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,87,'SmartAI',0,3,1,1.2,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2896,0,0,0,0,0,754,0,0,0,'[PH] Alliance Magic Skills Trainer','Magic Skill Trainer *Temp*',NULL,0,45,45,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2899,0,0,0,0,0,2584,0,0,0,'[PH] Alliance Toughness/Resist Trainer','Toughness/Resist Trainer *Temp*',NULL,0,45,45,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2906,0,0,0,0,0,5782,0,0,0,'Dustbelcher Warrior',NULL,NULL,0,35,37,0,45,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,2906,2906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1.15,1,1,0,4630,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2907,0,0,0,0,0,1122,0,0,0,'Dustbelcher Mystic',NULL,NULL,0,37,37,0,45,0,1.05,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,7,0,2907,2907,0,0,0,0,0,0,0,9532,13281,0,0,0,0,0,0,0,0,55,77,'SmartAI',1,3,1,1.15,1,1,0,4630,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2908,0,0,0,0,0,4902,0,0,0,'Grawl','General Goods',NULL,0,44,44,0,29,386,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2909,0,0,0,0,0,4899,0,0,0,'Hammertoe Grez',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2910,0,0,0,0,0,4900,0,0,0,'Prospector Ryedol','Explorers\' League',NULL,0,35,35,0,55,130,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2911,0,0,0,0,0,1650,0,0,0,'Archaeologist Flagongut','Explorers\' League',NULL,0,44,44,0,55,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2912,0,0,0,0,0,1665,0,0,0,'Chief Archaeologist Greywhisker','Explorers\' League',NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2913,0,0,0,0,0,1286,0,0,0,'Archaeologist Hollee','Explorers\' League',NULL,0,12,12,0,55,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2914,0,0,0,0,0,1206,2957,2958,6303,'Snake','',NULL,0,1,1,0,190,0,1,0.85714,1,0,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2915,0,0,0,0,0,4901,0,0,0,'Hammertoe\'s Spirit',NULL,NULL,0,40,40,0,122,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2916,0,0,0,0,0,3595,0,0,0,'Historian Karnik',NULL,NULL,5348,20,20,0,55,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2917,0,0,0,0,0,1277,0,0,0,'Prospector Remtravel','Explorers\' League',NULL,0,16,16,0,55,2,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prospector_remtravel',12340),
|
|
(2918,0,0,0,0,0,3598,0,0,0,'Advisor Belgrum',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2919,0,0,0,0,0,1162,0,0,0,'Fam\'retor Guardian',NULL,NULL,0,45,45,0,41,0,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,2919,0,0,45,45,45,45,45,45,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,4847,7848,0,0,0,0,0,1,0,0,'',12340),
|
|
(2920,0,0,0,0,0,4895,0,0,0,'Lucien Tosselwrench',NULL,NULL,12202,31,31,0,35,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,768,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,31864,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2921,0,0,0,0,0,4896,0,0,0,'Lotwil Veriatus',NULL,NULL,0,36,36,0,35,2,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,768,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2922,0,0,0,0,0,1150,0,0,0,'Servo',NULL,NULL,0,5,5,0,42,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(2923,0,0,0,0,0,11413,0,0,0,'Mangy Silvermane',NULL,NULL,0,41,42,0,38,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,1,0,0,0,0,43,63,15,1,1,2923,0,2923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13042,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2924,0,0,0,0,0,11419,0,0,0,'Silvermane Wolf',NULL,NULL,0,43,44,0,38,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,1,0,0,0,0,49,73,16,1,1,2924,0,2924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8847,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2925,0,0,0,0,0,11417,0,0,0,'Silvermane Howler',NULL,NULL,0,45,46,0,38,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,1,0,0,0,0,53,78,17,1,1,2925,0,2925,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8864,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2926,0,0,0,0,0,9562,0,0,0,'Silvermane Stalker',NULL,NULL,0,47,48,0,38,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,1,2926,0,2926,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8296,0,0,0,'',1,1,1,1.25,1,1,0,11472,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2927,0,0,0,0,0,12238,0,0,0,'Vicious Owlbeast',NULL,NULL,0,42,43,0,14,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,2927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,106,'',1,3,1,1.2,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(2928,0,0,0,0,0,12238,0,0,0,'Primitive Owlbeast',NULL,NULL,0,44,45,0,14,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,2928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',1,3,1,1.2,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(2929,0,0,0,0,0,12236,0,0,0,'Savage Owlbeast',NULL,NULL,0,46,47,0,14,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,2929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(2930,0,0,0,0,0,2865,0,0,0,'Sentinel Glynda Nal\'Shea',NULL,NULL,0,45,45,0,80,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,2930,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2931,0,0,0,0,0,1210,0,0,0,'Zaricotl',NULL,NULL,0,55,55,0,7,0,1.05,1.14286,1,2,94,125,0,228,2.4,2000,2000,1,64,2048,0,7,0,0,0,0,65,95,23,1,1,2931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8314,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2932,0,0,0,0,0,4938,0,0,0,'Magregan Deepshadow',NULL,NULL,0,37,37,0,54,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,2932,2932,0,0,0,0,0,0,0,17207,0,0,0,0,0,0,0,0,0,249,330,'SmartAI',1,3,1,1.15,1,1,0,4635,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2934,0,0,0,0,0,5751,0,0,0,'Keeper Bel\'dugur',NULL,NULL,0,42,42,0,68,2,1,1.14286,1,0,62,83,0,152,1,1500,2000,1,37376,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2935,0,0,0,0,0,433,0,0,0,'[PH] Demon Master','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2937,0,0,0,0,0,10043,0,0,0,'Dagun the Ravenous',NULL,NULL,0,43,43,0,18,0,2.18,1.14286,1,1,67,88,0,162,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,2937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,385,'',1,3,1,3,2,1,0,4641,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2938,0,0,0,0,0,5088,0,0,0,'Aldric Hunter','Bear Trainer',NULL,0,50,50,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2939,0,0,0,0,0,5089,0,0,0,'Jackson Bayne','Boar Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2940,0,0,0,0,0,7914,0,0,0,'[UNUSED] Frank Ward','Bird Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2941,0,0,0,0,0,5091,0,0,0,'Lanie Reed','Gryphon Master',NULL,5967,65,65,0,55,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2942,0,0,0,0,0,5010,0,0,0,'Dylan Bissel','Wolf Trainer',NULL,0,5,5,0,12,176,0.93,1.14286,1,0,5,7,0,32,1,1960,2156,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,63,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2943,0,0,0,0,0,7916,0,0,0,'Ransin Donner','',NULL,6565,35,35,0,55,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2944,0,0,0,0,0,10170,0,0,0,'Boss Tho\'grun',NULL,NULL,0,41,42,0,45,0,1.05,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,2944,2944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,105,'',0,3,1,1.2,1,1,0,4640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2945,0,0,0,0,0,1194,0,0,0,'Murdaloc',NULL,NULL,0,42,42,0,59,0,1.05,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,2945,2945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2946,0,0,0,0,0,200,0,0,0,'Puppet of Helcular',NULL,NULL,0,44,44,0,83,0,0.98,1.14286,1,0,72,96,0,174,1,1590,1749,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,0,0,0,0,0,0,0,0,0,13322,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(2947,0,0,0,0,0,3821,0,0,0,'Harken Windtotem',NULL,NULL,0,21,21,0,83,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2948,0,0,0,0,0,3826,0,0,0,'Mull Thunderhorn',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2949,0,0,0,0,0,550,0,0,0,'Palemane Tanner',NULL,NULL,0,5,6,0,39,0,0.95,1.14286,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,7,0,2949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2950,0,0,0,0,0,1216,0,0,0,'Palemane Skinner',NULL,NULL,0,6,7,0,39,0,0.95,1.14286,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,7,0,2950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2951,0,0,0,0,0,1217,0,0,0,'Palemane Poacher',NULL,NULL,0,7,8,0,39,0,0.95,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,2951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2952,0,0,0,0,0,1967,0,0,0,'Bristleback Quilboar',NULL,NULL,0,3,4,0,189,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,2952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'',0,1,1,1,1,1,0,4770,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2953,0,0,0,0,0,6090,0,0,0,'Bristleback Shaman',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,2953,0,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,1,1,1,1,1,0,4770,6634,0,0,0,0,100,1,0,0,'',12340),
|
|
(2954,0,0,0,0,0,6807,0,0,0,'Bristleback Battleboar',NULL,NULL,0,4,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,5,0,0,0,0,3,4,100,1,1,2954,0,100001,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,9066,0,0,0,'SmartAI',1,1,1,1,1,1,0,4849,4848,0,0,0,0,100,1,0,0,'',12340),
|
|
(2955,0,0,0,0,0,1219,0,0,0,'Plainstrider',NULL,NULL,0,1,2,0,189,0,0.666668,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,100,1,1,2955,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12879,0,0,0,'',1,1,1,1,1,1,0,4740,4739,0,0,0,0,100,1,0,0,'',12340),
|
|
(2956,0,0,0,0,0,1220,0,0,0,'Adult Plainstrider',NULL,NULL,0,6,7,0,189,0,0.666668,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,12,0,0,0,0,6,8,100,1,1,2956,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12884,0,0,0,'',1,1,1,1,1,1,0,4759,4806,33009,0,0,0,0,1,0,0,'',12340),
|
|
(2957,0,0,0,0,0,1221,0,0,0,'Elder Plainstrider',NULL,NULL,0,8,9,0,189,0,0.666668,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,12,0,0,0,0,8,11,100,1,1,2957,0,100002,0,0,0,0,0,0,7272,0,0,0,0,0,0,0,5915,0,0,0,'',1,1,1,1,1,1,0,4759,4806,33009,0,0,0,0,1,0,0,'',12340),
|
|
(2958,0,0,0,0,0,1100,0,0,0,'Prairie Wolf',NULL,NULL,0,5,6,0,38,0,1,1.14286,1,0,7,9,0,34,1,1500,2000,1,0,2048,0,1,0,0,0,0,4,6,100,1,1,2958,0,100002,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,5936,0,0,0,'',1,1,1,1,1,1,0,4758,4804,0,0,0,0,0,1,0,0,'',12340),
|
|
(2959,0,0,0,0,0,643,0,0,0,'Prairie Stalker',NULL,NULL,0,7,8,0,38,0,1,1.14286,1,0,10,14,0,38,1,1500,2000,1,0,2048,0,1,0,0,0,0,7,10,100,1,1,2959,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5939,0,0,0,'',1,1,1,1,1,1,0,4758,4804,4801,0,0,0,0,1,0,0,'',12340),
|
|
(2960,0,0,0,0,0,161,0,0,0,'Prairie Wolf Alpha',NULL,NULL,0,9,10,0,38,0,1,1.14286,1,0,13,17,0,42,1,1400,2000,1,0,2048,0,1,0,0,0,0,9,13,100,1,1,2960,0,100002,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,5942,0,0,0,'',1,1,1,1,1,1,0,4758,4803,4804,0,0,0,0,1,0,0,'',12340),
|
|
(2961,0,0,0,0,0,11451,0,0,0,'Mountain Cougar',NULL,NULL,0,3,3,0,7,0,1,0.857143,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,2,100,1,1,2961,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13358,0,0,0,'',1,1,1,1,1,1,0,4742,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2962,0,0,0,0,0,10877,0,0,0,'Windfury Harpy',NULL,NULL,0,7,8,0,514,0,0.95,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,2962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,1,1,1,1,1,0,4751,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2963,0,0,0,0,0,1351,0,0,0,'Windfury Wind Witch',NULL,NULL,0,8,9,0,514,0,0.97,1.14286,1,0,11,15,0,34,1,2000,2000,2,0,2048,0,0,0,0,0,0,7,11,100,7,0,2963,0,0,0,0,0,0,0,0,6982,9532,0,0,0,0,0,0,0,0,8,15,'',1,1,1,1,1,1,0,4751,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2964,0,0,0,0,0,1255,0,0,0,'Windfury Sorceress',NULL,NULL,0,9,10,0,514,0,1.38889,0.85714,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,7,0,2964,2964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'',1,1,1,1,1,1,0,4752,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2965,0,0,0,0,0,10869,0,0,0,'Windfury Matriarch',NULL,NULL,0,10,11,0,514,0,1.38889,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,2965,2965,0,0,0,0,0,0,0,332,9532,0,0,0,0,0,0,0,0,10,18,'',1,1,1,1,1,1,0,4753,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2966,0,0,0,0,0,8869,0,0,0,'Battleboar',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,5,0,0,0,0,2,3,100,1,1,2966,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9065,0,0,0,'',1,1,1,1,1,1,0,4849,4848,0,0,0,0,100,1,0,0,'',12340),
|
|
(2967,0,0,0,0,0,9410,0,0,0,'Galak Centaur',NULL,NULL,0,8,9,0,131,0,0.666668,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,2967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2968,0,0,0,0,0,9409,0,0,0,'Galak Outrunner',NULL,NULL,0,9,10,0,131,0,0.666668,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,2968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2969,0,0,0,0,0,1228,0,0,0,'Wiry Swoop',NULL,NULL,0,5,7,0,73,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,7,0,0,0,0,6,8,100,1,1,2969,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12855,0,0,0,'',1,1,1,1,1,1,0,4769,4807,0,0,0,0,100,1,0,0,'',12340),
|
|
(2970,0,0,0,0,0,1229,0,0,0,'Swoop',NULL,NULL,0,7,9,0,73,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,7,0,0,0,0,8,11,100,1,1,2970,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12856,0,0,0,'',1,1,1,1,1,1,0,4769,4807,0,0,0,0,100,1,0,0,'',12340),
|
|
(2971,0,0,0,0,0,10824,0,0,0,'Taloned Swoop',NULL,NULL,0,8,10,0,73,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,7,0,0,0,0,9,13,100,1,1,2971,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12857,0,0,0,'',1,1,1,1,1,1,0,4769,4807,0,0,0,0,100,1,0,0,'',12340),
|
|
(2972,0,0,0,0,0,1451,1454,0,0,'Kodo Calf',NULL,NULL,0,7,8,0,15,0,1,0.85714,1,0,10,14,0,38,1,3000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,1,0,2972,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(2973,0,0,0,0,0,1230,0,0,0,'Kodo Bull',NULL,NULL,0,10,11,0,15,0,1,1.14286,1,0,15,20,0,44,1,3000,2000,1,0,2048,0,0,0,0,0,0,9,14,0,1,0,2973,0,100002,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2974,0,0,0,0,0,10918,0,0,0,'Kodo Matriarch',NULL,NULL,0,11,12,0,15,0,1,1.14286,1,0,17,22,0,46,1,3000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,2974,0,100003,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2975,0,0,0,0,0,7243,3901,355,3902,'Venture Co. Hireling',NULL,NULL,0,5,6,0,47,0,0.95,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,2975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2976,0,0,0,0,0,355,1122,3903,7244,'Venture Co. Laborer',NULL,NULL,0,6,7,0,47,0,1,0.85714,1,0,9,12,0,36,1,3000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,2976,2976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2977,0,0,0,0,0,355,3908,4099,7246,'Venture Co. Taskmaster',NULL,NULL,0,7,8,0,47,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,2977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2978,0,0,0,0,0,355,1122,3909,7247,'Venture Co. Worker',NULL,NULL,0,8,9,0,47,0,1,0.85714,1,0,11,15,0,40,1,3200,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,2978,2978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2979,0,0,0,0,0,3904,3905,3906,7245,'Venture Co. Supervisor',NULL,NULL,0,9,10,0,47,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,2979,2979,0,0,0,0,0,0,0,6673,0,0,0,0,0,0,0,0,0,9,17,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2980,0,0,0,0,0,3808,0,0,0,'Grull Hawkwind',NULL,NULL,4045,4,4,0,104,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,4864,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2981,0,0,0,0,0,3809,0,0,0,'Chief Hawkwind',NULL,NULL,11006,36,36,0,104,3,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,4864,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2982,0,0,0,0,0,3813,0,0,0,'Seer Graytongue',NULL,NULL,0,8,8,0,104,2,0.95,1.14286,1,0,10,14,0,38,1,2000,2000,1,4864,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2983,0,0,0,0,0,1236,0,0,0,'The Plains Vision',NULL,NULL,0,7,7,0,35,0,0.75,1.14286,1,0,9,12,0,36,1,1940,2134,1,0,2048,0,0,0,0,0,0,6,8,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,2,'',12340),
|
|
(2984,0,0,0,0,0,3815,0,0,0,'Seer Wiserunner',NULL,NULL,0,11,11,0,104,2,0.97,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,100,7,0,2984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2985,0,0,0,0,0,3822,0,0,0,'Ruul Eagletalon',NULL,NULL,0,9,9,0,104,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2986,0,0,0,0,0,10969,0,0,0,'Dorn Plainstalker',NULL,NULL,0,29,29,0,104,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2987,0,0,0,0,0,4516,0,0,0,'Eyahn Eagletalon',NULL,NULL,0,12,12,0,83,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4608,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2988,0,0,0,0,0,1624,0,0,0,'Morin Cloudstalker',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2989,0,0,0,0,0,3785,3786,0,0,'Bael\'dun Digger',NULL,NULL,0,7,8,0,57,0,0.95,1.14286,1,0,10,14,0,38,1,3200,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,2989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,1,1,1,1,1,0,4702,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2990,0,0,0,0,0,3787,3788,0,0,'Bael\'dun Appraiser',NULL,NULL,0,8,9,0,57,0,0.97,1.14286,1,0,8,12,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,8,11,11,7,0,2990,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,1,1,1,1,1,0,4702,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(2991,0,0,0,0,0,3841,0,0,0,'Greatmother Hawkwind',NULL,NULL,0,9,9,0,35,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2992,0,0,0,0,0,2030,0,0,0,'Healing Ward V',NULL,NULL,0,28,38,0,58,0,1.1,1.14286,1,0,53,70,0,128,1,1680,1848,1,0,2048,0,0,0,0,0,0,36,53,13,11,0,2992,0,0,0,0,0,0,0,0,4972,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(2993,0,0,0,0,0,3792,0,0,0,'Baine Bloodhoof',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2994,0,0,0,0,0,3824,0,0,0,'Ancestral Spirit',NULL,NULL,0,9,9,0,104,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,768,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2995,0,0,0,0,0,2098,0,0,0,'Tal','Wind Rider Master',NULL,4326,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2996,0,0,0,0,0,2104,0,0,0,'Torn','Banker',NULL,0,45,45,0,104,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2997,0,0,0,0,0,2110,0,0,0,'Jyn Stonehoof','Weapons Merchant',NULL,0,30,30,0,104,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2998,0,0,0,0,0,2090,0,0,0,'Karn Stonehoof','Blacksmithing Trainer',NULL,1017,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(2999,0,0,0,0,0,2100,0,0,0,'Taur Stonehoof','Blacksmithing Supplies',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3000,0,0,0,0,0,7218,0,0,0,'Gibbert','Weapon Merchant',NULL,0,45,45,0,35,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3001,0,0,0,0,0,2083,0,0,0,'Brek Stonehoof','Mining Trainer',NULL,7690,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3002,0,0,0,0,0,2092,0,0,0,'Kurm Stonehoof','Mining Supplies',NULL,0,40,40,0,104,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3003,0,0,0,0,0,2109,0,0,0,'Fyr Mistrunner','Bread Vendor',NULL,0,30,30,0,104,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3004,0,0,0,0,0,2126,0,0,0,'Tepa','Tailoring Trainer',NULL,4351,35,35,0,104,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3005,0,0,0,0,0,2093,0,0,0,'Mahu','Leatherworking & Tailoring Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3007,0,0,0,0,0,2127,0,0,0,'Una','Leatherworking Trainer',NULL,4242,46,46,0,104,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3008,0,0,0,0,0,2094,0,0,0,'Mak','Apprentice Leatherworker',NULL,4187,24,24,0,104,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3009,0,0,0,0,0,2108,0,0,0,'Bena Winterhoof','Alchemy Trainer',NULL,4128,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3010,0,0,0,0,0,2116,0,0,0,'Mani Winterhoof','Alchemy Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3011,0,0,0,0,0,2101,0,0,0,'Teg Dawnstrider','Enchanting Trainer',NULL,4165,35,35,0,104,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3012,0,0,0,0,0,2118,0,0,0,'Nata Dawnstrider','Enchanting Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3013,0,0,0,0,0,2091,0,0,0,'Komin Winterhoof','Herbalism Trainer',NULL,7691,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3014,0,0,0,0,0,2119,0,0,0,'Nida Winterhoof','Herbalism Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3015,0,0,0,0,0,2114,0,0,0,'Kuna Thunderhorn','Bowyer & Fletching Goods',NULL,0,30,30,0,104,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3016,0,0,0,0,0,2099,0,0,0,'Tand','Basket Weaver',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3017,0,0,0,0,0,2117,0,0,0,'Nan Mistrunner','Fruit Vendor',NULL,0,30,30,0,104,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3018,0,0,0,0,0,2086,0,0,0,'Hogor Thunderhoof','Guns Merchant',NULL,0,30,30,0,104,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3019,0,0,0,0,0,2084,0,0,0,'Delgo Ragetotem','Axe Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3020,0,0,0,0,0,2085,0,0,0,'Etu Ragetotem','Mace & Staff Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3021,0,0,0,0,0,2089,0,0,0,'Kard Ragetotem','Sword & Dagger Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3022,0,0,0,0,0,2124,0,0,0,'Sunn Ragetotem','Staff Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3023,0,0,0,0,0,2125,0,0,0,'Sura Wildmane','War Harness Vendor',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3024,0,0,0,0,0,2097,0,0,0,'Tah Winterhoof',NULL,NULL,0,30,30,0,104,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3025,0,0,0,0,0,2111,0,0,0,'Kaga Mistrunner','Meat Vendor',NULL,0,30,30,0,104,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3026,0,0,0,0,0,2107,0,0,0,'Aska Mistrunner','Cooking Trainer',NULL,0,45,45,0,104,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3027,0,0,0,0,0,2095,0,0,0,'Naal Mistrunner','Cooking Supplies',NULL,0,40,40,0,104,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3028,0,0,0,0,0,2088,0,0,0,'Kah Mistrunner','Fishing Trainer',NULL,0,45,45,0,104,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3029,0,0,0,0,0,2120,0,0,0,'Sewa Mistrunner','Fishing Supplies',NULL,0,40,40,0,104,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3030,0,0,0,0,0,2123,0,0,0,'Siln Skychaser','Shaman Trainer',NULL,4528,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,7,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3031,0,0,0,0,0,2102,0,0,0,'Tigor Skychaser','Shaman Trainer',NULL,4530,40,40,0,104,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,7,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3032,0,0,0,0,0,2082,0,0,0,'Beram Skychaser','Shaman Trainer',NULL,4529,60,60,0,104,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,7,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3033,0,0,0,0,0,2106,0,0,0,'Turak Runetotem','Druid Trainer',NULL,3921,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,11,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3034,0,0,0,0,0,2121,0,0,0,'Sheal Runetotem','Druid Trainer',NULL,4606,60,60,0,104,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,11,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3035,0,0,0,0,0,1059,0,0,0,'Flatland Cougar',NULL,NULL,0,7,8,0,14,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,3035,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5819,0,0,0,'',1,1,1,1,1,1,0,4805,4802,0,0,0,0,100,1,0,0,'',12340),
|
|
(3036,0,0,0,0,0,2115,0,0,0,'Kym Wildmane','Druid Trainer',NULL,4607,40,40,0,104,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,11,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3037,0,0,0,0,0,2122,0,0,0,'Sheza Wildmane',NULL,NULL,0,30,30,0,104,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3038,0,0,0,0,0,2112,0,0,0,'Kary Thunderhorn','Hunter Trainer',NULL,4011,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,3,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3039,0,0,0,0,0,2087,0,0,0,'Holt Thunderhorn','Hunter Trainer',NULL,4023,60,60,0,104,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,3,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3040,0,0,0,0,0,2105,0,0,0,'Urek Thunderhorn','Hunter Trainer',NULL,4524,40,40,0,104,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,3,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3041,0,0,0,0,0,2103,0,0,0,'Torm Ragetotem','Warrior Trainer',NULL,4526,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3042,0,0,0,0,0,2096,0,0,0,'Sark Ragetotem','Warrior Trainer',NULL,4525,60,60,0,104,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3043,0,0,0,0,0,2113,0,0,0,'Ker Ragetotem','Warrior Trainer',NULL,4527,40,40,0,104,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3044,0,0,0,0,0,2139,0,0,0,'Miles Welsh','Priest Trainer',NULL,4533,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33280,2048,0,0,0,0,5,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3045,0,0,0,0,0,2138,0,0,0,'Malakai Cross','Priest Trainer',NULL,4531,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33280,2048,0,0,0,0,5,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3046,0,0,0,0,0,2137,0,0,0,'Father Cobb','Priest Trainer',NULL,4532,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33280,2048,0,0,0,0,5,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3047,0,0,0,0,0,2134,0,0,0,'Archmage Shymm','Mage Trainer',NULL,4534,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33280,2048,0,0,0,0,8,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,143,145,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3048,0,0,0,0,0,6058,0,0,0,'Ursyn Ghull','Mage Trainer',NULL,4536,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33280,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3049,0,0,0,0,0,2135,0,0,0,'Thurston Xane','Mage Trainer',NULL,4535,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33280,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3050,0,0,0,0,0,4517,0,0,0,'Veren Tallstrider',NULL,NULL,0,21,21,0,104,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3051,0,0,0,0,0,7134,0,0,0,'Supervisor Fizsprocket',NULL,NULL,0,12,12,0,47,0,0.98,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,3051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,'',1,1,1,1,1,1,0,4819,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3052,0,0,0,0,0,3823,0,0,0,'Skorn Whitecloud',NULL,NULL,24,21,21,0,104,3,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3053,0,0,0,0,0,7219,0,0,0,'Synge','Gun Merchant',NULL,0,30,30,0,35,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3054,0,0,0,0,0,3814,0,0,0,'Zarlman Two-Moons',NULL,NULL,0,7,7,0,104,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4608,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3055,0,0,0,0,0,1678,0,0,0,'Maur Raincaller',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3056,0,0,0,0,0,720,0,0,0,'Ghost Howl',NULL,NULL,0,12,12,0,38,0,1,1.14286,1,4,17,22,0,46,1,2000,1705,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,3056,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3057,0,0,0,0,0,4307,0,0,0,'Cairne Bloodhoof','High Chieftain',NULL,5851,83,83,2,104,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,4160,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,15284,16856,23931,59705,0,0,0,0,0,0,700000,790000,'',0,1,1,400,16,1,1,0,0,0,0,0,0,0,1,617299967,0,'npc_cairne_bloodhoof',12340),
|
|
(3058,0,0,0,0,0,10916,0,0,0,'Arra\'chea',NULL,NULL,0,11,11,0,15,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,1,0,3058,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,4841,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3059,0,0,0,0,0,3793,0,0,0,'Harutt Thunderhorn','Warrior Trainer',NULL,4645,10,10,0,104,51,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,1,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3060,0,0,0,0,0,3819,0,0,0,'Gart Mistrunner','Druid Trainer',NULL,4644,9,9,0,104,51,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,11,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3061,0,0,0,0,0,3810,0,0,0,'Lanka Farshot','Hunter Trainer',NULL,4647,11,11,0,104,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4864,2048,0,0,0,0,3,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3062,0,0,0,0,0,10180,0,0,0,'Meela Dawnstrider','Shaman Trainer',NULL,4103,10,10,0,104,51,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,7,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3063,0,0,0,0,0,3794,0,0,0,'Krang Stonehoof','Warrior Trainer',NULL,655,14,14,0,104,51,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,0,0,1,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3064,0,0,0,0,0,3820,0,0,0,'Gennia Runetotem','Druid Trainer',NULL,3926,12,12,0,104,51,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4608,2048,0,0,0,0,11,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3065,0,0,0,0,0,3811,0,0,0,'Yaw Sharpmane','Hunter Trainer',NULL,4012,11,11,0,104,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,3,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3066,0,0,0,0,0,3816,0,0,0,'Narm Skychaser','Shaman Trainer',NULL,4103,13,13,0,104,51,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,7,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3067,0,0,0,0,0,3795,0,0,0,'Pyall Silentstride','Cook',NULL,5854,12,12,0,104,83,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4608,2048,0,0,2,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3068,0,0,0,0,0,1961,0,0,0,'Mazzranache',NULL,NULL,0,9,9,0,14,0,0.666668,0.85714,1,4,11,15,0,40,1,2000,2000,1,0,2048,0,12,0,0,0,0,8,11,100,1,1,3068,0,100002,0,0,0,0,0,0,3583,6268,0,0,0,0,0,0,5921,0,0,0,'',1,1,1,1,1,1,0,4759,4806,33009,0,0,0,100,1,0,0,'',12340),
|
|
(3069,0,0,0,0,0,3796,0,0,0,'Chaw Stronghide','Leatherworking Trainer',NULL,4185,23,23,0,104,83,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,4608,2048,0,0,2,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3070,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Alchemy Trainer','Alchemist <Needs Model>','',0,11,11,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3071,0,0,0,0,0,2578,0,0,0,'[UNUSED] [PH] Mulgore Herbalism Trainer','Herbalist <Needs Model>','',0,10,10,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3072,0,0,0,0,0,3797,0,0,0,'Kawnie Softbreeze','General Goods',NULL,0,8,8,0,104,386,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4864,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3073,0,0,0,0,0,3799,0,0,0,'Marjak Keenblade','Weaponsmith',NULL,0,9,9,0,104,4224,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,768,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3074,0,0,0,0,0,3798,0,0,0,'Varia Hardhide','Leather Armor Merchant',NULL,0,7,7,0,104,4226,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3075,0,0,0,0,0,3801,0,0,0,'Bronk Steelrage','Armorer & Shieldcrafter',NULL,0,10,10,0,104,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3076,0,0,0,0,0,3800,0,0,0,'Moorat Longstride','General Goods',NULL,0,12,12,0,104,386,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4608,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3077,0,0,0,0,0,3802,0,0,0,'Mahnott Roughwound','Weaponsmith',NULL,0,11,11,0,104,4224,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3078,0,0,0,0,0,3803,0,0,0,'Kennah Hawkseye','Gunsmith',NULL,0,10,10,0,104,4482,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3079,0,0,0,0,0,10182,0,0,0,'Varg Windwhisper','Leather Armor Merchant',NULL,10181,14,14,0,104,4226,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3080,0,0,0,0,0,3804,0,0,0,'Harant Ironbrace','Armorer & Shieldcrafter',NULL,0,13,13,0,104,4224,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3081,0,0,0,0,0,3806,0,0,0,'Wunna Darkmane','Trade Goods',NULL,0,10,10,0,104,130,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3082,0,0,0,0,0,3772,3773,0,0,'[UNUSED] Narache Guard','','',0,25,30,0,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3083,0,0,0,0,0,2140,0,0,0,'Honor Guard',NULL,NULL,0,80,80,2,105,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3084,0,0,0,0,0,2141,8572,9391,9392,'Bluffwatcher',NULL,'Directions',721,75,75,2,83,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3085,0,0,0,0,0,3375,0,0,0,'Gloria Femmel','Cooking Supplies',NULL,0,20,20,0,12,128,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3086,0,0,0,0,0,3378,0,0,0,'Gretchen Vogel','Waitress',NULL,0,20,20,0,12,640,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3087,0,0,0,0,0,3379,0,0,0,'Crystal Boughman','Cooking Trainer',NULL,5853,22,22,0,12,81,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,2,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3088,0,0,0,0,0,3380,0,0,0,'Henry Chapal','Gunsmith',NULL,0,25,25,0,12,4480,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3089,0,0,0,0,0,3373,0,0,0,'Sherman Femmel','Butcher',NULL,0,21,21,0,12,640,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3090,0,0,0,0,0,3381,0,0,0,'Gerald Crawley','Poison Supplies',NULL,0,25,25,0,12,1152,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3091,0,0,0,0,0,3376,0,0,0,'Franklin Hamar','Tailoring Supplies',NULL,0,26,26,0,12,128,1,1.14286,1,0,37,49,0,90,1,1000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3092,0,0,0,0,0,2133,0,0,0,'Tagain','Cloth Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3093,0,0,0,0,0,2129,0,0,0,'Grod','Leather Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3094,0,0,0,0,0,146,0,0,0,'Unseen',NULL,NULL,0,49,51,0,15,0,1.11111,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,6,0,3094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3095,0,0,0,0,0,2132,0,0,0,'Fela','Heavy Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3096,0,0,0,0,0,5015,0,0,0,'Captured Servant of Azora','Specialist Tailoring Supplies',NULL,0,22,22,0,35,130,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,768,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3097,0,0,0,0,0,5013,0,0,0,'Bernard Brubaker','Leather Armor Merchant',NULL,0,20,20,0,12,4226,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3098,0,0,0,0,0,503,0,0,0,'Mottled Boar',NULL,NULL,0,1,2,0,189,0,1,0.85714,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,5,0,0,0,0,1,1,100,1,1,3098,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9074,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3099,0,0,0,0,0,381,0,0,0,'Dire Mottled Boar',NULL,NULL,0,6,7,0,189,0,1,0.85714,1,0,9,12,0,36,1,2000,2101,1,0,2048,0,5,0,0,0,0,6,8,100,1,1,3099,0,100002,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,9069,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3100,0,0,0,0,0,193,0,0,0,'Elder Mottled Boar',NULL,NULL,0,8,9,0,189,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,5,0,0,0,0,8,11,100,1,1,3100,0,100002,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,9071,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3101,0,0,0,0,0,1185,0,0,0,'Vile Familiar',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2178,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,3101,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,2,7,'SmartAI',1,3,1,1,1,1,0,6487,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3102,0,0,0,0,0,850,0,0,0,'Felstalker',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2178,1,0,2048,0,0,0,0,0,0,2,3,100,3,0,3102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,6640,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3103,0,0,0,0,0,1940,0,0,0,'Makrura Clacker',NULL,NULL,0,6,7,0,129,0,1,0.857143,1,0,9,12,0,36,1,2000,2101,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,3103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,4887,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3104,0,0,0,0,0,1246,0,0,0,'Makrura Shellhide',NULL,NULL,0,6,7,0,129,0,1,0.857143,1,0,9,12,0,36,1,2000,2101,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,3104,3104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,4887,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3105,0,0,0,0,0,1248,0,0,0,'Makrura Snapclaw',NULL,NULL,0,8,8,0,129,0,1,0.85714,1,0,10,14,0,38,1,2000,2046,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,3105,0,0,0,0,0,0,0,0,5424,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,4887,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3106,0,0,0,0,0,1307,0,0,0,'Pygmy Surf Crawler',NULL,NULL,0,5,6,0,7,0,1,0.857143,1,0,7,9,0,34,1,2000,2145,1,0,2048,0,8,0,0,0,0,4,6,100,1,1,3106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5835,0,0,0,'SmartAI',1,3,1,1,1,1,0,4888,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3107,0,0,0,0,0,1938,0,0,0,'Surf Crawler',NULL,NULL,0,7,8,0,7,0,1,0.857143,1,0,10,14,0,38,1,2000,2101,1,0,2048,0,8,0,0,0,0,7,10,100,1,1,3107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13022,0,0,0,'SmartAI',1,3,1,1,1,1,0,4888,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3108,0,0,0,0,0,999,0,0,0,'Encrusted Surf Crawler',NULL,NULL,0,9,10,0,7,0,1,0.85714,1,0,13,17,0,42,1,2000,2068,1,0,2048,0,8,0,0,0,0,9,13,100,1,1,3108,0,0,0,0,0,0,0,0,5426,0,0,0,0,0,0,0,5836,0,0,0,'SmartAI',1,3,1,1,1,1,0,4888,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3110,0,0,0,0,0,1250,0,0,0,'Dreadmaw Crocolisk',NULL,NULL,0,9,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,6,0,0,0,0,9,14,100,1,1,3110,0,100002,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,5800,0,0,0,'SmartAI',1,3,1,1,1,1,0,4891,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3111,0,0,0,0,0,1218,0,0,0,'Razormane Quilboar',NULL,NULL,0,6,7,0,109,0,0.92,1.14286,1,0,9,12,0,36,1,2000,2101,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,3111,3111,0,0,0,0,0,0,0,5280,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3112,0,0,0,0,0,1252,0,0,0,'Razormane Scout',NULL,NULL,0,7,8,0,109,0,0.95,1.14286,1,0,10,14,0,38,1,2000,2101,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,3112,3112,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,7,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3113,0,0,0,0,0,6088,0,0,0,'Razormane Dustrunner',NULL,NULL,0,8,9,0,109,0,1,0.857143,1,0,11,15,0,34,1,2000,2101,2,0,2048,0,0,0,0,0,0,7,11,100,7,0,3113,3113,0,0,0,0,0,0,0,774,6950,0,0,0,0,0,0,0,0,7,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3114,0,0,0,0,0,1964,0,0,0,'Razormane Battleguard',NULL,NULL,0,9,10,0,109,0,1,0.857143,1,0,13,17,0,42,1,2000,2090,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,3114,3114,0,0,0,0,0,0,0,3248,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3115,0,0,0,0,0,3012,0,0,0,'Dustwind Harpy',NULL,NULL,0,7,8,0,514,0,1.38889,0.85714,1,0,10,14,0,38,1,2000,2101,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,3115,3115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3116,0,0,0,0,0,6814,0,0,0,'Dustwind Pillager',NULL,NULL,0,7,8,0,514,0,1.38889,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,3116,3116,0,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3117,0,0,0,0,0,2166,0,0,0,'Dustwind Savage',NULL,NULL,0,9,10,0,514,0,1.38889,0.85714,1,0,13,17,0,42,1,1300,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,3117,3117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3118,0,0,0,0,0,6815,0,0,0,'Dustwind Storm Witch',NULL,NULL,0,10,11,0,514,0,1.38889,1.14286,1,0,14,18,0,40,1,2000,2046,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,3118,3118,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3119,0,0,0,0,0,9442,0,0,0,'Kolkar Drudge',NULL,NULL,0,6,7,0,130,0,0.92,1.14286,1,0,9,12,0,36,1,2000,2101,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,3119,3119,0,0,70,0,0,30,0,7272,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,4870,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3120,0,0,0,0,0,9443,0,0,0,'Kolkar Outrunner',NULL,NULL,0,7,8,0,130,0,0.92,1.14286,1,0,10,13,0,32,1,2000,2101,2,0,2048,0,0,0,0,0,0,6,9,100,7,0,3120,3120,0,0,70,0,0,30,0,6660,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,4870,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3121,0,0,0,0,0,598,0,0,0,'Durotar Tiger',NULL,NULL,0,7,8,0,14,0,1,1.14286,1,0,10,14,0,38,1,1300,2101,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,3121,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5818,0,0,0,'',1,1,1,1,1,1,0,4892,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(3122,0,0,0,0,0,1960,0,0,0,'Bloodtalon Taillasher',NULL,NULL,0,6,8,0,14,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,11,0,0,0,0,7,10,100,1,1,3122,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,13201,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3123,0,0,0,0,0,1959,0,0,0,'Bloodtalon Scythemaw',NULL,NULL,0,8,10,0,48,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,11,0,0,0,0,9,13,100,1,1,3123,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,13202,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3124,0,0,0,0,0,2485,0,0,0,'Scorpid Worker',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2178,1,0,2048,0,20,0,0,0,0,1,2,100,1,1,3124,0,100008,0,0,0,0,0,0,6752,0,0,0,0,0,0,0,5864,0,0,0,'SmartAI',1,3,1,1,1,1,0,4862,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3125,0,0,0,0,0,2486,0,0,0,'Clattering Scorpid',NULL,NULL,0,5,6,0,413,0,1,0.85714,1,0,7,9,0,34,1,2000,2101,1,0,2048,0,20,0,0,0,0,4,6,100,1,1,3125,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12968,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3126,0,0,0,0,0,2487,0,0,0,'Armored Scorpid',NULL,NULL,0,7,8,0,413,0,1,0.85714,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,20,0,0,0,0,7,10,100,1,1,3126,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12970,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3127,0,0,0,0,0,2732,0,0,0,'Venomtail Scorpid',NULL,NULL,0,9,10,0,413,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,20,0,0,0,0,9,13,100,1,1,3127,0,100002,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5865,0,0,0,'SmartAI',1,3,1,1,1,1,0,4886,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3128,0,0,0,0,0,3734,3735,0,0,'Kul Tiras Sailor',NULL,NULL,0,5,6,0,123,0,0.92,1.14286,1,0,7,9,0,34,1,2000,2101,1,32768,2048,0,0,0,0,0,0,4,6,100,7,0,3128,3128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,4870,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3129,0,0,0,0,0,1860,1862,0,0,'Kul Tiras Marine',NULL,NULL,0,6,7,0,123,0,0.92,1.14286,1,0,9,12,0,36,1,2000,2101,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,3129,3129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,4870,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3130,0,0,0,0,0,2179,0,0,0,'Thunder Lizard',NULL,NULL,0,9,10,0,14,0,1,0.85714,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,3130,0,100002,0,0,0,0,0,0,6255,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,6486,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3131,0,0,0,0,0,1532,1533,1958,0,'Lightning Hide',NULL,NULL,0,10,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2090,1,0,2048,0,0,0,0,0,0,9,14,100,1,0,3131,0,100002,0,0,0,0,0,0,5401,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,6486,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3133,0,0,0,0,0,4286,0,0,0,'Herble Baubbletump','Engineering & Mining Supplies',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3134,0,0,0,0,0,7131,0,0,0,'Kzixx','Rare Goods',NULL,0,25,25,0,120,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3135,0,0,0,0,0,4337,0,0,0,'Malissa','Poison Supplies',NULL,0,24,24,0,12,1152,1,1.14286,1,0,34,46,0,84,1,1500,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3136,0,0,0,0,0,4330,0,0,0,'Clarise Gnarltree','Blacksmithing Trainer',NULL,2781,31,31,0,12,81,1,1.14286,1,0,44,58,0,106,1,1500,2000,1,512,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3137,0,0,0,0,0,4333,0,0,0,'Matt Johnson','Mining Trainer',NULL,7690,20,20,0,12,81,1,1.14286,1,0,29,39,0,70,1,1000,2000,1,512,2048,0,0,2,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3138,0,0,0,0,0,4339,0,0,0,'Scott Carevin','Mushroom Seller',NULL,0,25,25,0,12,640,1,1.14286,1,0,35,48,0,86,1,1000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3139,0,0,0,0,0,3736,0,0,0,'Gar\'Thok',NULL,NULL,11790,10,10,0,29,2,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3140,0,0,0,0,0,4070,0,0,0,'Lar Prowltusk',NULL,NULL,0,7,7,0,126,2,1,1.14286,1,0,9,12,0,36,1,2000,2134,1,512,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3141,0,0,0,0,0,1818,0,0,0,'Makrura Elder',NULL,NULL,0,8,9,0,129,0,0.96,1.14286,1,0,11,15,0,40,1,2000,2079,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,3141,0,0,0,0,0,0,0,0,5424,0,0,0,0,0,0,0,0,0,7,15,'SmartAI',1,3,1,1,1,1,0,4887,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3142,0,0,0,0,0,1877,0,0,0,'Orgnil Soulscar',NULL,NULL,0,18,18,0,29,2,1,1.14286,1,0,26,35,0,64,1,2000,2013,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3143,0,0,0,0,0,1653,0,0,0,'Gornek',NULL,NULL,2910,5,5,0,29,3,1,1.14286,1,0,5,7,0,32,1,2000,2156,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3144,0,0,0,0,0,1619,0,0,0,'Eitrigg',NULL,NULL,2901,20,20,0,29,3,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3145,0,0,0,0,0,1875,0,0,0,'Zureetha Fargaze',NULL,NULL,0,12,12,0,29,2,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3146,0,0,0,0,0,1867,0,0,0,'Gurek','Spirit Healer',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3147,0,0,0,0,0,1275,0,0,0,'Furl Scornbrow',NULL,NULL,0,6,6,0,29,2,0.92,1.14286,1,0,7,9,0,34,1,2000,2145,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3148,0,0,0,0,0,2576,0,0,0,'[UNUSED] Torc the Orc','Zeppelin Operator','',0,60,60,0,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3149,0,0,0,0,0,9352,0,0,0,'Nez\'raz','Durotar Zeppelin Master',NULL,1971,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(3150,0,0,0,0,0,11911,0,0,0,'Hin Denburg','Stranglethorn Vale Zeppelin Master',NULL,2101,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(3151,0,0,0,0,0,1233,0,0,0,'Captain Obvious','Boat Operator',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3152,0,0,0,0,0,1233,0,0,0,'Cap\'n Copyright','Boat Operator',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3153,0,0,0,0,0,1880,0,0,0,'Frang','Warrior Trainer',NULL,523,11,11,0,29,51,1,1.14286,1,0,15,20,0,44,1,2000,2090,1,768,2048,0,0,0,0,1,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3154,0,0,0,0,0,1882,0,0,0,'Jen\'shan','Hunter Trainer',NULL,4648,8,8,0,126,51,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,3,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3155,0,0,0,0,0,1886,0,0,0,'Rwag','Rogue Trainer',NULL,141,8,8,0,29,51,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,4,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3156,0,0,0,0,0,1884,0,0,0,'Nartok','Warlock Trainer',NULL,4643,9,9,0,29,51,1,1.14286,1,0,11,15,0,40,1,2000,2112,1,768,2048,0,0,0,0,9,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3157,0,0,0,0,0,1878,0,0,0,'Shikrik','Shaman Trainer',NULL,4652,10,10,0,29,51,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,7,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3158,0,0,0,0,0,1879,0,0,0,'Duokna','General Goods',NULL,0,10,10,0,29,386,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3159,0,0,0,0,0,1883,0,0,0,'Kzan Thornslash','Weaponsmith',NULL,0,34,34,0,29,4224,1,1.14286,1,0,47,63,0,114,1,2000,1837,1,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3160,0,0,0,0,0,1881,0,0,0,'Huklah','Cloth & Leather Armor Merchant',NULL,0,11,11,0,29,4226,1,1.14286,1,0,15,20,0,44,1,2000,2090,1,768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3161,0,0,0,0,0,1885,0,0,0,'Rarc','Armorer & Shieldcrafter',NULL,0,10,10,0,29,4224,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3162,0,0,0,0,0,3408,0,0,0,'Burdrak Harglhelm','Leather Armor Merchant',NULL,0,12,12,0,55,4226,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3163,0,0,0,0,0,3738,0,0,0,'Uhgar','Weaponsmith',NULL,0,15,15,0,29,4224,1,1.14286,1,0,22,29,0,54,1,2000,2046,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3164,0,0,0,0,0,3737,0,0,0,'Jark','General Goods',NULL,0,14,14,0,29,386,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3165,0,0,0,0,0,3739,0,0,0,'Ghrawt','Bowyer',NULL,0,13,13,0,29,4482,1,1.14286,1,0,18,24,0,48,1,2000,2068,1,512,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3166,0,0,0,0,0,3740,0,0,0,'Cutac','Cloth & Leather Armor Merchant',NULL,0,14,14,0,29,4226,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3167,0,0,0,0,0,3742,0,0,0,'Wuark','Armorer & Shieldcrafter',NULL,0,16,16,0,29,4224,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3168,0,0,0,0,0,3741,0,0,0,'Flakk','Trade Supplies',NULL,0,15,15,0,29,130,1,1.14286,1,0,22,29,0,54,1,2000,2046,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3169,0,0,0,0,0,3743,0,0,0,'Tarshaw Jaggedscar','Warrior Trainer',NULL,523,43,43,0,29,51,1,1.14286,1,0,67,88,0,162,1,2000,1738,1,512,2048,0,0,0,0,1,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3170,0,0,0,0,0,3749,0,0,0,'Kaplak','Rogue Trainer',NULL,141,14,14,0,29,51,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,4,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3171,0,0,0,0,0,3744,0,0,0,'Thotar','Hunter Trainer',NULL,4017,16,16,0,29,51,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,512,2048,0,0,0,0,3,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3172,0,0,0,0,0,3745,0,0,0,'Dhugru Gorelust','Warlock Trainer',NULL,4641,37,37,0,29,51,1,1.14286,1,0,51,68,0,124,1,2000,1804,1,512,2048,0,0,0,0,9,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3173,0,0,0,0,0,3746,0,0,0,'Swart','Shaman Trainer',NULL,4104,15,15,0,29,51,1,1.14286,1,0,22,29,0,54,1,2000,2046,1,512,2048,0,0,0,0,7,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3174,0,0,0,0,0,3747,0,0,0,'Dwukk','Blacksmithing Trainer',NULL,2746,27,27,0,29,83,1,1.14286,1,0,38,51,0,92,1,2000,1914,1,512,2048,0,0,2,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3175,0,0,0,0,0,3748,0,0,0,'Krunn','Mining Trainer',NULL,0,16,16,0,29,83,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,512,2048,0,0,2,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3176,0,0,0,0,0,1139,0,0,0,'[UNUSED] [PH] Durotar Engineering Trainer','Miner','',0,16,16,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3177,0,0,0,0,0,3411,0,0,0,'Turuk Amberstill','Dwarven Weaponsmith',NULL,0,10,10,0,55,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3178,0,0,0,0,0,3468,0,0,0,'Stuart Fleming','Fishing Supplies',NULL,0,25,25,0,12,640,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3179,0,0,0,0,0,3470,0,0,0,'Harold Riggs','Fishing Trainer',NULL,5665,25,25,0,12,83,1,1.14286,1,0,35,48,0,86,1,1500,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3180,0,0,0,0,0,3471,0,0,0,'Dark Iron Entrepreneur','Speciality Goods',NULL,0,30,31,0,35,130,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,768,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3181,0,0,0,0,0,3469,0,0,0,'Fremal Doohickey','First Aid Trainer',NULL,5855,30,30,0,875,83,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3182,0,0,0,0,0,3481,0,0,0,'Junder Brokk',NULL,NULL,0,20,20,0,55,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3183,0,0,0,0,0,1876,0,0,0,'Yarrog Baneshadow',NULL,NULL,0,5,5,0,7,0,1,1.14286,1,0,5,6,0,28,1,2000,2156,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,3183,3183,0,0,0,0,0,0,0,172,348,0,0,0,0,0,0,0,0,3,9,'SmartAI',0,3,1,1,1.2,1,0,4859,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3184,0,0,0,0,0,4071,0,0,0,'Miao\'zan','Alchemy Trainer',NULL,0,25,25,0,126,83,1,1.14286,1,0,35,48,0,86,1,2000,1936,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3185,0,0,0,0,0,4085,0,0,0,'Mishiki','Herbalism Trainer',NULL,0,14,14,0,126,83,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3186,0,0,0,0,0,4089,0,0,0,'K\'waii','General Goods',NULL,0,11,11,0,126,386,1,1.14286,1,0,15,20,0,44,1,2000,2090,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3187,0,0,0,0,0,4087,0,0,0,'Tai\'tasi','Trade Supplies',NULL,0,12,12,0,126,130,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3188,0,0,0,0,0,4072,0,0,0,'Master Gadrin',NULL,NULL,0,12,12,0,126,2,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3189,0,0,0,0,0,4073,0,0,0,'Kor\'ghan',NULL,NULL,0,7,7,0,126,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,512,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3190,0,0,0,0,0,4075,0,0,0,'Rhinag',NULL,NULL,0,8,8,0,126,2,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3191,0,0,0,0,0,3751,0,0,0,'Cook Torka',NULL,NULL,0,6,6,0,29,2,1,1.14286,1,0,7,9,0,34,1,2000,2145,1,512,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3192,0,0,0,0,0,1276,0,0,0,'Lieutenant Benedict',NULL,NULL,0,8,8,0,123,0,0.95,1.14286,1,0,10,14,0,38,1,2000,2101,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,3192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',0,3,1,1,1,1,0,4870,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3193,0,0,0,0,0,3750,0,0,0,'Misha Tor\'kren',NULL,NULL,0,5,5,0,29,2,0.92,1.14286,1,0,5,7,0,32,1,2000,2156,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,3193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3194,0,0,0,0,0,4074,0,0,0,'Vel\'rin Fang',NULL,NULL,0,7,7,0,126,2,1,1.14286,1,0,9,12,0,36,1,2000,2134,1,512,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3195,0,0,0,0,0,4188,4189,0,0,'Burning Blade Thug',NULL,NULL,0,8,9,0,554,0,1,0.85714,1,0,11,15,0,40,1,3100,2101,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,3195,3195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,4871,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3196,0,0,0,0,0,4186,4187,0,0,'Burning Blade Neophyte',NULL,NULL,0,9,10,0,554,0,1,1.14286,1,0,12,16,0,38,1,2000,2090,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,3196,0,0,0,0,0,0,0,0,348,20798,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,4871,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3197,0,0,0,0,0,4192,4193,0,0,'Burning Blade Fanatic',NULL,NULL,0,9,10,0,554,0,1,0.85714,1,0,12,16,0,38,1,2000,2068,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,3197,3197,0,0,0,0,0,0,0,5262,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,4871,14544,0,0,0,0,100,1,0,0,'',12340),
|
|
(3198,0,0,0,0,0,4190,4191,0,0,'Burning Blade Apprentice',NULL,NULL,0,10,11,0,554,0,1,1.14286,1,0,11,15,0,18,1,2000,2046,8,32768,2048,0,0,0,0,0,0,10,14,12,7,0,3198,3198,0,0,0,0,0,0,0,20791,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,4871,14544,0,0,0,0,0,1,0,0,'',12340),
|
|
(3199,0,0,0,0,0,4194,4195,0,0,'Burning Blade Cultist',NULL,NULL,0,10,11,0,554,0,1,1.14286,1,0,11,15,0,18,1,2000,2046,8,32768,2048,0,0,0,0,0,0,10,14,12,7,0,3199,3199,0,0,0,0,0,0,0,11962,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,4871,6652,0,0,0,0,0,1,0,0,'',12340),
|
|
(3200,0,0,0,0,0,1233,0,0,0,'Eric\'s AAA Special Vendor','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3201,0,0,0,0,0,2582,0,0,0,'Scott Mercer','',NULL,0,62,62,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3202,0,0,0,0,0,1261,0,0,0,'[UNUSED] Josh Test','NPCTEST','',0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3203,0,0,0,0,0,7128,0,0,0,'Fizzle Darkstorm',NULL,NULL,0,12,12,0,554,0,1,1.14286,1,0,12,17,0,19,1,2000,2046,8,0,2048,0,0,0,0,0,0,11,16,12,7,0,3203,0,0,0,0,0,0,0,0,7290,0,20791,0,0,0,0,0,0,0,12,21,'SmartAI',0,3,1,0.75,1,1,0,4869,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3204,0,0,0,0,0,240,0,0,0,'Gazz\'uz',NULL,NULL,0,10,10,0,14,0,1,1.14286,1,0,8,13,0,17,1,2000,2046,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,3204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3205,0,0,0,0,0,4078,0,0,0,'Zalazane',NULL,NULL,0,10,10,0,16,0,1,1.14286,1,0,12,16,0,38,1,2000,2090,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,3205,0,0,0,0,0,0,0,0,7289,332,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,4866,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3206,0,0,0,0,0,4076,4077,0,0,'Voodoo Troll',NULL,NULL,0,8,9,0,16,0,1,0.857143,1,0,11,15,0,34,1,2000,2101,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,3206,3206,0,0,0,0,0,0,0,324,332,0,0,0,0,0,0,0,0,7,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3207,0,0,0,0,0,4079,4080,0,0,'Hexed Troll',NULL,NULL,0,8,9,0,16,0,1,0.857143,1,0,11,15,0,34,1,2000,2101,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,3207,3207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3208,0,0,0,0,0,3752,0,0,0,'Margoz',NULL,NULL,0,18,18,0,29,2,1.1,1.14286,1,0,26,35,0,64,1,2000,2013,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3209,0,0,0,0,0,3770,0,0,0,'Brave Windfeather',NULL,NULL,0,13,13,0,105,2,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3210,0,0,0,0,0,3771,0,0,0,'Brave Proudsnout',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3211,0,0,0,0,0,3774,0,0,0,'Brave Lightninghorn',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3212,0,0,0,0,0,3775,0,0,0,'Brave Ironhorn',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3213,0,0,0,0,0,3776,0,0,0,'Brave Running Wolf',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3214,0,0,0,0,0,3778,0,0,0,'Brave Greathoof',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3215,0,0,0,0,0,3777,0,0,0,'Brave Strongbash',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3216,0,0,0,0,0,3754,0,0,0,'Neeru Fireblade',NULL,NULL,3701,37,37,0,29,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3217,0,0,0,0,0,3780,0,0,0,'Brave Dawneagle',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3218,0,0,0,0,0,3779,0,0,0,'Brave Swiftwind',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3219,0,0,0,0,0,3781,0,0,0,'Brave Leaping Deer',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3220,0,0,0,0,0,3782,0,0,0,'Brave Darksky',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3221,0,0,0,0,0,3783,0,0,0,'Brave Rockhorn',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3222,0,0,0,0,0,4265,0,0,0,'Brave Wildrunner',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3223,0,0,0,0,0,3784,0,0,0,'Brave Rainchaser',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3224,0,0,0,0,0,10181,0,0,0,'Brave Cloudmane',NULL,'Directions',3331,14,14,0,105,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3225,0,0,0,0,0,744,0,0,0,'Corrupted Mottled Boar',NULL,NULL,0,10,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,5,0,0,0,0,9,14,100,1,1,3225,0,100002,0,0,0,0,0,0,3385,6818,0,0,0,0,0,0,9067,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3226,0,0,0,0,0,2488,0,0,0,'Corrupted Scorpid',NULL,NULL,0,10,11,0,413,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,20,0,0,0,0,9,14,100,1,1,3226,0,100002,0,0,0,0,0,0,5413,0,0,0,0,0,0,0,8848,0,0,0,'SmartAI',1,3,1,1,1,1,0,4886,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3227,0,0,0,0,0,787,0,0,0,'Corrupted Bloodtalon Scythemaw',NULL,NULL,0,10,11,0,48,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,11,0,0,0,0,9,14,100,1,1,3227,0,100002,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,13225,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3228,0,0,0,0,0,1000,0,0,0,'Corrupted Surf Crawler',NULL,NULL,0,10,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2046,1,0,2048,0,8,0,0,0,0,9,14,100,1,1,3228,0,0,0,0,0,0,0,0,6951,0,0,0,0,0,0,0,13018,0,0,0,'SmartAI',1,3,1,1,1,1,0,4888,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3229,0,0,0,0,0,1254,0,0,0,'\"Squealer\" Thornmantle',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,3229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3230,0,0,0,0,0,1872,0,0,0,'Nazgrel','Advisor to Thrall',NULL,8085,62,62,0,1074,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3231,0,0,0,0,0,1034,0,0,0,'Corrupted Dreadmaw Crocolisk',NULL,NULL,0,11,12,0,14,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,6,0,0,0,0,11,17,100,1,1,3231,0,100003,0,0,0,0,0,0,7901,0,0,0,0,0,0,0,12928,0,0,0,'SmartAI',1,1,1,1,1,1,0,4891,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3232,0,0,0,0,0,1274,0,0,0,'Bristleback Interloper',NULL,NULL,0,9,10,0,111,0,1,0.85714,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,3232,0,0,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3233,0,0,0,0,0,3817,0,0,0,'Lorekeeper Raintotem',NULL,NULL,12707,8,8,0,104,3,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3234,0,0,0,0,0,10918,0,0,0,'Lost Barrens Kodo',NULL,NULL,0,14,15,0,15,0,1,1.14286,1,0,22,29,0,54,1,3000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,1,0,3234,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,4896,15852,0,0,0,0,0,1,0,0,'',12340),
|
|
(3235,0,0,0,0,0,1232,0,0,0,'Greater Barrens Kodo',NULL,NULL,0,24,25,0,15,0,1,1.14286,1,0,35,48,0,86,1,3000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,3235,0,100005,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,4896,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3236,0,0,0,0,0,1453,0,0,0,'Barrens Kodo',NULL,NULL,0,19,20,0,15,0,1,1.14286,1,0,29,39,0,70,1,3000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,1,0,3236,0,100004,0,0,0,0,0,0,6266,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,4896,15852,0,0,0,0,0,1,0,0,'',12340),
|
|
(3237,0,0,0,0,0,10914,0,0,0,'Wooly Kodo',NULL,NULL,0,25,26,0,15,0,1,1.14286,1,0,37,49,0,90,1,3000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,1,0,3237,0,100005,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,4896,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3238,0,0,0,0,0,1539,0,0,0,'Stormhide','',NULL,0,22,23,0,14,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,3238,0,100005,0,0,0,0,0,0,5401,6730,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,4898,4895,5143,0,0,0,0,1,0,0,'',12340),
|
|
(3239,0,0,0,0,0,1538,0,0,0,'Thunderhead',NULL,NULL,0,20,21,0,16,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,1,0,3239,0,100005,0,0,0,0,0,0,15611,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,4895,5143,0,0,0,0,0,1,0,0,'',12340),
|
|
(3240,0,0,0,0,0,1537,0,0,0,'Stormsnout',NULL,NULL,0,18,19,0,14,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,3240,0,100004,0,0,0,0,0,0,5401,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,5143,4895,0,0,0,0,0,1,0,0,'',12340),
|
|
(3241,0,0,0,0,0,1977,0,0,0,'Savannah Patriarch',NULL,NULL,0,15,16,0,16,0,1,1.42857,1,0,23,31,0,56,1,1300,2000,1,0,2048,0,2,0,0,0,0,16,23,2,1,1,3241,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5822,0,0,0,'',1,1,1,1,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3242,0,0,0,0,0,6087,0,0,0,'Zhevra Runner',NULL,NULL,0,13,14,0,189,0,1,1.28968,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,3242,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,5086,10338,0,0,0,0,0,1,0,0,'',12340),
|
|
(3243,0,0,0,0,0,1973,0,0,0,'Savannah Highmane',NULL,NULL,0,12,13,0,16,0,1,1.42857,1,0,18,24,0,48,1,1500,2000,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,3243,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13338,0,0,0,'',1,1,1,1,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3244,0,0,0,0,0,178,0,0,0,'Greater Plainstrider',NULL,NULL,0,11,12,0,189,0,0.666668,1.42857,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,12,0,0,0,0,11,17,100,1,1,3244,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13092,0,0,0,'',1,1,1,1,1,1,0,5087,4894,0,0,0,0,144,1,0,0,'',12340),
|
|
(3245,0,0,0,0,0,6076,0,0,0,'Ornery Plainstrider',NULL,NULL,0,16,17,0,14,0,0.666668,1.42857,1,0,25,33,0,60,1,1300,2000,1,0,2048,0,12,0,0,0,0,17,25,2,1,1,3245,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,'',1,1,1,1,1,1,0,4894,5087,0,0,0,0,144,1,0,0,'',12340),
|
|
(3246,0,0,0,0,0,1284,0,0,0,'Fleeting Plainstrider',NULL,NULL,0,12,13,0,189,0,0.666668,1.42857,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,12,0,0,0,0,12,18,1,1,1,3246,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,0,0,0,'',1,1,1,1,1,1,0,4894,5087,0,0,0,0,144,1,0,0,'',12340),
|
|
(3247,0,0,0,0,0,1742,0,0,0,'Thunderhawk Hatchling',NULL,NULL,0,18,20,0,14,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,27,0,0,0,0,19,28,4,1,1,3247,0,100004,0,0,20,0,0,0,9532,13585,0,0,0,0,0,0,8903,0,0,0,'SmartAI',1,1,1,0.8,1,1,0,5164,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3248,0,0,0,0,0,4473,0,0,0,'Barrens Giraffe',NULL,NULL,0,15,16,0,189,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,1,0,3248,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3249,0,0,0,0,0,1974,0,0,0,'Greater Thunderhawk',NULL,NULL,0,23,24,0,14,0,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,27,0,0,0,0,22,32,6,1,1,3249,0,100005,0,0,24,0,0,0,8078,0,0,0,0,0,0,0,8904,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,4897,5164,0,0,0,0,0,1,0,0,'',12340),
|
|
(3250,0,0,0,0,0,2730,0,0,0,'Silithid Creeper',NULL,NULL,0,20,21,0,413,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,20,0,0,0,0,21,30,4,1,1,3250,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8849,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,7119,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3251,0,0,0,0,0,7572,0,0,0,'Silithid Grub',NULL,NULL,0,20,20,0,413,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,1,0,3251,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,7119,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3252,0,0,0,0,0,2731,0,0,0,'Silithid Swarmer',NULL,NULL,0,21,22,0,413,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,20,0,0,0,0,21,32,4,1,1,3252,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8850,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,7119,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3253,0,0,0,0,0,11096,0,0,0,'Silithid Harvester',NULL,NULL,0,24,24,0,310,0,1.49,1.14286,1,4,34,46,0,84,1,1450,1595,1,0,2048,0,0,0,0,0,0,23,34,6,10,0,3253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,7119,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3254,0,0,0,0,0,1744,0,0,0,'Sunscale Lashtail',NULL,NULL,0,11,13,0,48,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,11,0,0,0,0,12,18,1,1,1,3254,0,100003,0,0,0,0,0,0,6607,8016,0,0,0,0,0,0,13212,0,0,0,'SmartAI',1,1,1,0.8,1,1,0,5062,5165,0,0,0,0,0,1,0,0,'',12340),
|
|
(3255,0,0,0,0,0,1747,0,0,0,'Sunscale Screecher',NULL,NULL,0,13,15,0,48,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,11,0,0,0,0,15,22,2,1,1,3255,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13214,0,0,0,'',1,1,1,1,1,1,0,5062,5165,0,0,0,0,0,1,0,0,'',12340),
|
|
(3256,0,0,0,0,0,4442,0,0,0,'Sunscale Scytheclaw',NULL,NULL,0,16,18,0,48,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,11,0,0,0,0,18,26,3,1,1,3256,0,100004,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,13217,0,0,0,'SmartAI',1,1,1,1,1,1,0,5055,5062,5165,0,0,0,0,1,0,0,'',12340),
|
|
(3257,0,0,0,0,0,2571,0,0,0,'Ishamuhale',NULL,NULL,0,19,19,0,48,0,1.01,1.14286,1,0,27,37,0,68,1,1820,2002,1,0,2048,0,11,0,0,0,0,19,27,3,1,1,3257,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13203,0,0,0,'',1,1,1,1,1,1,0,5055,5062,5101,0,0,0,0,1,0,0,'',12340),
|
|
(3258,0,0,0,0,0,4745,0,0,0,'Bristleback Hunter',NULL,NULL,0,17,18,0,111,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,3258,3258,0,0,0,0,0,0,0,8806,6660,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,1,1,1,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3259,0,0,0,0,0,1342,0,0,0,'Bristleback Defender','',NULL,0,20,21,0,111,0,1.2,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,32021,23511,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3260,0,0,0,0,0,1274,0,0,0,'Bristleback Water Seeker',NULL,NULL,0,16,17,0,111,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,7,0,3260,3260,0,0,0,0,0,0,0,12748,0,0,0,0,0,0,0,0,0,18,29,'SmartAI',1,1,1,1,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3261,0,0,0,0,0,6077,0,0,0,'Bristleback Thornweaver',NULL,NULL,0,18,19,0,111,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,3261,3261,0,0,0,0,0,0,0,12747,782,0,0,0,0,0,0,0,0,21,33,'SmartAI',1,1,1,1,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3262,0,0,0,0,0,6092,0,0,0,'Bristleback Mystic','',NULL,0,21,22,0,111,0,1.2,1.14286,1,0,30,39,0,71,1,2000,2000,2,0,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,11824,8078,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3263,0,0,0,0,0,6091,0,0,0,'Bristleback Geomancer',NULL,NULL,0,19,20,0,111,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,3263,3263,0,0,0,0,0,0,0,20793,20794,4979,0,0,0,0,0,0,0,22,33,'SmartAI',1,1,1,1,1,1,0,5085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3265,0,0,0,0,0,6094,0,0,0,'Razormane Hunter',NULL,NULL,0,11,12,0,109,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,3265,3265,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3266,0,0,0,0,0,1253,0,0,0,'Razormane Defender',NULL,NULL,0,12,13,0,109,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,3266,3266,0,0,0,0,0,0,0,13730,25710,7165,0,0,0,0,0,0,0,13,22,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3267,0,0,0,0,0,1964,0,0,0,'Razormane Water Seeker',NULL,NULL,0,10,11,0,109,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,3267,3267,0,0,0,0,0,0,0,6278,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,1,1,1,1,1,0,5026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3268,0,0,0,0,0,6096,0,0,0,'Razormane Thornweaver',NULL,NULL,0,10,11,0,109,0,1,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,3268,3268,0,0,0,0,0,0,0,467,6950,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,1,1,1,1,1,0,5026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3269,0,0,0,0,0,6093,0,0,0,'Razormane Geomancer',NULL,NULL,0,12,13,0,109,0,1,1.14286,1,0,13,18,0,20,1,2000,2000,8,0,2048,0,0,0,0,0,0,12,17,12,7,0,3269,3269,0,0,0,0,0,0,0,20793,12544,0,0,0,0,0,0,0,0,12,21,'SmartAI',1,1,1,1,1,1,0,5026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3270,0,0,0,0,0,6095,0,0,0,'Elder Mystic Razorsnout',NULL,NULL,0,15,15,0,109,0,0.97,1.14286,1,2,20,27,0,48,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,14,21,2,7,0,3270,0,0,0,0,0,0,0,0,594,591,0,0,0,0,0,0,0,0,93,126,'SmartAI',0,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3271,0,0,0,0,0,4643,0,0,0,'Razormane Mystic',NULL,NULL,0,13,14,0,109,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,3271,3271,0,0,0,0,0,0,0,547,324,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,1,1,1,1,1,0,5026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3272,0,0,0,0,0,9442,0,0,0,'Kolkar Wrangler',NULL,NULL,0,12,13,0,130,0,0.666668,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,3272,3272,0,0,70,0,0,30,0,12024,6660,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3273,0,0,0,0,0,9443,0,0,0,'Kolkar Stormer',NULL,NULL,0,13,14,0,130,0,0.666668,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,3273,3273,0,0,70,0,0,30,0,9532,6535,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3274,0,0,0,0,0,9445,0,0,0,'Kolkar Pack Runner',NULL,NULL,0,14,15,0,130,0,0.666668,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3274,3274,0,0,70,0,0,30,0,9128,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3275,0,0,0,0,0,4874,0,0,0,'Kolkar Marauder',NULL,NULL,0,15,16,0,130,0,0.666668,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,3275,3275,0,0,70,0,0,30,0,11976,6268,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3276,0,0,0,0,0,3218,0,0,0,'Witchwing Harpy',NULL,NULL,0,14,15,0,514,0,1.38889,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3276,3276,0,0,0,0,0,0,0,7098,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,5064,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3277,0,0,0,0,0,2162,0,0,0,'Witchwing Roguefeather',NULL,NULL,0,15,16,0,514,0,1.38889,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,3277,3277,0,0,0,0,0,0,0,6595,7992,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,1,1,1,1,1,0,5064,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3278,0,0,0,0,0,2163,0,0,0,'Witchwing Slayer',NULL,NULL,0,16,17,0,514,0,1.38889,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,3278,3278,0,0,0,0,0,0,0,13730,7160,0,0,0,0,0,0,0,0,19,30,'',1,1,1,1,1,1,0,5065,5064,0,0,0,0,0,1,0,0,'',12340),
|
|
(3279,0,0,0,0,0,2143,0,0,0,'Witchwing Ambusher',NULL,NULL,0,17,18,0,514,0,1.38889,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,3279,0,0,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,0,0,20,31,'',1,1,1,1,1,1,0,5064,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3280,0,0,0,0,0,1350,0,0,0,'Witchwing Windcaller',NULL,NULL,0,17,18,0,514,0,1.38889,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,3280,3280,0,0,0,0,0,0,0,6728,0,0,0,0,0,0,0,0,0,20,30,'',1,1,1,1,1,1,0,5064,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3281,0,0,0,0,0,6068,0,0,0,'Sarkoth',NULL,NULL,0,4,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2167,1,0,2048,0,20,0,0,0,0,2,3,100,1,1,3281,0,100001,0,0,0,0,0,0,13518,0,0,0,0,0,0,0,5875,0,0,0,'SmartAI',1,3,1,1,1,1,0,4862,4905,0,0,0,0,100,1,0,0,'',12340),
|
|
(3282,0,0,0,0,0,3912,4098,7237,0,'Venture Co. Mercenary',NULL,NULL,0,15,16,0,47,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,3282,3282,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,17,28,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3283,0,0,0,0,0,1122,3910,3911,7234,'Venture Co. Enforcer',NULL,NULL,0,16,17,0,47,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,3283,3283,0,0,0,0,0,0,0,9128,6713,0,0,0,0,0,0,0,0,19,30,'',1,1,1,1,1,1,0,5097,11148,0,0,0,0,0,1,0,0,'',12340),
|
|
(3284,0,0,0,0,0,355,3918,3919,7233,'Venture Co. Drudger',NULL,NULL,0,14,15,0,47,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3284,3284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3285,0,0,0,0,0,355,1122,3917,7241,'Venture Co. Peon',NULL,NULL,0,13,14,0,47,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,3285,3285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3286,0,0,0,0,0,3913,3915,7238,0,'Venture Co. Overseer',NULL,NULL,0,17,18,0,47,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,3286,3286,0,0,0,0,0,0,0,6531,0,0,0,0,0,0,0,0,0,20,32,'',1,1,1,1,1,1,0,5097,11148,0,0,0,0,0,1,0,0,'',12340),
|
|
(3287,0,0,0,0,0,2025,0,0,0,'Hana\'zua',NULL,NULL,0,2,2,0,126,2,1,1.14286,1,0,2,2,0,26,1,2000,2189,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3289,0,0,0,0,0,4081,0,0,0,'Spirit of Minshina',NULL,NULL,0,11,11,0,35,0,0.97,1.14286,1,0,15,20,0,44,1,1900,2090,1,768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3290,0,0,0,0,0,1832,0,0,0,'Deek Fizzlebizz','Engineering Trainer',NULL,4136,27,27,0,875,81,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,512,2048,0,0,2,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3291,0,0,0,0,0,1837,0,0,0,'Greishan Ironstove','Traveling Merchant',NULL,0,24,24,0,55,642,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3292,0,0,0,0,0,3851,0,0,0,'Brewmaster Drohn',NULL,NULL,0,9,9,0,29,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3293,0,0,0,0,0,7129,0,0,0,'Rezlak','Tinkers\' Union',NULL,11241,5,5,0,69,3,1,1.14286,1,0,5,7,0,32,1,2000,2156,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3294,0,0,0,0,0,1654,0,0,0,'Ophek',NULL,NULL,0,10,10,0,29,2,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3295,0,0,0,0,0,360,0,0,0,'Sludge Beast',NULL,NULL,0,19,19,0,14,0,1,1.14286,1,4,27,37,0,68,1,1450,1595,1,0,2048,0,0,0,0,0,0,19,27,3,10,0,3295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3296,0,0,0,0,0,4259,4260,4601,4602,'Orgrimmar Grunt',NULL,'Directions',1951,75,75,2,85,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,3296,0,0,0,0,0,0,0,40505,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3297,0,0,0,0,0,4083,4084,0,0,'Sen\'jin Watcher',NULL,NULL,0,25,30,0,877,0,1,1.14286,1,0,42,56,0,102,1,2000,1903,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3298,0,0,0,0,0,1442,0,0,0,'Gabrielle Chase','Food & Drink',NULL,0,53,53,0,12,642,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3299,0,0,0,0,0,1424,0,0,0,'[UNUSED] Antione LeMarca','Trade Supplies','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3300,0,0,0,0,0,1206,1986,1987,0,'Adder',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3301,0,0,0,0,0,3231,0,0,0,'Morgan Ladimore',NULL,NULL,0,38,38,0,123,0,0.91,1.14286,1,0,53,70,0,128,1,2000,2200,1,0,2048,0,0,0,0,0,0,36,53,13,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3302,0,0,0,0,0,3889,0,0,0,'[UNUSED] Korl','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3303,0,0,0,0,0,3893,0,0,0,'[UNUSED] Marna','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3304,0,0,0,0,0,4086,0,0,0,'Master Vornal',NULL,NULL,0,11,11,0,126,2,1,1.14286,1,0,15,20,0,44,1,2000,2090,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3305,0,0,0,0,0,1874,0,0,0,'Grisha','Wind Rider Master',NULL,5968,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3306,0,0,0,0,0,12729,0,0,0,'Keldas','Pet Trainer',NULL,0,40,40,0,80,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3307,0,0,0,0,0,3888,0,0,0,'[UNUSED] Orgrun Blacktusk','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3309,0,0,0,0,0,1310,0,0,0,'Karus','Banker',NULL,1623,45,45,0,29,131075,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3310,0,0,0,0,0,1311,0,0,0,'Doras','Wind Rider Master',NULL,4342,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,273,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3312,0,0,0,0,0,1312,0,0,0,'Olvia','Meat Vendor',NULL,0,50,50,0,29,642,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3313,0,0,0,0,0,1313,0,0,0,'Trak\'gen','General Goods',NULL,0,30,30,0,29,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3314,0,0,0,0,0,1314,0,0,0,'Urtharo','Weapon Merchant',NULL,1624,30,30,0,29,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3315,0,0,0,0,0,1315,0,0,0,'Tor\'phan','Cloth & Leather Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3316,0,0,0,0,0,1316,0,0,0,'Handor','Cloth & Leather Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3317,0,0,0,0,0,1317,0,0,0,'Ollanus','Light Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3318,0,0,0,0,0,1318,0,0,0,'Koma','Banker',NULL,0,45,45,0,29,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3319,0,0,0,0,0,1319,0,0,0,'Sana','Mail Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3320,0,0,0,0,0,1320,0,0,0,'Soran','Banker',NULL,1623,45,45,0,29,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3321,0,0,0,0,0,1321,0,0,0,'Morgum','Leather Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3322,0,0,0,0,0,1322,0,0,0,'Kaja','Guns & Ammunition',NULL,12056,30,30,0,29,4481,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3323,0,0,0,0,0,1323,0,0,0,'Horthus','Reagents',NULL,0,30,30,0,29,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3324,0,0,0,0,0,1324,0,0,0,'Grol\'dar','Warlock Trainer',NULL,4603,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3325,0,0,0,0,0,1325,0,0,0,'Mirket','Warlock Trainer',NULL,4604,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3326,0,0,0,0,0,1326,0,0,0,'Zevrost','Warlock Trainer',NULL,2384,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3327,0,0,0,0,0,1327,0,0,0,'Gest','Rogue Trainer',NULL,4513,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3328,0,0,0,0,0,1328,0,0,0,'Ormok','Rogue Trainer',NULL,4512,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3329,0,0,0,0,0,1329,0,0,0,'Kor\'jus','Mushroom Vendor',NULL,0,30,30,0,29,640,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3330,0,0,0,0,0,1330,0,0,0,'Muragus','Staff Merchant',NULL,0,30,30,0,29,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3331,0,0,0,0,0,1331,0,0,0,'Kareth','Blade Merchant',NULL,0,30,30,0,29,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3332,0,0,0,0,0,1332,0,0,0,'Lumak','Fishing Trainer',NULL,4741,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3333,0,0,0,0,0,1333,0,0,0,'Shankys','Fishing Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3334,0,0,0,0,0,1334,0,0,0,'Rekkul','Poison Supplies',NULL,0,30,30,0,29,1152,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3335,0,0,0,0,0,1335,0,0,0,'Hagrus','Reagents',NULL,0,30,30,0,29,2176,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3336,0,0,0,0,0,3884,0,0,0,'Takrin Pathseeker',NULL,NULL,0,30,30,0,29,2,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3337,0,0,0,0,0,3852,0,0,0,'Kargal Battlescar',NULL,NULL,0,15,15,0,29,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3338,0,0,0,0,0,3850,0,0,0,'Sergra Darkthorn',NULL,NULL,0,60,60,0,125,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,3338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3339,0,0,0,0,0,19801,0,0,0,'Captain Thalo\'thas Brightsun',NULL,NULL,0,25,25,0,69,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3340,0,0,0,0,0,3850,0,0,0,'Mandrik Wife','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(3341,0,0,0,0,0,3844,0,0,0,'Gann Stonespire',NULL,NULL,21218,18,18,0,104,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,3341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3342,0,0,0,0,0,1358,0,0,0,'Shan\'ti','Fruit Vendor',NULL,0,35,35,0,29,640,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3343,22650,31999,37318,0,0,1359,0,0,0,'Grelkor','Blacksmithing Supplies',NULL,0,55,55,0,1215,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3344,0,0,0,0,0,1360,0,0,0,'Kardris Dreamseeker','Shaman Trainer',NULL,4516,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,7,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3345,0,0,0,0,0,1366,0,0,0,'Godan','Enchanting Trainer',NULL,4168,35,35,0,29,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3346,0,0,0,0,0,1367,0,0,0,'Kithas','Enchanting Supplies',NULL,0,35,35,0,29,130,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3347,0,0,0,0,0,1368,0,0,0,'Yelmak','Alchemy Trainer',NULL,4126,35,35,0,29,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3348,0,0,0,0,0,1369,0,0,0,'Kor\'geld','Alchemy Supplies',NULL,0,30,30,0,29,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3349,0,0,0,0,0,1370,0,0,0,'Ukra\'nor','Staff Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3350,0,0,0,0,0,1371,0,0,0,'Asoran','General Goods',NULL,0,30,30,0,29,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3351,0,0,0,0,0,1372,0,0,0,'Magenius','Reagents',NULL,0,30,30,0,29,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,143,145,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3352,0,0,0,0,0,1373,0,0,0,'Ormak Grimshot','Hunter Trainer',NULL,4010,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,512,2048,0,0,0,0,3,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3353,0,0,0,0,0,1374,0,0,0,'Grezz Ragefist','Warrior Trainer',NULL,4509,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3354,0,0,0,0,0,1375,0,0,0,'Sorek','Warrior Trainer',NULL,4511,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3355,0,0,0,0,0,1377,0,0,0,'Saru Steelfury','Blacksmithing Trainer',NULL,1012,45,45,0,29,83,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3356,0,0,0,0,0,1378,0,0,0,'Sumi','Blacksmithing Supplies',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3357,0,0,0,0,0,1379,0,0,0,'Makaru','Mining Trainer',NULL,7690,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3358,0,0,0,0,0,1380,0,0,0,'Gorina','Mining Supplies',NULL,0,30,30,0,29,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3359,0,0,0,0,0,1381,0,0,0,'Kiro','War Harness Maker',NULL,0,30,30,0,29,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3360,0,0,0,0,0,1382,0,0,0,'Koru','Mace & Staves Vendor',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3361,0,0,0,0,0,1383,0,0,0,'Shoma','Weapon Vendor',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3362,0,0,0,0,0,1384,0,0,0,'Ogunaro Wolfrunner','Kennel Master',NULL,3161,45,45,0,29,131,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3363,0,0,0,0,0,1385,0,0,0,'Magar','Tailoring Trainer',NULL,4347,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3364,0,0,0,0,0,1386,0,0,0,'Borya','Tailoring Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3365,0,0,0,0,0,1387,0,0,0,'Karolek','Leatherworking Trainer',NULL,4209,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3366,0,0,0,0,0,1388,0,0,0,'Tamar','Leatherworking Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3367,0,0,0,0,0,1389,0,0,0,'Felika','Trade Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3368,0,0,0,0,0,1390,0,0,0,'Borstan','Meat Vendor',NULL,0,30,30,0,29,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3369,0,0,0,0,0,1391,0,0,0,'Gotri','Bag Vendor',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3370,0,0,0,0,0,1392,0,0,0,'Urtrun Clanbringer','Guild Master',NULL,1626,45,45,0,29,786433,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3371,0,0,0,0,0,1393,0,0,0,'Tamaro',NULL,NULL,0,30,30,0,29,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3372,0,0,0,0,0,1394,0,0,0,'Sarlek',NULL,NULL,0,30,30,0,29,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3373,0,0,0,0,0,1395,0,0,0,'Arnok','First Aid Trainer',NULL,4761,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3374,0,0,0,0,0,1968,1969,0,0,'Bael\'dun Excavator',NULL,NULL,0,21,22,0,122,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,3374,3374,0,0,0,0,0,0,0,7164,7386,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3375,0,0,0,0,0,1970,0,0,0,'Bael\'dun Foreman',NULL,NULL,0,22,23,0,122,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,3375,3375,0,0,0,0,0,0,0,6257,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3376,0,0,0,0,0,3839,3840,0,0,'Bael\'dun Soldier',NULL,NULL,0,23,24,0,122,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,3376,3376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'',0,1,1,1.02,1,1,0,5017,5019,5018,0,0,0,0,1,0,0,'',12340),
|
|
(3377,0,0,0,0,0,3837,3838,0,0,'Bael\'dun Rifleman',NULL,NULL,0,24,25,0,122,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,3377,3377,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,1,1,1.02,1,1,0,5017,5019,5018,0,0,0,0,1,0,0,'',12340),
|
|
(3378,0,0,0,0,0,3870,3871,0,0,'Bael\'dun Officer',NULL,NULL,0,26,26,0,122,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,3378,3378,0,0,0,0,0,0,0,6264,3391,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,1,1,1.05,1,1,0,5017,5019,5018,0,0,0,0,1,0,0,'',12340),
|
|
(3379,0,0,0,0,0,4198,4199,0,0,'Burning Blade Bruiser',NULL,NULL,0,10,11,0,554,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,3379,3379,0,0,0,0,0,0,0,4133,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3380,0,0,0,0,0,4196,4197,0,0,'Burning Blade Acolyte',NULL,NULL,0,11,12,0,554,0,1,1.14286,1,0,12,17,0,19,1,2000,2000,8,32768,2048,0,0,0,0,0,0,11,16,12,7,0,3380,3380,0,0,0,0,0,0,0,980,707,20798,689,0,0,0,0,0,0,11,19,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3381,0,0,0,0,0,3829,3830,374,4639,'Southsea Brigand',NULL,NULL,0,12,13,0,230,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,3381,3381,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3382,0,0,0,0,0,3827,3828,4637,0,'Southsea Cannoneer',NULL,NULL,0,13,14,0,230,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,3382,3382,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,14,24,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3383,0,0,0,0,0,3835,3836,4638,4640,'Southsea Cutthroat',NULL,NULL,0,14,15,0,230,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,3383,3383,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,15,25,'',1,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3384,0,0,0,0,0,3833,3834,0,0,'Southsea Privateer',NULL,NULL,0,14,15,0,230,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,3384,0,0,0,0,0,0,0,0,6660,3011,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3385,0,0,0,0,0,1858,0,0,0,'Theramore Marine',NULL,NULL,0,15,16,0,1077,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,3385,3385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,1,1,1,1,1,0,5078,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3386,0,0,0,0,0,1856,1857,0,0,'Theramore Preserver',NULL,NULL,0,16,17,0,1077,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,32768,2048,0,0,0,0,0,0,16,23,2,7,0,3386,3386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'',1,1,1,1,1,1,0,5078,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3387,0,0,0,0,0,3845,0,0,0,'Jorn Skyseer',NULL,NULL,1242,32,32,0,83,3,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3388,0,0,0,0,0,3848,0,0,0,'Mahren Skyseer',NULL,NULL,0,32,32,0,35,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,3388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3389,0,0,0,0,0,3847,0,0,0,'Regthar Deathgate',NULL,NULL,1882,28,28,0,125,3,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,3389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3390,0,0,0,0,0,1965,0,0,0,'Apothecary Helbrim',NULL,NULL,0,22,22,0,68,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,33280,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3391,0,0,0,0,0,7052,0,0,0,'Gazlowe',NULL,NULL,0,60,60,0,69,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3392,0,0,0,0,0,1400,0,0,0,'Prospector Khazgorm','Explorers\' League',NULL,0,24,24,0,122,4224,1,1.14286,1,0,32,43,0,78,1,2400,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,3392,3392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',0,1,1,1.05,1,1,0,5006,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3393,0,0,0,0,0,1855,0,0,0,'Captain Fairmount',NULL,NULL,0,20,20,0,1077,0,0.97,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,3393,0,0,0,0,0,0,0,0,9128,12555,5246,0,0,0,0,0,0,0,25,37,'SmartAI',0,1,1,1,1,1,0,5078,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3394,0,0,0,0,0,4874,0,0,0,'Barak Kodobane',NULL,NULL,0,16,16,0,16,0,0.666668,1.14286,1,0,23,31,0,56,1,3000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,3394,3394,0,0,0,0,0,0,0,6660,6533,0,0,0,0,0,0,0,0,18,29,'SmartAI',0,1,1,1,1,1,0,5022,5030,0,0,0,0,0,1,0,0,'',12340),
|
|
(3395,0,0,0,0,0,9446,0,0,0,'Verog the Dervish',NULL,NULL,0,18,18,0,16,0,1.17,1.14286,1,0,26,35,0,64,1,1810,1991,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,3395,3395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',0,3,1,1,1,1,0,5023,5030,0,0,0,0,0,1,0,0,'',12340),
|
|
(3396,0,0,0,0,0,9448,0,0,0,'Hezrul Bloodmark',NULL,NULL,0,19,19,0,16,0,0.666668,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,3396,0,0,0,0,0,0,0,0,6958,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,1,1,1,1,1,0,5025,5030,0,0,0,0,0,1,0,0,'',12340),
|
|
(3397,0,0,0,0,0,9447,0,0,0,'Kolkar Bloodcharger',NULL,NULL,0,14,15,0,130,0,0.666668,1.14286,1,0,20,27,0,48,1,2000,2000,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,3397,3397,0,0,70,0,0,30,0,6742,172,0,0,0,0,0,0,0,0,14,24,'SmartAI',0,1,1,0.85,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3398,0,0,0,0,0,1397,0,0,0,'Gesharahan',NULL,NULL,0,20,20,0,16,0,0.97,1.14286,1,2,29,39,0,70,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,20,30,4,10,0,3398,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3399,0,0,0,0,0,2734,0,0,0,'Zamja','Cooking Trainer',NULL,4747,35,35,0,126,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3400,0,0,0,0,0,2735,0,0,0,'Xen\'to','Cooking Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3401,0,0,0,0,0,4360,0,0,0,'Shenthul','Rogue Trainer',NULL,21221,60,60,0,126,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_shenthul',12340),
|
|
(3402,0,0,0,0,0,4361,0,0,0,'Zando\'zan',NULL,NULL,21219,35,35,0,126,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3403,0,0,0,0,0,4231,0,0,0,'Sian\'tsu','Shaman Trainer',NULL,4515,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,7,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3404,0,0,0,0,0,4358,0,0,0,'Jandi','Herbalism Trainer',NULL,7691,35,35,0,126,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3405,0,0,0,0,0,4362,0,0,0,'Zeal\'aya','Herbalism Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3406,0,0,0,0,0,4239,0,0,0,'Xor\'juul','Hunter Trainer',NULL,4506,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,3,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3407,0,0,0,0,0,4241,0,0,0,'Sian\'dur','Hunter Trainer',NULL,4506,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,3,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3408,0,0,0,0,0,4242,0,0,0,'Zel\'mak','Warrior Trainer',NULL,655,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3409,0,0,0,0,0,4363,0,0,0,'Zendo\'jian','Weapon Vendor',NULL,0,30,30,0,29,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3410,0,0,0,0,0,4359,0,0,0,'Jin\'sora','Bow Merchant',NULL,0,30,30,0,29,4480,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3411,0,0,0,0,0,4357,0,0,0,'Denni\'ka','Butcher',NULL,11573,25,25,0,126,641,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3412,0,0,0,0,0,7135,0,0,0,'Nogg','Apprentice Engineer',NULL,4148,35,35,0,29,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3413,0,0,0,0,0,7136,0,0,0,'Sovik','Engineering Supplies',NULL,980,30,30,0,29,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3414,0,0,0,0,0,1411,0,0,0,'General Twinbraid',NULL,NULL,0,30,30,0,122,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,3414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,65,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3415,0,0,0,0,0,1056,0,0,0,'Savannah Huntress',NULL,NULL,0,11,12,0,16,0,1,1.42857,1,0,17,22,0,46,1,1500,2000,1,0,2048,0,2,0,0,0,0,11,17,100,1,1,3415,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13360,0,0,0,'',1,1,1,1,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3416,0,0,0,0,0,1058,0,0,0,'Savannah Matriarch',NULL,NULL,0,17,18,0,16,0,1,1.14286,1,0,26,35,0,64,1,1700,2000,1,0,2048,0,2,0,0,0,0,18,26,3,1,1,3416,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13361,0,0,0,'SmartAI',1,1,1,1,1,1,0,4893,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3417,0,0,0,0,0,1405,0,0,0,'Living Flame',NULL,NULL,0,16,17,0,17,0,0.61,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3418,0,0,0,0,0,3818,0,0,0,'Kirge Sternhorn',NULL,NULL,11004,22,22,0,104,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3419,0,0,0,0,0,1814,0,0,0,'Apothecary Zamah','Royal Apothecary Society',NULL,0,22,22,0,68,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3420,0,0,0,0,0,4318,0,0,0,'[UNUSED] Ancestral Watcher','','',0,15,15,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3421,0,0,0,0,0,1406,0,0,0,'Feegly the Exiled',NULL,NULL,0,23,23,0,29,2,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,4608,2048,0,0,0,0,0,0,22,33,5,7,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3424,0,0,0,0,0,1975,0,0,0,'Thunderhawk Cloudscraper',NULL,NULL,0,20,22,0,14,0,1,1.14286,1,0,30,39,0,71,1,2000,2000,2,0,2048,0,27,0,0,0,0,21,31,5,1,1,3424,0,100004,0,0,22,0,0,0,8078,0,0,0,0,0,0,0,8902,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,5164,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3425,0,0,0,0,0,1973,0,0,0,'Savannah Prowler',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,1400,2000,1,0,2048,0,2,0,0,0,0,15,22,2,1,1,3425,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13339,0,0,0,'',1,1,1,1,1,1,0,5096,4893,0,0,0,0,0,1,0,0,'',12340),
|
|
(3426,0,0,0,0,0,2187,0,0,0,'Zhevra Charger',NULL,NULL,0,17,18,0,189,0,1,1.28968,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,3426,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,5086,10338,0,0,0,0,0,1,0,0,'',12340),
|
|
(3427,0,0,0,0,0,2130,0,0,0,'[UNUSED] Kendur','','',0,15,16,0,104,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3428,0,0,0,0,0,4092,0,0,0,'Korran',NULL,NULL,0,12,12,0,126,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3429,0,0,0,0,0,3856,0,0,0,'Thork',NULL,NULL,2883,42,42,0,29,3,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3430,0,0,0,0,0,1346,0,0,0,'Mangletooth',NULL,NULL,2944,17,17,0,29,3,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,4864,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3431,0,0,0,0,0,4093,0,0,0,'Grenthar',NULL,NULL,0,10,10,0,126,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,3431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3432,0,0,0,0,0,3855,0,0,0,'Mankrik',NULL,NULL,2861,15,15,0,29,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3433,0,0,0,0,0,3858,0,0,0,'Tatternack Steelforge',NULL,NULL,2942,14,14,0,29,3,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3434,0,0,0,0,0,6105,0,0,0,'Nak',NULL,NULL,0,23,23,0,16,0,1,1.14286,1,0,31,41,0,74,1,2000,2000,2,0,2048,0,0,0,0,0,0,21,31,5,7,0,3434,3434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'SmartAI',1,1,1,1.02,1,1,0,5073,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3435,0,0,0,0,0,6104,0,0,0,'Lok Orcbane',NULL,NULL,0,25,25,0,16,0,0.97,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,3435,3435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,1,1,1.02,1,1,0,5072,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3436,0,0,0,0,0,6093,0,0,0,'Kuz',NULL,NULL,0,21,21,0,16,0,1,1.14286,1,0,22,30,0,32,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,3436,3436,0,0,0,0,0,0,0,20792,20795,11831,0,0,0,0,0,0,0,34,49,'SmartAI',1,1,1,2,1,1,0,5074,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3437,0,0,0,0,0,1218,0,0,0,'Crekori Mudwater','',NULL,0,15,15,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3438,0,0,0,0,0,6115,0,0,0,'Kreenig Snarlsnout',NULL,NULL,0,15,15,0,109,0,0.97,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3438,3438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,1,1,1,1,1,0,5063,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3439,0,0,0,0,0,11912,0,0,0,'Wizzlecrank\'s Shredder',NULL,NULL,0,18,18,0,69,2,0.97,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wizzlecrank_shredder',12340),
|
|
(3440,0,0,0,0,0,2578,0,0,0,'[UNUSED] Ancestral Sage','','',0,18,18,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3441,0,0,0,0,0,4520,0,0,0,'Melor Stonehoof',NULL,NULL,0,62,62,0,83,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3442,0,0,0,0,0,7054,0,0,0,'Sputtervalve','Tinkers\' Union',NULL,21,15,15,0,69,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3443,0,0,0,0,0,3857,0,0,0,'Grub',NULL,NULL,10311,13,13,0,29,131,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3444,0,0,0,0,0,1418,0,0,0,'Dig Rat',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,3444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3445,0,0,0,0,0,7035,0,0,0,'Supervisor Lugwizzle',NULL,NULL,0,18,18,0,47,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,3445,3445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,33,'',0,1,1,1,1,1,0,5050,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3446,0,0,0,0,0,7034,0,0,0,'Mebok Mizzyrix',NULL,NULL,0,17,17,0,69,2,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3447,0,0,0,0,0,4383,0,0,0,'Pawe Mistrunner',NULL,NULL,0,24,24,0,104,2,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3448,0,0,0,0,0,3914,0,0,0,'Tonga Runetotem',NULL,NULL,4043,22,22,0,104,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,3448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3449,0,0,0,0,0,3849,0,0,0,'Darsok Swiftdagger',NULL,NULL,0,14,14,0,29,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3450,0,0,0,0,0,5207,0,0,0,'Defias Companion',NULL,NULL,0,14,15,0,17,0,0.25,1.14286,1,0,22,29,0,54,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3451,0,0,0,0,0,7050,0,0,0,'Pilot Wizzlecrank',NULL,NULL,0,15,15,0,69,2,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3452,0,0,0,0,0,2295,0,0,0,'Serena Bloodfeather',NULL,NULL,0,20,20,0,514,0,1.38889,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3452,0,0,0,0,0,0,0,0,3264,0,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,1,1,1.3,1,1,0,5067,5064,0,0,0,0,0,1,0,0,'',12340),
|
|
(3453,0,0,0,0,0,7053,0,0,0,'Wharfmaster Dizzywig',NULL,NULL,0,15,15,0,69,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3454,0,0,0,0,0,1863,0,0,0,'Cannoneer Smythe',NULL,NULL,0,19,19,0,1077,0,1.02,1.14286,1,0,27,37,0,68,1,1810,1991,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,3454,3454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'',0,3,1,1,1,1,0,5078,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3455,0,0,0,0,0,1864,0,0,0,'Cannoneer Whessan',NULL,NULL,0,19,19,0,1077,0,1.02,1.14286,1,0,27,37,0,68,1,1810,1991,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,3455,3455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'',0,3,1,1,1,1,0,5078,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3456,0,0,0,0,0,1964,0,0,0,'Razormane Pathfinder',NULL,NULL,0,20,21,0,109,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,3456,3456,0,0,0,0,0,0,0,6660,3391,0,0,0,0,0,0,0,0,25,38,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3457,0,0,0,0,0,1253,0,0,0,'Razormane Stalker',NULL,NULL,0,22,23,0,109,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,3457,3457,0,0,0,0,0,0,0,1758,0,0,0,0,0,0,0,0,0,27,41,'SmartAI',1,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3458,0,0,0,0,0,6095,0,0,0,'Razormane Seer',NULL,NULL,0,23,24,0,109,0,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,3458,3458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,1,1,1.02,1,1,0,5026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3459,0,0,0,0,0,4751,0,0,0,'Razormane Warfrenzy',NULL,NULL,0,24,25,0,109,0,0.97,1.14286,1,0,35,48,0,86,1,1500,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,3459,3459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3460,0,0,0,0,0,979,0,0,0,'Mud Crawler','',NULL,0,15,16,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3461,0,0,0,0,0,6368,0,0,0,'Oasis Snapjaw',NULL,NULL,0,15,16,0,14,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,21,0,0,0,0,16,23,2,1,1,3461,0,100003,0,0,0,0,0,0,6530,0,0,0,0,0,0,0,5923,0,0,0,'SmartAI',1,3,1,1,1,1,0,5098,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3462,0,0,0,0,0,4270,0,0,0,'Elder Barrens Giraffe','',NULL,0,22,23,0,189,0,1.2,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3463,0,0,0,0,0,2193,0,0,0,'Wandering Barrens Giraffe',NULL,NULL,0,18,19,0,189,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,3463,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3464,0,0,0,0,0,3846,0,0,0,'Gazrog',NULL,NULL,0,25,25,0,29,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,3464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3465,0,0,0,0,0,19805,0,0,0,'Gilthares Firebough',NULL,NULL,0,17,17,0,35,2,0.97,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,4096,3465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_gilthares',12340),
|
|
(3466,0,0,0,0,0,6086,0,0,0,'Zhevra Courser',NULL,NULL,0,20,21,0,189,0,1,1.28968,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,1,0,3466,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5086,10338,0,0,0,0,0,1,0,0,'',12340),
|
|
(3467,0,0,0,0,0,797,0,0,0,'Baron Longshore','Southsea Freebooters',NULL,10567,16,16,0,230,1,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,3467,3467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'',0,1,1,1,1,1,0,5084,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3468,0,0,0,0,0,1460,0,0,0,'Ancient of Lore',NULL,NULL,0,62,62,0,79,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3469,0,0,0,0,0,1461,0,0,0,'Ancient of War',NULL,NULL,0,62,62,0,79,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3470,0,0,0,0,0,5047,0,0,0,'Rathorian',NULL,NULL,0,15,15,0,16,0,1,1.14286,1,4,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,3,0,3470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3471,0,0,0,0,0,7048,0,0,0,'Tinkerer Sniggles',NULL,NULL,0,16,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,3471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',0,1,1,1,1,1,0,5089,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3472,0,0,0,0,0,2699,0,0,0,'Washte Pawne',NULL,NULL,0,25,25,0,14,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,27,0,0,0,0,24,36,6,1,1,3472,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8908,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3473,0,0,0,0,0,10934,0,0,0,'Owatanka',NULL,NULL,0,24,24,0,14,0,0.97,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,3473,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,4895,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3474,0,0,0,0,0,1241,0,0,0,'Lakota\'mani',NULL,NULL,0,22,22,0,15,0,1,1.14286,1,0,32,42,0,78,1,3000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,1,0,3474,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,4896,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3475,0,0,0,0,0,1934,0,0,0,'Echeyakee',NULL,NULL,0,16,16,0,16,0,1.15,1.14286,1,0,23,31,0,56,1,1538,2000,1,0,2048,0,2,0,0,0,0,16,23,2,1,1,3475,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13340,0,0,0,'',1,1,1,1,1,1,0,5100,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3476,0,0,0,0,0,846,0,0,0,'Isha Awak',NULL,NULL,0,27,27,0,16,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,1,0,3476,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.05,1,1,0,5104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3477,0,0,0,0,0,3866,0,0,0,'Hraq','Blacksmithing Supplies',NULL,0,18,18,0,29,4226,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3478,0,0,0,0,0,3865,0,0,0,'Traugh','Blacksmithing Trainer',NULL,2783,31,31,0,29,83,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3479,0,0,0,0,0,3869,0,0,0,'Nargal Deatheye','Weaponsmith',NULL,0,35,35,0,29,4224,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3480,0,0,0,0,0,3867,0,0,0,'Moorane Hearthgrain','Baker',NULL,0,18,18,0,29,642,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3481,0,0,0,0,0,3868,0,0,0,'Barg','General Supplies',NULL,0,14,14,0,29,386,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3482,0,0,0,0,0,4095,0,0,0,'Tari\'qa','Trade Supplies',NULL,0,14,14,0,126,130,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3483,0,0,0,0,0,3872,0,0,0,'Jahan Hawkwing','Leather & Mail Armor Merchant',NULL,4324,21,21,0,29,4227,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3484,0,0,0,0,0,4094,0,0,0,'Kil\'hala','Tailoring Trainer',NULL,4270,25,25,0,126,83,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3485,0,0,0,0,0,3873,0,0,0,'Wrahk','Tailoring Supplies',NULL,0,18,18,0,29,130,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3486,0,0,0,0,0,3875,0,0,0,'Halija Whitestrider','Clothier',NULL,0,19,19,0,29,4226,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3487,0,0,0,0,0,4097,0,0,0,'Kalyimah Stormcloud','Bags & Sacks',NULL,0,23,23,0,126,130,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3488,0,0,0,0,0,1866,0,0,0,'Uthrok','Bowyer & Gunsmith',NULL,0,16,16,0,29,4482,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3489,0,0,0,0,0,3877,0,0,0,'Zargh','Butcher',NULL,4341,16,16,0,29,643,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3490,0,0,0,0,0,4096,0,0,0,'Hula\'mahi','Reagents, Herbs & Poison Supplies',NULL,0,30,30,0,126,3202,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3491,0,0,0,0,0,7093,0,0,0,'Ironzar','Weaponsmith',NULL,0,23,23,0,69,4224,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3492,0,0,0,0,0,7094,0,0,0,'Vexspindle','Cloth & Leather Armor Merchant',NULL,0,24,24,0,69,4226,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3493,0,0,0,0,0,7095,0,0,0,'Grazlix','Armorer & Shieldcrafter',NULL,0,25,25,0,69,4224,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3494,0,0,0,0,0,7073,0,0,0,'Tinkerwiz','Engineering Trainer',NULL,4140,25,25,0,69,83,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3495,0,0,0,0,0,7096,0,0,0,'Gagsprocket','Engineering Supplies',NULL,0,20,20,0,69,130,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3496,0,0,0,0,0,7058,0,0,0,'Fuzruckle','Banker',NULL,0,45,45,0,69,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3497,0,0,0,0,0,7097,0,0,0,'Kilxx','Fisherman',NULL,0,24,24,0,69,640,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3498,0,0,0,0,0,7098,0,0,0,'Jazzik','General Supplies',NULL,0,22,22,0,69,386,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3499,0,0,0,0,0,7099,0,0,0,'Ranik','Trade Supplies',NULL,0,22,22,0,69,130,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3500,0,0,0,0,0,3898,0,0,0,'Tarhus','Reagents',NULL,0,52,52,0,104,2178,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3501,0,0,0,0,0,4261,4262,4263,4264,'Horde Guard',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,3501,3501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3502,0,0,0,0,0,7059,7060,7061,0,'Ratchet Bruiser',NULL,NULL,0,57,57,0,637,0,1,1.42857,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(3503,0,0,0,0,0,1307,0,0,0,'Silithid Protector',NULL,NULL,0,18,19,0,7,0,0.97,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,3503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,7119,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3504,0,0,0,0,0,338,0,0,0,'Gil',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3505,0,0,0,0,0,257,0,0,0,'Pat',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3507,0,0,0,0,0,252,0,0,0,'Andi',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3508,0,0,0,0,0,251,0,0,0,'Mikey',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3509,0,0,0,0,0,338,0,0,0,'Geoff',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3510,0,0,0,0,0,221,0,0,0,'Twain',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3511,0,0,0,0,0,262,0,0,0,'Steven',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3512,0,0,0,0,0,251,0,0,0,'Jimmy',NULL,NULL,0,1,1,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3513,0,0,0,0,0,1526,0,0,0,'Miss Danna','School Mistress',NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3514,0,0,0,0,0,1527,0,0,0,'Tenaron Stormgrip',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3515,0,0,0,0,0,1528,0,0,0,'Corithras Moonrage',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3516,0,0,0,0,0,1542,0,0,0,'Arch Druid Fandral Staghelm',NULL,NULL,1630,83,83,2,80,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,504,630,504,504,504,504,20699,20701,20702,20698,0,0,0,0,0,0,700000,750000,'',0,3,1,400,20,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(3517,0,0,0,0,0,5071,0,0,0,'Rellian Greenspyre',NULL,NULL,0,17,17,0,80,2,1,1.14286,1,0,25,33,0,60,1,1500,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3518,0,0,0,0,0,1541,0,0,0,'Thomas Miller','Baker',NULL,685,15,15,0,12,641,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3519,0,0,0,0,0,1543,0,0,0,'Sentinel Arynia Cloudsbreak',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3520,0,0,0,0,0,1544,0,0,0,'Ol\' Emma',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3521,0,0,0,0,0,3887,0,0,0,'Ak\'Zeloth',NULL,NULL,0,22,22,0,29,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3522,0,0,0,0,0,1633,0,0,0,'Constance Brisboise','Apprentice Clothier',NULL,0,11,11,0,68,4226,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,37376,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3523,0,0,0,0,0,1606,0,0,0,'Bowen Brisboise','Tailoring Trainer',NULL,4267,24,24,0,68,83,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,37376,2048,0,0,2,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3524,0,0,0,0,0,1236,0,0,0,'Spirit Wolf','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,2,'',12340),
|
|
(3525,0,0,0,0,0,428,0,0,0,'[UNUSED] Turtle Trainer','Turtle Trainer','',0,50,50,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3527,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,5672,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3528,0,0,0,0,0,3349,0,0,0,'Pyrewood Armorer',NULL,NULL,0,14,15,0,123,4224,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,3528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,93,'SmartAI',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3529,0,0,0,0,0,729,0,0,0,'Moonrage Armorer',NULL,NULL,0,14,15,0,24,128,1,1.14286,1,0,22,29,0,54,1,2000,1677,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3529,0,3529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,63,88,'',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3530,0,0,0,0,0,3352,0,0,0,'Pyrewood Tailor',NULL,NULL,0,14,15,0,123,4224,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,3530,0,0,0,0,0,0,0,0,6713,7159,0,0,0,0,0,0,0,0,64,88,'SmartAI',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3531,0,0,0,0,0,729,0,0,0,'Moonrage Tailor',NULL,NULL,0,14,15,0,24,0,1,1.14286,1,0,22,29,0,54,1,2000,1659,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3531,0,100003,0,0,0,0,5,0,7140,0,0,0,0,0,0,0,0,0,63,87,'',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3532,0,0,0,0,0,3365,0,0,0,'Pyrewood Leatherworker',NULL,NULL,0,14,15,0,123,4224,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,32832,2048,0,0,0,0,0,0,15,22,2,7,0,3532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,88,'SmartAI',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3533,0,0,0,0,0,729,0,0,0,'Moonrage Leatherworker',NULL,NULL,0,14,15,0,24,0,1,1.14286,1,0,22,29,0,54,1,1533,1686,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,3533,0,3533,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,62,86,'',0,3,1,1,1,1,0,3218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3534,0,0,0,0,0,3552,0,0,0,'Wallace the Blind','Weaponsmith',NULL,0,19,19,0,35,4224,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3535,0,0,0,0,0,1549,0,0,0,'Blackmoss the Fetid',NULL,NULL,0,13,13,0,14,0,1.8,1.14286,1,4,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,4,0,3535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,5168,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3536,0,0,0,0,0,3643,0,0,0,'Kris Legace','Freewheeling Tradeswoman',NULL,0,32,32,0,35,4226,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,768,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3537,0,0,0,0,0,7133,0,0,0,'Zixil','Merchant Supreme',NULL,0,32,32,0,120,4226,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3538,0,0,0,0,0,5299,0,0,0,'Overwatch Mark I','Protector',NULL,0,32,32,0,120,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(3539,0,0,0,0,0,3673,0,0,0,'Ott','Weaponsmith',NULL,0,32,32,0,29,4224,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3540,0,0,0,0,0,3697,0,0,0,'Hal McAllister','Fish Merchant',NULL,0,40,40,0,12,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3541,0,0,0,0,0,3696,0,0,0,'Sarah Raycroft','General Goods',NULL,0,40,40,0,12,386,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3542,0,0,0,0,0,3699,0,0,0,'Jaysin Lanyda','Poisons & Reagents',NULL,0,40,40,0,12,3202,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3543,0,0,0,0,0,3698,0,0,0,'Robert Aebischer','Superior Armorsmith',NULL,0,40,40,0,12,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3544,0,0,0,0,0,3676,0,0,0,'Jason Lemieux','Mushroom Seller',NULL,0,40,40,0,68,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3545,0,0,0,0,0,7915,0,0,0,'Claude Erksine','Pet Trainer',NULL,0,40,40,0,55,19,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3546,0,0,0,0,0,3701,0,0,0,'Bernie Heisten','Food & Drink',NULL,0,45,45,0,12,640,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3547,0,0,0,0,0,1635,0,0,0,'Hamlin Atkins','Mushroom Farmer',NULL,0,10,10,0,68,642,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37376,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3548,0,0,0,0,0,1639,0,0,0,'Selina Weston','Alchemy & Herbalism Supplies',NULL,0,12,12,0,68,130,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,37376,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3549,0,0,0,0,0,1607,0,0,0,'Shelene Rhobart','Leatherworking Trainer',NULL,4184,25,25,0,68,81,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,33280,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3550,0,0,0,0,0,1636,0,0,0,'Martine Tramblay','Fishing Supplies',NULL,0,15,15,0,68,128,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3551,0,0,0,0,0,3543,0,0,0,'Patrice Dwyer','Poison Supplies',NULL,0,20,20,0,68,1154,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3552,0,0,0,0,0,3544,0,0,0,'Alexandre Lefevre','Leather Armor Merchant',NULL,0,18,18,0,68,4226,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3553,0,0,0,0,0,3536,0,0,0,'Sebastian Meloche','Armorer',NULL,0,18,18,0,68,4224,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,33280,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3554,0,0,0,0,0,3547,0,0,0,'Andrea Boynton','Clothier',NULL,0,18,20,0,68,4226,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3555,0,0,0,0,0,3537,0,0,0,'Johan Focht','Mining Trainer',NULL,0,19,19,0,68,83,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,33280,2048,0,0,2,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3556,0,0,0,0,0,3548,0,0,0,'Andrew Hilbert','Trade Supplies',NULL,0,18,18,0,68,130,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3557,0,0,0,0,0,3549,0,0,0,'Guillaume Sorouy','Blacksmithing Trainer',NULL,2749,28,28,0,68,83,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3558,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Poisoning Vendor Undead','Poison Supplies','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3559,0,0,0,0,0,115,0,0,0,'Temp Poisoning Vendor Dwarf','Poison Supplies',NULL,0,20,20,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3560,0,0,0,0,0,2030,0,0,0,'Healing Ward',NULL,NULL,0,17,37,0,58,0,0.94,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,10,0,0,0,0,0,0,0,0,0,0,5608,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3561,0,0,0,0,0,2233,0,0,0,'Kyrai','Poison Supplies',NULL,0,30,30,0,80,1154,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3562,0,0,0,0,0,2203,0,0,0,'Alaindia','Reagents',NULL,0,30,30,0,80,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3564,0,0,0,0,0,115,0,0,0,'Temp Reagent Vendor Dwarf','Reagents',NULL,0,20,20,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3565,0,0,0,0,0,1196,0,0,0,'[UNUSED] Temp Reagent Vendor Undead','Reagents','',0,20,20,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3566,0,0,0,0,0,1056,0,0,0,'Flatland Prowler',NULL,NULL,0,9,9,0,16,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,3566,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13359,0,0,0,'',1,1,1,1,1,1,0,5203,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3567,0,0,0,0,0,2686,0,0,0,'Tallonkai Swiftroot',NULL,NULL,0,11,11,0,80,2,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3568,0,0,0,0,0,599,0,0,0,'Mist',NULL,NULL,0,10,10,0,80,2,0.96,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,1,4096,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3569,0,0,0,0,0,1081,0,0,0,'Bogling',NULL,NULL,0,5,5,0,16,0,0.93,1.14286,1,0,4,4,0,14,1,1960,2156,8,0,2048,0,0,0,0,0,0,2,3,11,4,0,3569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3570,0,0,0,0,0,862,0,0,0,'Cleansed Timberling',NULL,NULL,0,7,7,0,16,0,0.68,1.14286,1,0,9,12,0,36,1,2000,2200,1,0,2048,0,0,0,0,0,0,6,8,100,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(3571,0,0,0,0,0,4849,4850,4851,4852,'Teldrassil Sentinel',NULL,'Directions',3580,65,65,1,79,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(3572,0,0,0,0,0,7074,0,0,0,'Zizzek','Fishing Supplies',NULL,0,22,22,0,69,128,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3573,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1740,1914,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,5677,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3574,0,0,0,0,0,1566,0,0,0,'Riding Bat','',NULL,0,40,40,0,2091,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3575,0,0,0,0,0,10813,0,0,0,'Praenus Raxxeus','Bat Handler',NULL,0,1,1,0,29,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3577,0,0,0,0,0,3538,0,0,0,'Dalaran Brewmaster',NULL,NULL,0,15,16,0,76,640,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,3577,0,0,0,0,0,50,0,0,7638,0,0,0,0,0,0,0,0,0,18,28,'SmartAI',0,3,1,1,1,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3578,0,0,0,0,0,3539,0,0,0,'Dalaran Miner',NULL,NULL,0,15,16,0,76,128,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,3578,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',0,3,1,1,1,1,0,7293,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3579,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1920,2112,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,5728,55328,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3580,0,0,0,0,0,16191,0,0,0,'Crafticus Rabbitus','',NULL,0,70,70,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3581,0,0,0,0,0,2850,0,0,0,'Sewer Beast',NULL,NULL,0,50,50,0,14,0,1,1.14286,1,4,85,112,0,206,1,2000,1384,1,0,2048,0,6,0,0,0,0,58,86,20,1,1,3581,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5857,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3582,0,0,0,0,0,1698,0,0,0,'Aman',NULL,NULL,0,50,50,0,35,0,0.9,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3583,0,0,0,0,0,4414,0,0,0,'Barithras Moonshade',NULL,NULL,0,14,14,0,1076,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3584,0,0,0,0,0,2723,0,0,0,'Therylune',NULL,NULL,0,17,17,0,124,2,0.94,1.14286,1,0,25,33,0,60,1,2000,2000,1,4608,2048,0,0,0,0,0,0,17,25,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3585,0,0,0,0,0,876,0,0,0,'Therysil',NULL,NULL,0,17,17,0,124,2,1.05,1.14286,1,0,25,33,0,60,1,2000,2000,1,4608,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3586,0,0,0,0,0,556,0,0,0,'Miner Johnson',NULL,NULL,0,19,19,0,17,0,1.44,1.14286,1,2,27,37,0,68,1.7,1500,1650,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,3586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3587,0,0,0,0,0,1730,0,0,0,'Lyrai','General Supplies',NULL,0,9,9,0,80,386,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3588,0,0,0,0,0,1729,0,0,0,'Khardan Proudblade','Weaponsmith',NULL,0,8,8,0,80,4224,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4864,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3589,0,0,0,0,0,1728,0,0,0,'Keina','Bowyer',NULL,0,10,10,0,80,4482,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,25,7,0,0,0,0,0,0,0,0,0,0,16868,3589,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3590,0,0,0,0,0,1727,0,0,0,'Janna Brightmoon','Clothier',NULL,0,9,9,0,80,4226,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3591,0,0,0,0,0,1726,0,0,0,'Freja Nightwing','Leather Armor Merchant',NULL,0,9,9,0,80,4226,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3592,0,0,0,0,0,1722,0,0,0,'Andiss','Armorer & Shieldcrafter',NULL,0,10,10,0,80,4224,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3593,0,0,0,0,0,1721,0,0,0,'Alyissia','Warrior Trainer',NULL,4696,11,11,0,80,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4864,2048,0,0,0,0,1,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3594,0,0,0,0,0,1725,0,0,0,'Frahun Shadewhisper','Rogue Trainer',NULL,4690,11,11,0,80,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4864,2048,0,0,0,0,4,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3595,0,0,0,0,0,1733,0,0,0,'Shanda','Priest Trainer',NULL,4692,10,10,0,80,51,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,5,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3596,0,0,0,0,0,1723,0,0,0,'Ayanna Everstride','Hunter Trainer',NULL,4695,10,10,0,80,51,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,3,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3597,0,0,0,0,0,1732,0,0,0,'Mardant Strongoak','Druid Trainer',NULL,4688,11,11,0,80,51,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4864,2048,0,0,0,0,11,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3598,0,0,0,0,0,1707,0,0,0,'Kyra Windblade','Warrior Trainer',NULL,4697,19,19,0,80,51,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,1,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3599,0,0,0,0,0,1704,0,0,0,'Jannok Breezesong','Rogue Trainer',NULL,436,20,20,0,80,51,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,4,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3600,0,0,0,0,0,1708,0,0,0,'Laurna Morninglight','Priest Trainer',NULL,4691,21,21,0,80,51,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,5,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3601,0,0,0,0,0,1703,0,0,0,'Dazalar','Hunter Trainer',NULL,4009,20,20,0,80,51,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,3,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3602,0,0,0,0,0,1706,0,0,0,'Kal','Druid Trainer',NULL,3923,22,22,0,80,51,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,11,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3603,0,0,0,0,0,1702,0,0,0,'Cyndra Kindwhisper','Alchemy Trainer',NULL,4111,28,28,0,80,83,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3604,0,0,0,0,0,1709,0,0,0,'Malorne Bladeleaf','Herbalism Trainer',NULL,0,17,17,0,80,83,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,2,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3605,0,0,0,0,0,1719,0,0,0,'Nadyia Maneweaver','Leatherworking Trainer',NULL,4174,30,30,0,80,83,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3606,0,0,0,0,0,1717,0,0,0,'Alanna Raveneye','Enchanting Trainer',NULL,4156,29,29,0,80,83,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,2,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3607,0,0,0,0,0,1718,0,0,0,'Androl Oakhand','Fishing Trainer',NULL,5665,37,37,0,80,83,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,2,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3608,0,0,0,0,0,1700,0,0,0,'Aldia','General Supplies',NULL,0,17,17,0,80,386,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3609,0,0,0,0,0,1712,0,0,0,'Shalomon','Weaponsmith',NULL,0,18,18,0,80,4224,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3610,0,0,0,0,0,1705,0,0,0,'Jeena Featherbow','Bowyer',NULL,0,19,19,0,80,4482,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3611,0,0,0,0,0,1701,0,0,0,'Brannol Eaglemoon','Clothier',NULL,0,16,16,0,80,4226,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3612,0,0,0,0,0,1714,0,0,0,'Sinda','Leather Armor Merchant',NULL,0,20,20,0,80,4226,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3613,0,0,0,0,0,1710,0,0,0,'Meri Ironweave','Armorer & Shieldcrafter',NULL,0,19,19,0,80,4224,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3614,0,0,0,0,0,1711,0,0,0,'Narret Shadowgrove','Trade Supplies',NULL,0,16,16,0,80,130,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3615,0,0,0,0,0,1652,0,0,0,'Devrak','Wind Rider Master',NULL,4323,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3616,0,0,0,0,0,1455,0,0,0,'Onu','Ancient of Lore',NULL,0,55,55,0,124,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3617,0,0,0,0,0,146,0,0,0,'Lordaeron Citizen',NULL,NULL,0,15,15,0,7,0,0.99,1.14286,1,0,22,29,0,54,1,1860,2046,1,0,2048,0,0,0,0,0,0,15,22,2,6,0,3617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,57,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3619,0,0,0,0,0,4472,0,0,0,'Ghost Saber','','',0,19,20,0,14,0,1,1.14286,1,0,29,39,0,70,1,1538,2000,1,0,2048,0,2,0,0,0,0,20,30,4,1,1,3619,0,3619,0,0,0,0,0,0,16829,0,0,0,0,0,0,0,9477,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3620,0,0,0,0,0,4296,0,0,0,'Harruk','Pet Trainer',NULL,4783,40,40,0,29,19,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3621,0,0,0,0,0,4293,0,0,0,'Kurll','Food & Drink',NULL,0,50,50,0,29,642,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3622,0,0,0,0,0,4295,0,0,0,'Grokor','Pet Trainer',NULL,4783,40,40,0,29,17,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3623,0,0,0,0,0,4297,0,0,0,'[UNUSED] Tursk','Crawler Trainer','',0,10,10,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3624,0,0,0,0,0,4292,0,0,0,'Zudd','Pet Trainer',NULL,4783,40,40,0,29,17,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3625,22654,32052,37373,0,0,4294,0,0,0,'Rarck','General Goods',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3626,0,0,0,0,0,1697,0,0,0,'Jenn Langston',NULL,NULL,0,5,5,0,12,0,1,1.42857,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(3627,0,0,0,0,0,1694,0,0,0,'Erich Lohan',NULL,NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3628,0,0,0,0,0,1695,0,0,0,'Steven Lohan',NULL,NULL,341,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3629,0,0,0,0,0,1696,0,0,0,'David Langston',NULL,NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3630,0,0,0,0,0,1742,0,0,0,'Deviate Coiler',NULL,NULL,0,15,16,0,14,0,1,1.42857,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,27,0,0,0,0,16,23,2,1,1,3630,0,100009,2,2,2,2,2,2,0,0,0,0,0,0,0,0,8898,0,0,0,'',0,1,1,1,1,1,0,6443,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3631,0,0,0,0,0,4091,0,0,0,'Deviate Stinglash',NULL,NULL,0,16,17,0,14,0,1,1.42857,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,27,0,0,0,0,17,25,2,1,1,3631,0,100009,2,2,2,2,2,2,6607,0,0,0,0,0,0,0,8900,0,0,0,'SmartAI',1,1,1,1,1,1,0,6443,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3632,0,0,0,0,0,1744,0,0,0,'Deviate Creeper',NULL,NULL,0,15,16,0,270,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,11,0,0,0,0,16,23,2,1,1,3632,0,100009,0,0,0,0,0,0,3427,744,6751,0,0,0,0,0,13215,0,0,0,'SmartAI',0,1,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3633,0,0,0,0,0,949,0,0,0,'Deviate Slayer',NULL,NULL,0,16,17,0,270,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,11,0,0,0,0,17,25,2,1,1,3633,0,100009,0,0,0,0,0,0,16495,0,0,0,0,0,0,0,13179,0,0,0,'SmartAI',1,1,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3634,0,0,0,0,0,1746,0,0,0,'Deviate Stalker',NULL,NULL,0,15,15,0,270,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,11,0,0,0,0,15,22,2,1,1,3634,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13177,0,0,0,'',1,1,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3636,0,0,0,0,0,1747,0,0,0,'Deviate Ravager',NULL,NULL,0,18,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,11,0,0,0,0,19,27,3,1,1,3636,0,100009,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,13218,0,0,0,'SmartAI',1,1,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3637,0,0,0,0,0,755,0,0,0,'Deviate Guardian',NULL,NULL,0,18,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,11,0,0,0,0,19,27,3,1,1,3637,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13180,0,0,0,'SmartAI',1,1,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3638,0,0,0,0,0,4266,0,0,0,'Devouring Ectoplasm',NULL,NULL,0,16,17,0,14,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,10,0,3638,3638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3639,0,0,0,0,0,1750,0,0,0,'Sentinel Tysha Moonblade',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3640,0,0,0,0,0,1751,0,0,0,'Evolving Ectoplasm',NULL,NULL,0,17,18,0,14,0,1,1.14286,1,1,26,35,0,64,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,18,26,3,10,0,3640,3640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3641,0,0,0,0,0,1752,0,0,0,'Deviate Lurker',NULL,NULL,0,16,17,0,14,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,1,0,3641,0,100009,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3642,0,0,0,0,0,1754,0,0,0,'Deviate Horror','',NULL,0,18,19,0,14,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3644,0,0,0,0,0,1757,0,0,0,'Cerellean Whiteclaw',NULL,NULL,0,15,15,0,80,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3649,0,0,0,0,0,1770,0,0,0,'Thundris Windweaver',NULL,NULL,0,15,15,0,80,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3650,0,0,0,0,0,1771,0,0,0,'Asterion',NULL,NULL,0,15,15,0,80,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3651,0,0,0,0,0,1226,0,0,0,'[UNUSED] Kolkar Observer','','',0,16,16,0,130,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3652,0,0,0,0,0,1092,0,0,0,'Trigore the Lasher',NULL,NULL,0,17,17,0,14,0,1,1.14286,1,4,25,33,0,60,1,2000,1613,1,0,2048,0,0,0,0,0,0,17,25,2,10,0,3652,0,3652,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3653,0,0,0,0,0,5126,0,0,0,'Kresh',NULL,NULL,0,20,20,0,7,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,32832,2048,0,21,0,0,0,0,20,30,4,1,1,3653,0,100006,0,60,0,0,0,0,0,0,0,0,0,0,0,0,5934,0,0,0,'',1,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3654,0,0,0,0,0,4088,0,0,0,'Mutanus the Devourer',NULL,NULL,0,20,20,0,270,0,1,1.14286,1,1,29,39,0,70,7.5,2000,1585,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3654,3654,0,0,0,0,0,0,0,7967,7399,8150,0,0,0,0,0,0,0,226,300,'SmartAI',1,3,1,8,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3655,0,0,0,0,0,7221,0,0,0,'Mad Magglish',NULL,NULL,0,17,17,0,14,0,0.97,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,3655,3655,0,0,0,0,0,0,0,7964,8218,0,0,0,0,0,0,0,0,79,108,'SmartAI',0,1,1,1,1,1,0,5334,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3657,0,0,0,0,0,2529,0,0,0,'Sentinel Elissa Starbreeze',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3658,0,0,0,0,0,7057,0,0,0,'Lizzarik','Weapon Dealer',NULL,0,19,19,0,69,4226,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3659,0,0,0,0,0,10704,0,0,0,'Jorb','Lizzarik\'s Bodyguard',NULL,0,37,37,0,474,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,3659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3660,0,0,0,0,0,4413,0,0,0,'Athrikus Narassin','Cult of the Dark Strand',NULL,0,31,31,0,16,0,0.94,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,66,'',0,3,1,1.1,1,1,0,5383,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3661,0,0,0,0,0,2530,0,0,0,'Balthule Shadowstrike',NULL,NULL,0,15,15,0,80,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,3661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3662,0,0,0,0,0,467,0,0,0,'Delmanis the Hated',NULL,NULL,0,17,17,0,90,0,0.94,1.14286,1,0,18,25,0,26,1,2000,2000,8,0,2048,0,0,0,0,0,0,16,23,13,3,0,3662,0,0,0,0,0,0,0,68,9672,7101,0,0,0,0,0,0,0,0,19,29,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3663,0,0,0,0,0,2531,0,0,0,'Delgren the Purifier',NULL,NULL,0,19,19,0,123,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3664,0,0,0,0,0,2532,0,0,0,'Ilkrud Magthrull',NULL,NULL,0,24,24,0,90,0,1.05,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,3664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,50,'SmartAI',0,3,1,1.5,1.5,1,0,5533,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3665,0,0,0,0,0,7051,0,0,0,'Crane Operator Bigglefuzz',NULL,NULL,0,18,18,0,69,2,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3666,0,0,0,0,0,4474,0,0,0,'Wizbang Cranktoggle',NULL,NULL,0,15,15,0,64,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3667,0,0,0,0,0,1937,0,0,0,'Anaya Dawnrunner',NULL,NULL,0,16,16,0,7,0,0.94,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,6,0,3667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,5382,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3668,0,0,0,0,0,4471,0,0,0,'Tortured Highborne Soul','',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3669,0,0,0,0,0,4213,0,0,0,'Lord Cobrahn','Fanglord',NULL,0,20,20,0,270,0,1,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,19,28,4,7,0,3669,3669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,5,1,1,0,9738,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3670,0,0,0,0,0,4214,0,0,0,'Lord Pythas','Fanglord',NULL,0,20,20,0,270,0,1,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,19,28,4,7,0,3670,3670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,181,'SmartAI',1,3,1,5,1,1,0,9740,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3671,0,0,0,0,0,4313,0,0,0,'Lady Anacondra','Fanglord',NULL,0,20,20,0,270,0,1,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,19,28,4,7,0,3671,3671,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,5,1,1,0,9739,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3672,0,0,0,0,0,4212,0,0,0,'Boahn','Druid of the Fang',NULL,0,17,17,0,270,0,1.61,1.14286,1,4,23,31,0,56,1,1475,1622,2,0,2048,0,0,0,0,0,0,16,23,2,7,0,3672,0,0,0,0,0,0,0,0,9532,8041,20790,8040,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3673,0,0,0,0,0,4215,0,0,0,'Lord Serpentis','Fanglord',NULL,0,20,20,0,270,0,1,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,19,28,4,7,0,3673,3673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,209,'SmartAI',1,3,1,6,3,1,0,9741,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3674,0,0,0,0,0,4203,0,0,0,'Skum',NULL,NULL,0,20,20,0,14,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,1,0,3674,0,3674,0,0,0,0,0,0,6254,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7.5,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3678,0,0,0,0,0,1941,0,0,0,'Disciple of Naralex',NULL,NULL,201,20,20,0,35,1,1.4,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,256,2048,0,0,0,0,0,0,19,28,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3679,0,0,0,0,0,4216,0,0,0,'Naralex',NULL,NULL,0,25,25,0,35,0,1,1.14286,1,0,35,48,0,86,1.7,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3680,0,0,0,0,0,4268,0,0,0,'Serpentbloom Snake',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,1,0,3680,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(3681,0,0,0,0,0,10045,0,0,0,'Wisp',NULL,NULL,0,1,1,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3682,0,0,0,0,0,3878,0,0,0,'Vrang Wildgore','Weaponsmith & Armorcrafter',NULL,0,48,48,0,29,4224,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,4608,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3683,0,0,0,0,0,7100,0,0,0,'Kiknikle','Stylish Clothier',NULL,0,32,32,0,69,135298,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3684,0,0,0,0,0,7101,0,0,0,'Pizznukle','Leather Armor Merchant',NULL,0,33,33,0,69,4226,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3685,0,0,0,0,0,4300,0,0,0,'Harb Clawhoof','Kodo Mounts',NULL,4006,45,45,0,104,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3688,0,0,0,0,0,4299,0,0,0,'Reban Freerunner','Pet Trainer',NULL,4783,40,40,0,104,19,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3689,0,0,0,0,0,4301,0,0,0,'Laer Stepperunner','Food & Drink',NULL,0,42,42,0,104,642,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3690,0,0,0,0,0,4298,0,0,0,'Kar Stormsinger','Riding Trainer',NULL,4021,44,44,0,104,83,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,1,0,0,6,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3691,0,0,0,0,0,1980,0,0,0,'Raene Wolfrunner',NULL,NULL,5502,60,60,0,124,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,3691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3692,0,0,0,0,0,1899,0,0,0,'Volcor',NULL,NULL,0,19,19,0,10,3,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,4608,2048,0,0,0,0,0,0,19,27,3,7,4096,3692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3693,0,0,0,0,0,1956,0,0,0,'Terenthis',NULL,NULL,0,15,15,0,80,3,0.94,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,3693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3694,0,0,0,0,0,1982,0,0,0,'Sentinel Selarin',NULL,NULL,10268,20,20,0,80,3,1,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3695,0,0,0,0,0,913,0,0,0,'Grimclaw',NULL,NULL,0,13,13,0,80,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,3695,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3696,0,0,0,0,0,1012,0,0,0,'Ran Bloodtooth',NULL,NULL,0,30,30,0,82,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,3696,3696,0,0,0,0,0,0,0,14443,6660,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,3,1,1.05,1,1,0,5388,5389,0,0,0,0,0,1,0,0,'',12340),
|
|
(3697,0,0,0,0,0,4303,0,0,0,'Kyln Longclaw','Boar Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3698,0,0,0,0,0,4304,0,0,0,'Bolyun','Pet Trainer',NULL,0,40,40,0,80,19,1.05,1.14286,1,0,52,69,0,128,1,2000,2000,2,4608,2048,0,0,3,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(3699,0,0,0,0,0,4302,0,0,0,'Nerra','Cat Trainer',NULL,0,12,12,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3700,0,0,0,0,0,4484,0,0,0,'Jadenvis Seawatcher','Reagents',NULL,0,51,51,0,80,2178,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3701,0,0,0,0,0,4485,0,0,0,'Tharnariun Treetender',NULL,NULL,21210,18,18,0,80,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4096,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3702,0,0,0,0,0,4487,0,0,0,'Alanndarian Nightsong',NULL,NULL,0,18,22,0,80,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,3702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3703,0,0,0,0,0,3895,0,0,0,'Krulmoo Fullmoon','Leatherworking Trainer',NULL,4206,42,42,0,104,83,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,4608,2048,0,0,2,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3704,0,0,0,0,0,3896,0,0,0,'Mahani','Tailoring Trainer',NULL,4350,31,31,0,104,83,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3705,0,0,0,0,0,3843,0,0,0,'Gahroot','Butcher',NULL,0,25,25,0,104,642,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3706,0,0,0,0,0,1897,0,0,0,'Tai\'jin','Priest Trainer',NULL,3644,18,18,0,126,51,1,1.14286,1,0,26,35,0,64,1,2000,2013,1,512,2048,0,0,0,0,5,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3707,0,0,0,0,0,4068,0,0,0,'Ken\'jai','Priest Trainer',NULL,3644,10,10,0,126,51,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,5,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3708,0,0,0,0,0,13970,0,0,0,'Gruna','Food & Drink',NULL,0,52,52,0,29,642,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,4608,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3711,0,0,0,0,0,6747,0,0,0,'Wrathtail Myrmidon',NULL,NULL,0,20,21,0,74,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,3711,3711,0,0,0,0,0,0,0,11977,11976,0,0,0,0,0,0,0,0,25,38,'SmartAI',1,3,1,1.02,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3712,0,0,0,0,0,11264,0,0,0,'Wrathtail Razortail',NULL,NULL,0,19,20,0,74,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,3712,3712,0,0,0,0,0,0,0,6016,782,0,0,0,0,0,0,0,0,23,34,'SmartAI',1,3,1,1,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3713,0,0,0,0,0,4765,0,0,0,'Wrathtail Wave Rider',NULL,NULL,0,18,19,0,74,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,3713,3713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,33,'SmartAI',1,3,1,1,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3715,0,0,0,0,0,4981,0,0,0,'Wrathtail Sea Witch',NULL,NULL,0,19,20,0,74,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,3715,3715,0,0,0,0,0,0,0,8598,2691,0,0,0,0,0,0,0,0,23,34,'SmartAI',1,3,1,1,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3717,0,0,0,0,0,4972,0,0,0,'Wrathtail Sorceress',NULL,NULL,0,18,19,0,74,0,1,1.14286,1,0,20,28,0,28,1,2000,2000,8,32768,2048,0,0,0,0,0,0,18,26,13,7,0,3717,3717,0,0,0,0,0,0,0,20792,11831,4980,0,0,0,0,0,0,0,20,32,'SmartAI',1,3,1,1,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3718,0,0,0,0,0,4973,0,0,0,'[UNUSED] Wrathtail Tide Princess','','',0,20,21,0,74,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3721,0,0,0,0,0,10898,0,0,0,'Mystlash Hydra',NULL,NULL,0,19,20,0,74,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,10,0,3721,0,100004,0,0,0,0,0,0,6917,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3722,0,0,0,0,0,6735,0,0,0,'Mystlash Flayer',NULL,NULL,0,20,21,0,74,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,10,0,3722,0,3722,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3725,0,0,0,0,0,4255,4218,4219,0,'Dark Strand Cultist',NULL,NULL,0,18,19,0,21,0,1.05,1.14286,1,0,20,28,0,28,1,2000,2000,8,32768,2048,0,0,0,0,0,0,18,26,13,7,0,3725,3725,0,0,0,0,0,40,0,9613,6222,0,0,0,0,0,0,0,0,20,32,'SmartAI',1,3,1,1,1,1,0,5366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3727,0,0,0,0,0,21014,5577,4225,4226,'Dark Strand Enforcer',NULL,NULL,0,20,21,0,21,0,1.05,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,3727,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.02,1,1,0,5366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3728,0,0,0,0,0,4220,19832,4221,825,'Dark Strand Adept',NULL,NULL,0,18,19,0,21,0,1.05,1.14286,1,0,20,28,0,28,1,2000,2000,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,3728,3728,0,0,0,0,0,40,0,20807,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,5366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3730,0,0,0,0,0,19831,19830,4223,4224,'Dark Strand Excavator',NULL,NULL,0,19,20,0,21,0,1.05,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3730,3730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'',1,3,1,1,1,1,0,5366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3732,0,0,0,0,0,4127,4128,0,0,'Forsaken Seeker',NULL,NULL,0,18,19,0,118,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,3732,3732,0,0,0,0,0,0,0,2054,9734,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3733,0,0,0,0,0,4129,4130,0,0,'Forsaken Herbalist',NULL,NULL,0,18,19,0,83,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,3733,3733,0,0,0,0,0,0,0,4102,0,0,0,0,0,0,0,0,0,22,33,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3734,0,0,0,0,0,4131,4132,0,0,'Forsaken Thug',NULL,NULL,0,20,20,0,83,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,3734,3734,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,25,37,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3735,0,0,0,0,0,4156,0,0,0,'Apothecary Falthis',NULL,NULL,0,22,22,0,118,0,1.05,1.14286,1,4,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,3735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,39,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3736,0,0,0,0,0,4155,0,0,0,'Darkslayer Mordenthal',NULL,NULL,0,23,23,0,118,0,1.05,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,3736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3737,0,0,0,0,0,3617,0,0,0,'Saltspittle Puddlejumper',NULL,NULL,0,19,20,0,18,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,3737,3737,0,0,0,0,0,0,0,6268,7165,0,0,0,0,0,0,0,0,24,36,'SmartAI',1,3,1,1,1,1,0,5463,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3739,0,0,0,0,0,540,0,0,0,'Saltspittle Warrior',NULL,NULL,0,19,20,0,18,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,3739,3739,0,0,0,0,0,0,0,7386,72,7164,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,5463,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3740,0,0,0,0,0,652,0,0,0,'Saltspittle Muckdweller',NULL,NULL,0,20,21,0,18,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,3740,3740,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.02,1,1,0,5463,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3742,0,0,0,0,0,4920,0,0,0,'Saltspittle Oracle',NULL,NULL,0,20,21,0,18,0,1,1.14286,1,0,28,38,0,68,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,29,4,7,0,3742,3742,0,0,0,0,0,0,0,2608,913,0,0,0,0,0,0,0,0,24,36,'SmartAI',1,3,1,1.02,1,1,0,5463,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3743,0,0,0,0,0,6824,0,0,0,'Foulweald Warrior',NULL,NULL,0,23,24,0,82,0,0.666668,0.99206,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3743,3743,0,0,0,0,0,0,0,6816,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.3,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3745,0,0,0,0,0,937,0,0,0,'Foulweald Pathfinder',NULL,NULL,0,23,24,0,82,0,0.666668,0.992063,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3745,3745,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3746,0,0,0,0,0,6819,0,0,0,'Foulweald Den Watcher',NULL,NULL,0,24,25,0,82,0,0.666668,0.99206,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,3746,3746,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3748,0,0,0,0,0,6822,0,0,0,'Foulweald Shaman',NULL,NULL,0,24,25,0,82,0,0.666668,0.992063,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,3748,3748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3749,0,0,0,0,0,1996,0,0,0,'Foulweald Ursa',NULL,NULL,0,24,25,0,82,0,0.666668,0.99206,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,3749,3749,0,0,0,0,0,0,0,9080,7165,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3750,0,0,0,0,0,6821,0,0,0,'Foulweald Totemic',NULL,NULL,0,23,24,0,82,0,0.666668,0.99206,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,3750,3750,0,0,0,0,0,0,0,0,6818,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3752,0,0,0,0,0,2878,0,0,0,'Xavian Rogue',NULL,NULL,0,29,30,0,90,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,3752,3752,0,0,0,0,0,0,0,6595,6925,0,0,0,0,0,0,0,0,43,61,'SmartAI',0,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3754,0,0,0,0,0,11344,0,0,0,'Xavian Betrayer',NULL,NULL,0,28,29,0,90,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,3,0,3754,3754,0,0,0,0,0,0,0,5242,6925,0,0,0,0,0,0,0,0,42,59,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3755,0,0,0,0,0,11346,0,0,0,'Xavian Felsworn',NULL,NULL,0,28,29,0,90,0,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,0,2048,0,0,0,0,0,0,26,38,8,3,0,3755,3755,0,0,0,0,0,0,0,6223,6925,0,0,0,0,0,0,0,0,38,55,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3757,0,0,0,0,0,11345,0,0,0,'Xavian Hellcaller',NULL,NULL,0,29,30,0,90,0,1.05,1.14286,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,3,0,3757,3757,0,0,0,0,0,0,0,9053,5740,6925,0,0,0,0,0,0,0,40,57,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3758,0,0,0,0,0,2010,0,0,0,'Felmusk Satyr',NULL,NULL,0,25,26,0,90,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,3,0,3758,3758,0,0,0,0,0,0,0,6942,0,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3759,0,0,0,0,0,2875,0,0,0,'Felmusk Rogue',NULL,NULL,0,26,27,0,90,0,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,3,0,3759,3759,0,0,0,0,0,0,0,6942,8355,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3762,0,0,0,0,0,2011,0,0,0,'Felmusk Felsworn',NULL,NULL,0,26,26,0,90,0,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,3,0,3762,3762,0,0,0,0,0,0,0,6942,11980,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3763,0,0,0,0,0,6741,0,0,0,'Felmusk Shadowstalker',NULL,NULL,0,26,27,0,90,0,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,3,0,3763,3763,0,0,0,0,0,0,0,6942,6927,0,0,0,0,0,0,0,0,37,54,'SmartAI',0,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3765,0,0,0,0,0,2007,0,0,0,'Bleakheart Satyr',NULL,NULL,0,26,27,0,90,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,3,0,3765,3765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3767,0,0,0,0,0,2018,0,0,0,'Bleakheart Trickster',NULL,NULL,0,27,28,0,90,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,3,0,3767,3767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3770,0,0,0,0,0,2017,0,0,0,'Bleakheart Shadowstalker',NULL,NULL,0,27,28,0,90,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,3,0,3770,3770,0,0,0,0,0,0,0,6927,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3771,0,0,0,0,0,2013,0,0,0,'Bleakheart Hellcaller',NULL,NULL,0,26,27,0,90,0,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,3,0,3771,3771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(3772,0,0,0,0,0,5049,0,0,0,'Lesser Felguard',NULL,NULL,0,23,24,0,90,0,1.05,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,3,0,3772,3772,0,0,0,0,0,0,0,184,18812,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3773,0,0,0,0,0,1912,0,0,0,'Akkrilus',NULL,NULL,0,26,26,0,90,0,1.81,1.14286,1,4,34,46,0,84,1,1425,1567,2,0,2048,0,0,0,0,0,0,23,34,6,3,0,3773,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3774,0,0,0,0,0,10950,0,0,0,'Felslayer',NULL,NULL,0,22,23,0,90,0,1.05,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,3,0,3774,0,100005,0,0,0,0,0,0,2691,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3777,0,0,0,0,0,1914,0,0,0,'Aelyssa','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3778,0,0,0,0,0,1915,0,0,0,'Myielea Starwhisper','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3779,0,0,0,0,0,1916,0,0,0,'Syurana','Trade Supplies',NULL,0,55,55,0,80,130,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3780,0,0,0,0,0,168,0,0,0,'Shadethicket Moss Eater',NULL,NULL,0,21,23,0,16,0,0.666668,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,4,0,3780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3781,0,0,0,0,0,2022,0,0,0,'Shadethicket Wood Shaper',NULL,NULL,0,23,24,0,16,0,1.05,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,4,0,3781,0,0,0,0,0,0,0,0,12747,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3782,0,0,0,0,0,9011,0,0,0,'Shadethicket Stone Mover',NULL,NULL,0,25,26,0,16,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,3782,0,0,0,0,0,0,0,0,6864,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3783,0,0,0,0,0,2023,0,0,0,'Shadethicket Raincaller',NULL,NULL,0,22,23,0,16,0,1.05,1.14286,1,0,31,41,0,74,1,2000,2000,2,0,2048,0,0,0,0,0,0,21,31,5,4,0,3783,0,0,0,0,0,0,0,0,6535,9532,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3784,0,0,0,0,0,2024,0,0,0,'Shadethicket Bark Ripper',NULL,NULL,0,26,27,0,16,0,0.666668,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,4,0,3784,0,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,38,54,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3789,0,0,0,0,0,203,0,0,0,'Terrowulf Fleshripper',NULL,NULL,0,28,29,0,16,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,3789,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,59,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3791,0,0,0,0,0,736,0,0,0,'Terrowulf Shadow Weaver',NULL,NULL,0,29,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,3791,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3792,0,0,0,0,0,522,0,0,0,'Terrowulf Packlord',NULL,NULL,0,31,32,0,16,0,1.56,1.14286,1,4,45,60,0,108,1,1375,1512,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,3792,0,3792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3793,0,0,0,0,0,2572,0,0,0,'Initiate Druid','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3794,0,0,0,0,0,17343,0,0,0,'Druid of the Talon','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,9739,25602,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,6,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(3795,0,0,0,0,0,17342,0,0,0,'Druid of the Claw','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,32131,7090,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,6,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(3796,0,0,0,0,0,2572,0,0,0,'Druid of the Wild','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3797,0,0,0,0,0,4253,4254,0,0,'Cenarion Protector',NULL,NULL,0,25,26,0,124,0,1,0.992063,1,0,34,46,0,84,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,34,6,7,0,3797,3797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3799,0,0,0,0,0,4161,0,0,0,'Severed Druid',NULL,NULL,0,28,29,0,16,0,1.08,1.14286,1,0,38,50,0,94,1,1710,1881,2,0,2048,0,0,0,0,0,0,26,38,8,6,0,3799,3799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,55,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3801,0,0,0,0,0,4159,0,0,0,'Severed Sleeper',NULL,NULL,0,28,29,0,16,0,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,32768,2048,0,0,0,0,0,0,26,38,8,6,0,3801,3801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,55,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3802,0,0,0,0,0,4160,0,0,0,'Severed Dreamer',NULL,NULL,0,29,30,0,16,0,1.05,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,6,0,3802,3802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,55,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3803,0,0,0,0,0,4164,0,0,0,'Severed Keeper',NULL,NULL,0,29,30,0,16,0,1.05,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,6,0,3803,3803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,58,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3804,0,0,0,0,0,4133,4134,0,0,'Forsaken Intruder',NULL,NULL,0,28,29,0,118,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,3804,3804,0,0,0,0,0,0,0,6634,7159,0,0,0,0,0,0,0,0,42,59,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3806,0,0,0,0,0,4151,4152,0,0,'Forsaken Infiltrator',NULL,NULL,0,29,30,0,118,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,3806,3806,0,0,0,0,0,0,0,6634,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3807,0,0,0,0,0,4153,4154,0,0,'Forsaken Assassin',NULL,NULL,0,29,30,0,118,0,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,3807,3807,0,0,0,0,0,0,0,8822,7992,0,0,0,0,0,0,0,0,43,61,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3808,0,0,0,0,0,4135,4136,0,0,'Forsaken Dark Stalker',NULL,NULL,0,28,29,0,118,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,3808,3808,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,41,59,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3809,0,0,0,0,0,820,0,0,0,'Ashenvale Bear',NULL,NULL,0,21,22,0,44,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,4,0,0,0,0,21,32,4,1,1,3809,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5803,0,0,0,'',1,1,1,1.27,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3810,0,0,0,0,0,982,0,0,0,'Elder Ashenvale Bear',NULL,NULL,0,25,26,0,44,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,4,0,0,0,0,25,37,7,1,1,3810,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5805,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3811,0,0,0,0,0,14315,0,0,0,'Giant Ashenvale Bear',NULL,NULL,0,29,30,0,44,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,4,0,0,0,0,29,42,9,1,1,3811,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3812,0,0,0,0,0,9566,0,0,0,'Clattering Crawler',NULL,NULL,0,19,20,0,7,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,8,0,0,0,0,20,30,4,1,1,3812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5841,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3814,0,0,0,0,0,1001,0,0,0,'Spined Crawler',NULL,NULL,0,20,21,0,7,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,8,0,0,0,0,21,30,4,1,1,3814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13015,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3815,0,0,0,0,0,1267,0,0,0,'Blink Dragon',NULL,NULL,0,26,26,0,2136,0,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,2,0,3815,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3816,0,0,0,0,0,1917,0,0,0,'Wild Buck',NULL,NULL,0,18,19,0,189,0,0.8,1.42857,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,3816,0,100004,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3817,0,0,0,0,0,1991,0,0,0,'Shadowhorn Stag',NULL,NULL,0,22,23,0,189,0,0.8,1.42857,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,3817,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3818,0,0,0,0,0,1992,0,0,0,'Elder Shadowhorn Stag',NULL,NULL,0,26,27,0,189,0,0.8,1.42857,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,3818,0,100010,0,0,0,0,0,0,6921,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3819,0,0,0,0,0,1103,0,0,0,'Wildthorn Stalker',NULL,NULL,0,20,21,0,22,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,30,4,1,1,3819,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,13163,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3820,0,0,0,0,0,336,0,0,0,'Wildthorn Venomspitter',NULL,NULL,0,24,25,0,22,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,3,0,0,0,0,24,36,6,1,1,3820,0,0,0,0,0,0,0,0,6917,0,0,0,0,0,0,0,13162,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3821,0,0,0,0,0,1104,0,0,0,'Wildthorn Lurker',NULL,NULL,0,28,29,0,22,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,3,0,0,0,0,28,41,8,1,1,3821,0,0,0,0,0,0,0,0,744,6920,0,0,0,0,0,0,5897,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3823,0,0,0,0,0,802,0,0,0,'Ghostpaw Runner',NULL,NULL,0,19,20,0,38,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,1,0,0,0,0,20,30,4,1,1,3823,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5948,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3824,0,0,0,0,0,1207,0,0,0,'Ghostpaw Howler',NULL,NULL,0,23,24,0,38,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,1,0,0,0,0,23,34,6,1,1,3824,0,100005,0,0,0,0,0,0,3264,0,0,0,0,0,0,0,13053,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3825,0,0,0,0,0,776,0,0,0,'Ghostpaw Alpha',NULL,NULL,0,27,28,0,38,0,1,1.14286,1,0,39,53,0,96,1,1300,2000,1,0,2048,0,1,0,0,0,0,27,40,8,1,1,3825,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5951,0,0,0,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3826,0,0,0,0,0,802,0,0,0,'Rabid Ghostpaw','',NULL,0,1,1,0,38,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3831,0,0,0,0,0,1921,0,0,0,'[UNUSED] Ancient Guardian','NEED MODEL','',0,23,23,0,79,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3832,0,0,0,0,0,2572,0,0,0,'Cenarion Steward','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3833,0,0,0,0,0,150,0,0,0,'Cenarion Vindicator',NULL,NULL,0,26,27,0,124,0,1.11111,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,3833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3834,0,0,0,0,0,2077,0,0,0,'Crazed Ancient',NULL,NULL,0,27,28,0,91,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,4,0,3834,0,0,0,0,0,0,0,0,6909,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',1,3,1,1.05,1,1,0,5475,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3835,0,0,0,0,0,1924,0,0,0,'Biletoad',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(3836,0,0,0,0,0,1927,0,0,0,'Mountaineer Pebblebitty',NULL,NULL,1201,44,44,0,55,3,1,1.38571,1,0,72,96,0,174,1,1570,1727,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_mountaineer_pebblebitty',12340),
|
|
(3837,0,0,0,0,0,1936,0,0,0,'Riding Hippogryph','',NULL,0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3838,0,0,0,0,0,1931,0,0,0,'Vesprystus','Hippogryph Master',NULL,4302,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3839,0,0,0,0,0,1131,0,0,0,'Voidlasher','',NULL,0,19,20,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3840,0,0,0,0,0,4211,4232,4233,4234,'Druid of the Fang',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,26,34,0,60,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,18,26,3,7,0,3840,3840,0,0,0,40,0,0,0,9532,8041,5187,8040,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3841,0,0,0,0,0,1932,0,0,0,'Caylais Moonfeather','Hippogryph Master',NULL,4301,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3842,0,0,0,0,0,1935,0,0,0,'Brombar Higgleby','The Keymaster',NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3843,0,0,0,0,0,1937,0,0,0,'Anaya',NULL,NULL,0,14,14,0,80,0,0.98,1.14286,1,0,20,27,0,50,1,1870,2057,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3844,0,0,0,0,0,2030,0,0,0,'Healing Ward IV',NULL,NULL,0,23,24,0,58,0,0.73,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,10,0,3844,0,0,0,0,0,0,0,0,6276,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3845,0,0,0,0,0,4126,0,0,0,'Shindrell Swiftfire',NULL,NULL,10313,25,25,0,80,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3846,0,0,0,0,0,4173,0,0,0,'Talen',NULL,NULL,10312,17,17,0,1076,3,1.05,1.14286,1,0,25,33,0,60,1,2000,2000,1,4608,2048,0,0,0,0,0,0,17,25,2,7,0,3846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3847,0,0,0,0,0,4180,0,0,0,'Orendil Broadleaf',NULL,NULL,0,27,27,0,80,2,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3848,0,0,0,0,0,4170,0,0,0,'Kayneth Stillwind',NULL,NULL,7406,31,31,0,80,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3849,0,0,0,0,0,2006,0,0,0,'Deathstalker Adamant','',NULL,21214,18,18,0,68,1,1,1.14286,1,1,26,35,0,64,1.7,2000,1650,1,37440,2048,0,0,0,0,0,0,18,26,3,7,0,3849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3850,0,0,0,0,0,2005,0,0,0,'Sorcerer Ashcrombe','',NULL,21213,18,18,0,12,1,1,1.14286,1,1,19,26,0,27,1.7,2000,1650,8,32832,2048,0,0,0,0,0,0,17,24,13,7,0,3850,3850,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,108,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3851,0,0,0,0,0,729,0,0,0,'Shadowfang Whitescalp','',NULL,0,18,19,0,24,0,1,1.14286,1,1,26,34,0,60,1.7,2000,1659,2,64,2048,0,0,0,0,0,0,18,26,3,7,0,3851,0,100006,0,0,0,0,0,0,12544,0,0,0,0,0,0,0,0,0,79,108,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3852,0,0,0,0,0,202,0,0,0,'Shadowfang Bloodhowler','',NULL,0,19,19,0,24,0,1.2,1.14286,1,1,27,37,0,68,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,3264,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3853,0,0,0,0,0,729,0,0,0,'Shadowfang Moonwalker','',NULL,0,19,19,0,24,0,1,1.14286,1,1,26,34,0,60,1.7,2000,1631,2,64,2048,0,0,0,0,0,0,18,26,3,7,0,3853,0,100006,0,0,0,0,0,0,7121,0,0,0,0,0,0,0,0,0,85,115,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3854,0,0,0,0,0,203,0,0,0,'Shadowfang Wolfguard',NULL,NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3854,0,100006,0,0,0,0,0,0,7106,0,0,0,0,0,0,0,0,0,95,129,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3855,0,0,0,0,0,657,0,0,0,'Shadowfang Darksoul','',NULL,0,19,19,0,24,0,1,1.14286,1,1,26,34,0,60,1.7,2000,1613,2,64,2048,0,0,0,0,0,0,18,26,3,7,0,3855,0,100006,0,0,0,0,0,0,8140,970,0,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,3,2,1,0,6915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3857,0,0,0,0,0,202,0,0,0,'Shadowfang Glutton','',NULL,0,19,19,0,24,0,1,1.14286,1,1,27,37,0,68,1.7,2000,1613,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,3857,0,100007,0,0,0,0,0,0,7122,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3859,0,0,0,0,0,736,0,0,0,'Shadowfang Ragetooth','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1613,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,3859,0,100007,0,0,0,0,0,0,7072,0,0,0,0,0,0,0,0,0,117,158,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3860,0,0,0,0,0,574,0,0,0,'Shadowfang Tainted One','',NULL,0,20,20,0,24,0,1.2,1.14286,1,1,27,36,0,64,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,7102,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3861,0,0,0,0,0,801,0,0,0,'Bleak Worg','',NULL,0,18,21,0,24,0,1,1.14286,1,1,31,40,0,74,1.7,2000,2000,1,64,2048,0,1,0,0,0,0,21,30,4,1,1,3861,0,100006,0,0,0,0,0,0,7127,0,0,0,0,0,0,0,13050,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3862,0,0,0,0,0,11421,0,0,0,'Slavering Worg','',NULL,0,18,21,0,24,0,1,1.42857,1,1,31,40,0,74,1.7,1200,2000,1,64,2048,0,1,0,0,0,0,21,30,4,1,1,3862,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13032,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3863,0,0,0,0,0,2446,0,0,0,'Lupine Horror','',NULL,0,20,21,0,24,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1604,1,64,2048,0,0,0,0,0,0,21,30,4,6,0,3863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3864,0,0,0,0,0,1951,0,0,0,'Fel Steed','',NULL,0,19,19,0,15,0,1,1.28571,1,1,27,37,0,68,1.7,2000,1613,1,64,2048,0,0,0,0,0,0,19,27,3,1,0,3864,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3865,0,0,0,0,0,1952,0,0,0,'Shadow Charger',NULL,NULL,0,18,19,0,15,0,1,1.28571,1,1,27,37,0,68,7.5,2000,1622,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,3865,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3866,0,0,0,0,0,8808,0,0,0,'Vile Bat','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1631,1,64,2048,0,24,0,0,0,0,20,30,4,1,1,3866,0,100007,0,0,0,0,0,0,6713,7145,0,0,0,0,0,0,12826,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(3868,0,0,0,0,0,1955,0,0,0,'Blood Seeker','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1604,1,64,2048,0,24,0,0,0,0,20,30,4,1,1,3868,0,100007,0,0,0,0,0,0,7140,0,0,0,0,0,0,0,12814,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(3869,0,0,0,0,0,7533,0,0,0,'Lesser Gargoyle','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(3870,0,0,0,0,0,7534,0,0,0,'Stone Sleeper','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(3872,0,0,0,0,0,3224,0,0,0,'Deathsworn Captain',NULL,NULL,0,21,21,0,16,0,1.49,1.14286,1,2,31,40,0,74,1.7,1450,1595,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,3872,0,0,0,0,0,0,0,0,40505,2457,9080,0,0,0,0,0,0,0,207,276,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3873,0,0,0,0,0,3225,0,0,0,'Tormented Officer','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1613,1,32832,2048,0,0,0,0,0,0,20,30,4,6,0,3873,3873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,163,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3875,0,0,0,0,0,3229,3230,0,0,'Haunted Servitor','',NULL,0,18,19,0,24,0,1,1.14286,1,1,27,37,0,68,1.7,2000,1613,1,32832,2048,0,0,0,0,0,0,19,27,3,6,0,3875,0,0,0,0,0,0,0,0,7057,0,0,0,0,0,0,0,0,0,99,134,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3876,0,0,0,0,0,3227,3228,0,0,'Traumatized Spirit','',NULL,0,18,18,0,24,0,1.2,1.14286,1,1,26,35,0,64,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3877,0,0,0,0,0,3226,0,0,0,'Wailing Guardsman','',NULL,0,19,19,0,24,0,1,1.14286,1,1,27,37,0,68,1.7,2000,1613,1,32832,2048,0,0,0,0,0,0,19,27,3,6,0,3877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3878,0,0,0,0,0,68,0,0,0,'Magthrull\'s Doomguard','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3879,0,0,0,0,0,4227,4228,19829,4229,'Dark Strand Assassin',NULL,NULL,0,21,21,0,16,0,1.05,1.14286,1,0,31,40,0,74,1,1760,1936,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,5366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3880,0,0,0,0,0,1957,0,0,0,'Sentinel Melyria Frostshadow',NULL,NULL,0,25,25,0,80,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3881,0,0,0,0,0,3755,0,0,0,'Grimtak','Butcher',NULL,10181,14,14,0,29,642,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3882,0,0,0,0,0,3753,0,0,0,'Zlagk','Butcher',NULL,0,9,9,0,29,642,1,1.14286,1,0,11,15,0,40,1,2000,2112,1,768,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3883,0,0,0,0,0,3812,0,0,0,'Moodan Sungrain','Baker',NULL,0,11,11,0,104,642,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3884,0,0,0,0,0,3807,0,0,0,'Jhawna Oatwind','Baker',NULL,0,13,13,0,104,642,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3885,0,0,0,0,0,2867,0,0,0,'Sentinel Velene Starstrike',NULL,NULL,2561,25,25,0,80,3,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3886,0,0,0,0,0,524,0,0,0,'Razorclaw the Butcher','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,3200,1613,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,3886,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3887,0,0,0,0,0,3222,0,0,0,'Baron Silverlaine','',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1595,1,32832,2048,0,0,0,0,0,0,20,30,4,6,0,3887,0,0,0,0,0,0,0,0,7068,0,0,0,0,0,0,0,0,0,178,237,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3888,0,0,0,0,0,11446,0,0,0,'Korra',NULL,NULL,0,20,20,0,80,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,0,0,0,0,0,0,20,30,4,1,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3890,0,0,0,0,0,15032,0,0,0,'Brakgul Deathbringer','Warsong Gulch Battlemaster',NULL,6459,61,61,0,1515,1048577,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3891,0,0,0,0,0,1983,0,0,0,'Teronis\' Corpse',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,32,0,0,0,0,0,20,30,4,7,0,3891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3892,0,0,0,0,0,4168,0,0,0,'Relara Whitemoon',NULL,NULL,0,1,1,0,80,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3893,0,0,0,0,0,4157,4158,0,0,'Forsaken Scout',NULL,NULL,0,23,23,0,16,0,1.06,1.14286,1,0,33,44,0,80,1,1750,1925,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,3893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,43,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3894,0,0,0,0,0,4169,0,0,0,'Pelturas Whitemoon',NULL,NULL,0,21,21,0,124,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3895,0,0,0,0,0,9552,0,0,0,'Captain Noteo','Boat Operator',NULL,0,60,60,0,80,2,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,752,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3896,0,0,0,0,0,1466,0,0,0,'Captain Hart','Boat Operator',NULL,0,40,40,0,12,2,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,502,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3897,0,0,0,0,0,1010,0,0,0,'Krolg',NULL,NULL,0,9,9,0,934,2,1.05,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3898,0,0,0,0,0,467,0,0,0,'Aligar the Tormentor',NULL,NULL,0,24,24,0,16,0,1.06,1.14286,1,0,34,46,0,84,1,1740,1914,1,0,2048,0,0,0,0,0,0,23,34,6,3,0,3898,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.02,1,1,0,5481,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3899,0,0,0,0,0,2007,0,0,0,'Balizar the Umbrage',NULL,NULL,0,24,24,0,16,0,1.06,1.14286,1,0,25,34,0,36,1,1740,1914,8,0,2048,0,0,0,0,0,0,22,31,15,3,0,3899,0,0,0,0,0,0,0,0,14868,11980,20791,0,0,0,0,0,0,0,29,43,'SmartAI',0,3,1,1.02,1,1,0,5481,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3900,0,0,0,0,0,9781,0,0,0,'Caedakar the Vicious',NULL,NULL,0,24,24,0,16,0,1.08,1.14286,1,0,32,43,0,78,1,1710,1881,2,0,2048,0,0,0,0,0,0,22,32,6,3,0,3900,0,0,0,0,0,0,0,96,42024,913,0,0,0,0,0,0,0,0,31,46,'SmartAI',0,3,1,1.02,1,1,0,5481,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3901,0,0,0,0,0,2721,0,0,0,'Illiyana',NULL,NULL,0,26,26,0,80,2,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3902,0,0,0,0,0,4589,0,0,0,'Searing Totem II',NULL,NULL,0,23,24,0,58,0,0.01,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,11,0,0,0,0,0,0,0,0,0,0,6350,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3903,0,0,0,0,0,4589,0,0,0,'Searing Totem III',NULL,NULL,0,36,39,0,58,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,11,0,0,0,0,0,0,0,0,0,0,6351,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3904,0,0,0,0,0,4589,0,0,0,'Searing Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6352,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3906,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1660,1826,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6371,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3907,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6372,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3908,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1500,1650,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10460,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3909,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem V',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,1551,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3911,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1720,1892,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6397,55329,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.325,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3912,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1610,1771,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6398,55330,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3913,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1630,1793,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,6399,55332,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.455,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3914,0,0,0,0,0,524,0,0,0,'Rethilgore','The Cell Keeper',NULL,0,20,20,0,24,0,1,1.14286,1,1,29,39,0,70,1.7,2000,1640,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,3914,0,100006,0,0,0,0,0,0,7295,0,0,0,0,0,0,0,0,0,116,156,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3915,0,0,0,0,0,643,0,0,0,'Dagri','Raene\'s Pet',NULL,0,23,23,0,80,0,1,1.42857,1,0,33,44,0,80,1,1300,2000,1,768,2048,0,0,0,0,0,0,22,33,5,1,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(3916,0,0,0,0,0,2721,0,0,0,'Shael\'dryn',NULL,NULL,0,24,24,0,80,2,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,3916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3917,0,0,0,0,0,525,0,0,0,'Befouled Water Elemental',NULL,NULL,0,23,25,0,91,0,1.05,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,4,0,3917,0,0,0,0,0,75,0,0,6873,9672,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,12220,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3919,0,0,0,0,0,9593,0,0,0,'Withered Ancient',NULL,NULL,0,26,27,0,91,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,4,0,3919,0,0,0,0,0,0,0,0,6909,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,3,1,1.05,1,1,0,5475,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3920,0,0,0,0,0,12064,0,0,0,'Anilia',NULL,NULL,0,25,25,0,1076,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3921,0,0,0,0,0,1999,0,0,0,'Thistlefur Ursa',NULL,NULL,0,23,24,0,82,0,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3921,3921,0,0,0,0,0,0,0,25712,7165,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3922,0,0,0,0,0,6803,0,0,0,'Thistlefur Totemic',NULL,NULL,0,23,24,0,82,0,1.05,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,3922,3922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3923,0,0,0,0,0,936,0,0,0,'Thistlefur Den Watcher',NULL,NULL,0,23,24,0,82,0,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3923,3923,0,0,0,0,0,0,0,3490,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3924,0,0,0,0,0,6801,0,0,0,'Thistlefur Shaman',NULL,NULL,0,23,24,0,82,0,0.666668,0.992063,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,3924,3924,0,0,0,0,0,0,0,11986,6742,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3925,0,0,0,0,0,6823,0,0,0,'Thistlefur Avenger',NULL,NULL,0,23,24,0,82,0,0.666668,0.992063,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3925,3925,0,0,0,0,0,0,0,8602,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3926,0,0,0,0,0,897,0,0,0,'Thistlefur Pathfinder',NULL,NULL,0,23,24,0,82,0,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,3926,3926,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,3,1,1.02,1,1,0,16743,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3927,0,0,0,0,0,11179,0,0,0,'Wolf Master Nandos','',NULL,0,21,21,0,24,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1585,1,64,2048,0,0,0,0,0,0,21,30,4,7,0,3927,0,100012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,1,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3928,0,0,0,0,0,2028,0,0,0,'Rotting Slime',NULL,NULL,0,20,22,0,14,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,10,0,3928,3928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3931,0,0,0,0,0,1549,0,0,0,'Shadethicket Oracle',NULL,NULL,0,30,30,0,16,0,0.666668,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,3931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,62,'',1,3,1,1.05,1,1,0,5508,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3932,0,0,0,0,0,1996,0,0,0,'Bloodtooth Guard',NULL,NULL,0,27,28,0,82,0,1.05,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,3932,3932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3933,0,0,0,0,0,4082,0,0,0,'Hai\'zan','Butcher',NULL,0,14,14,0,126,642,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3934,0,0,0,0,0,3881,0,0,0,'Innkeeper Boorand Plainswind','Innkeeper',NULL,344,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3935,0,0,0,0,0,3236,0,0,0,'Toddrick','Butcher',NULL,0,10,10,0,12,640,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3936,0,0,0,0,0,2035,0,0,0,'Shandris Feathermoon','General of the Sentinel Army',NULL,11284,72,72,2,124,3,1,1.14286,1,3,307,438,0,314,35,2000,2000,1,4096,2048,0,0,0,0,0,0,270,401,53,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3937,0,0,0,0,0,3234,0,0,0,'Kira Songshine','Traveling Baker',NULL,0,12,12,0,12,640,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3938,0,0,0,0,0,2032,0,0,0,'Roth Bluntblade','Kira\'s Guard',NULL,0,15,15,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3939,0,0,0,0,0,643,0,0,0,'Razormane Wolf',NULL,NULL,0,7,8,0,109,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,1,0,0,0,0,7,10,100,1,1,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13056,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3940,0,0,0,0,0,4166,0,0,0,'Taneel Darkwood',NULL,NULL,0,32,32,0,16,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,6,0,3940,3940,0,0,0,0,0,0,0,2767,6077,6063,0,0,0,0,0,0,0,45,64,'SmartAI',1,3,1,1.1,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3941,0,0,0,0,0,4165,0,0,0,'Uthil Mooncall',NULL,NULL,0,32,32,0,16,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,6,0,3941,3941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3942,0,0,0,0,0,4163,0,0,0,'Mavoris Cloudsbreak',NULL,NULL,0,32,32,0,16,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,32768,2048,0,0,0,0,0,0,29,42,9,6,0,3942,3942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,1.1,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(3943,0,0,0,0,0,5029,0,0,0,'Ruuzel',NULL,NULL,0,22,22,0,74,0,1,1.14286,1,0,32,42,0,78,1,2600,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,3943,0,0,0,0,0,0,0,0,25712,2457,0,0,0,0,0,0,0,0,32,46,'SmartAI',1,3,1,1.3,1,1,0,5445,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3944,0,0,0,0,0,6749,0,0,0,'Wrathtail Priestess',NULL,NULL,0,20,21,0,74,0,1,1.14286,1,0,28,38,0,68,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,29,4,7,0,3944,3944,0,0,0,0,0,0,0,15970,11642,0,0,0,0,0,0,0,0,24,37,'SmartAI',1,3,1,1.02,1,1,0,5490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3945,0,0,0,0,0,11353,0,0,0,'Caravaneer Ruzzgot',NULL,NULL,0,30,39,0,120,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3946,0,0,0,0,0,2034,0,0,0,'Velinde Starsong',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3947,0,0,0,0,0,7112,0,0,0,'Goblin Shipbuilder',NULL,NULL,0,19,20,0,17,0,1,1.14286,1,1,29,39,0,70,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,7,0,3947,3947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3948,0,0,0,0,0,2036,0,0,0,'Honni Goldenoat','Baker',NULL,0,10,10,0,55,642,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3950,0,0,0,0,0,4606,0,0,0,'Minor Water Guardian',NULL,NULL,0,25,25,0,14,0,0.91,1.14286,1,0,35,48,0,86,1,2000,2200,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),
|
|
(3951,0,0,0,0,0,2065,0,0,0,'Bhaldaran Ravenshade','Bowyer',NULL,0,34,34,0,80,4482,1.05,1.14286,1,0,47,63,0,114,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3952,0,0,0,0,0,2054,0,0,0,'Aeolynn','Clothier',NULL,0,22,22,0,80,4226,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3953,0,0,0,0,0,2064,0,0,0,'Tandaan Lightmane','Leather Armor Merchant',NULL,0,23,23,0,80,4226,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3954,0,0,0,0,0,2055,0,0,0,'Dalria','Trade Goods',NULL,0,24,24,0,80,130,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3955,0,0,0,0,0,2068,0,0,0,'Shandrina','Trade Goods',NULL,0,24,24,0,80,130,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3956,0,0,0,0,0,4183,0,0,0,'Harklan Moongrove','Alchemy Supplies',NULL,0,24,24,0,80,130,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3957,0,0,0,0,0,2056,0,0,0,'Jainay Featherbreeze','Cooking Supplies',NULL,0,28,28,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3958,0,0,0,0,0,2062,0,0,0,'Lardan','Leatherworking Supplies',NULL,0,25,25,0,80,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3959,0,0,0,0,0,2063,0,0,0,'Nantar','Baker',NULL,0,21,21,0,80,642,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3960,0,0,0,0,0,2067,0,0,0,'Ulthaan','Butcher',NULL,0,26,26,0,80,642,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,4608,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3961,0,0,0,0,0,2058,0,0,0,'Maliynn','Food & Drink Vendor',NULL,0,19,19,0,80,642,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3962,0,0,0,0,0,2060,0,0,0,'Haljan Oakheart','General Goods',NULL,0,26,26,0,80,386,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3963,0,0,0,0,0,2066,0,0,0,'Danlaar Nightstride','Hunter Trainer',NULL,4092,35,35,0,80,51,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,3,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3964,0,0,0,0,0,4181,0,0,0,'Kylanna','Alchemy Trainer',NULL,4117,31,31,0,80,83,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3965,0,0,0,0,0,4182,0,0,0,'Cylania Rootstalker','Herbalism Trainer',NULL,0,24,24,0,80,83,1.05,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,2,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3966,0,0,0,0,0,2061,0,0,0,'Kaleem','Cook',NULL,0,24,24,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3967,0,0,0,0,0,2053,0,0,0,'Aayndia Floralwind','Leatherworking Trainer',NULL,4211,37,37,0,80,83,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,2,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3968,0,0,0,0,0,4590,0,0,0,'Sentry Totem',NULL,NULL,0,34,34,0,58,0,1,1,1,0,52,69,0,128,1,2000,1749,1,0,2048,0,0,0,0,0,0,36,53,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3969,0,0,0,0,0,2059,0,0,0,'Fahran Silentblade','Tools & Supplies',NULL,0,28,28,0,80,1154,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3970,0,0,0,0,0,2057,0,0,0,'Llana','Reagent Supplies',NULL,0,25,25,0,80,2178,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3971,0,0,0,0,0,1926,0,0,0,'Agro 5','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3972,0,0,0,0,0,1491,0,0,0,'Agro 7','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3973,0,0,0,0,0,1507,0,0,0,'Agro 10','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3974,0,0,0,0,0,2040,0,0,0,'Houndmaster Loksey','',NULL,0,34,34,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,39,45,10,7,0,3974,3974,0,0,0,0,0,0,0,6742,6192,0,0,0,0,0,0,0,0,386,509,'SmartAI',1,3,1,8,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3975,0,0,0,0,0,2041,0,0,0,'Herod','The Scarlet Champion',NULL,0,37,37,0,67,0,1,1.42857,1,1,51,68,0,124,2.4,2500,2000,1,32832,2048,0,0,0,0,0,0,35,52,12,7,0,3975,3975,0,0,0,0,0,0,0,6268,30619,8599,0,0,0,0,0,0,0,575,756,'SmartAI',1,3,1,8,1,1,0,5805,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(3976,0,0,0,0,0,2042,0,0,0,'Scarlet Commander Mograine','',NULL,0,40,40,0,67,0,1,1.14286,1,1,52,69,0,128,2.4,2200,2000,2,64,2048,0,0,0,0,0,0,36,53,13,7,0,3976,3976,0,0,0,0,0,0,0,8990,5589,0,14518,0,0,0,0,0,0,319,422,'SmartAI',1,3,1,4.5,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3977,0,0,0,0,0,2043,0,0,0,'High Inquisitor Whitemane','',NULL,0,40,40,0,67,0,1,1.14286,1,1,52,69,0,128,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,36,53,13,7,0,3977,3977,0,0,0,0,0,0,0,22187,9481,9256,12039,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,4,5,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3978,0,0,0,0,0,4518,0,0,0,'Sage Truthseeker',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3979,0,0,0,0,0,2049,0,0,0,'Librarian Mae Paledust','Explorers\' League',NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3980,0,0,0,0,0,2048,0,0,0,'Raleigh the Devout',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3981,0,0,0,0,0,2046,0,0,0,'Vorrel Sengutz','',NULL,0,8,8,0,68,2,1,1.14286,1,0,10,14,0,38,2.4,2000,2000,1,33280,2048,0,0,0,0,0,0,7,10,100,7,0,3981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3982,0,0,0,0,0,2050,0,0,0,'Monika Sengutz',NULL,NULL,0,7,7,0,68,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3983,0,0,0,0,0,2044,0,0,0,'Interrogator Vishas','',NULL,0,32,32,0,67,0,1,1.14286,1,1,42,55,0,100,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,29,42,9,7,0,3983,3983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,6,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3984,0,0,0,0,0,2047,0,0,0,'Nancy Vishas',NULL,NULL,0,33,33,0,16,0,1.05,1.14286,1,1,46,61,0,112,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,32,47,10,7,0,3984,3984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,263,'SmartAI',0,3,1,3,1,1,0,5538,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3985,0,0,0,0,0,2052,0,0,0,'Grandpa Vishas',NULL,NULL,0,34,34,0,16,0,1.05,1.14286,1,1,47,63,0,114,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,33,48,11,7,0,3985,3985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,271,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3986,0,0,0,0,0,3842,0,0,0,'Sarilus Foulborne',NULL,NULL,0,25,25,0,118,0,1,1.14286,1,0,25,36,0,37,1,2000,2000,8,0,2048,0,0,0,0,0,0,22,32,15,7,0,3986,3986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'',0,1,1,1.02,1,1,0,5537,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3987,0,0,0,0,0,2002,0,0,0,'Dal Bloodclaw',NULL,NULL,0,25,25,0,82,0,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,3987,3987,0,0,0,0,0,0,0,12170,6713,0,0,0,0,0,0,0,0,34,50,'SmartAI',1,3,1,1.02,1,1,0,5544,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3988,0,0,0,0,0,7230,3935,3936,4100,'Venture Co. Operator',NULL,NULL,0,19,20,0,47,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,3988,3988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'',1,3,1,1,1,1,0,5734,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3989,0,0,0,0,0,7228,3928,275,0,'Venture Co. Logger',NULL,NULL,0,18,19,0,47,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,3989,3989,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,22,33,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3990,0,0,0,0,0,7225,3920,1122,3921,'Venture Co. Cutter',NULL,NULL,0,17,17,0,47,0,1,1.14286,1,0,25,33,0,60,1,1840,2024,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,3990,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,5,24,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3991,0,0,0,0,0,7226,3924,275,3925,'Venture Co. Deforester',NULL,NULL,0,19,20,0,47,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,3991,3991,0,0,0,0,0,0,0,20793,39273,0,0,0,0,0,0,0,0,22,33,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3992,0,0,0,0,0,7227,3930,3932,3934,'Venture Co. Engineer',NULL,NULL,0,20,21,0,47,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,3992,3992,0,0,0,0,0,0,0,7978,0,0,0,0,0,0,0,0,0,25,38,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3993,0,0,0,0,0,7229,3929,3931,3933,'Venture Co. Machine Smith',NULL,NULL,0,21,22,0,47,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,3993,3993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3994,0,0,0,0,0,150,0,0,0,'Keeper Albagorm',NULL,NULL,0,30,30,0,80,2,1.11111,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,3994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3995,0,0,0,0,0,4104,0,0,0,'Witch Doctor Jin\'Zil',NULL,NULL,0,25,25,0,29,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3996,0,0,0,0,0,4172,0,0,0,'Faldreas Goeth\'Shael',NULL,NULL,0,19,19,0,80,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(3997,0,0,0,0,0,7231,3937,3938,0,'Venture Co. Overboss','',NULL,0,21,22,0,47,0,1.2,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,27578,5246,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3998,0,0,0,0,0,26,0,0,0,'Windshear Vermin',NULL,NULL,0,20,21,0,26,0,1.05,1.14286,1,0,31,40,0,74,1,1760,1936,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,3998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'',1,3,1,1.02,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(3999,0,0,0,0,0,2153,0,0,0,'Windshear Digger',NULL,NULL,0,21,22,0,26,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,3999,3999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'',1,3,1,1.02,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4001,0,0,0,0,0,373,0,0,0,'Windshear Tunnel Rat',NULL,NULL,0,19,20,0,26,0,1.03,1.14286,1,0,29,39,0,70,1,1790,1969,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,4001,0,0,0,0,0,0,0,0,8139,0,0,0,0,0,0,0,0,0,24,36,'',1,3,1,1,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4002,0,0,0,0,0,2299,0,0,0,'Windshear Stonecutter',NULL,NULL,0,22,23,0,26,0,1.05,1.14286,1,0,33,44,0,80,1,1760,1936,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,4002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'',1,3,1,1.02,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4003,0,0,0,0,0,163,0,0,0,'Windshear Geomancer',NULL,NULL,0,20,21,0,26,0,1,1.14286,1,0,22,30,0,32,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,4003,4003,0,0,0,0,0,0,0,20792,8139,0,0,0,0,0,0,0,0,25,37,'',1,3,1,1.02,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4004,0,0,0,0,0,511,0,0,0,'Windshear Overlord',NULL,NULL,0,21,22,0,26,0,1,1.14286,1,0,32,42,0,78,1,1600,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,4004,4004,0,0,0,0,0,0,0,3631,8139,0,0,0,0,0,0,0,0,27,41,'',1,3,1,1.02,1,1,0,7126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4005,0,0,0,0,0,760,0,0,0,'Deepmoss Creeper',NULL,NULL,0,16,17,0,22,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,3,0,0,0,0,17,25,2,1,1,4005,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5889,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4006,0,0,0,0,0,1989,0,0,0,'Deepmoss Webspinner',NULL,NULL,0,19,20,0,22,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,3,0,0,0,0,20,30,4,1,1,4006,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,5892,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4007,0,0,0,0,0,759,0,0,0,'Deepmoss Venomspitter',NULL,NULL,0,17,18,0,22,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,4007,0,0,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4008,0,0,0,0,0,1537,0,0,0,'Cliff Stormer',NULL,NULL,0,15,17,0,14,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,1,0,4008,0,100004,0,0,0,0,0,0,5401,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4009,0,0,0,0,0,1538,0,0,0,'Raging Cliff Stormer',NULL,NULL,0,18,19,0,14,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,4009,0,100004,0,0,0,0,0,0,6268,8078,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4011,0,0,0,0,0,2154,0,0,0,'Young Pridewing',NULL,NULL,0,19,20,0,16,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,1,0,4011,0,100004,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4012,0,0,0,0,0,295,0,0,0,'Pridewing Wyvern',NULL,NULL,0,21,22,0,16,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,1,0,4012,0,100005,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4013,0,0,0,0,0,2298,0,0,0,'Pridewing Skyhunter',NULL,NULL,0,23,24,0,16,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,4013,0,100005,0,0,0,0,0,0,744,5708,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4014,0,0,0,0,0,2297,0,0,0,'Pridewing Consort',NULL,NULL,0,22,23,0,16,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,4014,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4015,0,0,0,0,0,4585,0,0,0,'Pridewing Patriarch',NULL,NULL,0,25,25,0,16,0,1,1.14286,1,4,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,4015,0,100005,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4016,0,0,0,0,0,1267,0,0,0,'Fey Dragon',NULL,NULL,0,24,25,0,93,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,2,0,4016,0,100005,0,0,20,0,0,0,7994,0,0,0,0,0,0,0,0,0,31,45,'',0,1,1,1.02,1,1,0,5583,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4017,0,0,0,0,0,2158,0,0,0,'Wily Fey Dragon',NULL,NULL,0,26,27,0,93,0,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,2,0,4017,0,100010,0,0,20,0,0,0,11981,0,0,0,0,0,0,0,0,0,35,50,'',0,1,1,1.05,1,1,0,5583,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4018,0,0,0,0,0,1917,0,0,0,'Antlered Courser',NULL,NULL,0,22,23,0,1999,0,0.8,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,1,0,4018,0,100005,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,5585,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4019,0,0,0,0,0,2161,0,0,0,'Great Courser',NULL,NULL,0,24,25,0,1999,0,0.8,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,4019,0,100005,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,5585,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4020,0,0,0,0,0,358,0,0,0,'Sap Beast',NULL,NULL,0,22,23,0,16,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,10,0,4020,4020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'',0,1,1,1.02,1,1,0,5582,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4021,0,0,0,0,0,1145,0,0,0,'Corrosive Sap Beast',NULL,NULL,0,24,25,0,16,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,0,4021,4021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'',0,1,1,1.02,1,1,0,5681,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4022,0,0,0,0,0,3022,0,0,0,'Bloodfury Harpy',NULL,NULL,0,23,24,0,514,0,1.38889,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,4022,4022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4023,0,0,0,0,0,6813,0,0,0,'Bloodfury Roguefeather',NULL,NULL,0,25,26,0,514,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,4023,4023,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4024,0,0,0,0,0,10870,0,0,0,'Bloodfury Slayer',NULL,NULL,0,25,26,0,514,0,1.38889,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,7,0,4024,4024,0,0,0,0,0,0,0,16231,38959,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4025,0,0,0,0,0,10869,0,0,0,'Bloodfury Ambusher',NULL,NULL,0,23,24,0,514,0,1.38889,1.14286,1,0,32,43,0,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,7,0,4025,4025,0,0,0,0,0,0,0,2608,0,0,0,0,0,0,0,0,0,26,39,'SmartAI',1,1,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4026,0,0,0,0,0,10282,0,0,0,'Bloodfury Windcaller',NULL,NULL,0,24,25,0,514,0,1.38889,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,4026,4026,0,0,0,0,0,0,0,6728,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4027,0,0,0,0,0,10871,0,0,0,'Bloodfury Storm Witch',NULL,NULL,0,26,27,0,514,0,1.38889,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,4027,4027,0,0,0,0,0,0,0,9532,6535,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4028,0,0,0,0,0,2079,0,0,0,'Charred Ancient',NULL,NULL,0,25,26,0,91,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,34,6,4,0,4028,0,0,26,26,26,52,26,52,12747,0,0,0,0,0,0,0,0,0,34,49,'',1,1,1,1.05,1,1,0,5664,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4029,0,0,0,0,0,2168,0,0,0,'Blackened Ancient',NULL,NULL,0,27,28,0,91,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,4,0,4029,0,0,28,28,28,28,28,56,0,0,0,0,0,0,0,0,0,0,39,56,'',1,1,1,1.05,1,1,0,5664,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4030,0,0,0,0,0,9591,0,0,0,'Vengeful Ancient',NULL,NULL,0,29,30,0,91,0,1,1.14286,1,4,42,56,0,102,1,1400,1540,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,4030,0,0,240,240,240,240,300,240,0,0,0,0,0,0,0,0,0,0,43,61,'',1,3,1,1.05,1,1,0,5664,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4031,0,0,0,0,0,8015,0,0,0,'Fledgling Chimaera',NULL,NULL,0,25,27,0,16,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,38,0,0,0,0,26,39,7,1,65537,4031,0,100005,0,0,0,0,0,0,3396,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.05,1,1,0,6839,6839,6839,0,0,0,0,1,0,0,'',12340),
|
|
(4032,0,0,0,0,0,6884,0,0,0,'Young Chimaera',NULL,NULL,0,23,25,0,16,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,38,0,0,0,0,23,31,6,1,65537,4032,0,100005,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,6839,6839,6839,0,0,0,0,1,0,0,'',12340),
|
|
(4033,0,0,0,0,0,2169,0,0,0,'Charred Stone Spirit',NULL,NULL,0,22,23,0,91,0,1.03,1.14286,1,0,33,44,0,80,1,1790,1969,1,0,2048,0,0,0,0,0,0,22,33,5,4,0,4033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,37,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4034,0,0,0,0,0,2170,0,0,0,'Enraged Stone Spirit',NULL,NULL,0,24,25,0,91,0,1.55556,0.857143,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,4034,0,0,25,25,25,50,25,50,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4035,0,0,0,0,0,2075,0,0,0,'Furious Stone Spirit',NULL,NULL,0,26,27,0,91,0,1.55556,0.85714,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,4,0,4035,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4036,0,0,0,0,0,4607,0,0,0,'Rogue Flame Spirit',NULL,NULL,0,23,24,0,16,0,1,1.14286,1,0,32,43,2,78,1,2000,2000,2,0,2048,0,0,0,0,0,0,22,32,6,4,0,4036,0,0,0,0,0,0,0,0,1094,12741,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5659,16312,0,0,0,0,0,1,0,0,'',12340),
|
|
(4037,0,0,0,0,0,2172,0,0,0,'Burning Ravager',NULL,NULL,0,24,25,0,16,0,1,1.14286,1,0,35,48,2,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,4037,0,0,0,0,0,0,0,0,184,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,5659,16312,0,0,0,0,0,1,0,0,'',12340),
|
|
(4038,0,0,0,0,0,1070,0,0,0,'Burning Destroyer',NULL,NULL,0,26,27,0,16,0,1,1.14286,1,0,36,47,2,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,4,0,4038,0,0,0,0,0,0,0,0,9053,8000,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.05,1,1,0,5659,16312,0,0,0,0,0,1,0,0,'',12340),
|
|
(4039,0,0,0,0,0,2071,0,0,0,'Dinnis','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4040,0,0,0,0,0,959,0,0,0,'Cave Stalker',NULL,NULL,0,21,22,0,312,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,32,4,1,1,4040,0,0,0,0,0,0,0,0,3358,0,0,0,0,0,0,0,10504,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,6838,6838,0,0,0,0,0,1,0,0,'',12340),
|
|
(4041,0,0,0,0,0,2175,0,0,0,'Scorched Basilisk',NULL,NULL,0,27,28,0,49,0,1.11111,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,1,0,4041,0,100010,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5675,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4042,0,0,0,0,0,12343,0,0,0,'Singed Basilisk',NULL,NULL,0,25,26,0,49,0,1.11111,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,1,0,4042,0,100005,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5675,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4043,0,0,0,0,0,4612,0,0,0,'Galthuk','Two-Handed Weapons Merchant',NULL,0,8,8,0,29,4226,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4044,0,0,0,0,0,2173,0,0,0,'Blackened Basilisk',NULL,NULL,0,23,24,0,49,0,1.11111,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,4044,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,5675,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4045,0,0,0,0,0,18540,0,0,0,'JEFF CHOW TEST','No Clothes NPC','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4046,0,0,0,0,0,4510,0,0,0,'Magatha Grimtotem','Elder Crone',NULL,0,62,62,0,104,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4047,0,0,0,0,0,4514,0,0,0,'Zor Lonetree','Elder Far Seer',NULL,0,62,62,0,29,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4048,0,0,0,0,0,4201,0,0,0,'Falfindel Waywarder',NULL,NULL,0,28,28,0,80,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,4048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4049,0,0,0,0,0,3897,0,0,0,'Seereth Stonebreak',NULL,NULL,0,26,26,0,29,2,1.06,1.14286,1,0,37,49,0,90,1,1750,1925,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4050,0,0,0,0,0,4252,0,0,0,'Cenarion Caretaker',NULL,NULL,0,25,26,0,124,2,1,0.992063,1,0,34,46,0,84,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,34,6,7,0,4050,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4051,0,0,0,0,0,4247,4248,0,0,'Cenarion Botanist',NULL,NULL,0,23,24,0,124,0,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,4051,4051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4052,0,0,0,0,0,4249,4250,0,0,'Cenarion Druid',NULL,NULL,0,26,27,0,124,2,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,32768,2048,0,0,0,0,0,0,24,36,7,7,0,4052,4052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,175,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4053,0,0,0,0,0,2722,0,0,0,'Daughter of Cenarius',NULL,NULL,0,23,25,0,124,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,4053,0,0,0,25,25,25,25,25,10277,527,0,0,0,0,0,0,0,0,30,44,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4054,0,0,0,0,0,2723,0,0,0,'Laughing Sister',NULL,NULL,0,24,25,0,79,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,4054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',1,3,1,1.02,1,1,0,5867,7270,0,0,0,0,0,1,0,0,'',12340),
|
|
(4055,0,0,0,0,0,150,0,0,0,'Mirkfallon Glade Strider','',NULL,0,1,1,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4056,0,0,0,0,0,150,0,0,0,'Mirkfallon Keeper',NULL,NULL,0,26,27,0,79,2,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,4056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,192,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4057,0,0,0,0,0,2432,0,0,0,'Son of Cenarius',NULL,NULL,0,24,25,0,124,0,1.11111,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,4057,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4059,0,0,0,0,0,1825,0,0,0,'Forest Spirit',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,195,1,0,2,'',12340),
|
|
(4061,0,0,0,0,0,2723,0,0,0,'Mirkfallon Dryad',NULL,NULL,0,25,26,0,79,2,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,4061,0,0,0,25,25,25,25,0,10277,7992,0,0,0,0,0,0,0,0,133,179,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4062,0,0,0,0,0,3954,0,0,0,'Dark Iron Bombardier',NULL,NULL,0,30,31,0,54,0,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,4062,4062,0,0,0,0,0,0,100,8858,0,0,0,0,0,0,0,0,0,46,65,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4063,0,0,0,0,0,373,0,0,0,'Feeboz',NULL,NULL,0,39,39,0,15,0,1,1.14286,1,0,38,54,0,58,1,2000,2000,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,4063,4063,0,0,0,0,0,0,0,34083,0,0,0,0,0,0,0,0,0,58,80,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4064,0,0,0,0,0,6038,0,0,0,'Blackrock Scout','',NULL,0,20,21,0,40,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,4064,4064,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,1,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(4065,0,0,0,0,0,6029,0,0,0,'Blackrock Sentry','',NULL,0,21,22,0,40,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,4065,4065,0,0,0,0,0,0,0,3019,0,0,0,0,0,0,0,0,0,101,136,'SmartAI',1,3,1,1,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(4066,0,0,0,0,0,8471,0,0,0,'Nal\'taszar',NULL,NULL,0,30,30,0,189,0,1,1.14286,1,4,39,52,0,96,1,2600,2000,2,64,2048,0,0,0,0,0,0,27,40,8,2,0,4066,0,4066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,309,'',0,1,1,1,1,1,0,5583,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4067,0,0,0,0,0,11453,0,0,0,'Twilight Runner',NULL,NULL,0,23,24,0,16,0,1,1.42857,1,0,34,46,0,84,1,1300,2000,1,0,2048,0,2,0,0,0,0,23,34,6,1,1,4067,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5825,0,0,0,'',1,1,1,1.02,1,1,0,5584,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4068,0,0,0,0,0,1742,0,0,0,'Serpent Messenger',NULL,NULL,0,10,10,0,35,0,1,0.85714,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4069,0,0,0,0,0,7232,4101,4102,4103,'Venture Co. Planner','',NULL,0,18,19,0,47,0,1.2,1.14286,1,0,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,11642,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4070,0,0,0,0,0,7224,3922,275,3923,'Venture Co. Builder',NULL,NULL,0,20,21,0,47,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,4070,4070,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,26,38,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4071,0,0,0,0,0,7223,3926,1122,3927,'Venture Co. Grinder',NULL,NULL,0,17,18,0,47,0,1.01,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,5703,0,0,0,0,0,0,0,0,0,5,26,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4072,0,0,0,0,0,3894,0,0,0,'Prisoner of Jin\'Zil',NULL,NULL,0,20,20,0,80,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4073,0,0,0,0,0,1269,0,0,0,'XT:4',NULL,NULL,0,23,23,0,16,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,9,0,4073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,43,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(4074,0,0,0,0,0,1269,0,0,0,'XT:9',NULL,NULL,0,23,23,0,16,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,9,0,4074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,43,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(4075,0,0,0,0,0,1141,1418,2176,0,'Rat','',NULL,0,1,1,0,31,0,1,0.857143,1,0,2,2,0,24,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(4076,0,0,0,0,0,2177,0,0,0,'Roach',NULL,NULL,0,1,1,0,188,0,0.4,0.85714,1,0,2,2,0,24,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(4077,0,0,0,0,0,2180,0,0,0,'Gaxim Rustfizzle',NULL,NULL,0,30,30,0,64,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4078,0,0,0,0,0,2181,0,0,0,'Collin Mauren',NULL,NULL,0,32,32,0,12,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4079,0,0,0,0,0,2182,0,0,0,'Sentinel Thenysil',NULL,NULL,0,23,23,0,80,2,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4080,0,0,0,0,0,2183,0,0,0,'Kaela Shadowspear',NULL,NULL,0,23,23,0,124,2,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4081,0,0,0,0,0,2184,0,0,0,'Lomac Gearstrip',NULL,NULL,0,29,29,0,875,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4082,0,0,0,0,0,3890,0,0,0,'Grawnal','General Goods',NULL,0,32,32,0,29,386,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4083,0,0,0,0,0,3892,0,0,0,'Jeeda','Apprentice Witch Doctor',NULL,0,24,24,0,29,2178,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4084,0,0,0,0,0,4106,0,0,0,'Chylina','General Supplies',NULL,0,24,24,0,80,898,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4085,0,0,0,0,0,7158,0,0,0,'Nizzik','Venture Armor Salesman',NULL,0,24,24,0,35,4226,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,768,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4086,0,0,0,0,0,7159,0,0,0,'Veenix','Venture Co. Merchant',NULL,0,24,24,0,35,4226,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,768,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4087,0,0,0,0,0,2196,0,0,0,'Arias\'ta Bladesinger','Warrior Trainer',NULL,4581,60,60,0,80,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4088,0,0,0,0,0,2197,0,0,0,'Elanaria',NULL,NULL,0,62,62,0,80,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4089,0,0,0,0,0,2198,0,0,0,'Sildanair','Warrior Trainer',NULL,4578,40,40,0,80,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4090,0,0,0,0,0,2200,0,0,0,'Astarii Starseeker','Priest Trainer',NULL,4574,60,60,0,80,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4091,0,0,0,0,0,2201,0,0,0,'Jandria','Priest Trainer',NULL,4573,50,50,0,80,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,5,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4092,0,0,0,0,0,2202,0,0,0,'Lariia','Priest Trainer',NULL,4572,40,40,0,80,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,5,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4093,0,0,0,0,0,9414,0,0,0,'Galak Wrangler',NULL,NULL,0,25,26,0,131,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,4093,4093,0,0,0,0,0,0,0,17353,0,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4094,0,0,0,0,0,9411,0,0,0,'Galak Scout',NULL,NULL,0,24,25,0,131,0,0.666668,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,4094,4094,0,0,0,0,0,0,0,22121,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4095,0,0,0,0,0,9417,0,0,0,'Galak Mauler',NULL,NULL,0,27,28,0,131,0,0.666668,1.14286,1,0,39,53,0,96,1,2600,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,4095,4095,0,0,0,0,0,0,0,6190,33333,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4096,0,0,0,0,0,9412,0,0,0,'Galak Windchaser',NULL,NULL,0,24,25,0,131,0,0.666668,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,4096,4096,0,0,0,0,0,0,0,23103,12491,0,0,0,0,0,0,0,0,31,45,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4097,0,0,0,0,0,9416,0,0,0,'Galak Stormer',NULL,NULL,0,26,27,0,131,0,0.666668,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,4097,4097,0,0,0,0,0,0,0,20295,37665,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4098,0,0,0,0,0,9413,0,0,0,'Galak Pack Runner',NULL,NULL,0,25,26,0,131,0,1.06,1.14286,1,0,34,46,0,84,1,1750,1925,2,0,2048,0,0,0,0,0,0,23,34,6,7,0,4098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,49,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4099,0,0,0,0,0,9415,0,0,0,'Galak Marauder',NULL,NULL,0,26,27,0,131,0,0.666668,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,4099,4099,0,0,0,0,0,0,0,32021,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4100,0,0,0,0,0,1352,0,0,0,'Screeching Harpy',NULL,NULL,0,28,29,0,514,0,1.38889,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,4100,4100,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,38,55,'SmartAI',1,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4101,0,0,0,0,0,1350,0,0,0,'Screeching Roguefeather',NULL,NULL,0,29,30,0,514,0,1.38889,1.14286,1,0,42,56,0,102,1,1300,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,4101,4101,0,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4104,0,0,0,0,0,10876,0,0,0,'Screeching Windcaller',NULL,NULL,0,30,30,0,514,0,1.38889,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,4104,4104,0,0,0,0,0,0,0,6982,0,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4107,0,0,0,0,0,2298,0,0,0,'Highperch Wyvern',NULL,NULL,0,28,29,0,16,0,1,1.42857,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,1,0,4107,0,100010,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5809,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4109,0,0,0,0,0,2297,0,0,0,'Highperch Consort',NULL,NULL,0,28,29,0,16,0,1,1.42857,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,1,0,4109,0,100010,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,5809,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4110,0,0,0,0,0,4585,0,0,0,'Highperch Patriarch',NULL,NULL,0,30,31,0,16,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,1,0,4110,0,100010,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,5809,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4111,0,0,0,0,0,2153,0,0,0,'Gravelsnout Kobold',NULL,NULL,0,26,27,0,26,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,4111,4111,0,0,81,0,0,0,0,2121,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4112,0,0,0,0,0,373,0,0,0,'Gravelsnout Vermin',NULL,NULL,0,25,26,0,26,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,4112,4112,0,0,80,0,0,0,0,17230,0,0,0,0,0,0,0,0,0,35,51,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4113,0,0,0,0,0,511,0,0,0,'Gravelsnout Digger',NULL,NULL,0,28,29,0,26,0,1,1.14286,1,0,41,54,0,100,1,2000,1881,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,4113,4113,0,0,83,0,0,0,0,15621,0,0,0,0,0,0,0,0,0,41,59,'SmartAI',1,3,1,1.05,1,1,0,5842,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4114,0,0,0,0,0,2299,0,0,0,'Gravelsnout Forager',NULL,NULL,0,27,28,0,26,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,4114,4114,0,0,82,0,0,0,0,20667,0,0,0,0,0,0,0,0,0,40,57,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4115,0,0,0,0,0,26,0,0,0,'[UNUSED] Gravelsnout Ambusher','<Needs Scale>','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4116,0,0,0,0,0,774,0,0,0,'Gravelsnout Surveyor',NULL,NULL,0,29,30,0,26,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,0,2048,0,0,0,0,0,0,26,38,16,7,0,4116,4116,0,0,90,0,0,0,0,15497,13439,0,0,0,0,0,0,0,0,38,55,'SmartAI',1,1,1,1.05,1,1,0,5842,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4117,0,0,0,0,0,2705,0,0,0,'Cloud Serpent',NULL,NULL,0,25,26,0,14,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,2,0,2048,0,27,0,0,0,0,23,34,6,1,1,4117,0,100005,0,0,54,0,0,0,8246,0,0,0,0,0,0,0,8905,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4118,0,0,0,0,0,10991,0,0,0,'Venomous Cloud Serpent',NULL,NULL,0,26,28,0,14,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,27,0,0,0,0,27,40,8,1,1,4118,0,100010,0,0,56,0,0,0,3583,0,0,0,0,0,0,0,8907,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4119,0,0,0,0,0,2703,0,0,0,'Elder Cloud Serpent',NULL,NULL,0,27,29,0,14,0,1,1.14286,1,0,38,50,0,94,1,2000,2000,2,0,2048,0,27,0,0,0,0,26,38,8,1,1,4119,0,100010,0,0,58,0,0,0,8246,45299,0,0,0,0,0,0,8906,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4120,0,0,0,0,0,9587,0,0,0,'Thundering Boulderkin',NULL,NULL,0,28,29,0,91,0,1.55556,0.85714,1,0,41,54,0,100,1,3000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,4,0,4120,0,0,0,0,0,0,0,0,6524,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,23643,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4121,0,0,0,0,0,1161,0,0,0,'Wandering Boulderkin','',NULL,0,26,27,0,91,0,1.2,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4124,0,0,0,0,0,1056,0,0,0,'Needles Cougar',NULL,NULL,0,27,28,0,14,0,1,1.42857,1,0,39,53,0,96,1,1200,2000,1,0,2048,0,2,0,0,0,0,27,40,8,1,1,4124,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13362,0,0,0,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4126,0,0,0,0,0,1043,0,0,0,'Crag Stalker',NULL,NULL,0,25,26,0,14,2,1,1.42857,1,0,37,49,0,90,1,1600,2000,1,0,2048,0,2,0,0,0,0,25,37,7,1,1,4126,0,100005,0,0,0,0,0,0,8151,0,0,0,0,0,0,0,5827,0,0,0,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4127,0,0,0,0,0,2710,0,0,0,'Hecklefang Hyena',NULL,NULL,0,15,16,0,38,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,25,0,0,0,0,16,23,2,1,1,4127,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12908,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4128,0,0,0,0,0,2712,0,0,0,'Hecklefang Stalker','',NULL,0,22,23,0,38,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,25,0,0,0,0,22,33,5,1,1,4128,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12910,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4129,0,0,0,0,0,2711,0,0,0,'Hecklefang Snarler',NULL,NULL,0,18,19,0,38,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,25,0,0,0,0,19,27,3,1,1,4129,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12909,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4130,0,0,0,0,0,11144,0,0,0,'Silithid Searcher',NULL,NULL,0,32,33,0,310,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,10,0,4130,0,0,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,5853,5855,5854,0,0,0,0,1,0,0,'',12340),
|
|
(4131,0,0,0,0,0,11143,0,0,0,'Silithid Invader',NULL,NULL,0,34,35,0,310,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,10,0,4131,0,0,0,0,0,0,0,0,8137,6016,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,5853,5855,5854,0,0,0,0,1,0,0,'',12340),
|
|
(4132,0,0,0,0,0,11099,0,0,0,'Silithid Ravager',NULL,NULL,0,36,36,0,310,0,1,1.14286,1,4,50,66,0,120,1,2000,2000,1,0,2048,0,41,0,0,0,0,34,51,12,1,65537,4132,0,0,0,0,0,0,0,0,8255,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,5853,5855,5854,0,0,0,0,1,0,0,'',12340),
|
|
(4133,0,0,0,0,0,11097,0,0,0,'Silithid Hive Drone',NULL,NULL,0,33,34,0,311,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,10,0,4133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,5853,5854,5855,0,0,0,0,1,0,0,'',12340),
|
|
(4138,0,0,0,0,0,2205,0,0,0,'Jeen\'ra Nightrunner','Hunter Trainer',NULL,4621,60,60,0,80,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,3,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4139,0,0,0,0,0,2491,0,0,0,'Scorpid Terror',NULL,NULL,0,33,34,0,413,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,20,0,0,0,0,33,48,11,1,1,4139,0,100011,0,0,0,0,0,0,7399,13884,0,0,0,0,0,0,8853,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,5794,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4140,0,0,0,0,0,3247,0,0,0,'Scorpid Reaver',NULL,NULL,0,31,32,0,413,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,20,0,0,0,0,31,46,10,1,1,4140,0,100011,0,0,0,0,0,0,40505,13884,0,0,0,0,0,0,5867,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,5794,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4142,0,0,0,0,0,5052,0,0,0,'Sparkleshell Tortoise',NULL,NULL,0,30,31,0,7,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,32768,2048,0,21,0,0,0,0,30,44,9,1,1,4142,0,100010,0,0,0,0,0,0,7273,0,0,0,0,0,0,0,12949,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,5795,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4143,0,0,0,0,0,2308,0,0,0,'Sparkleshell Snapper',NULL,NULL,0,34,35,0,7,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,21,0,0,0,0,33,49,11,1,1,4143,0,100011,0,0,0,0,0,0,7273,6730,0,0,0,0,0,0,5926,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,5795,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4144,0,0,0,0,0,2307,0,0,0,'Sparkleshell Borer',NULL,NULL,0,32,33,0,7,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,21,0,0,0,0,32,47,10,1,1,4144,0,100011,0,0,0,0,0,0,6016,7273,0,0,0,0,0,0,12950,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,5795,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4146,0,0,0,0,0,2206,0,0,0,'Jocaste','Hunter Trainer',NULL,4008,40,40,0,80,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,3,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4147,0,0,0,0,0,12340,0,0,0,'Saltstone Basilisk',NULL,NULL,0,30,31,0,49,0,1.11111,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,1,0,4147,0,100010,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,5675,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4149,0,0,0,0,0,2207,0,0,0,'Kesteryth','Foraging Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4150,0,0,0,0,0,8392,0,0,0,'Saltstone Gazer',NULL,NULL,0,34,35,0,49,0,1.11111,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,1,0,4150,0,100011,0,0,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4151,0,0,0,0,0,12341,0,0,0,'Saltstone Crystalhide',NULL,NULL,0,32,33,0,49,0,1.11111,1.14286,1,0,43,57,0,104,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,43,10,1,0,4151,0,100011,0,0,0,0,0,0,8129,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4153,0,0,0,0,0,2209,0,0,0,'Kysandia','Cat Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4154,0,0,0,0,0,2305,0,0,0,'Salt Flats Scavenger',NULL,NULL,0,30,32,0,73,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,7,0,0,0,0,31,46,10,1,1,4154,0,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,12871,0,0,0,'',1,1,1,1.1,1,1,0,5848,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4155,0,0,0,0,0,2210,0,0,0,'Idriana','Banker',NULL,2404,45,45,0,80,131075,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4156,0,0,0,0,0,2211,0,0,0,'Astaia','Fishing Trainer',NULL,5665,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4157,0,0,0,0,0,2212,0,0,0,'Kitari Farseeker','Cartography Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4158,0,0,0,0,0,10825,0,0,0,'Salt Flats Vulture',NULL,NULL,0,32,34,0,73,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,7,0,0,0,0,33,48,11,1,1,4158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8836,0,0,0,'',1,1,1,1.1,1,1,0,5848,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4159,0,0,0,0,0,2213,0,0,0,'Me\'lynn','Tailoring Trainer',NULL,4349,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4160,0,0,0,0,0,10624,0,0,0,'Ainethil','Alchemy Trainer',NULL,4131,46,46,0,80,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4161,0,0,0,0,0,2216,0,0,0,'Lysheana','Guild Master',NULL,7487,60,60,0,80,786433,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4163,0,0,0,0,0,2231,0,0,0,'Syurna','Rogue Trainer',NULL,4576,40,40,0,80,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4164,0,0,0,0,0,2199,0,0,0,'Cylania','Night Elf Armorer',NULL,0,30,30,0,80,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4165,0,0,0,0,0,7669,0,0,0,'Elissa Dumas','Portal Trainer',NULL,4821,35,35,0,80,49,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,8,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4166,0,0,0,0,0,1547,2237,2238,0,'Gazelle',NULL,NULL,0,3,3,0,188,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(4167,0,0,0,0,0,2208,0,0,0,'Dendrythis','Food & Drink Vendor',NULL,0,30,30,0,80,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4168,0,0,0,0,0,2214,0,0,0,'Elynna','Tailoring Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4169,0,0,0,0,0,2217,0,0,0,'Jaeana','Meat Vendor',NULL,0,30,30,0,80,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4170,0,0,0,0,0,2218,0,0,0,'Ellandrieth','General Goods',NULL,0,30,30,0,80,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4171,0,0,0,0,0,2219,0,0,0,'Merelyssa','Blade Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4172,0,0,0,0,0,2220,0,0,0,'Anadyia','Robe Vendor',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4173,0,0,0,0,0,2222,0,0,0,'Landria','Bow Merchant',NULL,0,30,30,0,80,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4174,0,0,0,0,0,2223,0,0,0,'Siannai','Arrow Merchant',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4175,0,0,0,0,0,2224,0,0,0,'Vinasia','Cloth Armor Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4176,0,0,0,0,0,2225,0,0,0,'Ki\'rasia','Cloth Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4177,0,0,0,0,0,2226,0,0,0,'Melea','Mail Armor Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4178,0,0,0,0,0,2227,0,0,0,'Shaia','Mail Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4179,0,0,0,0,0,2228,0,0,0,'Freillania','Shield Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4180,0,0,0,0,0,2229,0,0,0,'Ealyshia Dewwhisper','Two Handed Weapon Merchant',NULL,0,50,50,0,80,4226,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4181,0,0,0,0,0,2230,0,0,0,'Fyrenna','Food & Drink Vendor',NULL,0,30,30,0,80,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4182,0,0,0,0,0,4404,0,0,0,'Dalmond','General Goods',NULL,0,17,17,0,80,386,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4183,0,0,0,0,0,4408,0,0,0,'Naram Longclaw','Weaponsmith',NULL,0,20,20,0,80,4224,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4184,0,0,0,0,0,11907,0,0,0,'Geenia Sunshadow','Speciality Dress Maker',NULL,0,51,51,0,994,4226,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4185,0,0,0,0,0,4402,0,0,0,'Shaldyn','Clothier',NULL,0,15,15,0,80,4226,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4186,0,0,0,0,0,4406,0,0,0,'Mavralyn','Leather Armor & Leatherworking Supplies',NULL,0,18,18,0,80,4226,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4187,0,0,0,0,0,4407,0,0,0,'Harlon Thornguard','Armorer & Shieldsmith',NULL,0,25,25,0,80,4224,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4188,0,0,0,0,0,13189,0,0,0,'Illyanie','Cloth Armor Merchant',NULL,0,25,25,0,80,4226,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4189,0,0,0,0,0,4401,0,0,0,'Valdaron','Tailoring Supplies',NULL,0,14,14,0,80,128,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4190,0,0,0,0,0,4399,0,0,0,'Kyndri','Baker',NULL,0,13,13,0,80,642,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4191,0,0,0,0,0,4403,0,0,0,'Allyndia','Food & Drink Vendor',NULL,0,15,15,0,80,642,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4192,0,0,0,0,0,4405,0,0,0,'Taldan','Drink Vendor',NULL,0,16,16,0,80,642,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4193,0,0,0,0,0,4400,0,0,0,'Grondal Moonbreeze','Tailoring Trainer',NULL,4263,29,29,0,80,81,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,2,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4194,0,0,0,0,0,4409,0,0,0,'Ullanna','Trade Supplies',NULL,0,15,15,0,80,130,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4195,0,0,0,0,0,4410,0,0,0,'Tiyani','Food & Drink Vendor',NULL,0,15,15,0,80,642,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4196,0,0,0,0,0,7511,0,0,0,'Silithid Swarm',NULL,NULL,0,49,50,0,413,0,1,0.85714,1,0,85,112,0,206,1,1500,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,49,'',1,1,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,64,'',12340),
|
|
(4197,0,0,0,0,0,4105,0,0,0,'Ken\'zigla',NULL,NULL,0,20,20,0,126,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4198,0,0,0,0,0,19846,0,0,0,'Braelyn Firehand',NULL,NULL,0,30,30,0,83,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4200,0,0,0,0,0,9549,0,0,0,'Laird','Fish Vendor',NULL,4304,14,14,0,80,643,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4201,0,0,0,0,0,7156,0,0,0,'Ziz Fizziks',NULL,NULL,0,20,20,0,35,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4202,0,0,0,0,0,3885,0,0,0,'Gerenzo Wrenchwhistle',NULL,NULL,0,27,27,0,47,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,4202,4202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,55,'',0,1,1,1.05,1,1,0,5736,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4203,0,0,0,0,0,2221,0,0,0,'Ariyell Skyshadow','Weapon Merchant',NULL,0,30,30,0,80,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4204,0,0,0,0,0,2253,0,0,0,'Firodren Mooncaller','Herbalism Trainer',NULL,0,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4205,0,0,0,0,0,2251,0,0,0,'Dorion','Hunter Trainer',NULL,4693,50,50,0,80,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,3,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4206,0,0,0,0,0,2268,0,0,0,'Talar','Bear Trainer',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4207,0,0,0,0,0,2275,0,0,0,'Valyen Wolfsong','Wolf Trainer',NULL,0,40,40,0,80,128,1.14,1.14286,1,0,52,69,0,128,1,1610,1771,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,502,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4208,0,0,0,0,0,2259,0,0,0,'Lairn','Banker',NULL,0,45,45,0,80,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4209,0,0,0,0,0,2256,0,0,0,'Garryeth','Banker',NULL,0,45,45,0,80,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4210,0,0,0,0,0,2242,0,0,0,'Alegorn','Cooking Trainer',NULL,5853,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4211,0,0,0,0,0,2248,0,0,0,'Dannelor','First Aid Trainer',NULL,5855,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4212,0,0,0,0,0,2270,0,0,0,'Telonis','Leatherworking Trainer',NULL,4241,46,46,0,80,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4213,0,0,0,0,0,2266,0,0,0,'Taladan','Enchanting Trainer',NULL,4163,35,35,0,80,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4214,0,0,0,0,0,2252,0,0,0,'Erion Shadewhisper','Rogue Trainer',NULL,4577,60,60,0,80,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4215,0,0,0,0,0,2243,0,0,0,'Anishar','Rogue Trainer',NULL,4575,50,50,0,80,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4216,0,0,0,0,0,2245,0,0,0,'Chardryn','Herbalism Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4217,0,0,0,0,0,2261,0,0,0,'Mathrengyl Bearwalker','Druid Trainer',NULL,1403,60,60,0,80,179,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,11,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4218,0,0,0,0,0,2250,0,0,0,'Denatharion','Druid Trainer',NULL,3924,50,50,0,80,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,11,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4219,0,0,0,0,0,2255,0,0,0,'Fylerian Nightwing','Druid Trainer',NULL,4571,40,40,0,80,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,11,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4220,0,0,0,0,0,2247,0,0,0,'Cyroen','Reagents',NULL,0,30,30,0,80,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4221,0,0,0,0,0,2267,0,0,0,'Talaelar','Fish Vendor',NULL,0,30,30,0,80,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4222,0,0,0,0,0,2276,0,0,0,'Voloren','Fishing Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4223,0,0,0,0,0,2254,0,0,0,'Fyldan','Cooking Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4224,0,0,0,0,0,2269,0,0,0,'Talegon','Cartography Supplies',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4225,0,0,0,0,0,2265,0,0,0,'Saenorion','Leatherworking Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4226,0,0,0,0,0,2272,0,0,0,'Ulthir','Alchemy Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4228,0,0,0,0,0,2274,0,0,0,'Vaean','Enchanting Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4229,0,0,0,0,0,2264,0,0,0,'Mythrin\'dir','Trade Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4230,0,0,0,0,0,2277,0,0,0,'Yldan','Bag Merchant',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4231,0,0,0,0,0,2258,0,0,0,'Kieran','Weapon Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4232,0,0,0,0,0,2257,0,0,0,'Glorandiir','Axe Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4233,0,0,0,0,0,2263,0,0,0,'Mythidan','Mace & Staff Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4234,0,0,0,0,0,2249,0,0,0,'Andrus','Staff Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4235,0,0,0,0,0,2271,0,0,0,'Turian','Thrown Weapons Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4236,0,0,0,0,0,2246,0,0,0,'Cyridan','Leather Armor Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4237,0,0,0,0,0,2273,0,0,0,'Urthoniir','Leather Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4239,0,0,0,0,0,2260,0,0,0,'Lewin Starfeather','Leather Armor Merchant',NULL,0,30,30,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4240,0,0,0,0,0,2244,0,0,0,'Caynrus','Shield Merchant',NULL,0,30,30,0,80,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4241,0,0,0,0,0,2262,0,0,0,'Mydrannul','General Goods',NULL,4305,30,30,0,80,387,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4242,0,0,0,0,0,9956,0,0,0,'Frostsaber Companion',NULL,NULL,0,50,50,0,80,0,1,0.85714,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4243,0,0,0,0,0,613,0,0,0,'Nightshade','Jeen\'ra\'s Pet',NULL,0,50,50,0,80,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4244,0,0,0,0,0,780,0,0,0,'Shadow','Dorion\'s Pet',NULL,0,30,30,0,80,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4245,0,0,0,0,0,165,0,0,0,'Mistrunner','Valyen\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4246,0,0,0,0,0,599,0,0,0,'Moonprowler','Kysandia\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4247,0,0,0,0,0,2378,0,0,0,'Stonepaw','Talar\'s Pet',NULL,0,25,25,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4248,0,0,0,0,0,2713,0,0,0,'Pesterhide Hyena',NULL,NULL,0,26,27,0,38,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,25,0,0,0,0,26,39,7,1,1,4248,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12899,0,0,0,'',1,1,1,1.05,1,1,0,11507,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4249,0,0,0,0,0,10903,0,0,0,'Pesterhide Snarler',NULL,NULL,0,28,29,0,38,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,25,0,0,0,0,28,41,8,1,1,4249,0,100010,0,0,0,0,0,0,6576,0,0,0,0,0,0,0,12900,0,0,0,'',1,1,1,1.05,1,1,0,11507,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4250,0,0,0,0,0,2726,0,0,0,'Galak Packhound',NULL,NULL,0,24,24,0,131,0,1,1.14286,1,0,34,46,0,84,1,1500,2000,1,0,2048,0,25,0,0,0,0,23,34,6,1,1,4250,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12895,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4251,0,0,0,0,0,10318,0,0,0,'Goblin Racer',NULL,NULL,0,32,32,0,35,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,768,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,227,1,16384,2,'',12340),
|
|
(4252,0,0,0,0,0,2490,0,0,0,'Gnome Racer',NULL,NULL,0,32,32,0,35,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,768,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,227,1,16384,2,'',12340),
|
|
(4253,0,0,0,0,0,2281,0,0,0,'Bear Form (Night Elf Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4254,0,0,0,0,0,3092,0,0,0,'Geofram Bouldertoe','Mining Trainer',NULL,7690,35,35,0,55,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4255,22646,31926,37242,0,0,2284,0,0,0,'Brogus Thunderbrew','Food & Drink',NULL,0,55,55,0,1217,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4256,0,0,0,0,0,3093,0,0,0,'Golnir Bouldertoe','Mining Supplies',NULL,4359,30,30,0,55,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4257,22653,32029,37349,0,0,2286,0,0,0,'Lana Thunderbrew','Blacksmithing Supplies',NULL,0,55,55,0,1217,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,1699,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4258,0,0,0,0,0,3097,0,0,0,'Bengus Deepforge','Blacksmithing Trainer',NULL,593,45,45,0,55,81,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4259,0,0,0,0,0,3098,0,0,0,'Thurgrum Deepforge','Blacksmithing Supplies',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4260,0,0,0,0,0,1269,0,0,0,'Venture Co. Shredder',NULL,NULL,0,37,37,0,47,0,1,1.14286,1,0,51,68,0,124,1,2000,1782,1,0,2048,0,0,0,0,0,0,35,52,12,9,0,4260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(4261,0,0,0,0,0,2289,0,0,0,'Bear Form (Tauren Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4262,0,0,0,0,0,2306,14613,14614,14615,'Darnassus Sentinel',NULL,'Directions',2352,75,75,2,79,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(4263,0,0,0,0,0,957,0,0,0,'Deepmoss Hatchling',NULL,NULL,0,14,14,0,1999,0,0.44,1.14286,1,0,20,27,0,50,1,1870,2057,1,0,2048,0,3,0,0,0,0,13,20,1,1,1,4263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10498,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4264,0,0,0,0,0,336,0,0,0,'Deepmoss Matriarch',NULL,NULL,0,22,22,0,22,0,1.04,1.14286,1,0,32,42,0,78,1,1770,1947,1,0,2048,0,3,0,0,0,0,21,32,4,1,1,4264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13161,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4265,0,0,0,0,0,4236,0,0,0,'Nyoma','Cooking Supplies',NULL,11778,20,20,0,80,131,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4266,0,0,0,0,0,4235,0,0,0,'Danlyia','Food & Drink Vendor',NULL,0,17,17,0,80,642,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4267,0,0,0,0,0,2313,0,0,0,'Daelyshia','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4268,0,0,0,0,0,2320,0,0,0,'Gray Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4269,0,0,0,0,0,2405,0,0,0,'Chestnut Mare',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4270,0,0,0,0,0,2326,0,0,0,'Red Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4271,0,0,0,0,0,2327,0,0,0,'Dire Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4272,0,0,0,0,0,2328,0,0,0,'Brown Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4273,0,0,0,0,0,2725,0,0,0,'Keeper Ordanus',NULL,NULL,0,29,29,0,79,0,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,0,2048,0,0,0,0,0,0,26,38,8,7,0,4273,0,0,0,0,0,0,0,0,12747,9532,0,0,0,0,0,0,0,0,50,100,'SmartAI',0,3,1,1.05,1,1,0,5686,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4274,0,0,0,0,0,20180,0,0,0,'Fenrus the Devourer','',NULL,0,21,21,0,16,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1604,1,64,2048,0,0,0,0,0,0,21,30,4,1,0,4274,0,100012,0,0,0,0,0,0,7125,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4275,0,0,0,0,0,2353,0,0,0,'Archmage Arugal','',NULL,0,21,21,0,24,0,1,1.14286,1,1,28,38,0,68,1.7,2000,1567,2,64,2048,0,0,0,0,0,0,19,29,4,7,0,4275,4275,0,0,0,0,0,0,0,22709,7803,0,0,0,0,0,0,0,0,322,425,'SmartAI',1,3,1,10,4,1,0,5442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4276,0,0,0,0,0,7157,0,0,0,'Piznik','Venture Co.',NULL,0,20,20,0,42,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4277,0,0,0,0,0,2421,0,0,0,'Eye of Kilrogg','','',0,80,80,0,58,0,1.03,1.42857,1,0,0,0,0,0,1,2000,2000,2,16908544,2048,0,0,0,0,0,0,198,295,103,3,8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(4278,0,0,0,0,0,3223,0,0,0,'Commander Springvale','',NULL,0,20,20,0,24,0,1,1.14286,1,1,27,36,0,64,1.7,2000,1585,2,32832,2048,0,0,0,0,0,0,19,28,4,6,0,4278,0,0,0,0,0,0,0,0,5588,1026,33581,0,0,0,0,0,0,0,161,215,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4279,0,0,0,0,0,522,0,0,0,'Odo the Blindwatcher','',NULL,0,21,21,0,24,0,1,1.14286,1,1,31,40,0,74,1.7,2000,1604,1,64,2048,0,0,0,0,0,0,21,30,4,7,0,4279,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,237,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4280,0,0,0,0,0,2475,2464,0,0,'Scarlet Preserver','',NULL,0,29,30,0,67,0,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,7,0,4280,4280,0,0,0,0,0,0,0,13952,13953,0,0,0,0,0,0,0,0,153,204,'',1,3,1,1.05,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4281,0,0,0,0,0,2516,2517,0,0,'Scarlet Scout','',NULL,0,29,30,0,67,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,4281,4281,0,0,0,0,0,0,0,6660,6979,0,0,0,0,0,0,0,0,174,232,'',0,3,1,1.05,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4282,0,0,0,0,0,2512,2513,0,0,'Scarlet Magician','',NULL,0,29,30,0,67,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,4282,4282,0,0,0,0,0,0,0,9053,8457,0,0,0,0,0,0,0,0,148,199,'',1,3,1,1.05,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4283,0,0,0,0,0,2520,2521,0,0,'Scarlet Sentry','',NULL,0,30,31,0,67,0,1,1.14286,1,0,44,58,0,106,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,30,44,9,7,0,4283,4283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,251,'',1,3,1,1.1,1,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4284,0,0,0,0,0,2495,2496,0,0,'Scarlet Augur','',NULL,0,30,31,0,67,0,1,1.14286,1,0,40,54,0,98,1,2000,2000,2,32768,2048,0,0,0,0,0,0,28,41,9,7,0,4284,4284,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,167,223,'',0,3,1,1.1,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4285,0,0,0,0,0,2505,2506,0,0,'Scarlet Disciple','',NULL,0,30,31,0,67,0,1,1.14286,1,0,40,54,0,98,1,2000,2000,2,32768,2048,0,0,0,0,0,0,28,41,9,7,0,4285,4285,0,0,0,0,0,0,0,6063,6076,9734,0,0,0,0,0,0,0,167,223,'',1,3,1,1.1,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4286,0,0,0,0,0,2522,2523,0,0,'Scarlet Soldier','',NULL,0,35,35,0,67,0,1,1.14286,1,1,49,64,0,118,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,33,49,11,7,0,4286,4286,0,0,0,0,0,0,0,3639,0,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4287,0,0,0,0,0,2463,2474,0,0,'Scarlet Gallant','',NULL,0,33,34,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,39,45,10,7,0,4287,4287,0,0,0,0,0,0,0,14517,5589,0,0,0,0,0,0,0,0,185,246,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4288,0,0,0,0,0,2497,2498,0,0,'Scarlet Beastmaster','',NULL,0,33,34,0,67,0,1,1.14286,1,1,47,63,0,114,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,33,48,11,7,0,4288,4288,0,0,0,0,0,0,0,6660,7896,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4289,0,0,0,0,0,2509,2510,0,0,'Scarlet Evoker','',NULL,0,35,36,0,67,0,1,1.14286,1,1,35,49,0,53,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,30,44,18,7,0,4289,4289,0,0,0,0,0,0,0,9053,2601,8422,0,0,0,0,0,0,0,181,242,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4290,0,0,0,0,0,2511,0,0,0,'Scarlet Guardsman','',NULL,0,35,36,0,67,0,1,1.14286,1,1,50,66,0,120,2.4,2800,2000,1,32832,2048,0,0,0,0,0,0,34,51,12,7,0,4290,4290,0,0,0,0,0,0,0,6713,7164,0,0,0,0,0,0,0,0,232,308,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4291,0,0,0,0,0,2507,2508,0,0,'Scarlet Diviner','',NULL,0,34,34,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,39,45,10,7,0,4291,4291,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,191,254,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4292,0,0,0,0,0,2476,2465,0,0,'Scarlet Protector','',NULL,0,35,36,0,67,0,1,1.14286,1,1,46,61,0,112,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,32,47,11,7,0,4292,4292,0,0,0,0,0,0,0,31713,8258,0,0,0,0,0,0,0,0,203,270,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4293,0,0,0,0,0,2518,2519,0,0,'Scarlet Scryer',NULL,NULL,0,30,31,0,67,0,1,1.14286,1,1,40,54,0,98,7.5,2000,1475,2,32832,2048,0,0,0,0,0,0,28,41,9,7,0,4293,4293,0,0,0,0,0,0,0,1090,9613,0,0,0,0,0,0,0,0,154,206,'',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4294,0,0,0,0,0,2524,0,0,0,'Scarlet Sorcerer','',NULL,0,37,38,0,67,0,1,1.14286,1,1,37,52,0,56,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,32,47,18,7,0,4294,4294,0,0,0,0,0,0,0,8364,6146,9672,0,0,0,0,0,0,0,187,250,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4295,0,0,0,0,0,2514,2515,0,0,'Scarlet Myrmidon','',NULL,0,36,36,0,67,0,1,1.14286,1,1,50,66,0,120,2.4,1700,2000,1,32832,2048,0,0,0,0,0,0,34,51,12,7,0,4295,4295,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,243,322,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4296,0,0,0,0,0,5726,5725,0,0,'Scarlet Adept','',NULL,0,33,34,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,39,45,10,7,0,4296,4296,0,0,0,0,0,0,0,6063,9734,0,0,0,0,0,0,0,0,185,246,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4297,0,0,0,0,0,2503,2504,0,0,'Scarlet Conjuror','',NULL,0,35,35,0,67,0,1,1.14286,1,1,34,48,0,52,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,29,43,17,7,0,4297,4297,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4298,0,0,0,0,0,2462,2473,0,0,'Scarlet Defender','',NULL,0,36,36,0,67,0,1,1.14286,1,1,50,66,0,120,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,34,51,12,7,0,4298,4298,0,0,0,0,0,0,0,11972,7164,3639,0,0,0,0,0,0,0,243,322,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4299,0,0,0,0,0,2501,2502,0,0,'Scarlet Chaplain','',NULL,0,34,34,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,39,45,10,7,0,4299,4299,0,0,0,0,0,0,0,1006,6066,8362,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4300,0,0,0,0,0,2525,2526,0,0,'Scarlet Wizard','',NULL,0,38,39,0,67,0,1,1.14286,1,1,38,54,0,58,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,33,48,18,7,0,4300,4300,0,0,0,0,0,0,0,8439,2601,0,0,0,0,0,0,0,0,223,296,'SmartAI',1,3,1,3.5,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4301,0,0,0,0,0,2499,2500,0,0,'Scarlet Centurion','',NULL,0,38,39,0,67,0,1,1.14286,1,1,54,72,0,132,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,37,55,13,7,0,4301,4301,0,0,0,0,0,0,0,31403,0,0,0,0,0,0,0,0,0,253,335,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4302,0,0,0,0,0,2460,2461,0,0,'Scarlet Champion','',NULL,0,39,39,0,67,0,1,1.14286,1,1,51,67,0,124,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,35,51,12,7,0,4302,4302,0,0,0,0,0,0,0,17143,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4303,0,0,0,0,0,2492,0,0,0,'Scarlet Abbot','',NULL,0,39,39,0,67,0,1,1.14286,1,1,51,67,0,124,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,35,51,12,7,0,4303,4303,0,0,0,0,0,0,0,1006,6064,8362,8269,0,0,0,0,0,0,225,298,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4304,0,0,0,0,0,2709,0,0,0,'Scarlet Tracking Hound','',NULL,0,33,33,0,67,0,1,1.14286,1,1,46,61,0,112,2.4,1500,2000,1,64,2048,0,25,0,0,0,0,32,47,10,1,1,4304,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8287,0,0,0,'',1,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4305,0,0,0,0,0,4417,0,0,0,'Kriggon Talsone','Fisherman',NULL,0,25,25,0,12,640,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4306,0,0,0,0,0,2607,2608,0,0,'Scarlet Torturer','',NULL,0,30,31,0,67,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,30,44,9,7,0,4306,4306,0,0,0,0,0,0,0,9276,0,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4307,0,0,0,0,0,4415,0,0,0,'Heldan Galesong','Fisherman',NULL,0,25,25,0,80,640,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4308,0,0,0,0,0,5430,0,0,0,'Unfettered Spirit','',NULL,0,30,31,0,21,0,1.11111,1.14286,1,0,44,58,0,106,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,6,0,4308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,69,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4309,0,0,0,0,0,4511,0,0,0,'Gorm Grimtotem',NULL,NULL,0,62,62,0,105,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4310,0,0,0,0,0,4512,0,0,0,'Cor Grimtotem',NULL,NULL,0,62,62,0,105,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4311,0,0,0,0,0,4515,0,0,0,'Holgar Stormaxe',NULL,NULL,0,30,30,0,29,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4312,0,0,0,0,0,2411,0,0,0,'Tharm','Wind Rider Master',NULL,6944,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4313,0,0,0,0,0,1905,0,0,0,'[UNUSED] [PH] Ambassador Saylaton Gravehoof','','',0,27,27,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4314,0,0,0,0,0,4311,0,0,0,'Gorkas','Wind Rider Master',NULL,6023,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4315,0,0,0,0,0,3556,0,0,0,'[UNUSED] Guthrin Gravehoof','','',0,26,26,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4316,0,0,0,0,0,1535,0,0,0,'Kolkar Packhound',NULL,NULL,0,13,13,0,130,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,25,0,0,0,0,12,18,1,1,1,4316,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12901,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4317,0,0,0,0,0,2412,0,0,0,'Nyse','Wind Rider Master',NULL,6944,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4318,0,0,0,0,0,2413,0,0,0,'[UNUSED] Delyka','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4319,0,0,0,0,0,2415,0,0,0,'Thyssiana','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4320,0,0,0,0,0,2416,0,0,0,'Caelyb','Pet Trainer',NULL,0,40,40,0,80,19,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(4321,0,0,0,0,0,2417,0,0,0,'Baldruc','Gryphon Master',NULL,6944,65,65,0,894,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4322,0,0,0,0,0,4483,0,0,0,'Corthryn','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4323,0,0,0,0,0,715,0,0,0,'Searing Hatchling','',NULL,0,39,40,0,103,0,1.11111,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,2,0,4323,0,4323,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.2,1,1,0,5841,5840,0,0,0,0,0,1,0,0,'',12340),
|
|
(4324,0,0,0,0,0,397,0,0,0,'Searing Whelp','',NULL,0,39,40,0,103,0,1.11111,1.14286,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,2,0,4324,0,4324,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,67,92,'',1,3,1,1.2,1,1,0,5841,5840,0,0,0,0,0,1,0,0,'',12340),
|
|
(4328,0,0,0,0,0,8310,0,0,0,'Firemane Scalebane','',NULL,0,40,41,0,103,0,0.888888,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,2,0,4328,0,4328,0,100,0,0,0,0,18968,11972,11971,0,0,0,0,0,0,0,72,99,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4329,0,0,0,0,0,143,0,0,0,'Firemane Scout','',NULL,0,39,40,0,103,0,0.888888,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,2,0,4329,0,4329,0,100,0,0,0,0,18968,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4331,0,0,0,0,0,8249,0,0,0,'Firemane Ash Tail','',NULL,0,40,41,0,103,0,0.888888,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,2,0,4331,0,4331,0,100,0,0,0,0,18968,11969,0,0,0,0,0,0,0,0,67,92,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4333,0,0,0,0,0,8311,0,0,0,'Firemane Devourer','',NULL,0,41,42,0,103,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,0,0,0,0,110,0,0,0,0,2602,20539,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4334,0,0,0,0,0,8309,0,0,0,'Firemane Flamecaller','',NULL,0,41,42,0,103,0,0.888888,1.14286,1,0,58,77,0,142,1,2000,2000,2,0,2048,0,0,0,0,0,0,40,59,13,2,0,4334,0,4334,0,100,0,0,0,0,18968,11990,9053,0,0,0,0,0,0,0,72,99,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4339,0,0,0,0,0,6374,0,0,0,'Brimgore','',NULL,0,41,41,0,103,0,1.2,1.14286,1,2,59,78,0,142,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,41,60,15,2,0,4339,0,4339,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,462,609,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4340,0,0,0,0,0,2422,0,0,0,'Mirallia','Spirit Healer',NULL,0,35,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4341,0,0,0,0,0,1080,0,0,0,'Drywallow Crocolisk','',NULL,0,35,36,0,16,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,6,0,0,0,0,34,51,12,1,1,4341,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5853,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4342,0,0,0,0,0,925,0,0,0,'Drywallow Vicejaw',NULL,NULL,0,36,37,0,16,0,0.78,1.14286,1,0,51,68,0,124,1,1650,1815,1,0,2048,0,6,0,0,0,0,35,52,12,1,1,4342,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12918,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4343,0,0,0,0,0,814,0,0,0,'Drywallow Snapper','',NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,6,0,0,0,0,36,53,13,1,1,4343,0,100013,0,0,0,0,0,0,19319,0,0,0,0,0,0,0,5851,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4344,0,0,0,0,0,2548,0,0,0,'Mottled Drywallow Crocolisk','',NULL,0,38,39,0,16,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,6,0,0,0,0,35,51,12,1,1,4344,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5852,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4345,0,0,0,0,0,807,0,0,0,'Drywallow Daggermaw','',NULL,0,39,40,0,16,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,6,0,0,0,0,39,57,14,1,1,4345,0,100013,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,5855,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4346,0,0,0,0,0,2700,0,0,0,'Noxious Flayer','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,27,0,0,0,0,34,51,12,1,1,4346,0,4346,0,0,0,0,0,0,43132,0,0,0,0,0,0,0,8317,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4347,0,0,0,0,0,2707,0,0,0,'Noxious Reaver','',NULL,0,37,38,0,14,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,27,0,0,0,0,36,53,13,1,1,4347,0,100013,0,0,0,0,0,0,744,5708,0,0,0,0,0,0,8318,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4348,0,0,0,0,0,2708,0,0,0,'Noxious Shredder','',NULL,0,38,39,0,14,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,27,0,0,0,0,37,55,13,1,1,4348,0,100013,0,0,0,0,0,0,744,3391,0,0,0,0,0,0,8319,0,0,0,'',0,3,1,1.2,1,1,0,33103,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4351,0,0,0,0,0,2571,0,0,0,'Bloodfen Raptor','',NULL,0,36,37,0,48,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,1,1,4351,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13205,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4352,0,0,0,0,0,1962,0,0,0,'Bloodfen Screecher','',NULL,0,36,37,0,48,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,1,1,4352,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13206,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4355,0,0,0,0,0,2574,0,0,0,'Bloodfen Scytheclaw',NULL,NULL,0,37,38,0,48,0,1.46,1.14286,1,0,53,70,0,128,1,1640,1804,1,0,2048,0,11,0,0,0,0,36,53,13,1,1,4355,0,100013,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,13207,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4356,0,0,0,0,0,1962,0,0,0,'Bloodfen Razormaw','',NULL,0,39,39,0,48,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,11,0,0,0,0,37,55,13,1,1,4356,0,100013,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,13210,0,0,0,'',1,1,1,1.15,1,1,0,33085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4357,0,0,0,0,0,2574,0,0,0,'Bloodfen Lashtail','',NULL,0,38,39,0,48,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,11,0,0,0,0,37,55,13,1,1,4357,0,100013,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,13208,0,0,0,'',1,1,1,1.2,1,1,0,33085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4358,0,0,0,0,0,4920,0,0,0,'Mirefin Puddlejumper',NULL,NULL,0,35,36,0,18,0,1.71,1.14286,1,0,50,66,0,120,1,1610,1771,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4358,4358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4359,0,0,0,0,0,652,0,0,0,'Mirefin Murloc','',NULL,0,36,37,0,18,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,4359,4359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4360,0,0,0,0,0,5243,0,0,0,'Mirefin Warrior',NULL,NULL,0,37,38,0,18,0,2.28,1.14286,1,0,53,70,0,128,1,1610,1771,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,4360,4360,0,0,0,0,0,0,0,23511,9128,0,0,0,0,0,0,0,0,62,86,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4361,0,0,0,0,0,478,0,0,0,'Mirefin Muckdweller','',NULL,0,36,37,0,18,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,4361,4361,0,0,0,0,0,0,0,6278,0,0,0,0,0,0,0,0,0,62,85,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4362,0,0,0,0,0,11293,0,0,0,'Mirefin Coastrunner','',NULL,0,36,37,0,18,0,1,1.42857,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,4362,4362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4363,0,0,0,0,0,5286,0,0,0,'Mirefin Oracle','',NULL,0,36,37,0,18,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,4363,4363,0,0,0,0,0,0,0,9532,959,0,0,0,0,0,0,0,0,56,78,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4364,0,0,0,0,0,9135,0,0,0,'Strashaz Warrior','',NULL,0,59,60,0,74,0,1,0.857143,1,1,104,138,0,252,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,4364,4364,0,0,0,0,0,0,0,16856,9080,0,0,0,0,0,0,0,0,497,654,'',1,3,1,3,2,1,0,22094,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4366,0,0,0,0,0,9134,0,0,0,'Strashaz Serpent Guard','',NULL,0,59,61,0,74,0,1,0.857143,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,4366,4366,0,0,0,0,0,0,0,6713,16509,12057,0,0,0,0,0,0,0,501,659,'',0,3,1,3,2,1,0,22094,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4368,0,0,0,0,0,11258,0,0,0,'Strashaz Myrmidon','',NULL,0,60,61,0,74,0,1,0.857143,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,4368,4368,0,0,0,0,0,0,0,15284,18812,0,0,0,0,0,0,0,0,503,661,'',0,3,1,3,2,1,0,22094,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4370,0,0,0,0,0,11266,0,0,0,'Strashaz Sorceress','',NULL,0,60,61,0,74,0,1,0.857143,1,1,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,4370,4370,0,0,0,0,0,0,0,12737,15499,15532,0,0,0,0,0,0,0,426,562,'',1,3,1,3,2,1,0,22094,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4371,0,0,0,0,0,6750,0,0,0,'Strashaz Siren','',NULL,0,59,60,0,74,0,1,0.857143,1,1,146,192,0,238,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,4371,4371,0,0,0,0,0,0,0,7645,30898,15587,0,0,0,0,0,0,0,412,543,'',1,3,1,3,2,1,0,22094,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4374,0,0,0,0,0,2423,0,0,0,'Strashaz Hydra','',NULL,0,59,61,0,74,0,1,0.857143,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,10,0,4374,0,4374,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4376,0,0,0,0,0,545,0,0,0,'Darkmist Spider','',NULL,0,36,37,0,22,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,4376,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10508,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,5884,5959,0,0,0,0,0,1,0,0,'',12340),
|
|
(4377,0,0,0,0,0,2536,0,0,0,'Darkmist Hatchling',NULL,NULL,0,37,38,0,22,0,0.95,1.14286,1,0,53,70,0,128,1,1640,1804,1,0,2048,0,3,0,0,0,0,36,53,13,1,1,4377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10510,0,0,0,'',1,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4378,0,0,0,0,0,2538,0,0,0,'Darkmist Recluse','',NULL,0,36,37,0,22,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,4378,0,0,0,0,0,0,0,0,43133,0,0,0,0,0,0,0,10509,0,0,0,'',1,1,1,1.15,1,1,0,5884,5959,0,0,0,0,0,1,0,0,'',12340),
|
|
(4379,0,0,0,0,0,2541,0,0,0,'Darkmist Silkspinner','',NULL,0,36,37,0,22,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,4379,0,0,0,0,0,0,0,0,744,745,0,0,0,0,0,0,10511,0,0,0,'',1,1,1,1.15,1,1,0,5884,5959,0,0,0,0,0,1,0,0,'',12340),
|
|
(4380,0,0,0,0,0,2537,0,0,0,'Darkmist Widow','',NULL,0,38,38,0,22,0,1,1.14286,1,4,53,70,0,128,1,2000,2000,1,0,2048,0,3,0,0,0,0,36,53,13,1,1,4380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10512,0,0,0,'',0,1,1,1.15,1,1,0,5884,5959,0,0,0,0,0,1,0,0,'',12340),
|
|
(4382,0,0,0,0,0,2024,0,0,0,'Withervine Creeper','',NULL,0,36,37,0,14,0,0.666668,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,4382,0,0,0,0,0,0,0,0,43130,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4385,0,0,0,0,0,697,0,0,0,'Withervine Rager','',NULL,0,36,37,0,14,0,0.666668,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,4385,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,65,90,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4386,0,0,0,0,0,631,0,0,0,'Withervine Bark Ripper',NULL,NULL,0,36,37,0,14,0,1.125,1.14286,1,0,51,68,0,124,1,1610,1771,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,4386,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,59,83,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4387,0,0,0,0,0,1549,0,0,0,'Withervine Mire Beast','',NULL,0,37,38,0,14,0,0.666668,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,4,0,4387,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,62,86,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4388,0,0,0,0,0,2425,0,0,0,'Young Murk Thresher','',NULL,0,34,35,0,7,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,1,0,4388,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.2,1,1,0,33126,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4389,0,0,0,0,0,2601,0,0,0,'Murk Thresher','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,1,0,4389,0,100014,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4390,0,0,0,0,0,6431,0,0,0,'Elder Murk Thresher','',NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,1,0,4390,0,4390,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4391,0,0,0,0,0,1145,0,0,0,'Swamp Ooze',NULL,NULL,0,37,37,0,14,0,1.3,1.14286,1,0,51,68,0,124,1,1620,1782,1,0,2048,0,0,0,0,0,0,35,52,12,10,0,4391,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,65,89,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4392,0,0,0,0,0,2569,0,0,0,'Corrosive Swamp Ooze',NULL,NULL,0,38,40,0,14,0,1.31,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,4392,4392,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,68,93,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4393,0,0,0,0,0,11137,0,0,0,'Acidic Swamp Ooze','',NULL,0,39,41,0,14,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,10,0,4393,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,71,97,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4394,0,0,0,0,0,2569,0,0,0,'Bubbling Swamp Ooze','',NULL,0,39,40,0,16,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,4394,0,0,0,0,0,0,0,0,43135,0,0,0,0,0,0,0,0,0,308,520,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4395,0,0,0,0,0,2028,0,0,0,'Blistering Swamp Ooze','',NULL,0,41,43,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4396,0,0,0,0,0,4829,0,0,0,'Mudrock Tortoise',NULL,NULL,0,36,37,0,15,0,1.12,1.14286,1,0,51,68,0,124,1,1640,1804,1,0,2048,0,21,0,0,0,0,35,52,12,1,1,4396,0,4396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5925,0,0,0,'',1,3,1,1.15,1,1,0,5883,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4397,0,0,0,0,0,7836,0,0,0,'Mudrock Spikeshell','',NULL,0,35,36,0,15,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,21,0,0,0,0,34,51,12,1,1,4397,0,4397,0,0,0,0,0,0,8393,0,0,0,0,0,0,0,12945,0,0,0,'',1,3,1,1.15,1,1,0,5883,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4398,0,0,0,0,0,7837,0,0,0,'Mudrock Burrower',NULL,NULL,0,39,40,0,15,0,1.47,1.14286,1,0,56,74,0,136,1,1620,1782,1,0,2048,0,21,0,0,0,0,39,57,14,1,1,4398,0,4398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12946,0,0,0,'',1,3,1,1.15,1,1,0,5883,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4399,0,0,0,0,0,7840,0,0,0,'Mudrock Borer',NULL,NULL,0,42,43,0,15,0,2.02,1.14286,1,0,67,88,0,162,1,1590,1749,1,0,2048,0,21,0,0,0,0,46,67,16,1,1,4399,0,4399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12947,0,0,0,'',1,3,1,1.2,1,1,0,5883,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4400,0,0,0,0,0,7839,0,0,0,'Mudrock Snapjaw',NULL,NULL,0,36,37,0,15,0,1.72,1.14286,1,0,51,68,0,124,1,1600,1760,1,0,2048,0,21,0,0,0,0,35,52,12,1,1,4400,0,4400,0,0,0,0,0,0,20539,0,0,0,0,0,0,0,5927,0,0,0,'',1,3,1,1.2,1,1,0,5883,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4401,0,0,0,0,0,2426,0,0,0,'Muckshell Clacker','',NULL,0,35,36,0,129,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4401,4401,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,66,91,'',1,3,1,1.15,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4402,0,0,0,0,0,2598,0,0,0,'Muckshell Snapclaw',NULL,NULL,0,40,41,0,129,0,1.19,1.14286,1,0,59,78,0,142,1,1530,1683,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,4402,4402,0,0,0,0,0,0,0,25645,0,0,0,0,0,0,0,0,0,71,98,'',1,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4403,0,0,0,0,0,2599,0,0,0,'Muckshell Pincer','',NULL,0,35,36,0,129,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4403,4403,0,0,0,0,0,0,0,30798,0,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4404,0,0,0,0,0,2600,0,0,0,'Muckshell Scrabbler','',NULL,0,35,36,0,129,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,4404,4404,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,69,95,'',0,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4405,0,0,0,0,0,1817,0,0,0,'Muckshell Razorclaw',NULL,NULL,0,43,44,0,129,0,1.56,1.14286,1,0,72,96,0,174,1,1510,1661,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,4405,4405,0,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,0,0,78,107,'',0,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4407,0,0,0,0,0,2427,0,0,0,'Teloren','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4408,0,0,0,0,0,2428,0,0,0,'Aquatic Form (Night Elf Druid)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4409,0,0,0,0,0,2432,0,0,0,'Gatekeeper Kordurus',NULL,NULL,0,25,25,0,79,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,4409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,173,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4410,0,0,0,0,0,2428,0,0,0,'Aquatic Form (Tauren Druid)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4411,0,0,0,0,0,2424,0,0,0,'Darkfang Lurker',NULL,NULL,0,36,37,0,22,0,1.12,1.14286,1,0,51,68,0,124,1,1650,1815,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,4411,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,5901,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4412,0,0,0,0,0,2546,0,0,0,'Darkfang Creeper','',NULL,0,37,38,0,22,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,3,0,0,0,0,36,53,13,1,1,4412,0,0,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,5902,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,33103,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4413,0,0,0,0,0,2543,0,0,0,'Darkfang Spider',NULL,NULL,0,35,36,0,22,0,0.95,1.14286,1,0,50,66,0,120,1,1650,1815,1,0,2048,0,3,0,0,0,0,34,51,12,1,1,4413,0,0,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,5899,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4414,0,0,0,0,0,2542,0,0,0,'Darkfang Venomspitter','',NULL,0,36,37,0,22,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,3,0,0,0,0,35,52,12,1,1,4414,0,0,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,13172,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4415,0,0,0,0,0,11348,0,0,0,'Giant Darkfang Spider','',NULL,0,39,40,0,22,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,3,0,0,0,0,39,57,14,1,1,4415,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13174,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4416,0,0,0,0,0,2438,341,0,0,'Defias Strip Miner',NULL,NULL,0,18,19,0,17,0,0.666668,1.14286,1,0,27,37,0,68,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,4416,4416,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,24,36,'SmartAI',1,3,1,1,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4417,0,0,0,0,0,2440,2443,0,0,'Defias Taskmaster',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,19,27,3,7,0,4417,4417,0,0,10,10,10,10,10,6660,6685,0,0,0,0,0,0,0,0,83,113,'SmartAI',1,3,1,3,1,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4418,0,0,0,0,0,2447,2448,0,0,'Defias Wizard',NULL,NULL,0,18,19,0,17,0,1,1.14286,1,1,20,28,0,28,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,18,26,13,7,0,4418,4418,0,0,10,10,10,10,10,9053,4979,113,0,0,0,0,0,0,0,79,108,'SmartAI',1,3,1,3,2,1,0,915,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4419,0,0,0,0,0,5445,0,0,0,'Race Master Kronkrider',NULL,NULL,21217,35,35,0,35,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4420,0,0,0,0,0,4652,0,0,0,'Overlord Ramtusk',NULL,NULL,0,27,27,0,152,0,1,1.14286,1,1,38,51,0,92,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,26,39,7,7,0,4420,4420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,483,'SmartAI',1,3,1,7,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4421,0,0,0,0,0,4642,0,0,0,'Charlga Razorflank','The Crone',NULL,0,27,27,0,152,0,1,1.14286,1,1,36,47,0,86,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,24,36,7,7,0,4421,4421,0,0,0,0,0,0,0,8292,8361,8358,6077,0,0,0,0,0,0,457,602,'SmartAI',1,3,1,10,3,1,0,5825,5793,5792,0,0,0,0,1,0,0,'',12340),
|
|
(4422,0,0,0,0,0,2450,0,0,0,'Agathelos the Raging',NULL,NULL,0,27,27,0,16,0,1,1.14286,1,1,38,51,0,92,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,26,39,7,1,0,4422,0,4422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4423,0,0,0,0,0,2451,0,0,0,'Darnassian Protector',NULL,NULL,0,65,65,1,79,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,120,60,60,60,120,60,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4424,0,0,0,0,0,6097,0,0,0,'Aggem Thorncurse','Death\'s Head Prophet',NULL,0,27,27,0,152,0,1,1.14286,1,1,36,47,0,86,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,24,36,7,7,0,4424,4424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,5,3,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4425,0,0,0,0,0,4735,0,0,0,'Blind Hunter',NULL,NULL,0,27,27,0,16,2,1,1.14286,1,2,38,51,0,92,1.7,1383,1521,1,0,2048,0,24,0,0,0,0,26,39,7,1,1,4425,0,4425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,0,0,0,'SmartAI',1,3,1,5,1,1,0,5801,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(4427,0,0,0,0,0,6104,0,0,0,'Ward Guardian',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4427,4427,0,0,0,0,0,0,0,959,0,0,0,0,0,0,0,0,0,164,220,'SmartAI',1,3,1,3,3,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4428,0,0,0,0,0,4644,0,0,0,'Death Speaker Jargba','Death\'s Head Captain',NULL,0,27,27,0,16,0,1,1.14286,1,1,36,47,0,86,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,24,36,7,7,0,4428,4428,0,0,0,0,0,0,0,9613,14515,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,5,2,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4429,0,0,0,0,0,7192,7193,7194,0,'Goblin Pit Crewman',NULL,NULL,21211,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4430,0,0,0,0,0,5435,5436,5437,0,'Gnome Pit Crewman',NULL,NULL,21212,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4435,0,0,0,0,0,6109,0,0,0,'Razorfen Warrior',NULL,NULL,0,24,25,0,152,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,24,36,6,7,0,4435,4435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,182,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4436,0,0,0,0,0,6108,0,0,0,'Razorfen Quilguard',NULL,NULL,0,25,25,0,152,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,24,36,6,7,0,4436,4436,0,0,0,0,0,0,0,8258,15548,7165,0,0,0,0,0,0,0,137,184,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4437,0,0,0,0,0,4758,0,0,0,'Razorfen Warden',NULL,NULL,0,25,25,0,152,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,24,36,6,7,0,4437,4437,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,133,179,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4438,0,0,0,0,0,6078,0,0,0,'Razorfen Spearhide',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,2,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,4438,4438,0,0,0,0,0,0,0,8148,8259,0,0,0,0,0,0,0,0,167,222,'SmartAI',0,3,1,1.5,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4439,0,0,0,0,0,1963,0,0,0,'[UNUSED] Charlga\'s Bodyguard','','',0,34,34,0,152,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4440,0,0,0,0,0,6112,0,0,0,'Razorfen Totemic',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4440,4440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,199,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4442,0,0,0,0,0,6103,0,0,0,'Razorfen Defender',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,4442,4442,0,0,0,0,0,0,0,3248,7164,11972,0,0,0,0,0,0,0,153,205,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4443,0,0,0,0,0,2589,0,0,0,'Wazza','Totem Merchent',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4444,0,0,0,0,0,2689,0,0,0,'Deathstalker Vincent','',NULL,0,21,21,0,714,2,1,1.14286,1,0,31,40,0,74,1.7,2000,1980,1,37376,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4445,0,0,0,0,0,7214,0,0,0,'Griznak','Race Vendor',NULL,0,35,35,0,35,0,1.11,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,439,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4446,0,0,0,0,0,10982,0,0,0,'Mazzer Stripscrew','Race Vendor',NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4449,0,0,0,0,0,5433,0,0,0,'Crazzle Sprysprocket','Gnome Ticket Redeemer',NULL,0,35,35,0,35,2,1.11,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,439,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4450,0,0,0,0,0,7209,0,0,0,'Rugfizzle','Goblin Ticket Redeemer',NULL,0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4451,0,0,0,0,0,4568,0,0,0,'Auld Stonespire',NULL,NULL,0,28,28,0,104,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4452,0,0,0,0,0,5426,0,0,0,'Kravel Koalbeard',NULL,NULL,0,29,29,0,35,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4453,0,0,0,0,0,5428,0,0,0,'Wizzle Brassbolts',NULL,NULL,0,31,31,0,35,130,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,768,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4454,0,0,0,0,0,5427,0,0,0,'Fizzle Brassbolts',NULL,NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,1714,8056,2941,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4455,0,0,0,0,0,796,0,0,0,'Red Jack Flint',NULL,NULL,0,22,22,0,12,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4456,0,0,0,0,0,19804,0,0,0,'Fiora Longears',NULL,NULL,0,26,26,0,371,2,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4457,0,0,0,0,0,652,0,0,0,'Murkgill Forager',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4457,4457,0,0,0,0,0,0,0,744,13443,0,0,0,0,0,0,0,0,61,84,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4458,0,0,0,0,0,478,0,0,0,'Murkgill Hunter',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4458,4458,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,63,87,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4459,0,0,0,0,0,5286,0,0,0,'Murkgill Oracle',NULL,NULL,0,36,37,0,18,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,4459,4459,0,0,0,0,0,0,0,959,9532,0,0,0,0,0,0,0,0,53,74,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4460,0,0,0,0,0,5243,0,0,0,'Murkgill Lord',NULL,NULL,0,37,37,0,18,0,1,1.14286,1,0,36,51,0,54,1,2000,2000,8,32768,2048,0,0,0,0,0,0,31,46,18,7,0,4460,4460,0,0,0,0,0,0,0,12544,9672,11831,0,0,0,0,0,0,0,52,73,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4461,0,0,0,0,0,5243,0,0,0,'Murkgill Warrior',NULL,NULL,0,35,36,0,18,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4461,4461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,87,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4462,0,0,0,0,0,6031,0,0,0,'Blackrock Hunter','',NULL,0,23,24,0,40,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,4462,4462,0,0,0,0,0,0,0,3019,10277,0,0,0,0,0,0,0,0,121,163,'SmartAI',0,3,1,1,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(4463,0,0,0,0,0,6030,0,0,0,'Blackrock Summoner','',NULL,0,22,22,0,40,0,1,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,4463,4463,0,0,0,0,0,0,0,3019,184,20793,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1.02,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(4464,0,0,0,0,0,6042,0,0,0,'Blackrock Gladiator','',NULL,0,24,25,0,40,0,1,1.14286,1,0,35,48,0,86,1,2400,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,4464,4464,0,0,0,0,0,0,0,32064,7164,3019,6713,0,0,0,0,0,0,131,176,'SmartAI',0,3,1,1,1,1,0,3014,7906,0,0,0,0,0,1,0,0,'',12340),
|
|
(4465,0,0,0,0,0,6509,28255,0,0,'Vilebranch Warrior',NULL,NULL,0,45,46,0,795,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,4465,4465,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,316,417,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4466,0,0,0,0,0,6513,28249,0,0,'Vilebranch Scalper',NULL,NULL,0,46,47,0,795,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,4466,4466,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4467,0,0,0,0,0,6536,28252,0,0,'Vilebranch Soothsayer',NULL,NULL,0,46,47,0,795,0,1,1.14286,1,0,56,78,0,85,1,2000,2000,8,32768,2048,0,0,0,0,0,0,47,69,21,7,0,4467,4467,0,0,0,0,0,0,0,10395,20824,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4468,0,0,0,0,0,11141,0,0,0,'Jade Sludge',NULL,NULL,0,47,48,0,14,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,4468,4468,0,0,0,240,0,0,0,6814,0,0,0,0,0,0,0,0,0,340,449,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1088,0,'',12340),
|
|
(4469,0,0,0,0,0,358,0,0,0,'Emerald Ooze',NULL,NULL,0,46,47,0,14,0,1,1.14286,1,0,74,98,0,180,1,2000,2000,2,0,2048,0,0,0,0,0,0,50,74,16,10,0,4469,4469,0,0,0,115,0,0,100,0,0,0,0,0,0,0,0,0,0,283,375,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4472,0,0,0,0,0,146,0,0,0,'Haunting Vision',NULL,NULL,0,57,58,0,21,0,1.11111,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,4472,0,0,0,0,0,0,0,0,11443,11981,13860,0,0,0,0,0,0,0,113,153,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4473,0,0,0,0,0,158,0,0,0,'Skeletal Adept',NULL,NULL,0,1,1,0,32,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,348,686,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(4474,0,0,0,0,0,4631,0,0,0,'Rotting Cadaver',NULL,NULL,0,53,54,0,21,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,4474,4474,0,0,0,0,0,0,0,6819,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4475,0,0,0,0,0,10970,10971,0,0,'Blighted Zombie',NULL,NULL,0,52,53,0,21,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,6,0,4475,4475,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,0,0,0,107,400,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4476,0,0,0,0,0,915,0,0,0,'Screaming Haunt',NULL,NULL,0,54,55,0,21,0,1.76,1.14286,1,0,94,125,0,228,1,1183,1301,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,4476,0,0,0,0,0,0,0,0,29505,15470,17650,0,0,0,0,0,0,0,147,737,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4479,0,0,0,0,0,4021,0,0,0,'Fardel Dabyrie',NULL,NULL,0,33,33,0,123,0,1,1.14286,1,0,46,61,0,112,1,1500,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,4479,4479,0,0,0,0,0,0,0,3583,3391,0,0,0,0,0,0,0,0,51,71,'SmartAI',0,3,1,1.1,1,1,0,5831,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4480,0,0,0,0,0,4025,0,0,0,'Kenata Dabyrie',NULL,NULL,0,35,35,0,123,0,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,4480,4480,0,0,0,0,0,0,0,8379,0,0,0,0,0,0,0,0,0,120,160,'SmartAI',0,3,1,1.1,1,1,0,5830,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4481,0,0,0,0,0,4024,0,0,0,'Marcel Dabyrie',NULL,NULL,0,34,34,0,123,0,1,1.14286,1,0,47,63,0,114,1,1500,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,4481,4481,0,0,0,0,0,0,0,7164,11972,15062,0,0,0,0,0,0,0,54,75,'SmartAI',0,3,1,1.1,1,1,0,5832,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4482,0,0,0,0,0,780,0,0,0,'Vilebranch Wolf','',NULL,0,46,47,0,38,0,1.2,1.14286,1,1,79,105,0,192,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,54,80,18,1,1,0,0,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5957,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4483,0,0,0,0,0,4207,0,0,0,'Moktar Krin',NULL,NULL,0,35,35,0,29,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4484,0,0,0,0,0,2594,0,0,0,'Feero Ironhand',NULL,NULL,0,20,20,0,123,2,1,1,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(4485,0,0,0,0,0,5535,0,0,0,'Belgrom Rockmaul',NULL,NULL,0,35,35,0,29,2,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4486,0,0,0,0,0,4012,0,0,0,'Genavie Callow',NULL,NULL,0,32,32,0,118,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,37376,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4487,0,0,0,0,0,4952,0,0,0,'Kodiak','',NULL,0,30,30,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4488,0,0,0,0,0,10197,0,0,0,'Parqual Fintallas',NULL,NULL,4764,35,35,0,68,3,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,36864,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_parqual_fintallas',12340),
|
|
(4489,0,0,0,0,0,3907,0,0,0,'Braug Dimspirit',NULL,NULL,4763,35,35,0,104,3,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,4608,2048,0,0,0,0,0,0,31,46,11,7,0,4489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_braug_dimspirit',12340),
|
|
(4490,0,0,0,0,0,974,0,0,0,'Grenka Bloodscreech',NULL,NULL,0,30,30,0,514,0,1.71,1.14286,1,0,42,56,0,102,1,1610,1771,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,4490,0,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,47,66,'',1,3,1,1.1,1,1,0,5843,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4491,0,0,0,0,0,372,0,0,0,'Woof','',NULL,0,1,1,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4493,0,0,0,0,0,10295,10298,0,0,'Scarlet Avenger',NULL,NULL,0,56,57,0,67,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,4493,4493,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,125,169,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4494,0,0,0,0,0,10307,10308,10309,10310,'Scarlet Spellbinder',NULL,NULL,0,57,58,0,67,0,1.1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,0,4494,4494,0,0,0,0,0,0,0,11436,11831,20822,0,0,0,0,0,0,0,105,142,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4495,0,0,0,0,0,5438,0,0,0,'Gnome Pit Boss',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4496,0,0,0,0,0,7191,0,0,0,'Goblin Pit Boss',NULL,NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4497,0,0,0,0,0,1740,0,0,0,'Captain Quirk','Boat Operator',NULL,0,40,40,0,12,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,109,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4498,0,0,0,0,0,4171,0,0,0,'Maurin Bonesplitter',NULL,NULL,0,35,35,0,68,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4499,0,0,0,0,0,4766,0,0,0,'Rok\'Alim the Pounder',NULL,NULL,0,30,30,0,91,0,1.55556,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,4499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,5844,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4500,0,0,0,0,0,11571,0,0,0,'Overlord Mok\'Morokk','',NULL,0,45,45,0,29,2,1,1.14286,1,1,76,100,0,184,2.4,3000,2000,1,832,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4501,0,0,0,0,0,11539,0,0,0,'Draz\'Zilb','',NULL,8871,40,40,0,29,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4502,0,0,0,0,0,3193,0,0,0,'Tharg','',NULL,0,44,44,0,29,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4503,0,0,0,0,0,655,0,0,0,'Mudcrush Durtfeet','',NULL,0,42,42,0,35,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4504,0,0,0,0,0,10579,0,0,0,'Frostmaw',NULL,NULL,0,37,37,0,16,0,1.14,1.14286,1,0,51,68,0,124,1,1610,1771,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,4504,0,4504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'',0,3,1,1.15,1,1,0,5811,3720,0,0,0,0,0,1,0,0,'',12340),
|
|
(4505,0,0,0,0,0,2557,2558,0,0,'Bloodsail Deckhand',NULL,NULL,0,41,42,0,119,0,1,1.14286,1,0,62,83,0,152,1,2000,1683,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,4505,4505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(4506,0,0,0,0,0,1902,0,0,0,'Bloodsail Swabby',NULL,NULL,0,40,41,0,119,0,1,1.14286,1,0,59,78,0,142,1,2000,1661,1,32768,2048,0,0,0,0,0,0,41,60,15,7,0,4506,4506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,110,'',0,3,1,1.2,1,1,0,3897,3910,0,0,0,0,0,1,0,0,'',12340),
|
|
(4507,0,0,0,0,0,2591,0,0,0,'Daisy','Race Starter Girl',NULL,0,15,15,0,35,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4508,0,0,0,0,0,7155,0,0,0,'Willix the Importer',NULL,NULL,0,27,27,0,69,2,1,1.14286,1,1,38,51,0,92,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,26,39,7,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4509,0,0,0,0,0,2595,0,0,0,'Sargath',NULL,NULL,0,20,20,0,80,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4510,0,0,0,0,0,2596,0,0,0,'Heralath Fallowbrook',NULL,NULL,0,25,25,0,80,2,1,1.14286,1,0,35,48,0,86,1.7,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,0,0,2,'',12340),
|
|
(4511,0,0,0,0,0,4713,0,0,0,'Agam\'ar',NULL,NULL,0,24,25,0,16,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,5,0,0,0,0,24,36,6,1,1,4511,0,100007,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,9089,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4512,0,0,0,0,0,4714,0,0,0,'Rotting Agam\'ar',NULL,NULL,0,26,26,0,16,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,5,0,0,0,0,25,37,7,1,1,4512,0,4512,0,0,0,0,0,0,8267,0,0,0,0,0,0,0,9091,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4514,0,0,0,0,0,2453,0,0,0,'Raging Agam\'ar',NULL,NULL,0,25,25,0,16,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,5,0,0,0,0,24,36,6,1,1,4514,0,100007,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,9090,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4515,0,0,0,0,0,6093,0,0,0,'Death\'s Head Acolyte',NULL,NULL,0,25,26,0,154,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4515,4515,0,0,0,0,0,0,0,8362,15785,0,0,0,0,0,0,0,0,147,196,'SmartAI',1,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4516,0,0,0,0,0,6098,0,0,0,'Death\'s Head Adept',NULL,NULL,0,25,26,0,154,0,1,1.14286,1,1,26,37,0,39,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,23,33,15,7,0,4516,4516,0,0,0,0,0,0,0,9672,113,0,0,0,0,0,0,0,0,162,216,'SmartAI',1,3,1,4,1.5,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4517,0,0,0,0,0,6096,0,0,0,'Death\'s Head Priest',NULL,NULL,0,25,25,0,154,0,1,1.14286,1,1,33,45,0,80,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,31,6,7,0,4517,4517,0,0,0,0,0,0,45,9613,6063,1245,0,0,0,0,0,0,0,130,175,'SmartAI',0,3,1,3,3,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4518,0,0,0,0,0,6099,0,0,0,'Death\'s Head Sage',NULL,NULL,0,25,26,0,154,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4518,4518,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,157,210,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4519,0,0,0,0,0,6100,0,0,0,'Death\'s Head Seer',NULL,NULL,0,25,26,0,154,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4519,4519,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,147,196,'SmartAI',1,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4520,0,0,0,0,0,4647,0,0,0,'Razorfen Geomancer',NULL,NULL,0,25,25,0,152,0,1,1.14286,1,1,33,45,0,80,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,31,6,7,0,4520,4520,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,120,162,'SmartAI',0,3,1,3,1.5,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4521,0,0,0,0,0,9055,0,0,0,'Treshala Fallowbrook',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4522,0,0,0,0,0,6110,0,0,0,'Razorfen Dustweaver',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4522,4522,0,0,0,0,0,0,0,6728,0,0,0,0,0,0,0,0,0,151,202,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4523,0,0,0,0,0,6111,0,0,0,'Razorfen Groundshaker',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4523,4523,0,0,0,0,0,0,0,6524,8046,0,0,0,0,0,0,0,0,141,189,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4525,0,0,0,0,0,4647,0,0,0,'Razorfen Earthbreaker',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,4525,4525,0,0,70,0,0,100,0,0,0,0,0,0,0,0,0,0,0,163,217,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4526,0,0,0,0,0,5494,0,0,0,'Wind Howler',NULL,NULL,0,22,23,0,16,0,1,1.14286,1,1,33,44,0,80,1.7,1500,2000,1,0,2048,0,0,0,0,0,0,22,33,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4528,0,0,0,0,0,9589,0,0,0,'Stone Rumbler',NULL,NULL,0,21,23,0,16,0,1.55556,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4530,0,0,0,0,0,1963,0,0,0,'Razorfen Handler',NULL,NULL,0,25,25,0,152,0,1,1.14286,1,1,35,48,0,86,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,24,36,6,7,0,4530,4530,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4531,0,0,0,0,0,4453,0,0,0,'Razorfen Beast Trainer',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,4531,4531,0,0,70,0,0,100,0,0,0,0,0,0,0,0,0,0,0,164,219,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4532,0,0,0,0,0,6105,0,0,0,'Razorfen Beastmaster',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,4532,4532,0,0,0,0,0,0,0,6660,8275,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4534,0,0,0,0,0,1535,0,0,0,'Tamed Hyena',NULL,NULL,0,23,23,0,38,0,1,1.14286,1,1,33,44,0,80,1.7,1200,2000,1,0,2048,0,25,0,0,0,0,22,33,5,1,1,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12902,0,0,0,'',0,1,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4535,0,0,0,0,0,704,0,0,0,'Tamed Battleboar',NULL,NULL,0,22,23,0,16,0,1,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,0,2048,0,5,0,0,0,0,22,33,5,1,1,0,0,0,20,30,10,10,150,20,6268,0,0,0,0,0,0,0,13334,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4538,0,0,0,0,0,1955,0,0,0,'Kraul Bat',NULL,NULL,0,26,26,0,16,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,24,0,0,0,0,25,37,7,1,1,4538,0,100012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5790,0,0,0,'SmartAI',1,3,1,3,1,1,0,5801,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(4539,0,0,0,0,0,1954,0,0,0,'Greater Kraul Bat',NULL,NULL,0,26,26,0,16,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,24,0,0,0,0,25,37,7,1,1,4539,0,4539,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,8300,0,0,0,'SmartAI',0,3,1,3,1,1,0,5801,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(4540,0,0,0,0,0,2603,2604,0,0,'Scarlet Monk','',NULL,0,34,34,0,67,0,1,1.14286,1,1,47,63,0,114,2.4,1800,2000,1,32832,2048,0,0,0,0,0,0,33,48,11,7,0,4540,4540,0,0,0,0,0,0,0,3391,11978,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,3,2,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4541,0,0,0,0,0,4754,0,0,0,'Blood of Agamaggan',NULL,NULL,0,26,26,0,16,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,10,0,4541,4541,0,0,0,0,0,0,0,8282,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4542,0,0,0,0,0,2605,0,0,0,'High Inquisitor Fairbanks','',NULL,0,40,40,0,67,0,1,1.14286,1,1,52,69,0,128,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,36,53,13,6,0,4542,4542,0,0,0,0,0,0,0,15090,8282,12039,11647,0,0,0,0,0,0,329,434,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4543,0,0,0,0,0,11396,0,0,0,'Bloodmage Thalnos','',NULL,0,32,32,0,21,0,1,1.14286,1,1,42,55,0,100,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,29,42,9,6,0,4543,4543,0,0,0,0,0,0,0,12470,8053,8814,9613,0,0,0,0,0,0,386,509,'SmartAI',1,3,1,8,2.5,1,0,0,0,0,0,0,0,0,1,8390928,0,'',12340),
|
|
(4544,0,0,0,0,0,4204,0,0,0,'Krueg Skullsplitter',NULL,NULL,0,37,37,0,29,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4545,0,0,0,0,0,4206,0,0,0,'Nag\'zehn',NULL,NULL,0,35,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4546,0,0,0,0,0,4208,0,0,0,'Bor\'zehn',NULL,NULL,0,35,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4547,0,0,0,0,0,4205,0,0,0,'Tarkreu Shadowstalker',NULL,NULL,0,35,35,0,83,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4548,0,0,0,0,0,2609,0,0,0,'Steelsnap',NULL,NULL,0,30,30,0,38,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,25,0,0,0,0,29,42,9,1,1,4548,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12903,0,0,0,'',0,1,1,1.05,1,1,0,5837,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4549,0,0,0,0,0,2655,0,0,0,'William Montague','Banker',NULL,0,45,45,0,68,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4550,0,0,0,0,0,3942,0,0,0,'Ophelia Montague','Banker',NULL,0,45,45,0,68,131073,1.11111,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4551,0,0,0,0,0,2638,0,0,0,'Michael Garrett','Bat Handler',NULL,4282,65,65,0,68,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4552,0,0,0,0,0,2662,0,0,0,'Eunice Burch','Cooking Trainer',NULL,5854,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4553,0,0,0,0,0,2647,0,0,0,'Ronald Burch','Cooking Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4554,0,0,0,0,0,2674,0,0,0,'Tawny Grisette','Mushroom Vendor',NULL,0,30,30,0,68,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4555,0,0,0,0,0,2660,0,0,0,'Eleanor Rusk','General Goods',NULL,0,30,30,0,68,898,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4556,0,0,0,0,0,2629,0,0,0,'Gordon Wendham','Weapons Merchant',NULL,4283,30,30,0,68,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4557,0,0,0,0,0,2636,0,0,0,'Louis Warren','Weapons Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4558,0,0,0,0,0,2666,0,0,0,'Lauren Newcomb','Light Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4559,0,0,0,0,0,2653,0,0,0,'Timothy Weldon','Heavy Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4560,0,0,0,0,0,2654,0,0,0,'Walter Ellingson','Heavy Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4561,0,0,0,0,0,2622,0,0,0,'Daniel Bartlett','Trade Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4562,0,0,0,0,0,2652,0,0,0,'Thomas Mordan','Reagents',NULL,0,30,30,0,68,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4563,0,0,0,0,0,2675,0,0,0,'Kaal Soulreaper','Warlock Trainer',NULL,2383,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,9,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4564,0,0,0,0,0,2637,0,0,0,'Luther Pickman','Warlock Trainer',NULL,4609,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4565,0,0,0,0,0,2646,0,0,0,'Richard Kerwin','Warlock Trainer',NULL,4610,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,9,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4566,0,0,0,0,0,10733,0,0,0,'Kaelystia Hatebringer','Mage Trainer',NULL,4539,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,8,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4567,0,0,0,0,0,2644,0,0,0,'Pierce Shackleton','Mage Trainer',NULL,4538,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4568,0,0,0,0,0,2657,0,0,0,'Anastasia Hartwell','Mage Trainer',NULL,4537,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4569,0,0,0,0,0,2619,0,0,0,'Charles Seaton','Blade Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4570,0,0,0,0,0,2673,0,0,0,'Sydney Upton','Staff Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4571,0,0,0,0,0,2640,0,0,0,'Morley Bates','Fungus Vendor',NULL,0,30,30,0,68,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4572,0,0,0,0,0,2650,0,0,0,'Silas Zimmer',NULL,NULL,0,30,30,0,68,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4573,0,0,0,0,0,2612,0,0,0,'Armand Cromwell','Fishing Trainer',NULL,5665,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4574,0,0,0,0,0,2667,0,0,0,'Lizbeth Cromwell','Fishing Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4575,0,0,0,0,0,2663,0,0,0,'Hannah Akeley','Reagents',NULL,0,30,30,0,68,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4576,0,0,0,0,0,2634,0,0,0,'Josef Gregorian','Tailoring Trainer',NULL,4354,45,45,0,68,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4577,0,0,0,0,0,2671,0,0,0,'Millie Gregorian','Tailoring Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4578,0,0,0,0,0,2664,0,0,0,'Josephine Lister','Master Shadoweave Tailor',NULL,4843,45,45,0,68,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4579,0,0,0,0,0,2611,0,0,0,'[UNUSED] Alexander Lister','Cartography Trainer','',0,35,35,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4580,0,0,0,0,0,2668,0,0,0,'Lucille Castleton','Robe Vendor',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4581,0,0,0,0,0,2648,0,0,0,'Salazar Bloch','Book Dealer',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4582,0,0,0,0,0,2659,0,0,0,'Carolyn Ward','Rogue Trainer',NULL,4542,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4583,0,0,0,0,0,2639,0,0,0,'Miles Dexter','Rogue Trainer',NULL,4540,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4584,0,0,0,0,0,2631,0,0,0,'Gregory Charles','Rogue Trainer',NULL,4541,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,37376,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4585,0,0,0,0,0,2625,0,0,0,'Ezekiel Graves','Poison Supplies',NULL,0,30,30,0,68,1154,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4586,0,0,0,0,0,2630,0,0,0,'Graham Van Talen','Apprentice Engineer',NULL,4144,26,26,0,68,3,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,37376,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4587,0,0,0,0,0,2661,0,0,0,'Elizabeth Van Talen','Engineering Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4588,0,0,0,0,0,2613,0,0,0,'Arthur Moore','Leatherworking Trainer',NULL,4210,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4589,0,0,0,0,0,2635,0,0,0,'Joseph Moore','Leatherworking Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4590,0,0,0,0,0,2633,0,0,0,'Jonathan Chambers','Bag Vendor',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4591,0,0,0,0,0,2670,0,0,0,'Mary Edras','First Aid Trainer',NULL,5856,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4592,0,0,0,0,0,2642,0,0,0,'Nathaniel Steenwick','Thrown Weapons Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4593,0,0,0,0,0,2620,0,0,0,'Christoph Walker','Warrior Trainer',NULL,4548,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,37376,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4594,0,0,0,0,0,2658,0,0,0,'Angela Curthas','Warrior Trainer',NULL,4546,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4595,0,0,0,0,0,2614,0,0,0,'Baltus Fowler','Warrior Trainer',NULL,4547,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4596,0,0,0,0,0,2632,0,0,0,'James Van Brunt','Blacksmithing Trainer',NULL,1022,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4597,0,0,0,0,0,2649,0,0,0,'Samuel Van Brunt','Blacksmithing Supplies',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4598,0,0,0,0,0,2617,0,0,0,'Brom Killian','Mining Trainer',NULL,7690,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4599,0,0,0,0,0,2672,0,0,0,'Sarah Killian','Mining Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4600,0,0,0,0,0,2628,0,0,0,'Geoffrey Hartwell','Weapon Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4601,0,0,0,0,0,2627,0,0,0,'Francis Eliot','Weapon Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4602,0,0,0,0,0,2616,0,0,0,'Benijah Fenner','Weapon Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4603,0,0,0,0,0,2643,0,0,0,'Nicholas Atwood','Gun Merchant',NULL,0,30,30,0,68,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4604,0,0,0,0,0,2656,0,0,0,'Abigail Sawyer','Bow Merchant',NULL,0,30,30,0,68,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4605,0,0,0,0,0,2615,0,0,0,'Basil Frye','Apprentice Blacksmith',NULL,2750,26,26,0,68,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,37376,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4606,0,0,0,0,0,10723,0,0,0,'Aelthalyste','Priest Trainer',NULL,4544,60,60,0,68,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,5,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4607,0,0,0,0,0,2626,0,0,0,'Father Lankester','Priest Trainer',NULL,4545,40,40,0,68,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,5,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4608,0,0,0,0,0,2618,0,0,0,'Father Lazarus','Priest Trainer',NULL,4543,50,50,0,68,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,5,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4609,0,0,0,0,0,2624,0,0,0,'Doctor Marsh','Apprentice Alchemist',NULL,4130,35,35,0,68,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4610,0,0,0,0,0,2676,0,0,0,'Algernon','Alchemy Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4611,0,0,0,0,0,2623,0,0,0,'Doctor Herbert Halsey','Alchemy Trainer',NULL,4132,50,50,0,68,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4612,0,0,0,0,0,1201,0,0,0,'Boyle',NULL,NULL,0,30,30,0,68,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(4613,0,0,0,0,0,2621,0,0,0,'Christopher Drakul','Guild Master',NULL,5108,50,50,0,68,786433,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4614,0,0,0,0,0,2669,0,0,0,'Martha Alliestar','Herbalism Trainer',NULL,7691,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4615,0,0,0,0,0,2665,0,0,0,'Katrina Alliestar','Herbalism Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4616,0,0,0,0,0,12955,0,0,0,'Lavinia Crowe','Enchanting Trainer',NULL,4166,35,35,0,68,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4617,0,0,0,0,0,2651,0,0,0,'Thaddeus Webb','Enchanting Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4618,0,0,0,0,0,4898,0,0,0,'Martek the Exiled',NULL,NULL,12209,42,42,0,35,3,1.05,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4619,0,0,0,0,0,2021,0,0,0,'Geltharis',NULL,NULL,0,32,32,0,90,0,1.05,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,3,0,4619,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,50,70,'',0,3,1,1.1,1,1,0,5481,5461,7128,0,0,0,0,1,0,0,'',12340),
|
|
(4620,0,0,0,0,0,11573,0,0,0,'Fobeed','Race Announcer',NULL,0,35,35,0,35,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4621,0,0,0,0,0,115,0,0,0,'Rebald Yorglun','Raptor Trainer',NULL,0,50,50,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4623,0,0,0,0,0,6103,0,0,0,'Quilguard Champion',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,4623,4623,0,0,0,0,0,0,0,7164,8258,15572,0,0,0,0,0,0,0,180,240,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4624,0,0,0,0,0,7102,7103,7104,0,'Booty Bay Bruiser',NULL,NULL,0,77,77,1,121,0,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,4624,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4625,0,0,0,0,0,6101,0,0,0,'Death\'s Head Ward Keeper',NULL,NULL,0,15,15,0,153,0,1,1.14286,1,0,22,29,0,54,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,4625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4626,0,0,0,0,0,2688,0,0,0,'CHOW Guard','',NULL,0,62,62,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4627,0,0,0,0,0,1131,0,0,0,'Arugal\'s Voidwalker','',NULL,0,20,20,0,24,0,1,1.14286,1,0,29,39,0,70,1,2000,1936,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,4627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4629,0,0,0,0,0,2704,0,0,0,'Trackmaster Zherin',NULL,NULL,0,30,30,0,35,2,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4630,0,0,0,0,0,7199,0,0,0,'Pozzik',NULL,NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4631,0,0,0,0,0,7106,0,0,0,'Wharfmaster Lozgil',NULL,NULL,4701,35,35,0,120,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4632,0,0,0,0,0,9447,0,0,0,'Kolkar Centaur',NULL,NULL,0,30,31,0,130,0,0.666668,1.42857,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,4632,4632,0,0,70,0,0,30,0,0,0,0,0,0,0,0,0,0,0,46,65,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4633,0,0,0,0,0,9445,0,0,0,'Kolkar Scout',NULL,NULL,0,30,31,0,130,0,0.666668,1.42857,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,4633,4633,0,0,70,0,0,30,0,6660,0,0,0,0,0,0,0,0,0,46,65,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4634,0,0,0,0,0,4874,0,0,0,'Kolkar Mauler',NULL,NULL,0,31,32,0,130,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,4634,4634,0,0,70,0,0,30,0,3391,0,0,0,0,0,0,0,0,0,49,69,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4635,0,0,0,0,0,4871,0,0,0,'Kolkar Windchaser',NULL,NULL,0,31,32,0,130,0,0.666668,1.42857,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,7,0,4635,4635,0,0,70,0,0,30,0,9532,0,0,0,0,0,0,0,0,0,44,63,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4636,0,0,0,0,0,9448,0,0,0,'Kolkar Battle Lord',NULL,NULL,0,32,33,0,130,0,0.666668,1.42857,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,4636,4636,0,0,70,0,0,30,0,7165,8258,25710,0,0,0,0,0,0,0,50,70,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4637,0,0,0,0,0,9446,0,0,0,'Kolkar Destroyer',NULL,NULL,0,32,33,0,130,0,0.666668,1.42857,1,0,43,57,0,104,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,43,10,7,0,4637,4637,0,0,70,0,0,30,0,11824,7160,0,0,0,0,0,0,0,0,46,65,'',1,1,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(4638,0,0,0,0,0,2292,0,0,0,'Magram Scout',NULL,NULL,0,33,33,0,133,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,4638,4638,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,50,70,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4639,0,0,0,0,0,9428,0,0,0,'Magram Outrunner',NULL,NULL,0,32,33,0,133,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,4639,4639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4640,0,0,0,0,0,2293,0,0,0,'Magram Wrangler',NULL,NULL,0,33,34,0,133,0,1.02,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,4640,4640,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,53,74,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4641,0,0,0,0,0,9429,0,0,0,'Magram Windchaser',NULL,NULL,0,33,34,0,133,0,1.02,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,4641,4641,0,0,0,0,0,0,0,9532,959,0,0,0,0,0,0,0,0,48,68,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4642,0,0,0,0,0,9431,0,0,0,'Magram Stormer',NULL,NULL,0,34,35,0,133,0,1.02,1.14286,1,0,45,60,0,110,1,2000,2000,2,0,2048,0,0,0,0,0,0,31,46,11,7,0,4642,4642,0,0,0,0,0,0,0,6535,8788,0,0,0,0,0,0,0,0,49,69,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4643,0,0,0,0,0,9430,0,0,0,'Magram Pack Runner',NULL,NULL,0,34,35,0,133,0,1.02,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,4643,4643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4644,0,0,0,0,0,9432,0,0,0,'Magram Marauder',NULL,NULL,0,35,36,0,133,0,1.02,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4644,4644,0,0,0,0,0,0,0,0,7366,0,0,0,0,0,0,0,0,59,81,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4645,0,0,0,0,0,4583,0,0,0,'Magram Mauler',NULL,NULL,0,35,36,0,133,0,1.02,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4645,4645,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,59,81,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4646,0,0,0,0,0,9420,0,0,0,'Gelkis Outrunner',NULL,NULL,0,32,33,0,132,0,0.666668,1.42857,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,4646,4646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4647,0,0,0,0,0,9421,0,0,0,'Gelkis Scout',NULL,NULL,0,32,33,0,132,0,0.666668,1.42857,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,4647,4647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,70,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4648,0,0,0,0,0,9422,0,0,0,'Gelkis Stamper',NULL,NULL,0,33,34,0,132,0,0.666668,1.42857,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,4648,4648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,74,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4649,0,0,0,0,0,9423,0,0,0,'Gelkis Windchaser',NULL,NULL,0,33,34,0,132,0,0.666668,1.42857,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,4649,4649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,68,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4651,0,0,0,0,0,9424,0,0,0,'Gelkis Earthcaller',NULL,NULL,0,34,35,0,132,0,0.666668,1.42857,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,7,0,4651,4651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,66,'',1,1,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4652,0,0,0,0,0,9426,0,0,0,'Gelkis Mauler',NULL,NULL,0,35,36,0,132,0,0.666668,1.42857,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4652,4652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4653,0,0,0,0,0,9425,0,0,0,'Gelkis Marauder',NULL,NULL,0,35,36,0,132,0,0.666668,1.42857,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4653,4653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4654,0,0,0,0,0,9434,0,0,0,'Maraudine Scout',NULL,NULL,0,37,38,0,134,0,1.02,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,4654,4654,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,62,86,'',1,1,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4655,0,0,0,0,0,9435,0,0,0,'Maraudine Wrangler',NULL,NULL,0,37,38,0,134,0,1.02,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,4655,4655,0,0,0,0,0,0,0,6533,8379,0,0,0,0,0,0,0,0,62,86,'',1,1,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4656,0,0,0,0,0,9436,0,0,0,'Maraudine Mauler',NULL,NULL,0,38,39,0,134,0,1.02,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,4656,4656,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,61,85,'',1,1,1,0.95,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4657,0,0,0,0,0,9438,0,0,0,'Maraudine Windchaser',NULL,NULL,0,38,39,0,134,0,1.02,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,4657,4657,0,0,0,0,0,0,0,6728,9532,11986,0,0,0,0,0,0,0,59,82,'',1,1,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4658,0,0,0,0,0,9440,0,0,0,'Maraudine Stormer',NULL,NULL,0,39,40,0,134,0,1.02,1.14286,1,0,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,4658,4658,0,0,0,0,0,0,0,9654,8788,8293,0,0,0,0,0,0,0,58,80,'',1,1,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4659,0,0,0,0,0,9439,0,0,0,'Maraudine Marauder',NULL,NULL,0,39,40,0,134,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,4659,4659,0,0,0,0,0,0,0,7366,15496,0,0,0,0,0,0,0,0,68,94,'',1,1,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4660,0,0,0,0,0,2710,0,0,0,'Maraudine Bonepaw',NULL,NULL,0,37,38,0,134,0,0.96,1.14286,1,0,53,70,0,128,1,1620,1782,1,0,2048,0,25,0,0,0,0,36,53,13,1,1,4660,0,4660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12911,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4661,0,0,0,0,0,1068,0,0,0,'Gelkis Rumbler',NULL,NULL,0,29,30,0,132,0,1.55556,1.42857,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,4661,0,0,30,30,30,30,30,60,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(4662,0,0,0,0,0,2716,0,0,0,'Magram Bonepaw',NULL,NULL,0,37,38,0,133,0,1.02,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,25,0,0,0,0,36,53,13,1,1,4662,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8282,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4663,0,0,0,0,0,4699,4700,11299,11300,'Burning Blade Augur',NULL,NULL,0,30,31,0,554,0,1,1.14286,1,0,31,43,0,46,1,2000,2000,8,0,2048,0,0,0,0,0,0,27,39,16,7,0,4663,4663,0,0,0,0,0,0,0,20807,6909,0,0,0,0,0,0,0,0,40,58,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4664,0,0,0,0,0,4703,4704,11305,11306,'Burning Blade Reaver',NULL,NULL,0,30,31,0,554,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,4664,4664,0,0,0,0,0,0,0,8374,0,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4665,0,0,0,0,0,4697,4698,11296,11297,'Burning Blade Adept',NULL,NULL,0,31,32,0,554,0,1,1.14286,1,0,32,44,0,47,1,2000,2000,8,0,2048,0,0,0,0,0,0,27,40,16,7,0,4665,4665,0,0,0,0,0,0,0,6742,19816,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4666,0,0,0,0,0,4701,4702,11301,11302,'Burning Blade Felsworn',NULL,NULL,0,31,32,0,554,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,4666,4666,0,0,0,0,0,0,0,30798,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4667,0,0,0,0,0,4705,4706,11307,11308,'Burning Blade Shadowmage',NULL,NULL,0,32,33,0,554,0,1,1.14286,1,0,33,45,0,49,1,2000,2000,8,0,2048,0,0,0,0,0,0,28,41,17,7,0,4667,4667,0,0,0,0,0,0,0,20816,9657,0,0,0,0,0,0,0,0,44,62,'SmartAI',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4668,0,0,0,0,0,4709,4710,11309,11310,'Burning Blade Summoner',NULL,NULL,0,38,39,0,554,0,1,1.14286,1,0,38,54,0,58,1,2000,2000,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,4668,4668,0,0,0,0,0,0,0,20825,0,0,0,0,0,0,0,0,0,55,76,'SmartAI',1,1,1,1.15,1,1,0,7291,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4669,0,0,0,0,0,1139,0,0,0,'Burning Blade Conjuror','',NULL,0,36,36,0,16,0,1.2,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4670,0,0,0,0,0,6741,0,0,0,'Hatefury Rogue',NULL,NULL,0,31,32,0,90,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,3,0,4670,4670,0,0,0,0,0,0,0,8599,6920,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(4671,0,0,0,0,0,2021,0,0,0,'Hatefury Trickster',NULL,NULL,0,31,32,0,90,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,3,0,4671,4671,0,0,0,0,0,0,0,8599,744,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(4672,0,0,0,0,0,2014,0,0,0,'Hatefury Felsworn',NULL,NULL,0,31,32,0,90,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,3,0,4672,4672,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,49,69,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(4673,0,0,0,0,0,11331,0,0,0,'Hatefury Betrayer',NULL,NULL,0,32,33,0,90,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,3,0,4673,4673,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(4674,0,0,0,0,0,11332,0,0,0,'Hatefury Shadowstalker',NULL,NULL,0,32,33,0,90,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,3,0,4674,4674,0,0,0,0,0,0,0,8355,8599,0,0,0,0,0,0,0,0,50,70,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6441,6989,0,0,0,1,0,0,'',12340),
|
|
(4675,0,0,0,0,0,2014,0,0,0,'Hatefury Hellcaller',NULL,NULL,0,32,33,0,90,0,1.02,1.14286,1,0,43,57,0,104,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,43,10,3,0,4675,4675,0,0,0,0,0,0,0,8599,1094,0,0,0,0,0,0,0,0,46,65,'SmartAI',1,1,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(4676,0,0,0,0,0,10906,0,0,0,'Lesser Infernal',NULL,NULL,0,36,37,0,90,0,1,1.14286,1,0,51,68,0,124,1,2200,2000,1,0,2048,0,0,0,0,0,0,35,52,12,3,0,4676,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,6990,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4677,0,0,0,0,0,5049,0,0,0,'Doomwarder',NULL,NULL,0,37,38,0,90,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,3,0,4677,4677,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,86,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4678,0,0,0,0,0,1913,0,0,0,'Mana Eater',NULL,NULL,0,37,38,0,90,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,3,0,4678,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,6250,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4679,0,0,0,0,0,159,0,0,0,'Nether Maiden',NULL,NULL,0,37,38,0,90,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,32768,2048,0,0,0,0,0,0,34,50,12,3,0,4679,4679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,1,1,1.15,1,1,0,6251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4680,0,0,0,0,0,9015,0,0,0,'Doomwarder Captain',NULL,NULL,0,38,39,0,90,0,1.02,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,3,0,4680,4680,0,0,95,0,0,0,0,3261,6192,0,0,0,0,0,0,0,0,65,90,'',1,1,1,1.15,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4681,0,0,0,0,0,6172,0,0,0,'Mage Hunter',NULL,NULL,0,38,39,0,90,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,3,0,4681,0,100013,0,0,0,0,0,0,3429,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,6250,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4682,0,0,0,0,0,2834,0,0,0,'Nether Sister',NULL,NULL,0,38,39,0,90,0,1.02,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,3,0,4682,4682,0,0,0,0,0,95,0,7816,0,0,0,0,0,0,0,0,0,61,85,'',1,1,1,1.15,1,1,0,6251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4683,0,0,0,0,0,9016,0,0,0,'Doomwarder Lord','',NULL,0,39,40,0,90,0,1.2,1.14286,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,3,0,0,0,0,0,95,0,0,0,0,11962,5246,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4684,0,0,0,0,0,2737,0,0,0,'Nether Sorceress',NULL,NULL,0,39,40,0,90,0,1.02,1.14286,1,0,40,55,0,60,1,2000,2000,8,32768,2048,0,0,0,0,0,0,34,49,19,3,0,4684,4684,0,0,0,0,0,100,0,15968,20297,11831,0,0,0,0,0,0,0,56,78,'CombatAI',1,1,1,1.15,1,1,0,6251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4685,0,0,0,0,0,6173,0,0,0,'Ley Hunter',NULL,NULL,0,39,40,0,90,0,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,3,0,4685,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,6250,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4686,0,0,0,0,0,10043,0,0,0,'Deepstrider Giant',NULL,NULL,0,38,39,0,778,0,1.02,1.14286,1,1,54,72,0,132,2.4,3000,2000,1,64,2048,0,0,0,0,0,0,37,55,13,5,0,4686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4687,0,0,0,0,0,10039,0,0,0,'Deepstrider Searcher',NULL,NULL,0,39,40,0,778,0,1.02,1.14286,1,1,56,74,0,136,2.4,3000,2000,1,64,2048,0,0,0,0,0,0,39,57,14,5,0,4687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,337,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4688,0,0,0,0,0,10902,0,0,0,'Bonepaw Hyena',NULL,NULL,0,33,35,0,38,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,25,0,0,0,0,33,49,11,1,1,4688,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8280,0,0,0,'',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4689,0,0,0,0,0,2726,0,0,0,'Starving Bonepaw',NULL,NULL,0,30,32,0,38,0,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,25,0,0,0,0,31,46,10,1,1,4689,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12896,0,0,0,'',1,1,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4690,0,0,0,0,0,10271,0,0,0,'Rabid Bonepaw',NULL,NULL,0,36,38,0,38,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,25,0,0,0,0,36,53,13,1,1,4690,0,100013,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,12897,0,0,0,'',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4691,0,0,0,0,0,10271,0,0,0,'Murderous Bonepaw','',NULL,0,32,33,0,38,0,1.2,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,25,0,0,0,0,32,47,10,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8281,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4692,0,0,0,0,0,1192,0,0,0,'Dread Swoop',NULL,NULL,0,32,33,0,73,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,7,0,0,0,0,32,47,10,1,1,4692,0,0,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,12865,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4693,0,0,0,0,0,10273,0,0,0,'Dread Flyer',NULL,NULL,0,36,37,0,73,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,7,0,0,0,0,35,52,12,1,1,4693,0,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,8305,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4694,0,0,0,0,0,14319,0,0,0,'Dread Ripper',NULL,NULL,0,39,40,0,73,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,7,0,0,0,0,39,57,14,1,1,4694,0,0,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,8837,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4695,0,0,0,0,0,10825,0,0,0,'Carrion Horror',NULL,NULL,0,35,37,0,73,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,7,0,0,0,0,35,52,12,1,1,4695,0,0,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,12872,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4696,0,0,0,0,0,2729,0,0,0,'Scorpashi Snapper',NULL,NULL,0,30,31,0,413,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,20,0,0,0,0,30,44,9,1,1,4696,0,100011,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5866,0,0,0,'',1,1,1,1.1,1,1,0,6248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4697,0,0,0,0,0,2765,0,0,0,'Scorpashi Lasher',NULL,NULL,0,34,35,0,413,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,20,0,0,0,0,33,49,11,1,1,4697,0,100011,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5868,0,0,0,'',1,1,1,1.1,1,1,0,6248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4699,0,0,0,0,0,2766,0,0,0,'Scorpashi Venomlash',NULL,NULL,0,38,39,0,413,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,20,0,0,0,0,37,55,13,1,1,4699,0,100013,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8852,0,0,0,'',1,1,1,1.15,1,1,0,6248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4700,0,0,0,0,0,1308,1232,10914,0,'Aged Kodo',NULL,NULL,0,34,35,0,15,0,1,1.14286,1,0,49,64,0,118,1,3000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,1,0,4700,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,6249,7271,0,0,0,0,0,1,0,0,'npc_aged_dying_ancient_kodo',12340),
|
|
(4701,0,0,0,0,0,1453,1241,10917,0,'Dying Kodo',NULL,NULL,0,35,36,0,15,0,1,1.14286,1,0,50,66,0,120,1,3000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,1,0,4701,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,7271,0,0,0,0,0,0,1,0,0,'npc_aged_dying_ancient_kodo',12340),
|
|
(4702,0,0,0,0,0,2767,2768,10915,0,'Ancient Kodo',NULL,NULL,0,36,37,0,15,0,1,1.14286,1,0,51,68,0,124,1,3000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,4702,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,7271,0,0,0,0,0,0,1,0,0,'npc_aged_dying_ancient_kodo',12340),
|
|
(4703,0,0,0,0,0,1232,0,0,0,'Raging Kodo','',NULL,0,37,39,0,14,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,7271,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4704,0,0,0,0,0,9437,0,0,0,'Maraudine Pack Runner','',NULL,0,39,39,0,134,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(4705,0,0,0,0,0,4707,4708,11303,11304,'Burning Blade Invoker',NULL,NULL,0,39,40,0,554,0,1.1,1.14286,1,0,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,4705,0,0,0,0,0,0,0,0,11829,16536,0,0,0,0,0,0,0,0,58,80,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4706,0,0,0,0,0,7206,0,0,0,'Razzeric',NULL,NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4707,0,0,0,0,0,11573,0,0,0,'Zuzubee','Race Announcer',NULL,0,35,35,0,35,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4708,0,0,0,0,0,7182,0,0,0,'Shreev',NULL,NULL,0,39,39,0,474,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4709,0,0,0,0,0,7211,0,0,0,'Zamek',NULL,NULL,0,30,30,0,35,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4710,0,0,0,0,0,2736,0,0,0,'Gray Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4711,0,0,0,0,0,11264,0,0,0,'Slitherblade Naga',NULL,NULL,0,32,33,0,74,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,4711,4711,0,0,0,0,0,0,0,7947,0,0,0,0,0,0,0,0,0,50,70,'',1,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4712,0,0,0,0,0,11266,0,0,0,'Slitherblade Sorceress',NULL,NULL,0,32,33,0,74,0,1.02,1.14286,1,0,33,45,0,49,1,2000,2000,8,32768,2048,0,0,0,0,0,0,28,41,17,7,0,4712,4712,0,0,0,0,0,0,0,12544,20819,0,0,0,0,0,0,0,0,44,62,'',1,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4713,0,0,0,0,0,6747,0,0,0,'Slitherblade Warrior',NULL,NULL,0,33,34,0,74,0,1.02,1.14286,1,0,47,63,0,114,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,48,11,7,0,4713,4713,0,0,0,0,0,0,0,9080,11977,7165,7947,0,0,0,0,0,0,53,74,'',1,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4714,0,0,0,0,0,6748,0,0,0,'Slitherblade Myrmidon',NULL,NULL,0,34,35,0,74,0,1.02,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,4714,4714,0,0,0,0,0,0,0,7947,0,0,0,0,0,0,0,0,0,54,75,'',1,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4715,0,0,0,0,0,11265,0,0,0,'Slitherblade Razortail',NULL,NULL,0,35,36,0,74,0,1.02,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4715,4715,0,0,0,0,0,0,0,8393,7947,0,0,0,0,0,0,0,0,59,81,'',0,3,1,1.15,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4716,0,0,0,0,0,11267,0,0,0,'Slitherblade Tidehunter',NULL,NULL,0,36,37,0,74,0,1.02,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,4716,4716,0,0,0,0,0,0,0,10277,865,0,0,0,0,0,0,0,0,53,74,'',0,3,1,1.15,1,1,0,6245,15881,0,0,0,0,0,1,0,0,'',12340),
|
|
(4717,0,0,0,0,0,6749,0,0,0,'Slitherblade Tide Priestess','',NULL,0,33,34,0,74,0,1.2,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,0,0,0,0,0,0,0,0,0,10577,9734,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4718,0,0,0,0,0,6750,0,0,0,'Slitherblade Oracle',NULL,NULL,0,34,34,0,74,0,1.02,1.14286,1,0,44,58,0,106,1,2000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,4718,4718,0,0,0,0,0,0,0,11436,0,0,0,0,0,0,0,0,0,49,69,'',0,3,1,1.1,1,1,0,6442,15881,0,0,0,0,0,1,0,0,'',12340),
|
|
(4719,0,0,0,0,0,6749,0,0,0,'Slitherblade Sea Witch',NULL,NULL,0,35,36,0,74,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,4719,4719,0,0,0,0,0,0,0,27618,12544,0,0,0,0,0,0,0,0,52,73,'',0,3,1,1.15,1,1,0,6245,15881,0,0,0,0,0,1,0,0,'',12340),
|
|
(4720,0,0,0,0,0,5443,0,0,0,'Rizzle Brassbolts',NULL,NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4721,0,0,0,0,0,2738,0,0,0,'Zangen Stonehoof',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4722,0,0,0,0,0,2739,0,0,0,'Rau Cliffrunner',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4723,0,0,0,0,0,7207,0,0,0,'Foreman Cozzle',NULL,NULL,0,38,38,0,47,0,1,1.14286,1,0,49,65,0,120,1,2000,1771,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,4723,4723,0,0,0,0,0,0,0,9532,4979,184,0,0,0,0,0,0,0,57,79,'',0,3,1,1.15,1,1,0,3917,5851,0,0,0,0,0,1,0,0,'',12340),
|
|
(4724,0,0,0,0,0,6076,0,0,0,'Sandstrider',NULL,NULL,0,30,31,0,189,0,1.08,1.14286,1,0,44,58,0,106,1,1710,1881,1,0,2048,0,12,0,0,0,0,30,44,9,1,1,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8292,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4725,0,0,0,0,0,2741,0,0,0,'Crazed Sandstrider','',NULL,0,37,39,0,16,0,1.2,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,12,0,0,0,0,37,55,13,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5922,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4726,0,0,0,0,0,2742,0,0,0,'Raging Thunder Lizard',NULL,NULL,0,33,34,0,14,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,1,0,4726,0,100011,0,0,0,0,0,0,5401,8599,20536,20543,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4727,0,0,0,0,0,2764,0,0,0,'Elder Thunder Lizard',NULL,NULL,0,37,38,0,14,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,1,0,4727,0,100013,0,0,0,0,0,0,5401,20536,20535,20543,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4728,0,0,0,0,0,1074,0,0,0,'Gritjaw Basilisk',NULL,NULL,0,31,32,0,49,0,1.11111,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,0,0,0,0,0,31,46,10,1,0,4728,0,100011,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4729,0,0,0,0,0,7345,0,0,0,'Hulking Gritjaw Basilisk',NULL,NULL,0,35,36,0,49,0,1.11111,0.71429,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,1,0,4729,0,100013,0,0,0,0,0,0,3636,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(4730,0,0,0,0,0,2788,0,0,0,'Lelanai','Saber Handler',NULL,3185,35,35,0,80,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4731,0,0,0,0,0,2789,0,0,0,'Zachariah Post','Undead Horse Merchant',NULL,4005,30,30,0,68,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4732,0,0,0,0,0,3274,0,0,0,'Randal Hunter','Riding Trainer',NULL,4018,10,10,0,12,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,1,0,0,1,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4752,0,0,0,0,0,4464,0,0,0,'Kildar','Riding Trainer',NULL,4020,50,50,0,29,83,1,1.38571,1,0,85,112,0,206,1,2000,1661,1,512,2048,0,0,1,0,0,2,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4753,0,0,0,0,0,5070,0,0,0,'Jartsam','Riding Trainer',NULL,4019,45,45,0,80,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,1,0,0,4,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4772,0,0,0,0,0,3410,0,0,0,'Ultham Ironhorn','Riding Trainer',NULL,4014,10,10,0,55,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,1,0,0,3,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4773,0,0,0,0,0,3945,0,0,0,'Velma Warnam','Riding Trainer',NULL,4015,30,30,0,68,83,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,1,0,0,5,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4775,0,0,0,0,0,2811,0,0,0,'Felicia Doan','Trade Supplies',NULL,0,30,30,0,68,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4777,0,0,0,0,0,2786,0,0,0,'White Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4778,0,0,0,0,0,2787,0,0,0,'Frost Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4779,0,0,0,0,0,2785,0,0,0,'Brown Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4780,0,0,0,0,0,2784,0,0,0,'Black Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(4781,0,0,0,0,0,2838,0,0,0,'Snufflenose Gopher',NULL,NULL,0,1,1,0,7,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(4782,0,0,0,0,0,7009,0,0,0,'Truk Wildbeard','Bartender',NULL,0,50,50,0,694,642,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4783,0,0,0,0,0,5226,0,0,0,'Dawnwatcher Selgorm','The Argent Dawn',NULL,0,25,25,0,814,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4784,0,0,0,0,0,5084,0,0,0,'Argent Guard Manados','The Argent Dawn',NULL,0,23,23,0,814,2,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4785,0,0,0,0,0,2830,0,0,0,'Illusionary Nightmare',NULL,NULL,0,29,30,0,16,0,1.07,1.14286,1,0,42,56,0,102,1,1720,1892,1,0,2048,0,0,0,0,0,0,29,42,9,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4786,0,0,0,0,0,5225,0,0,0,'Dawnwatcher Shaedlass','The Argent Dawn',NULL,0,22,22,0,814,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4787,0,0,0,0,0,4946,0,0,0,'Argent Guard Thaelrid','The Argent Dawn',NULL,0,20,20,0,80,2,1.2,1.14286,1,0,29,39,0,70,1.7,2000,1991,1,33536,2048,0,0,0,0,0,0,20,30,4,7,0,4787,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4788,0,0,0,0,0,2012,0,0,0,'Fallenroot Satyr',NULL,NULL,0,20,21,0,128,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,3,0,4788,4788,0,0,0,0,0,0,0,6713,7164,0,0,0,0,0,0,0,0,95,129,'',0,3,1,1,1,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4789,0,0,0,0,0,2011,0,0,0,'Fallenroot Rogue','',NULL,0,21,21,0,128,0,1.05,1.14286,1,0,31,40,0,74,1,2000,2000,1,16,2048,0,0,0,0,0,0,21,30,4,3,0,4789,4789,0,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,0,0,109,148,'',0,3,1,1,1,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4791,0,0,0,0,0,4685,0,0,0,'Nazeer Bloodpike','',NULL,0,48,48,0,125,2,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,4608,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4792,0,0,0,0,0,4686,0,0,0,'\"Swamp Eye\" Jarl','',NULL,0,42,42,0,35,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4794,0,0,0,0,0,4826,0,0,0,'Morgan Stern','',NULL,4576,36,36,0,894,2,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4795,0,0,0,0,0,1923,0,0,0,'Force of Nature',NULL,NULL,0,16,17,0,90,0,1,1.14286,1,0,25,33,0,60,1,1850,2035,1,0,2048,0,0,0,0,0,0,17,25,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4798,0,0,0,0,0,2014,0,0,0,'Fallenroot Shadowstalker','',NULL,0,22,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1613,2,64,2048,0,0,0,0,0,0,21,31,5,3,0,4798,4798,0,0,0,0,0,0,0,6205,0,0,0,0,0,0,0,0,0,108,146,'SmartAI',1,3,1,3,1,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4799,0,0,0,0,0,2021,0,0,0,'Fallenroot Hellcaller','',NULL,0,22,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1613,2,64,2048,0,0,0,0,0,0,21,31,5,3,0,4799,4799,0,0,0,0,0,0,0,9613,8129,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,3,1.5,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4802,0,0,0,0,0,4983,0,0,0,'Blackfathom Tide Priestess','',NULL,0,20,21,0,128,0,1,1.14286,1,0,28,38,0,68,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,29,4,7,0,4802,4802,0,0,0,0,0,0,0,9672,11642,0,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,1,2,1,0,6995,5952,0,0,0,0,0,1,0,0,'',12340),
|
|
(4803,0,0,0,0,0,4976,0,0,0,'Blackfathom Oracle','',NULL,0,21,21,0,128,0,1,1.14286,1,0,28,38,0,68,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,29,4,7,0,4803,4803,0,0,0,0,0,0,0,11986,8363,0,0,0,0,0,0,0,0,101,136,'',1,3,1,1,2,1,0,6995,5952,0,0,0,0,0,1,0,0,'',12340),
|
|
(4805,0,0,0,0,0,4982,0,0,0,'Blackfathom Sea Witch','',NULL,0,22,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1613,2,32832,2048,0,0,0,0,0,0,21,31,5,7,0,4805,4805,0,0,0,0,0,0,0,12544,122,15044,0,0,0,0,0,0,0,113,152,'SmartAI',1,3,1,3,2,1,0,6995,5952,0,0,0,0,0,1,0,0,'',12340),
|
|
(4807,0,0,0,0,0,4762,0,0,0,'Blackfathom Myrmidon','',NULL,0,22,22,0,128,0,1.2,1.14286,1,1,32,42,0,78,1.7,2000,1613,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,4807,4807,0,0,0,0,0,0,0,8379,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,4.5,1,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4809,0,0,0,0,0,2882,2883,2884,2885,'Twilight Acolyte','',NULL,0,22,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1604,2,64,2048,0,0,0,0,0,0,21,31,5,7,0,4809,4809,0,0,0,0,0,0,0,2055,8362,0,0,0,0,0,0,0,0,119,160,'SmartAI',1,3,1,3,1,1,0,6914,5879,0,0,0,0,0,1,0,0,'',12340),
|
|
(4810,0,0,0,0,0,2898,2899,2900,2901,'Twilight Reaver','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,22,33,5,7,0,4810,4810,0,0,0,0,0,0,0,8374,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,3,2,1,0,5879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4811,0,0,0,0,0,2886,2887,2888,2889,'Twilight Aquamancer','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1567,2,64,2048,0,0,0,0,0,0,21,31,5,7,0,4811,4811,0,0,0,0,0,0,0,9672,0,0,0,0,0,0,0,0,0,120,162,'SmartAI',1,3,1,3,2,1,0,5879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4812,0,0,0,0,0,2894,2895,2896,2897,'Twilight Loreseeker','',NULL,0,22,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1613,2,64,2048,0,0,0,0,0,0,21,31,5,7,0,4812,4812,0,0,0,0,0,0,0,18972,8365,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,3,2,1,0,5879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4813,0,0,0,0,0,2876,2877,0,0,'Twilight Shadowmage','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,23,33,0,35,1.7,2000,1567,8,32832,2048,0,0,0,0,0,0,20,30,14,7,0,4813,4813,0,0,0,0,0,0,0,9613,7645,0,0,0,0,0,0,0,0,126,170,'SmartAI',1,3,1,3,2,1,0,5879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4814,0,0,0,0,0,2890,2891,2892,2893,'Twilight Elementalist','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,23,33,0,35,1.7,2000,1567,8,64,2048,0,0,0,0,0,0,20,30,14,7,0,4814,4814,0,0,0,0,0,0,0,8046,8052,8056,2609,0,0,0,0,0,0,130,175,'SmartAI',1,3,1,3,1.5,1,0,5879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4815,0,0,0,0,0,2835,0,0,0,'Murkshallow Snapclaw','',NULL,0,22,22,0,129,0,1.2,1.14286,1,1,32,42,0,78,1.7,2000,1613,1,64,2048,0,0,0,0,0,0,21,32,4,7,0,4815,4815,0,0,0,0,0,0,0,8379,0,0,0,0,0,0,0,0,0,115,155,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4816,0,0,0,0,0,3900,0,0,0,'Murkshallow Shellhide','',NULL,0,22,23,0,129,0,1.2,1.14286,1,1,33,44,0,80,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,75,75,75,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4818,0,0,0,0,0,4920,0,0,0,'Blindlight Murloc','',NULL,0,22,22,0,18,0,1.2,1.14286,1,1,32,42,0,78,1.7,2000,1613,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,4818,4818,0,0,0,0,0,0,0,7164,7405,0,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4819,0,0,0,0,0,11293,0,0,0,'Blindlight Muckdweller','',NULL,0,23,23,0,18,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1604,1,32832,2048,0,0,0,0,0,0,22,33,5,7,0,4819,4819,0,0,0,0,0,0,0,8382,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4820,0,0,0,0,0,3617,0,0,0,'Blindlight Oracle','',NULL,0,23,23,0,18,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1613,2,32832,2048,0,0,0,0,0,0,21,31,5,7,0,4820,4820,0,0,0,0,0,0,0,6063,9532,8362,0,0,0,0,0,0,0,116,156,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4821,0,0,0,0,0,981,0,0,0,'Skittering Crustacean','',NULL,0,22,22,0,350,0,1.2,1.14286,1,1,32,42,0,78,1.7,2000,1622,1,64,2048,0,8,0,0,0,0,21,32,4,1,1,4821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5842,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4822,0,0,0,0,0,1001,0,0,0,'Snapping Crustacean','',NULL,0,22,23,0,350,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1595,1,64,2048,0,8,0,0,0,0,22,33,5,1,1,4822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5843,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4823,0,0,0,0,0,9565,0,0,0,'Barbed Crustacean','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1604,1,64,2048,0,8,0,0,0,0,22,33,5,1,1,4823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5844,0,0,0,'SmartAI',1,3,1,2.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4824,0,0,0,0,0,1244,0,0,0,'Aku\'mai Fisher','',NULL,0,22,23,0,350,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,32832,2048,0,21,0,0,0,0,22,33,5,1,1,4824,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5929,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4825,0,0,0,0,0,5026,0,0,0,'Aku\'mai Snapjaw','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1595,1,32832,2048,0,21,0,0,0,0,22,33,5,1,1,4825,0,100012,0,0,0,0,0,0,8391,0,0,0,0,0,0,0,5930,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4827,0,0,0,0,0,2836,0,0,0,'Deep Pool Threshfin','',NULL,0,22,23,0,16,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1595,1,32832,2048,0,0,0,0,0,0,22,33,5,1,0,4827,0,100007,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4829,0,0,0,0,0,2837,0,0,0,'Aku\'mai','',NULL,0,24,24,0,128,0,1.2,1.14286,1,1,34,46,0,84,1.7,2000,1558,1,32832,2048,0,0,0,0,0,0,23,34,6,10,0,4829,0,100012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4830,0,0,0,0,0,1816,0,0,0,'Old Serra\'kis','',NULL,0,24,24,0,16,0,1.2,1.14286,1,1,34,46,0,84,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,23,34,6,1,0,4830,0,4830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4831,0,0,0,0,0,4979,0,0,0,'Lady Sarevess','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,31,41,0,74,1.7,2000,1595,2,32832,2048,0,0,0,0,0,0,21,31,5,7,0,4831,4831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,328,'SmartAI',1,3,1,8,3,1,0,5952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4832,0,0,0,0,0,4939,0,0,0,'Twilight Lord Kelris','',NULL,0,24,24,0,128,0,1.2,1.14286,1,1,32,43,0,78,1.7,2000,1567,2,64,2048,0,0,0,0,0,0,22,32,6,7,0,4832,4832,0,0,0,0,0,0,0,15587,8399,0,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,8,2.5,1,0,5881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4834,0,0,0,0,0,4675,4676,19835,19836,'Theramore Infiltrator','',NULL,0,35,36,0,149,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,4834,4834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4841,0,0,0,0,0,2850,0,0,0,'Deadmire','',NULL,0,41,41,0,16,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,32768,2048,0,6,0,0,0,0,41,60,15,1,1,4841,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5858,0,0,0,'',2,3,1,1.2,1,1,0,5945,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4842,0,0,0,0,0,6102,0,0,0,'Earthcaller Halmgar',NULL,NULL,0,27,27,0,152,0,1.15,1.14286,1,2,36,47,0,86,7.5,1341,1475,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,4842,0,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,283,374,'SmartAI',1,3,1,3.5,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4844,0,0,0,0,0,6051,0,0,0,'Shadowforge Surveyor',NULL,NULL,0,35,36,0,54,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,4844,4844,0,0,0,0,0,0,0,9053,12544,11831,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1.15,2,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4845,0,0,0,0,0,6053,0,0,0,'Shadowforge Ruffian',NULL,NULL,0,35,36,0,54,0,1,1.14286,1,0,50,66,0,120,1,2300,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4845,4845,0,0,0,0,0,0,0,11978,0,0,0,0,0,0,0,0,0,228,303,'SmartAI',1,3,1,1.15,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4846,0,0,0,0,0,6052,0,0,0,'Shadowforge Digger',NULL,NULL,0,35,36,0,54,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,4846,4846,0,0,0,0,0,0,0,11971,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,3,1,1.15,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4847,0,0,0,0,0,6054,0,0,0,'Shadowforge Relic Hunter',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1475,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,4847,4847,0,0,0,0,0,0,0,6064,2767,6726,0,0,0,0,0,0,0,225,298,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4848,0,0,0,0,0,6055,0,0,0,'Shadowforge Darkcaster',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1384,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,4848,4848,0,0,0,0,0,80,0,9081,15800,0,0,0,0,0,0,0,0,257,341,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4849,0,0,0,0,0,6067,0,0,0,'Shadowforge Archaeologist',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,4849,4849,0,0,0,0,0,0,0,7164,6713,11972,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(4850,0,0,0,0,0,722,0,0,0,'Stonevault Cave Lurker',NULL,NULL,0,37,38,0,59,0,1,1.14286,1,1,53,70,0,128,2.4,2000,1475,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,4850,4850,0,0,0,0,0,0,0,8721,0,0,0,0,0,0,0,0,0,249,330,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4851,0,0,0,0,0,721,0,0,0,'Stonevault Rockchewer',NULL,NULL,0,36,37,0,59,0,1,1.14286,1,0,51,68,0,124,2.4,2500,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,4851,4851,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,232,308,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4852,0,0,0,0,0,160,0,0,0,'Stonevault Oracle',NULL,NULL,0,37,37,0,59,0,1,1.14286,1,1,48,63,0,116,2.4,2000,1475,2,0,2048,0,0,0,0,0,0,33,48,11,7,0,4852,4852,0,0,0,0,0,0,0,8005,945,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4853,0,0,0,0,0,1194,0,0,0,'Stonevault Geomancer',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1384,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,4853,4853,0,0,0,0,0,0,0,9053,10452,0,0,0,0,0,0,0,0,257,341,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4854,0,0,0,0,0,11165,0,0,0,'Grimlok','Stonevault Chieftain',NULL,0,40,40,0,59,0,1,1.14286,1,1,52,69,0,128,2.4,2000,1402,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,4854,4854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,512,'SmartAI',0,3,1,5,2,1,0,7670,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4855,0,0,0,0,0,11166,0,0,0,'Stonevault Brawler',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,4855,4855,0,0,0,0,0,0,0,3391,8599,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4856,0,0,0,0,0,722,0,0,0,'Stonevault Cave Hunter',NULL,NULL,0,36,37,0,59,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,4856,4856,0,0,0,0,0,0,0,6533,10277,0,0,0,0,0,0,0,0,228,303,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4857,0,0,0,0,0,10805,0,0,0,'Stone Keeper',NULL,NULL,0,40,40,0,59,0,1,1.14286,1,1,56,74,0,136,2.4,2800,1384,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,4857,0,0,0,0,0,0,0,0,5568,9874,0,0,0,0,0,0,0,0,322,425,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4860,0,0,0,0,0,2234,0,0,0,'Stone Steward',NULL,NULL,0,39,39,0,415,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,4860,0,0,0,0,0,0,0,0,6524,0,0,0,0,0,0,0,0,0,297,393,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4861,0,0,0,0,0,1954,0,0,0,'Shrike Bat',NULL,NULL,0,37,38,0,411,0,1,1.14286,1,1,53,70,0,128,2.4,2000,1485,1,0,2048,0,24,0,0,0,0,36,53,13,1,1,4861,0,4861,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,5791,0,0,0,'SmartAI',1,3,1,3,1,1,0,7679,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4862,0,0,0,0,0,1954,0,0,0,'Rabid Shrike Bat','',NULL,0,60,60,0,411,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,24,0,0,0,0,72,106,26,1,1,0,0,0,0,0,0,0,0,0,8281,3150,0,0,0,0,0,0,5792,0,0,0,'',0,3,1,3,1,1,0,7679,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(4863,0,0,0,0,0,4486,0,0,0,'Jadespine Basilisk',NULL,NULL,0,37,38,0,49,0,1.11111,1.14286,1,1,53,70,0,128,2.4,2000,1475,1,0,2048,0,0,0,0,0,0,36,53,13,1,0,4863,0,4863,0,0,0,0,0,0,3636,9906,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,7680,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4872,0,0,0,0,0,2695,0,0,0,'Obsidian Golem',NULL,NULL,0,37,37,0,54,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,9,0,4872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(4875,0,0,0,0,0,4202,0,0,0,'Turhaw','Butcher',NULL,0,40,40,0,29,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4876,0,0,0,0,0,4306,0,0,0,'Jawn Highmesa','General Goods',NULL,0,35,35,0,104,386,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4877,0,0,0,0,0,4529,0,0,0,'Jandia','Trade Supplies',NULL,0,37,37,0,104,130,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4878,0,0,0,0,0,4308,0,0,0,'Montarr','Lorekeeper',NULL,0,36,36,0,104,2178,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,4608,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4879,0,0,0,0,0,10704,0,0,0,'Ogg\'marr','Butcher',NULL,0,40,40,0,29,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4880,0,0,0,0,0,4684,0,0,0,'\"Stinky\" Ignatz',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4881,0,0,0,0,0,1120,0,0,0,'Varng','Turtle Trainer',NULL,0,39,39,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4882,0,0,0,0,0,10704,0,0,0,'[UNUSED] Om\'kan','Spider Trainer','',0,41,41,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4883,0,0,0,0,0,10704,0,0,0,'Krak','Armorer',NULL,0,43,43,0,29,4224,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4884,0,0,0,0,0,10704,0,0,0,'Zulrg','Weaponsmith',NULL,0,43,43,0,29,4224,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4885,0,0,0,0,0,4825,0,0,0,'Gregor MacVince','Horse Breeder',NULL,4004,35,35,0,894,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4886,0,0,0,0,0,11038,0,0,0,'Hans Weston','Armorer & Shieldsmith',NULL,0,37,37,0,894,4224,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4887,0,0,0,0,0,5027,0,0,0,'Ghamoo-ra','',NULL,0,23,23,0,128,0,1.2,1.14286,1,1,33,44,0,80,1.7,2000,1604,1,32832,2048,0,21,0,0,0,0,22,33,5,1,1,4887,0,100007,0,75,0,0,0,0,0,0,0,0,0,0,0,0,5932,0,0,0,'SmartAI',1,3,1,6,1,20,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4888,0,0,0,0,0,4859,0,0,0,'Marie Holdston','Weaponsmith',NULL,0,37,37,0,894,4224,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4889,0,0,0,0,0,4828,0,0,0,'Torq Ironblast','Gunsmith',NULL,0,40,40,0,55,4482,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4890,0,0,0,0,0,4833,0,0,0,'Piter Verance','Weaponsmith & Armorer',NULL,0,41,41,0,894,4224,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4891,0,0,0,0,0,4853,0,0,0,'Dwane Wertle','Chef',NULL,0,28,28,0,894,642,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4892,0,0,0,0,0,4827,0,0,0,'Jensen Farran','Bowyer',NULL,0,37,37,0,894,4482,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4893,0,0,0,0,0,4858,0,0,0,'Bartender Lillian','Bartender',NULL,0,45,45,0,894,642,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4894,0,0,0,0,0,4831,0,0,0,'Craig Nollward','Cook',NULL,0,32,32,0,894,640,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4895,0,0,0,0,0,2903,0,0,0,'Smiling Jim','',NULL,541,35,35,0,1075,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4896,0,0,0,0,0,4854,0,0,0,'Charity Mipsy','General Goods',NULL,0,35,35,0,894,386,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4897,0,0,0,0,0,4855,0,0,0,'Helenia Olden','Trade Supplies',NULL,0,34,34,0,894,130,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4898,0,0,0,0,0,4830,0,0,0,'Brant Jasperbloom','Herbalism Trainer',NULL,0,37,37,0,894,83,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,2,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4899,0,0,0,0,0,4857,0,0,0,'Uma Bartulm','Herbalism & Alchemy Supplies',NULL,0,37,37,0,894,130,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4900,0,0,0,0,0,4832,0,0,0,'Alchemist Narett','Alchemy Trainer',NULL,4122,37,37,0,894,83,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,2,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4901,0,0,0,0,0,13169,0,0,0,'Sara Pierce','',NULL,0,2,2,0,894,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4902,0,0,0,0,0,4834,0,0,0,'Mikal Pierce','',NULL,0,38,38,0,894,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4921,0,0,0,0,0,2910,0,0,0,'Guard Byron','',NULL,8840,40,40,0,150,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4922,0,0,0,0,0,3138,0,0,0,'Guard Edward','',NULL,0,50,50,0,151,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4923,0,0,0,0,0,3139,0,0,0,'Guard Jarad','',NULL,0,50,50,0,1622,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4924,0,0,0,0,0,3136,0,0,0,'Combat Master Criton','',NULL,0,55,55,0,894,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4926,0,0,0,0,0,2972,0,0,0,'Krog','',NULL,1186,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4941,0,0,0,0,0,2950,0,0,0,'Caz Twosprocket','',NULL,12846,35,35,0,64,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4942,0,0,0,0,0,1634,0,0,0,'Test Petition Giver','Test',NULL,0,12,12,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4943,0,0,0,0,0,2951,0,0,0,'Mosarn',NULL,NULL,0,30,30,0,83,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4944,0,0,0,0,0,2952,0,0,0,'Captain Garran Vimes','',NULL,1161,50,50,0,1077,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4945,0,0,0,0,0,10318,0,0,0,'Goblin Drag Car',NULL,NULL,0,32,32,0,35,0,4,4.28571,1,0,45,60,0,108,1,2000,2000,1,768,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,260,1,16384,2,'',12340),
|
|
(4946,0,0,0,0,0,2490,0,0,0,'Gnome Drag Car',NULL,NULL,0,32,32,0,35,0,4,4.28571,1,0,45,60,0,108,1,2000,2000,1,768,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,260,1,16384,2,'',12340),
|
|
(4947,0,0,0,0,0,4839,4840,0,0,'Theramore Lieutenant',NULL,NULL,0,52,52,0,150,2,1.21,1.14286,1,0,87,117,0,214,1,1490,1639,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4948,0,0,0,0,0,2953,0,0,0,'Adjutant Tesoran','',NULL,0,35,35,0,1075,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4949,0,0,0,0,0,4527,0,0,0,'Thrall','Warchief',NULL,3664,83,83,2,1734,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,59716,59717,0,0,0,0,0,0,0,0,700000,750000,'',0,3,1,400,30,1,1,0,0,0,0,0,0,0,1,617299967,0,'npc_thrall_warchief',12340),
|
|
(4950,0,0,0,0,0,1100,0,0,0,'Spot','',NULL,0,35,35,0,150,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,1,0,0,0,0,33,49,11,1,1,4950,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8299,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4951,0,0,0,0,0,4836,4837,0,0,'Theramore Practicing Guard','',NULL,0,48,51,0,1096,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4952,0,0,0,0,0,3019,0,0,0,'Theramore Combat Dummy','',NULL,0,1,1,0,1095,0,1,1,1,0,2,2,0,24,1,2000,2000,1,131072,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(4953,0,0,0,0,0,1986,1987,2954,2956,'Moccasin','',NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(4954,0,0,0,0,0,3957,0,0,0,'Uttnar','Butcher',NULL,0,36,36,0,29,642,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4955,0,0,0,0,0,3020,0,0,0,'Theramore Archery Target 1','',NULL,0,1,1,0,151,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(4957,0,0,0,0,0,3019,0,0,0,'Theramore Combat Dummy 4','',NULL,0,1,1,0,1095,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(4958,0,0,0,0,0,985,0,0,0,'Haunting Spirit',NULL,NULL,0,20,20,0,16,0,1.03,1.14286,1,0,29,39,0,70,1,1800,1980,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(4959,0,0,0,0,0,4469,0,0,0,'Jorgen',NULL,NULL,0,15,15,0,12,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4960,0,0,0,0,0,2961,0,0,0,'Bishop DeLavey',NULL,NULL,0,32,32,0,12,2,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4961,0,0,0,0,0,3238,0,0,0,'Dashel Stonefist',NULL,NULL,0,26,26,0,84,2,1,1.14286,1,0,37,49,0,90,1,1500,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4962,0,0,0,0,0,2963,0,0,0,'Tapoke \"Slim\" Jahn',NULL,NULL,0,34,34,0,123,2,1,1,1,0,47,63,0,114,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,113,1,0,0,'npc_tapoke_slim_jahn',12340),
|
|
(4963,0,0,0,0,0,2964,0,0,0,'Mikhail','Bartender',NULL,1100,30,30,0,12,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_mikhail',12340),
|
|
(4964,0,0,0,0,0,2965,0,0,0,'Commander Samaul','',NULL,0,40,40,0,894,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4965,0,0,0,0,0,2966,0,0,0,'Pained','',NULL,0,45,45,0,1077,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4966,0,0,0,0,0,2967,0,0,0,'Private Hendel','',NULL,0,35,35,0,1077,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,4966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_private_hendel',12340),
|
|
(4967,0,0,0,0,0,2969,0,0,0,'Archmage Tervosh','',NULL,5301,38,38,0,1077,3,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4968,0,0,0,0,0,30863,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore',NULL,2465,83,83,2,1096,3,1,1,1,3,370,531,0,343,35,2000,2000,8,64,2048,0,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,20692,20681,0,0,0,0,0,0,0,0,700000,750000,'',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,617299967,2,'npc_lady_jaina_proudmoore',12340),
|
|
(4969,0,0,0,0,0,4470,0,0,0,'Old Town Thug',NULL,NULL,0,25,26,0,17,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,4969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4970,0,0,0,0,0,4283,4284,0,0,'Defias Agent','',NULL,0,24,25,0,17,0,1.2,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,744,24825,7992,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4971,0,0,0,0,0,3509,3510,0,0,'Slim\'s Friend',NULL,NULL,0,34,34,0,17,0,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,2,512,2048,0,0,0,0,0,0,39,45,10,7,0,0,0,0,0,0,0,0,0,0,2589,744,7992,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4972,0,0,0,0,0,2971,0,0,0,'Kagoro',NULL,NULL,0,40,40,0,83,0,1.14,1.14286,1,0,56,74,0,136,1,1610,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4973,0,0,0,0,0,4835,0,0,0,'Guard Lasiter','',NULL,0,50,50,0,1077,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4974,0,0,0,0,0,2974,0,0,0,'Aldwin Laughlin','Guild Master',NULL,708,50,50,0,12,786433,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4975,0,0,0,0,0,3020,0,0,0,'Theramore Archery Target 2','',NULL,0,1,1,0,151,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(4976,0,0,0,0,0,2973,0,0,0,'Elise Laughlin','Guild Tabard Designer',NULL,0,25,25,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4977,0,0,0,0,0,1819,0,0,0,'Murkshallow Softshell','',NULL,0,23,23,0,129,0,0.58,1.14286,1,0,33,44,0,80,1,2000,1936,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,4977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4978,0,0,0,0,0,110,0,0,0,'Aku\'mai Servant','',NULL,0,23,23,0,128,0,2.26,1.14286,1,1,31,41,0,74,7.5,2000,1576,2,64,2048,0,0,0,0,0,0,21,31,5,4,0,4978,0,0,0,0,0,0,0,0,8398,865,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4979,0,0,0,0,0,2978,2977,2979,2980,'Theramore Guard','',NULL,8851,53,57,0,150,1,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,4979,4979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4980,0,0,0,0,0,2976,0,0,0,'Paval Reethe','',NULL,0,35,35,0,35,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,768,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4981,0,0,0,0,0,5547,0,0,0,'Ben Trias','Apprentice of Cheese',NULL,685,25,25,0,12,641,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4982,0,0,0,0,0,262,0,0,0,'Thomas','Altar Boy',NULL,0,1,1,0,12,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4983,0,0,0,0,0,10704,0,0,0,'Ogron','',NULL,0,35,35,0,232,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,4096,4983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4984,0,0,0,0,0,5078,0,0,0,'Argos Nightwhisper',NULL,NULL,12093,20,20,0,80,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4985,0,0,0,0,0,2575,0,0,0,'World Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4986,0,0,0,0,0,2575,0,0,0,'World Hunter Trainer','Hunter Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4987,0,0,0,0,0,2575,0,0,0,'World Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4988,0,0,0,0,0,2575,0,0,0,'World Paladin Trainer','Paladin Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4989,0,0,0,0,0,2575,0,0,0,'World Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4990,0,0,0,0,0,2575,0,0,0,'World Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4991,0,0,0,0,0,2575,0,0,0,'World Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4992,0,0,0,0,0,2575,0,0,0,'World Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4993,0,0,0,0,0,2575,0,0,0,'World Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4994,0,0,0,0,0,2575,0,0,0,'World Wolf Trainer','Wolf Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4995,0,0,0,0,0,2989,2990,2991,2992,'Stockade Guard',NULL,NULL,0,45,45,0,11,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,4995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(4996,0,0,0,0,0,2985,2986,2987,2988,'Injured Stockade Guard',NULL,NULL,0,45,45,0,12,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4997,0,0,0,0,0,2575,0,0,0,'World Fishing Trainer','Fishing Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4998,0,0,0,0,0,2575,0,0,0,'World Herbalism Trainer','Herbalism Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(4999,0,0,0,0,0,2575,0,0,0,'World Mining Trainer','Mining Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5000,0,0,0,0,0,2575,0,0,0,'World Hunter Beast Trainer','Hunter Beast Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5001,0,0,0,0,0,2575,0,0,0,'World Bird Trainer','Bird Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5002,0,0,0,0,0,2575,0,0,0,'World Boar Trainer','Boar Pet Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5003,0,0,0,0,0,2575,0,0,0,'World Cat Trainer','Cat Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5004,0,0,0,0,0,2575,0,0,0,'World Crawler Trainer','Crawler Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5005,0,0,0,0,0,2575,0,0,0,'World Crocodile Trainer','Crocodile Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5006,0,0,0,0,0,2575,0,0,0,'World Demon Trainer - old','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5007,0,0,0,0,0,2575,0,0,0,'World Felhunter Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5008,0,0,0,0,0,2575,0,0,0,'World Gorilla Trainer','Gorilla Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5009,0,0,0,0,0,2575,0,0,0,'World Horse Trainer','Horse Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5010,0,0,0,0,0,2575,0,0,0,'World Imp Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5011,0,0,0,0,0,2575,0,0,0,'World Raptor Trainer','Raptor Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5012,0,0,0,0,0,2575,0,0,0,'World Scorpid Trainer','Scorpid Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5013,0,0,0,0,0,2575,0,0,0,'World Spider Trainer','Spider Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5014,0,0,0,0,0,2575,0,0,0,'World Succubus Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5015,0,0,0,0,0,2575,0,0,0,'World Tallstrider Trainer','Tallstrider Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5016,0,0,0,0,0,2575,0,0,0,'World Voidwalker Trainer','UNUSED',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5017,0,0,0,0,0,2575,0,0,0,'World Turtle Trainer','Turtle Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5018,0,0,0,0,0,2575,0,0,0,'World Portal: Darnassus Trainer','Portal: Darnassus Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5019,0,0,0,0,0,2575,0,0,0,'World Portal: Ironforge Trainer','Portal: Ironforge Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5020,0,0,0,0,0,2575,0,0,0,'World Portal: Orgrimmar Trainer','Portal: Orgrimmar Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5021,0,0,0,0,0,2575,0,0,0,'World Portal: Stormwind Trainer','Portal: Stormwind Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5022,0,0,0,0,0,2575,0,0,0,'World Portal: Thunder Bluff Trainer','Portal: Thunder Bluff Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5023,0,0,0,0,0,2575,0,0,0,'World Portal: Undercity Trainer','Portal: Undercity Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5024,0,0,0,0,0,2575,0,0,0,'World First Aid Trainer','First Aid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5026,0,0,0,0,0,2575,0,0,0,'World Horse Riding Trainer','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5027,0,0,0,0,0,2575,0,0,0,'World Lockpicking Trainer','Lockpicking Trainer',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5028,0,0,0,0,0,2575,0,0,0,'World Ram Riding Trainer','Ram Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5029,0,0,0,0,0,2575,0,0,0,'World Survival Trainer','Survival Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5030,0,0,0,0,0,2575,0,0,0,'World Tiger Riding Trainer','Tiger Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5031,0,0,0,0,0,2575,0,0,0,'World Wolf Riding Trainer','Wolf Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5032,0,0,0,0,0,2575,0,0,0,'World Alchemy Trainer','Grand Master Alchemy Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5033,0,0,0,0,0,2575,0,0,0,'World Blacksmith Trainer','Blacksmith Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5034,0,0,0,0,0,2575,0,0,0,'World Brewing Trainer','Brewing Trainer',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5035,0,0,0,0,0,2575,0,0,0,'World Cartography Trainer','Cartography Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5036,0,0,0,0,0,2575,0,0,0,'World Cooking Trainer','Cooking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5037,0,0,0,0,0,2575,0,0,0,'World Engineering Trainer','Engineering Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5038,0,0,0,0,0,2575,0,0,0,'World Enchanting Trainer','Enchanting Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5039,0,0,0,0,0,2575,0,0,0,'World Tracking Trainer','Tracking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5040,0,0,0,0,0,2575,0,0,0,'World Leatherworking Trainer','Leatherworking Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5041,0,0,0,0,0,2575,0,0,0,'World Tailoring Trainer','Tailoring Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5042,0,0,0,0,0,2993,0,0,0,'Nurse Lillian',NULL,NULL,0,30,30,0,12,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5043,0,0,0,0,0,2148,2145,2146,2147,'Defias Rioter',NULL,NULL,0,20,20,0,17,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5044,0,0,0,0,0,4671,4672,4673,4674,'Theramore Skirmisher',NULL,NULL,0,36,36,0,35,0,1.13,1.14286,1,0,50,66,0,120,1,1630,1793,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,5044,5044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5045,0,0,0,0,0,3003,0,0,0,'Private Hallan',NULL,NULL,0,36,36,0,35,0,1.12,1.14286,1,0,50,66,0,120,1,1650,1815,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,5045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5046,0,0,0,0,0,2994,0,0,0,'Lieutenant Caldwell',NULL,NULL,0,37,37,0,35,0,1.13,1.14286,1,0,51,68,0,124,1,1620,1782,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,5046,5046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,86,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5047,0,0,0,0,0,3001,0,0,0,'Ellaercia','Guild Tabard Designer',NULL,0,30,30,0,80,524288,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5048,0,0,0,0,0,4317,0,0,0,'Deviate Adder',NULL,NULL,0,18,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,32832,2048,0,35,0,0,0,0,19,27,3,1,1,5048,0,100009,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10543,0,0,0,'SmartAI',1,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5049,0,0,0,0,0,2999,0,0,0,'Lyesa Steelbrow','Tabard Vendor',NULL,9832,25,25,0,55,129,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5050,0,0,0,0,0,2997,0,0,0,'[UNUSED] Rallus','Guild Tabard Designer','',0,35,35,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5051,0,0,0,0,0,3000,0,0,0,'[UNUSED] Frewa','Guild Tabard Designer','',0,25,25,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5052,0,0,0,0,0,2998,0,0,0,'Edward Remington','Guild Tabard Designer',NULL,0,25,25,0,68,524417,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5053,0,0,0,0,0,2996,0,0,0,'Deviate Crocolisk',NULL,NULL,0,18,19,0,16,0,1,1.14286,1,0,27,37,0,68,1.7,2000,2000,1,32768,2048,0,6,0,0,0,0,19,27,3,1,1,5053,0,100004,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5848,0,0,0,'SmartAI',1,3,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5054,0,0,0,0,0,3002,0,0,0,'Krumn','Guild Master',NULL,5461,50,50,0,104,786433,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5055,0,0,0,0,0,8172,0,0,0,'Deviate Lasher',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,0,27,37,0,68,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,4,0,5055,0,0,0,0,0,0,0,0,7342,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5056,0,0,0,0,0,3006,0,0,0,'Deviate Dreadfang',NULL,NULL,0,19,19,0,270,0,1,1.42857,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,27,0,0,0,0,19,27,3,1,1,5056,0,100009,2,2,2,2,2,2,7399,0,0,0,0,0,0,0,8899,0,0,0,'SmartAI',1,1,1,3,1,1,0,6443,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5057,0,0,0,0,0,3016,21687,0,0,'Theramore Deserter','',NULL,0,37,37,0,1883,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,5057,5057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5058,0,0,0,0,0,246,0,0,0,'Wolfguard Worg','',NULL,0,20,20,0,24,0,1,1.14286,1,0,29,39,0,70,1.7,1500,1980,1,0,2048,0,1,0,0,0,0,20,30,4,1,0,5058,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5059,0,0,0,0,0,1348,0,0,0,'Galthogran the Callous','',NULL,0,40,40,0,134,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6067,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5060,0,0,0,0,0,2575,0,0,0,'World Banker','Banker',NULL,0,45,45,0,35,131073,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5061,0,0,0,0,0,2575,0,0,0,'World Guild Tabard Vendor','Guild Tabard Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5062,0,0,0,0,0,2575,0,0,0,'World Reagent Vendor','Reagents/Totems Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5063,0,0,0,0,0,365,0,0,0,'Pat\'s Test Kobold','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5064,0,0,0,0,0,2575,0,0,0,'World Trade Supplies','Trade Supplies',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5081,0,0,0,0,0,3010,0,0,0,'Connor Rivers','Apprentice Chef',NULL,0,25,25,0,12,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5082,0,0,0,0,0,3011,0,0,0,'Vincent Hyal',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5083,0,0,0,0,0,3014,0,0,0,'Clerk Lendry','',NULL,0,20,20,0,894,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5084,0,0,0,0,0,6449,0,0,0,'Ironforge Zinn','',NULL,0,42,42,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5085,0,0,0,0,0,2978,2977,2979,2980,'Sentry Point Guard','',NULL,0,32,33,0,150,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,32768,2048,0,0,0,0,0,0,32,47,10,7,0,5085,5085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,81,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5086,0,0,0,0,0,4667,0,0,0,'Captain Wymor','',NULL,8793,34,35,0,11,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,5086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,75,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5087,0,0,0,0,0,655,0,0,0,'Do\'gol','',NULL,0,30,30,0,83,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5088,0,0,0,0,0,3015,0,0,0,'Falgran Hastil',NULL,NULL,0,38,38,0,35,0,1,1.14286,1,0,53,70,0,128,1,2000,1793,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5089,0,0,0,0,0,3017,0,0,0,'Balos Jacken','',NULL,0,38,38,0,14,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,5089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5090,0,0,0,0,0,3137,0,0,0,'Combat Master Szigeti','',NULL,0,55,55,0,894,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5091,0,0,0,0,0,3138,0,0,0,'Guard Kahil','',NULL,0,50,50,0,151,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5092,0,0,0,0,0,3140,0,0,0,'Guard Lana','',NULL,0,50,50,0,151,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5093,0,0,0,0,0,3141,0,0,0,'Guard Narrisha','',NULL,0,50,50,0,151,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5094,0,0,0,0,0,3139,0,0,0,'Guard Tark','',NULL,0,50,50,0,151,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5095,0,0,0,0,0,3142,0,0,0,'Captain Andrews','Red Team Captain',NULL,0,53,53,0,894,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5096,0,0,0,0,0,3134,0,0,0,'Captain Thomas','Blue Team Captain',NULL,0,53,53,0,894,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5097,0,0,0,0,0,3123,0,0,0,'Lupine Delusion',NULL,NULL,0,20,21,0,24,0,1.47,1.14286,1,0,31,40,0,74,1,1466,1613,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5098,0,0,0,0,0,3036,0,0,0,'[UNUSED] Guffren Boulderbeard','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5099,0,0,0,0,0,3039,0,0,0,'Soleil Stonemantle','Banker',NULL,0,45,45,0,55,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5100,0,0,0,0,0,3040,0,0,0,'Fillius Fizzlespinner','Trade Supplies',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5101,0,0,0,0,0,3041,0,0,0,'Bryllia Ironbrand','General Goods',NULL,0,30,30,0,55,384,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5102,0,0,0,0,0,3042,0,0,0,'Dolman Steelfury','Weapon Merchant',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5103,0,0,0,0,0,3043,0,0,0,'Grenil Steelfury','Weapon Merchant',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5104,0,0,0,0,0,3048,0,0,0,'Laene Thundershot','Gun Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5105,0,0,0,0,0,3052,0,0,0,'Gilbin','Light Armor Merchant',NULL,0,30,30,0,875,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5106,0,0,0,0,0,3044,0,0,0,'Bromiir Ormsen','Heavy Armor Merchant',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5107,0,0,0,0,0,3045,0,0,0,'Mangorn Flinthammer','Heavy Armor Merchant',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5108,0,0,0,0,0,3049,0,0,0,'Raena Flinthammer','Light Armor Merchant',NULL,0,30,30,0,55,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5109,0,0,0,0,0,3050,0,0,0,'Myra Tyrngaarde','Bread Vendor',NULL,0,30,30,0,55,640,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5110,0,0,0,0,0,3046,0,0,0,'Barim Jurgenstaad','Reagents',NULL,0,30,30,0,55,2176,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5111,0,0,0,0,0,3047,0,0,0,'Innkeeper Firebrew','Innkeeper',NULL,345,30,30,0,55,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5112,0,0,0,0,0,3051,0,0,0,'Gwenna Firebrew','Barmaid',NULL,0,30,30,0,55,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5113,0,0,0,0,0,3054,0,0,0,'Kelv Sternhammer','Warrior Trainer',NULL,4570,45,45,0,55,51,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,1,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5114,0,0,0,0,0,3055,0,0,0,'Bilban Tosslespanner','Warrior Trainer',NULL,4568,45,45,0,875,51,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,1,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5115,0,0,0,0,0,3056,0,0,0,'Daera Brightspear','Hunter Trainer',NULL,4549,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,3,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5116,0,0,0,0,0,3072,0,0,0,'Olmin Burningbeard','Hunter Trainer',NULL,4550,50,50,0,55,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,3,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5117,0,0,0,0,0,3073,0,0,0,'Regnus Thundergranite','Hunter Trainer',NULL,4551,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,3,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5118,0,0,0,0,0,3074,0,0,0,'Brogun Stoneshield','Alterac Valley Battlemaster',NULL,6464,61,61,0,1216,1048577,1.77,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5119,0,0,0,0,0,3075,0,0,0,'Hegnar Swiftaxe','Axe Merchant',NULL,21225,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5120,0,0,0,0,0,3057,0,0,0,'Brenwyn Wintersteel','Blade Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5121,0,0,0,0,0,3076,0,0,0,'Kelomir Ironhand','Maces & Staves',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5122,0,0,0,0,0,3077,0,0,0,'Skolmin Goldfury','Bow Merchant',NULL,0,30,30,0,55,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5123,0,0,0,0,0,5408,0,0,0,'Bretta Goldfury','Gun Merchant',NULL,0,30,30,0,55,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5124,0,0,0,0,0,3078,0,0,0,'Sognar Cliffbeard','Meat Vendor',NULL,0,30,30,0,55,640,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5125,0,0,0,0,0,3079,0,0,0,'Dolkin Craghelm','Mail Armor Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5126,0,0,0,0,0,3080,0,0,0,'Olthran Craghelm','Heavy Armor Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5127,0,0,0,0,0,3104,0,0,0,'Fimble Finespindle','Leatherworking Trainer',NULL,4205,35,35,0,875,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5128,0,0,0,0,0,3105,0,0,0,'Bombus Finespindle','Leatherworking Supplies',NULL,0,30,30,0,55,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5129,0,0,0,0,0,3106,0,0,0,'Lissyphus Finespindle','Light Armor Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5130,0,0,0,0,0,3081,0,0,0,'Jondor Steelbrow','Guild Master',NULL,5462,60,60,0,55,786433,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5131,0,0,0,0,0,3060,0,0,0,'[UNUSED] Kiren Tyrngaarde','Bread Vendor','',0,30,30,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5132,0,0,0,0,0,3107,0,0,0,'Pithwick','Bag Vendor',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5133,0,0,0,0,0,3082,0,0,0,'Harick Boulderdrum','Wands Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5134,22651,32024,37344,0,0,3061,0,0,0,'Jonivera Farmountain','General Goods',NULL,0,55,55,0,1217,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5135,22659,32106,37427,0,0,3083,0,0,0,'Svalbrad Farmountain','Trade Goods',NULL,0,55,55,0,1217,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5137,0,0,0,0,0,3063,0,0,0,'Reyna Stonebranch','Herbalism Trainer',NULL,7691,35,35,0,55,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5138,0,0,0,0,0,3064,0,0,0,'Gwina Stonebranch','Herbalism Supplies',NULL,0,30,30,0,55,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5139,22652,32028,37348,0,0,3084,0,0,0,'Kurdrum Barleybeard','Reagents & Poison Supplies',NULL,0,55,55,0,1217,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5140,0,0,0,0,0,3065,0,0,0,'Edris Barleybeard','Barmaid',NULL,0,30,30,0,55,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5141,0,0,0,0,0,3086,0,0,0,'Theodrus Frostbeard','Priest Trainer',NULL,4559,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,5,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5142,0,0,0,0,0,3066,0,0,0,'Braenna Flintcrag','Priest Trainer',NULL,4558,50,50,0,55,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,5,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5143,0,0,0,0,0,3085,0,0,0,'Toldren Deepiron','Priest Trainer',NULL,4680,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,5,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5144,0,0,0,0,0,3108,0,0,0,'Bink','Mage Trainer',NULL,4552,40,40,0,875,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5145,0,0,0,0,0,10214,0,0,0,'Juli Stormkettle','Mage Trainer',NULL,4552,50,50,0,875,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5146,0,0,0,0,0,3109,0,0,0,'Nittlebur Sparkfizzle','Mage Trainer',NULL,4552,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,8,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5147,0,0,0,0,0,3089,0,0,0,'Valgar Highforge','Paladin Trainer',NULL,4557,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,2,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5148,0,0,0,0,0,3088,0,0,0,'Beldruk Doombrow','Paladin Trainer',NULL,4556,50,50,0,55,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,2,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5149,0,0,0,0,0,3087,0,0,0,'Brandur Ironhammer','Paladin Trainer',NULL,2304,50,50,0,55,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,2,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5150,0,0,0,0,0,3068,0,0,0,'Nissa Firestone','First Aid Trainer',NULL,4762,35,35,0,55,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,439,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5151,0,0,0,0,0,3119,0,0,0,'Ginny Longberry','Reagents',NULL,0,30,30,0,875,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5152,0,0,0,0,0,3110,0,0,0,'Bingus','Weapon Merchant',NULL,0,30,30,0,875,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5153,0,0,0,0,0,3091,0,0,0,'Jormund Stonebrow','Tailoring Trainer',NULL,4345,35,35,0,55,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5154,0,0,0,0,0,3069,0,0,0,'Poranna Snowbraid','Tailoring Supplies',NULL,0,30,30,0,55,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5155,0,0,0,0,0,3070,0,0,0,'Ingrys Stonebrow','Cloth Armor Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5156,0,0,0,0,0,3071,0,0,0,'Maeva Snowbraid','Robe Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5157,0,0,0,0,0,3111,0,0,0,'Gimble Thistlefuzz','Enchanting Trainer',NULL,4160,35,35,0,875,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5158,0,0,0,0,0,3120,0,0,0,'Tilli Thistlefuzz','Enchanting Supplies',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5159,0,0,0,0,0,3094,0,0,0,'Daryl Riknussun','Cooking Trainer',NULL,4748,35,35,0,55,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5160,0,0,0,0,0,3095,0,0,0,'Emrul Riknussun','Cooking Supplies',NULL,0,30,30,0,55,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5161,0,0,0,0,0,3096,0,0,0,'Grimnur Stonebrand','Fishing Trainer',NULL,4742,35,35,0,55,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5162,0,0,0,0,0,3121,0,0,0,'Tansy Puddlefizz','Fishing Supplies',NULL,0,30,30,0,875,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5163,0,0,0,0,0,3112,0,0,0,'Burbik Gearspanner','Trade Supplies',NULL,0,30,30,0,875,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5164,0,0,0,0,0,3099,0,0,0,'Grumnus Steelshaper','Armorsmith Trainer',NULL,597,60,60,0,55,83,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,9788,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(5165,0,0,0,0,0,3101,0,0,0,'Hulfdan Blackbeard','Rogue Trainer',NULL,411,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5166,0,0,0,0,0,3100,0,0,0,'Ormyr Flinteye','Rogue Trainer',NULL,4562,50,50,0,55,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5167,0,0,0,0,0,3113,0,0,0,'Fenthwick','Rogue Trainer',NULL,4561,40,40,0,875,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5169,0,0,0,0,0,3114,0,0,0,'Tynnus Venomsprout','Shady Dealer',NULL,0,30,30,0,875,1154,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5170,0,0,0,0,0,3103,0,0,0,'Hjoldir Stoneblade','Blade Merchant',NULL,0,30,30,0,55,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5171,0,0,0,0,0,3115,0,0,0,'Thistleheart','Warlock Trainer',NULL,4567,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,9,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5172,0,0,0,0,0,3116,0,0,0,'Briarthorn','Warlock Trainer',NULL,2381,50,50,0,875,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5173,0,0,0,0,0,3122,0,0,0,'Alexander Calder','Warlock Trainer',NULL,4566,60,60,0,55,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,9,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5174,0,0,0,0,0,3117,0,0,0,'Springspindle Fizzlegear','Engineering Trainer',NULL,4150,45,45,0,55,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5175,0,0,0,0,0,3118,0,0,0,'Gearcutter Cogspinner','Engineering Supplies',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5177,0,0,0,0,0,3124,0,0,0,'Tally Berryfizz','Alchemy Trainer',NULL,4123,35,35,0,875,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5178,0,0,0,0,0,3125,0,0,0,'Soolie Berryfizz','Alchemy Supplies',NULL,0,30,30,0,875,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5184,0,0,0,0,0,4677,4679,19833,19834,'Theramore Sentry','',NULL,0,35,36,0,150,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,5184,5184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5185,0,0,0,0,0,2851,12197,12198,0,'Hammerhead Shark',NULL,NULL,0,31,32,0,16,0,1,1.14286,1,1,45,60,0,108,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,31,46,10,1,0,5185,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5186,0,0,0,0,0,1557,12199,12200,0,'Basking Shark',NULL,NULL,0,41,42,0,16,0,1,1.14286,1,1,62,83,0,152,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,43,63,15,1,0,5186,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5187,0,0,0,0,0,3146,0,0,0,'Southsea Cannon','',NULL,0,13,14,0,230,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(5188,0,0,0,0,0,3128,0,0,0,'Garyl','Tabard Vendor',NULL,9832,30,30,0,29,524417,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5189,0,0,0,0,0,3129,0,0,0,'Thrumn','Tabard Vendor',NULL,9832,25,25,0,104,524417,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5190,0,0,0,0,0,3130,0,0,0,'Merill Pleasance','Tabard Vendor',NULL,9832,25,25,0,68,524416,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5191,0,0,0,0,0,3131,0,0,0,'Shalumon','Tabard Vendor',NULL,9832,25,25,0,80,128,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5192,0,0,0,0,0,3132,0,0,0,'[UNUSED] Nils Stonebrow','Tabard Vendor','',9832,25,25,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5193,0,0,0,0,0,3133,0,0,0,'Rebecca Laughlin','Tabard Designer',NULL,10392,25,25,0,12,524417,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5194,0,0,0,0,0,207,0,0,0,'Black Riding Wolf',NULL,NULL,0,10,10,0,35,0,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5195,0,0,0,0,0,2328,0,0,0,'Brown Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5196,0,0,0,0,0,2320,0,0,0,'Gray Riding Wolf',NULL,NULL,0,10,10,0,35,0,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5197,0,0,0,0,0,2326,0,0,0,'Red Riding Wolf',NULL,NULL,0,10,10,0,35,0,0.96,1.14286,1,0,13,17,0,42,1,1910,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5198,0,0,0,0,0,1166,0,0,0,'Arctic Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5199,0,0,0,0,0,3135,0,0,0,'Medic Tamberlyn','',NULL,0,51,51,0,894,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5200,0,0,0,0,0,3143,0,0,0,'Medic Helaina','',NULL,0,51,51,0,894,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5201,0,0,0,0,0,1485,0,0,0,'Pat\'s Test Human','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5202,0,0,0,0,0,3020,0,0,0,'Archery Target','','',0,1,1,0,168,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33685760,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(5204,0,0,0,0,0,4056,0,0,0,'Apothecary Zinge','Royal Apothecary Society',NULL,0,29,29,0,68,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,37376,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5224,0,0,0,0,0,4767,0,0,0,'Murk Slitherer','',NULL,0,45,46,0,14,0,1,1.14286,1,0,77,102,0,188,1,2000,1420,1,32768,2048,0,35,0,0,0,0,53,78,17,1,1,5224,0,100014,0,0,0,0,0,0,13518,0,0,0,0,0,0,0,12935,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5225,0,0,0,0,0,4768,0,0,0,'Murk Spitter','',NULL,0,46,47,0,14,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,35,0,0,0,0,54,80,18,1,1,5225,0,5225,0,0,0,0,0,0,6917,0,0,0,0,0,0,0,12938,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5226,0,0,0,0,0,7549,7671,7672,0,'Murk Worm',NULL,NULL,0,47,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,1347,1,64,2048,0,42,0,0,0,0,56,82,19,1,65537,5226,0,5226,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11318,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5228,0,0,0,0,0,682,0,0,0,'Saturated Ooze',NULL,NULL,0,47,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,1384,1,64,2048,0,0,0,0,0,0,56,82,19,10,0,5228,5228,0,0,0,0,0,0,100,7992,0,0,0,0,0,0,0,0,0,349,461,'SmartAI',1,3,1,3,1,1,0,11318,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5229,0,0,0,0,0,597,0,0,0,'Gordunni Ogre',NULL,NULL,0,40,41,0,45,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,5229,5229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5231,0,0,0,0,0,11555,0,0,0,'Gordunni Enforcer','',NULL,0,41,42,0,45,0,1.2,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5232,0,0,0,0,0,11554,0,0,0,'Gordunni Brute',NULL,NULL,0,42,43,0,45,0,1.6,1.14286,1,0,67,88,0,162,1,2800,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,5232,5232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5234,0,0,0,0,0,11557,0,0,0,'Gordunni Mauler',NULL,NULL,0,43,44,0,45,0,1.6,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,5234,5234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5235,0,0,0,0,0,682,0,0,0,'Fungal Ooze','',NULL,0,45,46,0,14,0,1.05,1.14286,1,0,77,102,0,188,1,2000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,10,0,5235,5235,0,0,0,0,0,0,100,0,6917,0,0,0,0,0,0,0,0,320,423,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5236,0,0,0,0,0,11559,0,0,0,'Gordunni Shaman',NULL,NULL,0,44,45,0,45,0,1.6,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,5236,5236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,100,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5237,0,0,0,0,0,11558,0,0,0,'Gordunni Ogre Mage',NULL,NULL,0,41,42,0,45,0,1,1.14286,1,0,58,77,0,142,1,2000,2000,2,0,2048,0,0,0,0,0,0,40,59,13,7,0,5237,5237,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5238,0,0,0,0,0,11533,0,0,0,'Gordunni Battlemaster',NULL,NULL,0,45,46,0,45,0,1.6,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5238,5238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5239,0,0,0,0,0,11556,0,0,0,'Gordunni Mage-Lord',NULL,NULL,0,45,46,0,45,0,1.6,1.14286,1,0,55,76,0,83,1,2000,2000,8,0,2048,0,0,0,0,0,0,46,67,20,7,0,5239,5239,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,71,98,'SmartAI',1,3,1,1.25,1,1,0,9371,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5240,0,0,0,0,0,11560,0,0,0,'Gordunni Warlock',NULL,NULL,0,43,44,0,45,0,1,1.14286,1,0,51,71,0,78,1,2000,2000,8,0,2048,0,0,0,0,0,0,43,63,20,7,0,5240,5240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5241,0,0,0,0,0,11561,0,0,0,'Gordunni Warlord',NULL,NULL,0,46,47,0,45,0,1.6,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5241,5241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5243,0,0,0,0,0,4779,4780,0,0,'Cursed Atal\'ai','',NULL,0,45,46,0,37,0,1,1.14286,1,0,77,102,0,188,1,2000,1384,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,5243,5243,0,0,0,30,0,0,70,12020,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',0,3,1,1.25,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5244,0,0,0,0,0,3194,0,0,0,'Zukk\'ash Stinger',NULL,NULL,0,45,46,0,310,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,5244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,18961,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5245,0,0,0,0,0,482,0,0,0,'Zukk\'ash Wasp',NULL,NULL,0,44,45,0,310,0,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,0,5245,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,18961,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5246,0,0,0,0,0,157,0,0,0,'Zukk\'ash Worker',NULL,NULL,0,44,45,0,310,0,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,0,5246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,18961,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5247,0,0,0,0,0,2592,0,0,0,'Zukk\'ash Tunneler',NULL,NULL,0,45,46,0,310,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,5247,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,18961,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5249,0,0,0,0,0,8598,0,0,0,'Woodpaw Mongrel',NULL,NULL,0,40,41,0,61,0,1,1.19048,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,5249,5249,0,0,0,20,0,0,0,7102,0,0,0,0,0,0,0,0,0,71,98,'',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5251,0,0,0,0,0,10796,0,0,0,'Woodpaw Trapper',NULL,NULL,0,41,42,0,61,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,5251,5251,0,0,0,21,0,0,0,6533,6660,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5253,0,0,0,0,0,543,0,0,0,'Woodpaw Brute',NULL,NULL,0,41,42,0,61,0,1.2,1.14286,1,0,62,83,0,152,1,2700,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,5253,5253,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5254,0,0,0,0,0,10794,0,0,0,'Woodpaw Mystic',NULL,NULL,0,42,43,0,61,0,1,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,5254,5254,0,0,0,21,0,0,0,8005,9532,0,0,0,0,0,0,0,0,67,92,'SmartAI',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5255,0,0,0,0,0,10795,0,0,0,'Woodpaw Reaver',NULL,NULL,0,42,43,0,61,0,1,1.19048,1,0,67,88,0,162,1,2300,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,5255,5255,0,0,0,21,0,0,0,7366,20605,0,0,0,0,0,0,0,0,75,103,'',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5256,0,0,0,0,0,7709,0,0,0,'Atal\'ai Warrior',NULL,NULL,0,48,48,0,37,0,0.666668,1.14286,1,1,81,108,0,196,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,56,82,19,7,0,5256,5256,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,0,355,468,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5258,0,0,0,0,0,10793,0,0,0,'Woodpaw Alpha',NULL,NULL,0,43,44,0,61,0,1.2,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,5258,5258,0,0,0,22,0,0,0,8599,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,9237,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5259,0,0,0,0,0,6670,6671,0,0,'Atal\'ai Witch Doctor',NULL,NULL,0,47,48,0,37,0,1,1.14286,1,1,75,99,0,184,2.4,2000,1356,2,32832,2048,0,0,0,0,0,0,51,76,17,7,0,5259,5259,0,0,0,30,0,0,70,15208,10605,0,0,0,0,0,0,0,0,306,404,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5260,0,0,0,0,0,3186,0,0,0,'Groddoc Ape',NULL,NULL,0,42,43,0,72,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,9,0,0,0,0,46,67,16,1,1,5260,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12960,0,0,0,'',1,3,1,1.2,1,1,0,6259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5261,0,0,0,0,0,6672,6673,0,0,'Enthralled Atal\'ai','',NULL,0,45,45,0,37,0,1,1.14286,1,0,76,100,0,184,1,2000,1384,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,5261,5261,0,0,0,30,0,0,70,8600,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,1.25,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5262,0,0,0,0,0,3188,0,0,0,'Groddoc Thunderer',NULL,NULL,0,49,50,0,72,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,9,0,0,0,0,58,86,20,1,1,5262,0,5262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9054,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,6259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5263,0,0,0,0,0,4769,4770,0,0,'Mummified Atal\'ai','',NULL,0,46,47,0,37,0,1,1.14286,1,0,79,105,0,192,2.4,2000,1384,1,32768,2048,0,0,0,0,0,0,54,80,18,6,0,5263,5263,0,0,0,30,0,0,70,8600,0,0,0,0,0,0,0,0,0,326,431,'SmartAI',0,3,1,1.25,1,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5264,0,0,0,0,0,3187,0,0,0,'Groddoc Chestpounder','',NULL,0,45,45,0,72,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,9,0,0,0,0,52,76,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,6259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5267,0,0,0,0,0,4771,4772,0,0,'Unliving Atal\'ai',NULL,NULL,0,47,48,0,37,0,1,1.14286,1,1,81,108,0,196,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,56,82,19,6,0,5267,5267,0,0,0,30,0,0,70,8247,0,0,0,0,0,0,0,0,0,351,463,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5268,0,0,0,0,0,3201,0,0,0,'Ironfur Bear',NULL,NULL,0,41,42,0,44,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,4,0,0,0,0,43,63,15,1,1,5268,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5806,0,0,0,'',1,1,1,1.2,1,1,0,6258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5269,0,0,0,0,0,4776,4777,0,0,'Atal\'ai Priest','',NULL,0,46,47,0,37,0,1.05,1.14286,1,0,74,98,0,180,2.4,2000,1384,2,33024,2048,0,0,0,0,0,0,50,74,16,7,0,5269,5269,0,0,0,30,0,0,70,11660,8600,0,0,0,0,0,0,0,0,279,370,'SmartAI',1,3,1,1.25,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5270,0,0,0,0,0,4778,6676,0,0,'Atal\'ai Corpse Eater',NULL,NULL,0,48,48,0,37,0,1,1.14286,1,1,81,108,0,196,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,56,82,19,6,0,5270,5270,0,0,0,30,0,0,70,10893,0,0,0,0,0,0,0,0,0,361,476,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5271,0,0,0,0,0,4773,4774,0,0,'Atal\'ai Deathwalker',NULL,NULL,0,48,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,33088,2048,0,0,0,0,0,0,52,77,17,6,0,5271,5271,0,0,0,30,0,0,70,10893,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5272,0,0,0,0,0,8838,0,0,0,'Grizzled Ironfur Bear',NULL,NULL,0,44,45,0,44,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,4,0,0,0,0,52,76,17,1,1,5272,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12837,0,0,0,'',1,1,1,1.2,1,1,0,6258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5273,0,0,0,0,0,6675,6677,0,0,'Atal\'ai High Priest',NULL,NULL,0,48,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1310,2,33088,2048,0,0,0,0,0,0,52,77,17,7,0,5273,5273,0,0,0,30,0,0,70,15654,11660,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5274,0,0,0,0,0,3200,0,0,0,'Ironfur Patriarch',NULL,NULL,0,48,49,0,44,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,4,0,0,0,0,57,84,19,1,1,5274,0,5274,0,0,0,0,0,0,10968,0,0,0,0,0,0,0,5807,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,6258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5276,0,0,0,0,0,8471,0,0,0,'Sprite Dragon',NULL,NULL,0,47,50,0,7,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,2,0,5276,0,5276,0,77,77,77,77,0,11981,0,0,0,0,0,0,0,0,0,84,114,'',1,3,1,1.25,1,1,0,9589,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5277,0,0,0,0,0,7903,0,0,0,'Nightmare Scalebane',NULL,NULL,0,49,49,0,50,0,0.888888,1.14286,1,1,83,110,0,200,2.4,2000,1320,1,64,2048,0,0,0,0,0,0,57,84,19,2,0,5277,0,5277,0,0,200,0,204,0,12782,0,0,0,0,0,0,0,0,0,375,495,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5278,0,0,0,0,0,2158,0,0,0,'Sprite Darter',NULL,NULL,0,43,45,0,534,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,2,0,5278,0,5278,0,70,70,70,70,0,11981,0,0,0,0,0,0,0,0,0,72,99,'',1,3,1,1.2,1,1,0,9369,9592,9589,0,0,0,0,1,0,0,'',12340),
|
|
(5280,0,0,0,0,0,7863,0,0,0,'Nightmare Wyrmkin',NULL,NULL,0,48,49,0,50,0,0.888888,1.14286,1,1,77,102,0,188,2.4,2000,1329,2,64,2048,0,0,0,0,0,0,52,77,17,2,0,5280,0,5280,0,0,200,0,200,0,15653,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5283,0,0,0,0,0,181,0,0,0,'Nightmare Wanderer',NULL,NULL,0,48,49,0,50,0,0.888888,1.14286,1,1,83,110,0,200,2.4,2000,1384,1,64,2048,0,0,0,0,0,0,57,84,19,2,0,5283,0,5283,0,0,200,0,196,0,15580,0,0,0,0,0,0,0,0,0,361,476,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5286,0,0,0,0,0,165,0,0,0,'Longtooth Runner',NULL,NULL,0,40,41,0,38,0,1,1.42857,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,1,0,0,0,0,41,60,15,1,1,5286,0,5286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5953,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5287,0,0,0,0,0,3202,0,0,0,'Longtooth Howler',NULL,NULL,0,43,44,0,38,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,1,0,0,0,0,49,73,16,1,1,5287,0,5287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8865,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5288,0,0,0,0,0,3203,0,0,0,'Rabid Longtooth',NULL,NULL,0,47,48,0,38,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,1,5288,0,5288,0,0,1,0,0,0,3150,0,0,0,0,0,0,0,13062,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5291,0,0,0,0,0,7569,0,0,0,'Hakkari Frostwing',NULL,NULL,0,48,49,0,16,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1375,2,64,2048,0,27,0,0,0,0,52,77,17,1,1,5291,0,5291,2,2,2,2,2,2,9915,8398,0,0,0,0,0,0,8909,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5292,0,0,0,0,0,3207,0,0,0,'Feral Scar Yeti',NULL,NULL,0,43,44,0,16,0,1,1.14286,1,0,72,96,0,174,1,1700,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,5292,0,5292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,101,'',1,3,1,1.05,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5293,0,0,0,0,0,10944,0,0,0,'Hulking Feral Scar',NULL,NULL,0,45,46,0,16,0,1.1,1.14286,1,0,77,102,0,188,1,2500,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5293,0,5293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,123,'',1,3,1,1.35,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5295,0,0,0,0,0,10943,0,0,0,'Enraged Feral Scar',NULL,NULL,0,44,44,0,16,0,1.1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,5295,0,5295,0,0,0,125,0,0,11831,8398,5708,0,0,0,0,0,0,0,81,111,'SmartAI',1,3,1,1.2,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5296,0,0,0,0,0,3220,0,0,0,'Rage Scar Yeti',NULL,NULL,0,46,47,0,16,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5296,0,5296,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,18947,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5297,0,0,0,0,0,3209,0,0,0,'Elder Rage Scar',NULL,NULL,0,48,49,0,16,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,5297,0,5297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,1.25,1,1,0,18947,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5299,0,0,0,0,0,3208,0,0,0,'Ferocious Rage Scar',NULL,NULL,0,47,48,0,16,0,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5299,0,5299,0,0,0,0,0,0,3147,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',1,3,1,1.25,1,1,0,18947,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5300,0,0,0,0,0,3210,0,0,0,'Frayfeather Hippogryph',NULL,NULL,0,43,44,0,16,0,1,1.42857,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,5300,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,9591,9592,0,0,0,0,144,1,0,0,'',12340),
|
|
(5304,0,0,0,0,0,10890,0,0,0,'Frayfeather Stagwing',NULL,NULL,0,44,45,0,16,0,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,1,0,5304,0,100014,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,9591,9592,0,0,0,0,144,1,0,0,'',12340),
|
|
(5305,0,0,0,0,0,3211,0,0,0,'Frayfeather Skystormer',NULL,NULL,0,45,46,0,16,0,1.1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,1,0,5305,0,100014,0,0,0,0,0,0,6535,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(5306,0,0,0,0,0,6756,0,0,0,'Frayfeather Patriarch',NULL,NULL,0,46,47,0,16,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,1,0,5306,0,5306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(5307,0,0,0,0,0,2699,0,0,0,'Vale Screecher',NULL,NULL,0,41,43,0,14,0,1,1.42857,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,27,0,0,0,0,46,67,16,1,1,5307,0,100014,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,8320,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5308,0,0,0,0,0,3204,0,0,0,'Rogue Vale Screecher',NULL,NULL,0,44,46,0,14,0,1,1.42857,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,27,0,0,0,0,53,78,17,1,1,5308,0,100014,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,8321,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5312,0,0,0,0,0,7553,0,0,0,'Lethlas',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,5312,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3545,4634,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5314,0,0,0,0,0,7553,0,0,0,'Phantim',NULL,NULL,0,62,62,0,50,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,5314,0,100001,0,0,0,0,0,0,20667,0,0,0,0,0,0,0,0,0,3545,4634,'SmartAI',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5315,0,0,0,0,0,181,0,0,0,'Jademir Dragonspawn','',NULL,0,60,60,0,50,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,21148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5317,0,0,0,0,0,7974,0,0,0,'Jademir Oracle',NULL,NULL,0,61,61,0,50,0,1.1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,2,8,5317,0,15412,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2778,3633,'SmartAI',1,3,1,25,10,1,0,21148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5319,0,0,0,0,0,625,0,0,0,'Jademir Tree Warder',NULL,NULL,0,60,60,0,50,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,5319,0,5319,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,3414,4463,'SmartAI',1,3,1,25,1,1,0,21148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5320,0,0,0,0,0,12509,0,0,0,'Jademir Boughguard',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,5320,0,5320,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3630,4745,'SmartAI',1,3,1,25,1,1,0,21148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5326,0,0,0,0,0,3214,0,0,0,'Coast Crawl Clacker','',NULL,0,42,43,0,14,0,1.2,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5327,0,0,0,0,0,3215,0,0,0,'Coast Crawl Snapclaw',NULL,NULL,0,44,45,0,129,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,5327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,100,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5328,0,0,0,0,0,3900,0,0,0,'Coast Crawl Deepseer',NULL,NULL,0,43,44,0,129,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,5328,0,0,0,0,0,0,0,0,12544,13439,0,0,0,0,0,0,0,0,63,88,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5331,0,0,0,0,0,9135,0,0,0,'Hatecrest Warrior',NULL,NULL,0,42,43,0,74,0,1.1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,5331,5331,0,0,0,0,0,0,0,7164,6713,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5332,0,0,0,0,0,4922,0,0,0,'Hatecrest Wave Rider',NULL,NULL,0,41,42,0,74,0,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,32768,2048,0,0,0,0,0,0,43,63,15,7,0,5332,5332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',1,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5333,0,0,0,0,0,11258,0,0,0,'Hatecrest Serpent Guard',NULL,NULL,0,44,45,0,74,0,1.1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,5333,5333,0,0,0,0,0,0,0,8058,0,0,0,0,0,0,0,0,0,73,100,'SmartAI',0,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5334,0,0,0,0,0,9134,0,0,0,'Hatecrest Myrmidon',NULL,NULL,0,44,44,0,74,0,1.1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,5334,5334,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,85,115,'SmartAI',1,3,1,1.35,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5335,0,0,0,0,0,5029,0,0,0,'Hatecrest Screamer',NULL,NULL,0,41,42,0,74,0,1.1,1.14286,1,0,58,77,0,142,1,2000,2000,2,32768,2048,0,0,0,0,0,0,40,59,13,7,0,5335,5335,0,0,0,0,0,0,0,6078,8281,0,0,0,0,0,0,0,0,66,91,'SmartAI',1,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5336,0,0,0,0,0,11260,0,0,0,'Hatecrest Sorceress',NULL,NULL,0,43,44,0,74,0,1.1,1.14286,1,0,51,71,0,78,1,2000,2000,8,32768,2048,0,0,0,0,0,0,43,63,20,7,0,5336,5336,0,0,0,0,0,0,0,20822,44178,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5337,0,0,0,0,0,11259,0,0,0,'Hatecrest Siren',NULL,NULL,0,42,43,0,74,0,1.1,1.14286,1,0,62,82,0,152,1,2000,2000,2,32768,2048,0,0,0,0,0,0,42,62,14,7,0,5337,5337,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,67,92,'SmartAI',1,3,1,1.2,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5343,0,0,0,0,0,11262,0,0,0,'Lady Szallah',NULL,NULL,0,46,46,0,74,0,1.1,1.14286,1,4,72,95,0,176,1,2000,2000,2,32768,2048,0,0,0,0,0,0,49,72,16,7,0,5343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,105,'',0,3,1,1.25,1,1,0,9247,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5345,0,0,0,0,0,1817,0,0,0,'Diamond Head',NULL,NULL,0,45,45,0,129,0,2.16,1.14286,1,4,76,100,0,184,1,1275,1402,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,5345,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,0,0,0,82,112,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5346,0,0,0,0,0,7336,0,0,0,'Bloodroar the Stalker',NULL,NULL,0,48,48,0,16,0,1.69,1.14286,1,4,81,108,0,196,1,1250,1375,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5346,0,5346,0,0,0,0,0,0,3264,8599,0,0,0,0,0,0,0,0,95,129,'SmartAI',0,3,1,1.25,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5347,0,0,0,0,0,10889,0,0,0,'Antilus the Soarer',NULL,NULL,0,48,48,0,16,0,1,1.71429,1,4,81,108,0,196,1,1250,1375,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,5347,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1.25,1,1,0,9591,9592,0,0,0,0,164,1,0,0,'',12340),
|
|
(5348,0,0,0,0,0,625,0,0,0,'Dreamwatcher Forktongue','',NULL,0,62,62,0,50,0,1.2,1.14286,1,4,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5349,0,0,0,0,0,7569,0,0,0,'Arash-ethis',NULL,NULL,0,49,49,0,14,0,1,1.42857,1,4,83,110,0,200,1,1241,1365,1,0,2048,0,27,0,0,0,0,57,84,19,1,1,5349,0,5349,85,85,85,85,85,85,0,0,0,0,0,0,0,0,8322,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5350,0,0,0,0,0,11142,0,0,0,'Qirot',NULL,NULL,0,47,47,0,310,0,1.1,1.14286,1,4,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,10,0,5350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5352,0,0,0,0,0,706,0,0,0,'Old Grizzlegut',NULL,NULL,0,43,43,0,44,2,2.39,1.14286,1,4,67,88,0,162,1,1291,1420,1,0,2048,0,4,0,0,0,0,46,67,16,1,1,5352,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,0,0,0,'',0,1,1,1.5,1,1,0,6258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5353,0,0,0,0,0,19815,0,0,0,'Itharius','',NULL,1341,45,45,0,35,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5354,0,0,0,0,0,2168,0,0,0,'Gnarl Leafbrother',NULL,NULL,0,44,44,0,7,0,2.9,1.14286,1,4,72,96,0,174,1,1283,1411,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,5354,0,0,0,0,0,0,0,0,11922,0,0,0,0,0,0,0,0,0,79,108,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5355,0,0,0,0,0,18196,18198,18197,18199,'Firewing Defender',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,5355,5355,0,0,0,0,0,0,0,33390,33483,11976,0,0,0,0,0,0,0,952,1177,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5356,0,0,0,0,0,780,0,0,0,'Snarler',NULL,NULL,0,42,42,0,38,0,1,1.14286,1,4,62,83,0,152,1,2000,2000,1,0,2048,0,1,0,0,0,0,43,63,15,1,1,5356,0,5356,100,100,100,100,100,100,5543,0,0,0,0,0,0,0,5963,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5357,0,0,0,0,0,10037,0,0,0,'Land Walker',NULL,NULL,0,48,49,0,778,0,1.1,1.14286,1,1,83,110,0,200,2.4,2600,2000,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,5357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,324,'SmartAI',0,3,1,3,2,1,0,9589,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(5358,0,0,0,0,0,12813,0,0,0,'Cliff Giant',NULL,NULL,0,48,50,0,778,0,1.1,1.14286,1,1,85,112,0,206,2.4,2700,2000,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,5358,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,246,326,'SmartAI',1,3,1,3,2,1,0,9589,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(5359,0,0,0,0,0,4945,0,0,0,'Shore Strider',NULL,NULL,0,48,49,0,778,0,1,1.14286,1,1,83,110,0,200,2.4,2700,2000,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,5359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,269,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5360,0,0,0,0,0,12812,0,0,0,'Deep Strider',NULL,NULL,0,47,49,0,778,0,1,1.14286,1,1,77,102,0,188,2.4,2700,2000,2,0,2048,0,0,0,0,0,0,52,77,17,5,0,5360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5361,0,0,0,0,0,10039,0,0,0,'Wave Strider',NULL,NULL,0,46,48,0,778,0,1,1.14286,1,1,81,108,0,196,2.4,2500,2000,1,0,2048,0,0,0,0,0,0,56,82,19,5,0,5361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5362,0,0,0,0,0,10872,0,0,0,'Northspring Harpy',NULL,NULL,0,48,49,0,514,0,1.38889,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,5362,5362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,113,'',1,3,1,1.25,1,1,0,9530,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5363,0,0,0,0,0,10873,0,0,0,'Northspring Roguefeather',NULL,NULL,0,48,49,0,514,0,1.38889,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,5363,5363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,113,'',1,3,1,1.25,1,1,0,9530,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5364,0,0,0,0,0,10874,0,0,0,'Northspring Slayer',NULL,NULL,0,49,50,0,514,0,1.1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,5364,5364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,116,'',1,3,1,1.25,1,1,0,9530,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5366,0,0,0,0,0,1352,0,0,0,'Northspring Windcaller',NULL,NULL,0,49,50,0,514,0,1.1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,5366,5366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,116,'',1,3,1,1.25,1,1,0,9530,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5367,0,0,0,0,0,10875,0,0,0,'Scillia Daggerquil','',NULL,0,52,52,0,514,0,1.2,1.14286,1,2,87,117,0,214,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5384,0,0,0,0,0,5079,0,0,0,'Brohann Caskbelly','Explorers\' League',NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5385,0,0,0,0,0,6778,0,0,0,'Watcher Mahar Ba',NULL,NULL,0,45,45,0,53,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5386,0,0,0,0,0,5081,0,0,0,'Acolyte Dellis',NULL,NULL,0,15,15,0,12,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5387,0,0,0,0,0,3596,0,0,0,'High Explorer Magellas','Explorers\' League',NULL,0,60,60,0,55,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5388,0,0,0,0,0,4838,0,0,0,'Ingo Woolybush','Explorers\' League',NULL,0,39,39,0,55,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5389,0,0,0,0,0,5575,0,0,0,'Prospector Gunstan','Explorers\' League',NULL,0,45,45,0,55,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,5389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5390,0,0,0,0,0,4715,0,0,0,'Sage Palerunner',NULL,NULL,0,49,49,0,104,2,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4608,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5391,0,0,0,0,0,4553,0,0,0,'Galen Goodward','',NULL,0,37,37,0,35,2,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,256,2048,0,0,0,0,0,0,35,52,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_galen_goodward',12340),
|
|
(5392,0,0,0,0,0,3396,0,0,0,'Yarr Hammerstone','Mining Trainer',NULL,7690,10,10,0,55,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5393,0,0,0,0,0,6776,0,0,0,'Quartermaster Lungertz',NULL,NULL,0,54,54,0,123,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5394,0,0,0,0,0,4897,0,0,0,'Neeka Bloodscar',NULL,NULL,0,45,45,0,125,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5395,0,0,0,0,0,4694,0,0,0,'Felgur Twocuts',NULL,NULL,10771,44,44,0,125,3,1.02,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5396,0,0,0,0,0,4693,0,0,0,'Captain Pentigast',NULL,NULL,0,42,42,0,123,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5397,0,0,0,0,0,4875,0,0,0,'Uthek the Wise',NULL,NULL,0,44,44,0,35,2,0.666668,1.14286,1,0,72,96,0,174,1,2000,2000,1,768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5398,0,0,0,0,0,1258,0,0,0,'Warug',NULL,NULL,0,44,44,0,35,2,1.02,1.14286,1,0,72,96,0,174,1,2000,2000,1,768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5399,0,0,0,0,0,6695,0,0,0,'Veyzhak the Cannibal',NULL,NULL,0,48,48,0,37,0,1.69,1.14286,1,4,81,108,0,196,1,1250,1375,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5399,0,0,0,0,0,0,0,0,8599,43246,0,0,0,0,0,0,0,0,572,752,'',1,3,1,1.5,1,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5400,0,0,0,0,0,6693,0,0,0,'Zekkis',NULL,NULL,0,48,48,0,37,0,1.69,1.14286,1,4,81,108,0,196,1,1250,1375,1,0,2048,0,0,0,0,0,0,56,82,19,6,0,5400,0,0,0,0,0,0,120,0,8282,7102,0,0,0,0,0,0,0,0,515,677,'',0,3,1,1.5,1,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5401,0,0,0,0,0,6694,0,0,0,'Kazkaz the Unholy','',NULL,0,48,48,0,37,0,1.05,1.14286,1,0,75,99,0,184,1,2000,2000,2,32768,2048,0,0,0,0,0,0,51,76,17,7,0,5401,5401,0,0,0,0,0,0,0,7645,11639,14887,0,0,0,0,0,0,0,300,396,'',0,3,1,1.5,2,1,0,6181,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5402,0,0,0,0,0,9441,0,0,0,'Khan Hratha',NULL,NULL,0,42,42,0,134,0,2.52,1.14286,1,0,62,83,0,152,1,1258,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,5402,5402,0,0,0,0,0,0,0,9128,15496,0,0,0,0,0,0,0,0,285,377,'',0,3,1,1.2,1,1,0,6067,6077,0,0,0,0,0,1,0,0,'',12340),
|
|
(5403,0,0,0,0,0,2410,0,0,0,'Riding White Stallion','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5404,0,0,0,0,0,2402,0,0,0,'Black Stallion',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5405,0,0,0,0,0,2409,0,0,0,'Pinto','',NULL,0,1,2,0,35,2,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5406,0,0,0,0,0,2408,0,0,0,'Palomino','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5407,0,0,0,0,0,2346,0,0,0,'Nightmare','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5409,0,0,0,0,0,7470,0,0,0,'Harvester Swarm',NULL,NULL,0,24,24,0,16,0,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(5411,0,0,0,0,0,7217,0,0,0,'Krinkle Goodsteel','Blacksmithing Supplies',NULL,2242,40,40,0,474,4227,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5412,0,0,0,0,0,4695,0,0,0,'Gurda Wildmane',NULL,NULL,0,35,35,0,83,2,1.02,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5413,0,0,0,0,0,4997,0,0,0,'Furen Longbeard',NULL,NULL,0,40,40,0,122,2,1,1.14286,1,0,56,74,0,136,1,1000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5414,0,0,0,0,0,4341,0,0,0,'Apothecary Faustin','Royal Apothecary Society',NULL,0,40,40,0,68,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33280,2048,0,0,0,0,0,0,39,57,14,7,0,5414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5415,0,0,0,0,0,1349,0,0,0,'Centaur Outrunner','',NULL,0,38,38,0,41,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5416,0,0,0,0,0,4557,0,0,0,'Infiltrator Marksen','',NULL,0,40,40,0,35,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,7293,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5418,0,0,0,0,0,4342,0,0,0,'Deathstalker Zraedus','',NULL,0,40,40,0,68,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33280,2048,0,0,0,0,0,0,39,57,14,7,0,5418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5419,0,0,0,0,0,141,0,0,0,'Glasshide Basilisk',NULL,NULL,0,42,43,0,49,0,1.11111,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,1,0,5419,0,100014,0,0,0,0,0,0,5106,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,9437,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5420,0,0,0,0,0,7344,0,0,0,'Glasshide Gazer',NULL,NULL,0,45,46,0,49,0,1.11111,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,1,0,5420,0,100014,0,0,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,9437,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5421,0,0,0,0,0,12339,0,0,0,'Glasshide Petrifier',NULL,NULL,0,48,49,0,49,0,1.11111,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,1,0,5421,0,5421,0,0,0,0,0,0,11020,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,9437,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5422,0,0,0,0,0,2414,0,0,0,'Scorpid Hunter',NULL,NULL,0,40,41,0,413,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,20,0,0,0,0,41,60,15,1,1,5422,0,5422,0,0,0,0,0,0,7992,0,0,0,0,0,0,0,5869,0,0,0,'',1,1,1,1.2,1,1,0,9442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5423,0,0,0,0,0,10987,0,0,0,'Scorpid Tail Lasher',NULL,NULL,0,43,44,0,413,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,20,0,0,0,0,49,73,16,1,1,5423,0,5423,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,8857,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,9442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5424,0,0,0,0,0,10986,0,0,0,'Scorpid Dunestalker',NULL,NULL,0,46,47,0,413,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,5424,0,5424,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8856,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,9442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5425,0,0,0,0,0,1535,0,0,0,'Starving Blisterpaw',NULL,NULL,0,41,42,0,38,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,25,0,0,0,0,43,63,15,1,1,5425,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8283,0,0,0,'',1,1,1,1.2,1,1,0,9439,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5426,0,0,0,0,0,1536,0,0,0,'Blisterpaw Hyena',NULL,NULL,0,44,45,0,38,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,25,0,0,0,0,52,76,17,1,1,5426,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8284,0,0,0,'',1,1,1,1.2,1,1,0,9439,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5427,0,0,0,0,0,2609,0,0,0,'Rabid Blisterpaw',NULL,NULL,0,47,48,0,38,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,25,0,0,0,0,56,82,19,1,1,5427,0,5427,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,8285,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,9439,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5428,0,0,0,0,0,3248,0,0,0,'Roc',NULL,NULL,0,41,43,0,73,0,1.4,1.42857,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,7,0,0,0,0,46,67,16,1,1,5428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8307,0,0,0,'',1,1,1,1.2,1,1,0,6257,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(5429,0,0,0,0,0,7348,0,0,0,'Fire Roc',NULL,NULL,0,43,45,0,73,0,1.4,1.42857,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,7,0,0,0,0,48,71,15,1,1,5429,0,0,0,110,0,0,0,0,11021,0,0,0,0,0,0,0,8308,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,6257,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(5430,0,0,0,0,0,10827,0,0,0,'Searing Roc',NULL,NULL,0,47,49,0,73,0,1.4,1.42857,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,7,0,0,0,0,57,84,19,1,1,5430,0,0,0,240,0,0,0,0,8139,0,0,0,0,0,0,0,8309,0,0,0,'',1,1,1,1.25,1,1,0,6257,46381,0,0,0,0,149,1,0,0,'',12340),
|
|
(5431,0,0,0,0,0,7114,0,0,0,'Surf Glider',NULL,NULL,0,48,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,21,0,0,0,0,58,86,20,1,1,5431,0,5431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12944,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5432,0,0,0,0,0,5127,0,0,0,'Giant Surf Glider',NULL,NULL,0,48,50,0,14,0,1.7,1.14286,1,1,85,112,0,206,7.5,1241,1365,1,0,2048,0,21,0,0,0,0,58,86,20,1,1,5432,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5931,0,0,0,'',1,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5433,0,0,0,0,0,982,0,0,0,'Tamed Bear',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,4,0,0,0,0,58,86,20,1,0,5433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5434,0,0,0,0,0,12192,12202,12201,0,'Coral Shark',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,1,77,102,0,188,7.5,2000,1402,1,32832,2048,0,0,0,0,0,0,53,78,17,1,0,5434,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5435,0,0,0,0,0,12193,0,0,0,'Sand Shark',NULL,NULL,0,12,13,0,16,0,1.19,1.14286,1,1,18,24,0,48,7.5,1541,1695,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,5435,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5436,0,0,0,0,0,2305,0,0,0,'Tamed Bird',NULL,NULL,0,12,12,0,7,0,0.97,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,7,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,14,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5437,0,0,0,0,0,704,0,0,0,'Tamed Boar',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,5,0,0,0,0,58,86,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5438,0,0,0,0,0,1973,0,0,0,'Tamed Cat',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,10150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5439,0,0,0,0,0,979,0,0,0,'Tamed Crawler',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,8,0,0,0,0,58,86,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,224,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5440,0,0,0,0,0,1036,0,0,0,'Tamed Crocolisk',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,6,0,0,0,0,58,86,20,1,0,5440,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5441,0,0,0,0,0,482,0,0,0,'Hazzali Wasp',NULL,NULL,0,47,48,0,310,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,5441,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5442,0,0,0,0,0,839,0,0,0,'Tamed Gorilla','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5443,0,0,0,0,0,1531,0,0,0,'Tamed Zhevra','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5444,0,0,0,0,0,788,0,0,0,'Tamed Raptor',NULL,NULL,0,40,40,0,7,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,11,0,0,0,0,39,57,14,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5445,0,0,0,0,0,2730,0,0,0,'Tamed Scorpid','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,20,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5446,0,0,0,0,0,910,0,0,0,'Tamed Spider',NULL,NULL,0,50,50,0,7,0,0.6,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,3,0,0,0,0,58,86,20,1,0,0,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5447,0,0,0,0,0,178,0,0,0,'Tamed Tallstrider','',NULL,0,50,50,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5448,0,0,0,0,0,1244,0,0,0,'Tamed Turtle',NULL,NULL,0,50,50,0,7,0,2.27,1.14286,1,0,85,112,0,206,1,1258,1384,1,0,2048,0,21,0,0,0,0,58,86,20,1,0,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5449,0,0,0,0,0,161,0,0,0,'Tamed Wolf',NULL,NULL,0,50,50,0,7,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,1,0,0,0,0,58,86,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5450,0,0,0,0,0,3194,0,0,0,'Hazzali Stinger',NULL,NULL,0,49,50,0,310,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,5450,0,0,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5451,0,0,0,0,0,11093,0,0,0,'Hazzali Swarmer',NULL,NULL,0,49,50,0,310,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,5451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5452,0,0,0,0,0,11095,0,0,0,'Hazzali Worker',NULL,NULL,0,47,48,0,310,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,5452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5453,0,0,0,0,0,11094,0,0,0,'Hazzali Tunneler',NULL,NULL,0,48,49,0,310,0,1.05,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,5453,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5454,0,0,0,0,0,3195,0,0,0,'Hazzali Sandreaver',NULL,NULL,0,49,50,0,310,0,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,5454,0,0,0,0,0,0,0,0,8374,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5455,0,0,0,0,0,92,0,0,0,'Centipaar Wasp',NULL,NULL,0,47,48,0,310,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,5455,0,0,0,0,0,0,0,0,3391,744,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5456,0,0,0,0,0,5297,0,0,0,'Centipaar Stinger',NULL,NULL,0,48,49,0,310,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,5456,0,0,0,0,0,0,0,0,5416,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5457,0,0,0,0,0,11107,0,0,0,'Centipaar Swarmer',NULL,NULL,0,49,50,0,310,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,5457,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5458,0,0,0,0,0,157,0,0,0,'Centipaar Worker',NULL,NULL,0,48,49,0,310,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,5458,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5459,0,0,0,0,0,11108,0,0,0,'Centipaar Tunneler',NULL,NULL,0,47,48,0,310,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,5459,0,0,0,0,0,0,0,0,3391,6016,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5460,0,0,0,0,0,11079,0,0,0,'Centipaar Sandreaver',NULL,NULL,0,49,50,0,310,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,5460,0,0,0,0,0,0,0,0,8374,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,8587,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5461,0,0,0,0,0,5450,0,0,0,'Sea Elemental',NULL,NULL,0,48,49,0,91,0,1,1.28968,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,5461,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,18958,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5462,0,0,0,0,0,5562,0,0,0,'Sea Spray',NULL,NULL,0,47,48,0,91,0,1,1.28968,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,4,0,5462,0,0,0,0,0,125,0,0,11538,10987,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,18958,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5464,0,0,0,0,0,3249,0,0,0,'Watchmaster Sorigal','',NULL,0,29,29,0,84,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,512,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5465,0,0,0,0,0,8550,0,0,0,'Land Rager',NULL,NULL,0,45,47,0,91,0,1.55556,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,5465,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5466,0,0,0,0,0,10039,0,0,0,'Coast Strider',NULL,NULL,0,48,49,0,778,0,1.4,1.42857,1,1,83,110,0,200,2.4,2600,2000,1,64,2048,0,0,0,0,0,0,57,84,19,5,0,5466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,468,'',0,3,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(5467,0,0,0,0,0,12812,0,0,0,'Deep Dweller',NULL,NULL,0,49,50,0,778,0,1.05,1.14286,1,1,85,112,0,206,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,58,86,20,5,0,5467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,391,515,'',1,1,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(5468,0,0,0,0,0,10040,0,0,0,'Wandering Dune Smasher','',NULL,0,47,48,0,778,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5469,0,0,0,0,0,6910,0,0,0,'Dune Smasher',NULL,NULL,0,48,49,0,778,0,0.777776,1.14286,1,1,83,110,0,200,2.4,2400,2000,1,64,2048,0,0,0,0,0,0,57,84,19,5,0,5469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,463,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5470,0,0,0,0,0,12816,0,0,0,'Raging Dune Smasher',NULL,NULL,0,49,50,0,778,0,0.777776,1.14286,1,1,85,112,0,206,7.5,2000,1365,1,64,2048,0,0,0,0,0,0,58,86,20,5,0,5470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,482,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5471,0,0,0,0,0,11545,0,0,0,'Dunemaul Ogre',NULL,NULL,0,45,46,0,45,0,1.6,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5471,5471,0,0,0,0,0,0,0,7165,25710,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5472,0,0,0,0,0,11544,0,0,0,'Dunemaul Enforcer',NULL,NULL,0,46,47,0,45,0,1.6,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5472,5472,0,0,0,0,0,0,0,13730,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5473,0,0,0,0,0,12003,0,0,0,'Dunemaul Ogre Mage',NULL,NULL,0,46,47,0,45,0,1.6,1.14286,1,0,74,98,0,180,1,2000,2000,2,0,2048,0,0,0,0,0,0,50,74,16,7,0,5473,5473,0,0,0,0,0,0,0,6742,9053,11436,0,0,0,0,0,0,0,79,108,'SmartAI',1,1,1,1.25,2,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5474,0,0,0,0,0,11545,0,0,0,'Dunemaul Brute',NULL,NULL,0,47,48,0,45,0,1.6,1.14286,1,0,81,108,0,196,1,2600,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5474,5474,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,90,123,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5475,0,0,0,0,0,11542,0,0,0,'Dunemaul Warlock',NULL,NULL,0,47,48,0,45,0,1.6,1.14286,1,0,75,99,0,184,1,2000,2000,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,5475,5475,0,0,0,0,0,0,0,16247,9613,707,0,0,0,0,0,0,0,82,111,'SmartAI',1,1,1,1.25,2,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5476,0,0,0,0,0,3252,0,0,0,'Watcher Biggs','',NULL,0,33,33,0,12,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,5476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5477,0,0,0,0,0,10920,0,0,0,'Noboru the Cudgel','',NULL,0,39,39,0,51,0,1.11111,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,5477,5477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5479,0,0,0,0,0,3280,0,0,0,'Wu Shen','Warrior Trainer',NULL,4482,50,50,0,12,51,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,512,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5480,0,0,0,0,0,3287,0,0,0,'Ilsa Corbin','Warrior Trainer',NULL,4481,40,40,0,12,51,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5481,0,0,0,0,0,3386,0,0,0,'Thistleshrub Dew Collector',NULL,NULL,0,47,48,0,16,0,0.666668,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,4,0,5481,0,0,96,96,96,96,96,96,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',1,3,1,1.25,1,1,0,8428,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5482,0,0,0,0,0,3281,0,0,0,'Stephen Ryback','Cooking Trainer',NULL,21222,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5483,0,0,0,0,0,3288,0,0,0,'Erika Tate','Cooking Supplies',NULL,688,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5484,0,0,0,0,0,3282,0,0,0,'Brother Benjamin','Priest Trainer',NULL,4468,40,40,0,11,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,5,0,39,57,14,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5485,0,0,0,0,0,9014,0,0,0,'Thistleshrub Rootshaper',NULL,NULL,0,49,50,0,16,0,0.666668,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,4,0,5485,0,0,50,50,100,50,100,50,0,0,0,0,0,0,0,0,0,0,85,116,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5489,0,0,0,0,0,3283,0,0,0,'Brother Joshua','Priest Trainer',NULL,4467,50,50,0,11,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,5,0,58,86,20,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5490,0,0,0,0,0,1086,0,0,0,'Gnarled Thistleshrub',NULL,NULL,0,48,49,0,16,0,0.666668,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,5490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5491,0,0,0,0,0,3284,0,0,0,'Arthur the Faithful','Paladin Trainer',NULL,4469,40,40,0,12,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,2,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5492,0,0,0,0,0,3289,0,0,0,'Katherine the Pure','Paladin Trainer',NULL,4470,50,50,0,12,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,2,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5493,0,0,0,0,0,3285,0,0,0,'Arnold Leland','Fishing Trainer',NULL,645,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5494,0,0,0,0,0,3290,0,0,0,'Catherine Leland','Fishing Supplies',NULL,685,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5495,0,0,0,0,0,3291,0,0,0,'Ursula Deline','Warlock Trainer',NULL,4505,40,40,0,12,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,9,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5496,0,0,0,0,0,3286,0,0,0,'Sandahl','Warlock Trainer',NULL,4504,50,50,0,12,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,9,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5497,0,0,0,0,0,3292,0,0,0,'Jennea Cannon','Mage Trainer',NULL,4485,40,40,0,12,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5498,0,0,0,0,0,19803,0,0,0,'Elsharin','Mage Trainer',NULL,4484,50,50,0,12,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5499,0,0,0,0,0,3295,0,0,0,'Lilyssia Nightbreeze','Alchemy Trainer',NULL,4201,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5500,0,0,0,0,0,3298,0,0,0,'Tel\'Athir','Apprentice Alchemist',NULL,4112,31,31,0,12,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5501,0,0,0,0,0,3299,0,0,0,'Kaerbrus','Hunter Trainer',NULL,4694,57,57,0,80,51,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,3,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5502,0,0,0,0,0,3296,0,0,0,'Shylamiir','Herbalism Trainer',NULL,0,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5503,0,0,0,0,0,3297,0,0,0,'Eldraeith','Herbalism Supplies',NULL,683,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5504,0,0,0,0,0,3300,0,0,0,'Sheldras Moontree','Druid Trainer',NULL,4508,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,11,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5505,0,0,0,0,0,3301,0,0,0,'Theridran','Druid Trainer',NULL,21228,50,50,0,80,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,11,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5506,0,0,0,0,0,3302,0,0,0,'Maldryn','Druid Trainer',NULL,4507,40,40,0,12,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,11,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5507,0,0,0,0,0,3303,0,0,0,'Celmoridan','Tallstrider Trainer',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5508,0,0,0,0,0,3304,0,0,0,'Strumner Flintheel','Armorer',NULL,0,40,40,0,12,4224,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5509,0,0,0,0,0,3305,0,0,0,'Kathrum Axehand','Axe Merchant',NULL,693,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5510,0,0,0,0,0,3306,0,0,0,'Thulman Flintcrag','Guns Vendor',NULL,693,30,30,0,12,4481,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5511,0,0,0,0,0,3307,0,0,0,'Therum Deepforge','Blacksmithing Trainer',NULL,581,33,33,0,12,81,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,2,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5512,0,0,0,0,0,3311,0,0,0,'Kaita Deepforge','Blacksmithing Supplies',NULL,693,30,30,0,12,4225,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5513,0,0,0,0,0,3308,0,0,0,'Gelman Stonehand','Mining Trainer',NULL,660,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5514,0,0,0,0,0,3313,0,0,0,'Brooke Stonebraid','Mining Supplies',NULL,693,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5515,0,0,0,0,0,3312,0,0,0,'Einris Brightspear','Hunter Trainer',NULL,4474,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,3,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5516,0,0,0,0,0,3309,0,0,0,'Ulfir Ironbeard','Hunter Trainer',NULL,4473,50,50,0,12,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,3,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5517,0,0,0,0,0,3310,0,0,0,'Thorfin Stoneshield','Hunter Trainer',NULL,4472,40,40,0,12,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,3,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5518,0,0,0,0,0,3314,0,0,0,'Lilliam Sparkspindle','Engineering Trainer',NULL,4146,35,35,0,875,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5519,0,0,0,0,0,3315,0,0,0,'Billibub Cogspinner','Engineering Supplies',NULL,698,30,30,0,875,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5520,0,0,0,0,0,3316,0,0,0,'Spackle Thornberry','',NULL,0,40,40,0,875,2,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,0,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5521,0,0,0,0,0,1281,0,0,0,'Glenrunner','Celmoridan\'s Pet',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5522,0,0,0,0,0,670,0,0,0,'Ironclaw','Strumner\'s Pet',NULL,0,10,10,0,12,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5523,0,0,0,0,0,6269,6270,0,0,'War Party Kodo',NULL,NULL,0,29,30,0,83,0,1,1.14286,1,0,42,56,0,102,1,3000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5524,0,0,0,0,0,5165,5166,0,0,'Caravan Watcher','',NULL,0,35,40,0,208,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5525,0,0,0,0,0,14550,14551,14549,0,'Caravan Packhorse','',NULL,0,30,30,0,209,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5526,0,0,0,0,0,4530,0,0,0,'Caravan Merchant','',NULL,0,41,41,0,208,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5542,0,0,0,0,0,4531,0,0,0,'Stormwind Traveling Merchant','',NULL,0,41,41,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5543,0,0,0,0,0,3371,0,0,0,'Clarice Foster',NULL,NULL,0,17,17,0,68,2,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,33280,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5544,0,0,0,0,0,3372,0,0,0,'[UNUSED] Yuriv Adhem','','',0,20,20,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5546,0,0,0,0,0,4550,0,0,0,'Grunt Zuul','',NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,5546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5547,0,0,0,0,0,4548,0,0,0,'Grunt Tharlak','',NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5548,0,0,0,0,0,2074,0,0,0,'[PH] Mine Boss','',NULL,0,21,21,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5549,0,0,0,0,0,3926,0,0,0,'[PH] Mine Guard','',NULL,0,18,18,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5550,0,0,0,0,0,87,0,0,0,'[PH] PVP Peasent','',NULL,0,15,17,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(5551,0,0,0,0,0,1045,0,0,0,'[PH] Caravan Guard','',NULL,0,50,50,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5552,0,0,0,0,0,87,0,0,0,'[PH] PVP Peon','',NULL,0,15,17,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(5553,0,0,0,0,0,1045,0,0,0,'[PH] Caravan Scout','',NULL,0,50,50,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5554,0,0,0,0,0,704,802,707,749,'[PH] PVP Wildlife','',NULL,0,14,17,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5555,0,0,0,0,0,229,0,0,0,'[PH] Ogre Caravan Packhorse','',NULL,0,50,50,0,99,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5556,0,0,0,0,0,1985,0,0,0,'[PH] Alliance Commander','',NULL,0,21,21,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5557,0,0,0,0,0,2740,0,0,0,'[PH] Horde Commander','',NULL,0,21,21,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5558,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Guard','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5559,0,0,0,0,0,1906,0,0,0,'[PH] Horde Guard','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5560,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Raider','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5561,0,0,0,0,0,1906,0,0,0,'[PH] Horde Raider','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5562,0,0,0,0,0,2688,0,0,0,'[PH] Alliance Archer','',NULL,0,15,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5563,0,0,0,0,0,1906,0,0,0,'[PH] Horde Archer','',NULL,0,15,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5564,0,0,0,0,0,3449,0,0,0,'Simon Tanner','Leatherworking Trainer',NULL,4203,35,35,0,12,81,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5565,0,0,0,0,0,3448,0,0,0,'Jillian Tanner','Leatherworking Supplies',NULL,688,30,30,0,12,129,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5566,0,0,0,0,0,3445,0,0,0,'Tannysa','Herbalism Trainer',NULL,643,35,35,0,12,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5567,0,0,0,0,0,3444,0,0,0,'Sellandus','Apprentice Tailor',NULL,4344,31,31,0,12,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5568,0,0,0,0,0,6926,6927,6928,6929,'Captured Leper Gnome',NULL,NULL,0,8,8,0,35,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5569,0,0,0,0,0,3457,0,0,0,'Fizzlebang Booms','Fireworks Vendor',NULL,0,40,40,0,875,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5570,0,0,0,0,0,3458,0,0,0,'Bruuk Barleybeard','Bartender',NULL,0,50,50,0,55,642,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5587,0,0,0,0,0,3167,0,0,0,'[PH] Alliance Mine Boss','',NULL,0,21,21,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5588,0,0,0,0,0,2989,0,0,0,'[PH] Alliance Mine Guard','',NULL,0,18,18,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5589,0,0,0,0,0,1870,0,0,0,'[PH] Horde Mine Boss','',NULL,0,21,21,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5590,0,0,0,0,0,1393,0,0,0,'[PH] Horde Mine Guard','',NULL,0,18,18,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5591,0,0,0,0,0,3508,0,0,0,'Dar','',NULL,0,40,40,0,29,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5592,0,0,0,0,0,3511,0,0,0,'Tok\'Kar','',NULL,0,43,43,0,29,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5593,0,0,0,0,0,3519,0,0,0,'Katar','',NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5594,0,0,0,0,0,7215,0,0,0,'Alchemist Pestlezugg','Alchemy Supplies',NULL,900,45,45,0,474,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5595,0,0,0,0,0,3524,3525,3526,3527,'Ironforge Guard',NULL,'Directions',2121,75,75,2,57,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(5596,0,0,0,0,0,6288,0,0,0,'Twain Test Prop','',NULL,0,7,8,2,38,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(5597,0,0,0,0,0,3546,0,0,0,'Grunt Komak',NULL,NULL,0,38,38,0,29,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5598,0,0,0,0,0,6590,0,0,0,'Atal\'ai Exile',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5599,0,0,0,0,0,3550,0,0,0,'Kon Yelloweyes',NULL,NULL,0,25,25,0,83,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5600,0,0,0,0,0,4860,0,0,0,'Khan Dez\'hepah',NULL,NULL,0,35,35,0,130,0,1.02,1.14286,1,0,49,64,0,118,1,2200,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,5600,5600,0,0,0,0,0,0,0,25710,7165,0,0,0,0,0,0,0,0,150,170,'',0,1,1,1.1,1,1,0,6067,6066,0,0,0,0,0,1,0,0,'',12340),
|
|
(5601,0,0,0,0,0,9433,0,0,0,'Khan Jehn',NULL,NULL,0,37,37,0,133,0,1.02,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,5601,5601,0,0,0,0,0,0,0,7164,8380,11972,0,0,0,0,0,0,0,150,184,'',0,1,1,1.15,1,1,0,6067,6072,0,0,0,0,0,1,0,0,'',12340),
|
|
(5602,0,0,0,0,0,9427,0,0,0,'Khan Shaka',NULL,NULL,0,37,37,0,132,0,0.666668,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,5602,5602,0,0,0,0,0,0,0,7165,9080,11977,0,0,0,0,0,0,0,150,170,'',0,1,1,1.15,1,1,0,6067,6073,0,0,0,0,0,1,0,0,'',12340),
|
|
(5603,0,0,0,0,0,3564,0,0,0,'Grunt Mojka',NULL,NULL,0,38,38,0,29,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5604,0,0,0,0,0,2576,0,0,0,'[UNUSED] [PH] Orcish Barfly','','',0,1,1,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5605,0,0,0,0,0,3591,0,0,0,'Tisa Martine',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5606,0,0,0,0,0,3604,0,0,0,'Goma',NULL,NULL,0,12,12,0,29,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5607,0,0,0,0,0,338,0,0,0,'Roger','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5608,0,0,0,0,0,221,0,0,0,'Jamin','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5609,0,0,0,0,0,3605,0,0,0,'Zazo',NULL,NULL,0,14,14,0,29,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5610,0,0,0,0,0,7137,0,0,0,'Kozish',NULL,NULL,0,12,12,0,29,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5611,0,0,0,0,0,3606,0,0,0,'Barkeep Morag',NULL,NULL,0,13,13,0,29,642,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5612,0,0,0,0,0,3607,0,0,0,'Gimrizz Shadowcog','Warlock Trainer',NULL,4682,15,15,0,875,49,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,512,2048,0,0,0,0,9,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5613,0,0,0,0,0,3608,0,0,0,'Doyo\'da',NULL,NULL,0,11,11,0,126,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5614,0,0,0,0,0,3609,0,0,0,'Sarok',NULL,NULL,0,25,25,0,29,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5615,0,0,0,0,0,5571,5572,0,0,'Wastewander Rogue',NULL,NULL,0,43,44,0,16,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,5615,5615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5616,0,0,0,0,0,5532,5533,0,0,'Wastewander Thief',NULL,NULL,0,40,41,0,16,0,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,7,0,5616,5616,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5617,0,0,0,0,0,5530,5531,0,0,'Wastewander Shadow Mage',NULL,NULL,0,42,43,0,16,0,1,1.14286,1,0,47,66,0,71,1,2000,2000,8,0,2048,0,0,0,0,0,0,40,58,19,7,0,5617,5617,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5618,0,0,0,0,0,5568,5569,0,0,'Wastewander Bandit',NULL,NULL,0,41,42,0,16,0,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,5618,5618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5620,0,0,0,0,0,3638,0,0,0,'Bartender Wental','Food & Drink',NULL,0,21,21,0,12,640,1,1.14286,1,0,31,40,0,74,1,1000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5621,0,0,0,0,0,3639,0,0,0,'Timmy','',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(5622,0,0,0,0,0,4688,0,0,0,'Ongeku','',NULL,0,37,37,0,51,0,1.05,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,5622,5622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,84,'',0,3,1,1.15,1,1,0,6190,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5623,0,0,0,0,0,5573,5574,0,0,'Wastewander Assassin',NULL,NULL,0,42,45,0,16,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,5623,5623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,114,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5624,0,0,0,0,0,10699,0,0,0,'Undercity Guardian',NULL,'Directions',2849,75,75,2,71,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,32768,'',12340),
|
|
(5625,0,0,0,0,0,953,0,0,0,'Theramore Transport','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(5626,0,0,0,0,0,3670,0,0,0,'Joey','',NULL,0,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(5627,0,0,0,0,0,3669,0,0,0,'Johnny','',NULL,11017,1,1,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(5628,0,0,0,0,0,3939,0,0,0,'Lieutenant Beech','',NULL,0,22,22,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5629,0,0,0,0,0,3946,0,0,0,'Theramore Commando','',NULL,0,15,15,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5630,0,0,0,0,0,3947,0,0,0,'Theramore Mage','',NULL,0,21,21,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5631,0,0,0,0,0,3943,0,0,0,'Theramore Medic','',NULL,0,20,20,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5632,0,0,0,0,0,130,0,0,0,'Theramore Incursion Master Control Program','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5633,0,0,0,0,0,3941,0,0,0,'Lieutenant Baxter','',NULL,0,22,22,0,210,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5634,0,0,0,0,0,3874,0,0,0,'Rhapsody Shindigger',NULL,NULL,0,44,44,0,35,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5635,0,0,0,0,0,7005,0,0,0,'Falstad Wildhammer','High Thane',NULL,0,50,50,0,694,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5636,0,0,0,0,0,7007,0,0,0,'Gryphon Master Talonaxe',NULL,NULL,11714,44,44,0,694,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5637,0,0,0,0,0,3756,0,0,0,'Roetten Stonehammer','Reclaimers Inc.',NULL,4323,40,40,0,122,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5638,0,0,0,0,0,3757,0,0,0,'Kreldig Ungor','Reclaimers Inc.',NULL,0,35,35,0,122,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5639,0,0,0,0,0,3758,0,0,0,'Craven Drok',NULL,NULL,0,35,35,0,83,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5640,0,0,0,0,0,3759,0,0,0,'Keldran',NULL,NULL,0,38,38,0,29,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5641,0,0,0,0,0,3760,0,0,0,'Takata Steelblade',NULL,NULL,0,40,40,0,29,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5642,0,0,0,0,0,3789,0,0,0,'Vahlarriel Demonslayer',NULL,NULL,0,37,37,0,124,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5643,0,0,0,0,0,3790,0,0,0,'Tyranis Malem',NULL,NULL,0,36,36,0,16,0,1.02,1.14286,1,0,46,61,0,112,1,2000,2000,2,32768,2048,0,0,0,0,0,0,32,47,11,7,0,5643,5643,0,0,0,0,0,0,0,15798,9739,0,0,0,0,0,0,0,0,53,74,'',0,1,1,1.15,1,1,0,6767,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5644,0,0,0,0,0,3791,0,0,0,'Dalinda Malem',NULL,NULL,0,35,35,0,10,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_dalinda',12340),
|
|
(5645,0,0,0,0,0,6413,6414,0,0,'Sandfury Hideskinner','',NULL,0,42,43,0,37,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,5645,5645,0,0,0,0,0,0,0,0,19448,0,0,0,0,0,0,0,0,289,383,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5646,0,0,0,0,0,6411,6412,0,0,'Sandfury Axe Thrower','',NULL,0,42,44,0,37,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,5646,5646,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,311,411,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5647,0,0,0,0,0,6415,6416,0,0,'Sandfury Firecaller','',NULL,0,43,44,0,37,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,5647,5647,0,0,0,0,0,0,0,11990,20832,0,0,0,0,0,0,0,0,232,307,'SmartAI',1,1,1,1.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5648,0,0,0,0,0,6419,6420,0,0,'Sandfury Shadowcaster','',NULL,0,43,44,0,37,0,1,1.14286,1,1,51,71,0,78,2.4,2000,1384,8,32832,2048,0,0,0,0,0,0,43,63,20,7,0,5648,5648,0,0,0,0,0,0,0,12471,14032,20798,0,0,0,0,0,0,0,236,313,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5649,0,0,0,0,0,6423,6424,0,0,'Sandfury Blood Drinker','',NULL,0,44,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,52,76,17,7,0,5649,5649,0,0,0,0,0,0,0,11898,0,0,0,0,0,0,0,0,0,306,404,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5650,0,0,0,0,0,6421,6422,0,0,'Sandfury Witch Doctor','',NULL,0,44,45,0,37,0,1,1.14286,1,1,70,93,0,172,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,48,71,15,7,0,5650,5650,0,0,0,0,0,0,0,0,0,17843,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5651,0,0,0,0,0,6228,0,0,0,'Patrick Garrett',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5652,0,0,0,0,0,3019,0,0,0,'Undercity Practice Dummy',NULL,NULL,0,25,25,0,914,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(5653,0,0,0,0,0,3853,0,0,0,'Tyler',NULL,NULL,0,20,20,0,118,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5654,0,0,0,0,0,3854,0,0,0,'Edward',NULL,NULL,0,20,20,0,118,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5655,0,0,0,0,0,3864,0,0,0,'Robert Gossom',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5656,0,0,0,0,0,3862,0,0,0,'Richard Van Brunt',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5657,0,0,0,0,0,3861,0,0,0,'Marla Fowler',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5658,0,0,0,0,0,3860,0,0,0,'Chloe Curthas',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5659,0,0,0,0,0,3859,0,0,0,'Andrew Hartwell',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5660,0,0,0,0,0,3863,0,0,0,'Riley Walker',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5661,0,0,0,0,0,3876,0,0,0,'Brother Malach',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5662,0,0,0,0,0,3879,0,0,0,'Sergeant Houser','Sergeant',NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5663,0,0,0,0,0,3882,0,0,0,'Travist Bosk',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5664,0,0,0,0,0,3880,0,0,0,'Eldin Partridge',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5665,0,0,0,0,0,3883,0,0,0,'Alyssa Blaye',NULL,NULL,0,20,20,0,1154,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,36864,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5666,0,0,0,0,0,3899,0,0,0,'Gunther\'s Visage',NULL,NULL,0,53,53,0,68,0,1.22,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5667,0,0,0,0,0,3944,0,0,0,'Venya Marthand',NULL,NULL,0,10,10,0,83,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37632,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5668,0,0,0,0,0,4004,0,0,0,'Mattie Alred',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5669,0,0,0,0,0,4010,0,0,0,'Helena Atwood',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5670,0,0,0,0,0,4005,0,0,0,'Edrick Killian',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5671,0,0,0,0,0,4006,0,0,0,'[UNUSED] Lawrence Sawyer',NULL,NULL,0,20,20,0,68,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5672,0,0,0,0,0,4008,0,0,0,'[UNUSED] Charles Brewton',NULL,NULL,0,1,1,0,68,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5674,0,0,0,0,0,3020,0,0,0,'Practice Target',NULL,NULL,0,25,25,0,1034,0,1,1,1,0,35,48,0,86,1,2000,2000,1,33555204,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(5675,0,0,0,0,0,3948,0,0,0,'Carendin Halgar',NULL,NULL,0,50,50,0,83,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,37376,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5676,0,0,0,0,0,1132,0,0,0,'Summoned Voidwalker',NULL,NULL,0,10,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,512,2048,0,0,0,0,0,0,9,13,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5677,0,0,0,0,0,10923,0,0,0,'Summoned Succubus',NULL,NULL,0,20,20,0,14,0,1,1.14286,1,0,27,36,0,64,1,2000,1991,2,33280,2048,0,0,0,0,0,0,19,28,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5678,0,0,0,0,0,2689,0,0,0,'[UNUSED] Deathstalker Vincent DEBUG','','',0,5,5,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5679,0,0,0,0,0,4009,0,0,0,'Lysta Bancroft',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,36864,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5680,0,0,0,0,0,3973,3974,3975,3976,'Male Human Captive',NULL,NULL,0,5,5,0,123,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,256,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5681,0,0,0,0,0,3977,3978,3979,3980,'Female Human Captive',NULL,NULL,0,7,7,0,123,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,256,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5682,0,0,0,0,0,3981,0,0,0,'Dalin Forgewright',NULL,NULL,0,20,20,0,123,0,0.94,1.14286,1,0,27,36,0,64,1,2000,2000,2,32768,2048,0,0,0,0,0,0,19,28,4,7,0,5682,5682,0,0,0,0,0,0,0,23895,13864,14053,0,0,0,0,0,0,0,23,35,'SmartAI',0,3,1,1,1,1,0,6312,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5683,0,0,0,0,0,3989,0,0,0,'Comar Villard',NULL,NULL,0,22,22,0,123,2,1,1.14286,1,0,30,39,0,71,1,2000,2000,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,5683,0,0,0,0,0,0,0,0,12540,3417,0,0,0,0,0,0,0,0,28,41,'',0,3,1,1.02,1,1,0,6313,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5685,0,0,0,0,0,829,0,0,0,'Captive Ghoul',NULL,NULL,0,10,10,0,233,0,0.777776,1.14286,1,0,13,17,0,42,1,2000,2000,1,256,2048,0,0,0,0,0,0,9,13,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5686,0,0,0,0,0,2676,0,0,0,'Captive Zombie',NULL,NULL,0,8,8,0,233,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,256,2048,0,0,0,0,0,0,7,10,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5687,0,0,0,0,0,1693,0,0,0,'Captive Abomination',NULL,NULL,0,20,20,0,233,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,256,2048,0,0,0,0,0,0,20,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5688,0,0,0,0,0,8190,0,0,0,'Innkeeper Renee','Innkeeper',NULL,1296,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5689,0,0,0,0,0,235,0,0,0,'Steed',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(5690,0,0,0,0,0,4007,0,0,0,'Clyde Kellen','Fishing Trainer',NULL,0,16,16,0,68,83,1.1,1.14286,1,0,23,31,0,56,1,2000,2000,1,37376,2048,0,0,2,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5691,0,0,0,0,0,4028,0,0,0,'Dalin Forgewright Projection',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5692,0,0,0,0,0,4029,0,0,0,'Comar Villard Projection',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5693,0,0,0,0,0,4020,0,0,0,'Godrick Farsan',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5694,0,0,0,0,0,5076,0,0,0,'High Sorcerer Andromath',NULL,NULL,0,62,62,0,12,2,1,1.14286,1,0,131,188,0,116,1,1000,2000,8,512,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5695,0,0,0,0,0,4039,0,0,0,'Vance Undergloom','Enchanting Trainer',NULL,4202,31,31,0,68,83,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,37376,2048,0,0,2,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5696,0,0,0,0,0,4050,0,0,0,'Gerard Abernathy',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5697,0,0,0,0,0,4054,0,0,0,'Theresa','Gerard\'s Mindslave',NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5698,0,0,0,0,0,4052,0,0,0,'Joanna Whitehall',NULL,NULL,8730,40,40,0,68,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5699,0,0,0,0,0,4053,0,0,0,'Leona Tharpe',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5700,0,0,0,0,0,4057,0,0,0,'Samantha Shackleton',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5701,0,0,0,0,0,4058,0,0,0,'Selina Pickman',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5702,0,0,0,0,0,4059,0,0,0,'Jezelle Pruitt',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,37376,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5703,0,0,0,0,0,4060,0,0,0,'Winifred Kerwin',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5704,0,0,0,0,0,4061,0,0,0,'Adrian Bartlett',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5705,0,0,0,0,0,4062,0,0,0,'Victor Bartholomew',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5706,0,0,0,0,0,4063,0,0,0,'Davitt Hickson',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5707,0,0,0,0,0,4064,0,0,0,'Reginald Grimsford',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5708,0,0,0,0,0,4065,0,0,0,'Spawn of Hakkar',NULL,NULL,0,49,49,0,16,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1347,1,64,2048,0,27,0,0,0,0,57,84,19,1,1,5708,0,5708,0,0,0,0,0,0,12280,0,0,0,0,0,0,0,8323,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5709,0,0,0,0,0,7806,0,0,0,'Shade of Eranikus',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1329,1,832,2048,0,0,0,0,0,0,58,86,20,2,0,5709,0,5709,0,0,0,0,0,0,3391,12890,11876,12891,0,0,0,0,0,0,1536,2010,'SmartAI',1,3,1,13,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(5710,0,0,0,0,0,6708,0,0,0,'Jammal\'an the Prophet',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,1,79,104,0,194,2.4,2000,1320,2,320,2048,0,0,0,0,0,0,54,79,18,7,0,5710,5710,0,0,0,0,0,0,0,12468,10893,12480,0,0,0,0,0,0,0,514,676,'SmartAI',1,3,1,5,1,1,0,6181,6212,0,0,0,0,0,1,0,0,'',12340),
|
|
(5711,0,0,0,0,0,6709,0,0,0,'Ogom the Wretched',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,33088,2048,0,0,0,0,0,0,52,77,17,6,0,5711,5711,0,0,0,0,0,0,0,15654,11660,0,0,0,0,0,0,0,0,342,452,'SmartAI',1,3,1,3,2,1,0,6181,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5712,0,0,0,0,0,6699,0,0,0,'Zolo',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,32832,2048,0,0,0,0,0,0,52,77,17,6,0,5712,5712,0,0,0,0,0,0,0,0,12058,0,0,0,0,0,0,0,0,475,625,'SmartAI',1,3,1,5,1.5,1,0,6181,20608,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5713,0,0,0,0,0,6698,0,0,0,'Gasher',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,1000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5713,5713,0,0,0,0,0,0,0,15580,0,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,6181,20606,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5714,0,0,0,0,0,6700,0,0,0,'Loro',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5714,5714,0,0,0,0,0,0,0,12782,15655,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,6181,20608,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5715,0,0,0,0,0,6702,0,0,0,'Hukku',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,58,81,0,89,2.4,2000,1301,8,32832,2048,0,0,0,0,0,0,49,72,21,6,0,5715,5715,0,0,0,0,0,0,0,0,12471,12279,32963,0,0,0,0,0,0,442,583,'SmartAI',1,3,1,5,1.5,1,0,6181,20607,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5716,0,0,0,0,0,6701,0,0,0,'Zul\'Lor',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,83,110,0,200,2.4,2000,1301,1,32832,2048,0,0,0,0,0,0,57,84,19,6,0,5716,5716,0,0,0,0,0,0,0,12530,40505,0,0,0,0,0,0,0,0,850,1115,'SmartAI',1,3,1,7.5,1,1,0,6181,20606,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5717,0,0,0,0,0,6707,0,0,0,'Mijan',NULL,NULL,0,49,49,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1301,2,32832,2048,0,0,0,0,0,0,52,77,17,6,0,5717,5717,0,0,0,0,0,0,0,8362,12492,0,8148,0,0,0,0,0,0,553,727,'SmartAI',1,3,1,6,2.5,1,0,6181,20607,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5718,0,0,0,0,0,7553,0,0,0,'Rothos',NULL,NULL,0,62,62,0,50,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,5718,0,15412,0,0,0,0,0,0,20667,20672,0,0,0,0,0,0,0,0,3545,4634,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5719,0,0,0,0,0,7975,0,0,0,'Morphaz',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1338,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5719,0,5719,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,595,782,'SmartAI',1,3,1,5,1,1,0,20025,20019,20085,20022,0,0,144,1,0,0,'',12340),
|
|
(5720,0,0,0,0,0,6375,0,0,0,'Weaver',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,7.5,2000,1347,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5720,0,5720,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,551,725,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5721,0,0,0,0,0,7553,0,0,0,'Dreamscythe',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,7.5,2000,1338,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5721,0,5721,0,0,0,0,0,0,12882,12884,0,0,0,0,0,0,0,0,597,785,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5722,0,0,0,0,0,9584,0,0,0,'Hazzas',NULL,NULL,0,50,50,0,50,0,1,1.42857,1,1,85,112,0,206,2.4,2000,1347,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,5722,0,5722,0,0,0,0,0,0,12884,12882,0,0,0,0,0,0,0,0,597,785,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5723,0,0,0,0,0,1555,0,0,0,'Warug\'s Target Dummy',NULL,NULL,0,26,26,0,132,0,0.91,1.14286,1,0,37,49,0,90,1,2000,2200,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,5723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(5724,0,0,0,0,0,4107,0,0,0,'Ageron Kargal',NULL,NULL,0,15,15,0,83,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5725,0,0,0,0,0,10192,0,0,0,'Deathguard Lundmark',NULL,'Directions',3356,15,15,0,71,1,1,1.38571,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(5726,0,0,0,0,0,850,0,0,0,'Jezelle\'s Felhunter',NULL,NULL,0,30,30,0,68,0,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,768,2048,0,0,0,0,0,0,27,40,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5727,0,0,0,0,0,2346,0,0,0,'Jezelle\'s Felsteed',NULL,NULL,0,40,40,0,68,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5728,0,0,0,0,0,10923,0,0,0,'Jezelle\'s Succubus',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5729,0,0,0,0,0,1130,0,0,0,'Jezelle\'s Voidwalker',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5730,0,0,0,0,0,4449,0,0,0,'Jezelle\'s Imp',NULL,NULL,0,40,40,0,68,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5731,0,0,0,0,0,4108,0,0,0,'Apothecary Vallia','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5732,0,0,0,0,0,4109,0,0,0,'Apothecary Katrina','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5733,0,0,0,0,0,4110,0,0,0,'Apothecary Lycanus','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5734,0,0,0,0,0,4111,0,0,0,'Apothecary Keever','Royal Apothecary Society',NULL,0,20,20,0,68,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5735,0,0,0,0,0,3980,3979,3978,3977,'Caged Human Female',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5736,0,0,0,0,0,3976,3975,3974,3973,'Caged Human Male',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5737,0,0,0,0,0,4112,4113,4114,4115,'Caged Dwarf Female','',NULL,0,5,5,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5738,0,0,0,0,0,4116,4117,4118,4119,'Caged Dwarf Male',NULL,NULL,0,5,5,0,68,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5739,0,0,0,0,0,134,0,0,0,'Caged Squirrel',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5740,0,0,0,0,0,304,0,0,0,'Caged Chicken','',NULL,0,5,5,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5741,0,0,0,0,0,328,0,0,0,'Caged Rabbit',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5742,0,0,0,0,0,901,0,0,0,'Caged Toad',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5743,0,0,0,0,0,856,0,0,0,'Caged Sheep',NULL,NULL,0,5,5,0,68,0,0.9,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5744,0,0,0,0,0,4120,0,0,0,'Cedric Stumpel',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5745,0,0,0,0,0,4121,0,0,0,'Lazlow Ashby',NULL,NULL,0,20,20,0,68,0,1.02,1.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5746,0,0,0,0,0,4122,0,0,0,'Appolonia Kimble','',NULL,0,20,20,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5747,0,0,0,0,0,4123,0,0,0,'Hepzibah Sedgewick',NULL,NULL,0,20,20,0,68,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5748,0,0,0,0,0,7689,0,0,0,'Killian Sanatha','Fisherman',NULL,0,18,20,0,68,128,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5749,0,0,0,0,0,4175,0,0,0,'Kayla Smithe','',NULL,0,10,10,0,68,2,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4864,2048,0,0,0,0,3,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5750,0,0,0,0,0,4176,0,0,0,'Gina Lang','',NULL,0,10,10,0,68,2,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,4608,2048,0,0,0,0,3,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5752,0,0,0,0,0,4692,0,0,0,'Corporal Melkins',NULL,NULL,0,39,39,0,123,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5753,0,0,0,0,0,4149,0,0,0,'Martha Strain','',NULL,0,20,20,0,68,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,37376,2048,0,0,0,0,3,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5754,0,0,0,0,0,4150,0,0,0,'Zane Bradford','Wand Vendor',NULL,0,10,10,0,68,4226,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,37376,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5755,0,0,0,0,0,4312,0,0,0,'Deviate Viper',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,32832,2048,0,35,0,0,0,0,19,27,3,1,1,5755,0,100009,0,0,0,0,0,0,7947,0,0,0,0,0,0,0,12939,0,0,0,'SmartAI',1,3,1,2.5,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5756,0,0,0,0,0,2706,0,0,0,'Deviate Venomwing',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,1.7,2000,2000,1,64,2048,0,27,0,0,0,0,19,27,3,1,1,5756,0,100009,2,2,2,2,2,2,7951,0,0,0,0,0,0,0,8901,0,0,0,'SmartAI',1,1,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5757,0,0,0,0,0,4177,0,0,0,'Lilly','Enchanting Supplies',NULL,0,19,19,0,68,130,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,37376,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5758,0,0,0,0,0,4178,0,0,0,'Leo Sarn','Enchanting Supplies',NULL,0,18,18,0,68,130,0.94,1.14286,1,0,26,35,0,64,1,2000,2000,1,37376,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5759,0,0,0,0,0,4179,0,0,0,'Nurse Neela','First Aid Trainer',NULL,5856,10,10,0,68,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,37376,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5760,0,0,0,0,0,4426,0,0,0,'Lord Azrethoc',NULL,NULL,0,40,40,0,90,0,1.02,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,39,57,14,3,0,5760,5760,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,261,345,'',1,1,1,3,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5761,0,0,0,0,0,1084,0,0,0,'Deviate Shambler',NULL,NULL,0,19,19,0,270,0,0.666668,1.14286,1,1,26,34,0,60,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,18,26,3,4,0,5761,0,0,100,100,100,100,100,100,7948,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5762,0,0,0,0,0,4305,0,0,0,'Deviate Moccasin',NULL,NULL,0,19,19,0,270,0,1,1.14286,1,1,27,37,0,68,7.5,2000,1631,1,0,2048,0,35,0,0,0,0,19,27,3,1,1,5762,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11587,0,0,0,'SmartAI',0,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5763,0,0,0,0,0,470,360,2028,358,'Nightmare Ectoplasm',NULL,NULL,0,20,20,0,14,0,1,1.14286,1,0,29,39,0,70,1,2000,1936,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,5763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5764,0,0,0,0,0,7029,2176,1825,2955,'Guardian of Blizzard',NULL,NULL,0,63,63,0,16,0,1.3,1.14286,1,0,181,253,0,268,1,1020,1122,1,0,2048,0,0,0,0,0,0,147,219,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,156,1,0,0,'npc_guardian',12340),
|
|
(5765,0,0,0,0,0,4209,0,0,0,'Ruzan',NULL,NULL,0,10,10,0,29,2,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5766,0,0,0,0,0,2278,0,0,0,'Savannah Cub',NULL,NULL,0,4,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,1200,2000,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5767,0,0,0,0,0,4289,0,0,0,'Nalpak','Disciple of Naralex',NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5768,0,0,0,0,0,4290,0,0,0,'Ebru','Disciple of Naralex',NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5769,0,0,0,0,0,4519,0,0,0,'Arch Druid Hamuul Runetotem',NULL,NULL,1629,62,62,0,104,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4608,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5770,0,0,0,0,0,4513,0,0,0,'Nara Wildmane',NULL,NULL,0,55,55,0,83,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5771,0,0,0,0,0,4696,0,0,0,'Jugkar Grim\'rod',NULL,NULL,0,40,40,0,90,0,1.02,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,5771,5771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,84,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5772,0,0,0,0,0,4427,0,0,0,'Lord Azrethoc\'s Image',NULL,NULL,0,40,40,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5773,0,0,0,0,0,4428,0,0,0,'Jugkar Grim\'rod\'s Image',NULL,NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5774,0,0,0,0,0,207,2320,2326,2328,'Riding Wolf',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(5775,0,0,0,0,0,4256,0,0,0,'Verdan the Everliving',NULL,NULL,0,20,20,0,270,0,0.666668,1.14286,1,1,29,39,0,70,1.7,3500,2000,1,64,2048,0,0,0,0,0,0,20,30,4,4,0,5775,0,0,0,0,0,0,0,0,8142,0,0,0,0,0,0,0,0,0,211,281,'SmartAI',1,3,1,8,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5776,0,0,0,0,0,4267,0,0,0,'Evolving Ectoplasm (Red)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5777,0,0,0,0,0,2568,0,0,0,'Evolving Ectoplasm (Green)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5778,0,0,0,0,0,4535,0,0,0,'Evolving Ectoplasm (Black)','',NULL,0,17,18,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,6464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5779,0,0,0,0,0,4440,0,0,0,'Summoned Viper','',NULL,0,20,20,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),
|
|
(5780,0,0,0,0,0,4266,0,0,0,'Cloned Ectoplasm',NULL,NULL,0,16,17,0,14,0,1.01,1.14286,1,0,25,33,0,60,1,1491,1640,1,0,2048,0,0,0,0,0,0,17,25,2,10,0,5780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5781,0,0,0,0,0,10056,0,0,0,'Silithid Creeper Egg',NULL,NULL,0,20,21,0,413,0,1.03,1.14286,1,0,31,40,0,74,1,1800,1980,1,0,2048,0,0,0,0,0,0,21,30,4,10,0,5781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5782,0,0,0,0,0,4271,0,0,0,'Crildor',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5783,0,0,0,0,0,4291,0,0,0,'Kalldan Felmoon','Specialist Leatherworking Supplies',NULL,0,27,27,0,35,130,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,768,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5784,0,0,0,0,0,4288,0,0,0,'Waldor','Leatherworking Trainer',NULL,4186,28,28,0,35,83,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5785,0,0,0,0,0,2163,0,0,0,'Sister Hatelash',NULL,NULL,0,11,11,0,514,0,1.38889,1.14286,1,2,14,18,0,40,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,7,0,5785,0,0,0,0,0,0,0,0,9532,6960,0,0,0,0,0,0,0,0,53,74,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5786,0,0,0,0,0,275,0,0,0,'Snagglespear',NULL,NULL,0,9,9,0,39,0,0.97,1.14286,1,4,11,15,0,40,1,3000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5786,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,8,16,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5787,0,0,0,0,0,6692,0,0,0,'Enforcer Emilgund',NULL,NULL,0,11,11,0,16,0,0.97,1.14286,1,4,15,20,0,44,1,3000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,5787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5788,0,0,0,0,0,4315,0,0,0,'Gelgann Direforge','Ironforge Surveyor',NULL,0,10,10,0,122,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5789,0,0,0,0,0,4314,0,0,0,'Serra Mountainhome','Ironforge Surveyor',NULL,0,10,10,0,122,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5790,0,0,0,0,0,4316,0,0,0,'Lizzle Sprysprocket','Ironforge Surveyor',NULL,0,9,9,0,64,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5791,0,0,0,0,0,4435,0,0,0,'Cobrahn Snake Form','Druid of the Fang',NULL,0,20,20,0,270,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,9738,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5792,0,0,0,0,0,10989,0,0,0,'Drag Master Miglen',NULL,NULL,0,35,35,0,35,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5793,0,0,0,0,0,4433,0,0,0,'Captain Armistice','Alliance Peacekeeper',NULL,0,10,10,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5794,0,0,0,0,0,4431,0,0,0,'Thurmonde the Devout','Alliance Peacekeeper',NULL,0,10,10,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5795,0,0,0,0,0,4432,0,0,0,'Grash Thunderbrew','Alliance Peacekeeper',NULL,0,9,9,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5796,0,0,0,0,0,1006,0,0,0,'Ben','Grash Thunderbrew\'s Pet',NULL,0,8,8,0,123,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5797,0,0,0,0,0,4345,0,0,0,'Aean Swiftriver','Alliance Outrunner',NULL,0,22,22,0,124,2,1,1.38571,1,2,32,42,0,78,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,5797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,267,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5798,0,0,0,0,0,4346,0,0,0,'Thora Feathermoon','Alliance Outrunner',NULL,0,25,25,0,124,2,1,1.38571,1,2,35,48,0,86,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,5798,5798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,259,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5799,0,0,0,0,0,4348,0,0,0,'Hannah Bladeleaf','Alliance Outrunner',NULL,0,24,24,0,124,2,1,1.38571,1,2,34,46,0,84,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,5799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,247,'',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5800,0,0,0,0,0,4347,0,0,0,'Marcus Bel','Alliance Outrunner',NULL,0,22,22,0,124,2,1,1.38571,1,2,32,42,0,78,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,7,0,5800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,256,'',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5801,0,0,0,0,0,2591,0,0,0,'[PH] Party Bot','',NULL,0,15,15,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5806,0,0,0,0,0,9590,0,0,0,'Treant Ally',NULL,NULL,0,24,25,0,124,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,23,23,23,23,46,23,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5807,0,0,0,0,0,1973,0,0,0,'The Rake',NULL,NULL,0,10,10,0,16,0,0.97,1.14286,1,4,13,17,0,42,1,1200,2000,1,0,2048,0,2,0,0,0,0,9,13,100,1,1,5807,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13337,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5808,0,0,0,0,0,9444,0,0,0,'Warlord Kolkanis',NULL,NULL,0,9,9,0,130,0,0.96,1.14286,1,4,11,15,0,40,1,2000,1732,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5808,0,0,0,0,0,0,0,0,12555,8078,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,1,1,1,1,1,0,4870,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5809,0,0,0,0,0,4592,0,0,0,'Watch Commander Zalaphil',NULL,NULL,0,9,9,0,123,2,1.36,1.14286,1,4,11,15,0,40,1,1575,1732,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,5809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',0,3,1,1,1,1,0,4870,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5810,0,0,0,0,0,4391,0,0,0,'Uzzek',NULL,NULL,0,20,20,0,83,2,0.97,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5811,0,0,0,0,0,4350,0,0,0,'Kamari','Apprentice Leatherworker',NULL,4183,26,26,0,29,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5812,0,0,0,0,0,4351,0,0,0,'Tumi','Heavy Armor Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5813,0,0,0,0,0,4352,0,0,0,'[UNUSED] Shikar','Light Armor Merchant','',0,30,30,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5814,0,0,0,0,0,4353,0,0,0,'Innkeeper Thulbek','Innkeeper',NULL,1290,30,30,0,29,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5815,0,0,0,0,0,4354,0,0,0,'Kurgul','',NULL,0,45,45,0,29,2,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,512,2048,0,0,0,0,3,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5816,0,0,0,0,0,4355,0,0,0,'Katis','Wand Merchant',NULL,0,30,30,0,29,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5817,0,0,0,0,0,4356,0,0,0,'Shimra','Trade Supplies',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5818,0,0,0,0,0,4370,0,0,0,'[UNUSED] Tren\'Shan','Spirit Healer','',0,35,35,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5819,0,0,0,0,0,4378,0,0,0,'Mirelle Tremayne','Heavy Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5820,0,0,0,0,0,4379,0,0,0,'Gillian Moore','Leather Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5821,0,0,0,0,0,4381,0,0,0,'Sheldon Von Croy','Cloth Armor Merchant',NULL,0,30,30,0,68,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5822,0,0,0,0,0,4594,0,0,0,'Felweaver Scornn',NULL,NULL,0,11,11,0,16,0,1,1.14286,1,2,14,18,0,40,1.7,2000,1659,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,5822,0,0,0,0,0,0,0,0,0,9613,20798,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5823,0,0,0,0,0,2491,0,0,0,'Death Flayer',NULL,NULL,0,11,11,0,413,0,1,1.14286,1,4,15,20,0,44,1,1600,1705,1,0,2048,0,20,0,0,0,0,9,14,100,1,1,5823,0,100001,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5876,0,0,0,'SmartAI',1,3,1,1,1,1,0,4886,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5824,0,0,0,0,0,1346,0,0,0,'Captain Flat Tusk','Captain of the Battleguard',NULL,0,11,11,0,109,0,1,1.14286,1,2,15,20,0,44,1.7,2600,1668,1,64,2048,0,0,0,0,0,0,9,14,100,7,0,5824,0,0,0,0,0,0,0,0,25712,2457,0,0,0,0,0,0,0,0,72,98,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5825,0,0,0,0,0,2020,0,0,0,'Corrupt Tyranis Malem','',NULL,0,35,35,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6767,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5826,0,0,0,0,0,6113,0,0,0,'Geolord Mottle',NULL,NULL,0,9,9,0,109,0,0.96,1.14286,1,4,11,15,0,34,1,2000,1732,2,0,2048,0,0,0,0,0,0,7,11,100,7,0,5826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5827,0,0,0,0,0,1308,0,0,0,'Brontus',NULL,NULL,0,27,27,0,15,0,2.27,1.14286,1,2,38,51,0,92,2.4,1425,1567,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,5827,0,100010,0,0,0,0,0,0,6016,6268,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,4896,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5828,0,0,0,0,0,4424,0,0,0,'Humar the Pridelord',NULL,NULL,0,23,23,0,16,0,1.33,1.14286,1,2,33,44,0,80,1.7,2000,2000,1,64,2048,0,2,0,0,0,0,22,33,5,1,1,5828,0,100005,0,0,0,0,0,0,3247,0,0,0,0,0,0,0,13336,0,0,0,'SmartAI',1,1,1,3,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5829,0,0,0,0,0,2713,0,0,0,'Snort the Heckler',NULL,NULL,0,17,17,0,38,0,1,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,25,0,0,0,0,17,25,2,1,1,5829,0,100003,0,0,0,0,0,0,7951,3604,0,0,0,0,0,0,12898,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5830,0,0,0,0,0,10876,0,0,0,'Sister Rathtalon',NULL,NULL,0,19,19,0,514,0,1.38889,1.14286,1,2,26,34,0,60,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,18,26,3,7,0,5830,0,0,0,0,0,0,0,0,6982,6728,6535,0,0,0,0,0,0,0,122,164,'SmartAI',1,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5831,0,0,0,0,0,6084,0,0,0,'Swiftmane',NULL,NULL,0,21,21,0,189,0,1,2.14286,1,2,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,1,0,5831,0,5831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,1,1,0,5086,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(5832,0,0,0,0,0,6085,0,0,0,'Thunderstomp',NULL,NULL,0,24,24,0,14,0,1,1.14286,1,4,34,46,0,84,1,2000,1595,1,0,2048,0,0,0,0,0,0,23,34,6,1,0,5832,0,5832,0,0,0,0,0,0,6254,8078,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,4895,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5833,0,0,0,0,0,10933,0,0,0,'Margol the Rager',NULL,NULL,0,43,43,0,14,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,1,0,5833,0,5833,0,0,0,0,0,0,15594,8147,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5834,0,0,0,0,0,2702,0,0,0,'Azzere the Skyblade',NULL,NULL,0,25,25,0,14,0,1,1.42857,1,4,33,45,0,80,1,2000,1585,2,0,2048,0,27,0,0,0,0,23,31,6,1,1,5834,0,5834,55,55,55,55,55,55,0,0,0,0,0,0,0,0,13064,0,0,0,'SmartAI',1,1,1,1.02,1.5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5835,0,0,0,0,0,4593,0,0,0,'Foreman Grills',NULL,NULL,11431,18,18,0,16,0,1,1.14286,1,4,26,35,0,64,1,1600,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,5835,0,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5836,0,0,0,0,0,7049,0,0,0,'Engineer Whirleygig',NULL,NULL,0,19,19,0,16,0,1,1.14286,1,4,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,5836,5836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5837,0,0,0,0,0,4874,0,0,0,'Stonearm',NULL,NULL,0,15,15,0,130,0,0.97,1.14286,1,4,22,29,0,54,1,3000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,5837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',0,1,1,1,1,1,0,5030,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5838,0,0,0,0,0,9448,0,0,0,'Brokespear',NULL,NULL,0,17,17,0,130,0,0.97,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,5838,0,0,0,0,0,0,0,0,7992,10277,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,1,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5839,0,0,0,0,0,7793,7794,0,0,'Dark Iron Geologist',NULL,NULL,0,43,44,0,54,0,1,1.14286,1,0,51,71,0,78,1,2000,2000,8,32768,2048,0,0,0,0,0,0,43,63,20,7,0,5839,5839,0,0,0,0,0,0,100,20823,8858,0,0,0,0,0,0,0,0,65,90,'SmartAI',0,3,1,1.2,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5840,0,0,0,0,0,7796,7797,0,0,'Dark Iron Steamsmith',NULL,NULL,0,46,47,0,54,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,5840,5840,0,0,0,0,0,0,100,11983,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,1.25,1,1,0,10551,18959,0,0,0,0,0,1,0,0,'',12340),
|
|
(5841,0,0,0,0,0,9533,0,0,0,'Rocklance',NULL,NULL,0,17,17,0,130,0,0.666668,1.14286,1,2,25,33,0,60,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,17,25,2,7,0,5841,0,0,0,0,0,0,0,0,7164,11971,15496,0,0,0,0,0,0,0,110,149,'SmartAI',1,1,1,3,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5842,0,0,0,0,0,1337,0,0,0,'Takk the Leaper',NULL,NULL,0,19,19,0,48,0,0.97,1.14286,1,2,27,37,0,68,1.7,2000,2000,1,64,2048,0,11,0,0,0,0,19,27,3,1,1,5842,0,5842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13178,0,0,0,'',1,1,1,3,1,1,0,5055,5062,0,0,0,0,144,1,0,0,'',12340),
|
|
(5843,0,0,0,0,0,487,7816,7817,7818,'Slave Worker',NULL,NULL,12271,45,47,0,674,1,1,1.19048,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5843,5843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,123,'',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5844,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Slaver',NULL,NULL,0,45,46,0,54,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,5844,5844,0,0,0,0,0,0,100,11977,6533,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5846,0,0,0,0,0,7798,7799,7800,7801,'Dark Iron Taskmaster',NULL,NULL,0,47,48,0,54,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,5846,5846,0,0,0,0,0,0,100,5115,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5847,0,0,0,0,0,4595,0,0,0,'Heggin Stonewhisker','Bael\'dun Chief Engineer',NULL,0,24,24,0,122,2,1,1.14286,1,4,34,46,0,84,1,1450,1595,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,5847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,45,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5848,0,0,0,0,0,4597,0,0,0,'Malgin Barleybrew','Bael\'dun Morale Officer',NULL,0,25,25,0,122,128,1.5,1.14286,1,4,35,48,0,86,1,1441,1585,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,5848,0,0,0,0,0,0,0,0,5242,3631,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5849,0,0,0,0,0,4596,0,0,0,'Digger Flameforge','Excavation Specialist',NULL,0,24,24,0,122,2,0.97,1.14286,1,4,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,5849,5849,0,0,100,0,0,0,0,7978,6253,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5850,0,0,0,0,0,1070,0,0,0,'Blazing Elemental',NULL,NULL,0,45,47,0,91,0,1,1.14286,1,0,79,105,2,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,5850,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,10509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5851,0,0,0,0,0,4598,0,0,0,'Captain Gerogg Hammertoe','Bael\'dun Captain of the Guard',NULL,0,27,27,0,122,2,1,1.14286,1,2,38,51,0,92,2.4,2000,1567,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,5851,0,0,0,0,0,0,0,0,71,3419,1672,15062,0,0,0,0,0,0,225,299,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5852,0,0,0,0,0,5488,0,0,0,'Inferno Elemental',NULL,NULL,0,47,49,0,91,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,5852,0,0,0,0,0,0,0,0,10733,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,10509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5853,0,0,0,0,0,5747,0,0,0,'Tempered War Golem',NULL,NULL,0,45,47,0,54,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,5853,0,0,46,46,46,46,92,46,0,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.25,1,1,0,10511,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5854,0,0,0,0,0,10801,0,0,0,'Heavy War Golem',NULL,NULL,0,47,49,0,54,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,9,0,5854,0,0,0,0,0,0,0,0,5568,12612,0,0,0,0,0,0,0,0,92,125,'',1,1,1,1.25,1,1,0,10511,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(5855,0,0,0,0,0,2075,0,0,0,'Magma Elemental',NULL,NULL,0,46,48,0,91,0,1.4,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,4,0,5855,0,0,0,170,170,0,0,0,11970,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,10511,10509,0,0,0,0,149,1,0,0,'',12340),
|
|
(5856,0,0,0,0,0,4456,0,0,0,'Glassweb Spider',NULL,NULL,0,43,45,0,575,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,3,0,0,0,0,52,76,17,1,1,5856,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,10513,0,0,0,'',1,1,1,1.2,1,1,0,11725,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5857,0,0,0,0,0,4457,0,0,0,'Searing Lava Spider',NULL,NULL,0,45,47,0,575,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,3,0,0,0,0,54,80,18,1,1,5857,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,13168,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5858,0,0,0,0,0,7510,0,0,0,'Greater Lava Spider',NULL,NULL,0,47,49,0,575,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,3,0,0,0,0,57,84,19,1,1,5858,0,0,0,125,0,0,0,0,11985,0,0,0,0,0,0,0,13169,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5859,0,0,0,0,0,6114,0,0,0,'Hagg Taurenbane','Razormane Champion',NULL,0,26,26,0,109,0,0.97,1.14286,1,2,37,49,0,90,2.4,2700,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,5859,5859,0,0,0,0,0,0,0,40505,13730,9080,0,0,0,0,0,0,0,210,279,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5860,0,0,0,0,0,7821,7822,7823,7824,'Twilight Dark Shaman',NULL,NULL,0,43,44,0,128,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,5860,5860,0,0,0,0,0,0,0,7289,11824,11986,0,0,0,0,0,0,0,289,383,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),
|
|
(5861,0,0,0,0,0,7825,7826,7827,7828,'Twilight Fire Guard',NULL,NULL,0,44,46,0,128,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5861,5861,0,0,150,0,0,0,0,11988,0,0,0,0,0,0,0,0,0,351,463,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),
|
|
(5862,0,0,0,0,0,7830,7831,7832,7833,'Twilight Geomancer',NULL,NULL,0,44,45,0,128,0,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,5862,5862,0,0,0,0,0,0,0,9053,11990,18972,0,0,0,0,0,0,0,284,376,'',0,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),
|
|
(5863,0,0,0,0,0,6116,0,0,0,'Geopriest Gukk\'rok',NULL,NULL,0,19,19,0,111,0,0.97,1.14286,1,4,26,34,0,60,1,2000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,5863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5864,0,0,0,0,0,6117,0,0,0,'Swinegart Spearhide',NULL,NULL,0,22,22,0,111,0,1.49,1.14286,1,2,32,42,0,78,1.7,1450,1595,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,5864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5865,0,0,0,0,0,1043,0,0,0,'Dishu',NULL,NULL,0,13,13,0,16,0,1,1.42857,1,4,18,24,0,48,1,1525,1677,1,0,2048,0,2,0,0,0,0,12,18,1,1,1,5865,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13381,0,0,0,'SmartAI',0,1,1,1,1,1,0,4893,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5866,0,0,0,0,0,4468,0,0,0,'Equipment Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5867,0,0,0,0,0,4466,0,0,0,'Maximum Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5868,0,0,0,0,0,4467,0,0,0,'Evil Squirrel','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5870,0,0,0,0,0,4727,0,0,0,'Krond','Butcher',NULL,0,27,27,0,29,642,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5871,0,0,0,0,0,4525,0,0,0,'Larhka','Beverage Merchant',NULL,0,18,18,0,29,642,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5872,0,0,0,0,0,4480,0,0,0,'Serpent Form','',NULL,0,20,20,0,270,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5873,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8072,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5874,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,1850,2035,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8076,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5875,0,0,0,0,0,4492,0,0,0,'Gan\'rul Bloodeye',NULL,NULL,10031,40,40,0,83,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5876,0,0,0,0,0,2576,0,0,0,'[UNUSED] Grumol','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5877,0,0,0,0,0,1139,0,0,0,'[UNUSED] Yar\'luk','Far Watch Sparrer','',0,10,10,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5878,0,0,0,0,0,4521,0,0,0,'Thun\'grim Firegaze',NULL,NULL,0,29,29,0,83,2,0.97,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5879,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1850,2035,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5880,0,0,0,0,0,10171,0,0,0,'Un\'Thuwa','Mage Trainer',NULL,64,14,14,0,126,51,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,8,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5881,0,0,0,0,0,1988,0,0,0,'Cursed Sycamore',NULL,NULL,0,45,45,0,7,0,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,5881,0,0,45,45,45,45,90,45,0,0,0,0,0,0,0,0,0,0,82,112,'',1,3,1,1.2,1,1,0,742,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5882,0,0,0,0,0,4524,0,0,0,'Pephredo','Mage Trainer',NULL,4520,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,8,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5883,0,0,0,0,0,4522,0,0,0,'Enyo','Mage Trainer',NULL,4518,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,8,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5884,0,0,0,0,0,4526,0,0,0,'Mai\'ah','Mage Trainer',NULL,4651,10,10,0,126,51,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,768,2048,0,0,0,0,8,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5885,0,0,0,0,0,4523,0,0,0,'Deino','Mage Trainer',NULL,4519,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5886,0,0,0,0,0,4528,0,0,0,'Gwyn Farrow','Mushroom Merchant',NULL,0,16,16,0,68,642,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5887,0,0,0,0,0,4532,0,0,0,'Canaga Earthcaller',NULL,NULL,0,8,8,0,126,2,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5888,0,0,0,0,0,4533,0,0,0,'Seer Ravenfeather',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5889,0,0,0,0,0,1128,1127,549,0,'Mesa Earth Spirit',NULL,NULL,0,5,6,0,7,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2200,1,0,2048,0,0,0,0,0,0,4,6,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5890,0,0,0,0,0,1128,1127,549,0,'Redrock Earth Spirit',NULL,NULL,0,1,1,0,7,0,0.92,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5891,0,0,0,0,0,12110,0,0,0,'Minor Manifestation of Earth',NULL,NULL,0,15,15,0,35,2,1.1,1.14286,1,0,22,29,0,54,1,2000,2046,1,768,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5892,0,0,0,0,0,4534,0,0,0,'Searn Firewarder',NULL,NULL,0,15,15,0,126,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5893,0,0,0,0,0,2172,0,0,0,'Minor Manifestation of Fire',NULL,NULL,0,12,12,0,7,0,0.73,1.14286,1,0,16,21,0,42,1,1890,2079,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,5893,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,6655,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5894,0,0,0,0,0,5493,0,0,0,'Corrupt Minor Manifestation of Water',NULL,NULL,0,22,22,0,15,0,0.88,1.14286,1,0,30,39,0,71,1,1790,1969,2,0,2048,0,0,0,0,0,0,21,31,5,4,0,5894,0,0,0,0,0,0,0,0,122,8056,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,7812,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5895,0,0,0,0,0,525,0,0,0,'Minor Manifestation of Water',NULL,NULL,0,22,22,0,35,2,0.88,1.14286,1,0,32,42,0,78,1,1790,1969,1,0,2048,0,0,0,0,0,0,21,32,4,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5896,0,0,0,0,0,4607,1405,2172,0,'Fire Spirit',NULL,NULL,0,9,9,0,7,0,0.45,1.14286,1,0,11,15,0,40,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,8,11,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5897,0,0,0,0,0,5492,5493,4907,0,'Corrupt Water Spirit',NULL,NULL,0,19,20,0,7,0,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,20,30,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5898,0,0,0,0,0,8714,0,0,0,'Air Spirit',NULL,NULL,0,29,30,0,7,0,0.91,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5899,0,0,0,0,0,4536,0,0,0,'Brine',NULL,NULL,0,23,23,0,125,2,1,1.14286,1,0,31,41,0,74,1,2000,2000,2,4608,2048,0,0,0,0,0,0,21,31,5,7,0,5899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5900,0,0,0,0,0,4537,0,0,0,'Telf Joolam',NULL,NULL,0,35,35,0,876,2,1.1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5901,0,0,0,0,0,4538,0,0,0,'Islen Waterseer',NULL,NULL,1281,37,37,0,35,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5902,0,0,0,0,0,5187,0,0,0,'Minor Manifestation of Air',NULL,NULL,0,33,33,0,35,0,0.91,1.14286,1,0,43,57,0,104,1,2000,2200,2,0,2048,0,0,0,0,0,0,29,43,10,4,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5903,0,0,0,0,0,14945,0,0,0,'Nyx Bloodrage','Baby Murloc Redemption Merchant',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5904,0,0,0,0,0,4540,0,0,0,'[UNUSED] Hurll Kans','','',0,37,37,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5905,0,0,0,0,0,4541,0,0,0,'Prate Cloudseer',NULL,NULL,0,37,37,0,83,2,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,512,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5906,0,0,0,0,0,4542,0,0,0,'Xanis Flameweaver',NULL,NULL,0,15,15,0,104,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5907,0,0,0,0,0,4543,0,0,0,'Kranal Fiss',NULL,NULL,0,15,15,0,29,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,5907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5908,0,0,0,0,0,4544,0,0,0,'Grunt Dogran',NULL,NULL,0,20,20,0,83,2,0.97,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5909,0,0,0,0,0,4545,0,0,0,'Cazul',NULL,NULL,0,40,40,0,83,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5910,0,0,0,0,0,4546,0,0,0,'Zankaja',NULL,NULL,0,15,15,0,83,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5911,0,0,0,0,0,4547,0,0,0,'Grunt Logmar',NULL,NULL,0,20,20,0,83,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5912,0,0,0,0,0,1267,0,0,0,'Deviate Faerie Dragon',NULL,NULL,0,19,19,0,270,0,1.45,1.14286,1,2,27,37,0,68,1.7,1483,1631,1,0,2048,0,0,0,0,0,0,19,27,3,2,0,5912,0,5912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',0,3,1,3,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5913,0,0,0,0,0,4588,0,0,0,'Tremor Totem','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8145,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5914,0,0,0,0,0,3006,1747,4317,3005,'Deviate Nightmare',NULL,NULL,0,19,21,0,35,0,1,1.28571,1,0,31,40,0,74,1,2000,1991,1,0,2048,0,0,0,0,0,0,21,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(5915,0,0,0,0,0,4599,0,0,0,'Brother Ravenoak',NULL,NULL,0,29,29,0,14,0,1,1.14286,1,2,38,50,0,94,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,26,38,8,7,0,5915,0,0,0,0,0,0,0,0,8716,12161,7090,12160,0,0,0,0,0,0,243,322,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5916,0,0,0,0,0,11356,0,0,0,'Sentinel Amarassan',NULL,NULL,0,27,27,0,124,0,1,1.14286,1,2,36,47,0,86,2.4,2000,1567,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,5916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5917,0,0,0,0,0,4558,0,0,0,'Clara Charles',NULL,NULL,0,1,2,0,12,0,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,63,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5918,0,0,0,0,0,4566,0,0,0,'Owl Form','',NULL,0,50,50,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5919,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1870,2057,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8156,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5920,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8157,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5921,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem II',NULL,NULL,0,24,25,0,58,0,1,1,1,0,35,48,0,86,1,1770,1947,1,0,2048,0,0,0,0,0,0,24,36,6,11,0,0,0,0,0,0,0,0,0,0,8162,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5922,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1610,1771,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8163,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5923,0,0,0,0,0,4587,0,0,0,'Poison Cleansing Totem','','',0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5924,0,0,0,0,0,4587,0,0,0,'Cleansing Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,1771,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5925,0,0,0,0,0,4590,0,0,0,'Grounding Totem','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8178,8179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5926,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1760,1936,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8182,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5927,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,1640,1804,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,8185,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5928,0,0,0,0,0,11012,0,0,0,'Sorrow Wing','',NULL,0,27,27,0,16,0,1,1.14286,1,4,38,51,0,92,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,26,39,7,1,0,5928,0,0,0,0,0,0,0,0,3405,3388,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,5808,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5929,0,0,0,0,0,4589,0,0,0,'Magma Totem','','',0,34,34,0,58,0,1,1,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,11,0,0,0,0,0,0,0,0,0,0,8188,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5930,0,0,0,0,0,10875,0,0,0,'Sister Riven',NULL,NULL,0,28,28,0,514,0,1,1.14286,1,2,37,49,0,90,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,25,37,7,7,0,5930,5930,0,0,70,0,0,0,0,3356,6725,184,0,0,0,0,0,0,0,209,277,'',0,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5931,0,0,0,0,0,4600,0,0,0,'Foreman Rigger',NULL,NULL,0,24,24,0,16,0,1,1.14286,1,2,34,46,0,84,1.7,2400,2000,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,5931,5931,0,0,0,0,0,0,0,6016,6533,0,0,0,0,0,0,0,0,186,247,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5932,0,0,0,0,0,487,0,0,0,'Taskmaster Whipfang',NULL,NULL,0,22,22,0,16,0,1,1.14286,1,2,32,42,0,78,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,32,4,7,0,5932,5932,0,0,0,0,0,0,0,16508,0,0,0,0,0,0,0,0,0,161,216,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5933,0,0,0,0,0,9418,0,0,0,'Achellios the Banished',NULL,NULL,0,31,31,0,131,0,1,1.14286,1,4,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,5933,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5934,0,0,0,0,0,11011,0,0,0,'Heartrazor',NULL,NULL,0,32,32,0,16,0,1.55,1.14286,1,2,45,60,0,108,2.4,1383,1521,1,0,2048,0,0,0,0,0,0,31,46,10,1,0,5934,0,5934,0,0,0,0,0,0,8256,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,5809,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5935,0,0,0,0,0,2076,0,0,0,'Ironeye the Invincible',NULL,NULL,0,37,37,0,49,0,1.6,1.14286,1,2,51,68,0,124,2.4,1341,1475,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,5935,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5936,0,0,0,0,0,21975,0,0,0,'Orca','',NULL,0,70,71,2,14,0,1.6,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,5936,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5937,0,0,0,0,0,10988,0,0,0,'Vile Sting',NULL,NULL,0,35,35,0,413,0,1,1.14286,1,2,49,64,0,118,2.4,2000,1494,1,0,2048,0,20,0,0,0,0,33,49,11,1,1,5937,0,100005,0,0,0,0,0,0,8257,0,0,0,0,0,0,0,5877,0,0,0,'',0,3,1,3,1,1,0,5794,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5938,0,0,0,0,0,4604,0,0,0,'Uthan Stillwater','Fishing Trainer',NULL,0,14,14,0,104,83,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4608,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5939,0,0,0,0,0,4605,0,0,0,'Vira Younghoof','First Aid Trainer',NULL,5856,13,13,0,104,83,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5940,0,0,0,0,0,4608,0,0,0,'Harn Longcast','Fishing Supplies',NULL,0,9,9,0,104,130,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5941,0,0,0,0,0,4609,0,0,0,'Lau\'Tiki','Fishing Trainer',NULL,0,14,14,0,126,83,1.1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,2,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5942,0,0,0,0,0,4610,0,0,0,'Zansoa','Fishing Supplies',NULL,0,14,14,0,126,130,1,1.14286,1,0,20,27,0,50,1,2000,2057,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5943,0,0,0,0,0,4611,0,0,0,'Rawrk','First Aid Trainer',NULL,5856,15,15,0,29,83,1,1.14286,1,0,22,29,0,54,1,2000,2046,1,512,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5944,0,0,0,0,0,4614,0,0,0,'Yonada','Tailoring & Leatherworking Supplies',NULL,0,25,25,0,104,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5945,0,0,0,0,0,4615,0,0,0,'Owl Companion','',NULL,0,5,5,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5946,0,0,0,0,0,4617,0,0,0,'Male Dark Assassin','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5947,0,0,0,0,0,4618,0,0,0,'Female Dark Assassin','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5948,0,0,0,0,0,4619,0,0,0,'Female Pirate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5949,0,0,0,0,0,4620,0,0,0,'Male Pirate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5950,0,0,0,0,0,4589,0,0,0,'Flametongue Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,1730,1903,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52109,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5951,0,0,0,0,0,1560,0,0,0,'Hare',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(5952,0,0,0,0,0,9794,9795,9797,9796,'Den Grunt',NULL,NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,1562,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(5953,0,0,0,0,0,9798,9800,9799,9801,'Razor Hill Grunt',NULL,'Directions',3285,28,32,0,85,1,1,1.14286,1,0,45,60,0,108,1,2000,1782,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,5953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(5954,0,0,0,0,0,4629,0,0,0,'Shade (Deprecated)','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(5955,0,0,0,0,0,2902,0,0,0,'Tooga',NULL,NULL,0,45,45,0,35,2,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tooga',12340),
|
|
(5956,0,0,0,0,0,7126,0,0,0,'Graznab','',NULL,0,35,35,0,69,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5957,0,0,0,0,0,4665,0,0,0,'Birgitte Cranston','Portal Trainer',NULL,4825,45,45,0,68,51,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,33280,2048,0,0,0,0,8,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5958,0,0,0,0,0,12849,0,0,0,'Thuul','Portal Trainer',NULL,4826,45,45,0,29,51,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,512,2048,0,0,0,0,8,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5959,0,0,0,0,0,1894,0,0,0,'World Dwarf Male Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5960,0,0,0,0,0,4617,0,0,0,'World Human Male Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5961,0,0,0,0,0,2891,0,0,0,'World Gnome Male Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5962,0,0,0,0,0,1394,0,0,0,'World Orc Male Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5963,0,0,0,0,0,1678,0,0,0,'World Tauren Male Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5964,0,0,0,0,0,1278,0,0,0,'World Undead Male Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5965,0,0,0,0,0,4609,0,0,0,'World Troll Male Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5966,0,0,0,0,0,4408,0,0,0,'World Night Elf Male Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5967,0,0,0,0,0,3069,0,0,0,'World Dwarf Female Warrior Trainer','Warrior Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5968,0,0,0,0,0,4618,0,0,0,'World Human Female Rogue Trainer','Rogue Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5969,0,0,0,0,0,3562,0,0,0,'World Gnome Female Mage Trainer','Mage Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5970,0,0,0,0,0,4196,0,0,0,'World Orc Female Warlock Trainer','Warlock Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5971,0,0,0,0,0,1882,0,0,0,'World Troll Female Shaman Trainer','Shaman Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5972,0,0,0,0,0,3797,0,0,0,'World Tauren Female Druid Trainer','Druid Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5973,0,0,0,0,0,2670,0,0,0,'World Undead Female Priest Trainer','Priest Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5974,0,0,0,0,0,14402,0,0,0,'Dreadmaul Ogre',NULL,NULL,0,45,46,0,45,0,1.05,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,5974,5974,0,0,0,0,0,0,0,20793,6742,0,0,0,0,0,0,0,0,91,123,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5975,0,0,0,0,0,11542,0,0,0,'Dreadmaul Ogre Mage',NULL,NULL,0,46,47,0,45,0,1.05,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,5975,5975,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,72,99,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5976,0,0,0,0,0,11584,0,0,0,'Dreadmaul Brute',NULL,NULL,0,46,47,0,45,0,1.05,1.14286,1,0,79,105,0,192,1,2600,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,5976,5976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5977,0,0,0,0,0,14401,0,0,0,'Dreadmaul Mauler',NULL,NULL,0,53,54,0,45,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,5977,5977,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5978,0,0,0,0,0,11543,0,0,0,'Dreadmaul Warlock',NULL,NULL,0,54,55,0,45,0,1.6,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,5978,5978,0,0,0,0,0,0,0,20298,8282,0,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(5979,0,0,0,0,0,152,0,0,0,'Wretched Lost One',NULL,NULL,0,45,47,0,51,0,1.11111,1.14286,1,0,74,98,0,180,1,2000,2000,2,0,2048,0,0,0,0,0,0,50,74,16,7,0,5979,5979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,109,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5980,0,0,0,0,0,4688,0,0,0,'Broken One','',NULL,0,48,50,0,51,0,1.2,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,14118,12686,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5981,0,0,0,0,0,10921,0,0,0,'Portal Seeker',NULL,NULL,0,51,53,0,51,0,1.63,1.14286,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,5981,5981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5982,0,0,0,0,0,10824,0,0,0,'Black Slayer',NULL,NULL,0,47,48,0,73,0,1,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,7,0,0,0,0,56,82,19,1,1,5982,0,5982,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,12862,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5983,0,0,0,0,0,1105,0,0,0,'Bonepicker','',NULL,0,49,50,0,73,0,1,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,7,0,0,0,0,58,86,20,1,1,5982,0,5982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12863,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(5984,0,0,0,0,0,8050,0,0,0,'Starving Snickerfang',NULL,NULL,0,45,46,0,38,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,25,0,0,0,0,53,78,17,1,1,5984,0,5984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12906,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5985,0,0,0,0,0,2714,0,0,0,'Snickerfang Hyena',NULL,NULL,0,49,50,0,38,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,25,0,0,0,0,58,86,20,1,1,5985,0,5985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5986,0,0,0,0,0,2715,0,0,0,'Rabid Snickerfang','',NULL,0,53,54,0,38,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,25,0,0,0,0,63,93,22,1,1,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,8286,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5987,0,0,0,0,0,6069,0,0,0,'Scorpok Snapper','',NULL,0,46,47,0,413,0,1.2,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,0,0,0,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5870,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5988,0,0,0,0,0,6068,0,0,0,'Scorpok Stinger',NULL,NULL,0,46,47,0,413,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,5988,0,5988,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8858,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5989,0,0,0,0,0,6070,0,0,0,'Scorpok Lasher','',NULL,0,52,53,0,413,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,0,0,0,0,0,0,0,0,0,5416,6607,0,0,0,0,0,0,5871,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5990,0,0,0,0,0,2743,0,0,0,'Redstone Basilisk',NULL,NULL,0,47,48,0,49,0,1.11111,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,5990,0,5990,0,100,0,0,0,0,3635,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5991,0,0,0,0,0,798,0,0,0,'Redstone Crystalhide',NULL,NULL,0,51,52,0,49,0,1.11111,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,5991,0,5991,0,100,0,0,0,0,5106,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5992,0,0,0,0,0,3026,0,0,0,'Ashmane Boar',NULL,NULL,0,48,49,0,14,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,5,0,0,0,0,57,84,19,1,1,5992,0,5992,0,98,0,0,0,0,6268,0,0,0,0,0,0,0,8261,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5993,0,0,0,0,0,11410,0,0,0,'Helboar',NULL,NULL,0,52,53,0,90,0,1,1.19048,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,5993,0,5993,0,106,0,0,0,0,11970,6268,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5994,0,0,0,0,0,4690,0,0,0,'Zayus','High Priest',NULL,4522,60,60,0,29,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,5,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(5995,0,0,0,0,0,6715,6716,6717,6718,'Nethergarde Worker','',NULL,0,46,47,0,1575,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5996,0,0,0,0,0,6719,6720,6721,6722,'Nethergarde Miner','',NULL,0,47,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5996,5996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5997,0,0,0,0,0,6711,6712,0,0,'Nethergarde Engineer','',NULL,0,47,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,5997,5997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5998,0,0,0,0,0,6723,6724,6725,6726,'Nethergarde Foreman','',NULL,0,46,48,0,1575,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,5998,5998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(5999,0,0,0,0,0,6727,6728,6729,6730,'Nethergarde Soldier','',NULL,0,49,50,0,1575,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,5999,5999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6000,0,0,0,0,0,6731,6732,6733,6734,'Nethergarde Cleric',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6001,0,0,0,0,0,6713,6714,0,0,'Nethergarde Analyst',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,6001,6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6002,0,0,0,0,0,6738,6739,6740,6742,'Nethergarde Riftwatcher',NULL,NULL,0,49,51,0,1575,0,1,1.14286,1,0,61,85,0,93,1,2000,2000,8,0,2048,0,0,0,0,0,0,51,75,22,7,0,6002,6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6003,0,0,0,0,0,6752,6753,6754,6755,'Nethergarde Officer',NULL,NULL,0,50,51,0,1575,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6004,0,0,0,0,0,7838,6779,6780,6781,'Shadowsworn Cultist',NULL,NULL,0,51,52,0,90,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6004,6004,0,0,0,0,0,102,0,10277,0,0,0,0,0,0,0,0,0,108,146,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6005,0,0,0,0,0,6793,6794,6795,6796,'Shadowsworn Thug',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,1700,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,6005,6005,0,0,0,0,0,104,0,3391,8646,11976,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6006,0,0,0,0,0,6770,6771,6772,6773,'Shadowsworn Adept',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,6006,6006,0,0,0,0,0,106,0,7154,6958,0,0,0,0,0,0,0,0,96,131,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6007,0,0,0,0,0,6787,6788,7841,6782,'Shadowsworn Enforcer',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,92,122,0,224,1,2400,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,6007,6007,0,0,0,0,0,108,0,15496,0,0,0,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6008,0,0,0,0,0,6789,6790,6791,6792,'Shadowsworn Warlock',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,7,0,6008,6008,0,0,0,0,0,108,0,20825,17227,0,0,0,0,0,0,0,0,91,124,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6009,0,0,0,0,0,6784,6783,6785,6786,'Shadowsworn Dreadweaver',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,6009,6009,0,0,0,0,0,110,0,20825,8994,7098,0,0,0,0,0,0,0,100,136,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6010,0,0,0,0,0,1913,0,0,0,'Felhound',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,6010,0,6010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6011,0,0,0,0,0,9017,0,0,0,'Felguard Sentry',NULL,NULL,0,54,55,0,90,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,3,0,6011,6011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,18623,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(6012,0,0,0,0,0,4589,0,0,0,'Flametongue Totem II',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,52110,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6013,0,0,0,0,0,1105,0,0,0,'Wayward Buzzard',NULL,NULL,0,35,37,0,7,0,1.28,1.14286,1,0,51,68,0,124,1,1660,1826,1,0,2048,0,7,0,0,0,0,35,52,12,1,1,6013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8306,0,0,0,'',1,3,1,1.15,1,1,0,7847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6014,0,0,0,0,0,10473,0,0,0,'X\'yera','Priest Trainer',NULL,4523,50,50,0,29,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,5,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6015,0,0,0,0,0,1244,0,0,0,'Torta',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6016,0,0,0,0,0,2419,0,0,0,'Elemental Protection Totem',NULL,NULL,0,25,26,0,7,0,0.01,1.14286,1,0,37,49,0,90,1,1460,1606,1,0,2048,0,0,0,0,0,0,25,37,7,11,0,0,0,0,0,0,0,0,0,0,8263,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6017,0,0,0,0,0,1421,0,0,0,'Lava Spout Totem',NULL,NULL,0,37,46,0,7,0,0.01,1.14286,1,0,77,102,0,188,1,2000,1804,1,0,2048,0,0,0,0,0,0,53,78,17,11,0,0,0,0,0,0,0,0,0,0,8266,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6018,0,0,0,0,0,4711,0,0,0,'Ur\'kyo','Priest Trainer',NULL,4521,40,40,0,29,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,5,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6019,0,0,0,0,0,7127,0,0,0,'Hornizz Brimbuzzle',NULL,NULL,0,30,30,0,69,2,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,6019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6020,0,0,0,0,0,2835,0,0,0,'Slimeshell Makrura',NULL,NULL,0,18,19,0,129,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,36,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6021,0,0,0,0,0,4716,0,0,0,'Boar Spirit',NULL,NULL,0,27,27,0,16,0,1.5,1.14286,1,1,38,51,0,92,7.5,1441,1585,1,0,2048,0,0,0,0,0,0,26,39,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6022,0,0,0,0,0,4721,0,0,0,'Captain Drakoar','',NULL,0,31,31,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6023,0,0,0,0,0,4720,0,0,0,'Kernon Shadowclaw','',NULL,0,33,33,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6026,0,0,0,0,0,4725,0,0,0,'Breyk','Wind Rider Master',NULL,6944,65,65,0,29,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6027,0,0,0,0,0,4728,0,0,0,'Kitha','',NULL,0,17,17,0,29,2,1,1.14286,1,0,18,25,0,26,1,2000,2024,8,512,2048,0,0,0,0,3,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6028,0,0,0,0,0,4726,0,0,0,'Burkrum','Heavy Armor Merchant',NULL,0,30,30,0,104,4482,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6030,0,0,0,0,0,4949,0,0,0,'Thorvald Deepforge',NULL,NULL,0,21,21,0,55,2,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6031,0,0,0,0,0,4950,0,0,0,'Tormus Deepforge',NULL,NULL,0,30,30,0,55,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6032,0,0,0,0,0,4311,0,0,0,'[UNUSED] Sharn','Spirit Healer','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6033,0,0,0,0,0,7449,0,0,0,'Lake Frenzy',NULL,NULL,0,15,16,0,1878,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,10,0,6033,0,6033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6034,0,0,0,0,0,5186,0,0,0,'Lotherias',NULL,NULL,0,35,35,0,80,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6035,0,0,0,0,0,6106,0,0,0,'Razorfen Stalker',NULL,NULL,0,25,26,0,152,0,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,25,37,7,7,0,6035,6035,0,0,0,0,0,0,0,7259,0,0,0,0,0,0,0,0,0,168,224,'SmartAI',0,3,1,3,1,1,0,5825,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6036,0,0,0,0,0,1245,0,0,0,'Guardian of Backus','',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6046,0,0,0,0,0,4775,0,0,0,'[UNUSED] Gozwin Vilesprocket','','',0,10,10,0,64,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6047,0,0,0,0,0,525,0,0,0,'Aqua Guardian','',NULL,0,20,20,0,91,0,0.89,1.14286,1,0,27,36,0,64,1,2000,1936,2,0,2048,0,0,0,0,0,0,19,28,4,4,0,6047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6066,0,0,0,0,0,2420,0,0,0,'Earthgrab Totem',NULL,NULL,0,39,39,0,14,0,0.84,1.14286,1,0,54,72,0,132,1,1510,2000,1,131076,2048,0,0,0,0,0,0,37,55,13,11,0,0,0,0,0,0,0,0,0,0,8377,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6067,0,0,0,0,0,4785,0,0,0,'[UNUSED] Meritt Herrion','','',0,10,10,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6068,0,0,0,0,0,172,0,0,0,'Warug\'s Bodyguard',NULL,NULL,0,35,36,0,133,0,1.02,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,6068,6068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6069,0,0,0,0,0,9436,0,0,0,'Maraudine Khan Guard',NULL,NULL,0,39,40,0,134,0,1.125,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6069,0,0,0,0,0,0,0,0,11971,11972,7164,0,0,0,0,0,0,0,68,94,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,144,1,0,0,'',12340),
|
|
(6070,0,0,0,0,0,9438,0,0,0,'Maraudine Khan Advisor',NULL,NULL,0,38,39,0,134,0,1.3,1.14286,1,0,51,67,0,124,1,1620,1782,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,6070,0,0,0,0,0,0,0,0,11986,12548,0,0,0,0,0,0,0,0,57,79,'',0,3,1,1.15,1,1,0,6067,6074,0,0,0,0,0,1,0,0,'',12340),
|
|
(6071,0,0,0,0,0,7949,0,0,0,'Legion Hound',NULL,NULL,0,29,30,0,90,0,0.92,1.14286,1,0,42,56,0,102,1,1700,1870,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,6071,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6072,0,0,0,0,0,348,0,0,0,'Diathorus the Seeker',NULL,NULL,0,32,32,0,90,0,1.1,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,6072,6072,0,0,0,0,0,102,136,12542,0,0,0,0,0,0,0,0,0,45,64,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6073,0,0,0,0,0,10905,0,0,0,'Searing Infernal',NULL,NULL,0,29,30,0,90,0,0.97,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,6073,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6074,0,0,0,0,0,6080,0,0,0,'Striped Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,23,23,23,23,23,23,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(6075,0,0,0,0,0,4806,0,0,0,'Emerald Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(6076,0,0,0,0,0,4807,0,0,0,'Riding Tallstrider (Ivory)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(6086,0,0,0,0,0,4845,4846,4847,4848,'Auberdine Sentinel',NULL,NULL,0,40,40,0,79,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6086,6086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6087,0,0,0,0,0,4841,4842,4843,4844,'Astranaar Sentinel',NULL,NULL,0,40,40,0,79,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,6087,6087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6089,0,0,0,0,0,4996,0,0,0,'Harry Burlguard',NULL,NULL,0,50,50,0,123,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6090,0,0,0,0,0,5000,0,0,0,'Bartleby','Drunk',NULL,0,10,10,0,84,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bartleby',12340),
|
|
(6091,0,0,0,0,0,4861,0,0,0,'Dellylah','Food & Drink Vendor',NULL,10526,9,9,0,80,643,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4864,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6092,0,0,0,0,0,4868,0,0,0,'Minor Phantasm','',NULL,0,14,14,0,21,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6093,0,0,0,0,0,4947,0,0,0,'Dead-Tooth Jack',NULL,NULL,0,11,11,0,17,0,0.99,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6093,6093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'',1,3,1,1,1,1,0,6783,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6094,0,0,0,0,0,4862,0,0,0,'Byancie','First Aid Trainer',NULL,4762,22,22,0,80,83,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,2,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6106,0,0,0,0,0,4869,0,0,0,'Lesser Phantasm','',NULL,0,22,22,0,21,0,1.2,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6107,0,0,0,0,0,4870,0,0,0,'Shade','',NULL,0,60,60,0,1665,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.03,1,1,0,0,0,0,0,0,0,197,1,8388624,0,'',12340),
|
|
(6108,0,0,0,0,0,4629,0,0,0,'Greater Phantasm','',NULL,0,38,38,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6109,0,0,0,0,0,11460,0,0,0,'Azuregos',NULL,NULL,0,63,63,0,7,0,1.3,1.14286,1,3,181,253,0,268,35,1480,2000,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,6109,0,6109,0,0,0,0,0,0,21097,21098,22479,23187,0,0,0,0,0,0,77605,101348,'',1,3,1,275,25,1,0,0,0,0,0,0,0,169,1,617562111,0,'boss_azuregos',12340),
|
|
(6110,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1760,1936,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6111,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1640,1804,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6112,0,0,0,0,0,4590,0,0,0,'Windfury Totem',NULL,NULL,0,80,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,8515,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6113,0,0,0,0,0,27506,0,0,0,'Vejrek',NULL,NULL,0,11,11,0,37,0,1,1.14286,1,0,15,20,0,44,1,2000,2046,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6113,0,0,0,0,0,0,0,0,7386,7164,0,0,0,0,0,0,0,0,11,19,'SmartAI',0,3,1,1,1,1,0,6799,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6114,0,0,0,0,0,4995,0,0,0,'Muren Stormpike',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6115,0,0,0,0,0,5048,0,0,0,'Roaming Felguard',NULL,NULL,0,28,30,0,90,0,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,3,0,6115,6115,0,0,75,0,0,75,0,11428,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6116,0,0,0,0,0,10702,0,0,0,'Highborne Apparition',NULL,NULL,0,45,46,0,21,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,6116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6117,0,0,0,0,0,10700,0,0,0,'Highborne Lichling',NULL,NULL,0,46,47,0,21,0,1.11111,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,6,0,6117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,99,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6118,0,0,0,0,0,10771,0,0,0,'Varo\'then\'s Ghost',NULL,NULL,0,48,48,0,21,0,1.69,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,6,0,6118,0,0,0,0,0,0,0,0,21007,0,0,0,0,0,0,0,0,0,93,126,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6119,0,0,0,0,0,4864,0,0,0,'Tog Rustsprocket',NULL,NULL,268,10,10,0,875,3,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6120,0,0,0,0,0,4865,0,0,0,'Lago Blackwrench',NULL,NULL,0,30,30,0,875,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6121,0,0,0,0,0,4866,0,0,0,'Remen Marcot',NULL,NULL,0,10,10,0,12,2,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,512,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6122,0,0,0,0,0,4867,0,0,0,'Gakin the Darkbinder',NULL,NULL,5641,50,50,0,12,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6123,0,0,0,0,0,4956,0,0,0,'Dark Iron Spy',NULL,NULL,0,9,10,0,54,0,0.97,1.14286,1,0,13,17,0,42,1,1900,2090,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6123,6123,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,6847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6124,0,0,0,0,0,4957,0,0,0,'Captain Beld','Dark Iron Captain',NULL,0,11,11,0,54,0,0.99,1.14286,1,0,15,20,0,44,1,1860,2046,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,6124,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,11,19,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6125,0,0,0,0,0,11331,0,0,0,'Haldarr Satyr',NULL,NULL,0,45,46,0,90,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,3,0,6125,6125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6126,0,0,0,0,0,11332,0,0,0,'Haldarr Trickster',NULL,NULL,0,45,47,0,90,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,6126,6126,0,0,0,0,0,0,0,7098,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6127,0,0,0,0,0,2020,0,0,0,'Haldarr Felsworn',NULL,NULL,0,46,47,0,90,0,1.1,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,3,0,6127,6127,0,0,0,0,0,0,0,20825,0,0,0,0,0,0,0,0,0,72,99,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6128,0,0,0,0,0,2015,0,0,0,'Vorlus Vilehoof',NULL,NULL,0,10,10,0,14,0,1.12,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,3,0,6128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,6805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6129,0,0,0,0,0,6762,0,0,0,'Draconic Magelord',NULL,NULL,0,53,54,0,60,0,1.1,1.14286,1,1,65,91,0,99,2.4,2000,2000,8,64,2048,0,0,0,0,0,0,54,80,23,2,0,6129,0,6129,216,0,0,175,0,0,12548,8364,9672,0,0,0,0,0,0,0,317,418,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6130,0,0,0,0,0,6760,0,0,0,'Blue Scalebane',NULL,NULL,0,52,53,0,60,0,1.1,1.14286,1,1,89,119,0,218,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,2,0,6130,0,6130,0,0,0,175,0,0,0,0,0,0,0,0,0,0,0,0,417,549,'',1,3,1,3.15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6131,0,0,0,0,0,6761,0,0,0,'Draconic Mageweaver',NULL,NULL,0,51,52,0,60,0,1.1,1.14286,1,1,82,109,0,202,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,2,0,6131,0,6131,0,0,208,175,0,0,12557,9672,0,0,0,0,0,0,0,0,322,425,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6132,0,0,0,0,0,1343,0,0,0,'Razorfen Servitor',NULL,NULL,0,23,24,0,152,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,6132,6132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,163,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6133,0,0,0,0,0,4958,0,0,0,'Shade of Elura',NULL,NULL,0,11,11,0,14,0,0.99,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,6133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,6809,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6134,0,0,0,0,0,170,0,0,0,'Lord Arkkoroc',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6135,0,0,0,0,0,2599,0,0,0,'Arkkoran Clacker',NULL,NULL,0,53,54,0,16,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,6135,6135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6136,0,0,0,0,0,5025,0,0,0,'Arkkoran Muckdweller',NULL,NULL,0,53,54,0,16,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,6136,6136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6137,0,0,0,0,0,1817,0,0,0,'Arkkoran Pincer',NULL,NULL,0,54,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,6137,6137,0,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6138,0,0,0,0,0,11293,0,0,0,'Arkkoran Oracle',NULL,NULL,0,54,55,0,16,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,6138,6138,0,0,0,0,0,0,0,11986,12550,11824,0,0,0,0,0,0,0,100,136,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6139,0,0,0,0,0,2297,0,0,0,'Highperch Soarer',NULL,NULL,0,28,29,0,16,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,28,41,8,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6140,0,0,0,0,0,4872,0,0,0,'Hetaera',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,10,0,6140,0,6140,0,0,0,0,0,0,3391,7367,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,10599,10598,10600,0,0,0,0,1,0,0,'',12340),
|
|
(6141,0,0,0,0,0,2155,0,0,0,'Pridewing Soarer',NULL,NULL,0,22,22,0,16,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,21,32,4,1,0,6141,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(6142,0,0,0,0,0,5083,0,0,0,'Mathiel',NULL,NULL,0,33,33,0,80,2,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,512,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6143,0,0,0,0,0,12812,0,0,0,'Servant of Arkkoroc',NULL,NULL,0,53,54,0,778,0,1.1,1.14286,1,1,92,122,0,224,2.4,2700,2000,1,64,2048,0,0,0,0,0,0,63,93,22,5,0,6143,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,440,579,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(6144,0,0,0,0,0,4945,0,0,0,'Son of Arkkoroc',NULL,NULL,0,54,55,0,778,0,1.1,1.14286,1,1,94,125,0,228,2.4,2800,2000,1,64,2048,0,0,0,0,0,0,65,95,23,5,0,6144,0,0,0,0,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,446,587,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(6145,0,0,0,0,0,4878,0,0,0,'School of Fish','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6146,0,0,0,0,0,1918,0,0,0,'Cliff Breaker',NULL,NULL,0,54,55,0,778,0,1.1,1.14286,1,1,94,125,0,228,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,65,95,23,5,0,6146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,425,559,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6147,0,0,0,0,0,12814,0,0,0,'Cliff Thunderer',NULL,NULL,0,53,54,0,778,0,1.1,1.14286,1,1,92,122,0,224,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,63,93,22,5,0,6147,0,0,0,0,0,0,0,0,8147,0,0,0,0,0,0,0,0,0,410,540,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(6148,0,0,0,0,0,12813,0,0,0,'Cliff Walker',NULL,NULL,0,52,53,0,778,0,1.2,1.42857,1,1,89,119,0,218,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,62,91,22,5,0,6148,0,0,0,0,0,0,0,0,16498,0,0,0,0,0,0,0,0,0,400,527,'',1,3,1,3,1,1,0,11405,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6166,0,0,0,0,0,4944,0,0,0,'Yorus Barleybrew','',NULL,0,24,24,0,122,2,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6167,0,0,0,0,0,12682,0,0,0,'Chimaera Matriarch',NULL,NULL,0,28,28,0,16,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,0,2048,0,38,0,0,0,0,27,40,8,1,65537,6167,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.05,1,1,0,6840,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6168,0,0,0,0,0,6110,0,0,0,'Roogug',NULL,NULL,0,26,26,0,152,0,1,1.14286,1,1,34,46,0,84,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,23,34,6,7,0,6168,0,0,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,142,191,'SmartAI',1,3,1,3,1,1,0,5825,6841,0,0,0,0,0,1,0,0,'',12340),
|
|
(6169,0,0,0,0,0,4999,0,0,0,'Klockmort Spannerspan',NULL,NULL,0,43,45,0,875,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6170,0,0,0,0,0,203,0,0,0,'Gutspill','',NULL,0,32,32,0,24,0,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,7,0,6170,0,6170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,1.1,1,1,0,896,895,6845,0,0,0,0,1,0,0,'',12340),
|
|
(6171,0,0,0,0,0,4885,0,0,0,'Duthorian Rall',NULL,NULL,0,60,60,0,1078,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6172,0,0,0,0,0,4886,0,0,0,'Henze Faulk',NULL,NULL,0,10,10,0,123,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,768,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(6173,0,0,0,0,0,4887,0,0,0,'Gazin Tenorm',NULL,NULL,0,9,9,0,122,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6174,0,0,0,0,0,4888,0,0,0,'Stephanie Turner',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6175,0,0,0,0,0,4889,0,0,0,'John Turner',NULL,NULL,0,8,8,0,12,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6176,0,0,0,0,0,4954,0,0,0,'Bath\'rah the Windwatcher',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6177,0,0,0,0,0,4890,0,0,0,'Narm Faulk',NULL,NULL,0,8,8,0,122,2,1,1.14286,1,0,10,13,0,32,1,2000,2123,2,4096,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(6178,0,0,0,0,0,4891,0,0,0,'Muiredon Battleforge',NULL,NULL,0,10,10,0,55,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,512,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6179,0,0,0,0,0,4892,0,0,0,'Tiza Battleforge',NULL,NULL,0,60,60,0,55,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6180,0,0,0,0,0,4908,4909,0,0,'Defias Raider',NULL,NULL,0,17,18,0,14,0,1.02,1.14286,1,0,26,35,0,64,1,1810,1991,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,6180,0,0,0,0,0,0,0,0,2457,25710,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,0.85,1,1,0,829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6181,0,0,0,0,0,4893,0,0,0,'Jordan Stilwell',NULL,NULL,0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6182,0,0,0,0,0,4894,0,0,0,'Daphne Stilwell','',NULL,0,20,20,0,231,2,0.95,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_daphne_stilwell',12340),
|
|
(6183,0,0,0,0,0,5167,0,0,0,'[UNUSED] Briton Kilras','','',0,30,30,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6184,0,0,0,0,0,936,0,0,0,'Timbermaw Pathfinder',NULL,NULL,0,46,47,0,414,0,0.666668,0.992063,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,6184,6184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,121,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6185,0,0,0,0,0,6825,0,0,0,'Timbermaw Warrior',NULL,NULL,0,47,48,0,414,0,0.666668,0.992063,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,6185,6185,0,0,0,0,0,0,0,11976,11977,0,0,0,0,0,0,0,0,94,128,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6186,0,0,0,0,0,1999,0,0,0,'Timbermaw Totemic',NULL,NULL,0,48,49,0,414,0,0.666668,0.992063,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,6186,6186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,115,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6187,0,0,0,0,0,6826,0,0,0,'Timbermaw Den Watcher',NULL,NULL,0,49,50,0,414,0,0.666668,0.992063,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,6187,6187,0,0,0,0,0,0,0,9128,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6188,0,0,0,0,0,2000,0,0,0,'Timbermaw Shaman',NULL,NULL,0,50,51,0,414,0,0.666668,0.992063,1,0,61,85,0,93,1,2000,2000,8,0,2048,0,0,0,0,0,0,51,75,22,7,0,6188,6188,0,0,0,0,0,0,0,20295,37665,0,0,0,0,0,0,0,0,86,118,'',0,3,1,1.3,1,1,0,19775,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6189,0,0,0,0,0,6746,0,0,0,'Timbermaw Ursa',NULL,NULL,0,51,52,0,414,0,0.666668,0.992063,1,0,87,117,0,214,1,2750,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6189,6189,0,0,0,0,0,0,0,8078,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6190,0,0,0,0,0,6747,0,0,0,'Spitelash Warrior',NULL,NULL,0,46,47,0,74,0,1,1.14286,1,0,79,105,0,192,1,2500,2000,1,32768,2048,0,0,0,0,0,0,54,80,18,7,0,6190,6190,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(6193,0,0,0,0,0,6749,0,0,0,'Spitelash Screamer',NULL,NULL,0,47,48,0,74,0,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,6193,6193,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,92,125,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(6194,0,0,0,0,0,6748,0,0,0,'Spitelash Serpent Guard',NULL,NULL,0,48,49,0,74,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,32768,2048,0,0,0,0,0,0,52,77,17,7,0,6194,6194,0,0,0,0,0,0,0,12548,0,0,0,0,0,0,0,0,0,82,113,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(6195,0,0,0,0,0,11266,0,0,0,'Spitelash Siren',NULL,NULL,0,51,52,0,74,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,7,0,6195,6195,0,0,0,0,0,0,0,12551,6660,11640,11831,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,13815,20029,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(6196,0,0,0,0,0,11265,0,0,0,'Spitelash Myrmidon',NULL,NULL,0,50,51,0,74,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,6196,6196,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,105,143,'',1,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(6197,0,0,0,0,0,6750,0,0,0,'Spitelash Sorceress','',NULL,0,49,50,0,74,0,1.2,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,12549,36990,19514,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6198,0,0,0,0,0,18982,18983,0,0,'Blood Elf Surveyor',NULL,NULL,0,51,52,0,74,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,6198,6198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.3,1,1,0,20028,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6199,0,0,0,0,0,18980,18981,0,0,'Blood Elf Reclaimer',NULL,NULL,0,52,53,0,74,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,7,0,6199,6199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'',0,3,1,1.3,1,1,0,20028,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6200,0,0,0,0,0,2878,0,0,0,'Legashi Satyr',NULL,NULL,0,51,52,0,90,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,3,0,6200,6200,0,0,0,0,0,0,204,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6201,0,0,0,0,0,6743,0,0,0,'Legashi Rogue',NULL,NULL,0,51,53,0,90,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,6201,6201,0,0,0,0,0,0,209,0,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6202,0,0,0,0,0,11338,0,0,0,'Legashi Hellcaller',NULL,NULL,0,52,53,0,90,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,3,0,6202,6202,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0,0,0,90,123,'',1,3,1,1.3,1,1,0,18624,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6206,0,0,0,0,0,830,0,0,0,'Caverndeep Burrower','',NULL,0,24,26,0,59,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6206,6206,0,0,0,0,0,0,0,9770,16145,1604,9776,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,3.25,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6207,0,0,0,0,0,764,0,0,0,'Caverndeep Ambusher','',NULL,0,24,26,0,59,0,1,1.14286,1,0,37,49,0,90,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,6207,6207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,50,'SmartAI',1,3,1,0.9,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6208,0,0,0,0,0,4905,0,0,0,'Caverndeep Invader','',NULL,0,25,26,0,59,0,1,1.14286,1,0,37,49,0,90,1,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6208,6208,0,0,0,0,0,0,0,9770,1604,12540,0,0,0,0,0,0,0,133,179,'',0,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6209,0,0,0,0,0,830,0,0,0,'Caverndeep Looter',NULL,NULL,0,26,26,0,59,0,1.55,1.14286,1,1,37,49,0,90,2.4,1383,1521,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,6209,0,0,0,0,0,0,0,0,10851,0,0,0,0,0,0,0,0,0,139,186,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6210,0,0,0,0,0,726,0,0,0,'Caverndeep Pillager','',NULL,0,24,25,0,59,0,1,1.14286,1,0,35,48,0,86,1,1800,1604,1,32832,2048,0,0,0,0,0,0,24,36,6,7,0,6210,6210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6211,0,0,0,0,0,10285,0,0,0,'Caverndeep Reaver','',NULL,0,26,26,0,59,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,25,37,7,7,0,6211,6211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6212,0,0,0,0,0,3456,0,0,0,'Dark Iron Agent','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6212,6212,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6213,0,0,0,0,0,990,0,0,0,'Irradiated Invader','',NULL,0,24,26,0,59,0,1,1.14286,1,0,34,46,0,84,1,2000,1567,2,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6213,6213,0,0,0,0,0,0,0,9771,9770,9769,0,0,0,0,0,0,0,114,154,'',0,3,1,1.02,2,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6214,0,0,0,0,0,6528,0,0,0,'Irradiated Burrower','',NULL,0,26,26,0,59,0,1.2,1.14286,1,1,37,49,0,90,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,9769,9771,9791,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6215,0,0,0,0,0,4906,0,0,0,'Chomper',NULL,NULL,0,26,26,0,59,0,1.11111,1.14286,1,1,37,49,0,90,7.5,2000,1540,1,0,2048,0,0,0,0,0,0,25,37,7,1,0,6215,0,6215,0,0,0,0,0,0,1604,6409,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6218,0,0,0,0,0,358,0,0,0,'Irradiated Slime','',NULL,0,26,26,0,14,0,1,1.14286,1,1,37,49,0,90,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,25,37,7,10,0,6218,6218,0,0,0,0,0,0,0,10341,1604,9459,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6219,0,0,0,0,0,11137,0,0,0,'Corrosive Lurker','',NULL,0,26,27,0,14,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,26,39,7,10,0,6219,6219,0,0,0,0,0,0,0,9459,1604,10341,11638,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6220,0,0,0,0,0,4907,0,0,0,'Irradiated Horror','',NULL,0,26,27,0,91,0,1,1.28968,1,1,36,47,0,86,1.7,2000,1549,2,64,2048,0,0,0,0,0,0,24,36,7,4,0,6220,0,0,145,29,145,29,29,29,8211,10341,1604,9459,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6221,0,0,0,0,0,6920,6925,0,0,'Addled Leper',NULL,NULL,0,24,25,0,63,0,1,1.14286,1,0,35,48,0,86,1,2000,1936,2,0,2048,0,0,0,0,0,0,24,36,6,7,0,6221,6221,0,0,0,0,0,0,0,0,7165,0,0,0,0,0,0,0,0,32,47,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6222,0,0,0,0,0,6932,6933,6934,6935,'Leprous Technician','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,6222,6222,0,0,0,0,0,0,0,13398,1604,12024,0,0,0,0,0,0,0,45,64,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6223,0,0,0,0,0,6982,6981,0,0,'Leprous Defender','',NULL,0,26,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1567,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6223,6223,0,0,0,0,0,0,0,6660,2643,5116,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6224,0,0,0,0,0,6936,6937,0,0,'Leprous Machinesmith','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,6224,6224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6225,0,0,0,0,0,5926,0,0,0,'Mechano-Tank','',NULL,0,26,27,0,63,0,1,1.82857,1,1,38,51,0,92,1.7,1333,1549,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6225,0,0,0,0,0,0,0,0,10346,1604,17174,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6226,0,0,0,0,0,6890,0,0,0,'Mechano-Flamewalker','',NULL,0,27,27,0,63,0,1,1.82857,1,1,38,51,0,92,1.7,1333,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6226,0,0,0,0,0,0,0,0,11306,10733,0,0,0,0,0,0,0,0,163,217,'SmartAI',1,3,1,2.5,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6227,0,0,0,0,0,6891,0,0,0,'Mechano-Frostwalker','',NULL,0,27,27,0,63,0,1,1.82857,1,1,36,47,0,86,1.7,1333,1475,2,64,2048,0,0,0,0,0,0,24,36,7,9,0,6227,0,0,0,0,0,0,0,0,22519,11264,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6228,0,0,0,0,0,6669,0,0,0,'Dark Iron Ambassador',NULL,NULL,0,28,28,0,63,0,1,1.14286,1,2,37,49,0,90,7.5,2000,1494,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,6228,0,0,0,0,0,0,0,100,0,9053,184,0,0,0,0,0,0,0,381,502,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6229,0,0,0,0,0,6774,0,0,0,'Crowd Pummeler 9-60','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,6229,0,0,0,0,0,0,0,0,16169,5568,10887,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,17408,0,'',12340),
|
|
(6230,0,0,0,0,0,8369,0,0,0,'Peacekeeper Security Suit','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6230,0,0,0,0,0,0,0,0,10730,6533,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6231,0,0,0,0,0,7288,0,0,0,'Techbot',NULL,NULL,0,26,26,0,63,0,1.51,1.14286,1,0,37,49,0,90,1,1425,1567,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,6231,0,0,0,0,0,0,0,0,10852,10855,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,9277,9309,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6232,0,0,0,0,0,6889,0,0,0,'Arcane Nullifier X-21','',NULL,0,27,27,0,63,0,1,1.14286,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6233,0,0,0,0,0,6978,0,0,0,'Mechanized Sentry','',NULL,0,25,27,0,63,0,1,1.28968,1,1,38,51,0,92,1.7,2000,1567,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6233,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,0,202,269,'',1,3,1,4,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6234,0,0,0,0,0,6979,0,0,0,'Mechanized Guardian','',NULL,0,27,27,0,63,0,1,1.28968,1,1,38,51,0,92,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,26,39,7,9,0,6234,0,0,0,0,0,0,0,0,11820,1604,0,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6235,0,0,0,0,0,6915,0,0,0,'Electrocutioner 6000','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,6235,0,0,0,0,0,0,0,0,11082,11085,11084,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,5,1,1,0,9309,0,0,0,0,0,0,1,17408,0,'',12340),
|
|
(6236,0,0,0,0,0,4955,0,0,0,'Klannoc Macleod','The Islander',NULL,0,60,60,0,35,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6237,0,0,0,0,0,2989,2990,2991,2992,'Stockade Archer',NULL,NULL,0,45,45,0,11,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6238,0,0,0,0,0,4961,0,0,0,'Big Will',NULL,NULL,0,33,33,0,35,0,1.13,1.14286,1,0,46,61,0,112,1,1620,1782,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,6238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,3,1,1.1,1,1,0,6927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6239,0,0,0,0,0,5187,0,0,0,'Cyclonian',NULL,NULL,0,40,40,0,91,0,1.64,1.14286,1,1,56,74,0,136,7.5,1300,1430,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,6239,0,0,40,40,40,40,200,40,17207,6982,18670,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1.5,1,0,6894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6240,0,0,0,0,0,4968,4971,4969,4970,'Affray Challenger',NULL,NULL,0,26,27,0,35,0,1.06,1.14286,1,0,38,51,0,92,1,1750,1925,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6241,0,0,0,0,0,4911,0,0,0,'Bailor Stonehand',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6242,0,0,0,0,0,2575,0,0,0,'World Skinning Trainer','Skinning Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6243,0,0,0,0,0,1773,0,0,0,'Gelihast','',NULL,0,24,24,0,18,0,1.2,1.14286,1,1,34,46,0,84,1.7,1200,1567,1,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6243,6243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,308,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6244,0,0,0,0,0,4928,0,0,0,'Takar the Seer',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,512,2048,0,0,0,0,0,0,45,66,20,7,0,6244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6245,0,0,0,0,0,4929,0,0,0,'Anathera',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6246,0,0,0,0,0,4930,0,0,0,'Latherion',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6247,0,0,0,0,0,4931,0,0,0,'Doan Karhan',NULL,NULL,0,40,40,0,35,2,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,768,2048,0,0,0,0,0,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6248,0,0,0,0,0,7242,0,0,0,'Twiggy Flathead','The Announcer',NULL,0,35,35,0,35,0,1.1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_twiggy_flathead',12340),
|
|
(6249,0,0,0,0,0,4962,4963,4966,4967,'Affray Spectator',NULL,NULL,0,22,43,0,35,0,0.97,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6250,0,0,0,0,0,641,0,0,0,'Crawler','',NULL,0,11,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,8,0,0,0,0,11,17,100,1,1,6250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6251,0,0,0,0,0,4940,0,0,0,'Strahad Farsan',NULL,NULL,2385,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6252,0,0,0,0,0,4941,0,0,0,'Acolyte Magaz',NULL,NULL,2912,20,20,0,35,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6253,0,0,0,0,0,4942,0,0,0,'Acolyte Fenrick',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6254,0,0,0,0,0,4943,0,0,0,'Acolyte Wytula',NULL,NULL,2913,20,20,0,35,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6266,0,0,0,0,0,4948,0,0,0,'Menara Voidrender',NULL,NULL,2603,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6267,0,0,0,0,0,4951,0,0,0,'Acolyte Porena',NULL,NULL,0,20,20,0,12,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,4096,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6268,0,0,0,0,0,1913,0,0,0,'Summoned Felhunter',NULL,NULL,0,30,30,0,90,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6269,0,0,0,0,0,1132,0,0,0,'Azgalaril','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6270,0,0,0,0,0,10923,0,0,0,'Asjorah','',NULL,0,20,20,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6271,0,0,0,0,0,4959,4960,0,0,'Mouse','',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6272,0,0,0,0,0,5429,0,0,0,'Innkeeper Janene','Innkeeper',NULL,342,30,30,0,894,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6286,0,0,0,0,0,4989,0,0,0,'Zarrin','Cook',NULL,2021,13,13,0,80,83,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,512,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6287,0,0,0,0,0,4990,0,0,0,'Radnaal Maneweaver','Skinning Trainer',NULL,0,19,19,0,80,83,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,512,2048,0,0,2,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6288,0,0,0,0,0,4991,0,0,0,'Jayla','Skinning Trainer',NULL,0,23,23,0,80,83,1.05,1.14286,1,0,33,44,0,80,1,2000,2000,1,4608,2048,0,0,2,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6289,0,0,0,0,0,4993,0,0,0,'Rand Rhobart','Skinning Trainer',NULL,0,13,13,0,68,80,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,33280,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6290,0,0,0,0,0,4992,0,0,0,'Yonn Deepcut','Skinning Trainer',NULL,0,8,8,0,104,83,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4608,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6291,0,0,0,0,0,4986,0,0,0,'Balthus Stoneflayer','Skinning Trainer',NULL,0,35,35,0,55,80,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6292,0,0,0,0,0,4985,0,0,0,'Eladriel','Skinning Trainer',NULL,0,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6293,0,0,0,0,0,4987,0,0,0,'Jorah Annison',NULL,NULL,0,20,20,0,68,2,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4608,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6294,0,0,0,0,0,4988,0,0,0,'Krom Stoutarm',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,512,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6295,0,0,0,0,0,4994,0,0,0,'Wilma Ranthal','Skinning Trainer',NULL,0,29,29,0,12,83,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,4608,2048,0,0,2,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6296,0,0,0,0,0,1070,0,0,0,'Flame Elemental','',NULL,0,17,18,0,40,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6297,0,0,0,0,0,5019,0,0,0,'Kurdram Stonehammer','Mining Trainer',NULL,0,35,35,0,80,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6298,0,0,0,0,0,5020,0,0,0,'Thelgrum Stonehammer','Mining Supplies',NULL,0,30,30,0,80,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6299,0,0,0,0,0,5021,0,0,0,'Delfrum Flintbeard','Blacksmithing Trainer',NULL,2743,25,25,0,80,83,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6300,0,0,0,0,0,5022,0,0,0,'Elisa Steelhand','Blacksmithing Supplies',NULL,0,30,30,0,80,4224,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6301,0,0,0,0,0,5023,0,0,0,'Gorbold Steelhand','Trade Supplies',NULL,12726,30,30,0,80,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6306,0,0,0,0,0,5365,0,0,0,'Helene Peltskinner','Skinning Trainer',NULL,0,12,12,0,12,80,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,2,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6326,0,0,0,0,0,240,0,0,0,'Horde Wargryphoner','Wargryphon Master',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6327,0,0,0,0,0,3011,0,0,0,'Alliance Wargryphoner','Wargryphon Master',NULL,0,45,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6328,0,0,0,0,0,5042,0,0,0,'Dannie Fizzwizzle','',NULL,0,14,14,0,875,0,1,1.14286,1,0,14,20,0,21,1,1500,2000,8,512,2048,0,0,0,0,3,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6329,0,0,0,0,0,976,0,0,0,'Irradiated Pillager','',NULL,0,25,26,0,59,0,1,1.14286,1,1,34,46,0,84,1.7,2000,1567,2,32832,2048,0,0,0,0,0,0,23,34,6,7,0,6329,6329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,3,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6346,0,0,0,0,0,5050,0,0,0,'Skeletal Horse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6347,0,0,0,0,0,10900,0,0,0,'Young Wavethrasher',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,1,0,6347,0,6347,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),
|
|
(6348,0,0,0,0,0,10899,0,0,0,'Wavethrasher',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,32768,2048,0,0,0,0,0,0,62,91,22,1,0,6348,0,6348,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),
|
|
(6349,0,0,0,0,0,10897,0,0,0,'Great Wavethrasher',NULL,NULL,0,53,54,0,14,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,6349,0,6349,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20087,20023,0,0,0,0,0,1,0,0,'',12340),
|
|
(6350,0,0,0,0,0,1247,0,0,0,'Makrinni Razorclaw',NULL,NULL,0,54,55,0,129,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,6350,6350,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,117,158,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6351,0,0,0,0,0,386,0,0,0,'Storm Bay Oracle',NULL,NULL,0,54,55,0,18,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,6351,6351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6352,0,0,0,0,0,10947,0,0,0,'Coralshell Lurker',NULL,NULL,0,53,54,0,7,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,21,0,0,0,0,63,93,22,1,1,6352,0,6352,0,108,0,0,0,0,0,0,0,0,0,0,0,0,12952,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6366,0,0,0,0,0,5065,0,0,0,'Kurzen Mindslave',NULL,NULL,0,44,44,0,46,0,1,1.14286,1,0,67,89,0,166,1,2000,1727,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,0,0,0,0,0,0,0,0,0,11642,7964,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6367,0,0,0,0,0,5086,0,0,0,'Donni Anthania','Crazy Cat Lady',NULL,0,5,5,0,12,128,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6368,0,0,0,0,0,5555,5556,5585,5586,'Cat',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6369,0,0,0,0,0,2308,0,0,0,'Coralshell Tortoise',NULL,NULL,0,50,52,0,7,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,21,0,0,0,0,61,90,21,1,1,6369,0,6369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12951,0,0,0,'',0,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6370,0,0,0,0,0,10922,0,0,0,'Makrinni Scrabbler',NULL,NULL,0,52,53,0,129,0,1.1,1.14286,1,0,64,89,0,97,1,2000,2000,8,0,2048,0,0,0,0,0,0,53,78,23,7,0,6370,0,0,0,0,0,0,0,0,20822,11642,0,0,0,0,0,0,0,0,88,120,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6371,0,0,0,0,0,506,0,0,0,'Storm Bay Warrior',NULL,NULL,0,51,52,0,18,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,6371,6371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,141,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6372,0,0,0,0,0,2600,0,0,0,'Makrinni Snapclaw',NULL,NULL,0,50,51,0,129,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6372,0,0,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6373,0,0,0,0,0,5087,0,0,0,'Dane Winslow','',NULL,0,8,8,0,12,0,1,1.14286,1,0,7,10,0,16,1,2000,2000,8,768,2048,0,0,0,0,3,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6374,0,0,0,0,0,5092,0,0,0,'Cylina Darkheart','',NULL,0,11,11,0,12,0,1,1.14286,1,0,11,15,0,18,1,2000,2000,8,512,2048,0,0,0,0,3,0,10,14,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6375,0,0,0,0,0,6757,0,0,0,'Thunderhead Hippogryph',NULL,NULL,0,46,48,0,14,0,1.2,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,1,0,6375,0,6375,0,0,0,0,0,0,12553,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6376,0,0,0,0,0,5093,0,0,0,'Wren Darkspring','',NULL,0,5,5,0,875,2,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,0,2048,0,0,0,0,3,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6377,0,0,0,0,0,10894,0,0,0,'Thunderhead Stagwing',NULL,NULL,0,48,50,0,14,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,6377,0,6377,0,0,0,0,0,0,12553,11019,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6378,0,0,0,0,0,10893,0,0,0,'Thunderhead Skystormer',NULL,NULL,0,50,52,0,14,0,1.1,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,1,0,6378,0,6378,0,0,0,0,0,0,12553,6535,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6379,0,0,0,0,0,10892,0,0,0,'Thunderhead Patriarch',NULL,NULL,0,52,54,0,14,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,1,0,6379,0,6379,0,0,0,0,0,0,12553,6268,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6380,0,0,0,0,0,10891,0,0,0,'Thunderhead Consort',NULL,NULL,0,52,54,0,14,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,1,0,6380,0,6380,0,0,0,0,0,0,36594,12553,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(6382,0,0,0,0,0,5085,0,0,0,'Jubahl Corpseseeker','',NULL,0,60,60,0,875,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,3,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6386,0,0,0,0,0,2418,0,0,0,'Ward of Zanzil',NULL,NULL,0,46,46,0,16,0,0.82,1.14286,1,0,77,102,0,188,1,1550,1705,1,0,2048,0,0,0,0,0,0,53,78,17,9,0,0,0,0,0,0,0,0,0,0,8833,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(6387,0,0,0,0,0,5108,0,0,0,'Dranh','Skinning Trainer',NULL,0,15,15,0,104,83,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,2,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6388,0,0,0,0,0,200,0,0,0,'Zanzil Skeleton',NULL,NULL,0,46,46,0,16,0,0.99,1.14286,1,0,77,102,0,188,1,1560,1716,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,6388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(6389,0,0,0,0,0,5345,0,0,0,'Deathguard Podrig',NULL,NULL,0,25,25,0,68,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,33280,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6390,0,0,0,0,0,5447,0,0,0,'Ulag the Cleaver',NULL,NULL,0,11,11,0,14,0,0.96,1.14286,1,0,15,20,0,44,1,1910,2000,1,0,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6391,0,0,0,0,0,6610,6611,0,0,'Holdout Warrior','',NULL,0,26,27,0,23,0,1,1.14286,1,1,38,51,0,92,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6391,6391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6392,0,0,0,0,0,6608,6609,0,0,'Holdout Medic','',NULL,0,26,27,0,23,0,1,1.14286,1,1,36,47,0,86,1.7,2000,1540,2,32832,2048,0,0,0,0,0,0,24,36,7,7,0,6392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,254,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6393,0,0,0,0,0,5371,0,0,0,'Henen Ragetotem',NULL,NULL,0,62,62,0,83,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6394,0,0,0,0,0,5373,0,0,0,'Ruga Ragetotem',NULL,NULL,0,30,30,0,83,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6395,0,0,0,0,0,5576,0,0,0,'Sergeant Rutger','Sergeant',NULL,0,62,62,0,83,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6407,0,0,0,0,0,6628,6629,0,0,'Holdout Technician','',NULL,0,26,27,0,23,0,1.2,1.14286,1,1,38,51,0,92,1.7,2000,1549,1,32832,2048,0,0,0,0,0,0,26,39,7,7,0,6407,0,0,0,0,0,0,0,0,6660,8858,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6408,0,0,0,0,0,5370,0,0,0,'Ula\'elek',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6410,0,0,0,0,0,5372,0,0,0,'Orm Stonehoof',NULL,NULL,0,45,45,0,83,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6411,0,0,0,0,0,5235,0,0,0,'Velora Nitely',NULL,NULL,0,45,45,0,68,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,37376,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6412,0,0,0,0,0,9786,0,0,0,'Skeleton',NULL,NULL,0,20,21,0,21,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6426,0,0,0,0,0,10255,10256,1196,4631,'Anguished Dead','',NULL,0,31,31,0,21,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,6426,6426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6427,0,0,0,0,0,4629,0,0,0,'Haunting Phantasm','',NULL,0,31,31,0,21,0,1,1.14286,1,1,44,58,0,106,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,6427,0,0,0,0,0,0,0,0,0,8278,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6446,0,0,0,0,0,5190,0,0,0,'Therzok',NULL,NULL,0,20,20,0,83,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6466,0,0,0,0,0,5205,0,0,0,'Gamon',NULL,NULL,0,12,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,6466,6466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,38,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6467,0,0,0,0,0,5206,0,0,0,'Mennet Carkad',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6486,0,0,0,0,0,5228,0,0,0,'Black Skeletal Horse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(6487,0,0,0,0,0,5266,0,0,0,'Arcanist Doan','',NULL,0,35,35,0,67,0,1,1.14286,1,1,34,48,0,52,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,29,43,17,7,0,6487,6487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,434,572,'SmartAI',1,3,1,9,3,1,0,5805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6488,0,0,0,0,0,5230,0,0,0,'Fallen Champion','',NULL,0,32,32,0,21,0,1.2,1.14286,1,2,45,60,0,108,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,31,46,10,6,0,6488,0,0,0,0,0,0,0,0,19644,21949,19642,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6489,0,0,0,0,0,5231,0,0,0,'Ironspine',NULL,NULL,0,32,32,0,21,0,1.59,1.14286,1,2,45,60,0,108,2.4,1350,1485,1,0,2048,0,0,0,0,0,0,31,46,10,6,0,6489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6490,0,0,0,0,0,5534,0,0,0,'Azshir the Sleepless',NULL,NULL,0,32,32,0,21,0,1.6,1.14286,1,2,42,55,0,100,7.5,1341,1475,2,0,2048,0,0,0,0,0,0,29,42,9,6,0,6490,6490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,361,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6491,0,0,0,0,0,5233,0,0,0,'Spirit Healer','','',83,60,60,0,35,16385,1,1,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6492,0,0,0,0,0,14273,0,0,0,'Rift Spawn',NULL,NULL,0,16,17,0,7,0,0.7,0.8,1,0,25,33,0,60,1,1850,2035,1,0,2048,0,0,0,0,0,0,17,25,2,4,0,6492,0,0,17,17,34,17,34,17,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6493,0,0,0,0,0,146,0,0,0,'Illusionary Phantasm','',NULL,0,31,31,0,21,0,1.54,1.14286,1,1,44,58,0,106,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(6494,0,0,0,0,0,5236,0,0,0,'Tazan',NULL,NULL,0,13,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,6494,6494,0,0,0,0,0,0,0,6253,0,0,0,0,0,0,0,0,0,14,23,'',0,1,1,1,1,1,0,7209,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6495,0,0,0,0,0,7195,0,0,0,'Riznek','Drink Vendor',NULL,0,35,35,0,35,642,1.1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6496,0,0,0,0,0,5451,0,0,0,'Brivelthwerp','Ice Cream Vendor',NULL,0,35,35,0,35,642,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6497,0,0,0,0,0,5237,0,0,0,'Astor Hadren','',NULL,126,13,13,0,68,1,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,6497,6497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',0,3,1,1,1,1,0,7231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6498,0,0,0,0,0,5239,0,0,0,'Devilsaur',NULL,NULL,0,54,55,0,14,0,2.4,1.71429,1,1,94,125,0,228,2.4,2400,2000,1,64,2048,0,39,0,0,0,0,65,95,23,1,65537,6498,0,6498,200,200,200,200,200,200,14099,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(6499,0,0,0,0,0,5238,0,0,0,'Ironhide Devilsaur',NULL,NULL,0,54,56,0,14,0,2.4,1.71429,1,1,96,127,0,234,2.4,2800,2000,1,64,2048,0,39,0,0,0,0,67,97,23,1,65537,6499,0,6499,200,200,200,200,200,200,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(6500,0,0,0,0,0,5240,0,0,0,'Tyrant Devilsaur',NULL,NULL,0,54,55,0,14,0,2.4,1.71429,1,1,94,125,0,228,2.4,2800,2000,1,64,2048,0,39,0,0,0,0,65,95,23,1,65537,6500,0,6500,200,200,200,200,200,200,14100,13692,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(6501,0,0,0,0,0,5241,0,0,0,'Stegodon',NULL,NULL,0,52,53,0,634,0,1,1.14286,1,1,89,119,0,218,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,1,0,6501,0,6501,0,0,0,0,0,0,6268,15652,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),
|
|
(6502,0,0,0,0,0,5287,0,0,0,'Plated Stegodon',NULL,NULL,0,52,54,0,634,0,1,1.14286,1,1,92,122,0,224,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,1,0,6502,0,6502,0,0,0,0,0,0,14102,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),
|
|
(6503,0,0,0,0,0,5288,0,0,0,'Spiked Stegodon',NULL,NULL,0,53,54,0,634,0,1,1.14286,1,1,92,122,0,224,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,1,0,6503,0,6503,0,0,0,0,0,0,14102,32740,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),
|
|
(6504,0,0,0,0,0,5289,0,0,0,'Thunderstomp Stegodon',NULL,NULL,0,54,55,0,634,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,1,0,6504,0,6504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,11114,46367,0,0,0,0,0,1,0,0,'',12340),
|
|
(6505,0,0,0,0,0,5242,0,0,0,'Ravasaur',NULL,NULL,0,48,49,0,48,0,1.6,1.14286,1,0,83,110,0,200,1,1500,2000,1,0,2048,0,11,0,0,0,0,57,84,19,1,1,6505,0,6505,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,13222,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(6506,0,0,0,0,0,5290,0,0,0,'Ravasaur Runner',NULL,NULL,0,49,50,0,48,0,1.6,1.42857,1,0,85,112,0,206,1,1500,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,6506,0,6506,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,13185,0,0,0,'',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(6507,0,0,0,0,0,5292,0,0,0,'Ravasaur Hunter',NULL,NULL,0,49,50,0,48,0,1.6,1.14286,1,0,85,112,0,206,1,1500,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,6507,0,6507,0,0,0,0,0,0,3604,13443,0,0,0,0,0,0,13223,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(6508,0,0,0,0,0,5291,0,0,0,'Venomhide Ravasaur',NULL,NULL,0,50,51,0,48,0,1.6,1.14286,1,0,86,114,0,210,1,1500,2000,1,0,2048,0,11,0,0,0,0,59,87,20,1,1,6508,0,6508,0,0,0,0,0,0,14108,0,0,0,0,0,0,0,13237,0,0,0,'',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(6509,0,0,0,0,0,11634,0,0,0,'Bloodpetal Lasher',NULL,NULL,0,48,49,0,7,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,6509,0,0,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6510,0,0,0,0,0,11635,0,0,0,'Bloodpetal Flayer',NULL,NULL,0,51,52,0,7,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,4,0,6510,0,0,0,0,0,0,0,0,14112,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6511,0,0,0,0,0,11633,0,0,0,'Bloodpetal Thresher',NULL,NULL,0,49,50,0,7,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,6511,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6512,0,0,0,0,0,11636,0,0,0,'Bloodpetal Trapper',NULL,NULL,0,52,53,0,7,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,6512,0,0,0,0,0,0,0,0,11922,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11316,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6513,0,0,0,0,0,5294,0,0,0,'Un\'Goro Stomper',NULL,NULL,0,51,52,0,72,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,9,0,0,0,0,61,90,21,1,1,6513,0,6513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12965,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11479,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6514,0,0,0,0,0,844,0,0,0,'Un\'Goro Gorilla',NULL,NULL,0,50,51,0,72,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,9,0,0,0,0,59,87,20,1,1,6514,0,6514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,'',1,3,1,1.3,1,1,0,11478,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6516,0,0,0,0,0,5244,0,0,0,'Un\'Goro Thunderer',NULL,NULL,0,52,53,0,72,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,9,0,0,0,0,62,91,22,1,1,6516,0,6516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9053,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11480,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6517,0,0,0,0,0,1549,0,0,0,'Tar Beast',NULL,NULL,0,50,51,0,16,0,0.666668,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,4,0,6517,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6518,0,0,0,0,0,9010,0,0,0,'Tar Lurker',NULL,NULL,0,52,54,0,16,0,0.666668,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,6518,0,0,0,0,51,0,0,0,7279,0,0,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6519,0,0,0,0,0,480,0,0,0,'Tar Lord',NULL,NULL,0,53,54,0,16,0,0.666668,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,4,0,6519,0,0,0,0,51,0,0,0,12747,11640,0,0,0,0,0,0,0,0,99,135,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6520,0,0,0,0,0,1070,0,0,0,'Scorching Elemental',NULL,NULL,0,53,54,0,91,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,4,0,6520,0,0,0,0,0,0,0,0,13878,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6521,0,0,0,0,0,5488,0,0,0,'Living Blaze',NULL,NULL,0,54,55,0,91,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,6521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6522,0,0,0,0,0,5346,0,0,0,'Andron Gant',NULL,NULL,0,15,15,0,68,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,37376,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6523,0,0,0,0,0,825,0,0,0,'Dark Iron Rifleman',NULL,NULL,0,27,28,0,54,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,6523,6523,0,0,0,0,0,0,100,7891,8996,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6526,0,0,0,0,0,1600,0,0,0,'GOSSIP TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6527,0,0,0,0,0,3018,0,0,0,'Tar Creeper',NULL,NULL,0,51,52,0,16,0,0.666668,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,4,0,6527,0,0,0,0,51,0,0,0,5568,744,6751,0,0,0,0,0,0,0,91,124,'SmartAI',1,3,1,1.3,1,1,0,11834,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6546,0,0,0,0,0,5375,0,0,0,'Tabetha','',NULL,2916,62,62,0,35,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6547,0,0,0,0,0,1027,0,0,0,'Suffering Victim','',NULL,0,25,25,0,68,0,1,1.14286,1,0,35,48,0,86,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,6547,6547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,50,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6548,0,0,0,0,0,5374,0,0,0,'Magus Tirth',NULL,NULL,0,51,51,0,35,131,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6549,0,0,0,0,0,5048,0,0,0,'Demon of the Orb',NULL,NULL,0,40,40,0,14,0,1.6,1.14286,1,1,56,74,0,136,7.5,1341,1475,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6550,0,0,0,0,0,14252,0,0,0,'Mana Surge',NULL,NULL,0,40,40,0,14,0,1.14,1.14286,1,0,52,69,0,128,1,1610,2000,2,0,2048,0,0,0,0,0,0,36,53,13,4,0,0,0,0,40,40,40,40,40,40,9532,11824,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6551,0,0,0,0,0,11090,0,0,0,'Gorishi Wasp',NULL,NULL,0,51,52,0,310,0,1.4,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,149,1,0,0,'',12340),
|
|
(6552,0,0,0,0,0,11091,0,0,0,'Gorishi Worker',NULL,NULL,0,51,52,0,310,0,1,1.14286,1,0,87,117,0,214,1,2800,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),
|
|
(6553,0,0,0,0,0,11087,0,0,0,'Gorishi Reaver',NULL,NULL,0,51,53,0,310,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,41,0,0,0,0,62,91,22,1,65537,6553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),
|
|
(6554,0,0,0,0,0,11088,0,0,0,'Gorishi Stinger',NULL,NULL,0,52,53,0,310,0,1.4,1.42857,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,6554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,149,1,0,0,'',12340),
|
|
(6555,0,0,0,0,0,11089,0,0,0,'Gorishi Tunneler',NULL,NULL,0,52,53,0,310,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,6555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,46380,0,0,0,0,1,0,0,'',12340),
|
|
(6556,0,0,0,0,0,11140,0,0,0,'Muculent Ooze',NULL,NULL,0,48,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,6556,6556,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6557,0,0,0,0,0,4754,0,0,0,'Primal Ooze',NULL,NULL,0,50,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,6557,6557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',1,3,1,1.3,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6559,0,0,0,0,0,1146,0,0,0,'Glutinous Ooze',NULL,NULL,0,52,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,6559,6559,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,113,244,'SmartAI',1,3,1,1.3,1,1,0,12235,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6560,0,0,0,0,0,8395,0,0,0,'Stone Guardian',NULL,NULL,0,60,61,0,7,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,4,0,6560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,661,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6561,0,0,0,0,0,7617,0,0,0,'Stone Warden','',NULL,0,60,61,0,7,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6566,0,0,0,0,0,10732,0,0,0,'Estelle Gendry',NULL,NULL,161,25,25,0,68,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6567,0,0,0,0,0,5368,0,0,0,'Ghok\'kah','Tailoring Supplies',NULL,0,43,43,0,29,130,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6568,0,0,0,0,0,7216,0,0,0,'Vizzklick','Tailoring Supplies',NULL,1301,50,50,0,474,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6569,0,0,0,0,0,5377,0,0,0,'Gnoarn',NULL,NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6570,0,0,0,0,0,10834,0,0,0,'Fenwick Thatros',NULL,NULL,0,16,16,0,21,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,2,6570,6570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'SmartAI',0,3,1,1,1,1,0,7306,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6571,0,0,0,0,0,892,0,0,0,'Cat Form (Night Elf Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6572,0,0,0,0,0,1058,0,0,0,'Cat Form (Tauren Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6573,0,0,0,0,0,918,0,0,0,'Travel Form (Druid)','',NULL,0,6,7,0,7,0,1.2,1.14286,0.75,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6574,0,0,0,0,0,5367,0,0,0,'Jun\'ha','Tailoring Supplies',NULL,0,31,31,0,29,130,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6575,0,0,0,0,0,2467,2478,0,0,'Scarlet Trainee',NULL,NULL,0,30,30,0,67,0,1,0.857143,1,0,30,42,0,44,1,2000,1881,8,0,2048,0,0,0,0,0,0,26,38,16,7,0,6575,6575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(6576,0,0,0,0,0,5366,0,0,0,'Brienna Starglow','Tailoring Supplies',NULL,0,40,40,0,80,130,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6577,0,0,0,0,0,5376,0,0,0,'Bingles Blastenheimer',NULL,NULL,0,16,16,0,55,2,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6578,0,0,0,0,0,89,0,0,0,'Peasant (Wood)',NULL,NULL,0,1,2,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6579,0,0,0,0,0,5378,0,0,0,'Shoni the Shilent',NULL,NULL,0,17,17,0,55,2,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,512,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6581,0,0,0,0,0,11319,0,0,0,'Ravasaur Matriarch',NULL,NULL,0,50,50,0,48,0,1.1,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,11,0,0,0,0,58,86,20,1,0,6581,0,6581,0,0,0,0,0,0,3391,13445,0,0,0,0,0,0,13189,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11477,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(6582,0,0,0,0,0,11084,0,0,0,'Clutchmother Zavas',NULL,NULL,0,54,54,0,310,0,1.1,1.14286,1,4,92,122,0,224,1,2000,2000,1,0,2048,0,41,0,0,0,0,63,93,22,1,65537,6582,0,100003,0,0,0,0,0,0,12097,40504,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6583,0,0,0,0,0,10932,0,0,0,'Gruff',NULL,NULL,0,57,57,0,634,0,1.1,1.14286,1,2,98,130,0,238,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,1,0,6583,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6584,0,0,0,0,0,5305,0,0,0,'King Mosh',NULL,NULL,0,60,60,0,14,0,1.6,1.71429,1,2,104,138,0,252,4.6,1500,2000,1,64,2048,0,39,0,0,0,0,72,106,26,1,65537,6584,0,6584,0,0,0,0,0,0,14100,14331,15550,13847,0,0,0,0,0,0,3975,5196,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(6585,0,0,0,0,0,8129,0,0,0,'Uhk\'loc',NULL,NULL,0,52,53,0,72,0,1.1,1.14286,1,4,89,119,0,218,1,2000,2000,1,0,2048,0,9,0,0,0,0,62,91,22,1,1,6585,0,6585,0,0,0,0,0,0,9128,10966,12555,0,0,0,0,0,9051,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6586,0,0,0,0,0,5307,0,0,0,'Rokar Bladeshadow',NULL,NULL,21207,35,35,0,29,3,1.1,1.14286,1,0,49,64,0,118,1,2000,1826,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6606,0,0,0,0,0,7047,0,0,0,'Overseer Glibby',NULL,NULL,0,16,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,6606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,29,'',1,1,1,1,1,1,0,7333,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6607,0,0,0,0,0,9213,0,0,0,'Harroc',NULL,NULL,0,5,5,0,29,0,0.92,1.14286,1,0,5,7,0,32,1,2000,2156,1,512,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6626,0,0,0,0,0,5369,0,0,0,'\"Plucky\" Johnson',NULL,NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_plucky',12340),
|
|
(6646,0,0,0,0,0,10042,0,0,0,'Monnos the Elder',NULL,NULL,0,53,54,0,778,0,2.32,1.14286,1,2,92,122,0,224,2.4,1191,1310,1,0,2048,0,0,0,0,0,0,63,93,22,5,0,6646,0,0,0,0,0,0,0,0,11876,5568,10101,0,0,0,0,0,0,0,617,810,'',1,3,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(6647,0,0,0,0,0,21180,0,0,0,'Magister Hawkhelm',NULL,NULL,0,51,52,0,74,0,1.76,1.14286,1,4,87,117,0,214,1,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,6647,0,0,0,0,0,0,0,0,6660,34974,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6648,0,0,0,0,0,3212,0,0,0,'Antilos',NULL,NULL,0,50,50,0,16,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,6648,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6649,0,0,0,0,0,11261,0,0,0,'Lady Sesspira',NULL,NULL,0,51,51,0,74,0,1.76,1.14286,1,4,80,106,0,198,1,1183,1301,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,6649,6649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6650,0,0,0,0,0,11257,0,0,0,'General Fangferror',NULL,NULL,0,50,51,0,74,0,1.71,1.14286,1,4,86,114,0,210,1,1225,1347,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,6650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6651,0,0,0,0,0,1012,0,0,0,'Gatekeeper Rageroar',NULL,NULL,0,49,50,0,82,0,1.1,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,6651,6651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6652,0,0,0,0,0,2687,0,0,0,'Master Feardred',NULL,NULL,0,51,52,0,90,0,1.63,1.14286,1,4,87,117,0,214,1,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,3,0,6652,0,0,0,0,0,0,0,0,22271,0,0,0,0,0,0,0,0,0,113,152,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6653,0,0,0,0,0,5379,0,0,0,'Huge Toad','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6666,0,0,0,0,0,6194,0,0,0,'\"Plucky\" Johnson\'s Human Form','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6667,0,0,0,0,0,5485,0,0,0,'Gelkak Gyromast',NULL,NULL,0,18,18,0,55,2,0.94,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,6667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6668,0,0,0,0,0,5385,0,0,0,'Lord Cyrik Blackforge',NULL,NULL,0,23,23,0,122,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,6668,6668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,43,'',0,1,1,1.02,1,1,0,5017,5019,5018,0,0,0,0,1,0,0,'',12340),
|
|
(6669,0,0,0,0,0,5386,0,0,0,'The Threshwackonator 4100','The First Mate',NULL,21208,20,20,0,35,1,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,9,4096,6669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'npc_threshwackonator',12340),
|
|
(6670,0,0,0,0,0,3264,0,0,0,'Westfall Woodworker','',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,6670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,51,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6687,0,0,0,0,0,467,0,0,0,'Druid 40 (faster)!','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6688,0,0,0,0,0,467,0,0,0,'Druid 40 (fastest!)','',NULL,0,40,40,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6706,0,0,0,0,0,11479,0,0,0,'Baritanas Skyriver','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6707,0,0,0,0,0,5528,0,0,0,'Fahrad','Grand Master Rogue',NULL,3984,60,60,0,471,51,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6726,0,0,0,0,0,5406,0,0,0,'Thalon','Wind Rider Master',NULL,0,65,65,0,104,8195,1.02,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6727,0,0,0,0,0,5407,0,0,0,'Innkeeper Brianna','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6728,0,0,0,0,0,5448,5448,0,5448,'Narnie','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6729,0,0,0,0,0,5465,0,0,0,'Morridune',NULL,NULL,321,27,27,0,80,1,1.14286,1,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6730,0,0,0,0,0,5425,0,0,0,'Jinky Twizzlefixxit','Engineering Supplies',NULL,0,30,30,0,35,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6731,0,0,0,0,0,10980,0,0,0,'Harlown Darkweave','Leatherworking Supplies',NULL,0,27,27,0,80,130,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6732,0,0,0,0,0,8632,0,0,0,'Amie Pierce','',NULL,0,30,30,0,894,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6733,0,0,0,0,0,721,0,0,0,'Stonevault Basher',NULL,NULL,0,37,38,0,59,0,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,6733,6733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,1.15,1,1,0,5797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6734,0,0,0,0,0,5434,0,0,0,'Innkeeper Hearthstove','Innkeeper',NULL,345,30,30,0,55,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6735,0,0,0,0,0,5439,0,0,0,'Innkeeper Saelienne','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6736,0,0,0,0,0,5440,0,0,0,'Innkeeper Keldamyr','Innkeeper',NULL,1293,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6737,0,0,0,0,0,5441,0,0,0,'Innkeeper Shaussiy','Innkeeper',NULL,347,30,30,0,80,65667,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6738,0,0,0,0,0,5442,0,0,0,'Innkeeper Kimlya','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6739,0,0,0,0,0,7633,0,0,0,'Innkeeper Bates','Innkeeper',NULL,1296,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6740,0,0,0,0,0,5444,0,0,0,'Innkeeper Allison','Innkeeper',NULL,342,30,30,0,12,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6741,0,0,0,0,0,5449,0,0,0,'Innkeeper Norman','Innkeeper',NULL,348,30,30,0,68,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6746,0,0,0,0,0,5487,0,0,0,'Innkeeper Pala','Innkeeper',NULL,21215,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6747,0,0,0,0,0,5486,0,0,0,'Innkeeper Kauth','Innkeeper',NULL,1294,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6748,0,0,0,0,0,525,5561,4606,0,'Water Spirit',NULL,NULL,0,18,18,0,7,0,0.71,1.14286,1,0,26,35,0,64,1,1820,2002,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6749,0,0,0,0,0,9257,0,0,0,'Erma','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(6766,0,0,0,0,0,6573,6574,0,0,'Ravenholdt Guard','Assassin\'s League',NULL,4861,50,50,0,473,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6767,0,0,0,0,0,6999,0,0,0,'Garona','Grand Master of the Assassin\'s League',NULL,0,60,60,0,471,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6768,0,0,0,0,0,6572,0,0,0,'Lord Jorach Ravenholdt','Lord of the Assassin\'s League',NULL,0,60,60,0,471,2,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6769,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Falconer','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6770,0,0,0,0,0,2582,0,0,0,'[UNUSED] Ravenholdt Houndmaster','Assassin\'s League','',0,50,50,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6771,0,0,0,0,0,5907,5908,5909,5910,'Ravenholdt Assassin','Assassin\'s League',NULL,4862,50,50,0,473,1,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6772,0,0,0,0,0,784,0,0,0,'Attack Hound','',NULL,0,45,45,0,471,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6773,0,0,0,0,0,5505,0,0,0,'Shadowhawk','',NULL,0,45,45,0,471,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,7,0,0,0,0,52,76,17,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6774,0,0,0,0,0,5526,0,0,0,'Falkhaan Isenstrider',NULL,NULL,0,10,10,0,12,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6775,0,0,0,0,0,5506,0,0,0,'Antur Fallow',NULL,NULL,0,3,3,0,104,2,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4864,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6776,0,0,0,0,0,5507,0,0,0,'Magrin Rivermane','',NULL,0,6,6,0,104,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,4608,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6777,0,0,0,0,0,7004,0,0,0,'Zan Shivsproket','Speciality Engineer',NULL,0,60,60,0,471,130,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6778,0,0,0,0,0,5527,0,0,0,'Melika Isenstrider','Assistant Innkeeper',NULL,0,11,11,0,12,2,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(6779,0,0,0,0,0,5529,0,0,0,'Smudge Thunderwood','Poison Supplies',NULL,0,45,45,0,471,1154,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6780,0,0,0,0,0,5748,0,0,0,'Porthannius',NULL,NULL,0,7,7,0,80,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6781,0,0,0,0,0,5749,0,0,0,'Melarith',NULL,NULL,0,10,10,0,80,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6782,0,0,0,0,0,9211,0,0,0,'Hands Springsprocket',NULL,NULL,10900,10,10,0,64,3,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6783,0,0,0,0,0,2584,0,0,0,'[UNUSED] Lorek Belm','','',0,10,10,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6784,0,0,0,0,0,5509,0,0,0,'Calvin Montague',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_calvin_montague',12340),
|
|
(6785,0,0,0,0,0,5508,0,0,0,'Ratslin Maime',NULL,NULL,0,7,7,0,68,2,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,37376,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6786,0,0,0,0,0,5729,0,0,0,'Ukor',NULL,NULL,0,4,4,0,29,2,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6787,0,0,0,0,0,5730,0,0,0,'Yelnagi Blackarm',NULL,NULL,0,16,16,0,29,0,1,1.14286,1,0,23,31,0,56,1,2000,2035,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6788,0,0,0,0,0,1007,0,0,0,'Den Mother',NULL,NULL,0,18,19,0,44,0,0.94,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,4,0,0,0,0,19,27,3,1,1,6788,0,100004,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,5802,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,5414,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6789,0,0,0,0,0,30059,5510,30060,0,'Thistle Cub',NULL,NULL,0,9,10,0,44,0,0.94,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,4,0,0,0,0,9,13,100,1,0,6789,0,100002,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,12840,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6790,0,0,0,0,0,8191,0,0,0,'Innkeeper Trelayne','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6791,0,0,0,0,0,7153,0,0,0,'Innkeeper Wiley','Innkeeper',NULL,349,35,35,0,69,66179,1,1.14286,1,0,49,64,0,118,1,1000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6806,0,0,0,0,0,5525,0,0,0,'Tannok Frosthammer','Innkeeper Assistant',NULL,0,10,10,0,55,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(6807,0,0,0,0,0,7105,0,0,0,'Innkeeper Skindle','Innkeeper',NULL,349,46,46,0,120,66177,1,1.14286,1,0,77,102,0,188,1,1000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6826,0,0,0,0,0,5647,0,0,0,'Talvash del Kissel',NULL,NULL,1601,50,50,0,875,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6827,0,0,0,0,0,5557,5558,5559,5560,'Crab','',NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(6846,0,0,0,0,0,7849,0,0,0,'Defias Dockmaster',NULL,NULL,0,10,10,0,27,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6846,6846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,1019,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6866,0,0,0,0,0,2340,2341,0,0,'Defias Bodyguard',NULL,NULL,0,10,10,0,17,0,0.97,1.14286,1,0,13,17,0,42,1,1890,2079,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6866,6866,0,0,0,0,0,0,0,7159,6713,0,0,0,0,0,0,0,0,10,18,'SmartAI',0,3,1,1,1,1,0,1019,6846,0,0,0,0,0,1,0,0,'',12340),
|
|
(6867,0,0,0,0,0,2709,0,0,0,'Tracking Hound',NULL,NULL,0,30,30,0,35,0,0.92,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,25,0,0,0,0,29,42,9,1,1,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13085,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6868,0,0,0,0,0,5646,0,0,0,'Jarkal Mossmeld',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,4608,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6886,0,0,0,0,0,5648,0,0,0,'Onin MacHammar',NULL,NULL,0,12,12,0,55,2,0.7,0.8,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6887,0,0,0,0,0,5745,0,0,0,'Yalda',NULL,NULL,0,50,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6906,0,0,0,0,0,5710,0,0,0,'Baelog',NULL,NULL,0,39,39,0,122,2,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6906,6906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,358,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6907,0,0,0,0,0,5708,0,0,0,'Eric \"The Swift\"',NULL,NULL,0,39,39,0,122,2,1,2.14286,1,1,54,72,0,132,2.4,2000,1475,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6907,6907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,351,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(6908,0,0,0,0,0,5709,0,0,0,'Olaf',NULL,NULL,0,39,39,0,122,2,1,1.14286,1,1,54,72,0,132,2.4,2000,1448,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,6908,6908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,390,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6909,0,0,0,0,0,11339,0,0,0,'Sethir the Ancient',NULL,NULL,0,12,12,0,14,0,0.84,1.14286,1,0,17,22,0,46,1,1860,2046,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,6909,6909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6910,0,0,0,0,0,5945,0,0,0,'Revelosh',NULL,NULL,0,39,39,0,59,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1466,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,6910,6910,0,0,0,0,0,0,0,15117,15801,0,0,0,0,0,0,0,0,227,301,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6911,0,0,0,0,0,2013,0,0,0,'Minion of Sethir',NULL,NULL,0,8,10,0,14,0,0.97,1.14286,1,0,13,17,0,42,1,1890,2079,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,6911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6912,0,0,0,0,0,5711,0,0,0,'Remains of a Paladin',NULL,NULL,0,35,35,0,35,2,1,1.14286,1,0,45,60,0,110,2.4,2000,1826,2,2,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6913,0,0,0,0,0,5685,0,0,0,'Lost One Rift Traveler',NULL,NULL,0,25,25,0,51,0,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6926,0,0,0,0,0,2687,0,0,0,'Test Satyr','',NULL,0,13,13,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6927,0,0,0,0,0,2357,2358,0,0,'Defias Dockworker',NULL,NULL,0,8,9,0,17,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,6927,0,0,0,0,0,0,0,0,8646,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,1019,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(6928,0,0,0,0,0,5705,0,0,0,'Innkeeper Grosk','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6929,0,0,0,0,0,5706,0,0,0,'Innkeeper Gryshka','Innkeeper',NULL,441,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6930,0,0,0,0,0,5707,0,0,0,'Innkeeper Karakul','Innkeeper',NULL,1290,30,30,0,29,66177,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6931,0,0,0,0,0,1693,0,0,0,'Respawn Test Mob','Free Bug 001',NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6932,0,0,0,0,0,5712,0,0,0,'Swamp Spirit',NULL,NULL,0,50,50,0,14,0,1.14,1.14286,1,0,85,112,0,206,1,1610,1771,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(6946,0,0,0,0,0,7613,0,0,0,'Renzik \"The Shiv\"','SI:7 Operative',NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6966,0,0,0,0,0,5752,0,0,0,'Lucius','',NULL,0,20,20,0,55,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6986,0,0,0,0,0,5769,0,0,0,'Dran Droffers','Droffers and Son Salvage',NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(6987,0,0,0,0,0,5770,0,0,0,'Malton Droffers','Droffers and Son Salvage',NULL,0,40,40,0,125,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7006,0,0,0,0,0,6032,0,0,0,'Blackrock Assassin','',NULL,0,18,18,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7007,0,0,0,0,0,5767,0,0,0,'Tiev Mordune',NULL,NULL,0,22,22,0,876,2,0.94,1.14286,1,0,30,39,0,71,1,2000,2000,2,4608,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7008,0,0,0,0,0,6036,0,0,0,'Blackrock Reaver','',NULL,0,20,20,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7009,0,0,0,0,0,5768,0,0,0,'Arantir','The Hand of Chaos',NULL,0,45,45,0,84,2,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,576,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7010,0,0,0,0,0,6839,0,0,0,'Zilzibin Drumlore',NULL,NULL,6229,35,35,0,126,3,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7011,0,0,0,0,0,6010,0,0,0,'Earthen Rocksmasher',NULL,NULL,0,38,39,0,415,0,1,1.14286,1,0,54,72,0,132,2.4,2700,1661,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7011,7011,0,0,0,0,0,0,0,12057,2457,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7012,0,0,0,0,0,6009,0,0,0,'Earthen Sculptor',NULL,NULL,0,38,39,0,415,0,1,1.14286,1,0,38,54,0,58,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7012,7012,0,0,0,0,0,0,0,10452,2602,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7013,0,0,0,0,0,6035,0,0,0,'Blackrock Rampager','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7014,0,0,0,0,0,553,0,0,0,'Commander Kartak Dwarfdefiler','',NULL,0,30,30,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7015,0,0,0,0,0,1305,0,0,0,'Flagglemurk the Cruel',NULL,NULL,0,16,16,0,18,0,1,1.14286,1,4,23,31,0,56,1,2000,1631,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,7015,0,0,0,0,0,0,0,0,18812,11976,0,0,0,0,0,0,0,0,18,29,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7016,0,0,0,0,0,4982,0,0,0,'Lady Vespira',NULL,NULL,0,22,22,0,74,0,1.69,1.14286,1,4,30,39,0,71,1,1466,1613,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,7016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7017,0,0,0,0,0,4762,0,0,0,'Lord Sinslayer',NULL,NULL,0,15,16,0,74,0,0.94,1.14286,1,4,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,7017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7022,0,0,0,0,0,2488,0,0,0,'Venomlash Scorpid',NULL,NULL,0,37,38,0,413,0,1,1.14286,1,1,53,70,0,128,2.4,2000,1475,1,0,2048,0,20,0,0,0,0,36,53,13,1,1,7022,0,7022,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5873,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7023,0,0,0,0,0,5285,0,0,0,'Obsidian Sentinel',NULL,NULL,0,40,40,0,54,0,1,1.14286,1,1,56,74,0,136,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,39,57,14,9,0,7023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,549,'SmartAI',1,3,1,5,1,1,0,8053,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(7024,0,0,0,0,0,5783,0,0,0,'Agent Kearnen',NULL,NULL,0,22,22,0,12,2,1.03,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7025,0,0,0,0,0,6045,0,0,0,'Blackrock Soldier',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,7025,7025,0,0,0,0,0,0,0,3248,12170,0,0,0,0,0,0,0,0,122,165,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7026,0,0,0,0,0,6046,0,0,0,'Blackrock Sorcerer',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,7026,7026,0,0,0,0,0,0,0,20823,20827,0,0,0,0,0,0,0,0,99,134,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7027,0,0,0,0,0,6047,0,0,0,'Blackrock Slayer',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,0,98,130,0,238,1,2700,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,7027,7027,0,0,0,0,0,0,0,9080,38959,0,0,0,0,0,0,0,0,125,169,'SmartAI',1,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7028,0,0,0,0,0,6048,0,0,0,'Blackrock Warlock',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,7028,7028,0,0,0,0,0,0,0,20826,20825,0,0,0,0,0,0,0,0,100,135,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7029,0,0,0,0,0,6049,0,0,0,'Blackrock Battlemaster',NULL,NULL,0,57,58,0,40,0,1,1.14286,1,0,100,132,0,242,1,1600,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,7029,7029,0,0,0,0,0,0,0,30798,0,0,0,0,0,0,0,0,0,130,175,'',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7030,0,0,0,0,0,6056,0,0,0,'Shadowforge Geologist',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,51,67,0,124,2.4,2000,1393,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,7030,7030,0,0,0,0,0,0,0,8814,3356,0,0,0,0,0,0,0,0,231,306,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(7031,0,0,0,0,0,2075,0,0,0,'Obsidian Elemental',NULL,NULL,0,52,53,0,91,0,1.55556,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7031,0,0,52,190,190,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7032,0,0,0,0,0,5781,0,0,0,'Greater Obsidian Elemental',NULL,NULL,0,55,57,0,91,0,1.55556,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,7032,0,0,112,168,112,112,112,112,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7033,0,0,0,0,0,11549,0,0,0,'Firegut Ogre',NULL,NULL,0,50,51,0,45,0,1.6,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,7033,7033,0,0,0,0,0,0,0,13382,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7034,0,0,0,0,0,11550,0,0,0,'Firegut Ogre Mage',NULL,NULL,0,51,52,0,45,0,1.6,1.14286,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,7034,7034,0,0,0,0,0,0,78,13381,37599,20793,0,0,0,0,0,0,0,100,135,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7035,0,0,0,0,0,10707,0,0,0,'Firegut Brute',NULL,NULL,0,52,53,0,45,0,1.6,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,7035,7035,0,0,0,0,0,0,0,11130,13382,0,0,0,0,0,0,0,0,118,159,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7036,0,0,0,0,0,6649,0,0,0,'Thaurissan Spy',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,0,92,122,0,224,1,1400,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,7036,7036,0,0,0,0,0,0,0,34969,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7037,0,0,0,0,0,8170,0,0,0,'Thaurissan Firewalker',NULL,NULL,0,53,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,7037,7037,0,0,0,0,0,0,0,40719,37638,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7038,0,0,0,0,0,6668,0,0,0,'Thaurissan Agent',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,7038,7038,0,0,0,0,0,0,0,13579,15620,0,0,0,0,0,0,0,0,117,158,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7039,0,0,0,0,0,10806,0,0,0,'War Reaver',NULL,NULL,0,53,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,7039,0,0,0,0,0,0,0,0,3391,10966,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7040,0,0,0,0,0,143,0,0,0,'Black Dragonspawn',NULL,NULL,0,52,53,0,103,0,0.888888,1.14286,1,0,89,119,0,218,1,2800,2000,1,0,2048,0,0,0,0,0,0,62,91,22,2,0,7040,0,7040,0,125,0,0,0,0,15284,12054,0,0,0,0,0,0,0,0,400,527,'SmartAI',1,3,1,1.5,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7041,0,0,0,0,0,8249,0,0,0,'Black Wyrmkin',NULL,NULL,0,53,54,0,103,0,0.888888,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,2,0,7041,0,7041,0,125,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,312,413,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7042,0,0,0,0,0,2554,0,0,0,'Flamescale Dragonspawn',NULL,NULL,0,56,57,0,103,0,0.888888,1.14286,1,0,98,130,0,238,1,2900,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,7042,0,7042,0,125,0,0,0,0,16144,9080,0,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7043,0,0,0,0,0,8309,0,0,0,'Flamescale Wyrmkin',NULL,NULL,0,57,58,0,103,0,0.888888,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,2,0,7043,0,7043,0,125,0,0,0,0,13341,9574,0,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7044,0,0,0,0,0,6374,0,0,0,'Black Drake',NULL,NULL,0,52,52,0,103,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,2,0,7044,0,7044,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,388,512,'SmartAI',1,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7045,0,0,0,0,0,9585,0,0,0,'Scalding Drake',NULL,NULL,0,53,55,0,103,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,2,0,7045,0,7045,0,0,0,0,0,0,9573,0,0,0,0,0,0,0,0,0,423,557,'SmartAI',1,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7046,0,0,0,0,0,6377,0,0,0,'Searscale Drake',NULL,NULL,0,56,58,0,103,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,2,0,7046,0,7046,0,0,0,0,0,0,16144,0,0,0,0,0,0,0,0,0,453,597,'SmartAI',0,5,1,1.25,1,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7047,0,0,0,0,0,397,0,0,0,'Black Broodling',NULL,NULL,0,51,52,0,103,0,1.4,1.42857,1,0,82,109,0,202,1,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,2,0,7047,0,7047,0,150,0,0,0,0,13375,0,0,0,0,0,0,0,0,0,93,127,'SmartAI',1,3,1,1.3,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(7048,0,0,0,0,0,400,0,0,0,'Scalding Broodling',NULL,NULL,0,53,54,0,103,0,1.4,1.42857,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,2,0,7048,0,7048,0,150,0,0,0,0,13375,0,0,0,0,0,0,0,0,0,93,126,'SmartAI',0,3,1,1.3,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(7049,0,0,0,0,0,457,0,0,0,'Flamescale Broodling',NULL,NULL,0,55,56,0,103,0,1.4,1.42857,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,2,0,7049,0,7049,0,0,0,0,0,0,13342,13375,0,0,0,0,0,0,0,0,108,145,'SmartAI',0,3,1,1.35,1,1,0,18705,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(7050,0,0,0,0,0,5812,0,0,0,'Defias Drone','',NULL,0,22,22,0,27,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,6,0,7050,7050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7051,0,0,0,0,0,5813,0,0,0,'Malformed Defias Drone','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7051,7051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7052,0,0,0,0,0,5811,5809,0,0,'Defias Tower Patroller','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7052,7052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7053,0,0,0,0,0,5805,0,0,0,'Klaven Mortwake','',NULL,0,23,23,0,27,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,7053,7053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7055,0,0,0,0,0,741,0,0,0,'Blackrock Worg',NULL,NULL,0,54,55,0,40,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,1,0,0,0,0,65,95,23,1,1,7055,0,7055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8298,0,0,0,'',0,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7056,0,0,0,0,0,5806,5807,0,0,'Defias Tower Sentry','',NULL,0,24,24,0,27,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,7056,7056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7057,0,0,0,0,0,7220,0,0,0,'Digmaster Shovelphlange',NULL,NULL,0,38,38,0,14,0,1.05,1.14286,1,2,53,70,0,128,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,36,53,13,7,0,7057,0,0,0,0,0,0,0,0,8380,7164,0,0,0,0,0,0,0,0,547,719,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7067,0,0,0,0,0,5832,0,0,0,'Venture Co. Drone','',NULL,0,22,22,0,27,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,6,0,7067,7067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,42,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7068,0,0,0,0,0,5828,5829,0,0,'Condemned Acolyte',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,0,7068,0,0,0,0,0,0,0,0,25058,15654,0,0,0,0,0,0,0,0,421,555,'SmartAI',0,3,1,3.3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7069,0,0,0,0,0,5822,5823,0,0,'Condemned Monk',NULL,NULL,0,58,59,0,16,0,1.05,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,7069,0,0,0,0,0,0,0,0,11978,15615,0,0,0,0,0,0,0,0,474,624,'SmartAI',0,3,1,3,1,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7070,0,0,0,0,0,5824,5825,5826,5827,'Condemned Cleric',NULL,NULL,0,59,60,0,16,0,1.05,1.14286,1,1,146,192,0,238,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,7070,0,0,0,0,0,0,0,0,25054,15586,0,0,0,0,0,0,0,0,454,598,'SmartAI',0,3,1,3.3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7071,0,0,0,0,0,5816,5817,5818,5819,'Cursed Paladin',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,0,7071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,544,'SmartAI',0,3,1,3.3,2,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7072,0,0,0,0,0,5820,5821,0,0,'Cursed Justicar',NULL,NULL,0,59,60,0,16,0,1.05,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,7072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,693,'SmartAI',0,3,1,3.3,1,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7073,0,0,0,0,0,5831,0,0,0,'Arados the Damned',NULL,NULL,0,35,35,0,16,0,1.14,1.14286,1,0,49,64,0,118,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,7073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,145,'',0,3,1,1.1,1,1,0,3692,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7074,0,0,0,0,0,5830,0,0,0,'Judge Thelgram',NULL,NULL,0,34,34,0,123,0,1.14,1.14286,1,0,47,63,0,114,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,48,11,6,0,7074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,145,'',0,3,1,1.1,1,1,0,3692,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7075,0,0,0,0,0,5814,5815,0,0,'Writhing Mage',NULL,NULL,0,58,59,0,16,0,1.05,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,6,0,7075,0,0,0,0,0,0,0,0,8401,7322,0,0,0,0,0,0,0,0,397,524,'SmartAI',0,3,1,3,3,1,0,22229,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7076,0,0,0,0,0,6026,0,0,0,'Earthen Guardian',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,53,70,0,128,2.4,2300,1672,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,7076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,72,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7077,0,0,0,0,0,6025,0,0,0,'Earthen Hallshaper',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,37,52,0,56,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,32,47,18,7,0,7077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7078,0,0,0,0,0,5985,0,0,0,'Cleft Scorpid',NULL,NULL,0,36,36,0,413,0,1,1.14286,1,0,50,66,0,120,2.4,2000,1815,1,0,2048,0,20,0,0,0,0,34,51,12,1,1,7078,0,7078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8851,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7079,0,0,0,0,0,5497,0,0,0,'Viscous Fallout','',NULL,0,28,28,0,91,0,1,1.28968,1,1,39,53,0,96,1.7,2000,1549,1,64,2048,0,0,0,0,0,0,27,40,8,4,0,7079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1024,0,'',12340),
|
|
(7086,0,0,0,0,0,11137,0,0,0,'Cursed Ooze',NULL,NULL,0,49,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,7086,7086,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.25,1,1,0,12230,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7087,0,0,0,0,0,5845,0,0,0,'Killian Hagey','Skinning Trainer',NULL,0,35,35,0,68,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7088,0,0,0,0,0,5846,0,0,0,'Thuwd','Skinning Trainer',NULL,0,35,35,0,29,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7089,0,0,0,0,0,5847,0,0,0,'Mooranta','Skinning Trainer',NULL,0,35,35,0,104,83,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,2,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7091,0,0,0,0,0,5991,0,0,0,'Shadowforge Ambusher',NULL,NULL,0,38,39,0,54,0,1.68,1.14286,1,0,54,72,0,132,1,1258,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7091,0,0,0,0,0,0,0,0,7164,6713,11972,0,0,0,0,0,0,0,80,110,'SmartAI',1,3,1,1.15,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(7092,0,0,0,0,0,11141,0,0,0,'Tainted Ooze',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,7092,7092,0,0,0,0,0,0,100,3335,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,12230,20614,0,0,0,0,0,1,0,0,'',12340),
|
|
(7093,0,0,0,0,0,1306,0,0,0,'Vile Ooze',NULL,NULL,0,53,53,0,14,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,7093,7093,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7094,0,0,0,0,0,2161,0,0,0,'Crazed Stag','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7095,0,0,0,0,0,2161,0,0,0,'Maddened Stag','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7096,0,0,0,0,0,2161,0,0,0,'Corrupt Courser','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,10,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7097,0,0,0,0,0,4877,0,0,0,'Ironbeak Owl',NULL,NULL,0,48,49,0,7,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,26,0,0,0,0,57,84,19,1,1,7097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7098,0,0,0,0,0,10831,0,0,0,'Ironbeak Screecher',NULL,NULL,0,52,53,0,7,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,26,0,0,0,0,62,91,22,1,1,7098,0,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,8316,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7099,0,0,0,0,0,10829,0,0,0,'Ironbeak Hunter',NULL,NULL,0,50,51,0,7,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,26,0,0,0,0,59,87,20,1,1,7099,0,0,0,0,0,0,20,0,13738,0,0,0,0,0,0,0,5861,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7100,0,0,0,0,0,8389,0,0,0,'Warpwood Moss Flayer',NULL,NULL,0,52,53,0,16,0,0.666668,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7100,0,0,0,0,0,0,0,0,11922,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7101,0,0,0,0,0,2832,0,0,0,'Warpwood Shredder',NULL,NULL,0,53,54,0,16,0,0.666668,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,7101,0,0,0,0,0,0,0,0,3391,13444,0,0,0,0,0,0,0,0,112,151,'',1,3,1,1.3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7104,0,0,0,0,0,9013,0,0,0,'Dessecus',NULL,NULL,0,56,56,0,16,0,0.666668,1.14286,1,2,89,118,0,220,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,61,90,21,4,0,7104,0,0,560,560,560,560,560,560,6535,16033,0,0,0,0,0,0,0,0,567,745,'',0,3,1,3,1,1,0,11503,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7105,0,0,0,0,0,2019,0,0,0,'Jadefire Satyr',NULL,NULL,0,49,49,0,90,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,3,0,7105,7105,0,0,0,0,0,0,200,13578,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7106,0,0,0,0,0,8575,0,0,0,'Jadefire Rogue',NULL,NULL,0,50,51,0,954,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,7106,7106,0,0,0,0,0,0,200,13578,13579,0,0,0,0,0,0,0,0,103,140,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7107,0,0,0,0,0,11337,0,0,0,'Jadefire Trickster',NULL,NULL,0,52,53,0,90,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,3,0,7107,7107,0,0,0,0,0,0,204,8552,13578,26079,0,0,0,0,0,0,0,94,128,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7108,0,0,0,0,0,11333,0,0,0,'Jadefire Betrayer',NULL,NULL,0,53,53,0,90,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7108,7108,0,0,0,0,0,0,208,40504,13738,13578,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7109,0,0,0,0,0,11334,0,0,0,'Jadefire Felsworn',NULL,NULL,0,50,51,0,90,0,1.1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,3,0,7109,7109,0,0,0,0,0,0,200,9613,13578,11443,0,0,0,0,0,0,0,91,123,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7110,0,0,0,0,0,11336,0,0,0,'Jadefire Shadowstalker',NULL,NULL,0,51,52,0,90,0,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,3,0,7110,7110,0,0,0,0,0,0,205,14897,13578,11013,0,0,0,0,0,0,0,106,144,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7111,0,0,0,0,0,11335,0,0,0,'Jadefire Hellcaller',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,65,91,0,99,1,2000,2000,8,0,2048,0,0,0,0,0,0,54,80,23,3,0,7111,7111,0,0,0,0,0,0,212,20823,13578,11990,0,0,0,0,0,0,0,93,126,'',1,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7112,0,0,0,0,0,6389,6392,11279,11283,'Jaedenar Cultist',NULL,NULL,0,51,52,0,1434,0,1.1,1.14286,1,0,63,87,0,95,1,2000,2000,8,0,2048,0,0,0,0,0,0,52,77,22,7,0,7112,7112,0,0,0,0,0,0,0,11980,20825,11639,0,0,0,0,0,0,0,85,116,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7113,0,0,0,0,0,6399,6400,11272,11273,'Jaedenar Guardian',NULL,NULL,0,50,51,0,1434,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,7113,7113,0,0,0,0,0,0,0,3639,0,0,0,0,0,0,0,0,0,101,137,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7114,0,0,0,0,0,6397,6398,11274,11275,'Jaedenar Enforcer',NULL,NULL,0,52,53,0,1434,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,7114,7114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,145,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7115,0,0,0,0,0,6390,6391,11276,11277,'Jaedenar Adept',NULL,NULL,0,51,52,0,1434,0,1.1,1.14286,1,0,63,87,0,95,1,2000,2000,8,0,2048,0,0,0,0,0,0,52,77,22,7,0,7115,7115,0,0,0,0,0,0,0,20823,20832,14514,0,0,0,0,0,0,0,85,116,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7116,0,0,0,0,0,6395,6396,11284,11285,'Jaedenar Dreadweaver','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7117,0,0,0,0,0,6403,6404,11286,11287,'Jaedenar Instigator','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7118,0,0,0,0,0,6393,6394,11281,11282,'Jaedenar Darkweaver',NULL,NULL,0,53,54,0,1434,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7118,7118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,135,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7119,0,0,0,0,0,6401,6402,11289,11290,'Jaedenar Summoner','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7120,0,0,0,0,0,6405,6406,11291,11292,'Jaedenar Warlock',NULL,NULL,0,53,54,0,1434,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7120,7120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,135,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7121,0,0,0,0,0,11278,0,0,0,'Jaedenar Arch Warlock','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7122,0,0,0,0,0,6407,6408,0,0,'Shadow Council Champion','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7123,0,0,0,0,0,6410,0,0,0,'Shadow Council Master','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7124,0,0,0,0,0,6409,0,0,0,'Shadow Council Highlord','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7125,0,0,0,0,0,6172,0,0,0,'Jaedenar Hound',NULL,NULL,0,50,51,0,1434,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,7125,0,7125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7126,0,0,0,0,0,6173,0,0,0,'Jaedenar Hunter',NULL,NULL,0,52,53,0,1434,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7126,0,7126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7127,0,0,0,0,0,1913,0,0,0,'Jaedenar Stalker','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7128,0,0,0,0,0,1913,0,0,0,'Jaedenar Mana Leech','',NULL,0,1,1,0,1434,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7129,0,0,0,0,0,1130,0,0,0,'Enslaved Voidwalker','',NULL,0,1,1,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7130,0,0,0,0,0,1130,0,0,0,'Voidwalker Servant','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7131,0,0,0,0,0,1130,0,0,0,'Voidwalker Guardian','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7132,0,0,0,0,0,5498,0,0,0,'Toxic Horror',NULL,NULL,0,53,54,0,16,0,1,1.28968,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,7132,0,0,54,54,54,54,54,108,13582,7947,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,12822,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7133,0,0,0,0,0,5498,0,0,0,'Noxious Horror','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7134,0,0,0,0,0,5987,0,0,0,'Poison Flayer','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7135,0,0,0,0,0,12817,0,0,0,'Infernal Bodyguard',NULL,NULL,0,53,54,0,90,0,1,1.14286,1,0,92,122,0,224,1,2000,1320,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,7135,0,0,0,300,0,0,76,0,2602,22916,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7136,0,0,0,0,0,4200,0,0,0,'Infernal Sentry',NULL,NULL,0,52,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,7136,0,0,0,300,0,0,77,0,2602,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7137,0,0,0,0,0,7029,0,0,0,'Immolatus',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,2,96,127,0,234,2.4,3000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,3,0,7137,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7138,0,0,0,0,0,2078,0,0,0,'Irontree Wanderer',NULL,NULL,0,52,53,0,91,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,11173,20613,0,0,0,0,0,1,0,0,'',12340),
|
|
(7139,0,0,0,0,0,6351,0,0,0,'Irontree Stomper',NULL,NULL,0,52,53,0,91,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,7139,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,11173,20613,0,0,0,0,0,1,0,0,'',12340),
|
|
(7143,0,0,0,0,0,5849,0,0,0,'Decaying Treant','',NULL,0,51,52,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7144,0,0,0,0,0,10621,0,0,0,'Withered Treant','',NULL,0,53,54,0,16,0,1.2,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,0,0,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7146,0,0,0,0,0,2077,0,0,0,'Treant Protector','',NULL,0,55,56,0,124,0,1.2,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,0,0,0,0,0,0,0,0,0,12747,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7149,0,0,0,0,0,12929,0,0,0,'Withered Protector',NULL,NULL,0,55,56,0,16,0,1.11111,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,7149,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,20613,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7150,0,0,0,0,0,5850,0,0,0,'Withered Guardian','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7151,0,0,0,0,0,5850,0,0,0,'Withered Watcher','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7152,0,0,0,0,0,5850,0,0,0,'Withered Forest Walker','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7153,0,0,0,0,0,2000,0,0,0,'Deadwood Warrior',NULL,NULL,0,48,49,0,82,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,7153,7153,0,0,0,0,0,0,0,13584,13583,0,0,0,0,0,0,0,0,93,126,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7154,0,0,0,0,0,3028,0,0,0,'Deadwood Gardener',NULL,NULL,0,48,49,0,82,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,7,0,7154,7154,0,0,0,0,0,0,0,12160,11986,13583,0,0,0,0,0,0,0,82,113,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7155,0,0,0,0,0,2000,0,0,0,'Deadwood Pathfinder',NULL,NULL,0,49,50,0,82,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,7155,7155,0,0,0,0,0,0,0,6660,6685,13583,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7156,0,0,0,0,0,6825,0,0,0,'Deadwood Den Watcher',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7156,7156,0,0,0,0,0,0,0,13583,0,0,0,0,0,0,0,0,0,112,741,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7157,0,0,0,0,0,2003,0,0,0,'Deadwood Avenger',NULL,NULL,0,54,55,0,82,0,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7157,7157,0,0,0,0,0,0,0,13583,8599,0,0,0,0,0,0,0,0,115,565,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7158,0,0,0,0,0,6746,0,0,0,'Deadwood Shaman',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,7158,7158,0,0,0,0,0,0,0,13585,9532,12058,13583,0,0,0,0,0,0,99,741,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7161,0,0,0,0,0,7154,0,0,0,'Wrenix the Wretched',NULL,NULL,0,20,20,0,69,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7166,0,0,0,0,0,1097,0,0,0,'Wrenix\'s Gizmotronic Apparatus',NULL,NULL,524,20,20,0,69,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(7167,0,0,0,0,0,5865,0,0,0,'Polly',NULL,NULL,0,18,18,0,14,0,0.5,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,7167,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,7968,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7168,0,0,0,0,0,5866,0,0,0,'Polly',NULL,NULL,0,18,18,0,14,0,1.01,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,7168,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,7968,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7170,0,0,0,0,0,3443,0,0,0,'Thragomm','Horde Runner',NULL,0,21,21,0,83,2,1,1.14286,1,1,31,40,0,74,1.7,2000,1613,1,0,2048,0,0,0,0,0,0,21,30,4,7,0,7170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,143,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7172,0,0,0,0,0,6589,0,0,0,'Lore Keeper of Norgannon',NULL,NULL,562,60,60,0,35,1,1.5,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7173,0,0,0,0,0,2575,0,0,0,'World Weaponsmithing Trainer','Weaponsmith Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7174,0,0,0,0,0,2575,0,0,0,'World Armorsmithing Trainer','Armorsmithing Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7175,0,0,0,0,0,763,0,0,0,'Stonevault Ambusher',NULL,NULL,0,35,35,0,59,0,1,1.14286,1,0,49,64,0,118,2.4,2000,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,7175,7175,0,0,0,0,0,0,0,8721,8599,0,0,0,0,0,0,0,0,54,76,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7186,0,0,0,0,0,169,0,0,0,'A','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7206,0,0,0,0,0,10798,0,0,0,'Ancient Stone Keeper',NULL,NULL,0,40,40,0,415,0,1,1.14286,1,1,56,74,0,136,2.4,2800,1384,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,7206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,598,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7207,0,0,0,0,0,6446,0,0,0,'Doc Mixilpixil',NULL,NULL,5763,45,45,0,875,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7208,0,0,0,0,0,134,0,0,0,'Noarm',NULL,NULL,0,25,25,0,55,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7209,0,0,0,0,0,3731,0,0,0,'Obsidian Shard',NULL,NULL,0,35,35,0,54,0,0.56,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(7226,0,0,0,0,0,11686,0,0,0,'Sand Storm',NULL,NULL,0,44,44,0,14,0,1.16,1.14286,1,0,72,96,0,174,1,1570,1727,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,0,0,0,46,46,46,46,92,46,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'',12340),
|
|
(7227,0,0,0,0,0,196,0,0,0,'Cobaltine Dragonspawn','',NULL,0,48,49,0,60,0,1.2,1.14286,1,1,83,110,0,200,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7228,0,0,0,0,0,6089,0,0,0,'Ironaya',NULL,NULL,0,39,39,0,59,0,1.66667,1.14286,1,1,54,72,0,132,2.4,2900,1850,1,0,2048,0,0,0,0,0,0,37,55,13,10,0,7228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,922,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7229,0,0,0,0,0,6301,0,0,0,'Arantir\'s Shadow',NULL,NULL,0,55,55,0,84,2,1.23,1.14286,1,1,94,125,0,228,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,689,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7230,0,0,0,0,0,6005,0,0,0,'Shayis Steelfury','Armorsmith Trainer',NULL,1043,60,60,0,29,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,9788,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7231,0,0,0,0,0,6006,0,0,0,'Kelgruk Bloodaxe','Weaponsmith Trainer',NULL,1042,60,60,0,29,211,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,512,2048,0,0,2,9787,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7232,0,0,0,0,0,6007,0,0,0,'Borgus Steelhand','Weaponsmith Trainer',NULL,1041,60,60,0,55,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,9787,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7233,0,0,0,0,0,5986,0,0,0,'Taskmaster Fizzule',NULL,NULL,0,30,30,0,16,2,1.1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,29,42,9,7,0,7233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taskmaster_fizzule',12340),
|
|
(7234,0,0,0,0,0,1996,0,0,0,'Ferocitas the Dream Eater',NULL,NULL,0,8,8,0,82,0,1.26,1.14286,1,0,10,14,0,38,1,1600,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,7234,7234,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',0,3,1,1,1,1,0,8049,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7235,0,0,0,0,0,6804,0,0,0,'Gnarlpine Mystic',NULL,NULL,0,6,7,0,82,0,0.77,1.14286,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,7,0,7235,7235,0,0,0,0,0,0,0,5177,0,0,0,0,0,0,0,0,0,5,11,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(7236,0,0,0,0,0,5965,0,0,0,'Test Anubisath','I am a test, don\'t bug me',NULL,0,62,62,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7246,0,0,0,0,0,6425,6426,0,0,'Sandfury Shadowhunter','',NULL,0,43,44,0,37,0,1,1.14286,1,1,67,89,0,166,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,46,67,15,7,0,7246,7246,0,0,0,0,0,0,0,15547,11641,18395,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7247,0,0,0,0,0,6427,6428,0,0,'Sandfury Soul Eater','',NULL,0,44,45,0,37,0,1,1.14286,1,1,70,93,0,172,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,48,71,15,7,0,7247,7247,0,0,0,0,0,0,0,11016,7154,0,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7266,0,0,0,0,0,6537,0,0,0,'Ember',NULL,NULL,0,26,26,0,17,0,1.09,1.14286,1,0,37,49,0,90,1,1690,1859,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,0,0,0,32,32,32,32,64,32,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(7267,0,0,0,0,0,6439,0,0,0,'Chief Ukorz Sandscalp',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,7267,7267,0,0,0,0,0,0,0,11837,15496,34409,7366,0,0,0,0,0,0,674,885,'SmartAI',1,3,1,7,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7268,0,0,0,0,0,4305,0,0,0,'Sandfury Guardian',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,1700,1420,1,0,2048,0,35,0,0,0,0,52,76,17,1,1,7268,0,100014,0,0,0,0,0,0,3391,13518,0,0,0,0,0,0,12940,0,0,0,'',1,1,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7269,0,0,0,0,0,7470,0,0,0,'Scarab','',NULL,0,44,44,0,15,0,0.8,1,1,0,72,96,0,174,2.4,2000,1716,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,7269,0,100004,0,0,0,0,0,0,3256,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,9238,0,0,0,0,0,114,1,0,0,'',12340),
|
|
(7270,0,0,0,0,0,6429,6430,0,0,'Sandfury Zombie','',NULL,0,44,45,0,21,0,1.2,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7271,0,0,0,0,0,6434,0,0,0,'Witch Doctor Zum\'rah','',NULL,0,46,46,0,35,0,1,1.14286,1,1,72,95,0,176,2.4,2000,1384,2,32832,2048,0,0,0,0,0,0,49,72,16,7,0,7271,7271,0,0,0,0,0,0,0,12491,12739,15245,0,0,0,0,0,0,0,543,714,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7272,0,0,0,0,0,6696,0,0,0,'Theka the Martyr','',NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2500,1384,1,32832,2048,0,0,0,0,0,0,53,78,17,6,0,7272,7272,0,0,0,0,0,0,0,8600,0,0,0,0,0,0,0,0,0,482,634,'SmartAI',1,3,1,5,2,1,0,9523,10660,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7273,0,0,0,0,0,7271,0,0,0,'Gahz\'rilla',NULL,NULL,0,46,46,0,107,0,1.6,1.42857,1,1,77,102,0,188,7.5,2000,1402,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,7273,0,7273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,8707,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(7274,0,0,0,0,0,6440,0,0,0,'Sandfury Executioner','',NULL,0,46,46,0,37,0,1,1.14286,1,1,77,102,0,188,2.4,2600,1384,1,32832,2048,0,0,0,0,0,0,53,78,17,7,0,7274,7274,0,0,0,0,0,0,0,7160,15496,7366,0,0,0,0,0,0,0,483,636,'SmartAI',1,3,1,5,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7275,0,0,0,0,0,6441,0,0,0,'Shadowpriest Sezz\'ziz',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,1,72,95,0,176,7.5,2000,1393,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,7275,7275,0,0,0,0,0,0,0,15537,13704,8362,12039,0,0,0,0,0,0,417,549,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7276,0,0,0,0,0,6436,6437,0,0,'Zul\'Farrak Dead Hero',NULL,NULL,0,45,46,0,37,0,2.02,1.14286,1,0,77,102,0,188,1,1258,1384,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,7276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,106,'SmartAI',1,3,1,1,1,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7286,0,0,0,0,0,6417,6418,0,0,'Zul\'Farrak Zombie',NULL,NULL,0,43,44,0,16,0,1.68,1.14286,1,1,72,96,0,174,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,49,73,16,6,0,7286,7286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,9523,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7287,0,0,0,0,0,7056,0,0,0,'Foreman Silixiz',NULL,NULL,0,22,22,0,14,0,0.97,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,7287,7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7288,0,0,0,0,0,7055,0,0,0,'Grand Foreman Puzik Gallywix',NULL,NULL,0,23,23,0,93,0,0.97,1.14286,1,1,33,44,0,80,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,22,33,5,7,0,7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,8074,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7290,0,0,0,0,0,6057,0,0,0,'Shadowforge Sharpshooter',NULL,NULL,0,38,39,0,54,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7290,7290,0,0,0,0,0,0,0,6660,6685,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1,1,0,8009,8052,0,0,0,0,0,1,0,0,'',12340),
|
|
(7291,0,0,0,0,0,6059,0,0,0,'Galgann Firehammer',NULL,NULL,0,40,40,0,54,0,1,1.14286,1,1,52,69,0,128,2.4,2000,1100,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,7291,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,626,822,'SmartAI',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7292,0,0,0,0,0,6588,0,0,0,'Dinita Stonemantle','Vault Administrator',NULL,0,55,55,0,55,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7293,0,0,0,0,0,6066,0,0,0,'[UNUSED] Drayl',NULL,NULL,0,35,35,0,104,0,1.5,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7294,0,0,0,0,0,6064,0,0,0,'Shim\'la',NULL,NULL,0,35,35,0,29,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7295,0,0,0,0,0,6061,0,0,0,'Shailiea',NULL,NULL,0,35,35,0,12,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7296,0,0,0,0,0,6063,0,0,0,'Corand',NULL,NULL,0,35,35,0,80,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7297,0,0,0,0,0,6065,0,0,0,'Gothard Winslow',NULL,NULL,0,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7298,0,0,0,0,0,6062,0,0,0,'Demnul Farmountain',NULL,NULL,0,45,45,0,55,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7307,0,0,0,0,0,7235,7236,0,0,'Venture Co. Lookout',NULL,NULL,0,23,23,0,14,0,0.97,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,7307,7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7308,0,0,0,0,0,7239,7240,0,0,'Venture Co. Patroller',NULL,NULL,0,22,22,0,14,0,0.97,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,7308,7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7309,0,0,0,0,0,6025,0,0,0,'Earthen Custodian',NULL,NULL,0,38,38,0,470,0,1,1.14286,1,0,53,70,0,128,2.4,2000,1661,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,7309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,67,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7310,0,0,0,0,0,5832,0,0,0,'Mutated Venture Co. Drone',NULL,NULL,0,25,25,0,14,0,0.97,1.14286,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,6,0,7310,7310,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7311,0,0,0,0,0,6060,0,0,0,'Uthel\'nay','Mage Trainer',NULL,4517,40,40,0,126,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7312,0,0,0,0,0,6072,0,0,0,'Dink','Mage Trainer',NULL,4552,40,40,0,875,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,8,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7313,0,0,0,0,0,6348,0,0,0,'Priestess A\'moora',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,512,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7314,0,0,0,0,0,1438,0,0,0,'Test BattleMaster','Battle Master',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7315,0,0,0,0,0,6071,0,0,0,'Darnath Bladesinger','Warrior Trainer',NULL,4579,55,55,0,80,51,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,1,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7316,0,0,0,0,0,6349,0,0,0,'Sister Aquinne','Novice Priestess',NULL,0,15,15,0,80,2,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,512,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7317,0,0,0,0,0,6230,0,0,0,'Oben Rageclaw',NULL,NULL,0,40,40,0,80,2,1.14,1.14286,1,0,52,69,0,128,1,2000,2000,2,4864,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7318,0,0,0,0,0,6231,0,0,0,'Rageclaw',NULL,NULL,0,10,10,0,16,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,7,0,7318,7318,0,0,0,0,0,0,0,12161,7090,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7319,0,0,0,0,0,6214,0,0,0,'Lady Sathrah',NULL,NULL,0,12,12,0,312,0,1.22,1.14286,1,0,16,21,0,42,1,1880,2068,2,0,2048,0,3,0,0,0,0,10,15,100,1,1,7319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5914,0,0,0,'',1,1,1,1,1,1,0,8344,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7320,0,0,0,0,0,11166,0,0,0,'Stonevault Mauler',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,54,72,0,132,2.4,2000,1384,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7320,7320,0,0,0,0,0,0,0,3391,8269,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7321,0,0,0,0,0,160,0,0,0,'Stonevault Flameweaver',NULL,NULL,0,38,39,0,59,0,1,1.14286,1,1,38,54,0,58,2.4,2000,1384,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7321,7321,0,0,0,0,0,0,0,7739,2941,2602,0,0,0,0,0,0,0,246,326,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7322,0,0,0,0,0,9991,0,0,0,'Black Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7323,0,0,0,0,0,7011,0,0,0,'Winstone Wolfe','The Wolf',NULL,0,52,52,0,471,0,1.05,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7324,0,0,0,0,0,6797,0,0,0,'Simone Cantrell','Landscape Architect',NULL,0,45,45,0,471,0,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7325,0,0,0,0,0,6575,0,0,0,'Master Kang',NULL,NULL,0,62,62,0,471,0,1.05,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7327,0,0,0,0,0,11386,0,0,0,'Withered Warrior',NULL,NULL,0,34,35,0,152,0,1,1.14286,1,1,49,64,0,118,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,6,0,7327,7327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7328,0,0,0,0,0,11384,0,0,0,'Withered Reaver',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,50,66,0,120,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7328,7328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7329,0,0,0,0,0,11383,0,0,0,'Withered Quilguard',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7329,7329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7332,0,0,0,0,0,11385,0,0,0,'Withered Spearhide',NULL,NULL,0,34,35,0,152,0,1,1.14286,1,1,49,64,0,118,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,6,0,7332,7332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,282,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7333,0,0,0,0,0,6121,0,0,0,'Withered Battle Boar',NULL,NULL,0,34,34,0,152,0,1,1.14286,1,0,47,63,0,114,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,6,0,7333,0,7333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7334,0,0,0,0,0,6122,0,0,0,'Battle Boar Horror',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7334,0,7334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7335,0,0,0,0,0,6100,0,0,0,'Death\'s Head Geomancer',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,1,34,48,0,52,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,29,43,17,7,0,7335,7335,0,0,0,0,0,0,0,9053,6725,11436,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7337,0,0,0,0,0,11381,0,0,0,'Death\'s Head Necromancer',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,1,45,60,0,110,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,31,46,11,7,0,7337,7337,0,0,0,0,0,0,0,9613,11443,9484,11445,0,0,0,0,0,0,203,270,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7340,0,0,0,0,0,9786,0,0,0,'Skeletal Shadowcaster',NULL,NULL,0,35,35,0,152,0,1.15,1.14286,1,0,34,48,0,52,1,1590,1749,8,0,2048,0,0,0,0,0,0,29,43,17,6,0,7340,0,0,0,0,0,0,0,0,9613,12248,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7341,0,0,0,0,0,9783,0,0,0,'Skeletal Frostweaver',NULL,NULL,0,35,36,0,152,0,1,1.14286,1,1,35,49,0,53,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,30,44,18,6,0,7341,7341,0,0,0,0,190,0,0,9672,33624,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7342,0,0,0,0,0,1245,0,0,0,'Skeletal Summoner',NULL,NULL,0,36,36,0,152,0,1,1.14286,1,1,35,49,0,53,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,30,44,18,6,0,7342,7342,0,0,0,0,0,0,0,9532,11980,0,0,0,0,0,0,0,0,208,276,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7343,0,0,0,0,0,7550,0,0,0,'Splinterbone Skeleton',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,49,64,0,118,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7344,0,0,0,0,0,5231,0,0,0,'Splinterbone Warrior',NULL,NULL,0,35,36,0,152,0,0.888888,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7344,7344,0,0,0,0,0,0,0,11971,0,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7345,0,0,0,0,0,7847,0,0,0,'Splinterbone Captain',NULL,NULL,0,36,36,0,152,0,0.888888,1.14286,1,1,50,66,0,120,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7345,7345,0,0,0,0,0,0,0,9128,12461,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7346,0,0,0,0,0,7848,0,0,0,'Splinterbone Centurion',NULL,NULL,0,36,36,0,152,0,0.888888,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7346,7346,0,0,0,0,0,0,0,8078,0,0,0,0,0,0,0,0,0,65,90,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7347,0,0,0,0,0,1065,0,0,0,'Boneflayer Ghoul',NULL,NULL,0,36,36,0,152,0,0.777776,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7347,7347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7348,0,0,0,0,0,1065,0,0,0,'Thorn Eater Ghoul',NULL,NULL,0,35,36,0,152,0,0.777776,1.14286,1,1,50,66,0,120,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,6,0,7348,7348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,316,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7349,0,0,0,0,0,6842,0,0,0,'Tomb Fiend',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,49,64,0,118,1,2000,1815,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,7349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7351,0,0,0,0,0,3004,0,0,0,'Tomb Reaver',NULL,NULL,0,36,36,0,152,0,1,1.14286,1,1,50,66,0,120,7.5,2000,1494,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,7351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7352,0,0,0,0,0,146,0,0,0,'Frozen Soul',NULL,NULL,0,35,36,0,152,0,1.11111,1.14286,1,1,46,61,0,112,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,32,47,11,6,0,7352,0,0,0,0,0,0,0,0,12528,12531,0,0,0,0,0,0,0,0,213,283,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7353,0,0,0,0,0,146,0,0,0,'Freezing Spirit',NULL,NULL,0,36,36,0,152,0,1.11111,1.14286,1,1,46,61,0,112,1.7,2800,2000,2,64,2048,0,0,0,0,0,0,32,47,11,6,0,7353,0,0,0,0,0,0,0,0,15532,12531,0,0,0,0,0,0,0,0,225,298,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7354,0,0,0,0,0,11382,0,0,0,'Ragglesnout',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,36,51,0,54,7.5,2000,1300,8,0,2048,0,0,0,0,0,0,31,46,18,7,0,7354,0,0,0,0,0,0,0,0,12471,11639,12039,15859,0,0,0,0,0,0,435,573,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7355,0,0,0,0,0,7845,0,0,0,'Tuten\'kash',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,51,68,0,124,7.5,2000,1457,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,7355,0,0,0,0,0,0,0,0,12252,3391,12255,12251,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7356,0,0,0,0,0,6124,0,0,0,'Plaguemaw the Rotting',NULL,NULL,0,37,37,0,152,0,1.62,1.14286,1,1,51,68,0,124,7.5,1316,1448,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,7356,0,0,0,0,0,0,0,0,12946,11441,0,0,0,0,0,0,0,0,575,756,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7357,0,0,0,0,0,8055,0,0,0,'Mordresh Fire Eye',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,36,51,0,54,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,31,46,18,6,0,7357,7357,0,0,0,0,0,0,0,12466,12470,0,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,8,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7358,0,0,0,0,0,7971,0,0,0,'Amnennar the Coldbringer',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,48,63,0,116,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,33,48,11,6,0,7358,7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,653,'SmartAI',1,3,1,8,8,1,0,10420,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7360,0,0,0,0,0,6127,6128,0,0,'Dun Garok Soldier',NULL,NULL,0,29,30,0,88,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,7360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7361,0,0,0,0,0,6533,0,0,0,'Grubbis',NULL,NULL,0,28,28,0,59,0,1,1.14286,1,1,39,53,0,96,7.5,2000,1475,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,7361,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,0,281,372,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7363,0,0,0,0,0,11653,0,0,0,'Kum\'isha the Collector',NULL,NULL,752,60,60,0,35,3,1.11111,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7364,0,0,0,0,0,6148,0,0,0,'Flawless Draenethyst Sphere',NULL,NULL,0,60,60,0,35,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7365,0,0,0,0,0,1825,0,0,0,'Flawless Draenethyst Fragment',NULL,NULL,0,40,40,0,35,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7366,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,2000,1793,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10403,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7367,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10404,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7368,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VI',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10405,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7369,0,0,0,0,0,11533,0,0,0,'Deadwind Brute','',NULL,0,55,56,0,45,0,1.6,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7369,7369,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,448,589,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7370,0,0,0,0,0,4870,0,0,0,'Restless Shade','',NULL,0,68,69,1,21,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,6,0,7370,0,0,0,0,0,0,0,0,38240,18267,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7371,0,0,0,0,0,11536,0,0,0,'Deadwind Mauler','',NULL,0,56,57,0,45,0,3.13,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7371,7371,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,127,171,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7372,0,0,0,0,0,11538,0,0,0,'Deadwind Warlock','',NULL,0,57,58,0,45,0,1.6,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,7372,7372,0,0,0,0,0,0,0,8552,9613,9275,0,0,0,0,0,0,0,105,142,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7373,0,0,0,0,0,11534,0,0,0,'Deadwind Enforcer','',NULL,0,59,60,0,45,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7374,0,0,0,0,0,7857,0,0,0,'Vengeful Wraith','',NULL,0,69,70,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7375,0,0,0,0,0,7857,0,0,0,'Spirit of Wrath','',NULL,0,69,70,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7376,0,0,0,0,0,10826,0,0,0,'Sky Shadow','',NULL,0,55,56,0,14,0,1.2,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,7,0,0,0,0,67,97,23,1,1,7376,0,100003,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,12866,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(7377,0,0,0,0,0,6195,0,0,0,'Doomhound Ravager','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7378,0,0,0,0,0,6196,0,0,0,'Doomhound Mastiff','',NULL,0,59,60,0,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7379,0,0,0,0,0,11537,0,0,0,'Deadwind Ogre Mage','',NULL,0,55,57,0,45,0,1.6,1.14286,1,0,69,96,0,106,1,2000,2000,8,0,2048,0,0,0,0,0,0,58,85,24,7,0,7379,7379,0,0,0,0,0,0,0,6742,9532,12550,13729,0,0,0,0,0,0,116,156,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7380,0,0,0,0,0,5585,0,0,0,'Siamese Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7381,0,0,0,0,0,5555,0,0,0,'Silver Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7382,0,0,0,0,0,5554,0,0,0,'Orange Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7383,0,0,0,0,0,5448,0,0,0,'Black Tabby Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7384,0,0,0,0,0,5586,0,0,0,'Cornish Rex Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7385,0,0,0,0,0,5556,0,0,0,'Bombay Cat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7386,0,0,0,0,0,9989,0,0,0,'White Kitten',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7387,0,0,0,0,0,5207,0,0,0,'Green Wing Macaw',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7388,0,0,0,0,0,6189,0,0,0,'Cockatoo','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7389,0,0,0,0,0,6190,0,0,0,'Senegal',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7390,0,0,0,0,0,6191,0,0,0,'Cockatiel',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7391,0,0,0,0,0,6192,0,0,0,'Hyacinth Macaw',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7392,0,0,0,0,0,304,0,0,0,'Prairie Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7393,0,0,0,0,0,304,0,0,0,'White Plymouth Rock','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7394,0,0,0,0,0,5369,0,0,0,'Ancona Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7395,0,0,0,0,0,2177,0,0,0,'Cockroach',NULL,NULL,0,1,1,0,188,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,7395,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7396,0,0,0,0,0,6010,0,0,0,'Earthen Stonebreaker',NULL,NULL,0,39,39,0,415,0,1,1.14286,1,0,54,72,0,132,2.4,2700,1661,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,7396,7396,0,0,0,0,0,0,0,12057,2457,0,0,0,0,0,0,0,0,83,114,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7397,0,0,0,0,0,6009,0,0,0,'Earthen Stonecarver',NULL,NULL,0,39,39,0,415,0,1,1.14286,1,0,38,54,0,58,2.4,2000,1661,8,0,2048,0,0,0,0,0,0,33,48,18,7,0,7397,7397,0,0,0,0,0,0,0,10452,2602,0,0,0,0,0,0,0,0,71,97,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7398,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1480,1628,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10425,55333,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.455,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7399,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VI',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1430,1573,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10426,55335,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.455,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7400,0,0,0,0,0,4589,0,0,0,'Searing Totem V','',NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1510,1661,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10435,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7401,0,0,0,0,0,11650,11652,11651,0,'Draenei Refugee',NULL,NULL,0,45,45,0,120,0,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7402,0,0,0,0,0,4589,0,0,0,'Searing Totem VI',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10436,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7403,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1450,1595,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10441,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7404,0,0,0,0,0,2290,0,0,0,'Galak Flame Guard',NULL,NULL,0,30,30,0,131,0,0.666668,1.14286,1,0,42,56,0,102,1,2600,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,7404,7404,0,0,0,0,0,0,0,6190,33333,0,0,0,0,0,0,0,0,44,62,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7405,0,0,0,0,0,5985,0,0,0,'Deadly Cleft Scorpid',NULL,NULL,0,37,38,0,413,0,1,1.14286,1,0,53,70,0,128,2.4,2000,1716,1,0,2048,0,20,0,0,0,0,36,53,13,1,1,7405,0,7405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8854,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7406,0,0,0,0,0,6710,0,0,0,'Oglethorpe Obnoticus','Gnomish Engineering Trainer',NULL,1467,50,50,0,120,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7407,0,0,0,0,0,7169,0,0,0,'Chief Engineer Bilgewhizzle','Gadgetzan Water Co.',NULL,0,50,50,0,475,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7408,0,0,0,0,0,7171,0,0,0,'Spigot Operator Luglunket','Gadgetzan Water Co.',NULL,0,40,40,0,475,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7409,0,0,0,0,0,6148,0,0,0,'Faltering Draenethyst Sphere',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7410,0,0,0,0,0,6198,0,0,0,'Thelman Slatefist','Alterac Valley Battlemaster',NULL,6469,61,61,0,1216,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7411,0,0,0,0,0,6213,0,0,0,'Spirit of Sathrah',NULL,NULL,0,12,12,0,35,0,1.21,1.14286,1,0,16,21,0,42,1,1890,2079,2,0,2048,0,0,0,0,0,0,10,15,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7412,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1490,1639,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10476,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7413,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1430,1573,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10477,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7414,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem II',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,1716,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10491,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7415,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1470,1617,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10493,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7416,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10494,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7423,0,0,0,0,0,4589,0,0,0,'Flametongue Totem III',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1550,1705,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,52111,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7424,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1450,1595,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10534,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7425,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1420,1562,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10535,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7427,0,0,0,0,0,6208,0,0,0,'Taim Ragetotem','Alterac Valley Battlemaster',NULL,6468,61,61,0,1214,1048577,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7428,0,0,0,0,0,6209,0,0,0,'Frostmaul Giant',NULL,NULL,0,59,60,0,778,0,0.777776,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,5,0,7428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,637,'',0,1,1,3,1,1,0,12334,22227,0,0,0,0,0,1,0,0,'',12340),
|
|
(7429,0,0,0,0,0,12815,0,0,0,'Frostmaul Preserver',NULL,NULL,0,59,60,0,778,0,0.777776,1.14286,1,1,146,192,0,238,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,5,0,7429,0,0,0,0,0,0,0,0,38657,0,0,0,0,0,0,0,0,0,408,537,'',1,1,1,3,1,1,0,12334,22227,0,0,0,0,0,1,0,0,'',12340),
|
|
(7430,0,0,0,0,0,9958,0,0,0,'Frostsaber Cub',NULL,NULL,0,55,56,0,16,0,1,1.42857,1,0,96,127,0,234,1,1500,2000,1,0,2048,0,2,0,0,0,0,67,97,23,1,1,7430,0,7430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5834,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),
|
|
(7431,0,0,0,0,0,9953,0,0,0,'Frostsaber',NULL,NULL,0,56,57,0,16,0,1,1.42857,1,0,98,130,0,238,1,1500,2000,1,0,2048,0,2,0,0,0,0,68,99,24,1,1,7431,0,7431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13379,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),
|
|
(7432,0,0,0,0,0,11445,0,0,0,'Frostsaber Stalker',NULL,NULL,0,59,60,0,16,0,1,1.42857,1,0,104,138,0,252,1,1500,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,7432,0,7432,0,0,50,0,0,0,0,0,0,0,0,0,0,0,8270,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),
|
|
(7433,0,0,0,0,0,11444,0,0,0,'Frostsaber Huntress',NULL,NULL,0,58,59,0,16,0,1,1.42857,1,0,102,135,0,248,1,1500,2000,1,0,2048,0,2,0,0,0,0,70,103,25,1,1,7433,0,7433,0,0,50,0,0,0,13443,15716,0,0,0,0,0,0,8268,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),
|
|
(7434,0,0,0,0,0,9954,0,0,0,'Frostsaber Pride Watcher',NULL,NULL,0,59,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,1500,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,7434,0,7434,0,0,50,0,0,0,15716,0,0,0,0,0,0,0,13350,0,0,0,'',1,1,1,1.35,1,1,0,12733,21928,0,0,0,0,144,1,0,0,'',12340),
|
|
(7435,0,0,0,0,0,6761,0,0,0,'Cobalt Wyrmkin',NULL,NULL,0,55,56,0,103,0,0.888888,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,2,0,7435,0,7435,0,0,0,82,0,165,9080,15580,0,0,0,0,0,0,0,0,439,578,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7436,0,0,0,0,0,6760,0,0,0,'Cobalt Scalebane',NULL,NULL,0,56,57,0,103,0,0.888888,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,2,0,7436,0,7436,0,0,0,84,0,168,6713,15655,0,0,0,0,0,0,0,0,449,592,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7437,0,0,0,0,0,8316,0,0,0,'Cobalt Mageweaver',NULL,NULL,0,57,58,0,103,0,1.1,1.14286,1,1,71,98,0,107,2.4,2000,2000,8,64,2048,0,0,0,0,0,0,59,87,24,2,0,7437,0,7437,0,0,0,85,0,170,15784,15043,0,0,0,0,0,0,0,0,357,472,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7438,0,0,0,0,0,6829,0,0,0,'Winterfall Ursa',NULL,NULL,0,57,58,0,82,0,0.666668,0.992063,1,0,100,132,0,242,1,2800,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,7438,7438,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,126,735,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7439,0,0,0,0,0,6830,0,0,0,'Winterfall Shaman',NULL,NULL,0,56,57,0,82,0,0.666668,0.992063,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,7439,7439,0,0,0,0,0,0,0,11431,9532,13585,17205,0,0,0,0,0,0,110,829,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7440,0,0,0,0,0,6828,0,0,0,'Winterfall Den Watcher',NULL,NULL,0,55,56,0,82,0,0.666668,0.992063,1,0,96,127,0,234,1,2000,2000,1,262144,2048,0,0,0,0,0,0,67,97,23,7,0,7440,7440,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,122,790,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7441,0,0,0,0,0,6818,0,0,0,'Winterfall Totemic',NULL,NULL,0,54,55,0,82,0,0.666668,0.992063,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,7441,7441,0,0,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,100,136,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7442,0,0,0,0,0,6211,0,0,0,'Winterfall Pathfinder',NULL,NULL,0,53,54,0,82,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7442,7442,0,0,0,0,0,0,0,17205,16498,6660,0,0,0,0,0,0,0,112,395,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7443,0,0,0,0,0,8842,0,0,0,'Shardtooth Mauler',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,4,0,0,0,0,67,97,23,1,1,7443,0,7443,0,0,0,0,0,0,15793,0,0,0,0,0,0,0,12853,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),
|
|
(7444,0,0,0,0,0,865,0,0,0,'Shardtooth Bear',NULL,NULL,0,53,54,0,16,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,4,0,0,0,0,63,93,22,1,1,7444,0,7444,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,5809,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),
|
|
(7445,0,0,0,0,0,8837,0,0,0,'Elder Shardtooth',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,4,0,0,0,0,69,101,25,1,1,7445,0,7445,0,0,0,0,0,0,15971,0,0,0,0,0,0,0,5811,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),
|
|
(7446,0,0,0,0,0,3200,0,0,0,'Rabid Shardtooth',NULL,NULL,0,59,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,4,0,0,0,0,72,106,26,1,1,7446,0,7446,0,0,0,0,0,0,3150,3391,0,0,0,0,0,0,12838,0,0,0,'SmartAI',1,1,1,1.6,1,1,0,12622,21928,0,0,0,0,0,1,0,0,'',12340),
|
|
(7447,0,0,0,0,0,10807,0,0,0,'Fledgling Chillwind',NULL,NULL,0,53,55,0,16,0,1.4,1.42857,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,38,0,0,0,0,65,95,23,1,65537,7447,0,7447,0,0,0,0,0,0,16552,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.3,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),
|
|
(7448,0,0,0,0,0,10810,0,0,0,'Chillwind Chimaera',NULL,NULL,0,55,57,0,16,0,1.4,1.42857,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,38,0,0,0,0,68,99,24,1,65537,7448,0,7448,0,0,0,0,0,0,15797,20005,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),
|
|
(7449,0,0,0,0,0,10809,0,0,0,'Chillwind Ravager',NULL,NULL,0,57,59,0,16,0,1.4,1.42857,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,38,0,0,0,0,70,103,25,1,65537,7449,0,7449,0,0,0,0,0,0,8599,28547,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,12444,12623,0,0,0,0,149,1,0,0,'',12340),
|
|
(7450,0,0,0,0,0,12235,0,0,0,'Ragged Owlbeast',NULL,NULL,0,53,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7450,0,0,0,0,0,0,0,0,15848,13738,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,18590,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7451,0,0,0,0,0,12235,0,0,0,'Raging Owlbeast',NULL,NULL,0,54,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7451,0,0,0,0,0,0,0,0,34971,13738,0,0,0,0,0,0,0,0,122,164,'',1,1,1,1.35,1,1,0,18590,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7452,0,0,0,0,0,12237,0,0,0,'Crazed Owlbeast',NULL,NULL,0,56,57,0,16,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),
|
|
(7453,0,0,0,0,0,12237,0,0,0,'Moontouched Owlbeast',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,7453,0,0,0,0,0,0,0,0,24957,38657,0,0,0,0,0,0,0,0,111,150,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),
|
|
(7454,0,0,0,0,0,12236,0,0,0,'Berserk Owlbeast',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,7454,0,0,0,0,0,0,0,0,34971,0,0,0,0,0,0,0,0,0,131,176,'',1,1,1,1.35,1,1,0,12524,18590,0,0,0,0,0,1,0,0,'',12340),
|
|
(7455,0,0,0,0,0,6212,0,0,0,'Winterspring Owl',NULL,NULL,0,54,56,0,7,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,26,0,0,0,0,67,97,23,1,1,7455,0,0,0,0,55,0,25,0,0,0,0,0,0,0,0,0,5862,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7456,0,0,0,0,0,10833,0,0,0,'Winterspring Screecher',NULL,NULL,0,57,59,0,7,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,26,0,0,0,0,70,103,25,1,1,7456,0,0,0,0,55,0,25,0,3589,0,0,0,0,0,0,0,5863,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7457,0,0,0,0,0,6767,0,0,0,'Rogue Ice Thistle',NULL,NULL,0,53,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7457,0,7457,0,0,0,110,0,0,3604,15878,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,12366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7458,0,0,0,0,0,10579,0,0,0,'Ice Thistle Yeti',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7458,0,7458,0,0,0,112,0,0,3604,15878,0,0,0,0,0,0,0,0,120,779,'',1,1,1,1.35,1,1,0,12366,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7459,0,0,0,0,0,10945,0,0,0,'Ice Thistle Matriarch',NULL,NULL,0,56,57,0,16,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7459,0,7459,0,0,0,114,0,0,6268,15878,0,0,0,0,0,0,0,0,125,169,'',1,1,1,1.35,1,1,0,12367,12366,0,0,0,0,0,1,0,0,'',12340),
|
|
(7460,0,0,0,0,0,10946,0,0,0,'Ice Thistle Patriarch',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,7460,0,7460,0,0,0,116,0,0,3131,15878,0,0,0,0,0,0,0,0,128,172,'',1,1,1,1.35,1,1,0,12367,12366,0,0,0,0,0,1,0,0,'',12340),
|
|
(7461,0,0,0,0,0,10924,0,0,0,'Hederine Initiate',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,74,102,0,112,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,61,90,25,3,0,7461,7461,0,0,0,0,0,0,0,37668,24668,0,0,0,0,0,0,0,0,650,853,'',1,1,1,6,2,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7462,0,0,0,0,0,6172,0,0,0,'Hederine Manastalker',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,3,0,7462,0,7462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,6,2,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7463,0,0,0,0,0,9018,0,0,0,'Hederine Slayer',NULL,NULL,0,59,60,0,90,0,1.1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,3,0,7463,7463,0,0,0,0,0,0,0,17547,0,0,0,0,0,0,0,0,0,862,1131,'',0,1,1,6,1,1,0,18604,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7464,0,0,0,0,0,4589,0,0,0,'Magma Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1610,1771,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10582,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7465,0,0,0,0,0,4589,0,0,0,'Magma Totem III',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1480,1628,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10583,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7466,0,0,0,0,0,4589,0,0,0,'Magma Totem IV',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10584,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7467,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1670,1837,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10596,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7468,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem II',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1440,1584,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10598,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7469,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem III',NULL,NULL,0,1,80,0,58,0,1,1,1,0,417,582,0,608,1,1410,1551,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,10599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7483,0,0,0,0,0,4590,0,0,0,'Windfury Totem II',NULL,NULL,0,48,48,0,58,0,0.01,1.14286,1,0,75,99,0,184,1,1510,1661,2,0,2048,0,0,0,0,0,0,51,76,17,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7484,0,0,0,0,0,4590,0,0,0,'Windfury Totem III',NULL,NULL,0,1,1,0,58,0,1,1,1,0,146,192,0,238,1,2000,1551,1,0,2048,0,0,0,0,0,0,101,167,24,11,0,7484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7485,0,0,0,0,0,6308,0,0,0,'Nargatt','Food & Drink',NULL,0,40,40,0,29,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7486,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem',NULL,NULL,0,43,43,0,58,0,0.01,1.14286,1,0,62,82,0,152,1,1560,1716,2,0,2048,0,0,0,0,0,0,42,62,14,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7487,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem II',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7488,0,0,0,0,0,6229,0,0,0,'Haka\'wani','Mage Trainer',NULL,0,40,40,0,126,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7489,0,0,0,0,0,10797,0,0,0,'Silverpine Deathguard',NULL,NULL,0,40,40,0,71,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,7489,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7503,0,0,0,0,0,6233,0,0,0,'Curse of the Eye (Male)','',NULL,0,26,27,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7504,0,0,0,0,0,6234,0,0,0,'Curse of the Eye (Female)','',NULL,0,26,27,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7505,0,0,0,0,0,21010,0,0,0,'Bloodmage Drazial',NULL,NULL,800,50,50,0,35,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,768,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7506,0,0,0,0,0,21013,0,0,0,'Bloodmage Lynnore',NULL,NULL,820,53,53,0,35,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,768,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7507,0,0,0,0,0,2957,0,0,0,'Brown Snake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(7508,0,0,0,0,0,1206,0,0,0,'Black Kingsnake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(7509,0,0,0,0,0,6303,0,0,0,'Crimson Snake',NULL,NULL,0,1,1,0,85,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,268959846,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(7523,0,0,0,0,0,10701,0,0,0,'Suffering Highborne',NULL,NULL,0,54,55,0,21,0,1.11111,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,7523,0,0,0,0,0,0,0,0,14868,0,0,0,0,0,0,0,0,0,102,139,'',1,1,1,1.3,1,1,0,21936,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7524,0,0,0,0,0,10702,0,0,0,'Anguished Highborne',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,7524,0,0,0,0,0,0,0,0,13860,0,0,0,0,0,0,0,0,0,108,145,'',1,1,1,1.35,1,1,0,21936,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7525,0,0,0,0,0,2575,0,0,0,'World Leatherworking Dragonscale Trainer','Dragonscale Leatherworking Trainer',NULL,0,26,26,0,35,0,1.2,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,8272,8046,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7526,0,0,0,0,0,2575,0,0,0,'World Leatherworking Elemental Trainer','Elemental Leatherworking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7527,0,0,0,0,0,6271,0,0,0,'Goblin Land Mine',NULL,NULL,0,43,43,0,14,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,131076,2048,0,0,0,0,0,0,46,67,16,9,0,0,0,0,0,0,0,0,0,0,4043,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(7528,0,0,0,0,0,2575,0,0,0,'World Leatherworking Tribal Trainer','Tribal Leatherworking Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7543,0,0,0,0,0,6288,0,0,0,'Dark Whelpling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7544,0,0,0,0,0,6290,0,0,0,'Crimson Whelpling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7545,0,0,0,0,0,6291,0,0,0,'Emerald Whelpling',NULL,NULL,0,1,1,0,188,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7546,0,0,0,0,0,6292,0,0,0,'Bronze Whelpling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7547,0,0,0,0,0,6293,0,0,0,'Azure Whelpling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7548,0,0,0,0,0,6294,0,0,0,'Faeling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7549,0,0,0,0,0,6295,0,0,0,'Tree Frog',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,7549,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7550,0,0,0,0,0,901,0,0,0,'Wood Frog',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7551,0,0,0,0,0,6296,0,0,0,'Dart Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7552,0,0,0,0,0,6297,0,0,0,'Island Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7553,0,0,0,0,0,4615,0,0,0,'Great Horned Owl',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7554,0,0,0,0,0,6298,0,0,0,'Snowy Owl','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7555,0,0,0,0,0,6299,0,0,0,'Hawk Owl',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7556,0,0,0,0,0,6300,0,0,0,'Eagle Owl','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7557,0,0,0,0,0,2838,0,0,0,'Prarie Dog',NULL,NULL,0,1,1,0,32,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(7558,0,0,0,0,0,4626,0,0,0,'Cottontail Rabbit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7559,0,0,0,0,0,6302,0,0,0,'Spotted Rabbit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7560,0,0,0,0,0,328,0,0,0,'Snowshoe Rabbit',NULL,NULL,0,20,20,0,188,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,768,2048,0,0,0,0,0,0,20,30,4,12,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7561,0,0,0,0,0,2955,0,0,0,'Albino Snake','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7562,0,0,0,0,0,2957,0,0,0,'Brown Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7563,0,0,0,0,0,2956,0,0,0,'Blue Racer','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7564,0,0,0,0,0,7185,0,0,0,'Marin Noggenfogger',NULL,NULL,922,40,40,0,474,131,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7565,0,0,0,0,0,1206,0,0,0,'Black Kingsnake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7566,0,0,0,0,0,2954,0,0,0,'Scarlet Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7567,0,0,0,0,0,6303,0,0,0,'Crimson Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7568,0,0,0,0,0,2954,0,0,0,'Ribbon Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7569,0,0,0,0,0,1986,0,0,0,'Green Water Snake',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7570,0,0,0,0,0,1824,0,0,0,'Elven Wisp','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(7572,0,0,0,0,0,6775,0,0,0,'Fallen Hero of the Horde','',NULL,840,60,60,0,35,3,0.8,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,2,'',12340),
|
|
(7583,0,0,0,0,0,7175,0,0,0,'Sprinkle',NULL,NULL,0,30,30,0,474,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7584,0,0,0,0,0,9592,0,0,0,'Wandering Forest Walker',NULL,NULL,0,44,46,0,7,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,4,0,7584,0,0,0,0,200,0,0,0,16561,0,0,0,0,0,0,0,0,0,92,125,'',1,3,1,1.7,1,1,0,9590,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(7603,0,0,0,0,0,6967,6968,0,0,'Leprous Assistant','',NULL,0,26,27,0,63,0,1,1.14286,1,0,38,51,0,92,1.7,2000,1881,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,7603,7603,0,0,0,0,0,0,0,1604,11264,12024,0,0,0,0,0,0,0,44,63,'SmartAI',1,3,1,1.05,1,1,0,9309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7604,0,0,0,0,0,6433,0,0,0,'Sergeant Bly','',NULL,941,45,45,0,35,1,1,1.14286,1,1,76,100,0,184,2.4,2000,1384,1,32768,2048,0,0,0,0,0,0,52,76,17,7,4096,7604,7604,0,0,0,0,0,0,0,11972,12170,0,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,10,1,1,0,8548,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(7605,0,0,0,0,0,6435,0,0,0,'Raven','',NULL,0,44,44,0,35,0,1,1.14286,1,1,72,96,0,174,2.4,1600,1384,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,7605,0,0,0,0,0,0,0,0,7159,12540,0,0,0,0,0,0,0,0,344,454,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(7606,0,0,0,0,0,6432,0,0,0,'Oro Eyegouge','',NULL,0,44,44,0,35,0,1,1.14286,1,1,51,71,0,78,2.4,2000,1384,8,32768,2048,0,0,0,0,0,0,43,63,20,7,0,7606,7606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,348,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(7607,0,0,0,0,0,7222,0,0,0,'Weegli Blastfuse','',NULL,940,43,43,0,35,1,1,1.14286,1,1,67,88,0,162,2.4,2000,1448,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,7607,0,0,0,0,0,0,0,0,8858,0,6660,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,9.7,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(7608,0,0,0,0,0,6438,0,0,0,'Murta Grimgut','',NULL,0,44,44,0,35,0,1,1.14286,1,1,67,89,0,166,2.4,2000,1384,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,7608,7608,0,0,0,0,0,0,0,10577,25058,9734,11974,0,0,0,0,0,0,289,382,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(7623,0,0,0,0,0,6571,0,0,0,'Dispatch Commander Ruag','',NULL,0,60,60,0,29,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7624,0,0,0,0,0,24591,0,0,0,'Slim\'s Test Death Knight','',NULL,0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7643,0,0,0,0,0,6570,0,0,0,'Bengor','',NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7663,0,0,0,0,0,4841,4842,4843,4844,'Ashenvale Warrior','',NULL,0,40,40,0,79,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7664,0,0,0,0,0,10543,0,0,0,'Razelikh the Defiler',NULL,NULL,0,60,60,0,90,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,3,2,7664,0,0,0,50,0,0,50,0,8255,13459,12745,8269,0,0,0,0,0,0,1374,1799,'SmartAI',0,3,1,10,1,1,0,10759,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(7665,0,0,0,0,0,10169,0,0,0,'Grol the Destroyer',NULL,NULL,0,58,58,0,45,0,1.05,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,3,0,7665,7665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,1406,'SmartAI',1,3,1,8,1,1,0,10753,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(7666,0,0,0,0,0,6769,0,0,0,'Archmage Allistarj',NULL,NULL,0,58,58,0,93,0,1.05,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,64,94,23,3,0,7666,0,0,0,116,0,116,0,116,10149,10179,0,0,0,0,0,0,0,0,691,907,'SmartAI',0,3,1,6,20,1,0,10755,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7667,0,0,0,0,0,6768,0,0,0,'Lady Sevine',NULL,NULL,0,59,59,0,93,0,1.05,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,3,0,7667,7667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,1297,'SmartAI',0,3,1,9,12,1,0,10754,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7668,0,0,0,0,0,6847,6848,6849,6850,'Servant of Razelikh',NULL,NULL,0,57,57,0,90,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,7668,7668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,175,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7669,0,0,0,0,0,6874,6875,6876,6877,'Servant of Grol',NULL,NULL,0,53,54,0,90,0,1.05,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,7669,7669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7670,0,0,0,0,0,6855,6856,6857,6858,'Servant of Allistarj',NULL,NULL,0,54,55,0,90,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7670,7670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,161,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7671,0,0,0,0,0,6869,6870,6871,6872,'Servant of Sevine',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,7671,7671,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,168,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7683,0,0,0,0,0,6837,0,0,0,'Alessandro Luca','Blue Moon Odds & Ends',NULL,1120,35,35,0,68,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7684,0,0,0,0,0,4805,0,0,0,'Leopard',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7686,0,0,0,0,0,6443,0,0,0,'Bengal Tiger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7687,0,0,0,0,0,6444,0,0,0,'Spotted Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7689,0,0,0,0,0,6447,0,0,0,'Spotted Nightsaber','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7690,0,0,0,0,0,6448,0,0,0,'Striped Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7703,0,0,0,0,0,6468,0,0,0,'Obsidian Raptor','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7704,0,0,0,0,0,6469,0,0,0,'Mottled Red Raptor',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7706,0,0,0,0,0,6471,0,0,0,'Ivory Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7707,0,0,0,0,0,6472,0,0,0,'Turquoise Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7708,0,0,0,0,0,6473,0,0,0,'Violet Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7709,0,0,0,0,0,6474,0,0,0,'Riding Tallstrider (Brown)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7710,0,0,0,0,0,6475,0,0,0,'Riding Tallstrider (Gray)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7711,0,0,0,0,0,6476,0,0,0,'Riding Tallstrider (Pink)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7712,0,0,0,0,0,6477,0,0,0,'Riding Tallstrider (Purple)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7713,0,0,0,0,0,6478,0,0,0,'Riding Tallstrider (Turquoise)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(7714,0,0,0,0,0,6550,0,0,0,'Innkeeper Byula','Innkeeper',NULL,344,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7724,0,0,0,0,0,7173,0,0,0,'Senior Surveyor Fizzledowser','Gadgetzan Water Co.',NULL,0,44,44,0,475,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7725,0,0,0,0,0,6835,6836,0,0,'Grimtotem Raider',NULL,NULL,0,42,43,0,16,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,7725,7725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'SmartAI',1,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7726,0,0,0,0,0,6831,6832,0,0,'Grimtotem Naturalist',NULL,NULL,0,41,42,0,16,0,1,0.992063,1,0,58,77,0,142,1,2000,2000,2,32768,2048,0,0,0,0,0,0,40,59,13,7,0,7726,7726,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7727,0,0,0,0,0,6833,6834,0,0,'Grimtotem Shaman',NULL,NULL,0,43,44,0,16,0,1,1.14286,1,0,67,89,0,166,1,2000,2000,2,32768,2048,0,0,0,0,0,0,46,67,15,7,0,7727,7727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,96,'SmartAI',1,3,1,1.2,1,1,0,9460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7728,0,0,0,0,0,6688,0,0,0,'Kirith the Damned',NULL,NULL,0,55,55,0,90,0,1.05,1.14286,1,0,94,125,0,228,1,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,3,0,7728,0,0,0,0,0,0,0,0,12745,12097,0,0,0,0,0,0,0,0,520,684,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,131086,0,'',12340),
|
|
(7729,0,0,0,0,0,6878,0,0,0,'Spirit of Kirith',NULL,NULL,0,55,55,0,35,2,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7730,0,0,0,0,0,9802,9804,9803,9805,'Stonetalon Grunt',NULL,NULL,0,40,40,0,85,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,7730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7731,0,0,0,0,0,6551,0,0,0,'Innkeeper Jayka','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7732,0,0,0,0,0,3233,0,0,0,'Dupe Bug',NULL,NULL,0,1,1,0,494,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),
|
|
(7733,0,0,0,0,0,7346,0,0,0,'Innkeeper Fizzgrimble','Innkeeper',NULL,2890,30,30,0,474,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(7734,0,0,0,0,0,6380,0,0,0,'Ilifar','Keeper of Souls',NULL,0,60,60,0,90,0,1.78,1.14286,1,0,146,192,0,238,1,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,7734,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,324,428,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7735,0,0,0,0,0,5047,0,0,0,'Felcular','Champion of Razelikh',NULL,0,60,60,0,90,0,1.77,1.14286,1,0,146,192,0,238,1,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,7735,0,0,0,0,120,120,120,0,0,0,0,0,0,0,0,0,0,0,256,340,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7736,0,0,0,0,0,6553,0,0,0,'Innkeeper Shyria','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7737,0,0,0,0,0,6554,0,0,0,'Innkeeper Greul','Innkeeper',NULL,21215,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(7738,0,0,0,0,0,2172,0,0,0,'Burning Servant',NULL,NULL,0,26,26,0,63,0,1.08,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(7739,0,0,0,0,0,9473,0,0,0,'Red Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(7740,0,0,0,0,0,6840,0,0,0,'Gracina Spiritmight',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7743,0,0,0,0,0,2575,0,0,0,'World Undead Horse Riding Trainer','Undead Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7744,0,0,0,0,0,6568,0,0,0,'Innkeeper Thulfram','Innkeeper',NULL,345,30,30,0,694,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7745,0,0,0,0,0,2575,0,0,0,'World Raptor Riding Trainer','Raptor Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7746,0,0,0,0,0,2575,0,0,0,'World Mechastrider Riding Trainer','Mechastrider Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7747,0,0,0,0,0,2575,0,0,0,'World Mount Vendor','Mount Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7748,0,0,0,0,0,2575,0,0,0,'World Horse Vendor','Horse Vendor',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7749,0,0,0,0,0,6569,0,0,0,'Blue Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(7750,0,0,0,0,0,6777,0,0,0,'Corporal Thund Splithoof',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7763,0,0,0,0,0,6881,0,0,0,'Curgle Cranklehop',NULL,NULL,942,48,48,0,35,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,4096,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7764,0,0,0,0,0,6989,0,0,0,'Troyas Moonbreeze',NULL,NULL,0,50,50,0,80,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7765,0,0,0,0,0,1918,0,0,0,'Rockbiter',NULL,NULL,0,45,45,0,124,2,0.777776,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7766,0,0,0,0,0,6632,0,0,0,'Tyrion',NULL,NULL,1761,37,37,0,64,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_tyrion',12340),
|
|
(7767,0,0,0,0,0,850,0,0,0,'Witherbark Felhunter',NULL,NULL,0,45,46,0,90,0,0.83,1.14286,1,0,72,95,0,176,1,1540,1694,2,0,2048,0,0,0,0,0,0,49,72,16,3,0,7767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7768,0,0,0,0,0,513,0,0,0,'Witherbark Bloodling',NULL,NULL,0,25,25,0,312,0,1.1,1.14286,1,0,35,48,0,86,1,1000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,0,7768,0,0,40,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7769,0,0,0,0,0,9469,0,0,0,'Hazzali Parasite',NULL,NULL,0,45,45,0,310,0,1.05,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(7770,0,0,0,0,0,7000,0,0,0,'Winkey',NULL,NULL,11876,40,40,0,35,3,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7771,0,0,0,0,0,7188,0,0,0,'Marvon Rivetseeker',NULL,NULL,1404,40,40,0,474,3,1.05,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7772,0,0,0,0,0,6991,0,0,0,'Kalin Windflight',NULL,NULL,1422,60,60,0,35,130,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7773,0,0,0,0,0,6992,0,0,0,'Marli Wishrunner',NULL,NULL,1421,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7774,0,0,0,0,0,6985,0,0,0,'Shay Leafrunner',NULL,NULL,0,50,50,0,80,2,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,768,2048,0,0,0,0,0,0,50,73,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7775,0,0,0,0,0,6995,0,0,0,'Gregan Brewspewer',NULL,NULL,1802,45,45,0,35,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_gregan_brewspewer',12340),
|
|
(7776,0,0,0,0,0,6996,0,0,0,'Talo Thornhoof',NULL,NULL,2851,50,50,0,104,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7777,0,0,0,0,0,6993,0,0,0,'Rok Orhan',NULL,NULL,0,40,40,0,125,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7778,0,0,0,0,0,6845,0,0,0,'Doran Steelwing',NULL,NULL,0,45,45,0,694,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7779,0,0,0,0,0,6703,0,0,0,'Priestess Tyriona',NULL,NULL,0,25,25,0,12,0,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7780,0,0,0,0,0,28236,0,0,0,'Rin\'ji','Witherbark Troll',NULL,0,46,46,0,126,2,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,4096,0,0,0,40,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_rinji',12340),
|
|
(7783,0,0,0,0,0,6879,0,0,0,'Loramus Thalipedes',NULL,NULL,11487,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_loramus_thalipedes',12340),
|
|
(7784,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-17/TN',NULL,NULL,0,42,42,0,35,2,2,0.714286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_OOX17',12340),
|
|
(7785,0,0,0,0,0,2418,0,0,0,'Ward of Zum\'rah',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,1550,1705,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,0,0,0,0,0,0,0,0,0,11087,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7786,0,0,0,0,0,200,0,0,0,'Skeleton of Zum\'rah',NULL,NULL,0,46,46,0,16,0,0.94,1.14286,1,0,77,102,0,188,1,1660,1826,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7787,0,0,0,0,0,6678,6679,0,0,'Sandfury Slave',NULL,NULL,0,43,44,0,37,0,1,1.14286,1,0,72,96,0,174,1,2000,1738,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,7787,7787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7788,0,0,0,0,0,6680,6681,0,0,'Sandfury Drudge',NULL,NULL,0,44,45,0,37,0,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7788,7788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7789,0,0,0,0,0,6682,0,0,0,'Sandfury Cretin',NULL,NULL,0,43,45,0,37,0,1.6,0.714286,1,1,54,75,0,81,7.5,2000,1384,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,7789,7789,0,0,0,0,0,0,0,14032,20798,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,93,1,0,0,'',12340),
|
|
(7790,0,0,0,0,0,6873,0,0,0,'Orokk Omosh',NULL,NULL,0,45,45,0,29,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7791,0,0,0,0,0,6697,0,0,0,'Theka the Martyr Shapeshift','',NULL,0,49,49,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,9523,10660,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7792,0,0,0,0,0,6843,0,0,0,'Aturk the Anvil',NULL,NULL,0,50,50,0,29,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7793,0,0,0,0,0,6854,0,0,0,'Ox','The Mithril Order',NULL,0,53,53,0,104,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7794,0,0,0,0,0,6853,0,0,0,'McGavan','The Mithril Order',NULL,0,55,55,0,120,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7795,0,0,0,0,0,6685,0,0,0,'Hydromancer Velratha','',NULL,0,46,46,0,37,0,1,1.14286,1,1,55,76,0,83,2.4,2000,1384,8,32832,2048,0,0,0,0,0,0,46,67,20,7,0,7795,7795,0,0,0,0,0,0,0,12491,12739,0,15245,0,0,0,0,0,0,254,336,'SmartAI',1,3,1,3,2,1,0,9234,10661,0,0,0,0,0,1,0,0,'',12340),
|
|
(7796,0,0,0,0,0,6690,0,0,0,'Nekrum Gutchewer',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,7.5,2500,1384,1,0,2048,0,0,0,0,0,0,52,76,17,6,0,7796,7796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,2,1,0,9471,9523,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7797,0,0,0,0,0,6687,0,0,0,'Ruuzlu',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,1,76,100,0,184,2.4,2600,1384,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7797,7797,0,0,0,0,0,0,0,38959,15496,7366,0,0,0,0,0,0,0,483,636,'SmartAI',1,3,1,5,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7798,0,0,0,0,0,6844,0,0,0,'Hank the Hammer','The Mithril Order',NULL,0,50,50,0,12,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7799,0,0,0,0,0,6882,0,0,0,'Gimblethorn','Banker',NULL,0,45,45,0,474,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7800,0,0,0,0,0,6980,0,0,0,'Mekgineer Thermaplugg','',NULL,0,28,28,0,63,0,1,1.14286,1,1,39,53,0,96,1.7,2000,1475,1,64,2048,0,0,0,0,0,0,27,40,8,9,0,7800,0,0,0,0,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,446,587,'SmartAI',1,3,1,8,1,1,0,9299,9309,0,0,0,0,0,1,17408,256,'',12340),
|
|
(7801,0,0,0,0,0,19837,0,0,0,'Gilveradin Sunchaser',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7802,0,0,0,0,0,6846,0,0,0,'Galvan the Ancient','Artisan Blacksmith of the Mithril Order',NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7803,0,0,0,0,0,2414,0,0,0,'Scorpid Duneburrower',NULL,NULL,0,46,47,0,413,0,1,1.14286,1,0,79,105,0,192,1,2000,1672,1,0,2048,0,20,0,0,0,0,54,80,18,1,1,7803,0,7803,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8855,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,9442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7804,0,0,0,0,0,6868,0,0,0,'Trenton Lighthammer','The Mithril Order',NULL,1142,55,55,0,474,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7805,0,0,0,0,0,5573,5574,0,0,'Wastewander Scofflaw',NULL,NULL,0,45,45,0,16,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,115,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7806,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-09/HL',NULL,NULL,0,42,42,0,35,2,2,0.71429,1,0,62,83,0,152,1,2000,2000,1,33024,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_oox09hl',12340),
|
|
(7807,0,0,0,0,0,6909,0,0,0,'Homing Robot OOX-22/FE',NULL,NULL,0,42,42,0,35,2,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,33536,2048,0,0,0,0,0,0,43,63,15,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,94,1,16384,0,'npc_oox22fe',12340),
|
|
(7808,0,0,0,0,0,12238,0,0,0,'Marauding Owlbeast',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,0,77,102,0,188,1,2000,1661,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,7808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',0,3,1,1.25,1,1,0,9591,9592,0,0,0,0,0,1,0,0,'',12340),
|
|
(7809,0,0,0,0,0,28242,6513,0,0,'Vilebranch Ambusher',NULL,NULL,0,47,47,0,795,0,1.19,1.14286,1,0,79,105,0,192,1,1520,1672,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,7809,7809,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7823,0,0,0,0,0,6880,0,0,0,'Bera Stonehammer','Gryphon Master',NULL,6944,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7824,0,0,0,0,0,6883,0,0,0,'Bulkrek Ragefist','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7825,0,0,0,0,0,7002,0,0,0,'Oran Snakewrithe',NULL,NULL,0,50,50,0,68,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7826,0,0,0,0,0,21008,0,0,0,'Ambassador Ardalan',NULL,NULL,0,55,55,0,120,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7843,0,0,0,0,0,6973,6974,6975,6976,'Gnomeregan Evacuee','',NULL,0,24,25,0,64,0,1,1.14286,1,0,33,45,0,80,1,2000,2000,2,0,2048,0,0,0,0,0,0,23,31,6,7,0,7843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7844,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem IV',NULL,NULL,0,46,46,0,58,0,0.01,1.14286,1,0,77,102,0,188,1,1540,1694,1,0,2048,0,0,0,0,0,0,53,78,17,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7845,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem V',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,417,582,0,608,1,1470,1617,2,0,2048,0,0,0,0,0,0,341,506,80,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7846,0,0,0,0,0,6378,0,0,0,'Teremus the Devourer',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,1,104,138,0,252,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,7846,0,7846,0,0,0,0,0,0,25809,32902,9573,11130,0,0,0,0,0,0,4080,5333,'SmartAI',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(7847,0,0,0,0,0,9169,0,0,0,'Caliph Scorpidsting',NULL,NULL,0,46,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,7847,7847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',0,1,1,1.25,1,1,0,8723,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7848,0,0,0,0,0,3207,0,0,0,'Lurking Feral Scar',NULL,NULL,0,46,46,0,16,0,1.19,1.14286,1,0,77,102,0,188,1,1520,1672,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,7848,0,7848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',0,3,1,1.35,1,1,0,8973,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7849,0,0,0,0,0,6888,0,0,0,'Mobile Alert System','',NULL,0,25,25,0,63,0,2,0.714286,1,0,35,48,0,86,1.7,2000,1837,1,0,2048,0,0,0,0,0,0,24,36,6,9,0,7849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,94,1,16384,0,'',12340),
|
|
(7850,0,0,0,0,0,7132,0,0,0,'Kernobee','',NULL,0,28,28,0,35,2,1,1.14286,1,0,39,53,0,96,1.7,2000,1903,1,768,2048,0,0,0,0,0,0,27,40,8,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_kernobee',12340),
|
|
(7851,0,0,0,0,0,7910,7911,7912,7913,'Nethergarde Elite',NULL,NULL,0,55,55,0,1575,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,7851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,550,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7852,0,0,0,0,0,6892,0,0,0,'Pratt McGrubben','Leatherworking Supplies',NULL,1965,55,55,0,12,4227,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7853,0,0,0,0,0,7036,0,0,0,'Scooty','Chief Engineer',NULL,1628,30,30,0,120,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7854,0,0,0,0,0,6893,0,0,0,'Jangdor Swiftstrider','Leatherworking Supplies',NULL,1964,49,49,0,104,131,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4608,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7855,0,0,0,0,0,6944,6945,6946,6947,'Southsea Pirate',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7855,7855,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),
|
|
(7856,0,0,0,0,0,6948,6949,6952,374,'Southsea Freebooter',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,262144,2048,0,0,0,0,0,0,52,76,17,7,0,7856,7856,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),
|
|
(7857,0,0,0,0,0,6938,6939,6940,6941,'Southsea Dock Worker',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7857,7857,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),
|
|
(7858,0,0,0,0,0,6950,6951,6953,6954,'Southsea Swashbuckler',NULL,NULL,0,44,45,0,230,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7858,7858,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',1,1,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),
|
|
(7863,0,0,0,0,0,6908,0,0,0,'Dream Vision',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,9216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),
|
|
(7864,0,0,0,0,0,146,0,0,0,'Lingering Highborne',NULL,NULL,0,48,50,0,21,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,6,0,7864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7865,0,0,0,0,0,7859,7860,7861,7862,'Wildhammer Sentry',NULL,NULL,0,65,65,1,1054,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,7865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7866,0,0,0,0,0,6917,0,0,0,'Peter Galen','Dragonscale Leatherworking Trainer',NULL,3067,50,50,0,12,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7867,0,0,0,0,0,6916,0,0,0,'Thorkaf Dragoneye','Dragonscale Leatherworking Trainer',NULL,0,50,50,0,29,83,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7868,0,0,0,0,0,7030,0,0,0,'Sarah Tanner','Elemental Leatherworking Trainer',NULL,3070,50,50,0,12,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7869,0,0,0,0,0,6918,0,0,0,'Brumn Winterhoof','Elemental Leatherworking Trainer',NULL,0,50,50,0,104,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7870,0,0,0,0,0,6919,0,0,0,'Caryssia Moonhunter','Tribal Leatherworking Trainer',NULL,3072,50,50,0,80,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7871,0,0,0,0,0,7042,0,0,0,'Se\'Jib','Tribal Leatherworking Trainer',NULL,0,50,50,0,29,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_leather',12340),
|
|
(7872,0,0,0,0,0,6098,0,0,0,'Death\'s Head Cultist',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,7872,7872,0,0,0,0,0,0,0,11433,9613,6304,5195,0,0,0,0,0,0,168,224,'SmartAI',1,1,1,1.15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7873,0,0,0,0,0,6108,0,0,0,'Razorfen Battleguard',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,7,0,7873,7873,0,0,0,0,0,0,0,11430,0,0,0,0,0,0,0,0,0,206,274,'SmartAI',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7874,0,0,0,0,0,1963,0,0,0,'Razorfen Thornweaver',NULL,NULL,0,33,34,0,152,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,7874,7874,0,0,0,0,0,0,0,11431,7966,0,0,0,0,0,0,0,0,172,230,'SmartAI',1,1,1,1.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7875,0,0,0,0,0,6983,0,0,0,'Hadoken Swiftstrider',NULL,NULL,6228,57,57,0,995,3,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,4608,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7876,0,0,0,0,0,11379,0,0,0,'Tran\'rek',NULL,NULL,0,45,45,0,475,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7877,0,0,0,0,0,6988,0,0,0,'Latronicus Moonspear',NULL,NULL,0,57,57,0,80,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7878,0,0,0,0,0,6986,0,0,0,'Vestia Moonspear',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7879,0,0,0,0,0,6984,0,0,0,'Quintis Jonespyre',NULL,NULL,0,55,55,0,80,131,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7880,0,0,0,0,0,6990,0,0,0,'Ginro Hearthkindle',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7881,0,0,0,0,0,7027,0,0,0,'Stoley',NULL,NULL,0,30,30,0,474,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7882,0,0,0,0,0,11387,0,0,0,'Security Chief Bilgewhizzle','Water Co. Security',NULL,0,51,51,0,475,2,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7883,0,0,0,0,0,9073,0,0,0,'Andre Firebeard',NULL,NULL,0,45,45,0,230,0,1,0.857143,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,7883,7883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,115,'',0,1,1,1.2,1,1,0,9246,20519,0,0,0,0,100,1,0,0,'',12340),
|
|
(7884,0,0,0,0,0,7001,0,0,0,'Fraggar Thundermantle',NULL,NULL,0,60,60,0,694,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7885,0,0,0,0,0,11267,0,0,0,'Spitelash Battlemaster',NULL,NULL,0,53,54,0,74,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,7885,7885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,157,'',0,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(7886,0,0,0,0,0,11268,0,0,0,'Spitelash Enchantress',NULL,NULL,0,54,55,0,74,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,7886,7886,0,0,0,0,0,0,0,3443,12548,0,0,0,0,0,0,0,0,100,136,'',0,3,1,1.3,1,1,0,13815,0,0,0,0,0,0,1,0,0,'npc_spitelashes',12340),
|
|
(7895,0,0,0,0,0,7043,0,0,0,'Ambassador Bloodrage',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,4,45,60,0,110,1,1350,1485,2,0,2048,0,0,0,0,0,0,31,46,11,6,0,7895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,404,'',0,3,1,1.1,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(7896,0,0,0,0,0,6955,6956,0,0,'Southsea Buccaneer','',NULL,0,44,45,0,230,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20021,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7897,0,0,0,0,0,6888,0,0,0,'Alarm-a-bomb 2600','',NULL,0,20,20,0,594,0,1,1.71429,1,0,29,39,0,70,1.7,2000,1991,1,768,2048,0,0,0,0,0,0,20,30,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,16384,2,'',12340),
|
|
(7898,0,0,0,0,0,328,4626,0,0,'Pirate treasure trigger mob','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(7899,0,0,0,0,0,6959,6960,6961,6962,'Treasure Hunting Pirate',NULL,NULL,0,44,45,0,16,0,1.19,1.14286,1,0,76,100,0,184,1,1520,1672,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7899,7899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,114,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7900,0,0,0,0,0,6987,0,0,0,'Angelas Moonbreeze',NULL,NULL,0,50,50,0,80,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7901,0,0,0,0,0,6963,6964,6965,6966,'Treasure Hunting Swashbuckler',NULL,NULL,0,44,45,0,16,0,1.19,1.14286,1,0,76,100,0,184,1,1520,1672,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7901,7901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7902,0,0,0,0,0,6957,6958,0,0,'Treasure Hunting Buccaneer',NULL,NULL,0,44,45,0,16,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,7902,7902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,111,'',0,3,1,1.2,1,1,0,9275,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7903,0,0,0,0,0,6943,0,0,0,'Jewel','Troyas\' Pet',NULL,0,10,10,0,80,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7904,0,0,0,0,0,6942,0,0,0,'Jacob','Angelas\' Pet',NULL,0,10,10,0,80,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,512,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7906,0,0,0,0,0,3258,3257,0,0,'Goldshire Guard','',NULL,0,22,22,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7907,0,0,0,0,0,7025,0,0,0,'Daryn Lightwind','Cenarion Lore Keeper',NULL,0,30,30,0,80,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7915,0,0,0,0,0,6977,0,0,0,'Walking Bomb',NULL,NULL,0,26,26,0,63,0,0.54,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,106,1,650854271,0,'',12340),
|
|
(7916,0,0,0,0,0,7026,0,0,0,'Erelas Ambersky',NULL,NULL,1482,30,30,0,80,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7917,0,0,0,0,0,7008,0,0,0,'Brother Sarno',NULL,NULL,0,55,55,0,12,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7918,0,0,0,0,0,6589,0,0,0,'Stone Watcher of Norgannon',NULL,NULL,0,60,60,0,35,3,0.95,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stone_watcher_of_norgannon',12340),
|
|
(7919,0,0,0,0,0,5327,0,0,0,'Gnomeregan - Matrix Punchograph 3005-A','',NULL,0,43,45,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7935,0,0,0,0,0,3188,0,0,0,'Irradiated Ozzie','',NULL,0,10,10,0,64,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7936,0,0,0,0,0,7003,0,0,0,'Lyon Mountainheart',NULL,NULL,0,40,40,0,55,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7937,0,0,0,0,0,31658,7006,0,0,'High Tinker Mekkatorque','King of Gnomes',NULL,11390,83,83,2,64,2,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,9143,22739,22742,0,0,0,0,0,0,0,700000,750000,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(7938,0,0,0,0,0,4327,0,0,0,'Test Auctioneer','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7939,0,0,0,0,0,7012,7013,7014,7015,'Feathermoon Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,7939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(7940,0,0,0,0,0,7016,0,0,0,'Darnall','Tailoring Supplies','Buy',0,53,53,0,994,130,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4096,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7941,0,0,0,0,0,7022,0,0,0,'Mardrack Greenwell','Food & Drink',NULL,0,54,54,0,80,642,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7942,0,0,0,0,0,7024,0,0,0,'Faralorn','General Supplies',NULL,0,53,53,0,80,386,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7943,0,0,0,0,0,7019,0,0,0,'Harklane','Fish Vendor',NULL,0,49,49,0,80,642,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4096,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7944,0,0,0,0,0,7028,0,0,0,'Tinkmaster Overspark','Gnomish Engineering Trainer',NULL,1468,57,57,0,64,83,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,2,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7945,0,0,0,0,0,7023,0,0,0,'Savanne','Fishing Supplies',NULL,0,49,49,0,80,130,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,4096,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7946,0,0,0,0,0,7021,0,0,0,'Brannock','Fishing Trainer',NULL,0,52,52,0,80,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,2,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7947,0,0,0,0,0,7017,0,0,0,'Vivianna','Trade Supplies',NULL,0,52,52,0,80,130,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7948,0,0,0,0,0,7018,0,0,0,'Kylanna Windwhisper','Alchemy Trainer',NULL,4133,52,52,0,80,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,2,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7949,0,0,0,0,0,7020,0,0,0,'Xylinnia Starshine','Enchanting Trainer',NULL,4164,51,51,0,80,81,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7950,0,0,0,0,0,7041,0,0,0,'Master Mechanic Castpipe',NULL,NULL,0,57,57,0,875,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,15607,7978,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7951,0,0,0,0,0,15352,0,0,0,'Zas\'Tysh',NULL,NULL,6565,35,35,0,29,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7952,0,0,0,0,0,7037,0,0,0,'Zjolnir','Raptor Handler',NULL,3162,45,45,0,126,131,1,1.14286,1,0,76,100,0,184,1,2000,1716,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7953,0,0,0,0,0,7040,0,0,0,'Xar\'Ti','Riding Trainer',NULL,4022,50,50,0,126,83,1,1.14286,1,0,85,112,0,206,1,2000,1661,1,512,2048,0,0,1,0,0,8,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7954,0,0,0,0,0,7038,0,0,0,'Binjy Featherwhistle','Mechanostrider Pilot',NULL,4016,50,50,0,875,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,1,0,0,7,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7955,0,0,0,0,0,7039,0,0,0,'Milli Featherwhistle','Mechanostrider Merchant',NULL,3186,50,50,0,875,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7956,0,0,0,0,0,7044,0,0,0,'Kindal Moonweaver',NULL,NULL,0,42,42,0,42,2,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7957,0,0,0,0,0,7045,0,0,0,'Jer\'kai Moonweaver',NULL,NULL,0,36,36,0,124,3,1.1,1.14286,1,0,35,49,0,53,1,2000,2000,8,512,2048,0,0,0,0,0,0,30,44,18,7,0,7957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7975,0,0,0,0,0,7115,7116,10152,10153,'Mulgore Protector',NULL,NULL,0,65,65,1,105,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,7975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7976,0,0,0,0,0,7120,0,0,0,'Thalgus Thunderfist','Weapon Merchant',NULL,0,30,30,0,55,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7977,0,0,0,0,0,5127,0,0,0,'Gammerita',NULL,NULL,0,48,48,0,14,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,21,0,0,0,0,56,82,19,1,1,7977,0,7977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12943,0,0,0,'',1,3,1,1.15,1,1,0,19023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7978,0,0,0,0,0,7119,0,0,0,'Bimble Longberry','Fruit Vendor',NULL,0,30,30,0,875,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(7980,0,0,0,0,0,7117,7118,14369,14370,'Deathguard Elite','',NULL,0,75,75,2,71,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,7980,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7995,0,0,0,0,0,7121,0,0,0,'Vile Priestess Hexx',NULL,NULL,0,51,51,0,795,0,1.1,1.14286,1,0,61,85,0,93,1,2000,2000,8,32768,2048,0,0,0,0,0,0,51,75,22,7,0,7995,7995,0,0,0,0,0,0,0,11641,11642,11639,0,0,0,0,0,0,0,432,569,'',1,3,1,1.5,1,1,0,9259,9472,0,0,0,0,0,1,0,0,'',12340),
|
|
(7996,0,0,0,0,0,7122,0,0,0,'Qiaga the Keeper',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,0,60,83,0,91,1,2600,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,7996,7996,0,0,0,0,0,0,0,10893,11660,10928,0,0,0,0,0,0,0,409,539,'',0,3,1,1.5,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7997,0,0,0,0,0,9345,0,0,0,'Captured Sprite Darter',NULL,NULL,0,42,43,0,534,0,1,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,2,0,7997,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,100,'SmartAI',0,3,1,1.2,1,1,0,9369,9592,9589,0,0,0,0,1,0,0,'',12340),
|
|
(7998,0,0,0,0,0,7138,0,0,0,'Blastmaster Emi Shortfuse','',NULL,1080,26,26,0,42,1,1,1.14286,1,1,37,49,0,90,1.7,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(7999,0,0,0,0,0,7274,0,0,0,'Tyrande Whisperwind','High Priestess of Elune',NULL,0,83,83,2,124,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,20691,20690,20688,20687,0,0,0,0,0,0,550000,600000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,0,1,617299967,2,'',12340),
|
|
(8001,0,0,0,0,0,10979,0,0,0,'Corpus Ragatus',NULL,NULL,0,25,25,0,73,2,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,7,0,0,0,0,24,36,6,7,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(8015,0,0,0,0,0,4841,4842,4843,4844,'Ashenvale Sentinel',NULL,NULL,0,40,40,0,79,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8016,0,0,0,0,0,4261,4262,4263,4264,'Barrens Guard',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8017,0,0,0,0,0,4083,4084,0,0,'Sen\'jin Guardian',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,0,200,281,0,278,1,2000,1595,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,8017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8018,0,0,0,0,0,7250,0,0,0,'Guthrum Thunderfist','Gryphon Master',NULL,6944,65,65,0,694,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8019,0,0,0,0,0,7249,0,0,0,'Fyldren Moonfeather','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8020,0,0,0,0,0,7248,0,0,0,'Shyn','Wind Rider Master',NULL,6944,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8021,0,0,0,0,0,7272,0,0,0,'Orwin Gizzmick',NULL,NULL,0,50,50,0,125,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8022,0,0,0,0,0,7273,0,0,0,'Thadius Grimshade',NULL,NULL,0,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8023,0,0,0,0,0,7268,0,0,0,'Sharpbeak',NULL,NULL,0,5,5,0,534,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8024,0,0,0,0,0,7269,0,0,0,'Sharpbeak\'s Father',NULL,NULL,0,55,55,0,534,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,100003,0,0,0,0,0,0,6016,36991,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(8025,0,0,0,0,0,7270,0,0,0,'Sharpbeak\'s Mother',NULL,NULL,0,55,55,0,534,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(8026,0,0,0,0,0,7275,0,0,0,'Thyn\'tel Bladeweaver',NULL,NULL,0,60,60,0,80,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8035,0,0,0,0,0,6271,0,0,0,'Dark Iron Land Mine','',NULL,0,27,27,0,14,0,1.2,1.14286,1,0,38,51,0,92,1,2000,1859,1,131076,2048,0,0,0,0,0,0,26,39,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(8055,0,0,0,0,0,1598,1608,0,0,'Thelsamar Mountaineer',NULL,NULL,0,40,40,0,57,0,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,8055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8075,0,0,0,0,0,974,0,0,0,'Edana Hatetalon',NULL,NULL,0,50,50,0,514,0,1.7,1.14286,1,0,79,104,0,194,1,1241,1365,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,8075,8075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,406,'SmartAI',0,4,1,1,1,1,0,9528,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8095,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Sandcrawler','',NULL,0,44,45,0,37,0,1.11111,1.14286,1,1,76,100,0,184,2.4,2000,1430,1,64,2048,0,0,0,0,0,0,52,76,17,1,0,8095,0,8095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8096,0,0,0,0,0,7308,7309,7310,7311,'Protector of the People','The People\'s Militia',NULL,0,40,40,0,11,0,1.14,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,8096,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8115,0,0,0,0,0,7328,0,0,0,'Witch Doctor Uzer\'i',NULL,NULL,1141,50,50,0,876,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8116,0,0,0,0,0,7329,0,0,0,'Ziggle Sparks','Holiday Fireworks Vendor',NULL,0,46,46,0,120,130,1.18,1.14286,1,0,77,102,0,188,1,1550,1705,1,768,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8117,0,0,0,0,0,7331,0,0,0,'Wizbang Booms','Holiday Fireworks Vendor',NULL,0,40,40,0,875,130,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8118,0,0,0,0,0,7330,0,0,0,'Lillian Singh','Holiday Fireworks Vendor',NULL,0,28,30,0,12,130,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8119,0,0,0,0,0,7332,0,0,0,'Zikkel','Banker',NULL,0,45,45,0,69,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8120,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Abomination','',NULL,0,45,45,0,37,0,1.11111,1.14286,1,1,76,100,0,184,2.4,2000,1393,1,64,2048,0,0,0,0,0,0,52,76,17,10,0,8120,0,8120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8121,0,0,0,0,0,7333,0,0,0,'Jaxxil Sparks','Holiday Fireworks Vendor',NULL,0,24,24,0,69,130,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8122,0,0,0,0,0,7334,0,0,0,'Kizzak Sparks','Holiday Fireworks Vendor',NULL,0,24,24,0,29,128,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8123,0,0,0,0,0,7337,0,0,0,'Rickle Goldgrubber','Banker',NULL,0,55,55,0,120,131072,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8124,0,0,0,0,0,7335,0,0,0,'Qizzik','Banker',NULL,0,45,45,0,474,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8125,0,0,0,0,0,7338,0,0,0,'Dirge Quikcleave','Butcher',NULL,4746,43,43,0,474,643,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8126,0,0,0,0,0,7340,0,0,0,'Nixx Sprocketspring','Goblin Engineering Trainer',NULL,1469,55,55,0,474,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8127,0,0,0,0,0,7353,0,0,0,'Antu\'sul','Overseer of Sul',NULL,0,46,46,0,107,0,1,1.14286,1,1,72,95,0,176,2.4,2000,1384,2,64,2048,0,0,0,0,0,0,49,72,16,7,0,8127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,829,'SmartAI',1,3,1,8,8,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8128,0,0,0,0,0,7341,0,0,0,'Pikkle','Mining Trainer',NULL,0,40,40,0,474,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8129,0,0,0,0,0,7343,0,0,0,'Wrinkle Goodsteel','Superior Armorer',NULL,0,40,40,0,474,4226,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8130,0,0,0,0,0,1073,0,0,0,'Sul\'lithuz Hatchling','',NULL,0,30,35,0,16,0,1.11111,1.14286,1,1,49,64,0,118,2.4,2000,1549,1,832,2048,0,0,0,0,0,0,33,49,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8131,0,0,0,0,0,7342,0,0,0,'Blizrik Buckshot','Gunsmith',NULL,0,45,45,0,474,4482,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8136,0,0,0,0,0,11257,0,0,0,'Lord Shalzaru',NULL,NULL,0,47,47,0,74,0,1.1,1.14286,1,0,74,98,0,180,1,2000,2000,2,32768,2048,0,0,0,0,0,0,50,74,16,7,0,8136,8136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,109,'',0,3,1,1.25,1,1,0,9247,9248,0,0,0,0,0,1,0,0,'',12340),
|
|
(8137,0,0,0,0,0,7354,0,0,0,'Gikkix','Fisherman',NULL,0,40,40,0,474,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8138,0,0,0,0,0,1075,0,0,0,'Sul\'lithuz Broodling',NULL,NULL,0,39,39,0,16,0,1.11111,1.14286,1,0,38,54,0,58,1,2000,1771,8,0,2048,0,0,0,0,0,0,33,48,18,10,0,8138,0,8138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8139,0,0,0,0,0,7355,0,0,0,'Jabbey','General Goods',NULL,0,40,40,0,474,386,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8140,0,0,0,0,0,7356,0,0,0,'Brother Karman','Paladin Trainer',NULL,4662,45,45,0,150,51,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,2,0,52,76,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8141,0,0,0,0,0,11037,0,0,0,'Captain Evencane','Warrior Trainer',NULL,4091,45,45,0,894,51,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,1,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8142,0,0,0,0,0,7357,0,0,0,'Jannos Lighthoof','Druid Trainer',NULL,4646,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,11,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8143,0,0,0,0,0,7358,0,0,0,'Loorana','Food & Drink',NULL,0,49,49,0,104,642,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8144,0,0,0,0,0,7360,0,0,0,'Kulleg Stonehorn','Skinning Trainer',NULL,0,51,51,0,104,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4608,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8145,0,0,0,0,0,7359,0,0,0,'Sheendra Tallgrass','Trade Supplies',NULL,0,50,50,0,104,130,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8146,0,0,0,0,0,7361,0,0,0,'Ruw','Herbalism Trainer',NULL,7691,50,50,0,104,83,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8147,0,0,0,0,0,7363,7364,7365,7366,'Camp Mojache Brave',NULL,NULL,0,65,65,1,105,2,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,8147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8148,0,0,0,0,0,7362,0,0,0,'Waurg','Food & Drink',NULL,0,42,42,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8149,0,0,0,0,0,7345,0,0,0,'Sul\'lithuz Warder',NULL,NULL,0,2,2,0,37,0,1.28,1.14286,1,1,2,2,0,26,7.5,1658,1824,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8150,0,0,0,0,0,7371,0,0,0,'Janet Hommers','Food & Drink',NULL,0,40,40,0,12,642,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8151,0,0,0,0,0,7368,7369,0,0,'Nijel\'s Point Guard',NULL,NULL,0,45,45,0,11,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,8151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(8152,0,0,0,0,0,7372,0,0,0,'Harnor','Food & Drink',NULL,0,40,40,0,104,642,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8153,0,0,0,0,0,7370,0,0,0,'Narv Hidecrafter','Leatherworking Trainer',NULL,4842,42,42,0,104,83,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,2,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8154,0,0,0,0,0,7374,7376,7377,7378,'Ghost Walker Brave',NULL,NULL,0,50,50,0,105,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8155,0,0,0,0,0,7373,7375,0,0,'Kargath Grunt',NULL,NULL,0,65,65,1,85,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,8155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8156,0,0,0,0,0,601,0,0,0,'Servant of Antu\'sul',NULL,NULL,0,46,46,0,37,0,1.41,1.14286,1,1,77,102,0,188,7.5,1283,1411,1,0,2048,0,0,0,0,0,0,53,78,17,10,0,0,0,0,0,0,0,0,0,0,11020,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8157,0,0,0,0,0,7379,0,0,0,'Logannas','Alchemy Supplies',NULL,0,52,52,0,80,130,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8158,0,0,0,0,0,7380,0,0,0,'Bronk','Alchemy Supplies',NULL,0,49,49,0,104,130,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8159,0,0,0,0,0,7381,0,0,0,'Worb Strongstitch','Light Armor Merchant',NULL,0,50,50,0,104,4226,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8160,0,0,0,0,0,7382,0,0,0,'Nioma','Leatherworking Supplies',NULL,0,50,50,0,694,130,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8161,0,0,0,0,0,7383,0,0,0,'Harggan','Blacksmithing Supplies',NULL,0,49,49,0,694,4226,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8176,0,0,0,0,0,7384,0,0,0,'Gharash','Blacksmithing Supplies',NULL,0,45,45,0,29,4224,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8177,0,0,0,0,0,7389,0,0,0,'Rartar','Alchemy Supplies',NULL,0,45,45,0,29,128,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8178,0,0,0,0,0,7390,0,0,0,'Nina Lightbrew','Alchemy Supplies',NULL,0,49,49,0,12,128,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8179,0,0,0,0,0,2030,0,0,0,'Greater Healing Ward',NULL,NULL,0,43,49,0,58,0,1,1,1,0,83,110,0,200,1,1560,1716,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,8179,0,0,0,0,0,0,0,0,11901,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8196,0,0,0,0,0,8317,0,0,0,'Occulus',NULL,NULL,0,50,50,0,1605,0,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,58,86,20,2,0,8196,0,8196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,484,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8197,0,0,0,0,0,6370,0,0,0,'Chronalis',NULL,NULL,0,61,61,0,1605,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,0,8197,0,8197,0,0,0,0,0,0,20717,40504,13748,0,0,0,0,0,0,0,1716,2245,'',1,1,1,12,1,1,0,16871,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8198,0,0,0,0,0,8318,0,0,0,'Tick',NULL,NULL,0,52,52,0,1605,0,1,1.14286,1,1,87,117,0,214,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,2,0,8198,0,8198,0,0,0,0,0,0,21073,20717,0,0,0,0,0,0,0,0,391,516,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8199,0,0,0,0,0,9023,0,0,0,'Warleader Krazzilak',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,2.4,2000,1384,1,32832,2048,0,0,0,0,0,0,52,76,17,7,0,8199,0,0,0,0,0,0,0,0,9080,17230,6713,18103,0,0,0,0,0,0,469,617,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8200,0,0,0,0,0,9024,0,0,0,'Jin\'Zallah the Sandbringer',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,2,72,95,0,176,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,49,72,16,7,0,8200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,537,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8201,0,0,0,0,0,11570,0,0,0,'Omgorn the Lost',NULL,NULL,0,50,50,0,45,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,137,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8202,0,0,0,0,0,11532,0,0,0,'Cyclok the Mad',NULL,NULL,0,48,48,0,45,0,1.69,1.14286,1,4,57,79,0,87,1,1250,1375,8,0,2048,0,0,0,0,0,0,48,70,21,7,0,8202,0,0,0,0,0,0,0,0,6742,46457,13748,0,0,0,0,0,0,0,76,104,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8203,0,0,0,0,0,7509,0,0,0,'Kregg Keelhaul',NULL,NULL,0,47,47,0,16,0,1.68,1.14286,1,4,79,105,0,192,1,1258,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,8203,8203,0,0,0,0,0,0,0,40504,11976,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.25,1,1,0,20519,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8204,0,0,0,0,0,11106,0,0,0,'Soriid the Devourer',NULL,NULL,0,50,50,0,310,0,2.47,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,8204,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8205,0,0,0,0,0,11092,0,0,0,'Haarka the Ravenous',NULL,NULL,0,50,50,0,310,0,1.9,1.14286,1,4,85,112,0,206,1,2000,1356,1,0,2048,0,41,0,0,0,0,58,86,20,1,65537,8205,0,0,0,0,0,0,0,0,21081,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8206,0,0,0,0,0,2533,0,0,0,'Soul of Tanaris','',NULL,0,51,51,0,91,0,1.2,1.14286,1,2,86,114,0,210,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,4,0,0,0,0,0,0,0,0,0,0,6524,5568,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8207,0,0,0,0,0,7349,0,0,0,'Greater Firebird',NULL,NULL,0,46,46,0,73,0,2.17,1.14286,1,4,77,102,0,188,1,1266,1393,1,0,2048,0,7,0,0,0,0,53,78,17,1,1,8207,0,0,0,0,0,0,0,110,16079,0,0,0,0,0,0,0,8310,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(8208,0,0,0,0,0,1534,0,0,0,'Murderous Blisterpaw',NULL,NULL,0,43,43,0,38,0,1,1.14286,1,4,67,88,0,162,1,1291,1420,1,0,2048,0,25,0,0,0,0,46,67,16,1,1,8208,0,100004,0,0,0,0,0,0,7938,36991,3391,0,0,0,0,0,8288,0,0,0,'',1,1,1,1.2,1,1,0,9439,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8210,0,0,0,0,0,5927,0,0,0,'Razortalon',NULL,NULL,0,44,44,0,14,0,1.1,1.14286,1,4,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,8210,0,0,0,0,0,0,0,0,13443,3604,13584,0,0,0,0,0,0,0,79,108,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8211,0,0,0,0,0,11414,0,0,0,'Old Cliff Jumper',NULL,NULL,0,42,42,0,38,0,1,1.14286,1,4,62,83,0,152,1,2000,1430,1,0,2048,0,1,0,0,0,0,43,63,15,1,1,8211,0,8211,90,90,90,90,90,90,0,0,0,0,0,0,0,0,5962,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8212,0,0,0,0,0,1306,0,0,0,'The Reak',NULL,NULL,0,49,49,0,14,0,1.7,1.14286,1,4,83,110,0,200,1,1241,1365,1,0,2048,0,0,0,0,0,0,57,84,19,10,0,8212,0,0,0,0,240,0,0,0,7279,0,0,0,0,0,0,0,0,0,96,130,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8213,0,0,0,0,0,7840,0,0,0,'Ironback',NULL,NULL,0,51,51,0,189,0,1.72,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,21,0,0,0,0,59,87,20,1,1,8213,0,8213,51,153,51,51,51,51,0,0,0,0,0,0,0,0,5933,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8214,0,0,0,0,0,19816,0,0,0,'Jalinde Summerdrake',NULL,NULL,0,49,49,0,1576,2,1.72,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,8214,8214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,130,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8215,0,0,0,0,0,12816,0,0,0,'Grimungous',NULL,NULL,0,50,50,0,778,0,1.71,1.14286,1,2,85,112,0,206,2.4,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,8215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,717,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8216,0,0,0,0,0,28248,0,0,0,'Retherokk the Berserker',NULL,NULL,0,48,48,0,795,0,1,1.14286,1,4,81,108,0,196,1,1500,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,8216,0,0,0,0,0,0,0,0,3391,8599,0,0,0,0,0,0,0,0,95,129,'',1,3,1,1.25,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8217,0,0,0,0,0,28248,0,0,0,'Mith\'rethis the Enchanter',NULL,NULL,0,52,52,0,795,0,1.76,1.14286,1,2,82,109,0,202,2.4,1183,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,8217,0,0,0,0,0,0,0,0,3443,11436,15654,0,0,0,0,0,0,0,493,649,'',0,3,1,3,2,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8218,0,0,0,0,0,28230,0,0,0,'Witherheart the Stalker',NULL,NULL,0,45,45,0,795,0,1,1.14286,1,4,76,100,0,184,1,2000,1402,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8218,0,0,0,0,0,0,0,0,37685,30798,0,0,0,0,0,0,0,0,82,112,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8219,0,0,0,0,0,28230,0,0,0,'Zul\'arek Hatefowler',NULL,NULL,0,43,43,0,795,0,1,1.14286,1,4,67,88,0,162,1,2000,1393,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,8219,0,0,0,0,0,0,0,0,6726,17228,0,0,0,0,0,0,0,0,78,107,'',0,3,1,1.2,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8236,0,0,0,0,0,7449,0,0,0,'Muck Frenzy',NULL,NULL,0,14,15,0,1878,0,0.97,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,1,0,8236,0,8236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8256,0,0,0,0,0,7769,0,0,0,'Curator Thorius',NULL,NULL,0,45,45,0,55,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8257,0,0,0,0,0,7763,0,0,0,'Oozeling',NULL,NULL,0,40,40,0,16,0,1,1.14286,1,0,56,74,0,136,2.4,1500,1606,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,52,73,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8276,0,0,0,0,0,1149,0,0,0,'Soaring Razorbeak',NULL,NULL,0,41,42,0,35,0,1,1.71429,1,0,62,83,0,152,1,2000,2000,1,256,2048,0,0,0,0,0,0,43,63,15,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),
|
|
(8277,0,0,0,0,0,4458,0,0,0,'Rekk\'tilac',NULL,NULL,0,48,48,0,22,0,1,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,3,0,0,0,0,56,82,19,1,1,8277,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,5912,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8278,0,0,0,0,0,5781,0,0,0,'Smoldar',NULL,NULL,0,50,50,0,91,0,1.55556,1.14286,1,4,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,4,0,8278,0,0,0,170,170,0,0,0,5213,0,0,0,0,0,0,0,0,0,97,131,'',0,3,1,1.25,1,1,0,7848,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8279,0,0,0,0,0,10800,0,0,0,'Faulty War Golem',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,4,77,102,0,188,1,2000,1384,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,8279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8280,0,0,0,0,0,2346,0,0,0,'Shleipnarr',NULL,NULL,0,47,47,0,14,0,1.68,1.14286,1,4,79,105,0,192,1,1258,1384,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,8280,0,8280,0,95,0,0,95,0,13321,7399,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8281,0,0,0,0,0,1204,0,0,0,'Scald',NULL,NULL,0,49,49,0,91,0,1,1.14286,1,4,83,110,0,200,1,2000,1365,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,8281,0,0,294,294,294,294,294,294,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,10509,11129,0,0,0,0,0,1,0,0,'',12340),
|
|
(8282,0,0,0,0,0,7835,0,0,0,'Highlord Mastrogonde',NULL,NULL,0,51,51,0,128,2,1,1.14286,1,2,80,106,0,198,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,55,81,19,7,0,8282,0,0,0,0,0,0,0,0,13323,11974,9613,11639,0,0,0,0,0,0,478,629,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8283,0,0,0,0,0,7819,0,0,0,'Slave Master Blackheart',NULL,NULL,0,50,50,0,54,0,1,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8283,8283,0,0,0,0,0,0,0,6533,6660,0,0,0,0,0,0,0,0,99,134,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8284,0,0,0,0,0,7760,0,0,0,'Dorius Stonetender',NULL,NULL,0,45,45,0,231,2,1,0.71429,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(8296,0,0,0,0,0,11562,0,0,0,'Mojo the Twisted',NULL,NULL,0,48,48,0,45,0,1.05,1.14286,1,4,57,79,0,87,1,2000,2000,8,0,2048,0,0,0,0,0,0,48,70,21,7,0,8296,8296,0,0,0,0,0,0,0,20825,14887,0,0,0,0,0,0,0,0,78,107,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8297,0,0,0,0,0,11564,0,0,0,'Magronos the Unyielding',NULL,NULL,0,56,56,0,45,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,8297,0,0,0,0,0,0,0,0,40504,31553,8599,0,0,0,0,0,0,0,121,163,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8298,0,0,0,0,0,10920,0,0,0,'Akubar the Seer',NULL,NULL,0,54,54,0,51,0,1.05,1.14286,1,4,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,8298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8299,0,0,0,0,0,388,0,0,0,'Spiteflayer',NULL,NULL,0,52,52,0,73,0,2.76,1.14286,1,4,87,117,0,214,1,1200,2000,1,0,2048,0,7,0,0,0,0,61,90,21,1,1,8299,0,0,0,0,0,0,0,0,15042,3391,0,0,0,0,0,0,8313,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8300,0,0,0,0,0,10904,0,0,0,'Ravage',NULL,NULL,0,51,51,0,38,0,2.5,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,25,0,0,0,0,59,87,20,1,1,8300,0,8300,0,0,0,0,0,0,7367,19448,0,0,0,0,0,0,8289,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8301,0,0,0,0,0,10983,0,0,0,'Clack the Reaver',NULL,NULL,0,53,53,0,413,0,2.6,1.14286,1,4,89,119,0,218,1,1208,1329,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,8301,0,8301,0,0,0,0,0,0,5416,19128,0,0,0,0,0,0,5878,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8302,0,0,0,0,0,2174,0,0,0,'Deatheye',NULL,NULL,0,49,49,0,49,0,1.7,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,1,0,8302,0,100003,0,0,0,0,0,0,5137,3635,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8303,0,0,0,0,0,8870,0,0,0,'Grunter',NULL,NULL,0,50,50,0,14,0,2.22,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,5,0,0,0,0,58,86,20,1,1,8303,0,100003,30,40,10,0,230,60,0,0,0,0,0,0,0,0,8262,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8304,0,0,0,0,0,7844,0,0,0,'Dreadscorn',NULL,NULL,0,57,57,0,90,0,1.05,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,8304,8304,0,0,0,0,0,0,0,21049,12057,6253,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8305,0,0,0,0,0,7529,0,0,0,'Kixxle','Potions & Herbs',NULL,0,25,25,0,120,130,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8306,0,0,0,0,0,7530,0,0,0,'Duhng','Cook',NULL,0,18,18,0,29,83,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,512,2048,0,0,2,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8307,0,0,0,0,0,7531,0,0,0,'Tarban Hearthgrain','Baker',NULL,0,22,22,0,104,642,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8308,0,0,0,0,0,7538,0,0,0,'Alenndaar Lapidaar','Hunter Trainer',NULL,4092,27,27,0,1076,51,1.05,1.14286,1,0,38,51,0,92,1,2000,2000,1,4608,2048,0,0,0,0,3,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8309,0,0,0,0,0,7535,0,0,0,'Carlo Aurelius','Assassin',NULL,0,50,50,0,471,0,1.05,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8310,0,0,0,0,0,7537,0,0,0,'Watcher Wollpert','The Night Watch',NULL,0,37,37,0,11,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,8310,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8311,0,0,0,0,0,7571,0,0,0,'Slime Maggot',NULL,NULL,0,45,46,0,15,0,1,1.14286,1,0,77,102,0,188,2.4,2000,1705,1,0,2048,0,0,0,0,0,0,53,78,17,1,0,8311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8316,0,0,0,0,0,282,0,0,0,'Paladin 10 Alternate','',NULL,0,10,10,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8317,0,0,0,0,0,146,0,0,0,'Atal\'ai Deathwalker\'s Spirit',NULL,NULL,0,48,49,0,37,0,1,0.4,1,1,83,110,0,200,7.5,1258,1384,1,64,2048,0,0,0,0,0,0,57,84,19,6,0,0,0,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,6181,0,0,0,0,0,70,1,8388624,0,'',12340),
|
|
(8318,0,0,0,0,0,7554,0,0,0,'Atal\'ai Slave',NULL,NULL,0,46,47,0,37,0,1,1.14286,1,0,79,105,0,192,2.4,2000,1672,1,0,2048,0,0,0,0,0,0,54,80,18,3,0,8318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,124,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8319,0,0,0,0,0,621,0,0,0,'Nightmare Whelp',NULL,NULL,0,48,48,0,50,0,1.11111,1.14286,1,0,81,108,0,196,2.4,2000,1661,1,0,2048,0,0,0,0,0,0,56,82,19,2,0,8319,0,8319,0,0,200,0,147,0,15653,0,0,0,0,0,0,0,0,0,98,133,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8320,0,0,0,0,0,7750,0,0,0,'Sprok','Away Team',NULL,12741,28,28,0,120,1,1,1.14286,1,0,39,53,0,96,1,2000,1903,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8321,0,0,0,0,0,282,0,0,0,'Paladin 20 Alternate','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),
|
|
(8322,0,0,0,0,0,282,0,0,0,'Paladin 30 Alternate','',NULL,0,30,30,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8323,0,0,0,0,0,282,0,0,0,'Paladin 40 Alternate','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8324,0,0,0,0,0,7555,0,0,0,'Atal\'ai Skeleton',NULL,NULL,0,48,49,0,37,0,1.18,1.14286,1,0,83,110,0,200,1,1550,1705,1,0,2048,0,0,0,0,0,0,57,84,19,6,0,0,0,0,0,0,30,0,0,70,10893,0,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8336,0,0,0,0,0,1336,0,0,0,'Hakkari Sapper',NULL,NULL,0,48,49,0,16,0,1,1.14286,1,1,77,102,0,188,7.5,2000,1375,2,64,2048,0,27,0,0,0,0,52,77,17,1,1,8336,0,8336,0,0,0,0,0,0,11019,11981,0,0,0,0,0,0,8910,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8337,0,0,0,0,0,7761,7762,0,0,'Dark Iron Steelshifter',NULL,NULL,0,42,45,0,54,0,1.2,1.14286,1,0,76,100,0,184,1,1510,1661,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8337,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,65,89,'',1,3,1,0.75,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8338,0,0,0,0,0,7765,7766,0,0,'Dark Iron Marksman',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,10551,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8356,0,0,0,0,0,7621,0,0,0,'Chesmu','Banker',NULL,0,45,45,0,104,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8357,0,0,0,0,0,7620,0,0,0,'Atepa','Banker',NULL,0,45,45,0,104,131073,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8358,0,0,0,0,0,7622,0,0,0,'Hewa','Cloth Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8359,0,0,0,0,0,7623,0,0,0,'Ahanu','Leather Armor Merchant',NULL,4325,30,30,0,104,4227,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8360,0,0,0,0,0,7624,0,0,0,'Elki','Mail Armor Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8361,0,0,0,0,0,7625,0,0,0,'Chepi','Reagents',NULL,0,30,30,0,104,2178,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8362,0,0,0,0,0,7626,0,0,0,'Kuruk','General Goods',NULL,0,30,30,0,104,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8363,0,0,0,0,0,7628,0,0,0,'Shadi Mistrunner','Trade Supplies',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8364,0,0,0,0,0,7627,0,0,0,'Pakwa','Bag Vendor',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8376,0,0,0,0,0,7920,0,0,0,'Mechanical Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(8377,0,0,0,0,0,7589,0,0,0,'Ahdi of Shadow Hall','',NULL,0,47,47,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8378,0,0,0,0,0,7590,0,0,0,'Alexandra Blazen',NULL,NULL,0,45,45,0,42,0,1.1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8379,0,0,0,0,0,7591,0,0,0,'Archmage Xylem',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8380,0,0,0,0,0,7592,0,0,0,'Captain Vanessa Beltis',NULL,NULL,1641,50,50,0,42,3,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8381,0,0,0,0,0,7593,0,0,0,'Lindros',NULL,NULL,0,47,47,0,42,0,1.1,1.14286,1,0,56,78,0,85,1,2000,2000,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8382,0,0,0,0,0,7594,0,0,0,'Patrick Mills',NULL,NULL,0,46,46,0,42,0,1.1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8383,0,0,0,0,0,7673,0,0,0,'Master Wood',NULL,NULL,0,70,70,0,12,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8384,0,0,0,0,0,631,0,0,0,'Deep Lurker',NULL,NULL,0,47,48,0,14,0,0.666668,1.14286,1,1,81,108,0,196,2.4,2000,1411,1,64,2048,0,0,0,0,0,0,56,82,19,4,0,8384,0,0,0,0,0,0,0,0,5568,0,0,0,0,0,0,0,0,0,362,477,'SmartAI',1,3,1,3,1,1,0,11318,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8385,0,0,0,0,0,7615,0,0,0,'Mura Runetotem',NULL,NULL,0,22,22,0,104,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8386,0,0,0,0,0,7595,7596,7607,7608,'Horizon Scout Crewman',NULL,NULL,0,42,42,0,42,0,1.1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,8386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8387,0,0,0,0,0,7605,0,0,0,'Horizon Scout First Mate',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8388,0,0,0,0,0,7606,0,0,0,'Horizon Scout Cook',NULL,NULL,0,42,42,0,35,0,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8389,0,0,0,0,0,7609,7610,7611,7612,'Horizon Scout Engineer',NULL,NULL,0,42,42,0,35,0,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8390,0,0,0,0,0,7597,0,0,0,'Chemist Cuely',NULL,NULL,0,30,30,0,68,2,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8391,0,0,0,0,0,7764,0,0,0,'Lathoric the Black',NULL,NULL,0,46,46,0,14,0,1.3,1.14286,1,0,77,102,0,188,1,1183,1301,1,768,2048,0,0,0,0,0,0,53,78,17,7,0,8391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,782,'SmartAI',0,3,1,1.5,1,1,0,10447,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(8392,0,0,0,0,0,7598,0,0,0,'Pilot Xiggs Fuselighter',NULL,NULL,0,45,45,0,55,2,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8393,0,0,0,0,0,7599,0,0,0,'Thersa Windsong',NULL,NULL,0,45,45,0,104,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8394,0,0,0,0,0,7600,0,0,0,'Roland Geardabbler',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,62,82,0,152,1,1580,1738,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8395,0,0,0,0,0,19840,0,0,0,'Sanath Lim-yo',NULL,NULL,0,50,50,0,35,2,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8396,0,0,0,0,0,7602,0,0,0,'Sentinel Dalia Sunblade',NULL,NULL,0,44,44,0,124,2,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8397,0,0,0,0,0,7603,0,0,0,'Sentinel Keldara Sunblade',NULL,NULL,0,44,44,0,124,2,1.1,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,8397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8398,0,0,0,0,0,10689,0,0,0,'Ohanko','Two Handed Weapon Merchant',NULL,0,30,30,0,104,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8399,0,0,0,0,0,7614,0,0,0,'Nyrill','Xylem\'s Apprentice',NULL,1362,39,39,0,35,3,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8400,0,0,0,0,0,13929,0,0,0,'Obsidion',NULL,NULL,0,46,46,0,14,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,256,2048,0,0,0,0,0,0,53,78,17,4,0,8400,0,0,104,208,104,104,156,104,0,0,0,0,0,0,0,0,0,0,765,1004,'SmartAI',0,3,1,1.5,1,1,0,10446,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8401,0,0,0,0,0,7629,0,0,0,'Halpa','Prairie Dog Vendor',NULL,0,30,30,0,104,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8402,0,0,0,0,0,7751,7753,7754,7756,'Enslaved Archaeologist',NULL,NULL,0,46,47,0,120,0,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,512,2048,0,0,0,0,0,0,54,80,18,7,0,8402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8403,0,0,0,0,0,7632,0,0,0,'Jeremiah Payson','Cockroach Vendor',NULL,2952,30,30,0,68,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8404,0,0,0,0,0,7631,0,0,0,'Xan\'tish','Snake Vendor',NULL,0,30,30,0,29,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8405,0,0,0,0,0,1012,0,0,0,'Ogtinc',NULL,NULL,0,45,45,0,35,2,1.1,1.14286,1,0,70,93,0,172,1,2000,2000,2,512,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8406,0,0,0,0,0,7618,0,0,0,'Or\'lin Oakenfist','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8407,0,0,0,0,0,2020,0,0,0,'Makron the Corrupt','',NULL,0,53,53,0,90,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8408,0,0,0,0,0,11271,0,0,0,'Warlord Krellian',NULL,NULL,0,55,55,0,74,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,8408,8408,0,0,0,0,0,0,0,11976,10968,0,0,0,0,0,0,0,0,116,156,'',0,3,1,1.3,1,1,0,23250,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8409,0,0,0,0,0,4765,0,0,0,'Caravan Master Tset',NULL,NULL,0,53,53,0,74,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,32768,2048,0,0,0,0,0,0,57,84,20,7,0,8409,0,0,0,0,0,0,0,0,21369,11831,31256,0,0,0,0,0,0,0,97,132,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8416,0,0,0,0,0,7852,0,0,0,'Felix Whindlebolt',NULL,NULL,10898,2,2,0,875,3,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8417,0,0,0,0,0,7758,0,0,0,'Dying Archaeologist',NULL,NULL,0,46,47,0,120,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,512,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8418,0,0,0,0,0,7870,0,0,0,'Falla Sagewind',NULL,NULL,0,25,25,0,35,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8419,0,0,0,0,0,7729,7730,0,0,'Twilight Idolater',NULL,NULL,0,45,46,0,16,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,8419,8419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,421,'',1,3,1,1.2,1,1,0,10458,10552,0,0,0,0,0,1,0,0,'',12340),
|
|
(8420,0,0,0,0,0,7670,0,0,0,'Kim\'jael',NULL,NULL,0,46,46,0,120,2,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8421,0,0,0,0,0,7759,0,0,0,'Dorius',NULL,NULL,0,50,50,0,120,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,768,2048,0,0,0,0,0,0,58,86,20,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,113,1,0,2,'',12340),
|
|
(8436,0,0,0,0,0,7749,0,0,0,'Zamael Lunthistle',NULL,NULL,1285,50,50,0,534,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8437,0,0,0,0,0,4768,0,0,0,'Hakkari Minion',NULL,NULL,0,45,46,0,16,0,1,1.14286,1,0,77,102,0,188,1,1550,1705,1,32768,2048,0,35,0,0,0,0,53,78,17,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8438,0,0,0,0,0,7829,0,0,0,'Hakkari Bloodkeeper',NULL,NULL,0,49,49,0,16,0,1,1.14286,1,1,77,102,0,188,7.5,1258,1384,2,64,2048,0,0,0,0,0,0,52,77,17,10,0,8438,0,8438,0,0,0,125,0,0,11671,12471,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8439,0,0,0,0,0,7834,0,0,0,'Nilith Lokrav',NULL,NULL,0,48,48,0,35,2,1,1.14286,1,0,57,79,0,87,1,2000,2000,8,768,2048,0,0,0,0,0,0,48,70,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8440,0,0,0,0,0,7690,0,0,0,'Shade of Hakkar',NULL,NULL,0,48,48,0,35,0,1.27,1.14286,1,1,75,99,0,184,7.5,1666,1833,2,33554752,2048,0,0,0,0,0,0,51,76,17,10,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,10663,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8441,0,0,0,0,0,10905,0,0,0,'Raze','Nilith\'s Guardian',NULL,2306,48,48,0,35,1,2,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,4,0,0,0,0,48,48,48,48,96,48,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,53,1,0,2,'',12340),
|
|
(8442,0,0,0,0,0,7810,7811,7812,7813,'Shadowsilk Poacher','The Undermarket',NULL,0,47,50,0,574,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,8442,8442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,117,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8443,0,0,0,0,0,8053,0,0,0,'Avatar of Hakkar',NULL,NULL,0,49,50,0,16,0,4.28,1.14286,1,1,85,112,0,206,7.5,1225,1347,1,33555200,2048,0,0,0,0,0,0,58,86,20,10,0,8443,0,0,0,0,0,0,0,0,6607,12888,12889,10893,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8444,0,0,0,0,0,7795,0,0,0,'Trade Master Kovic','The Undermarket',NULL,0,45,45,0,574,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,8444,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,10467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8446,0,0,0,0,0,8011,0,0,0,'Xiggs Fuselighter\'s Flyingmachine',NULL,NULL,0,45,45,0,55,0,1.17,1.14286,1,0,76,100,0,184,1,1560,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,157,1,0,2,'',12340),
|
|
(8447,0,0,0,0,0,6569,0,0,0,'Clunk','The Undermarket',NULL,0,44,44,0,574,0,1,1.38571,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,9,0,8447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,457,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(8477,0,0,0,0,0,7846,0,0,0,'Skeletal Servant',NULL,NULL,0,51,58,0,152,0,1,1.14286,1,0,100,132,0,242,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8478,0,0,0,0,0,7802,0,0,0,'Second Mate Shandril',NULL,NULL,0,43,43,0,35,0,1.16,1.14286,1,0,67,88,0,162,1,1580,1738,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8479,0,0,0,0,0,7820,0,0,0,'Kalaran Windblade',NULL,NULL,1323,55,55,0,35,3,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,33600,2048,0,0,0,0,0,0,65,95,23,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8480,0,0,0,0,0,6378,0,0,0,'Kalaran the Deceiver',NULL,NULL,0,55,55,0,103,0,1,1.14286,1,1,87,116,0,214,7.5,2000,1338,1,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8496,0,0,0,0,0,7909,0,0,0,'Liv Rizzlefix','Workshop Assistant',NULL,5503,17,17,0,69,3,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8497,0,0,0,0,0,7974,0,0,0,'Nightmare Suppressor',NULL,NULL,0,49,49,0,50,0,0.888888,1.14286,1,1,77,102,0,188,2.4,1258,1384,2,64,2048,0,0,0,0,0,0,52,77,17,2,0,8497,0,8497,0,0,200,0,196,0,11672,0,0,0,0,0,0,0,0,0,382,504,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8498,0,0,0,0,0,4216,0,0,0,'TEST Uber Night Elf','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8499,0,0,0,0,0,159,0,0,0,'TEST Uber Succubus','',NULL,0,1,1,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8500,0,0,0,0,0,1693,0,0,0,'TEST Uber Abomination','',NULL,0,1,1,0,93,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(8501,0,0,0,0,0,3004,0,0,0,'TEST Uber Crypt Fiend','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(8502,0,0,0,0,0,2041,0,0,0,'TEST Uber Human','',NULL,0,1,1,0,67,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(8503,0,0,0,0,0,7807,0,0,0,'Gibblewilt',NULL,NULL,0,11,11,0,63,0,1,0.85714,1,4,11,15,0,18,1,2000,1705,8,0,2048,0,0,0,0,0,0,10,14,12,7,0,8503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',0,3,1,1,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),
|
|
(8504,0,0,0,0,0,7814,7815,0,0,'Dark Iron Sentry',NULL,NULL,0,48,48,0,54,0,1.68,1.14286,1,1,81,108,0,196,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,8504,8504,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,287,380,'',1,3,1,3,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8505,0,0,0,0,0,7803,0,0,0,'Hex of Jammal\'an','',NULL,0,53,54,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8506,0,0,0,0,0,7804,0,0,0,'Eranikus the Chained',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(8507,0,0,0,0,0,7805,0,0,0,'Tymor',NULL,NULL,0,35,35,0,122,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8508,0,0,0,0,0,7808,0,0,0,'Gretta Ganter','Fishing Supplies',NULL,0,10,10,0,55,130,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8509,0,0,0,0,0,7842,0,0,0,'Squire Maltrake',NULL,NULL,1625,52,52,0,35,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8510,0,0,0,0,0,2420,0,0,0,'Atal\'ai Totem',NULL,NULL,0,51,51,0,14,0,0.01,1.14286,1,0,86,114,0,210,1,1510,1661,1,0,2048,0,0,0,0,0,0,59,87,20,11,0,0,0,0,0,0,0,0,0,0,12507,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8516,0,0,0,0,0,7851,0,0,0,'Belnistrasz',NULL,NULL,0,36,36,0,35,2,1,1.14286,1,0,46,61,0,112,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_belnistrasz',12340),
|
|
(8517,0,0,0,0,0,7598,0,0,0,'Xiggs Fuselighter',NULL,NULL,0,45,45,0,55,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8518,0,0,0,0,0,12043,0,0,0,'Rynthariel the Keymaster',NULL,NULL,0,29,29,0,79,2,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,64,2048,0,0,0,0,0,0,28,41,8,7,0,8518,0,0,0,0,0,0,0,0,10277,7992,0,0,0,0,0,0,0,0,161,215,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8519,0,0,0,0,0,5497,0,0,0,'Blighted Surge',NULL,NULL,0,54,54,0,91,0,1,1.28968,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,8519,0,0,0,0,0,0,0,0,16554,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8520,0,0,0,0,0,5563,0,0,0,'Plague Ravager',NULL,NULL,0,55,56,0,91,0,1,1.28968,1,0,96,127,0,234,1,1500,2000,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8520,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8521,0,0,0,0,0,11171,0,0,0,'Blighted Horror',NULL,NULL,0,56,57,0,91,0,1,1.28968,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,4,0,8521,0,0,0,0,0,0,0,0,12542,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8522,0,0,0,0,0,11172,0,0,0,'Plague Monstrosity',NULL,NULL,0,58,58,0,91,0,1,1.28968,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,4,0,8522,0,0,0,0,0,0,0,0,14099,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8523,0,0,0,0,0,5231,0,0,0,'Scourge Soldier',NULL,NULL,0,53,54,0,21,0,0.888888,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,8523,8523,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,114,154,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8524,0,0,0,0,0,11397,0,0,0,'Cursed Mage',NULL,NULL,0,54,55,0,21,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,6,0,8524,8524,0,0,0,0,0,0,0,15254,16567,0,0,0,0,0,0,0,0,96,130,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8525,0,0,0,0,0,612,0,0,0,'Scourge Warder',NULL,NULL,0,55,56,0,21,0,0.888888,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,8525,8525,0,0,0,0,0,0,0,12169,12040,0,0,0,0,0,0,0,0,105,143,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8526,0,0,0,0,0,9788,0,0,0,'Dark Caster',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,0,2048,0,0,0,0,0,0,58,85,24,6,0,8526,8526,0,0,0,0,0,0,0,17435,0,0,0,0,0,0,0,0,0,102,138,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8527,0,0,0,0,0,370,0,0,0,'Scourge Guard',NULL,NULL,0,57,58,0,21,0,0.888888,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8527,8527,0,0,0,0,0,0,0,8242,6713,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8528,0,0,0,0,0,11396,0,0,0,'Dread Weaver',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,0,2048,0,0,0,0,0,0,60,88,25,6,0,8528,8528,0,0,0,0,0,0,0,17165,0,0,0,0,0,0,0,0,0,106,143,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8529,0,0,0,0,0,7847,0,0,0,'Scourge Champion',NULL,NULL,0,59,60,0,21,0,0.888888,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,8529,8529,0,0,0,0,0,0,0,13737,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',1,3,1,1.35,1,1,0,13157,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8530,0,0,0,0,0,10626,0,0,0,'Cannibal Ghoul',NULL,NULL,0,54,55,0,21,0,0.777776,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,8530,8530,0,0,0,0,0,0,0,1604,3589,0,0,0,0,0,0,0,0,115,393,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),
|
|
(8531,0,0,0,0,0,10487,0,0,0,'Gibbering Ghoul',NULL,NULL,0,56,57,0,21,0,0.777776,1.14286,1,0,98,130,0,238,1,2000,2000,1,262144,2048,0,0,0,0,0,0,68,99,24,6,0,8531,8531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),
|
|
(8532,0,0,0,0,0,571,0,0,0,'Diseased Flayer',NULL,NULL,0,58,59,0,21,0,0.777776,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8532,8532,0,0,0,0,0,0,0,12541,0,0,0,0,0,0,0,0,0,133,179,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_ghoul_flayer',12340),
|
|
(8534,0,0,0,0,0,7854,0,0,0,'Putrid Gargoyle',NULL,NULL,0,54,56,0,21,0,1.4,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8534,0,0,0,0,0,0,0,0,16573,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(8535,0,0,0,0,0,7855,0,0,0,'Putrid Shrieker',NULL,NULL,0,56,58,0,21,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8535,0,0,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(8536,0,0,0,0,0,7856,0,0,0,'Putrid Slayer','',NULL,0,58,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(8537,0,0,0,0,0,4870,0,0,0,'Interloper','',NULL,0,42,43,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8538,0,0,0,0,0,4629,0,0,0,'Unseen Servant',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,15447,21935,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8539,0,0,0,0,0,7857,0,0,0,'Eyeless Watcher',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8540,0,0,0,0,0,984,0,0,0,'Torn Screamer',NULL,NULL,0,53,55,0,21,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,8540,0,0,0,0,0,0,0,0,5884,16576,0,0,0,0,0,0,0,0,116,157,'SmartAI',1,3,1,1.3,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8541,0,0,0,0,0,10751,0,0,0,'Hate Shrieker',NULL,NULL,0,55,57,0,21,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,8541,0,0,0,0,0,0,0,0,5884,3589,0,0,0,0,0,0,0,0,122,165,'SmartAI',1,3,1,1.35,1,1,0,15447,21935,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8542,0,0,0,0,0,8783,0,0,0,'Death Singer',NULL,NULL,0,57,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8542,0,0,0,0,0,0,0,0,6605,5884,0,0,0,0,0,0,0,0,133,178,'SmartAI',1,3,1,1.35,1,1,0,21935,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8543,0,0,0,0,0,1693,0,0,0,'Stitched Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8543,8543,0,0,0,0,0,0,0,14099,0,0,0,0,0,0,0,0,0,130,175,'SmartAI',1,3,1,1.35,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8544,0,0,0,0,0,10613,0,0,0,'Gangled Golem',NULL,NULL,0,58,59,0,21,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8544,8544,0,0,0,0,0,0,0,35011,0,0,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8545,0,0,0,0,0,7858,0,0,0,'Stitched Golem',NULL,NULL,0,59,60,0,21,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,8545,8545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,183,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8546,0,0,0,0,0,10408,10409,10410,10411,'Dark Adept','Cult of the Damned',NULL,0,58,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8546,8546,0,0,0,0,0,0,0,15618,0,0,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8547,0,0,0,0,0,10391,10393,10392,10394,'Death Cultist','Cult of the Damned',NULL,0,54,54,0,21,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,8547,8547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8548,0,0,0,0,0,10953,10954,10955,10956,'Vile Tutor','Cult of the Damned',NULL,0,56,57,0,21,0,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,8548,8548,0,0,0,0,0,0,0,22417,0,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8549,0,0,0,0,0,2582,0,0,0,'[UNUSED] Acolyte','Cult of the Damned','',0,57,58,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8550,0,0,0,0,0,10421,10423,10422,10424,'Shadowmage','Cult of the Damned',NULL,0,59,60,0,21,0,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,8550,8550,0,0,0,0,0,0,0,22917,38386,0,0,0,0,0,0,0,0,111,150,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8551,0,0,0,0,0,10417,10418,10419,10420,'Dark Summoner','Cult of the Damned',NULL,0,55,56,0,21,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,8551,8551,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,99,134,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8552,0,0,0,0,0,10383,10384,10385,10386,'Necrolyte','Cult of the Damned',NULL,0,54,55,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8553,0,0,0,0,0,10427,10428,10429,10430,'Necromancer','Cult of the Damned',NULL,0,54,55,0,21,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,8553,8553,0,0,0,0,0,0,0,0,20812,0,0,0,0,0,0,0,0,100,136,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8554,0,0,0,0,0,1346,0,0,0,'Chief Sharptusk Thornmantle',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,8554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'',1,1,1,1,1,1,0,10459,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(8555,0,0,0,0,0,3004,0,0,0,'Crypt Stalker',NULL,NULL,0,53,54,0,21,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,8555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8556,0,0,0,0,0,11178,0,0,0,'Crypt Walker',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,8556,0,0,0,0,0,0,0,0,745,34969,1604,20812,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8557,0,0,0,0,0,6841,0,0,0,'Crypt Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,8557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8558,0,0,0,0,0,9758,0,0,0,'Crypt Slayer',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,8558,0,0,0,0,0,0,0,0,17170,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8559,0,0,0,0,0,3004,0,0,0,'Undead Nerubian','',NULL,0,60,61,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8560,0,0,0,0,0,10442,10444,10446,10447,'Mossflayer Scout',NULL,NULL,0,57,58,0,37,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,8560,8560,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8561,0,0,0,0,0,10438,10439,10441,10440,'Mossflayer Shadowhunter',NULL,NULL,0,58,59,0,37,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8561,8561,0,0,0,0,0,0,0,6660,17171,0,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8562,0,0,0,0,0,10434,10435,10436,10437,'Mossflayer Cannibal',NULL,NULL,0,57,59,0,37,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,7,0,8562,8562,0,0,0,0,0,0,0,17172,17173,0,0,0,0,0,0,0,0,116,156,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8563,0,0,0,0,0,19827,19828,0,0,'Woodsman',NULL,NULL,0,58,59,0,1576,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,8563,8563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,174,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8564,0,0,0,0,0,19822,19823,0,0,'Ranger',NULL,NULL,0,59,60,0,1576,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,8564,8564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8565,0,0,0,0,0,19820,19821,0,0,'Pathstrider',NULL,NULL,0,57,58,0,1576,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,8565,8565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8566,0,0,0,0,0,7865,7866,7867,7868,'Dark Iron Lookout',NULL,NULL,0,47,48,0,54,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,8566,8566,0,0,0,0,0,0,100,6660,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',1,3,1,1.25,1,1,0,10551,18960,0,0,0,0,0,1,0,0,'',12340),
|
|
(8567,0,0,0,0,0,7864,0,0,0,'Glutton',NULL,NULL,0,37,37,0,152,0,1,1.14286,1,1,51,68,0,124,1.7,2800,2000,1,64,2048,0,0,0,0,0,0,35,52,12,6,0,8567,8567,0,0,0,0,0,0,0,16345,0,0,0,0,0,0,0,0,0,575,756,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8576,0,0,0,0,0,7871,0,0,0,'Ag\'tor Bloodfist',NULL,NULL,1401,45,45,0,1074,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8578,0,0,0,0,0,18986,0,0,0,'Magus Rimtori',NULL,NULL,0,55,55,0,74,0,1.25,1.14286,1,0,67,93,0,101,1,1420,1562,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,8578,0,0,0,0,0,0,0,0,20823,11831,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,10597,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8579,0,0,0,0,0,7902,0,0,0,'Yeh\'kinya',NULL,NULL,1470,41,41,0,474,3,1,1.14286,1,0,55,72,0,132,1,2000,2000,2,512,2048,0,0,0,0,0,0,38,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8580,0,0,0,0,0,7873,0,0,0,'Atal\'alarion','Guardian of the Idol',NULL,0,49,49,0,37,0,0.666668,1.14286,1,1,83,110,0,200,2.4,3000,1338,1,64,2048,0,0,0,0,0,0,57,84,19,7,0,8580,8580,0,0,0,0,0,0,0,12887,6524,0,0,0,0,0,0,0,0,762,1000,'SmartAI',1,3,1,7.5,1,1,0,6181,22444,0,0,0,0,0,1,0,0,'',12340),
|
|
(8581,0,0,0,0,0,18984,18985,0,0,'Blood Elf Defender',NULL,NULL,0,51,51,0,74,0,1.21,1.14286,1,0,86,114,0,210,1,1500,1650,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,8581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8582,0,0,0,0,0,7889,0,0,0,'Kadrak',NULL,NULL,10331,31,31,0,125,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8583,0,0,0,0,0,7895,0,0,0,'Dirania Silvershine',NULL,NULL,0,8,8,0,80,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4864,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8584,0,0,0,0,0,7901,0,0,0,'Iverron',NULL,NULL,0,5,5,0,80,2,0.93,1.14286,1,0,5,7,0,32,1,2000,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8585,0,0,0,0,0,146,0,0,0,'Frost Spectre',NULL,NULL,0,37,37,0,152,0,1.15,1.14286,1,0,51,68,0,124,1,1600,1760,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8586,0,0,0,0,0,7875,0,0,0,'Haggrum Bloodfist',NULL,NULL,10832,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8587,0,0,0,0,0,7876,0,0,0,'Jediga',NULL,NULL,0,49,49,0,125,3,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8588,0,0,0,0,0,9757,0,0,0,'Umbranse the Spiritspeaker',NULL,NULL,0,50,50,0,35,2,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,0,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8596,0,0,0,0,0,7890,0,0,0,'Plaguehound Runt',NULL,NULL,0,53,54,0,14,0,1,1.42857,1,0,92,122,0,224,1,1500,2000,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,8596,0,8596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8597,0,0,0,0,0,7891,0,0,0,'Plaguehound',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,8597,0,8597,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8598,0,0,0,0,0,9022,0,0,0,'Frenzied Plaguehound',NULL,NULL,0,57,58,0,14,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,8598,0,8598,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8599,0,0,0,0,0,7893,0,0,0,'Plaguehound Mastiff','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8600,0,0,0,0,0,7894,0,0,0,'Plaguebat',NULL,NULL,0,53,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,24,0,0,0,0,65,95,23,1,1,8600,0,8600,0,0,0,0,0,0,6605,0,0,0,0,0,0,0,5787,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8601,0,0,0,0,0,7896,0,0,0,'Noxious Plaguebat',NULL,NULL,0,54,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,24,0,0,0,0,67,97,23,1,1,8601,0,8601,0,0,0,0,0,0,3332,0,0,0,0,0,0,0,5788,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8602,0,0,0,0,0,7897,0,0,0,'Monstrous Plaguebat',NULL,NULL,0,56,58,0,14,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,24,0,0,0,0,69,101,25,1,1,8602,0,8602,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,5789,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8603,0,0,0,0,0,7898,0,0,0,'Carrion Grub',NULL,NULL,0,54,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,8603,0,0,0,0,0,0,0,0,16449,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,13853,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8605,0,0,0,0,0,7900,0,0,0,'Carrion Devourer',NULL,NULL,0,56,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,1,0,8605,0,0,0,0,0,0,0,0,16449,17197,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,13853,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8606,0,0,0,0,0,681,0,0,0,'Living Decay',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,10,0,8606,8606,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,0,0,0,122,165,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8607,0,0,0,0,0,11141,0,0,0,'Rotting Sludge',NULL,NULL,0,54,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,8607,8607,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,119,161,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8608,0,0,0,0,0,10905,0,0,0,'Angered Infernal',NULL,NULL,0,52,53,0,90,0,1.21,1.14286,1,0,89,119,0,218,1,1490,1639,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,8608,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8609,0,0,0,0,0,7905,0,0,0,'Alexandra Constantine','Gryphon Master',NULL,6944,65,65,0,12,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8610,0,0,0,0,0,7904,0,0,0,'Kroum','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8611,0,0,0,0,0,7804,0,0,0,'Idol Room Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_idol_room_spawner',12340),
|
|
(8612,0,0,0,0,0,7906,0,0,0,'Screecher Spirit',NULL,NULL,1405,50,50,0,35,1,0.9,1.14286,1,0,85,112,0,206,1,2000,2200,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(8613,0,0,0,0,0,7907,0,0,0,'Ozzie','',NULL,0,26,26,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8615,0,0,0,0,0,7908,0,0,0,'Mithril Dragonling',NULL,NULL,0,60,60,0,14,0,1.04,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(8616,0,0,0,0,0,12817,0,0,0,'Infernal Servant',NULL,NULL,0,55,55,0,90,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8617,0,0,0,0,0,11253,0,0,0,'Zalashji',NULL,NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8636,0,0,0,0,0,7918,0,0,0,'Morta\'gya the Keeper',NULL,NULL,0,50,50,0,37,0,1,1.14286,1,0,60,83,0,91,1,2600,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,8636,8636,0,0,0,0,0,0,0,11639,9613,11640,0,0,0,0,0,0,0,409,539,'',0,3,1,1.5,1,1,0,9259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8637,0,0,0,0,0,7929,7930,7931,7932,'Dark Iron Watchman',NULL,NULL,0,44,45,0,54,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,8637,8637,0,0,0,0,0,0,100,11976,0,0,0,0,0,0,0,0,0,81,111,'SmartAI',0,3,1,1.2,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8656,0,0,0,0,0,1132,0,0,0,'Hukku\'s Voidwalker',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,77,102,0,188,1,1490,1639,2,0,2048,0,0,0,0,0,0,52,77,17,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8657,0,0,0,0,0,4162,0,0,0,'Hukku\'s Succubus',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,77,102,0,188,1,1490,1639,2,0,2048,0,0,0,0,0,0,52,77,17,3,0,0,0,0,0,0,0,0,0,0,21987,6359,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8658,0,0,0,0,0,4449,0,0,0,'Hukku\'s Imp',NULL,NULL,0,49,49,0,90,0,1,1.14286,1,0,58,81,0,89,1,1490,1639,8,0,2048,0,0,0,0,0,0,49,72,21,3,0,0,0,0,0,0,0,0,0,0,11762,134,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.55,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8659,0,0,0,0,0,7921,0,0,0,'Jes\'rimon',NULL,NULL,2189,50,50,0,876,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8660,0,0,0,0,0,10807,0,0,0,'The Evalcharr',NULL,NULL,0,48,48,0,16,0,1.1,1.14286,1,4,81,108,0,196,1,2000,2000,1,0,2048,0,38,0,0,0,0,56,82,19,1,65537,8660,0,8660,0,0,0,0,0,0,20793,15797,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(8661,0,0,0,0,0,7993,0,0,0,'Auctioneer Beardo',NULL,NULL,0,50,50,0,474,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8662,0,0,0,0,0,7804,0,0,0,'Idol Oven Fire Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1.7,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(8663,0,0,0,0,0,5231,0,0,0,'Splinterbone Elite','',NULL,0,35,36,0,152,0,1.2,1.14286,1,1,50,66,0,120,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(8664,0,0,0,0,0,7936,0,0,0,'Saern Priderunner',NULL,NULL,11767,50,50,0,104,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8665,0,0,0,0,0,7934,0,0,0,'Shylenai','Owl Trainer',NULL,0,30,30,0,80,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8666,0,0,0,0,0,7935,0,0,0,'Lil Timmy','Boy with kittens',NULL,0,5,5,0,12,130,1,1.14286,1,0,5,7,0,32,1,1500,2156,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',2,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8667,0,0,0,0,0,8715,0,0,0,'Gusting Vortex',NULL,NULL,0,43,45,0,91,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,8667,0,0,44,44,44,44,44,44,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8668,0,0,0,0,0,6172,0,0,0,'Felhound Tracker',NULL,NULL,0,54,55,0,35,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,75,75,75,75,0,2691,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8669,0,0,0,0,0,7997,0,0,0,'Auctioneer Tolon',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8670,0,0,0,0,0,7991,0,0,0,'Auctioneer Chilton',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8671,0,0,0,0,0,7990,0,0,0,'Auctioneer Buckler',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8672,0,0,0,0,0,7995,0,0,0,'Auctioneer Leeka',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8673,0,0,0,0,0,8001,0,0,0,'Auctioneer Thathung',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8674,0,0,0,0,0,7999,0,0,0,'Auctioneer Stampi',NULL,NULL,0,50,50,0,104,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8675,0,0,0,0,0,7949,0,0,0,'Felbeast',NULL,NULL,0,50,51,0,90,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,3,0,8675,0,8675,0,75,75,75,75,0,13321,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8676,0,0,0,0,0,2590,0,0,0,'World Gnome Engineering Trainer','Gnomish Engineering Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8677,0,0,0,0,0,1233,0,0,0,'World Goblin Engineering Trainer','Goblin Engineering Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8678,0,0,0,0,0,7969,0,0,0,'Jubie Gadgetspring','Engineering Supplies',NULL,0,55,55,0,35,130,1.1,1.14286,1,0,94,125,0,228,1,1500,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8679,0,0,0,0,0,7952,0,0,0,'Knaz Blunderflame','Engineering Supplies',NULL,0,42,42,0,35,128,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8680,0,0,0,0,0,7950,0,0,0,'Massive Infernal',NULL,NULL,0,62,62,0,17,0,0.97,1.14286,1,1,172,240,0,262,35,1250,1500,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8294,41468,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,617299803,0,'',12340),
|
|
(8681,0,0,0,0,0,7951,0,0,0,'Outfitter Eric','Speciality Tailoring Supplies',NULL,0,35,35,0,875,128,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8696,0,0,0,0,0,8029,0,0,0,'Henry Stern',NULL,NULL,1443,36,36,0,35,1,1,1.14286,1,0,50,66,0,120,1.7,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8716,0,0,0,0,0,10543,0,0,0,'Dreadlord',NULL,NULL,0,62,62,0,90,0,1.05,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,3,0,8716,8716,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,2397,3136,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(8717,0,0,0,0,0,7970,0,0,0,'Felguard Elite',NULL,NULL,0,61,61,0,90,0,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,3,0,8717,8717,0,0,0,0,0,0,0,13737,15284,16046,0,0,0,0,0,0,0,2523,3300,'SmartAI',1,3,1,18,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(8718,0,0,0,0,0,6173,0,0,0,'Manahound',NULL,NULL,0,60,60,0,90,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,8718,0,8718,0,0,0,0,93,0,14331,3417,20817,3604,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(8719,0,0,0,0,0,7992,0,0,0,'Auctioneer Fitch',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8720,0,0,0,0,0,7989,0,0,0,'Auctioneer Redmuse',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8721,0,0,0,0,0,7994,0,0,0,'Auctioneer Epitwee',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8722,0,0,0,0,0,7998,0,0,0,'Auctioneer Gullem',NULL,NULL,0,50,50,0,104,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8723,0,0,0,0,0,7996,0,0,0,'Auctioneer Golothas',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8724,0,0,0,0,0,8000,0,0,0,'Auctioneer Wabang',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8736,0,0,0,0,0,8010,0,0,0,'Buzzek Bracketswing','Engineering Trainer',NULL,4152,53,53,0,474,83,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,2,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8737,0,0,0,0,0,8012,0,0,0,'Linken',NULL,NULL,1961,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8738,0,0,0,0,0,8009,0,0,0,'Vazario Linkgrease','Goblin Engineering Trainer',NULL,1465,40,40,0,69,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8756,0,0,0,0,0,1913,0,0,0,'Raytaf','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8757,0,0,0,0,0,1913,0,0,0,'Shahiar','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8758,0,0,0,0,0,1913,0,0,0,'Zaman','Loramus\'s Guardian',NULL,0,50,50,0,495,0,1.1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8759,0,0,0,0,0,8013,0,0,0,'Mosshoof Runner',NULL,NULL,0,45,47,0,7,0,0.8,1.42857,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,1,0,8759,0,8759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8760,0,0,0,0,0,2161,0,0,0,'Mosshoof Stag',NULL,NULL,0,49,50,0,7,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,8760,0,8760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8761,0,0,0,0,0,10957,0,0,0,'Mosshoof Courser',NULL,NULL,0,52,53,0,7,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,1,0,8761,0,8761,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,20017,20027,20023,0,0,0,144,1,0,0,'',12340),
|
|
(8762,0,0,0,0,0,8014,0,0,0,'Timberweb Recluse',NULL,NULL,0,47,48,0,22,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,3,0,0,0,0,56,82,19,1,1,8762,0,0,0,0,0,0,0,0,745,744,0,0,0,0,0,0,5905,0,0,0,'',1,1,1,1.25,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8763,0,0,0,0,0,12682,0,0,0,'Mistwing Rogue',NULL,NULL,0,49,50,0,14,0,1.1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,38,0,0,0,0,54,79,18,1,65537,8763,0,8763,0,0,0,0,0,0,9532,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(8764,0,0,0,0,0,4269,0,0,0,'Mistwing Ravager',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,38,0,0,0,0,57,84,20,1,65537,8764,0,8764,0,0,0,0,0,0,8806,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(8765,0,0,0,0,0,11140,0,0,0,'Forest Creeper','',NULL,0,50,51,0,14,0,1.2,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8766,0,0,0,0,0,1306,0,0,0,'Forest Ooze',NULL,NULL,0,52,53,0,14,0,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,8766,8766,0,0,0,100,0,0,100,0,0,0,0,0,0,0,0,0,0,109,148,'',1,3,1,1.3,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8767,0,0,0,0,0,11573,0,0,0,'Sah\'rhee',NULL,NULL,1490,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1.7,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8776,0,0,0,0,0,694,0,0,0,'Emerald Dragon Whelp',NULL,NULL,0,55,55,0,35,0,0.9,1.14286,1,0,87,116,0,214,1,2000,2200,2,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8777,0,0,0,0,0,8054,0,0,0,'Seinrick Coulthane','Skinning Trainer',NULL,0,35,35,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8796,0,0,0,0,0,441,0,0,0,'Swimming Murloc Test','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8816,0,0,0,0,0,146,0,0,0,'Deathly Usher',NULL,NULL,1541,50,50,0,35,1,1.11111,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8836,0,0,0,0,0,6909,0,0,0,'Battle Chicken',NULL,NULL,0,1,1,0,14,0,2.72,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.306044,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(8837,0,0,0,0,0,5561,0,0,0,'Muck Splash',NULL,NULL,0,47,49,0,91,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,4,0,8837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8856,0,0,0,0,0,1159,0,0,0,'Tyrion\'s Spybot',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,2,512,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,16384,2,'npc_tyrion_spybot',12340),
|
|
(8876,0,0,0,0,0,6411,6412,0,0,'Sandfury Acolyte',NULL,NULL,0,42,44,0,37,0,1,1.14286,1,0,67,89,0,166,1,2000,1727,2,0,2048,0,0,0,0,0,0,46,67,15,7,0,8876,0,0,0,0,0,0,0,0,11639,9613,11980,11981,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8877,0,0,0,0,0,6423,6424,0,0,'Sandfury Zealot',NULL,NULL,0,44,45,0,37,0,1,1.14286,1,0,76,100,0,184,1,2400,1716,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,8877,8877,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8878,0,0,0,0,0,8169,0,0,0,'Muuran','Superior Macecrafter',NULL,0,40,40,0,104,4226,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8879,0,0,0,0,0,8171,0,0,0,'Royal Historian Archesonus',NULL,NULL,1561,50,50,0,55,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8880,0,0,0,0,0,6569,6544,0,0,'Mechastrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(8881,0,0,0,0,0,2736,2784,2785,2786,'Riding Ram',NULL,NULL,0,1,2,0,35,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(8882,0,0,0,0,0,6448,6079,9952,6080,'Riding Tiger',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(8883,0,0,0,0,0,2402,2405,2408,2410,'Riding Horse',NULL,NULL,0,1,2,0,190,0,1,1.38571,1,0,2,2,0,26,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(8884,0,0,0,0,0,5228,0,0,0,'Skeletal Mount',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(8885,0,0,0,0,0,4806,6468,6469,6473,'Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(8886,0,0,0,0,0,8173,8174,0,0,'Deviate Python',NULL,NULL,0,18,19,0,270,0,1,1.14286,1,0,27,37,0,68,1.7,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,1,0,8886,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8887,0,0,0,0,0,8175,0,0,0,'A tormented voice',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8888,0,0,0,0,0,8698,0,0,0,'Franclorn Forgewright',NULL,NULL,1663,60,60,0,35,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8889,0,0,0,0,0,8754,0,0,0,'Anvilrage Overseer',NULL,NULL,0,48,49,0,54,0,1,1.14286,1,1,83,110,0,200,3.5,1333,2000,1,32832,2048,0,0,0,0,0,0,57,84,19,7,0,8891,8889,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,355,468,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8890,0,0,0,0,0,8758,0,0,0,'Anvilrage Warden',NULL,NULL,0,49,50,0,54,0,1,1.14286,1,1,85,112,0,206,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,58,86,20,7,0,8891,8890,0,0,100,0,0,20,0,24317,19644,0,0,0,0,0,0,0,0,365,482,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8891,0,0,0,0,0,8750,0,0,0,'Anvilrage Guardsman',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,59,87,20,7,0,8891,8891,0,0,100,0,0,20,0,30901,27581,34510,0,0,0,0,0,0,0,375,495,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8892,0,0,0,0,0,8718,0,0,0,'Anvilrage Footman',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,59,87,20,7,0,8892,8892,0,0,100,0,0,20,0,29560,19644,0,0,0,0,0,0,0,0,394,519,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8893,0,0,0,0,0,8757,0,0,0,'Anvilrage Soldier',NULL,NULL,0,50,50,0,54,0,1,1.14286,1,1,85,112,0,206,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,58,86,20,7,0,8893,8893,0,0,100,0,0,20,0,14030,27991,0,0,0,0,0,0,0,0,451,594,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8894,0,0,0,0,0,8752,0,0,0,'Anvilrage Medic',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,61,85,0,93,3.5,2000,2000,8,32832,2048,0,0,0,0,0,0,51,75,22,7,0,8894,8894,0,0,100,0,0,20,0,8812,10961,10947,0,0,0,0,0,0,0,366,483,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8895,0,0,0,0,0,8753,0,0,0,'Anvilrage Officer',NULL,NULL,0,51,51,0,54,0,1,1.14286,1,1,80,106,0,198,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,55,81,19,7,0,8895,8895,0,0,0,0,0,0,0,25292,0,0,0,0,0,0,0,0,0,380,502,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8896,0,0,0,0,0,8793,8794,8795,8796,'Shadowforge Peasant',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,0,80,106,0,198,3.5,2000,2000,2,32768,2048,0,0,0,0,0,0,55,81,19,7,0,8896,8896,0,0,0,0,0,0,0,6660,9053,11642,13584,0,0,0,0,0,0,103,139,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8897,0,0,0,0,0,8803,8804,8805,8806,'Doomforge Craftsman',NULL,NULL,0,51,51,0,54,0,1,1.14286,1,0,86,114,0,210,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,8897,8897,0,0,0,0,0,0,0,15619,13951,9143,0,0,0,0,0,0,0,113,153,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8898,0,0,0,0,0,8751,0,0,0,'Anvilrage Marshal',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,1,86,114,0,210,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,8898,8898,0,0,0,0,0,0,0,17143,10293,25292,0,0,0,0,0,0,0,361,476,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8899,0,0,0,0,0,8820,8821,8822,8823,'Doomforge Dragoon',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,63,93,22,7,0,8899,8899,0,0,0,0,0,0,0,15620,15496,15495,0,0,0,0,0,0,0,420,554,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8900,0,0,0,0,0,8812,8813,8814,8815,'Doomforge Arcanasmith',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,0,65,91,0,99,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,54,80,23,7,0,8900,8900,0,0,0,0,0,0,0,13748,13745,0,0,0,0,0,0,0,0,96,130,'',1,3,1,1.3,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8901,0,0,0,0,0,8755,9288,9289,9290,'Anvilrage Reservist',NULL,NULL,0,52,53,0,54,0,1,1.14286,1,0,89,119,0,218,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8902,0,0,0,0,0,8798,8799,8800,8801,'Shadowforge Citizen',NULL,NULL,0,51,52,0,54,0,1,1.14286,1,0,82,109,0,202,3.5,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,7,0,8902,8902,0,0,0,0,0,0,0,15547,40505,13446,11642,0,0,0,0,0,0,92,125,'',1,3,1,1,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8903,0,0,0,0,0,8749,0,0,0,'Anvilrage Captain',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,8903,8903,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,439,578,'',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8904,0,0,0,0,0,8825,8826,8827,8828,'Shadowforge Senator',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,67,93,0,101,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,8904,8904,0,0,0,0,0,0,0,15547,14034,15498,12471,0,0,0,0,0,0,103,140,'',1,3,1,1.35,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8905,0,0,0,0,0,8289,0,0,0,'Warbringer Construct',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,4,0,8905,0,0,108,270,108,108,108,108,0,0,0,0,0,0,0,0,0,0,410,540,'',1,3,1,3,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),
|
|
(8906,0,0,0,0,0,8177,0,0,0,'Ragereaver Golem',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,1600,2000,1,64,2048,0,0,0,0,0,0,63,93,22,4,0,8906,0,0,110,110,110,110,110,110,0,0,0,0,0,0,0,0,0,0,429,565,'',1,3,1,3,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),
|
|
(8907,0,0,0,0,0,8178,0,0,0,'Wrath Hammer Construct',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,9,0,8907,0,0,0,0,0,0,0,0,15575,10966,0,0,0,0,0,0,0,0,435,573,'',1,3,1,3,2,1,0,11269,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8908,0,0,0,0,0,8179,0,0,0,'Molten War Golem',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,87,116,2,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,4,0,8908,0,0,0,280,0,140,0,0,37628,0,0,0,0,0,0,0,0,0,601,789,'',1,3,1,5.5,2,1,0,11269,11129,0,0,0,0,0,1,0,0,'',12340),
|
|
(8909,0,0,0,0,0,2172,0,0,0,'Fireguard',NULL,NULL,0,50,52,0,54,0,1,1.14286,1,1,82,109,2,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,4,0,8909,0,0,0,0,0,-52,0,0,15242,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8910,0,0,0,0,0,1070,0,0,0,'Blazing Fireguard',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,2,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,4,0,8910,0,0,0,0,0,0,0,0,13341,12742,15241,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8911,0,0,0,0,0,5488,0,0,0,'Fireguard Destroyer',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,92,122,2,224,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,63,93,22,4,0,8911,0,0,55,275,55,55,55,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8912,0,0,0,0,0,8790,9350,9351,8792,'Twilight\'s Hammer Torturer',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,1,80,106,0,198,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,55,81,19,7,0,8912,8912,0,0,0,0,0,0,0,14032,0,0,0,0,0,0,0,0,0,324,428,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8913,0,0,0,0,0,8772,8774,8776,8777,'Twilight Emissary',NULL,NULL,0,51,52,0,54,0,1,1.14286,1,1,63,87,0,95,3.5,2000,2000,8,64,2048,0,0,0,0,0,0,52,77,22,7,0,8913,8913,0,0,0,0,0,0,0,15288,15043,13748,12466,0,0,0,0,0,0,311,411,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8914,0,0,0,0,0,9346,9347,8773,9349,'Twilight Bodyguard',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,0,202,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,56,83,19,7,0,8914,8914,0,0,0,0,0,0,0,13902,13903,15615,0,0,0,0,0,0,0,351,463,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8915,0,0,0,0,0,8778,8779,8780,9025,'Twilight\'s Hammer Ambassador',NULL,NULL,0,54,55,0,54,0,1,1.14286,1,0,87,116,0,214,3.5,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8915,8915,0,0,0,0,0,0,0,15096,15499,15500,15501,0,0,0,0,0,0,102,139,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8916,0,0,0,0,0,9069,9070,9071,9072,'Arena Spectator',NULL,NULL,0,50,51,0,54,0,1,1.14286,1,0,80,106,0,198,3.5,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,8916,8916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8917,0,0,0,0,0,8891,8892,8893,487,'Quarry Slave',NULL,NULL,0,46,48,0,15,0,1,1.14286,1,0,75,99,0,184,1,2000,2000,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,8917,8917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8920,0,0,0,0,0,8894,8895,8896,8897,'Weapon Technician',NULL,NULL,0,53,54,0,54,0,1,1.14286,1,0,92,122,0,224,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,8920,8920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8921,0,0,0,0,0,8180,0,0,0,'Bloodhound',NULL,NULL,0,49,50,0,54,0,1,1.42857,1,0,85,112,0,206,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,3,0,8921,0,8921,0,0,0,0,0,0,13692,13445,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8922,0,0,0,0,0,8181,0,0,0,'Bloodhound Mastiff',NULL,NULL,0,52,53,0,54,0,1,1.14286,1,0,89,119,0,218,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,8922,0,8922,0,0,0,0,0,0,7140,15608,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8923,0,0,0,0,0,8270,0,0,0,'Panzor the Invincible',NULL,NULL,0,56,56,0,54,0,1,1.14286,1,2,96,127,0,234,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8923,0,0,0,153,153,153,153,153,0,0,0,0,0,0,0,0,0,0,1035,1356,'',1,3,1,5,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8924,0,0,0,0,0,8390,0,0,0,'The Behemoth',NULL,NULL,0,50,50,0,54,0,1.71,1.14286,1,4,85,112,0,206,1,1233,1356,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,8924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,826,1083,'',0,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8925,0,0,0,0,0,8182,9030,9031,9032,'Dredge Worm',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1617,1,0,2048,0,42,0,0,0,0,59,87,20,1,65537,8925,0,100003,0,0,0,0,0,0,14535,13298,6917,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8926,0,0,0,0,0,7347,3247,2489,0,'Deep Stinger',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,20,0,0,0,0,59,87,20,1,1,8926,0,8926,0,0,0,0,0,0,7992,14534,0,0,0,0,0,0,5874,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8927,0,0,0,0,0,1955,1954,0,0,'Dark Screecher',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,24,0,0,0,0,59,87,20,1,1,8927,0,8927,0,0,0,0,0,0,14538,8281,0,0,0,0,0,0,5793,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8928,0,0,0,0,0,8184,9033,3005,2194,'Burrowing Thundersnout',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,2000,1650,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,8928,0,8928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8929,0,0,0,0,0,8705,0,0,0,'Princess Moira Bronzebeard','Princess of Ironforge',NULL,0,55,55,0,54,2,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,8929,0,0,0,0,0,0,0,0,15586,8362,15587,0,0,0,0,0,0,0,733,962,'',1,3,1,6.5,3,1,0,11468,0,0,0,0,0,0,1,0,0,'boss_moira_bronzebeard',12340),
|
|
(8931,0,0,0,0,0,8185,0,0,0,'Innkeeper Heather','Innkeeper',NULL,342,30,30,0,12,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8932,0,0,0,0,0,7470,9354,9028,9029,'Borer Beetle',NULL,NULL,0,50,51,0,16,0,1.21,1.14286,1,0,86,114,0,210,1,1500,1650,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,8932,0,100003,0,0,0,0,0,0,14539,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8933,0,0,0,0,0,8014,909,821,520,'Cave Creeper',NULL,NULL,0,50,51,0,16,0,1,1.14286,1,0,86,114,0,210,1,1480,1628,1,0,2048,0,3,0,0,0,0,59,87,20,1,1,8933,0,0,0,0,0,0,0,0,745,14532,744,0,0,0,0,0,5907,0,0,0,'SmartAI',1,1,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8934,0,0,0,0,0,8186,0,0,0,'Christopher Hewen','Trade Supplies',NULL,0,30,30,0,12,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8935,0,0,0,0,0,282,0,0,0,'Paladin 20 AlternateHighDamage','',NULL,0,20,20,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,0,2,'',12340),
|
|
(8937,0,0,0,0,0,8189,0,0,0,'Pet Bomb',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'npc_pet_gen_target_following_bomb',12340),
|
|
(8956,0,0,0,0,0,9276,0,0,0,'Angerclaw Bear',NULL,NULL,0,47,48,0,44,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,4,0,0,0,0,56,82,19,1,1,8956,0,8956,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,12851,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8957,0,0,0,0,0,9277,0,0,0,'Angerclaw Grizzly',NULL,NULL,0,51,52,0,44,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,4,0,0,0,0,61,90,21,1,1,8957,0,8957,0,0,0,0,0,0,8599,8716,0,0,0,0,0,0,12852,0,0,0,'SmartAI',1,1,1,1.55,1,1,0,11172,20018,0,0,0,0,0,1,0,0,'',12340),
|
|
(8958,0,0,0,0,0,1083,0,0,0,'Angerclaw Mauler',NULL,NULL,0,49,50,0,44,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,4,0,0,0,0,58,86,20,1,1,8958,0,8958,0,0,0,0,0,0,8599,15793,0,0,0,0,0,0,5808,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8959,0,0,0,0,0,4124,0,0,0,'Felpaw Wolf',NULL,NULL,0,47,48,0,38,0,1,1.42857,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,1,8959,0,8959,0,0,0,0,0,0,3427,0,0,0,0,0,0,0,5954,0,0,0,'',1,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8960,0,0,0,0,0,9278,0,0,0,'Felpaw Scavenger',NULL,NULL,0,49,50,0,38,0,1,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,1,0,0,0,0,58,86,20,1,1,8960,0,8960,0,0,0,0,0,0,3604,17230,0,0,0,0,0,0,13057,0,0,0,'',1,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8961,0,0,0,0,0,9280,0,0,0,'Felpaw Ravager',NULL,NULL,0,51,52,0,38,0,1,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,1,0,0,0,0,61,90,21,1,1,8961,0,8961,0,0,0,0,0,0,3391,17230,0,0,0,0,0,0,5955,0,0,0,'',1,1,1,1.3,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(8962,0,0,0,0,0,257,0,0,0,'Hilary','',NULL,1621,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8963,0,0,0,0,0,5556,0,0,0,'Effsee','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8964,0,0,0,0,0,6374,0,0,0,'Blackrock Drake',NULL,NULL,0,50,52,0,103,0,1,2.85714,1,1,87,117,0,214,2.4,2000,2000,1,33555264,2048,0,0,0,0,0,0,61,90,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,806,1058,'',1,5,1,3,2,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(8965,0,0,0,0,0,221,0,0,0,'Shawn','',NULL,1622,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8976,0,0,0,0,0,6369,0,0,0,'Hematos',NULL,NULL,0,60,60,0,103,0,2.7,1.14286,1,2,104,138,0,252,4.6,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,8976,0,15416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,1533,'SmartAI',1,3,1,5,2,1,0,18705,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8977,0,0,0,0,0,11543,0,0,0,'Krom\'Grul',NULL,NULL,0,54,54,0,45,0,1.6,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,8977,8977,0,0,0,0,0,0,0,6742,13381,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,3,1,1.3,1,1,0,11058,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8978,0,0,0,0,0,11511,0,0,0,'Thauris Balgarr',NULL,NULL,0,57,57,0,54,0,1,1.14286,1,4,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,8978,0,0,0,0,0,0,0,0,0,6660,6533,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8979,0,0,0,0,0,11510,0,0,0,'Gruklash',NULL,NULL,0,59,59,0,40,0,1,1.14286,1,4,102,135,0,248,1,2600,1274,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,8979,0,0,0,0,0,0,0,0,12461,41447,0,0,0,0,0,0,0,0,130,175,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8980,0,0,0,0,0,10708,0,0,0,'Firegut Captain',NULL,NULL,0,55,55,0,45,0,1.23,1.14286,1,0,87,116,0,214,1,1460,1606,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8980,0,0,0,0,0,0,0,0,13381,11876,8599,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(8981,0,0,0,0,0,10802,0,0,0,'Malfunctioning Reaver',NULL,NULL,0,56,56,0,189,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,8981,0,0,110,110,330,110,110,440,0,0,0,0,0,0,0,0,0,0,123,166,'SmartAI',0,3,1,1.35,1,1,0,11266,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8982,0,0,0,0,0,9189,0,0,0,'Ironhand Guardian',NULL,NULL,0,60,60,0,15,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,33554496,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,290,58,290,58,58,58,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(8983,0,0,0,0,0,8759,0,0,0,'Golem Lord Argelmach',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,8983,8983,0,0,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,646,849,'SmartAI',1,3,1,6,8,1,0,11268,11465,11468,0,0,0,0,1,0,0,'',12340),
|
|
(8996,0,0,0,0,0,1132,0,0,0,'Voidwalker Minion','',NULL,0,42,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.8,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(8997,0,0,0,0,0,8229,0,0,0,'Gershala Nightwhisper',NULL,NULL,0,20,20,0,80,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(8999,0,0,0,0,0,3434,0,0,0,'Innkeeper Sentinel Hill','Innkeeper',NULL,0,8,8,0,55,65667,0.95,1.14286,1,0,10,14,0,38,1,1930,2123,1,0,2048,0,0,0,0,0,0,7,10,100,10,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,100,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(9016,0,0,0,0,0,12162,0,0,0,'Bael\'Gar',NULL,NULL,0,52,52,0,54,0,0.777776,1.14286,1,1,87,117,0,214,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,61,90,21,5,0,9016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9017,0,0,0,0,0,1204,0,0,0,'Lord Incendius',NULL,NULL,0,53,53,0,91,0,1,1.14286,1,1,89,119,2,218,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,4,0,9017,0,0,55,275,55,55,55,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,5,1,0,11126,21987,11129,0,0,0,0,1,0,0,'',12340),
|
|
(9018,0,0,0,0,0,8761,0,0,0,'High Interrogator Gerstahn','Twilight\'s Hammer Interrogator',NULL,0,52,52,0,54,0,1,1.14286,1,1,82,109,0,202,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,56,83,19,7,0,9018,9018,0,0,0,0,0,0,0,14033,13704,14032,12040,0,0,0,0,0,0,489,644,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'boss_high_interrogator_gerstahn',12340),
|
|
(9019,0,0,0,0,0,8807,0,0,0,'Emperor Dagran Thaurissan',NULL,NULL,0,56,56,0,54,0,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,7,0,9019,9019,0,0,0,0,0,0,0,15636,17492,0,0,0,0,0,0,0,0,1202,1575,'',1,3,1,9,2,1,0,11468,0,0,0,0,0,0,1,0,0,'boss_emperor_dagran_thaurissan',12340),
|
|
(9020,0,0,0,0,0,8703,0,0,0,'Commander Gor\'shak','Kargath Expeditionary Force',NULL,0,54,54,0,113,2,1,1.14286,1,1,92,122,0,224,3.5,2000,2000,1,576,2048,0,0,0,0,0,0,63,93,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9021,0,0,0,0,0,8708,0,0,0,'Kharan Mighthammer',NULL,NULL,1822,52,52,0,35,3,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kharan_mighthammer',12340),
|
|
(9022,0,0,0,0,0,8709,0,0,0,'Dughal Stormwing',NULL,NULL,0,52,52,0,534,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9023,0,0,0,0,0,8707,0,0,0,'Marshal Windsor',NULL,NULL,0,52,52,0,534,2,1,0.85714,1,1,87,117,0,214,3.5,2000,2000,1,320,2048,0,0,0,0,0,0,61,90,21,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,2,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(9024,0,0,0,0,0,8762,0,0,0,'Pyromancer Loregrain',NULL,NULL,0,52,52,0,54,2,1,1.14286,1,2,63,87,0,95,3.5,2000,2000,8,32832,2048,0,0,0,0,0,0,52,77,22,7,0,9024,9024,0,0,52,0,0,0,0,0,15616,15095,15041,0,0,0,0,0,0,659,865,'SmartAI',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9025,0,0,0,0,0,5781,0,0,0,'Lord Roccor',NULL,NULL,0,51,51,0,91,0,1.55556,1.14286,1,1,86,114,0,210,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,59,87,20,4,0,9025,0,0,510,510,510,510,510,510,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9026,0,0,0,0,0,1070,0,0,0,'Overmaster Pyron',NULL,NULL,0,51,51,0,91,0,1,1.14286,1,1,80,106,0,198,2.4,1600,2000,2,64,2048,0,0,0,0,0,0,55,81,19,4,0,9026,0,0,104,208,104,104,156,104,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,11129,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9027,0,0,0,0,0,8760,0,0,0,'Gorosh the Dervish',NULL,NULL,0,52,52,0,14,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,1013,'',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_gorosh_the_dervish',12340),
|
|
(9028,0,0,0,0,0,7873,0,0,0,'Grizzle',NULL,NULL,0,52,52,0,14,0,0.666668,1.14286,1,1,87,117,0,214,7.5,2000,1310,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1066,1397,'',1,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_grizzle',12340),
|
|
(9029,0,0,0,0,0,523,0,0,0,'Eviscerator',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,82,109,0,202,7.5,1300,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,9029,0,9029,0,0,0,0,0,0,7121,14331,15245,0,0,0,0,0,0,0,854,1120,'',1,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9030,0,0,0,0,0,11538,0,0,0,'Ok\'thor the Breaker',NULL,NULL,0,52,52,0,14,0,1.6,1.14286,1,1,82,109,0,202,7.5,2000,1301,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,9030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,1007,'',1,3,1,8,8,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9031,0,0,0,0,0,3004,0,0,0,'Anub\'shiah',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,82,109,0,202,7.5,1800,1320,2,0,2048,0,0,0,0,0,0,56,83,19,6,0,9031,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_anubshiah',12340),
|
|
(9032,0,0,0,0,0,8271,0,0,0,'Hedrum the Creeper',NULL,NULL,0,52,52,0,14,0,1,1.14286,1,1,87,117,0,214,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9032,0,100003,0,0,0,0,0,0,15475,15474,3609,0,0,0,0,0,0,0,0,0,'',1,3,1,8.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9033,0,0,0,0,0,8756,0,0,0,'General Angerforge',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,1800,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9033,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029,1349,'',1,3,1,8,2,1,0,11464,11468,0,0,0,0,0,1,0,0,'boss_general_angerforge',12340),
|
|
(9034,0,0,0,0,0,8690,0,0,0,'Hate\'rel',NULL,NULL,1941,55,55,0,35,1,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,15232,14033,15580,12040,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(9035,0,0,0,0,0,8686,0,0,0,'Anger\'rel',NULL,NULL,1943,55,55,0,35,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,33088,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(9036,0,0,0,0,0,8692,0,0,0,'Vile\'rel',NULL,NULL,1944,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,15416,0,0,0,0,0,0,15586,15587,11974,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(9037,0,0,0,0,0,8689,0,0,0,'Gloom\'rel',NULL,NULL,1945,56,56,0,35,1,1,1.14286,1,1,96,127,0,234,3.5,2800,2000,1,33088,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_gloomrel',12340),
|
|
(9038,0,0,0,0,0,8691,0,0,0,'Seeth\'rel',NULL,NULL,1946,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,12544,8364,12675,15044,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(9039,0,0,0,0,0,8687,0,0,0,'Doom\'rel',NULL,NULL,1947,56,56,0,35,1,1,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,15245,12742,12493,0,0,0,0,0,0,0,646,849,'',1,3,1,6,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_doomrel',12340),
|
|
(9040,0,0,0,0,0,8688,0,0,0,'Dope\'rel',NULL,NULL,1948,56,56,0,35,1,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,33088,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,15581,12540,15583,15087,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(9041,0,0,0,0,0,9089,0,0,0,'Warder Stilgiss',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,2,86,114,0,210,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,9041,9041,0,0,0,0,0,0,0,12674,12675,12556,15044,0,0,0,0,0,0,694,912,'SmartAI',1,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9042,0,0,0,0,0,9019,0,0,0,'Verek',NULL,NULL,0,53,53,0,54,0,1,1.14286,1,2,89,119,0,218,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,62,91,22,3,0,9042,0,9042,0,0,0,0,0,0,15042,3391,8599,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9043,0,0,0,0,0,8899,9599,9855,9856,'Scarshield Grunt','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,9043,9043,0,0,0,0,0,0,0,11976,14895,0,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,1.3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9044,0,0,0,0,0,8901,9606,9861,9862,'Scarshield Sentry','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,9044,9044,0,0,0,0,0,0,0,6660,14897,14443,0,0,0,0,0,0,0,414,546,'',1,3,1,1.3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9045,0,0,0,0,0,8898,9596,9853,9854,'Scarshield Acolyte','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9045,9045,0,0,0,0,0,0,0,8362,14032,12039,0,0,0,0,0,0,0,369,487,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9046,0,0,0,0,0,8900,0,0,0,'Scarshield Quartermaster','Scarshield Legion',NULL,0,55,55,0,40,0,1,1.14286,1,4,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,9046,9046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,842,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9047,0,0,0,0,0,8354,0,0,0,'Jenal','Ditch Digger',NULL,1662,5,5,0,80,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4096,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9056,0,0,0,0,0,8704,0,0,0,'Fineous Darkvire','Chief Architect',NULL,0,53,53,0,54,0,1,1.14286,1,1,84,111,0,206,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,57,84,20,7,0,9056,9056,0,0,0,0,0,0,0,13953,8258,15493,11978,0,0,0,0,0,0,1279,1675,'SmartAI',1,3,1,7,5,1,0,10999,11468,0,0,0,0,0,1,0,0,'',12340),
|
|
(9076,0,0,0,0,0,8355,0,0,0,'Ghede',NULL,NULL,1681,25,25,0,104,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4096,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9077,0,0,0,0,0,8331,0,0,0,'Warlord Goretooth','Kargath Expeditionary Force',NULL,0,60,60,0,83,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9078,0,0,0,0,0,8330,0,0,0,'Shadowmage Vivian Lagrave','Kargath Expeditionary Force',NULL,0,58,58,0,83,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,37376,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9079,0,0,0,0,0,8332,0,0,0,'Hierophant Theodora Mulvadania','Kargath Expeditionary Force',NULL,0,58,58,0,118,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,37376,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,24976,0,9835,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9080,0,0,0,0,0,8333,0,0,0,'Lexlort','Kargath Expeditionary Force',NULL,30200,58,58,0,125,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4608,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9081,0,0,0,0,0,8334,0,0,0,'Galamav the Marksman','Kargath Expeditionary Force',NULL,0,58,58,0,125,2,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,4608,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9082,0,0,0,0,0,8335,0,0,0,'Thal\'trak Proudtusk','Kargath Expeditionary Force',NULL,0,55,55,0,29,2,1.32,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,49,1,0,2,'',12340),
|
|
(9083,0,0,0,0,0,8349,0,0,0,'Razal\'blade','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,87,117,0,214,1,2000,2000,1,4608,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),
|
|
(9084,0,0,0,0,0,8350,0,0,0,'Thunderheart','Kargath Expeditionary Force',NULL,0,52,52,0,83,2,1.32,0.471429,1,0,82,109,0,202,1,2000,2000,2,4608,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,12867,21949,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),
|
|
(9085,0,0,0,0,0,8351,0,0,0,'Initiate Amakkar','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,82,109,0,202,1,2000,2000,2,4608,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),
|
|
(9086,0,0,0,0,0,8352,0,0,0,'Grunt Gargal','Kargath Expeditionary Force',NULL,0,52,52,0,83,0,1.32,0.471429,1,0,87,117,0,214,1,2000,2000,1,4608,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,77,1,0,2,'',12340),
|
|
(9087,0,0,0,0,0,8356,0,0,0,'Bashana Runetotem',NULL,NULL,1701,35,35,0,104,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9095,0,0,0,0,0,3167,0,0,0,'Northshire Guard Justin',NULL,NULL,0,63,63,0,12,2,2.3,1.14286,1,3,181,253,0,268,35,1260,1386,1,0,2048,0,0,0,0,0,0,147,219,32,7,4194306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,953,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',1),
|
|
(9096,0,0,0,0,0,2554,0,0,0,'Rage Talon Dragonspawn',NULL,NULL,0,58,59,0,40,0,0.888888,1.42857,1,1,102,135,0,248,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,8,9096,0,9096,0,150,0,0,0,0,12021,15580,15572,3391,0,0,0,0,0,0,691,907,'SmartAI',1,3,1,5,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9097,0,0,0,0,0,9629,9630,9857,9858,'Scarshield Legionnaire','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,9097,9097,0,0,0,0,0,0,0,11972,15496,0,0,0,0,0,0,0,0,425,559,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9098,0,0,0,0,0,9618,9620,9863,9864,'Scarshield Spellbinder','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9098,9098,0,0,0,0,0,0,0,15122,15123,15785,13748,0,0,0,0,0,0,361,476,'SmartAI',1,3,1,3,2,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9099,0,0,0,0,0,8353,0,0,0,'Sraaz','Pie Vendor',NULL,1721,30,30,0,875,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9116,0,0,0,0,0,9136,0,0,0,'Eridan Bluewind','Emerald Circle',NULL,3142,57,57,0,35,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9117,0,0,0,0,0,8478,0,0,0,'J.D. Collie',NULL,NULL,2184,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9118,0,0,0,0,0,8413,0,0,0,'Larion',NULL,NULL,5630,51,51,0,106,3,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9119,0,0,0,0,0,8430,0,0,0,'Muigin',NULL,NULL,0,51,51,0,210,2,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,9119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9136,0,0,0,0,0,8429,0,0,0,'Sha\'ni Proudtusk',NULL,NULL,0,56,56,0,876,2,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,9136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9156,0,0,0,0,0,8329,0,0,0,'Ambassador Flamelash',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,1682,'',1,3,1,10,2,1,0,11129,0,0,0,0,0,0,1,0,0,'boss_ambassador_flamelash',12340),
|
|
(9157,0,0,0,0,0,8391,0,0,0,'Bloodpetal Pest',NULL,NULL,0,40,40,0,84,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9158,0,0,0,0,0,8469,0,0,0,'Warhorse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(9162,0,0,0,0,0,8510,0,0,0,'Young Diemetradon',NULL,NULL,0,49,50,0,14,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,9162,0,9162,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),
|
|
(9163,0,0,0,0,0,8511,0,0,0,'Diemetradon',NULL,NULL,0,51,52,0,14,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9163,0,9163,0,0,0,0,0,0,13692,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),
|
|
(9164,0,0,0,0,0,8512,0,0,0,'Elder Diemetradon',NULL,NULL,0,54,55,0,14,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,9164,0,9164,0,0,0,0,0,0,12555,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11114,11830,46367,0,0,0,0,1,0,0,'',12340),
|
|
(9165,0,0,0,0,0,8410,0,0,0,'Fledgling Pterrordax',NULL,NULL,0,48,50,0,14,0,1.4,1.42857,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,1,0,9165,0,9165,0,0,0,0,0,0,5708,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),
|
|
(9166,0,0,0,0,0,8411,0,0,0,'Pterrordax',NULL,NULL,0,50,52,0,14,0,1.4,1.42857,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,1,0,9166,0,9166,0,0,0,0,0,0,6605,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),
|
|
(9167,0,0,0,0,0,8412,0,0,0,'Frenzied Pterrordax',NULL,NULL,0,52,54,0,14,0,1.4,1.42857,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,1,0,9167,0,9167,0,0,0,0,0,0,7399,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11831,46367,0,0,0,0,149,1,0,0,'',12340),
|
|
(9176,0,0,0,0,0,11553,0,0,0,'Gor\'tesh',NULL,NULL,0,54,54,0,40,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,9176,9176,0,0,0,0,0,0,0,15652,0,0,0,0,0,0,0,0,0,113,153,'SmartAI',0,3,1,1.3,1,1,0,11080,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9177,0,0,0,0,0,8872,0,0,0,'Oralius',NULL,NULL,12662,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9178,0,0,0,0,0,4607,0,0,0,'Burning Spirit',NULL,NULL,0,30,30,0,7,0,1,0.85714,1,0,42,56,0,102,1,2000,1892,1,0,2048,0,0,0,0,0,0,29,42,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(9179,0,0,0,0,0,13050,0,0,0,'Jazzrik','Blacksmithing Supplies',NULL,0,38,38,0,120,4226,1.05,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9180,0,0,0,0,0,11686,0,0,0,'World Event Generator','',NULL,0,5,5,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9196,0,0,0,0,0,11565,0,0,0,'Highlord Omokk',NULL,NULL,0,57,57,0,40,0,1.6,1.14286,1,1,98,130,0,238,3.5,3200,2000,1,64,2048,0,0,0,0,0,0,68,99,24,7,0,9196,9196,0,0,0,0,0,0,0,10101,8269,0,0,0,0,0,0,0,0,1117,1464,'',1,3,1,8,1,1,0,21982,0,0,0,0,0,51,1,0,0,'boss_highlord_omokk',12340),
|
|
(9197,0,0,0,0,0,11543,0,0,0,'Spirestone Battle Mage',NULL,NULL,0,57,58,0,40,0,1.6,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9197,9197,0,0,0,0,0,0,0,16170,15305,0,0,0,0,0,0,0,0,561,738,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9198,0,0,0,0,0,11579,0,0,0,'Spirestone Mystic',NULL,NULL,0,55,56,0,40,0,1.6,1.14286,1,1,89,118,0,220,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,61,90,21,7,0,9198,9198,9198,0,0,0,0,0,0,15981,15982,15659,22945,0,0,0,0,0,0,558,734,'SmartAI',0,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9199,0,0,0,0,0,11577,0,0,0,'Spirestone Enforcer',NULL,NULL,0,54,55,0,40,0,1.6,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,7,0,9199,9199,0,0,0,0,0,0,0,14516,0,0,0,0,0,0,0,0,0,641,842,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9200,0,0,0,0,0,11581,0,0,0,'Spirestone Reaver',NULL,NULL,0,55,56,0,40,0,1.6,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,7,0,9200,9200,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,643,845,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9201,0,0,0,0,0,11562,0,0,0,'Spirestone Ogre Magus',NULL,NULL,0,54,55,0,40,0,1.6,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,60,88,21,7,0,9201,9201,0,0,0,0,0,0,0,6742,13747,15979,0,0,0,0,0,0,0,518,681,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9216,0,0,0,0,0,11582,0,0,0,'Spirestone Warlord',NULL,NULL,0,57,58,0,40,0,1.6,1.14286,1,1,100,132,0,242,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,9216,9216,0,0,0,0,0,0,0,16171,8269,0,0,0,0,0,0,0,0,689,905,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9217,0,0,0,0,0,11578,0,0,0,'Spirestone Lord Magus',NULL,NULL,0,58,58,0,40,0,1.6,1.14286,1,2,93,123,0,228,3.5,1175,1292,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9217,0,0,0,0,0,0,0,0,16170,13323,8365,15230,0,0,0,0,0,0,1037,1360,'SmartAI',0,3,1,6,6,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9218,0,0,0,0,0,11576,0,0,0,'Spirestone Battle Lord',NULL,NULL,0,58,58,0,40,0,1.76,1.14286,1,2,100,132,0,242,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,9218,9218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1229,1609,'',1,3,1,6,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9219,0,0,0,0,0,11574,0,0,0,'Spirestone Butcher',NULL,NULL,0,57,57,0,40,0,1.6,1.14286,1,2,98,130,0,238,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,9219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1226,1606,'',1,3,1,6,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9236,0,0,0,0,0,9732,0,0,0,'Shadow Hunter Vosh\'gajin',NULL,NULL,0,58,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,800,1080,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,9236,9236,0,0,0,0,0,0,0,16097,16098,0,0,0,0,0,0,0,0,988,1295,'',1,3,1,9,1,1,0,13352,0,0,0,0,0,0,1,0,0,'boss_shadow_hunter_voshgajin',12340),
|
|
(9237,0,0,0,0,0,28281,0,0,0,'War Master Voone',NULL,NULL,0,58,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1200,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9237,9237,0,0,0,0,0,0,0,3391,16075,15284,15618,0,0,0,0,0,0,1330,1741,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_warmaster_voone',12340),
|
|
(9238,0,0,0,0,0,8449,0,0,0,'Quentin',NULL,NULL,0,40,40,0,80,2,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4096,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,12867,33333,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9239,0,0,0,0,0,28271,28272,9711,9712,'Smolderthorn Mystic',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,89,118,0,220,3.5,2000,1301,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9239,9239,0,0,0,0,0,0,0,15799,16006,0,0,0,0,0,0,0,0,375,495,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9240,0,0,0,0,0,28277,28278,9730,9731,'Smolderthorn Shadow Priest',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,89,118,0,220,3.5,2000,1301,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9240,9240,0,0,0,0,0,0,0,15800,11641,15090,0,0,0,0,0,0,0,371,489,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9241,0,0,0,0,0,28269,28270,9684,9685,'Smolderthorn Headhunter',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,98,130,0,238,3.5,1175,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,7,0,9241,9241,0,0,0,0,0,0,0,15795,16001,6016,0,0,0,0,0,0,0,458,603,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9256,0,0,0,0,0,304,0,0,0,'Farm Chicken',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9257,0,0,0,0,0,9609,9610,9865,9866,'Scarshield Warlock','Scarshield Legion',NULL,0,54,55,0,40,0,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9257,9257,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,369,487,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9258,0,0,0,0,0,9637,9638,9859,9860,'Scarshield Raider','Scarshield Legion',NULL,0,55,56,0,40,0,1,1.14286,1,1,96,127,0,234,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,9258,9258,0,0,0,0,0,0,0,14030,12057,0,0,0,0,0,0,0,0,439,578,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9259,0,0,0,0,0,9664,9665,9871,9872,'Firebrand Grunt','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,98,130,0,238,3.5,2700,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,7,0,9259,9259,0,0,0,0,0,0,0,15128,13737,8269,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9260,0,0,0,0,0,9660,9661,9884,9885,'Firebrand Legionnaire','Firebrand Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,1166,1283,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9260,9260,0,0,0,0,0,0,0,3248,11972,15128,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9261,0,0,0,0,0,9644,9645,9867,9868,'Firebrand Darkweaver','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9261,9261,0,0,0,0,0,0,0,15128,14887,16071,12471,0,0,0,0,0,0,390,514,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9262,0,0,0,0,0,9648,9649,9877,9878,'Firebrand Invoker','Firebrand Legion',NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9262,9262,0,0,0,0,0,0,0,15128,12468,12470,15242,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1.5,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9263,0,0,0,0,0,9652,9653,9869,9870,'Firebrand Dreadweaver','Firebrand Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,1166,1283,2,32832,2048,0,0,0,0,0,0,64,94,23,7,0,9263,9263,0,0,0,0,0,0,0,16071,15728,15729,15128,0,0,0,0,0,0,400,527,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9264,0,0,0,0,0,9656,9657,9888,9889,'Firebrand Pyromancer','Firebrand Legion',NULL,0,57,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1158,1274,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9264,9264,0,0,0,0,0,0,0,15128,15096,0,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9265,0,0,0,0,0,28275,28276,9726,9727,'Smolderthorn Shadow Hunter',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1400,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9265,9265,0,0,0,0,0,0,0,15582,12540,15610,0,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9266,0,0,0,0,0,28279,28280,9721,9722,'Smolderthorn Witch Doctor',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,1175,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9266,9266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,503,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9267,0,0,0,0,0,28267,28268,9676,9677,'Smolderthorn Axe Thrower',NULL,NULL,0,55,56,0,40,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,9267,9267,0,0,0,0,0,0,0,16000,3391,11428,0,0,0,0,0,0,0,443,584,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9268,0,0,0,0,0,7803,0,0,0,'Smolderthorn Berserker',NULL,NULL,0,57,58,0,40,0,0.666668,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9268,9268,0,0,0,0,0,0,0,17547,13446,8269,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9269,0,0,0,0,0,28273,28274,9717,9718,'Smolderthorn Seer',NULL,NULL,0,56,57,0,40,0,1,1.14286,1,1,91,121,0,224,3.5,2000,1292,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9269,9269,0,0,0,0,0,0,0,15801,12492,15802,13585,0,0,0,0,0,0,385,508,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9270,0,0,0,0,0,8474,0,0,0,'Williden Marshal',NULL,NULL,2424,48,48,0,35,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9271,0,0,0,0,0,8476,0,0,0,'Hol\'anyee Marshal',NULL,NULL,2423,45,45,0,35,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9272,0,0,0,0,0,8477,0,0,0,'Spark Nilminer',NULL,NULL,2422,45,45,0,35,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9273,0,0,0,0,0,8479,0,0,0,'Petra Grossen',NULL,NULL,0,46,46,0,113,3,2.32,0.82857,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,99,1,0,0,'',12340),
|
|
(9274,0,0,0,0,0,9342,0,0,0,'Dadanga',NULL,NULL,0,45,45,0,113,2,2.32,0.82857,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,99,1,0,0,'',12340),
|
|
(9275,0,0,0,0,0,1140,0,0,0,'Launcher','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9276,0,0,0,0,0,1140,0,0,0,'Launcher2','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9296,0,0,0,0,0,8489,0,0,0,'Milly Osworth',NULL,NULL,0,2,2,0,12,2,1,1.14286,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9297,0,0,0,0,0,2157,0,0,0,'Enraged Wyvern',NULL,NULL,0,65,65,1,85,0,1,4.28571,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(9298,0,0,0,0,0,8949,0,0,0,'Donova Snowden',NULL,NULL,3802,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9299,0,0,0,0,0,8717,0,0,0,'Gaeriyan',NULL,NULL,1914,60,60,0,35,32771,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9316,0,0,0,0,0,8630,0,0,0,'Wenikee Boltbucket',NULL,NULL,0,19,19,0,69,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,9316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9317,0,0,0,0,0,8631,0,0,0,'Rilli Greasygob',NULL,NULL,0,22,22,0,29,2,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9318,0,0,0,0,0,8509,0,0,0,'Incendosaur',NULL,NULL,0,47,49,0,14,0,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,1,0,9318,0,9318,0,125,0,0,0,0,9275,11985,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9319,0,0,0,0,0,9212,0,0,0,'Houndmaster Grebmar',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,61,90,21,7,0,9319,0,0,0,0,0,0,0,0,21049,13730,15615,0,0,0,0,0,0,0,553,727,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9336,0,0,0,0,0,8569,0,0,0,'Boss Copperplug',NULL,NULL,0,19,19,0,16,0,0.97,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,9336,0,0,0,0,0,0,0,0,9143,6533,0,0,0,0,0,0,0,0,23,35,'SmartAI',0,1,1,1,1,1,0,5097,11147,0,0,0,0,0,1,0,0,'',12340),
|
|
(9356,0,0,0,0,0,8633,0,0,0,'Innkeeper Shul\'kar','Innkeeper',NULL,1290,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,19276,970,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9376,0,0,0,0,0,1204,0,0,0,'Blazerunner',NULL,NULL,0,56,56,0,91,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,4,0,9376,0,0,0,0,0,0,0,0,17277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,11829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9377,0,0,0,0,0,8549,0,0,0,'Swirling Vortex',NULL,NULL,0,33,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,9377,0,0,34,34,34,34,68,34,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9396,0,0,0,0,0,1161,0,0,0,'Ground Pounder',NULL,NULL,0,41,43,0,91,0,1.55556,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,9396,0,0,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9397,0,0,0,0,0,8716,0,0,0,'Living Storm',NULL,NULL,0,47,49,0,14,0,1.05,1.14286,1,0,77,102,0,188,1,2000,2000,2,0,2048,0,0,0,0,0,0,52,77,17,4,0,9397,0,0,48,48,48,48,48,48,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9398,0,0,0,0,0,8706,0,0,0,'Twilight\'s Hammer Executioner',NULL,NULL,0,52,52,0,54,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9398,0,0,0,0,0,0,0,0,3631,13459,0,0,0,0,0,0,0,0,439,578,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9416,0,0,0,0,0,11420,0,0,0,'Scarshield Worg','Scarshield Legion',NULL,0,53,54,0,40,0,1,1.14286,1,0,92,122,0,224,3.5,1500,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,1,9416,0,9416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8297,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9417,0,0,0,0,0,8574,0,0,0,'Sleeping Dragon','',NULL,0,60,60,0,40,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9436,0,0,0,0,0,8573,0,0,0,'Spawn of Bael\'Gar',NULL,NULL,0,52,52,0,54,0,1.19,1.14286,1,0,87,117,0,214,1,1520,1672,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9437,0,0,0,0,0,8591,0,0,0,'Dark Keeper Vorfalk',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9437,0,0,0,0,0,0,0,0,9532,11824,0,0,0,0,0,0,0,0,363,478,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9438,0,0,0,0,0,8592,0,0,0,'Dark Keeper Bethek',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9438,0,0,0,0,0,0,0,0,15228,12738,0,0,0,0,0,0,0,0,363,478,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9439,0,0,0,0,0,8593,0,0,0,'Dark Keeper Uggel',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9439,0,0,0,0,0,0,0,0,9613,14868,0,0,0,0,0,0,0,0,367,484,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9441,0,0,0,0,0,8594,0,0,0,'Dark Keeper Zimrel',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9441,0,0,0,0,0,0,0,0,15238,11974,0,0,0,0,0,0,0,0,375,495,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9442,0,0,0,0,0,8595,0,0,0,'Dark Keeper Ofgut',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9442,0,0,0,0,0,0,0,0,13748,7121,0,0,0,0,0,0,0,0,358,473,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9443,0,0,0,0,0,8596,0,0,0,'Dark Keeper Pelver',NULL,NULL,0,53,53,0,14,0,1.76,1.14286,1,1,84,111,0,206,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,9443,9443,0,0,0,0,0,0,0,21369,15784,0,0,0,0,0,0,0,0,354,467,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9445,0,0,0,0,0,8597,0,0,0,'Dark Guard',NULL,NULL,0,52,52,0,54,0,1.76,1.14286,1,1,87,117,0,214,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,9445,9445,0,0,0,0,0,0,0,15580,0,0,0,0,0,0,0,0,0,419,552,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9447,0,0,0,0,0,10376,10378,10377,10380,'Scarlet Warder',NULL,NULL,0,53,54,0,67,0,1,1.14286,1,1,86,114,0,210,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,59,86,20,7,0,9447,9447,0,0,0,0,0,0,0,14518,15493,0,0,0,0,0,0,0,0,351,463,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9448,0,0,0,0,0,10395,10396,10397,0,'Scarlet Praetorian',NULL,NULL,0,56,57,0,67,0,1,1.14286,1,1,91,121,0,224,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,62,92,22,7,0,9448,9448,0,0,0,0,0,0,0,17149,17143,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,3,1,1,0,22228,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9449,0,0,0,0,0,10387,10389,10388,10390,'Scarlet Cleric',NULL,NULL,0,54,55,0,67,0,1,1.14286,1,1,87,116,0,214,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9449,9449,0,0,0,0,0,0,0,15586,15587,0,0,0,0,0,0,0,0,357,471,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9450,0,0,0,0,0,10398,10399,10400,10401,'Scarlet Curate',NULL,NULL,0,55,56,0,67,0,1,1.14286,1,1,89,118,0,220,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9450,9450,0,0,0,0,0,0,0,25054,25058,23859,0,0,0,0,0,0,0,367,484,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9451,0,0,0,0,0,10413,10415,10414,10416,'Scarlet Archmage',NULL,NULL,0,55,57,0,67,0,1.1,1.14286,1,1,69,96,0,106,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,58,85,24,7,0,9451,9451,0,0,0,0,0,0,0,15242,15244,15122,18100,0,0,0,0,0,0,346,456,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9452,0,0,0,0,0,10403,10405,10404,10406,'Scarlet Enchanter',NULL,NULL,0,53,55,0,67,0,1,1.14286,1,1,67,93,0,101,2.4,2000,2000,8,32832,2048,0,0,0,0,0,0,55,82,23,7,0,9452,9452,0,0,0,0,0,0,0,25055,20989,0,0,0,0,0,0,0,0,329,435,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9453,0,0,0,0,0,5564,0,0,0,'Aquementas',NULL,NULL,0,54,54,0,91,0,1.22,1.14286,1,0,92,122,0,224,1,1470,1617,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,0,0,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_aquementas',12340),
|
|
(9454,0,0,0,0,0,2880,0,0,0,'Xavathras',NULL,NULL,0,54,54,0,90,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,9454,9454,0,0,0,0,0,0,0,13443,8599,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9456,0,0,0,0,0,4874,0,0,0,'Warlord Krom\'zar',NULL,NULL,0,20,20,0,16,0,1.2,1.14286,1,1,29,39,0,70,7.5,1770,1947,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,9456,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,91,123,'SmartAI',1,3,1,3,1,1,0,11222,5030,0,0,0,0,0,1,0,0,'',12340),
|
|
(9457,0,0,0,0,0,8649,9575,9576,9577,'Horde Defender',NULL,NULL,0,15,18,0,85,0,1.01,1.14286,1,0,26,35,0,64,1,1830,2013,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9458,0,0,0,0,0,9578,8653,9579,9580,'Horde Axe Thrower',NULL,NULL,0,15,18,0,877,0,1,1.14286,1,0,26,35,0,64,1,1850,2035,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9459,0,0,0,0,0,2552,0,0,0,'Cyrus Therepentous',NULL,NULL,40060,55,55,0,35,3,0.888888,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9460,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Bruiser',NULL,NULL,7956,77,77,1,475,1,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,9460,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(9461,0,0,0,0,0,6374,0,0,0,'Frenzied Black Drake','Cyrus\'s Minion',NULL,0,54,54,0,103,0,1.7,1.14286,1,0,92,122,0,224,1,1216,1338,1,0,2048,0,0,0,0,0,0,63,93,22,2,0,9461,0,9461,0,0,0,0,0,0,13459,8269,9573,9574,0,0,0,0,0,0,416,548,'SmartAI',0,5,1,1.2,1,1,0,18705,0,0,0,0,0,0,1,1104,0,'',12340),
|
|
(9462,0,0,0,0,0,8589,0,0,0,'Chieftain Bloodmaw',NULL,NULL,0,56,56,0,82,0,0.666668,0.992063,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,9462,9462,0,0,0,0,0,0,0,13583,0,0,0,0,0,0,0,0,0,123,672,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9464,0,0,0,0,0,8589,0,0,0,'Overlord Ror',NULL,NULL,0,50,51,0,82,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,9464,9464,0,0,0,0,0,0,0,36629,34298,0,0,0,0,0,0,0,0,102,138,'',1,3,1,1.3,1,1,0,15879,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9465,0,0,0,0,0,10738,0,0,0,'Golhine the Hooded','Druid Trainer',NULL,3925,60,60,0,80,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,11,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9467,0,0,0,0,0,10642,0,0,0,'Miblon Snarltooth',NULL,NULL,1844,50,50,0,35,1,1,1.19048,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9476,0,0,0,0,0,8655,0,0,0,'Watchman Doomgrip',NULL,NULL,0,54,54,0,54,0,1,1.14286,1,1,86,114,0,210,7.5,2000,1292,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,9476,0,0,0,0,0,0,0,0,11971,15504,0,0,0,0,0,0,0,0,520,684,'SmartAI',1,3,1,5,2,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9477,0,0,0,0,0,4754,0,0,0,'Cloned Ooze',NULL,NULL,0,50,52,0,14,0,1.89,1.14286,1,0,87,117,0,214,1,1410,1551,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,9477,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,105,143,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9496,0,0,0,0,0,10056,0,0,0,'Gorishi Egg',NULL,NULL,0,50,51,0,310,0,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9498,0,0,0,0,0,7572,0,0,0,'Gorishi Grub',NULL,NULL,0,48,48,0,310,0,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9499,0,0,0,0,0,8652,0,0,0,'Plugger Spazzring',NULL,NULL,0,55,55,0,674,130,1,1.14286,1,1,87,116,0,214,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,60,88,21,7,0,9499,9499,0,0,0,0,0,0,0,12739,12742,13787,13338,0,0,0,0,0,0,520,684,'SmartAI',1,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9500,0,0,0,0,0,2834,0,0,0,'Mistress Nagmara',NULL,NULL,2076,54,54,0,35,3,0.72,0.85714,1,1,92,122,0,224,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,63,93,22,3,0,0,0,0,0,0,0,0,0,0,15341,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,101,1,0,2,'',12340),
|
|
(9501,0,0,0,0,0,8634,0,0,0,'Innkeeper Adegwa','Innkeeper',NULL,21215,30,30,0,29,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(9502,0,0,0,0,0,8177,0,0,0,'Phalanx',NULL,NULL,2283,55,55,0,35,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,65,95,23,4,0,9502,0,0,0,0,0,0,0,0,14099,15588,15285,0,0,0,0,0,0,0,856,1122,'',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_phalanx',12340),
|
|
(9503,0,0,0,0,0,8654,0,0,0,'Private Rocknot',NULL,NULL,12128,52,54,0,35,3,0.8,0.71429,1,0,92,122,0,224,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,90,1,0,0,'npc_rocknot',12340),
|
|
(9516,0,0,0,0,0,8611,0,0,0,'Lord Banehollow',NULL,NULL,0,59,59,0,1434,2,1.1,1.14286,1,1,133,176,0,234,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,3,0,9516,0,0,0,0,0,0,0,236,0,0,0,0,0,0,0,0,0,0,399,526,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9517,0,0,0,0,0,10198,0,0,0,'Shadow Lord Fel\'dan',NULL,NULL,0,57,57,0,1434,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,9517,9517,0,0,0,0,0,0,0,20825,16583,9081,0,0,0,0,0,0,0,101,136,'',0,3,1,1.35,1,1,0,13207,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9518,0,0,0,0,0,10191,0,0,0,'Rakaiah',NULL,NULL,0,56,56,0,954,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,3,0,9518,0,0,0,0,0,0,0,0,15968,17227,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9520,0,0,0,0,0,8697,0,0,0,'Grark Lorkrub',NULL,NULL,0,56,56,0,29,2,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,67,97,23,7,4096,9520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,1346,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9521,0,0,0,0,0,9074,0,0,0,'Enraged Felbat',NULL,NULL,0,65,65,1,71,2,1.72,1.14286,1,1,200,281,0,278,7.5,1216,1338,1,0,2048,0,24,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8301,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),
|
|
(9522,0,0,0,0,0,8699,8700,8701,8702,'Blackrock Ambusher',NULL,NULL,0,54,55,0,40,0,1.75,1.14286,1,1,94,125,0,228,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,376,'',0,3,1,1.7,3,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9523,0,0,0,0,0,4871,0,0,0,'Kolkar Stormseer',NULL,NULL,0,15,16,0,130,0,1.02,1.14286,1,0,22,29,0,52,1,2000,2000,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,9523,0,0,0,70,0,0,30,0,9532,6535,14292,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9524,0,0,0,0,0,1349,0,0,0,'Kolkar Invader',NULL,NULL,0,16,17,0,655,0,0.666668,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,9524,0,0,0,70,0,0,30,0,6268,11976,14292,8014,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,5030,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9525,0,0,0,0,0,7115,7116,10152,10153,'Freewind Brave',NULL,NULL,0,45,45,0,105,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,9525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9526,0,0,0,0,0,1149,0,0,0,'Enraged Gryphon',NULL,NULL,0,65,65,1,11,0,1,4.28571,1,1,200,281,0,278,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(9527,0,0,0,0,0,479,0,0,0,'Enraged Hippogryph',NULL,NULL,0,65,65,1,79,0,1.23,1.14286,1,0,200,281,0,278,1,1460,1606,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),
|
|
(9528,0,0,0,0,0,8657,0,0,0,'Arathandris Silversky','Emerald Circle',NULL,2208,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_riverbreeze_and_silversky',12340),
|
|
(9529,0,0,0,0,0,8660,0,0,0,'Maybess Riverbreeze','Emerald Circle',NULL,21400,60,60,0,35,3,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_riverbreeze_and_silversky',12340),
|
|
(9536,0,0,0,0,0,8656,0,0,0,'Maxwort Uberglint',NULL,NULL,0,42,42,0,120,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9537,0,0,0,0,0,8658,0,0,0,'Hurley Blackbreath',NULL,NULL,0,55,55,0,54,0,1,1.14286,1,1,94,125,0,228,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9537,9537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,643,845,'SmartAI',1,3,1,5,2,1,0,11312,11468,0,0,0,0,0,1,0,0,'',12340),
|
|
(9538,0,0,0,0,0,8664,0,0,0,'High Executioner Nuzrak','Kargath Expeditionary Force',NULL,0,60,60,0,29,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(9539,0,0,0,0,0,8629,0,0,0,'Shadow of Lexlort','Kargath Expeditionary Force',NULL,0,58,58,0,83,0,1.25,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9540,0,0,0,0,0,8659,0,0,0,'Enohar Thunderbrew',NULL,NULL,11618,50,50,0,55,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9541,0,0,0,0,0,8661,8662,8663,0,'Blackbreath Crony',NULL,NULL,0,53,53,0,54,0,1,1.14286,1,1,89,119,0,218,7.5,2000,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,9541,9541,0,0,0,0,0,0,0,15583,15581,0,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,2,1,0,11312,11468,0,0,0,0,0,1,0,0,'',12340),
|
|
(9542,0,0,0,0,0,8710,0,0,0,'Franclorn\'s Spirit',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9543,0,0,0,0,0,8667,0,0,0,'Ribbly Screwspigot',NULL,NULL,1970,53,53,0,735,1,1,1.14286,1,1,89,119,0,218,3.5,2000,2000,1,33344,2048,0,0,0,0,0,0,62,91,22,7,0,9543,0,0,0,0,0,0,0,0,12540,9080,0,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,1,1,0,11313,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9544,0,0,0,0,0,8665,0,0,0,'Yuka Screwspigot',NULL,NULL,5541,53,53,0,120,4227,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9545,0,0,0,0,0,8673,8674,8675,8676,'Grim Patron',NULL,NULL,1962,48,52,0,674,1,1.2,1.14286,1,0,87,117,0,214,3.5,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,9545,9545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,126,'SmartAI',1,3,1,1,1,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(9546,0,0,0,0,0,9026,0,0,0,'Raschal the Courier',NULL,NULL,0,42,42,0,495,2,1.15,1.14286,1,0,62,83,0,152,1,1590,1749,1,768,2048,0,0,0,0,0,0,43,63,15,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,95,1,0,0,'',12340),
|
|
(9547,0,0,0,0,0,8678,8679,8680,0,'Guzzling Patron',NULL,NULL,1963,48,52,0,674,1,1.2,1.14286,1,0,63,87,0,95,3.5,2000,2000,8,32768,2048,0,0,0,0,0,0,52,77,22,7,0,9547,9547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'SmartAI',1,3,1,1,1,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(9548,0,0,0,0,0,8666,0,0,0,'Cawind Trueaim','Gunsmith & Bowyer',NULL,0,52,52,0,104,4482,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9549,0,0,0,0,0,8668,0,0,0,'Borand','Bowyer',NULL,0,30,30,0,29,4482,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9550,0,0,0,0,0,8669,0,0,0,'Furmund',NULL,NULL,0,41,41,0,104,2,1.15,1.14286,1,0,59,78,0,142,1,2000,2000,1,4608,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9551,0,0,0,0,0,8670,0,0,0,'Starn','Gunsmith & Bowyer',NULL,0,37,37,0,104,4482,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,4608,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9552,0,0,0,0,0,8671,0,0,0,'Zanara','Bowyer',NULL,0,43,43,0,29,4482,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9553,0,0,0,0,0,8672,0,0,0,'Nadia Vernon','Bowyer',NULL,0,20,20,0,68,4482,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,512,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9554,0,0,0,0,0,8681,8682,8683,8684,'Hammered Patron',NULL,NULL,1966,48,52,0,674,1,1.2,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9554,9554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,513,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(9555,0,0,0,0,0,8677,0,0,0,'Mu\'uta','Bowyer',NULL,0,35,35,0,29,4482,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9556,0,0,0,0,0,7949,0,0,0,'Felhound Minion',NULL,NULL,0,54,55,0,90,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,75,75,75,75,0,2691,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9557,0,0,0,0,0,3875,3764,0,0,'[UNUSED] dun garok test','','',0,50,50,0,88,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9558,0,0,0,0,0,8846,0,0,0,'Grimble','Shipmaster',NULL,1967,45,45,0,69,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9559,0,0,0,0,0,8847,0,0,0,'Grizzlowe','Shipmaster',NULL,1968,45,45,0,120,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9560,0,0,0,0,0,8685,0,0,0,'Marshal Maxwell',NULL,NULL,0,55,55,0,12,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9561,0,0,0,0,0,8693,0,0,0,'Jalinda Sprig',NULL,NULL,0,57,57,0,64,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,512,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9562,0,0,0,0,0,8694,0,0,0,'Helendis Riverhorn',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9563,0,0,0,0,0,8696,0,0,0,'Ragged John',NULL,NULL,2061,57,57,0,35,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ragged_john',12340),
|
|
(9564,0,0,0,0,0,8848,0,0,0,'Frezza','Tirisfal Glades Zeppelin Master',NULL,1969,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,1716,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9565,0,0,0,0,0,8695,0,0,0,'Mayara Brightwing',NULL,NULL,0,57,57,0,12,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,512,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9566,0,0,0,0,0,8849,0,0,0,'Zapetta','Durotar Zeppelin Master',NULL,1971,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9567,0,0,0,0,0,4617,0,0,0,'Test Stable Master','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9568,0,0,0,0,0,8711,0,0,0,'Overlord Wyrmthalak',NULL,NULL,0,60,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,800,900,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,9568,0,9568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1502,1966,'',1,3,1,11,1,1,0,16786,0,0,0,0,0,0,1,0,0,'boss_overlord_wyrmthalak',12340),
|
|
(9576,0,0,0,0,0,8764,0,0,0,'Stormwind Talent Master','Talent Master',NULL,0,50,50,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9577,0,0,0,0,0,842,0,0,0,'[UNUSED] Gorilla Test','','',0,25,25,0,72,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9578,0,0,0,0,0,8763,0,0,0,'Ironforge Talent Master','Talent Master',NULL,0,50,50,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9579,0,0,0,0,0,8765,0,0,0,'Darnassus Talent Master','Talent Master',NULL,0,50,50,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9580,0,0,0,0,0,8766,0,0,0,'Orgrimmar Talent Master','Talent Master',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9581,0,0,0,0,0,8767,0,0,0,'Thunder Bluff Talent Master','Talent Master',NULL,0,50,50,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9582,0,0,0,0,0,8768,0,0,0,'Undercity Talent Master','Talent Master',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9583,0,0,0,0,0,9633,9634,9881,9882,'Bloodaxe Veteran','Bloodaxe Legion',NULL,0,58,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1200,2000,1,32832,2048,0,0,0,0,0,0,70,103,25,7,0,9583,9583,0,0,0,0,0,0,0,15618,15615,0,0,0,0,0,0,0,0,474,624,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9584,0,0,0,0,0,8809,0,0,0,'Jalane Ayrole','Master Shadoweave Tailor',NULL,4844,45,45,0,12,81,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9596,0,0,0,0,0,9668,0,0,0,'Bannok Grimaxe','Firebrand Legion Champion',NULL,0,59,59,0,40,0,1.79,1.14286,1,2,102,135,0,248,3.5,1150,1265,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9596,9596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,955,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9598,0,0,0,0,0,11362,0,0,0,'Arei',NULL,NULL,2063,56,56,0,124,2,1.23,1.14286,1,0,96,127,0,234,1,1460,1606,1,0,2048,0,0,0,0,0,0,67,97,23,4,4096,9598,0,0,112,112,112,112,112,112,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,111,1,0,0,'',12340),
|
|
(9599,0,0,0,0,0,1461,0,0,0,'Arei Transformed','',NULL,0,56,56,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9600,0,0,0,0,0,8816,8817,8818,8819,'Parrot',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9601,0,0,0,0,0,8824,0,0,0,'Treant Spirit',NULL,NULL,0,52,53,0,534,0,1.25,1.14286,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,4,0,9601,0,0,0,0,0,0,0,0,28125,0,0,0,0,0,0,0,0,0,113,153,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9602,0,0,0,0,0,11564,0,0,0,'Hahk\'Zor',NULL,NULL,0,54,54,0,45,0,1.76,1.14286,1,4,92,122,0,224,1,1183,1301,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,9602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9604,0,0,0,0,0,11562,0,0,0,'Gorgon\'och',NULL,NULL,0,54,54,0,45,0,1.6,1.14286,1,4,86,114,0,210,1,2000,1320,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,9604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,139,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9605,0,0,0,0,0,6049,0,0,0,'Blackrock Raider',NULL,NULL,0,59,59,0,40,0,1.25,1.14286,1,0,102,135,0,248,1,1420,1562,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9605,0,0,0,0,0,0,0,0,6253,12555,28747,0,0,0,0,0,0,0,134,180,'SmartAI',0,3,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9616,0,0,0,0,0,8829,0,0,0,'Laris Geardawdle',NULL,NULL,2405,50,50,0,64,3,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9617,0,0,0,0,0,8830,0,0,0,'[UNUSED] Eyan Mulcom','','',0,50,50,0,122,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9618,0,0,0,0,0,8831,0,0,0,'Karna Remtravel',NULL,NULL,2081,49,49,0,35,3,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,512,2048,0,0,0,0,0,0,57,84,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9619,0,0,0,0,0,8832,0,0,0,'Torwa Pathfinder',NULL,NULL,2188,51,51,0,35,3,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,512,2048,0,0,0,0,0,0,55,81,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9620,0,0,0,0,0,8890,0,0,0,'Dreka\'Sur',NULL,NULL,0,50,50,0,1074,3,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9621,0,0,0,0,0,9595,0,0,0,'Gargantuan Ooze',NULL,NULL,0,50,52,0,14,0,1.24,1.14286,1,0,87,117,0,214,1,1450,1595,1,0,2048,0,0,0,0,0,0,61,90,21,10,0,9621,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,101,137,'',1,3,1,1.3,1,1,0,12291,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9622,0,0,0,0,0,8844,0,0,0,'U\'cha',NULL,NULL,0,55,55,0,72,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,9,0,0,0,0,65,95,23,1,1,9622,0,9622,0,0,0,0,0,0,8374,11428,0,0,0,0,0,0,9050,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,11476,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9623,0,0,0,0,0,8841,0,0,0,'A-Me 01',NULL,NULL,0,48,48,0,35,2,2,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,53,1,16384,0,'npc_ame',12340),
|
|
(9636,0,0,0,0,0,10692,0,0,0,'Kireena','Trade Goods',NULL,0,41,41,0,104,130,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,4608,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9637,0,0,0,0,0,4589,0,0,0,'Scorching Totem',NULL,NULL,0,65,65,0,58,0,0.01,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,11,0,0,0,0,0,0,0,0,0,0,15037,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9656,0,0,0,0,0,8909,0,0,0,'Pet Bombling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,3204,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9657,0,0,0,0,0,8910,0,0,0,'Lil\' Smoky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9658,0,0,0,0,0,304,0,0,0,'Distract Test','',NULL,0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(9659,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(9660,0,0,0,0,0,8929,0,0,0,'Agnar Beastamer',NULL,NULL,0,47,47,0,694,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9662,0,0,0,0,0,6294,0,0,0,'Sprite Darter Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9676,0,0,0,0,0,9027,0,0,0,'Tink Sprocketwhistle','Engineering Supplies',NULL,2464,24,24,0,875,129,1,1.14286,1,0,34,46,0,84,1.7,2000,1947,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,9676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9677,0,0,0,0,0,11553,0,0,0,'Ograbisi',NULL,NULL,0,53,53,0,35,0,1.6,1.14286,1,1,89,119,0,218,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,62,91,22,7,0,9677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,1011,'',1,3,1,6,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(9678,0,0,0,0,0,9051,0,0,0,'Shill Dinger',NULL,NULL,0,53,53,0,35,2,1,1.14286,1,1,84,111,0,206,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,57,84,20,7,0,9678,0,0,0,0,0,0,0,0,15472,11980,39674,22417,0,0,0,0,0,0,560,736,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9679,0,0,0,0,0,9054,0,0,0,'Tobias Seecher',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,832,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9680,0,0,0,0,0,9053,0,0,0,'Crest Killer',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,61,90,21,7,0,9680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,518,681,'',1,3,1,4,1,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9681,0,0,0,0,0,9049,0,0,0,'Jaz',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,1,82,109,0,202,3.5,1600,2000,2,32832,2048,0,0,0,0,0,0,56,83,19,7,0,9681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,436,574,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9682,0,0,0,0,0,9052,0,0,0,'Marshal Reginald Windsor',NULL,NULL,0,52,52,0,534,2,1.7,1.14286,1,1,87,117,0,214,7.5,1241,1365,1,0,2048,0,0,0,0,0,0,61,90,21,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,2,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(9683,0,0,0,0,0,5242,0,0,0,'Lar\'korwi Mate',NULL,NULL,0,49,50,0,48,0,1.6,1.21429,1,0,85,112,0,206,1,1500,1672,1,0,2048,0,11,0,0,0,0,58,86,20,1,1,9683,0,9683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13221,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,11477,11509,0,0,0,0,131,1,0,0,'',12340),
|
|
(9684,0,0,0,0,0,11318,0,0,0,'Lar\'korwi',NULL,NULL,0,56,56,0,48,0,1.6,1.21429,1,0,96,127,0,234,1,1500,1606,1,0,2048,0,11,0,0,0,0,67,97,23,1,1,9684,0,9684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13186,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,11477,11510,0,0,0,0,131,1,0,0,'',12340),
|
|
(9686,0,0,0,0,0,4300,0,0,0,'[PH] TESTTAUREN','',NULL,0,1,1,0,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9687,0,0,0,0,0,4590,0,0,0,'Windwall Totem',NULL,NULL,0,45,45,0,58,0,0.01,1.14286,1,0,70,93,0,172,1,1560,1716,2,0,2048,0,0,0,0,0,0,48,71,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9688,0,0,0,0,0,4590,0,0,0,'Windwall Totem II',NULL,NULL,0,45,45,0,58,0,0.01,1.14286,1,0,70,93,0,172,1,1560,1716,2,0,2048,0,0,0,0,0,0,48,71,15,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9689,0,0,0,0,0,4590,0,0,0,'Windwall Totem III',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,146,192,0,238,1,1420,1562,2,0,2048,0,0,0,0,0,0,101,167,24,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9690,0,0,0,0,0,9371,0,0,0,'Ember Worg',NULL,NULL,0,51,52,0,38,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,1,0,0,0,0,61,90,21,1,1,9690,0,9690,0,0,0,0,0,0,7367,0,0,0,0,0,0,0,13044,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9691,0,0,0,0,0,8970,0,0,0,'Venomtip Scorpid',NULL,NULL,0,52,53,0,413,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,20,0,0,0,0,62,91,22,1,1,9691,0,9691,0,0,0,0,0,0,744,0,0,0,0,0,0,0,8860,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9692,0,0,0,0,0,9602,9603,9875,9876,'Bloodaxe Raider','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9692,9692,0,0,0,0,0,0,0,15284,15572,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9693,0,0,0,0,0,9625,9626,9873,9874,'Bloodaxe Evoker','Bloodaxe Legion',NULL,0,58,59,0,40,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,7,0,9693,9693,0,0,0,0,0,0,0,13748,15744,0,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9694,0,0,0,0,0,11420,0,0,0,'Slavering Ember Worg',NULL,NULL,0,53,54,0,38,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,1,9694,0,9694,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13045,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9695,0,0,0,0,0,10984,0,0,0,'Deathlash Scorpid',NULL,NULL,0,54,55,0,413,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,20,0,0,0,0,65,95,23,1,1,9695,0,9695,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,5872,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9696,0,0,0,0,0,9562,741,0,0,'Bloodaxe Worg','Scarshield Legion',NULL,0,56,57,0,40,0,1,1.14286,1,0,98,130,0,238,3.5,1500,2000,1,0,2048,0,1,0,0,0,0,68,99,24,1,1,9696,0,9696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7344,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9697,0,0,0,0,0,9370,0,0,0,'Giant Ember Worg',NULL,NULL,0,55,56,0,38,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,1,0,0,0,0,67,97,23,1,1,9697,0,9697,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,13046,0,0,0,'SmartAI',1,1,1,1.35,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9698,0,0,0,0,0,10985,0,0,0,'Firetail Scorpid',NULL,NULL,0,56,57,0,413,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,20,0,0,0,0,68,99,24,1,1,9698,0,9698,0,0,0,0,0,0,5416,15661,0,0,0,0,0,0,8833,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9699,0,0,0,0,0,8971,0,0,0,'Fire Beetle',NULL,NULL,0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(9700,0,0,0,0,0,5560,0,0,0,'Lava Crab',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(9701,0,0,0,0,0,2864,0,0,0,'Spire Scorpid',NULL,NULL,0,58,58,0,413,0,1,1.14286,1,0,100,132,0,242,1,2000,1584,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,9701,0,9701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9702,0,0,0,0,0,6032,0,0,0,'Grurk','',NULL,0,18,18,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9703,0,0,0,0,0,6032,0,0,0,'Il\'thurk','',NULL,0,17,17,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9704,0,0,0,0,0,6032,0,0,0,'Lumurk','',NULL,0,17,17,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9705,0,0,0,0,0,8972,0,0,0,'Illusionary Dreamwatcher','',NULL,0,55,55,0,50,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9706,0,0,0,0,0,11388,0,0,0,'Yorba Screwspigot',NULL,NULL,0,53,53,0,474,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9707,0,0,0,0,0,9510,0,0,0,'Scarshield Portal',NULL,NULL,0,54,55,0,14,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9708,0,0,0,0,0,4449,0,0,0,'Burning Imp',NULL,NULL,0,54,55,0,40,0,1.21,1.14286,1,0,94,125,0,228,3.5,1490,1639,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9716,0,0,0,0,0,9617,9619,9883,9886,'Bloodaxe Warmonger','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,100,132,0,242,3.5,1175,1292,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,9716,9716,0,0,0,0,0,0,0,8269,10966,0,0,0,0,0,0,0,0,468,616,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9717,0,0,0,0,0,9613,9614,9879,9880,'Bloodaxe Summoner','Bloodaxe Legion',NULL,0,57,58,0,40,0,1,1.14286,1,1,93,123,0,228,3.5,1175,1292,2,32832,2048,0,0,0,0,0,0,64,94,23,7,0,9717,9717,0,0,0,0,0,0,0,15791,15532,15734,0,0,0,0,0,0,0,387,510,'SmartAI',0,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9718,0,0,0,0,0,11809,0,0,0,'Ghok Bashguud','Bloodaxe Champion',NULL,0,59,59,0,40,0,1.77,1.14286,1,2,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,9718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,963,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9736,0,0,0,0,0,9738,0,0,0,'Quartermaster Zigris','Bloodaxe Legion',NULL,0,59,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1150,1265,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,9736,0,0,0,0,0,0,0,0,15504,15609,16496,16497,0,0,0,0,0,0,1677,2195,'',1,3,1,8,1,1,0,22138,0,0,0,0,0,0,1,0,0,'quartermaster_zigris',12340),
|
|
(9776,0,0,0,0,0,10815,0,0,0,'Flamekin Spitter',NULL,NULL,0,51,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,9776,0,0,0,0,0,0,0,0,16866,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9777,0,0,0,0,0,10816,0,0,0,'Flamekin Sprite',NULL,NULL,0,51,53,0,90,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,3,0,9777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9778,0,0,0,0,0,10817,0,0,0,'Flamekin Torcher',NULL,NULL,0,54,56,0,90,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,3,0,9778,0,0,0,0,0,0,0,0,20808,0,0,0,0,0,0,0,0,0,71,97,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9779,0,0,0,0,0,10814,0,0,0,'Flamekin Rager',NULL,NULL,0,54,56,0,90,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,9779,0,0,0,0,0,0,0,0,41447,0,0,0,0,0,0,0,0,0,71,97,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9796,0,0,0,0,0,9151,0,0,0,'Galgar',NULL,NULL,0,8,8,0,29,2,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9816,0,0,0,0,0,2172,0,0,0,'Pyroguard Emberseer',NULL,NULL,0,60,60,0,40,0,1,1.42857,1,1,104,138,0,252,3.5,2000,2000,1,33554752,2048,0,0,0,0,0,0,72,106,26,4,8,9816,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,3,1,0,17322,21988,0,0,0,0,144,1,617299803,1,'boss_pyroguard_emberseer',12340),
|
|
(9817,0,0,0,0,0,9670,9671,9672,9673,'Blackhand Dreadweaver','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,9817,9817,0,0,0,0,0,0,0,12739,7068,16247,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9818,0,0,0,0,0,9849,9850,9851,9852,'Blackhand Summoner','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,9818,9818,0,0,0,0,0,0,0,12466,15532,0,0,0,0,0,0,0,0,412,543,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9819,0,0,0,0,0,9686,9687,9896,9897,'Blackhand Veteran','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,9819,9818,0,0,0,0,0,0,0,11972,15749,14516,0,0,0,0,0,0,0,480,631,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9820,0,0,0,0,0,2589,0,0,0,'[UNUSED] [PH] Cheese Servant Floh','','',0,45,45,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9836,0,0,0,0,0,21011,0,0,0,'Mathredis Firestar',NULL,NULL,0,60,60,0,35,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9837,0,0,0,0,0,9150,0,0,0,'Lithilia','',NULL,0,59,59,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9856,0,0,0,0,0,9133,0,0,0,'Auctioneer Grimful',NULL,NULL,0,50,50,0,29,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9857,0,0,0,0,0,9132,0,0,0,'Auctioneer Grizzlin',NULL,NULL,0,50,50,0,855,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9858,0,0,0,0,0,10754,0,0,0,'Auctioneer Kresky',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9859,0,0,0,0,0,9131,0,0,0,'Auctioneer Lympkin',NULL,NULL,0,50,50,0,55,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9860,0,0,0,0,0,10927,0,0,0,'Salia',NULL,NULL,0,54,54,0,1434,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,3,0,9860,0,0,0,0,0,0,0,0,12888,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9861,0,0,0,0,0,10926,0,0,0,'Moora',NULL,NULL,0,52,52,0,1434,0,1,1.14286,1,0,82,109,0,202,1,2000,2000,2,32768,2048,0,0,0,0,0,0,56,83,19,3,0,9861,0,0,0,0,0,0,0,0,11639,0,0,0,0,0,0,0,0,0,92,125,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9862,0,0,0,0,0,9129,0,0,0,'Jaedenar Legionnaire',NULL,NULL,0,55,55,0,1434,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,9862,9862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,3,1,1.3,1,1,0,18622,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9876,0,0,0,0,0,9130,0,0,0,'Locheed',NULL,NULL,0,48,48,0,35,0,1.19,1.14286,1,0,81,108,0,196,1,1530,1683,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9877,0,0,0,0,0,11335,0,0,0,'Prince Xavalis',NULL,NULL,0,55,55,0,1434,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,9877,9877,0,0,0,0,0,0,0,11962,13578,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9878,0,0,0,0,0,9449,0,0,0,'Entropic Beast',NULL,NULL,0,51,52,0,16,0,1,1.42857,1,0,87,117,2,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,4,0,9878,0,0,0,0,0,0,0,0,15661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9879,0,0,0,0,0,9449,0,0,0,'Entropic Horror',NULL,NULL,0,53,54,0,16,0,1,1.42857,1,0,92,122,2,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,9879,0,0,0,300,0,0,30,0,2602,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(9896,0,0,0,0,0,2575,0,0,0,'World Stable Master','Stable Master',NULL,9821,10,10,0,35,4194305,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9916,0,0,0,0,0,478,0,0,0,'Jarquia','',NULL,0,46,46,0,18,0,1.05,1.14286,1,0,77,102,0,188,1,2000,1661,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,9916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,119,'',1,3,1,1.25,1,1,0,11723,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9936,0,0,0,0,0,9209,0,0,0,'Corrupted Kitten','',NULL,55002,1,1,0,188,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9937,0,0,0,0,0,9990,0,0,0,'Common Kitten',NULL,NULL,55002,1,1,0,188,1,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(9938,0,0,0,0,0,12162,0,0,0,'Magmus',NULL,NULL,0,56,56,0,54,0,0.777776,1.14286,1,1,96,127,0,234,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,67,97,23,5,0,9938,0,0,0,0,0,0,0,0,15593,15668,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'boss_magmus',12340),
|
|
(9956,0,0,0,0,0,9309,0,0,0,'Shadowforge Flame Keeper',NULL,NULL,0,54,55,0,14,3,1,1.14286,1,0,94,125,0,228,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,9956,9956,0,0,0,0,0,0,0,6660,11976,9080,9128,0,0,0,0,0,0,68,94,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(9976,0,0,0,0,0,9250,0,0,0,'Tharlidun','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9977,0,0,0,0,0,9249,0,0,0,'Sylista','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9978,0,0,0,0,0,9252,0,0,0,'Wesley','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9979,0,0,0,0,0,9251,0,0,0,'Sarah Goode','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9980,0,0,0,0,0,9253,0,0,0,'Shelby Stoneflint','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9981,0,0,0,0,0,9254,0,0,0,'Sikwa','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9982,0,0,0,0,0,9255,0,0,0,'Penny','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9983,0,0,0,0,0,9256,0,0,0,'Kelsuwa','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9984,0,0,0,0,0,9258,0,0,0,'Ulbrek Firehand','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9985,0,0,0,0,0,9259,0,0,0,'Laziphus','Stable Master',NULL,9821,30,30,0,474,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9986,0,0,0,0,0,9260,0,0,0,'Shyrka Wolfrunner','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9987,0,0,0,0,0,9262,0,0,0,'Shoja\'my','Stable Master',NULL,9821,30,30,0,126,4194305,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9988,0,0,0,0,0,9261,0,0,0,'Xon\'cha','Stable Master',NULL,11971,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9989,0,0,0,0,0,9263,0,0,0,'Lina Hearthstove','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(9990,0,0,0,0,0,9574,0,0,0,'Lanti\'gah',NULL,NULL,2362,4,4,0,29,1,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9996,0,0,0,0,0,9343,0,0,0,'Winna Hazzard',NULL,NULL,0,57,57,0,68,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9997,0,0,0,0,0,11389,0,0,0,'Spraggle Frock',NULL,NULL,2852,37,37,0,35,3,1,1.14286,1,0,36,51,0,54,1,2000,2000,8,0,2048,0,0,0,0,0,0,31,46,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9998,0,0,0,0,0,9341,0,0,0,'Shizzle',NULL,NULL,0,40,40,0,474,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(9999,0,0,0,0,0,9340,0,0,0,'Ringo',NULL,NULL,0,54,54,0,35,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ringo',12340),
|
|
(10000,0,0,0,0,0,2353,0,0,0,'Arugal','',NULL,0,21,21,0,24,0,1,1.14286,1,1,28,38,0,68,7.5,2000,1604,2,768,2048,0,0,0,0,0,0,19,29,4,7,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,3,1,0,5442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10016,0,0,0,0,0,1141,0,0,0,'Tainted Rat',NULL,NULL,0,1,1,0,31,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10017,0,0,0,0,0,2177,0,0,0,'Tainted Cockroach',NULL,NULL,0,1,1,0,188,0,0.4,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10036,0,0,0,0,0,10704,0,0,0,'Brackenwall Enforcer','',NULL,0,65,65,1,29,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,10036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10037,0,0,0,0,0,3447,0,0,0,'Lakeshire Guard','',NULL,0,65,65,1,11,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,10037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10038,0,0,0,0,0,2381,0,0,0,'Night Watch Guard','The Night Watch',NULL,0,65,65,1,56,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,10038,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10040,0,0,0,0,0,11085,0,0,0,'Gorishi Hive Guard',NULL,NULL,0,54,54,0,310,0,1.23,1.14286,1,0,92,122,0,224,1,1460,1606,1,0,2048,0,41,0,0,0,0,63,93,22,1,65537,10040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,11837,22435,0,0,0,0,0,1,0,0,'',12340),
|
|
(10041,0,0,0,0,0,11086,0,0,0,'Gorishi Hive Queen',NULL,NULL,0,56,56,0,310,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,10,0,10041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,11835,11837,22435,0,0,0,149,1,0,0,'',12340),
|
|
(10042,0,0,0,0,0,9230,0,0,0,'Corrupted Saber',NULL,NULL,0,5,5,0,35,0,0.91,1.14286,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(10043,0,0,0,0,0,9233,9234,9235,9236,'Ribbly\'s Crony',NULL,NULL,1966,48,52,0,735,1,1.2,1.14286,1,1,87,117,0,214,3.5,2000,2000,1,576,2048,0,0,0,0,0,0,61,90,21,7,0,10043,0,0,0,0,0,0,0,0,15581,15692,0,0,0,0,0,0,0,0,389,513,'SmartAI',1,3,1,3,2,1,0,11468,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(10044,0,0,0,0,0,3727,0,0,0,'[PH] Alex\'s Raid Testing Peon','',NULL,0,60,60,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10045,0,0,0,0,0,9265,0,0,0,'Kirk Maxwell','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10046,0,0,0,0,0,9264,0,0,0,'Bethaine Flinthammer','Stable Master',NULL,9821,30,30,0,55,4194305,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10047,0,0,0,0,0,9266,0,0,0,'Michael','Stable Master',NULL,9821,30,30,0,894,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10048,0,0,0,0,0,9267,0,0,0,'Gereck','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10049,0,0,0,0,0,9268,0,0,0,'Hekkru','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10050,0,0,0,0,0,9269,0,0,0,'Seikwa','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10051,0,0,0,0,0,9270,0,0,0,'Seriadne','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10052,0,0,0,0,0,9271,0,0,0,'Maluressian','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10053,0,0,0,0,0,9273,0,0,0,'Anya Maulray','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10054,0,0,0,0,0,9272,0,0,0,'Bulrug','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10055,0,0,0,0,0,9274,0,0,0,'Morganus','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,37376,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10056,0,0,0,0,0,9275,0,0,0,'Alassin','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10057,0,0,0,0,0,9279,0,0,0,'Theodore Mont Claire','Stable Master',NULL,9821,30,30,0,68,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,33280,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10058,0,0,0,0,0,9281,0,0,0,'Greth','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,3408,8629,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10059,0,0,0,0,0,9282,0,0,0,'Antarius','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10060,0,0,0,0,0,9284,0,0,0,'Grimestack','Stable Master',NULL,9821,46,46,0,120,4194305,1,1.14286,1,0,77,102,0,188,1,1000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10061,0,0,0,0,0,9283,0,0,0,'Killium Bouldertoe','Stable Master',NULL,9821,30,30,0,694,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10062,0,0,0,0,0,9285,0,0,0,'Steven Black','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10063,0,0,0,0,0,9286,0,0,0,'Reggifuz','Stable Master',NULL,9821,35,35,0,69,4194305,1,1.14286,1,0,49,64,0,118,1,1000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10076,0,0,0,0,0,9295,0,0,0,'High Priestess of Thaurissan',NULL,NULL,0,55,55,0,54,0,1.76,1.14286,1,1,87,116,0,214,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,8929,0,0,0,0,0,0,0,0,36983,22168,9613,30898,0,0,0,0,0,0,733,962,'',0,3,1,6.5,3,1,0,11468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10077,0,0,0,0,0,9562,0,0,0,'Deathmaw',NULL,NULL,0,53,53,0,38,0,1.73,1.14286,1,4,89,119,0,218,1,1208,1329,1,0,2048,0,1,0,0,0,0,62,91,22,1,1,10077,0,10156,100,100,100,100,100,100,3604,0,0,0,0,0,0,0,13036,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,11467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10078,0,0,0,0,0,1018,0,0,0,'Terrorspark',NULL,NULL,0,55,55,0,90,0,1,1.14286,1,4,87,116,0,214,1,2000,1301,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,10078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10079,0,0,0,0,0,9898,0,0,0,'Brave Moonhorn',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10080,0,0,0,0,0,9291,0,0,0,'Sandarr Dunereaver',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,52,76,17,7,0,10080,0,0,0,0,0,0,0,0,14516,15615,13730,0,0,0,0,0,0,0,291,1474,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10081,0,0,0,0,0,9292,0,0,0,'Dustwraith',NULL,NULL,0,46,46,0,37,0,1,1.14286,1,2,77,102,0,188,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,53,78,17,7,0,10081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,1417,'',0,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10082,0,0,0,0,0,9293,0,0,0,'Zerillis',NULL,NULL,0,45,45,0,37,0,1,1.14286,1,2,76,100,0,184,7.5,2000,1393,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,10082,0,0,0,0,0,0,0,0,12551,15547,6533,0,0,0,0,0,0,0,469,617,'',1,3,1,3,2,1,0,9523,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10083,0,0,0,0,0,8249,0,0,0,'Rage Talon Flamescale',NULL,NULL,0,58,59,0,40,0,0.888888,1.42857,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,2,8,10083,0,10083,0,150,0,0,0,0,16102,15285,12470,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10084,0,0,0,0,0,457,0,0,0,'Rage Talon Whelp','',NULL,0,56,57,0,40,0,1.2,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,0,0,0,0,75,0,0,0,0,17290,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10085,0,0,0,0,0,9294,0,0,0,'Jaelysia','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(10086,0,0,0,0,0,9337,0,0,0,'Hesuwa Thunderhorn','Pet Trainer',NULL,4783,40,40,0,104,19,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(10088,0,0,0,0,0,9336,0,0,0,'Xao\'tsu','Pet Trainer',NULL,4783,40,40,0,29,19,1,1.14286,1,0,56,74,0,136,1,2000,1771,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(10089,0,0,0,0,0,9339,0,0,0,'Silvaria','Pet Trainer',NULL,4783,40,40,0,80,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(10090,0,0,0,0,0,9338,0,0,0,'Belia Thundergranite','Pet Trainer',NULL,4783,40,40,0,55,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,3,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(10096,0,0,0,0,0,9329,0,0,0,'High Justice Grimstone',NULL,NULL,0,52,52,0,54,0,1,1.14286,1,1,87,117,0,214,7.5,2000,1365,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_grimstone',12340),
|
|
(10116,0,0,0,0,0,9330,9331,9332,9333,'Slave',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,100010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10117,0,0,0,0,0,7550,9334,9335,0,'Tortured Slave',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(10118,0,0,0,0,0,9344,0,0,0,'Nessa Shadowsong','Fishing Supplies',NULL,4303,25,25,0,80,131,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10119,0,0,0,0,0,12232,0,0,0,'Volchan',NULL,NULL,0,60,60,0,778,0,0.777776,1.42857,1,2,146,192,0,238,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,5,0,10119,0,0,0,0,0,0,0,0,15743,12470,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10120,0,0,0,0,0,5989,0,0,0,'Vault Warder',NULL,NULL,0,39,39,0,470,0,1,1.14286,1,1,54,72,0,132,2.4,2500,1384,1,0,2048,0,0,0,0,0,0,37,55,13,4,0,10120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,517,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10136,0,0,0,0,0,9353,0,0,0,'Chemist Fuely',NULL,NULL,2501,30,30,0,68,3,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10156,0,0,0,0,0,1045,0,0,0,'Scott\'s Test Dummy','TEST, Don\'t BUG',NULL,0,58,58,0,189,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(10157,0,0,0,0,0,12236,0,0,0,'Moonkin Oracle',NULL,NULL,0,13,14,0,16,0,0.94,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,10157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10158,0,0,0,0,0,5927,0,0,0,'Moonkin',NULL,NULL,0,12,13,0,16,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,10158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10159,0,0,0,0,0,9390,0,0,0,'Young Moonkin',NULL,NULL,0,11,12,0,16,0,0.94,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,10159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10160,0,0,0,0,0,12237,0,0,0,'Raging Moonkin',NULL,NULL,0,12,14,0,16,0,0.94,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,10160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10161,0,0,0,0,0,397,0,0,0,'Rookery Whelp',NULL,NULL,0,56,57,0,16,0,1.11111,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,10161,0,100001,0,171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10162,0,0,0,0,0,9472,0,0,0,'Lord Victor Nefarius','Lord of Blackrock',NULL,21330,63,63,0,14,0,1,1.14286,1,3,164,228,0,249,3.5,2000,2000,2,33088,2048,0,0,0,0,0,0,133,196,26,2,68,0,0,100001,0,0,0,0,0,0,20741,24668,0,0,0,0,0,0,0,0,1360,1781,'',1,3,1,115,100,1,0,0,0,0,0,0,0,0,1,617299803,3,'boss_victor_nefarius',12340),
|
|
(10176,0,0,0,0,0,9470,0,0,0,'Kaltunk',NULL,NULL,0,20,20,0,29,2,1,1.14286,1,0,29,39,0,70,1,2000,1991,1,768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10177,0,0,0,0,0,9469,0,0,0,'Spire Scarab',NULL,NULL,0,58,58,0,16,0,1,1.14286,1,0,100,132,0,242,1,2000,1573,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,10177,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10178,0,0,0,0,0,9475,0,0,0,'Fluorescent Green Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(10179,0,0,0,0,0,9474,0,0,0,'White Mechanostrider Mod B',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(10180,0,0,0,0,0,9476,0,0,0,'Unpainted Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(10181,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen',NULL,8217,83,83,2,118,3,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,36928,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59710,59713,20672,59711,0,0,0,0,0,0,700000,750000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,0,1,617299967,32768,'npc_lady_sylvanas_windrunner',12340),
|
|
(10182,0,0,0,0,0,11660,20925,0,0,'Rokaro','Champion of the Horde',NULL,5481,62,62,0,83,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,200,20,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10183,0,0,0,0,0,4590,0,0,0,'Moonflare Totem',NULL,NULL,0,54,55,0,58,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,11,0,0,0,0,0,0,0,0,0,0,15789,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10184,36538,0,0,0,0,8570,0,0,0,'Onyxia','','',0,83,83,2,103,0,1,1.29,1,3,375,507,0,805,70,1500,1800,1,64,2048,8,0,0,0,0,0,371,535,135,2,108,10184,0,10184,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,93755,122438,'',1,3,1,350,1,1,0,18705,0,0,0,0,0,0,1,650854271,2097409,'boss_onyxia',11723),
|
|
(10196,0,0,0,0,0,9489,0,0,0,'General Colbatann',NULL,NULL,0,56,57,0,103,0,1.76,1.14286,1,2,98,130,0,238,2.4,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,2,0,10196,0,10196,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,688,903,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10197,0,0,0,0,0,3208,0,0,0,'Mezzir the Howler',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,4,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,10197,0,10197,0,0,0,0,0,0,14100,15971,3131,0,0,0,0,0,0,0,116,156,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10198,0,0,0,0,0,10317,0,0,0,'Kashoch the Reaver',NULL,NULL,0,60,60,0,778,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,5,0,10198,0,0,0,0,0,0,0,0,15284,0,0,0,0,0,0,0,0,0,1743,1975,'',0,1,1,3,1,1,0,12334,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10199,0,0,0,0,0,9491,0,0,0,'Grizzle Snowpaw',NULL,NULL,0,59,59,0,82,0,1.1,1.14286,1,4,133,176,0,234,1,2800,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,10199,10199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,155,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10200,0,0,0,0,0,10054,0,0,0,'Rak\'shiri',NULL,NULL,0,57,57,0,16,0,1.77,1.14286,1,4,98,130,0,238,1,1667,2000,1,0,2048,0,2,0,0,0,0,68,99,24,1,1,10200,0,10200,0,0,0,0,0,0,7399,15716,0,0,0,0,0,0,8276,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10201,0,0,0,0,0,10925,0,0,0,'Lady Hederine',NULL,NULL,0,61,61,0,90,0,1.1,1.14286,1,2,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,3,0,10201,10201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1938,2535,'',0,1,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10202,0,0,0,0,0,6373,0,0,0,'Azurous',NULL,NULL,0,59,59,0,103,0,1.78,1.14286,1,2,102,135,0,248,2.4,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,10202,0,10202,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0,0,715,938,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10203,0,0,0,0,0,1687,0,0,0,'Berylgos','',NULL,0,62,62,0,103,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10204,0,0,0,0,0,9492,0,0,0,'Misha',NULL,NULL,0,72,72,0,83,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,270,401,53,1,8,0,0,100003,0,0,0,0,0,0,17156,30761,20753,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10216,0,0,0,0,0,9550,0,0,0,'Gubber Blump',NULL,NULL,2562,15,15,0,55,131,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10217,0,0,0,0,0,4589,0,0,0,'Flame Buffet Totem',NULL,NULL,0,56,57,0,58,0,0.01,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,11,0,0,0,0,0,0,0,0,0,0,16168,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10218,0,0,0,0,0,2030,0,0,0,'Superior Healing Ward',NULL,NULL,0,56,73,0,58,0,1,1,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,15872,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10219,0,0,0,0,0,9551,0,0,0,'Gwennyth Bly\'Leggonde',NULL,NULL,4863,21,21,0,80,3,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,4096,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10220,0,0,0,0,0,9567,0,0,0,'Halycon',NULL,NULL,0,59,59,0,40,0,1,1.14286,1,1,102,135,0,248,3.5,1175,1292,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,10220,0,10220,0,0,0,0,0,0,3391,13738,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_halycon',12340),
|
|
(10221,0,0,0,0,0,9563,0,0,0,'Bloodaxe Worg Pup',NULL,NULL,0,52,53,0,40,0,1,1.14286,1,0,89,119,0,218,3.5,1490,1639,1,0,2048,0,1,0,0,0,0,62,91,22,1,1,10221,0,10221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13035,0,0,0,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10236,0,0,0,0,0,9529,0,0,0,'Wep','',NULL,0,33,33,0,130,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10237,0,0,0,0,0,9530,0,0,0,'Yor <UNUSED>','',NULL,0,35,35,0,132,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,10237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10238,0,0,0,0,0,9531,0,0,0,'Staggon','',NULL,0,35,35,0,133,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10239,0,0,0,0,0,9532,0,0,0,'Tepolar','',NULL,0,38,38,0,134,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10256,0,0,0,0,0,11801,0,0,0,'[UNUSED] World Weapon Master Trainer','Weapon Master','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10257,0,0,0,0,0,9553,0,0,0,'Bijou',NULL,NULL,0,58,58,0,35,2,1,1.14286,1,1,100,132,0,242,3.5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,10257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10258,0,0,0,0,0,2554,0,0,0,'Rookery Guardian',NULL,NULL,0,58,59,0,16,0,0.888888,1.42857,1,1,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,0,10258,0,10258,0,177,0,0,0,0,15580,15572,0,0,0,0,0,0,0,0,525,690,'SmartAI',1,3,1,3.5,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10259,0,0,0,0,0,9563,9572,0,0,'Worg Pup',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10260,0,0,0,0,0,9561,0,0,0,'Kibler',NULL,NULL,12663,56,56,0,120,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,10260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10261,0,0,0,0,0,1913,0,0,0,'Burning Felhound',NULL,NULL,0,54,55,0,40,0,1.22,1.14286,1,0,94,125,0,228,3.5,1470,1617,1,0,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,20817,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10262,0,0,0,0,0,9556,9554,9555,9557,'Opus',NULL,NULL,0,40,40,0,188,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,1,0,10262,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(10263,0,0,0,0,0,5047,0,0,0,'Burning Felguard',NULL,NULL,0,56,57,0,40,0,1.76,1.14286,1,2,98,130,0,238,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,10263,0,0,0,0,0,0,0,0,16046,15588,15580,0,0,0,0,0,0,0,905,1186,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10264,0,0,0,0,0,9581,0,0,0,'Solakar Flamewreath',NULL,NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,10264,0,10264,0,0,0,0,0,0,16727,0,0,0,0,0,0,0,0,0,1119,1466,'',1,3,1,8,1,1,0,16786,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(10265,0,0,0,0,0,8310,0,0,0,'UNUSED [PH] Flamewreath Guard','','',0,58,59,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10266,0,0,0,0,0,9739,0,0,0,'Ug\'thok','Apprentice Blacksmith',NULL,2747,25,25,0,29,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10267,0,0,0,0,0,9791,0,0,0,'Tinkee Steamboil',NULL,NULL,2602,53,53,0,120,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10268,0,0,0,0,0,9564,0,0,0,'Gizrul the Slavener',NULL,NULL,0,60,60,0,40,0,1,1.42857,1,1,104,138,0,252,3.5,1166,1283,1,64,2048,0,0,0,0,0,0,72,106,26,1,0,10268,0,10268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_gizrul_the_slavener',12340),
|
|
(10276,0,0,0,0,0,9741,0,0,0,'Rotgath Stonebeard','Apprentice Blacksmith',NULL,2761,31,31,0,55,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10277,0,0,0,0,0,9740,0,0,0,'Groum Stonebeard','Apprentice Blacksmith',NULL,2742,25,25,0,55,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10278,0,0,0,0,0,9742,0,0,0,'Thrag Stonehoof','Apprentice Blacksmith',NULL,2748,24,24,0,104,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,4608,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10290,0,0,0,0,0,2236,0,0,0,'Captured Felwood Ooze',NULL,NULL,0,30,30,0,35,0,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10291,0,0,0,0,0,2198,0,0,0,'Krysteea','Warrior Trainer',NULL,0,50,50,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10292,0,0,0,0,0,9820,0,0,0,'Rombulus Frostmoon','Dagger Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10293,0,0,0,0,0,9822,0,0,0,'Dulciea Frostmoon','Cloth Armor Merchant',NULL,0,51,51,0,80,4226,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10294,0,0,0,0,0,9824,0,0,0,'Malakar Frostmoon','Fist Weapons Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10295,0,0,0,0,0,9823,0,0,0,'Jennail Mooncaller','Staves Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10296,0,0,0,0,0,9643,0,0,0,'Vaelan',NULL,NULL,0,54,55,0,35,3,1.71,1.14286,1,1,87,116,0,214,3.5,1225,1347,2,0,2048,0,0,0,0,0,0,60,88,21,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,60,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10297,0,0,0,0,0,9825,0,0,0,'Gerratys Nightrunner','Bow Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10298,0,0,0,0,0,9826,0,0,0,'Traelion Shadewhisper','Thrown Weapons Trainer',NULL,0,40,40,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10299,0,0,0,0,0,9642,0,0,0,'Scarshield Infiltrator','Scarshield Legion',NULL,12039,54,55,0,40,1,1,1.14286,1,1,94,125,0,228,3.5,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,11972,15496,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10300,0,0,0,0,0,9775,0,0,0,'Ranshalla',NULL,NULL,3131,58,58,0,80,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ranshalla',12340),
|
|
(10301,0,0,0,0,0,9773,0,0,0,'Jaron Stoneshaper','Explorers\' League',NULL,3761,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10302,0,0,0,0,0,9777,0,0,0,'Krakle',NULL,NULL,0,60,60,0,474,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10303,0,0,0,0,0,9776,0,0,0,'Storm Shadowhoof',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10304,0,0,0,0,0,18910,0,0,0,'Aurora Skycaller',NULL,NULL,4743,62,62,0,35,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10305,0,0,0,0,0,9780,0,0,0,'Umi Rumplesnicker',NULL,NULL,6837,57,57,0,855,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10306,0,0,0,0,0,9779,0,0,0,'Trull Failbane',NULL,NULL,0,55,55,0,125,2,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10307,0,0,0,0,0,9774,0,0,0,'Witch Doctor Mau\'ari',NULL,NULL,2703,55,55,0,855,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,512,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10316,0,0,0,0,0,9690,9692,9892,9893,'Blackhand Incarcerator','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,10316,9818,0,0,0,0,0,0,0,16045,15580,0,0,0,0,0,0,0,0,215,286,'',1,3,1,2.5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'npc_blackhand_incarcerator',12340),
|
|
(10317,0,0,0,0,0,9734,9735,9890,9891,'Blackhand Elite','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2300,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10317,10317,0,0,0,0,0,0,0,6253,16172,15580,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10318,0,0,0,0,0,9691,9887,0,0,'Blackhand Assassin','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10318,10318,0,0,0,0,0,0,0,15582,12540,6434,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10319,0,0,0,0,0,9696,9697,9894,9895,'Blackhand Iron Guard','Blackhand Legion',NULL,0,60,61,0,40,0,1,1.14286,1,1,159,221,0,258,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,10319,9818,0,0,0,0,0,0,0,15655,15062,0,0,0,0,0,0,0,0,609,800,'SmartAI',1,3,1,4,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10321,0,0,0,0,0,6374,0,0,0,'Emberstrife','',NULL,0,61,61,0,103,2,1.25,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,0,10321,0,10321,0,0,0,0,0,0,0,0,0,16054,9573,8269,40504,0,0,0,1418,1857,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10322,0,0,0,0,0,9695,0,0,0,'Ancient Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(10323,0,0,0,0,0,1079,0,0,0,'Murkdeep',NULL,NULL,0,19,19,0,18,0,1.55,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,10323,0,0,0,0,0,0,0,0,11971,6533,0,0,0,0,0,0,0,0,24,37,'',0,3,1,1.15,1,1,0,7499,0,0,0,0,0,0,1,0,0,'npc_murkdeep',12340),
|
|
(10336,0,0,0,0,0,4805,0,0,0,'Primal Leopard',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(10337,0,0,0,0,0,6442,0,0,0,'Tawny Sabercat',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(10338,0,0,0,0,0,9714,0,0,0,'Golden Sabercat',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(10339,0,0,0,0,0,9806,0,0,0,'Gyth','Rend Blackhand\'s Mount',NULL,0,62,62,0,40,0,1,1.14286,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10339,0,10339,0,210,210,210,210,210,0,0,0,0,0,0,0,0,0,0,1462,1915,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'boss_gyth',12340),
|
|
(10340,0,0,0,0,0,9912,0,0,0,'Vaelastrasz the Red',NULL,NULL,0,62,62,0,250,0,1.78,1.14286,1,1,160,223,0,246,7.5,1158,1274,2,0,2048,0,0,0,0,0,0,129,191,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,60,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10356,0,0,0,0,0,7892,0,0,0,'Bayne',NULL,NULL,0,10,10,0,38,0,1,1.14286,1,4,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,3,0,10356,0,100002,0,0,0,0,0,0,13443,3604,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10357,0,0,0,0,0,9750,0,0,0,'Ressan the Needler',NULL,NULL,0,11,11,0,16,0,1,1.42857,1,4,15,20,0,44,1,2000,2000,1,0,2048,0,24,0,0,0,0,9,14,100,1,1,10357,0,100006,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,12828,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10358,0,0,0,0,0,5430,0,0,0,'Fellicent\'s Shade',NULL,NULL,0,12,12,0,16,0,1.11111,1.14286,1,4,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,6,0,10358,0,0,0,0,0,0,0,0,7068,37361,11975,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10359,0,0,0,0,0,418,0,0,0,'Sri\'skulk',NULL,NULL,0,13,13,0,22,0,0.98,1.14286,1,4,18,24,0,48,1,1541,1695,1,0,2048,0,3,0,0,0,0,12,18,1,1,1,10359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10497,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(10360,0,0,0,0,0,9762,0,0,0,'Kergul Bloodaxe','Warsong Gulch Battlemaster',NULL,6461,61,61,0,1515,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10361,0,0,0,0,0,9761,0,0,0,'Gruul Darkblade','Weaponsmith',NULL,0,52,52,0,29,4224,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10362,0,0,0,0,0,9766,0,0,0,'[UNUSED] Gethuxxuz','Thrown Weapon Trainer','',0,40,40,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10363,0,0,0,0,0,10115,0,0,0,'General Drakkisath',NULL,NULL,0,62,62,0,40,0,0.888888,0.99206,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10363,0,10363,0,0,0,0,0,0,23462,20691,23023,23931,0,0,0,0,0,0,1771,2164,'',1,3,1,25,3,1,0,16663,0,0,0,0,0,0,1,617299803,1,'boss_drakkisath',12340),
|
|
(10364,22660,32765,37485,0,0,9763,0,0,0,'Yaelika Farclaw','Reagents & Poison Supplies',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10365,0,0,0,0,0,9767,0,0,0,'[UNUSED] Yillixa','Weapon Master','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10366,0,0,0,0,0,9753,0,0,0,'Rage Talon Dragon Guard',NULL,NULL,0,60,61,0,40,0,0.888888,1.42857,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,8,10366,0,10366,0,150,0,0,0,0,15655,16145,15284,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,6,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10367,22655,32078,37399,0,0,9765,0,0,0,'Shrye Ragefist','Food & Drink',NULL,0,55,55,0,1215,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10368,0,0,0,0,0,9764,0,0,0,'[UNUSED] Dat\'xus','Staves Trainer','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10369,0,0,0,0,0,9768,0,0,0,'Trayexir','Weapon Merchant',NULL,0,12,12,0,126,4482,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,512,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10370,0,0,0,0,0,9769,0,0,0,'[UNUSED] Xur\'gyl','',NULL,0,40,40,0,126,83,1.14,1.14286,1,0,56,74,0,136,1,1610,1771,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10371,0,0,0,0,0,8310,0,0,0,'Rage Talon Captain',NULL,NULL,0,62,62,0,40,0,0.888888,1.42857,1,1,172,240,0,262,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,10371,0,10371,0,150,0,0,0,0,16169,10101,15708,0,0,0,0,0,0,0,910,1193,'SmartAI',1,3,1,6,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10372,0,0,0,0,0,8309,0,0,0,'Rage Talon Fire Tongue',NULL,NULL,0,60,61,0,40,0,0.888888,1.42857,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,2,8,10372,0,10372,0,150,0,0,0,0,16144,16168,16635,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,6,3,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10373,0,0,0,0,0,2007,0,0,0,'Xabraxxis',NULL,NULL,0,19,19,0,90,0,1.02,1.14286,1,0,26,34,0,60,1,1810,1991,2,0,2048,0,0,0,0,0,0,18,26,3,3,0,10373,0,0,0,0,0,0,0,0,11980,11639,8599,0,0,0,0,0,0,0,22,33,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10374,0,0,0,0,0,9755,0,0,0,'Spire Spider',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,3.5,1175,1292,1,64,2048,0,0,0,0,0,0,69,101,25,1,0,10374,0,0,0,0,0,0,0,0,16104,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10375,0,0,0,0,0,9756,0,0,0,'Spire Spiderling',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,0,96,127,0,234,3.5,1480,1628,1,0,2048,0,3,0,0,0,0,67,97,23,1,1,10375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10376,0,0,0,0,0,9755,0,0,0,'Crystal Fang',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,2,104,138,0,252,3.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,10376,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10377,0,0,0,0,0,9901,0,0,0,'Elu','Wind Rider Apprentice',NULL,0,28,28,0,104,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10378,0,0,0,0,0,9771,0,0,0,'Omusa Thunderhorn','Wind Rider Master',NULL,6162,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10379,0,0,0,0,0,9770,0,0,0,'Altsoba Ragetotem','Weapon Merchant',NULL,0,55,55,0,104,4226,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10380,0,0,0,0,0,9772,0,0,0,'Sanuye Runetotem','Leather Armor Merchant',NULL,0,15,15,0,104,4226,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10381,0,0,0,0,0,10974,10255,5432,0,'Ravaged Cadaver',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,68,99,24,6,0,10381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,592,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10382,0,0,0,0,0,10972,5431,4631,0,'Mangled Cadaver',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,67,97,23,6,0,10382,10382,0,0,0,0,0,0,0,16143,1604,15043,0,0,0,0,0,0,0,435,573,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10383,0,0,0,0,0,10970,0,0,0,'Broken Cadaver',NULL,NULL,0,55,56,0,21,0,0.7,1.14286,1,0,96,127,0,234,1,2000,1540,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,1604,0,0,0,0,0,0,0,0,60,83,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10384,0,0,0,0,0,10483,10484,10485,10486,'Spectral Citizen',NULL,NULL,0,55,56,0,7,0,1,1.14286,1,1,96,127,0,234,3.5,2000,1301,1,32832,2048,0,0,0,0,0,0,67,97,23,6,0,10384,0,0,0,168,168,168,168,168,16333,16336,0,0,0,0,0,0,0,0,346,456,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10385,0,0,0,0,0,10478,10480,10479,10481,'Ghostly Citizen',NULL,NULL,0,56,57,0,7,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1292,1,32832,2048,0,0,0,0,0,0,68,99,24,6,0,10385,0,0,0,0,0,0,0,0,22687,1604,0,0,0,0,0,0,0,0,339,447,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10387,0,0,0,0,0,146,0,0,0,'Vengeful Phantom',NULL,NULL,0,56,57,0,21,0,1.11111,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10388,0,0,0,0,0,10700,0,0,0,'Spiteful Phantom',NULL,NULL,0,58,59,0,21,0,1.05,1.14286,1,0,102,135,0,248,1,2000,1562,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10388,0,0,0,0,0,0,0,0,12531,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10389,0,0,0,0,0,10701,0,0,0,'Wrath Phantom',NULL,NULL,0,60,61,0,21,0,1.05,1.14286,1,0,152,210,0,244,1,2000,1551,2,0,2048,0,0,0,0,0,0,120,179,25,6,0,10389,0,0,0,0,0,0,0,0,7074,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10390,0,0,0,0,0,9789,9785,7555,9790,'Skeletal Guardian',NULL,NULL,0,55,56,0,21,0,1,1.14286,1,0,89,118,0,220,3.5,2000,1551,2,0,2048,0,0,0,0,0,0,61,90,21,6,0,10390,10390,0,0,0,0,0,0,0,9672,9613,37361,13787,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10391,0,0,0,0,0,9784,9787,9786,9788,'Skeletal Berserker',NULL,NULL,0,56,57,0,21,0,1,1.14286,1,0,98,130,0,238,3.5,2000,1551,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10391,10391,0,0,0,0,0,0,0,11976,11971,13730,0,0,0,0,0,0,0,108,146,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10393,0,0,0,0,0,2606,0,0,0,'Skul',NULL,NULL,0,58,58,0,21,0,1,1.14286,1,2,71,98,0,107,7.5,2000,1283,8,0,2048,0,0,0,0,0,0,59,87,24,6,0,10393,0,0,0,0,0,0,0,0,16799,31256,15230,8364,0,0,0,0,0,0,974,1276,'SmartAI',1,3,1,6.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10394,0,0,0,0,0,775,0,0,0,'Black Guard Sentry',NULL,NULL,0,58,59,0,974,0,0.888888,1.14286,1,1,133,176,0,234,7.5,2000,1292,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10394,0,0,0,0,0,0,0,0,17439,0,1604,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10395,0,0,0,0,0,775,0,0,0,'Black Guard Warrior','',NULL,0,59,60,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10397,0,0,0,0,0,775,0,0,0,'Black Guard Executioner','',NULL,0,61,62,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10398,0,0,0,0,0,10631,10633,10632,10634,'Thuzadin Shadowcaster',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,32832,2048,0,0,0,0,0,0,60,88,25,7,0,10398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,502,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10399,0,0,0,0,0,10535,10536,10537,10538,'Thuzadin Acolyte',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,0,104,138,0,252,3.5,2000,1551,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,10399,10399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10400,0,0,0,0,0,10539,10541,10540,10542,'Thuzadin Necromancer',NULL,NULL,0,60,61,0,21,0,1,1.14286,1,1,123,177,0,115,3.5,2000,1283,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,10400,10400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,501,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10401,0,0,0,0,0,2582,0,0,0,'[UNUSED] Thuzadin Shadow Lord','','',0,61,62,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10402,0,0,0,0,0,2582,0,0,0,'[UNUSED] Cannibal Wight','','',0,57,58,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10403,0,0,0,0,0,15297,0,0,0,'[UNUSED] Devouring Wight','','',0,58,59,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10404,38110,0,0,0,0,23137,0,0,0,'Pustulating Horror','','',0,80,80,2,21,0,1,1.28968,1,1,698,950,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,10404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1994,11782,'SmartAI',0,1,1,50,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(10405,0,0,0,0,0,559,0,0,0,'Plague Ghoul',NULL,NULL,0,57,58,0,21,0,0.777776,1.14286,1,1,100,132,0,242,3.5,1800,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10405,10405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,616,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10406,0,0,0,0,0,10626,0,0,0,'Ghoul Ravener',NULL,NULL,0,58,59,0,21,0,0.777776,1.14286,1,1,102,135,0,248,3.5,1400,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10406,0,0,0,0,0,0,0,0,12538,15608,16172,1604,0,0,0,0,0,0,474,624,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10407,0,0,0,0,0,414,0,0,0,'Fleshflayer Ghoul',NULL,NULL,0,59,60,0,21,0,0.777776,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10407,0,0,0,0,0,0,0,0,18200,1604,9791,16458,0,0,0,0,0,0,493,648,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10408,0,0,0,0,0,7533,0,0,0,'Rockwing Gargoyle',NULL,NULL,0,55,58,0,21,0,1,1.42857,1,1,100,132,0,242,3.5,1600,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,3,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(10409,0,0,0,0,0,11071,0,0,0,'Rockwing Screecher',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,1600,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10411,0,0,0,0,0,4629,0,0,0,'Eye of Naxxramas',NULL,NULL,0,55,57,0,21,0,1,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,118,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10412,0,0,0,0,0,6841,0,0,0,'Crypt Crawler',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10412,0,0,0,0,0,0,0,0,15471,1604,3589,16430,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10413,0,0,0,0,0,9758,0,0,0,'Crypt Beast',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10413,0,0,0,0,0,0,0,0,4962,4962,1604,3589,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10414,0,0,0,0,0,1693,0,0,0,'Patchwork Horror',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,1,100,132,0,242,3.5,2800,1301,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10414,10414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,816,1071,'SmartAI',1,3,1,6,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10415,0,0,0,0,0,9832,0,0,0,'Ash\'ari Crystal',NULL,NULL,0,60,60,0,114,0,1,1,1,1,104,138,0,252,3.5,2000,2000,1,33555206,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,512,1010,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10416,0,0,0,0,0,9760,0,0,0,'Bile Spewer',NULL,NULL,0,59,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10416,10416,0,0,0,0,0,0,0,1604,16866,0,0,0,0,0,0,0,0,735,964,'SmartAI',1,3,1,5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10417,0,0,0,0,0,12819,0,0,0,'Venom Belcher',NULL,NULL,0,60,61,0,21,0,1,1.14286,1,1,159,221,0,258,3.5,2000,1283,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10417,10417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,1022,'SmartAI',1,3,1,5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10418,0,0,0,0,0,10492,10494,10493,10495,'Crimson Guardsman',NULL,NULL,0,57,58,0,89,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10418,10418,0,0,0,0,0,0,0,15749,6713,11972,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10419,0,0,0,0,0,10488,10489,10490,10491,'Crimson Conjuror',NULL,NULL,0,57,58,0,67,0,1,1.14286,1,1,71,98,0,107,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,10419,10419,0,0,0,0,0,0,0,12675,12674,17195,0,0,0,0,0,0,0,362,477,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10420,0,0,0,0,0,10496,10497,10498,10499,'Crimson Initiate',NULL,NULL,0,57,58,0,67,0,1,1.14286,1,1,93,123,0,228,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,10420,10420,0,0,0,0,0,0,0,8362,17138,17194,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10421,0,0,0,0,0,10500,10502,10501,10503,'Crimson Defender',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,133,176,0,234,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,10421,10421,0,0,0,0,0,0,0,8258,15493,13005,13874,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10422,0,0,0,0,0,10504,10505,10506,10507,'Crimson Sorcerer',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,60,88,25,7,0,10422,10422,0,0,0,0,0,0,0,15230,13323,12544,14145,0,0,0,0,0,0,368,485,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10423,0,0,0,0,0,10508,10510,10509,10511,'Crimson Priest',NULL,NULL,0,58,59,0,67,0,1,1.14286,1,1,72,100,0,110,3.5,2000,1292,8,0,2048,0,0,0,0,0,0,60,88,25,7,0,10423,10423,0,0,0,0,0,0,0,15586,15238,17139,17142,0,0,0,0,0,0,368,485,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10424,0,0,0,0,0,10512,10513,10514,10515,'Crimson Gallant',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10424,10424,0,0,0,0,0,0,0,17143,14518,8990,0,0,0,0,0,0,0,416,548,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10425,0,0,0,0,0,10529,10531,10530,10532,'Crimson Battle Mage',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,74,102,0,112,3.5,2000,1274,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,10425,10425,0,0,0,0,0,0,0,12742,15253,17145,0,0,0,0,0,0,0,382,504,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10426,0,0,0,0,0,10516,10517,10518,10519,'Crimson Inquisitor',NULL,NULL,0,59,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10426,10426,0,0,0,0,0,0,0,15785,17146,17165,17151,0,0,0,0,0,0,403,532,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10427,0,0,0,0,0,9900,0,0,0,'Pao\'ka Swiftmountain',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,10427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_paoka_swiftmountain',12340),
|
|
(10428,0,0,0,0,0,9902,0,0,0,'Motega Firemane',NULL,NULL,0,28,28,0,104,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,10428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10429,0,0,0,0,0,9778,0,0,0,'Warchief Rend Blackhand',NULL,NULL,0,62,62,0,40,0,1,1.42857,1,1,172,240,0,262,7.5,2400,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,8,10429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2975,3890,'',1,3,1,10,1,1,0,12630,22138,0,0,0,0,144,1,617299803,1,'boss_rend_blackhand',12340),
|
|
(10430,0,0,0,0,0,10193,0,0,0,'The Beast',NULL,NULL,0,62,62,0,14,0,1,1.14286,1,3,172,240,0,262,3.5,2000,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65549,10430,0,10430,0,0,0,0,0,0,16636,16144,16788,16785,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_the_beast',12340),
|
|
(10431,0,0,0,0,0,9792,0,0,0,'Gregor Greystone','The Argent Dawn',NULL,3985,55,55,0,794,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10432,0,0,0,0,0,2606,0,0,0,'Vectus',NULL,NULL,3648,60,60,0,15,1,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10432,0,0,0,0,0,180,0,0,18399,16046,0,0,0,0,0,0,0,0,1162,1522,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10433,0,0,0,0,0,10248,0,0,0,'Marduk Blackpool',NULL,NULL,3649,58,58,0,15,1,1,1.14286,1,1,93,123,0,228,3.5,2500,2000,2,32832,2048,0,0,0,0,0,0,64,94,23,6,0,10433,0,0,0,0,0,0,174,0,17228,12040,15284,17695,0,0,0,0,0,0,1073,1406,'SmartAI',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10435,0,0,0,0,0,10433,0,0,0,'Magistrate Barthilas',NULL,NULL,0,58,58,0,21,0,0.8,1.14286,1,1,100,132,0,242,3.5,2400,1274,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10435,10435,0,0,0,0,0,0,0,10887,14099,16793,16791,0,0,0,0,0,0,1286,1684,'SmartAI',1,3,1,10,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10436,0,0,0,0,0,10698,0,0,0,'Baroness Anastari',NULL,NULL,0,59,59,0,21,0,1,1.14286,1,1,133,176,0,234,3.5,2000,1292,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10436,0,0,0,0,0,0,0,0,16867,16565,18327,17244,0,0,0,0,0,0,1670,2185,'SmartAI',1,3,1,15,4,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10437,0,0,0,0,0,9793,0,0,0,'Nerub\'enkan',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1283,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10438,0,0,0,0,0,10546,0,0,0,'Maleki the Pallid',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,123,177,0,115,3.5,2000,1265,8,64,2048,0,0,0,0,0,0,111,164,25,7,0,10438,10438,0,0,0,0,0,0,0,17238,16869,17503,17243,0,0,0,0,0,0,1036,1357,'SmartAI',1,3,1,10,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10439,0,0,0,0,0,12818,0,0,0,'Ramstein the Gorger',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,159,221,0,258,7.5,2500,1255,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10439,0,0,0,0,0,0,0,0,17307,5568,17687,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,2,1,0,13174,15880,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10440,0,0,0,0,0,10729,0,0,0,'Baron Rivendare',NULL,NULL,0,62,62,0,21,0,1,1.14286,1,1,160,223,0,246,3.5,2000,1265,2,64,2048,0,0,0,0,0,0,129,191,26,6,0,10440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2057,2692,'SmartAI',1,3,1,18,5,1,0,13174,13251,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10441,0,0,0,0,0,1141,1418,2176,0,'Plagued Rat',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10442,0,0,0,0,0,10095,0,0,0,'Chromatic Whelp',NULL,NULL,0,57,58,0,40,0,1.11111,1.14286,1,0,93,123,0,228,3.5,1500,2000,2,0,2048,0,0,0,0,0,0,64,94,23,2,0,10442,0,10442,55,150,150,150,150,150,12167,16250,16249,0,0,0,0,0,0,0,120,161,'SmartAI',1,3,1,1.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10443,0,0,0,0,0,9807,0,0,0,'[UNUSED] Gustav Montague','Sword Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10444,0,0,0,0,0,9808,0,0,0,'[UNUSED] Mallory Welsh','Polearm Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10445,0,0,0,0,0,9810,0,0,0,'Selina Dourman','Darkmoon Faire Information',NULL,6582,30,30,0,1555,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10446,0,0,0,0,0,9809,0,0,0,'[UNUSED] Elliott Jacks','Crossbow Trainer','',0,40,40,0,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10447,0,0,0,0,0,10094,0,0,0,'Chromatic Dragonspawn',NULL,NULL,0,59,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10447,0,10447,0,200,200,200,200,200,15580,15284,0,0,0,0,0,0,0,0,735,964,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10448,0,0,0,0,0,9811,0,0,0,'[UNUSED] Rachael Vaccar','Sword Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10449,0,0,0,0,0,9813,0,0,0,'Emily Vaccar','Polearm Trainer',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10450,0,0,0,0,0,9815,0,0,0,'[UNUSED] Paul Burges','Crossbow Trainer','',0,40,40,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10451,0,0,0,0,0,9812,0,0,0,'Sarah Arello','Staves Trainer',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10452,0,0,0,0,0,9816,0,0,0,'Farbrahm Steelfist','Mace Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10453,0,0,0,0,0,9814,0,0,0,'Grimbur Flintaxe','Axe Trainer',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10454,0,0,0,0,0,9819,0,0,0,'Filliwick Featherfizz','Crossbow Trainer',NULL,0,40,40,0,875,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10455,0,0,0,0,0,9818,0,0,0,'Binny Springblade',NULL,NULL,0,40,40,0,875,0,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10456,0,0,0,0,0,9821,0,0,0,'Prynne',NULL,NULL,0,40,40,0,875,0,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10459,0,0,0,0,0,9723,0,0,0,'Rend on Drake Visual','',NULL,0,62,62,0,40,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10460,0,0,0,0,0,10195,0,0,0,'Prospector Ironboot',NULL,NULL,0,48,48,0,474,2,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10461,0,0,0,0,0,7511,2177,9829,0,'Plagued Insect',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10463,0,0,0,0,0,10728,0,0,0,'Shrieking Banshee',NULL,NULL,0,57,58,0,21,0,1,1.14286,1,1,100,132,0,242,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,69,101,25,6,0,10463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10464,0,0,0,0,0,8782,0,0,0,'Wailing Banshee',NULL,NULL,0,58,59,0,21,0,1,1.14286,1,1,102,135,0,248,3.5,2000,1292,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10464,0,0,0,0,0,0,0,0,19645,17105,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10466,0,0,0,0,0,10665,0,0,0,'Styleen Silvercart','Exotic Item Vendor',NULL,0,40,40,0,474,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10467,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,16191,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10468,0,0,0,0,0,10655,0,0,0,'Felnok Steelspring',NULL,NULL,0,54,54,0,855,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10469,0,0,0,0,0,11161,11148,11149,11150,'Scholomance Adept',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10469,10469,0,0,0,0,0,0,0,15043,15499,15244,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10470,0,0,0,0,0,11164,11131,11132,11133,'Scholomance Neophyte',NULL,NULL,0,57,58,0,233,0,1,1.14286,1,1,71,98,0,107,3.5,2000,2000,8,64,2048,0,0,0,0,0,0,59,87,24,7,0,10470,10470,0,0,0,0,0,0,0,12739,12542,17165,0,0,0,0,0,0,0,357,472,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10471,0,0,0,0,0,11157,11145,11146,11173,'Scholomance Acolyte',NULL,NULL,0,57,58,0,233,0,1,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,10471,10471,0,0,0,0,0,0,0,17613,11443,17615,15473,11443,0,0,0,0,0,387,510,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10472,0,0,0,0,0,11157,11125,11126,11176,'Scholomance Occultist',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10472,10472,0,0,0,0,0,0,0,15122,17682,16431,0,0,0,0,0,0,0,423,557,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10473,0,0,0,0,0,11163,11128,11129,11177,'Scholomance Shadowcaster','',NULL,0,57,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10475,0,0,0,0,0,11161,11134,11135,11136,'Scholomance Student',NULL,NULL,3647,58,59,0,15,1,1,1.14286,1,1,102,135,0,248,3.5,1200,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,10475,10475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10476,0,0,0,0,0,11161,11151,11152,11175,'Scholomance Necrolyte',NULL,NULL,0,57,58,0,233,0,1.15,1.14286,1,1,93,123,0,228,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,64,94,23,7,0,10476,10476,0,0,0,0,0,0,0,12739,17151,17234,0,0,0,0,0,0,0,391,516,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10477,0,0,0,0,0,11163,11154,11155,11156,'Scholomance Necromancer',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10477,10477,0,0,0,0,0,0,0,17616,12020,14887,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10478,0,0,0,0,0,11401,9788,9789,9790,'Splintered Skeleton',NULL,NULL,0,59,60,0,233,0,1,1.71429,1,1,104,138,0,252,3.5,1000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10478,10478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,643,'',1,3,1,3,3,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(10479,0,0,0,0,0,5432,5265,0,0,'Skulking Corpse',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,0,102,135,0,248,1,1400,1540,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10479,0,0,0,0,0,0,0,0,15571,30138,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(10480,0,0,0,0,0,10978,10972,0,0,'Unstable Corpse',NULL,NULL,0,58,59,0,233,0,1,0.571429,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10480,10480,0,0,0,0,0,0,0,17689,15571,18270,0,0,0,0,0,0,0,133,179,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(10481,0,0,0,0,0,10975,10976,0,0,'Reanimated Corpse',NULL,NULL,0,58,59,0,233,0,1,0.428571,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10481,0,0,0,0,0,0,0,0,18270,0,0,0,0,0,0,0,0,0,89,121,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(10482,0,0,0,0,0,9786,7550,0,0,'Risen Lackey',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10483,0,0,0,0,0,9786,7550,0,0,'Risen Flayer','',NULL,0,57,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10484,0,0,0,0,0,9786,7550,0,0,'Risen Terror','',NULL,0,57,58,0,233,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10485,0,0,0,0,0,9786,7550,0,0,'Risen Aberration',NULL,NULL,0,57,58,0,233,0,1,1.71429,1,0,100,132,0,242,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,10485,10485,0,0,0,0,0,0,0,12021,0,0,0,0,0,0,0,0,0,101,136,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(10486,0,0,0,0,0,7847,0,0,0,'Risen Warrior',NULL,NULL,0,59,61,0,233,0,0.888888,1.14286,1,1,159,221,0,258,3.5,2400,2000,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10486,10486,0,0,0,0,0,0,0,14516,11428,16509,15588,0,0,0,0,0,0,777,1020,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10487,0,0,0,0,0,11489,0,0,0,'Risen Protector',NULL,NULL,0,58,60,0,233,0,0.888888,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10487,10487,0,0,0,0,0,0,0,17439,6726,15654,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10488,0,0,0,0,0,12074,0,0,0,'Risen Construct',NULL,NULL,0,58,61,0,233,0,1,1.19048,1,1,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,6,0,10488,10488,0,0,0,0,0,0,0,8269,3391,16169,0,0,0,0,0,0,0,776,1018,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10489,0,0,0,0,0,7848,0,0,0,'Risen Guard',NULL,NULL,0,57,59,0,233,0,0.888888,1.14286,1,1,102,135,0,248,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10489,10489,0,0,0,0,0,0,0,15655,15572,0,0,0,0,0,0,0,0,472,621,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10491,0,0,0,0,0,11397,0,0,0,'Risen Bonewarder',NULL,NULL,0,58,59,0,233,0,1,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,6,0,10491,10491,0,0,0,0,0,0,0,17620,16431,17715,0,0,0,0,0,0,0,406,535,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10492,0,0,0,0,0,11397,0,0,0,'Risen Shadowmage','',NULL,0,58,59,0,233,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10493,0,0,0,0,0,11397,0,0,0,'Risen Sorcerer','',NULL,0,58,59,0,233,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,17738,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10494,0,0,0,0,0,1065,0,0,0,'Decrepit Ghoul','',NULL,0,40,41,0,233,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10495,0,0,0,0,0,519,0,0,0,'Diseased Ghoul',NULL,NULL,0,58,59,0,233,0,0.777776,1.14286,1,1,102,135,0,248,3.5,1400,2000,1,64,2048,0,0,0,0,0,0,70,103,25,6,0,10495,10495,0,0,0,0,0,0,0,24063,18270,0,0,0,0,0,0,0,0,470,618,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10497,0,0,0,0,0,414,0,0,0,'Ragged Ghoul',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,10497,0,0,0,0,0,0,0,0,15571,30138,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10498,0,0,0,0,0,3942,0,0,0,'Spectral Tutor',NULL,NULL,0,58,60,0,233,0,1.11111,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10498,0,0,0,0,0,0,0,0,17630,12528,17651,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10499,0,0,0,0,0,3942,0,0,0,'Spectral Researcher',NULL,NULL,0,58,60,0,233,0,1.11111,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,6,0,10499,0,0,0,0,0,0,0,0,17630,17631,0,0,0,0,0,0,0,0,410,540,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10500,0,0,0,0,0,3942,0,0,0,'Spectral Teacher',NULL,NULL,0,58,61,0,233,0,1.11111,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,6,0,10500,0,0,0,0,0,0,0,0,17630,17633,8994,0,0,0,0,0,0,0,427,563,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10502,0,0,0,0,0,11835,0,0,0,'Lady Illucia Barov',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,6,0,10502,0,0,0,0,0,0,0,0,18116,19460,6215,15487,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,11,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10503,0,0,0,0,0,11073,0,0,0,'Jandice Barov',NULL,NULL,0,61,61,0,233,0,1,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,6,0,10503,0,0,0,0,0,0,0,0,24673,18270,18116,0,0,0,0,0,0,0,1376,1801,'SmartAI',1,3,1,12,3,1,0,13725,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10504,0,0,0,0,0,11072,0,0,0,'Lord Alexei Barov',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,6,0,10504,0,0,0,0,0,0,0,0,11668,11700,18116,0,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,9,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10505,0,0,0,0,0,20981,0,0,0,'Instructor Malicia',NULL,NULL,0,60,60,0,233,2,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,7,0,10505,10505,0,0,0,0,0,0,0,11672,12020,18116,0,0,0,0,0,0,0,1544,2021,'SmartAI',1,3,1,14,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10506,0,0,0,0,0,7534,0,0,0,'Kirtonos the Herald',NULL,NULL,0,63,63,0,233,0,1.15,1.14286,1,1,146,192,0,238,7.5,1600,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,10506,0,0,0,0,0,0,0,0,8379,20741,18144,12882,14515,17228,12889,0,0,0,0,0,'',1,5,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'boss_kirtonos_the_herald',12340),
|
|
(10507,0,0,0,0,0,10433,0,0,0,'The Ravenian',NULL,NULL,0,60,60,0,233,0,0.8,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10507,10507,0,0,0,0,0,0,0,17963,15550,40504,18670,0,0,0,0,0,0,1629,2132,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10508,0,0,0,0,0,7919,0,0,0,'Ras Frostwhisper',NULL,NULL,0,62,62,0,233,0,1,1.14286,1,1,160,223,0,246,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,6,0,10508,10508,0,0,0,0,186,0,0,18099,8398,12096,18763,0,0,0,0,0,0,1505,1970,'SmartAI',1,3,1,13,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10509,0,0,0,0,0,9686,0,0,0,'Jed Runewatcher','Blackhand Legion',NULL,0,59,59,0,40,0,1,1.14286,1,2,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,10509,0,0,0,0,0,0,0,0,35178,15749,0,0,0,0,0,0,0,0,747,980,'SmartAI',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10510,0,0,0,0,0,7763,0,0,0,'Plagued Slime',NULL,NULL,0,55,55,0,16,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10516,0,0,0,0,0,10771,0,0,0,'The Unforgiven',NULL,NULL,0,57,57,0,21,0,1.11111,1.14286,1,1,98,130,0,238,7.5,2000,1283,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10516,0,0,0,171,171,171,171,171,14907,0,0,0,0,0,0,0,0,0,561,738,'SmartAI',1,3,1,4,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10536,0,0,0,0,0,9903,9904,9905,9906,'Plagued Maggot',NULL,NULL,0,55,55,0,16,0,0.91,1.14286,1,0,94,125,0,228,1,2000,2200,1,0,2048,0,0,0,0,0,0,65,95,23,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10537,0,0,0,0,0,9899,0,0,0,'Cliffwatcher Longhorn',NULL,NULL,0,55,55,0,104,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10538,0,0,0,0,0,9909,0,0,0,'Vaelastrasz',NULL,NULL,0,60,60,0,250,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10539,0,0,0,0,0,10132,0,0,0,'Hagar Lightninghoof',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10540,0,0,0,0,0,31736,10357,0,0,'Vol\'jin',NULL,NULL,7339,83,83,2,125,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,17289,16097,17146,17820,0,0,0,0,0,0,700000,750000,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(10541,0,0,0,0,0,7804,0,0,0,'Krakle\'s Thermometer',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(10556,0,0,0,0,0,10038,0,0,0,'Lazy Peon',NULL,NULL,0,4,4,0,29,0,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lazy_peon',12340),
|
|
(10557,0,0,0,0,0,4589,0,0,0,'Flametongue Totem IV',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,1705,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52112,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10558,0,0,0,0,0,10482,0,0,0,'Hearthsinger Forresten',NULL,NULL,0,57,57,0,7,0,1,1.14286,1,2,98,130,0,238,3.5,2000,1292,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10558,0,0,0,171,171,171,171,171,16798,16244,16100,14443,0,0,0,0,0,0,589,774,'SmartAI',1,3,1,2.5,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10559,0,0,0,0,0,4979,0,0,0,'Lady Vespia',NULL,NULL,0,22,22,0,74,0,1,1.14286,1,4,30,39,0,71,1,2000,2000,2,32768,2048,0,0,0,0,0,0,21,31,5,7,0,10559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10577,0,0,0,0,0,10005,0,0,0,'Crypt Scarab',NULL,NULL,0,1,1,0,21,0,1.1,1.14286,1,0,2,2,0,24,1,200,2000,1,37748736,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(10578,0,0,0,0,0,9911,0,0,0,'Bom\'bay','Witch Doctor in Training',NULL,3062,8,8,0,126,1,1,1.14286,1,0,10,14,0,38,1,2000,2123,1,512,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10579,0,0,0,0,0,9943,0,0,0,'Kirtonos the Herald (Spell Visual)','',NULL,0,60,60,0,233,0,1.2,1.14286,1,1,104,138,0,252,7.5,1600,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,8379,20741,18144,12882,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10580,0,0,0,0,0,4631,10256,0,0,'Fetid Zombie',NULL,NULL,0,54,56,0,21,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10580,10580,0,0,0,0,0,0,0,8713,0,0,0,0,0,0,0,0,0,122,164,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10581,0,0,0,0,0,9913,0,0,0,'Young Arikara',NULL,NULL,0,20,20,0,14,0,1.07,1.14286,1,1,29,39,0,70,7.5,1508,1659,1,0,2048,0,27,0,0,0,0,20,30,4,1,1,0,0,12715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(10582,0,0,0,0,0,10209,0,0,0,'Dog','Sire',NULL,0,10,10,0,104,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4096,2048,0,0,0,0,0,0,9,13,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10583,0,0,0,0,0,1233,0,0,0,'Gryfe','Flight Master',NULL,6944,65,65,0,474,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10584,0,0,0,0,0,11583,0,0,0,'Urok Doomhowl',NULL,NULL,0,60,60,0,40,0,1.6,1.14286,1,1,146,192,0,238,3.5,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10584,0,0,0,0,0,0,0,0,16508,16509,15580,0,0,0,0,0,0,0,1425,1866,'',1,3,1,8,1,1,0,12712,21982,0,0,0,0,51,1,0,0,'boss_urok_doomhowl',12340),
|
|
(10596,0,0,0,0,0,9929,0,0,0,'Mother Smolderweb',NULL,NULL,0,59,59,0,16,0,1,1.14286,1,1,102,135,0,248,3.5,1100,1300,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,10596,0,100003,0,0,0,0,0,0,16104,16468,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_mother_smolderweb',12340),
|
|
(10598,0,0,0,0,0,9997,0,0,0,'Smolderweb Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10599,0,0,0,0,0,9936,0,0,0,'Hulfnar Stonetotem',NULL,NULL,0,10,10,0,104,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4096,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10600,0,0,0,0,0,9935,0,0,0,'Thontek Rumblehoof',NULL,NULL,0,11,11,0,1606,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10601,0,0,0,0,0,11584,0,0,0,'Urok Enforcer',NULL,NULL,0,54,55,0,7,0,1.6,1.14286,1,1,94,125,0,228,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,10601,0,0,0,0,0,0,0,0,14516,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,21982,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(10602,0,0,0,0,0,11585,0,0,0,'Urok Ogre Magus',NULL,NULL,0,54,55,0,7,0,1.6,1.14286,1,1,87,116,0,214,3.5,1183,1301,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,10602,0,0,0,0,0,0,0,0,6742,13747,15979,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,5,1,0,21982,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(10603,0,0,0,0,0,9939,9941,9940,9942,'Hallucination',NULL,NULL,0,1,1,0,126,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10604,0,0,0,0,0,9937,0,0,0,'Huntress Nhemai',NULL,NULL,0,20,20,0,79,2,1,1.38571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10605,0,0,0,0,0,10311,10313,10312,10314,'Scarlet Medic',NULL,NULL,0,52,54,0,89,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,10605,10605,0,0,0,0,0,0,0,17137,11640,17175,0,0,0,0,0,0,0,99,134,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10606,0,0,0,0,0,9938,0,0,0,'Huntress Yaeliura',NULL,NULL,0,20,20,0,79,2,1,1.38571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10607,0,0,0,0,0,9944,0,0,0,'[UNUSED] Siralnaya','','',0,60,60,0,754,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10608,0,0,0,0,0,10332,10333,10334,10335,'Scarlet Priest',NULL,NULL,0,55,57,0,67,0,1.1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,10608,10608,0,0,0,0,0,0,0,15586,8362,15498,13864,0,0,0,0,0,0,401,528,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10610,0,0,0,0,0,9946,0,0,0,'Angus','Dwarven Mortar Team',NULL,0,11,11,0,55,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10611,0,0,0,0,0,9947,0,0,0,'Shorty','Dwarven Mortar Team',NULL,0,10,10,0,55,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10612,0,0,0,0,0,10958,0,0,0,'Guard Wachabe',NULL,NULL,0,45,45,0,104,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10616,0,0,0,0,0,10995,0,0,0,'Supervisor Raelen',NULL,NULL,0,15,15,0,123,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10617,0,0,0,0,0,9532,0,0,0,'Galak Messenger',NULL,NULL,0,26,26,0,131,0,0.666668,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,10617,10617,0,0,0,0,0,0,0,6190,0,0,0,0,0,0,0,0,0,37,53,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10618,0,0,0,0,0,10190,0,0,0,'Rivern Frostwind','Wintersaber Trainer',NULL,3130,62,62,0,874,131,1.1,1.14286,1,0,160,223,0,246,1,2000,2000,2,512,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_rivern_frostwind',12340),
|
|
(10619,0,0,0,0,0,9954,0,0,0,'Glacier','Rivern\'s Guardian',NULL,0,50,50,0,874,0,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,576,2048,0,0,0,0,0,0,58,86,20,1,0,10619,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10620,0,0,0,0,0,7990,0,0,0,'TEST NPC - DBUCKLER','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10636,0,0,0,0,0,7933,0,0,0,'Pack Kodo',NULL,NULL,0,30,30,0,104,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,1,0,10636,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10637,0,0,0,0,0,9969,0,0,0,'Malyfous Darkhammer','The Thorium Brotherhood',NULL,2984,59,59,0,1475,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,10637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10638,0,0,0,0,0,10057,0,0,0,'Kanati Greycloud',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,10638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kanati',12340),
|
|
(10639,0,0,0,0,0,6800,0,0,0,'Rorgish Jowl',NULL,NULL,0,25,25,0,82,0,1.05,1.14286,1,4,35,48,0,86,1,1200,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,10639,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10640,0,0,0,0,0,5773,0,0,0,'Oakpaw',NULL,NULL,0,27,27,0,82,0,1.05,1.14286,1,4,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,10640,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,39,55,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10641,0,0,0,0,0,8389,0,0,0,'Branch Snapper',NULL,NULL,0,25,25,0,16,0,0.666668,1.14286,1,4,35,48,0,86,1,1441,1585,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,10641,0,0,250,250,250,250,375,200,3583,10101,0,0,0,0,0,0,0,0,34,49,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10642,0,0,0,0,0,5561,0,0,0,'Eck\'alom',NULL,NULL,0,27,27,0,91,0,1.05,1.14286,1,4,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,4,0,10642,0,0,0,0,0,75,0,0,5276,12548,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10643,0,0,0,0,0,11293,0,0,0,'Mugglefin',NULL,NULL,0,23,23,0,18,0,2.6,1.14286,1,4,33,44,0,80,1,1450,1595,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,10643,0,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10644,0,0,0,0,0,165,0,0,0,'Mist Howler',NULL,NULL,0,22,22,0,38,0,1.05,1.14286,1,4,32,42,0,78,1,1300,2000,1,0,2048,0,1,0,0,0,0,21,32,4,1,1,10644,0,100004,0,0,0,0,0,0,13443,3604,8715,0,0,0,0,0,8866,0,0,0,'SmartAI',0,1,1,1.02,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10645,0,0,0,0,0,10093,0,0,0,'Thalia Amberhide',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10646,30789,0,0,0,0,10092,0,0,0,'Lakota Windsong',NULL,NULL,0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,13534,33333,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lakota_windsong',12340),
|
|
(10647,0,0,0,0,0,11331,0,0,0,'Prince Raze',NULL,NULL,0,32,32,0,90,0,1.05,1.14286,1,4,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,10647,0,0,0,0,0,0,0,0,11969,9053,16570,0,0,0,0,0,0,0,52,73,'SmartAI',0,3,1,1.5,1.25,1,0,5481,7128,0,0,0,0,0,1,0,0,'',12340),
|
|
(10648,0,0,0,0,0,2879,0,0,0,'Xavaric',NULL,NULL,0,55,55,0,90,0,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,3,0,10648,10648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,140,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10656,0,0,0,0,0,850,0,0,0,'Guardian Felhunter',NULL,NULL,0,30,30,0,90,0,0.63,1.14286,1,0,42,56,0,102,1,2000,2200,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(10657,0,0,0,0,0,9993,0,0,0,'Corrupted Cat',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10658,0,0,0,0,0,9990,0,0,0,'Winna\'s Kitten',NULL,NULL,0,1,1,0,188,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10659,0,0,0,0,0,10585,0,0,0,'Cobalt Whelp',NULL,NULL,0,55,55,0,103,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,2,0,10659,0,10659,0,0,0,82,0,165,15089,13443,0,0,0,0,0,0,0,0,117,158,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10660,0,0,0,0,0,10584,0,0,0,'Cobalt Broodling',NULL,NULL,0,55,56,0,103,0,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,2,0,10660,0,10660,0,0,0,84,0,168,9672,29881,0,0,0,0,0,0,0,0,108,145,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10661,0,0,0,0,0,10583,0,0,0,'Spell Eater',NULL,NULL,0,54,56,0,103,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,2,0,10661,0,10661,0,0,0,56,0,168,16340,0,0,0,0,0,0,0,0,0,122,164,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10662,0,0,0,0,0,9995,0,0,0,'Spellmaw',NULL,NULL,0,56,56,0,103,0,1.1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,67,97,23,2,0,10662,0,10662,0,0,0,168,0,0,16099,17012,0,0,0,0,0,0,0,0,772,1013,'SmartAI',1,1,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10663,0,0,0,0,0,9996,0,0,0,'Manaclaw',NULL,NULL,0,58,58,0,103,0,1.1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,2,0,10663,0,10663,0,0,0,174,0,0,16099,0,0,0,0,0,0,0,0,0,818,1073,'SmartAI',0,1,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10664,0,0,0,0,0,6373,0,0,0,'Scryer',NULL,NULL,0,60,60,0,103,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10664,0,10664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,2132,'SmartAI',0,1,1,12,2,1,0,16869,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(10665,0,0,0,0,0,9999,0,0,0,'Junior Apothecary Holland','Royal Apothecary Society',NULL,11827,20,20,0,68,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10666,0,0,0,0,0,10006,0,0,0,'Gordo',NULL,NULL,11159,30,30,0,68,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10667,0,0,0,0,0,10008,0,0,0,'Chromie',NULL,NULL,2911,63,63,0,35,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33536,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10668,0,0,0,0,0,10004,0,0,0,'Beaten Corpse','',NULL,0,16,16,0,83,1,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,768,2048,32,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_beaten_corpse',12340),
|
|
(10676,0,0,0,0,0,10009,0,0,0,'Raider Jhash',NULL,NULL,11189,35,35,0,85,0,1.43,1.14286,1,0,49,64,0,118,1,2000,1826,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(10678,0,0,0,0,0,10007,0,0,0,'Plagued Hatchling',NULL,NULL,0,57,59,0,233,0,1.11111,1.14286,1,0,102,135,0,248,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,10678,0,10678,0,0,0,0,0,165,0,0,0,0,0,0,0,0,0,0,130,175,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10680,0,0,0,0,0,9670,9671,9672,9673,'Summoned Blackhand Dreadweaver','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,10680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,412,543,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10681,0,0,0,0,0,9686,9687,9896,9897,'Summoned Blackhand Veteran','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,643,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10682,0,0,0,0,0,10010,0,0,0,'Raider Kerr',NULL,NULL,0,35,35,0,85,0,1.43,1.14286,1,0,49,64,0,118,1,2000,1826,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(10683,0,0,0,0,0,8309,0,0,0,'Rookery Hatcher',NULL,NULL,0,58,59,0,16,0,0.888888,1.42857,1,1,102,135,0,248,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,2,0,10683,0,10683,0,177,0,0,0,0,15580,15572,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10684,0,0,0,0,0,11423,0,0,0,'Remorseful Highborne',NULL,NULL,0,56,56,0,124,3,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,4096,2048,0,0,0,0,0,0,61,90,21,6,0,10684,0,0,0,0,0,0,0,0,17194,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10685,0,0,0,0,0,10015,0,0,0,'Swine',NULL,NULL,0,3,3,0,31,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(10696,0,0,0,0,0,4137,4138,0,0,'Refuge Pointe Defender',NULL,NULL,0,41,45,0,123,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,10696,10696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10697,0,0,0,0,0,10029,0,0,0,'Bile Slime',NULL,NULL,0,59,60,0,21,0,0.65,1.14286,1,0,104,138,0,252,1,2000,1562,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,16866,1604,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10698,0,0,0,0,0,10030,0,0,0,'Summoned Zombie',NULL,NULL,0,56,56,0,21,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,0,2048,0,0,0,0,0,0,56,83,24,6,0,10698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10699,0,0,0,0,0,10031,0,0,0,'Carrion Scarab',NULL,NULL,0,57,58,0,21,0,1.1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,6,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10716,0,0,0,0,0,10033,0,0,0,'Belfry Bat',NULL,NULL,0,1,1,0,7,0,1,2.85714,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3264,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(10717,0,0,0,0,0,10046,0,0,0,'Temporal Parasite',NULL,NULL,0,55,56,0,16,0,0.62,1.14286,1,0,89,118,0,220,1,1440,1584,2,0,2048,0,0,0,0,0,0,61,90,21,1,0,10717,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10718,0,0,0,0,0,10036,0,0,0,'Shahram',NULL,NULL,0,63,63,0,35,0,0.91,1.14286,1,0,181,253,0,268,1,2000,2200,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10719,0,0,0,0,0,10071,0,0,0,'Herald of Thrall',NULL,NULL,0,50,50,0,29,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10720,0,0,0,0,0,9435,0,0,0,'Galak Assassin',NULL,NULL,0,27,28,0,131,0,1.25,1.14286,1,0,39,53,0,96,1,1700,1870,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,10720,0,0,0,0,0,0,0,0,34616,11825,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10721,0,0,0,0,0,10049,10050,10051,10052,'Novice Warrior',NULL,NULL,0,5,5,0,104,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4096,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10736,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Mage','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(10737,0,0,0,0,0,10113,0,0,0,'Shy-Rotam','',NULL,0,60,60,0,16,0,1.79,1.14286,1,0,104,138,0,252,1,1538,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,10737,0,10737,0,0,0,0,0,0,13443,3604,14100,0,0,0,0,0,13349,0,0,0,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10738,0,0,0,0,0,9491,0,0,0,'High Chief Winterfall',NULL,NULL,0,59,59,0,82,0,0.666668,0.992063,1,0,133,176,0,234,1,2800,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,10738,10738,0,0,0,0,0,0,0,12548,15793,0,0,0,0,0,0,0,0,399,999,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10739,0,0,0,0,0,10069,0,0,0,'Mulgris Deepriver',NULL,NULL,2921,55,55,0,35,3,1.1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10740,0,0,0,0,0,6293,0,0,0,'Awbee',NULL,NULL,3063,57,57,0,35,3,1.11111,1.14286,1,1,98,130,0,238,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,68,99,24,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10741,0,0,0,0,0,10114,0,0,0,'Sian-Rotam',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,2,0,0,0,0,72,106,26,1,1,10741,0,10741,0,0,0,0,0,0,13443,3604,14100,3019,0,0,0,0,13341,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(10742,0,0,0,0,0,10176,10177,10178,10179,'Blackhand Dragon Handler','Blackhand Legion',NULL,0,59,60,0,40,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10742,9818,0,0,0,0,0,0,0,16637,0,0,0,0,0,0,0,0,0,493,648,'',1,3,1,3,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10756,0,0,0,0,0,5562,0,0,0,'Scalding Elemental',NULL,NULL,0,28,29,0,834,0,1,0.85714,1,0,41,54,2,100,1,3000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,4,0,10756,0,0,0,87,0,29,0,0,17276,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(10757,0,0,0,0,0,5561,0,0,0,'Boiling Elemental',NULL,NULL,0,27,28,0,834,0,1,0.85714,1,0,39,53,0,96,1,3000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,4,0,10757,0,0,0,84,0,28,0,0,11983,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(10758,0,0,0,0,0,10223,10224,10225,10226,'Grimtotem Bandit',NULL,NULL,0,25,26,0,16,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,32768,2048,0,0,0,0,0,0,25,37,7,7,0,10758,10758,0,0,0,65,0,0,0,34802,13534,0,0,0,0,0,0,0,0,35,51,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10759,0,0,0,0,0,10238,10239,10240,10241,'Grimtotem Stomper',NULL,NULL,0,26,27,0,16,0,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,32768,2048,0,0,0,0,0,0,24,36,7,7,0,10759,10759,0,0,0,65,0,0,0,8046,0,0,0,0,0,0,0,0,0,34,50,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10760,0,0,0,0,0,10227,10228,10230,10231,'Grimtotem Geomancer',NULL,NULL,0,25,27,0,16,0,1,1.14286,1,0,27,38,0,40,1,2000,2000,8,32768,2048,0,0,0,0,0,0,24,35,15,7,0,10760,10760,0,0,0,65,0,0,0,8400,2121,30035,0,0,0,0,0,0,0,32,47,'',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10761,0,0,0,0,0,10233,10235,10234,10236,'Grimtotem Reaver',NULL,NULL,0,28,28,0,16,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,10761,10761,0,0,0,65,0,0,0,17281,15280,0,0,0,0,0,0,0,0,41,59,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10762,0,0,0,0,0,10172,10173,10174,10175,'Blackhand Thug',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,10762,9818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10776,0,0,0,0,0,10089,0,0,0,'Finkle Einhorn',NULL,NULL,2951,60,60,0,35,3,1.76,1.14286,1,1,104,138,0,252,3.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10778,0,0,0,0,0,10129,0,0,0,'Janice Felstone',NULL,NULL,2961,5,5,0,35,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(10779,0,0,0,0,0,10090,0,0,0,'Infected Squirrel',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10780,0,0,0,0,0,10091,0,0,0,'Infected Deer',NULL,NULL,0,5,5,0,31,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(10781,0,0,0,0,0,10130,0,0,0,'Royal Overseer Bauhaus','Undercity Census',NULL,2941,40,40,0,68,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10782,0,0,0,0,0,10131,0,0,0,'Royal Factor Bathrilor','Stormwind Census',NULL,2943,40,40,0,12,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10783,0,0,0,0,0,1877,0,0,0,'Orb of Deception (Orc, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10784,0,0,0,0,0,9886,0,0,0,'Orb of Deception (Orc, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10785,0,0,0,0,0,7626,0,0,0,'Orb of Deception (Tauren, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10786,0,0,0,0,0,10052,0,0,0,'Orb of Deception (Tauren, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10787,0,0,0,0,0,9715,0,0,0,'Orb of Deception (Troll, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10788,0,0,0,0,0,9718,0,0,0,'Orb of Deception (Troll, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10789,0,0,0,0,0,2860,0,0,0,'Orb of Deception (Undead, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10790,0,0,0,0,0,6058,0,0,0,'Orb of Deception (Undead, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10791,0,0,0,0,0,1891,0,0,0,'Orb of Deception (Dwarf, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10792,0,0,0,0,0,10134,0,0,0,'Orb of Deception (Dwarf, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10793,0,0,0,0,0,4493,0,0,0,'Orb of Deception (Gnome, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10794,0,0,0,0,0,7138,0,0,0,'Orb of Deception (Gnome, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10795,0,0,0,0,0,2517,0,0,0,'Orb of Deception (Human, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10796,0,0,0,0,0,3143,0,0,0,'Orb of Deception (Human, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10797,0,0,0,0,0,4180,0,0,0,'Orb of Deception (NightElf, Male)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10798,0,0,0,0,0,2227,0,0,0,'Orb of Deception (Nightelf, Female)','',NULL,0,30,30,0,57,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10799,0,0,0,0,0,763,0,0,0,'Warosh','The Cursed',NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10800,0,0,0,0,0,6704,0,0,0,'Warosh the Redeemed',NULL,NULL,0,60,60,0,35,2,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10801,0,0,0,0,0,10487,0,0,0,'Jabbering Ghoul',NULL,NULL,0,54,54,0,21,0,0.777776,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,10801,10801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,153,'',1,3,1,1.3,1,1,0,12722,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10802,0,0,0,0,0,10659,0,0,0,'Hitah\'ya the Keeper',NULL,NULL,0,51,51,0,37,0,1.1,1.14286,1,0,61,85,0,93,1,2600,2000,8,32768,2048,0,0,0,0,0,0,51,75,22,7,0,10802,10802,0,0,0,0,0,0,0,11639,9613,23895,0,0,0,0,0,0,0,424,558,'',0,3,1,1.5,1,1,0,9259,19064,0,0,0,0,0,1,0,0,'',12340),
|
|
(10803,0,0,0,0,0,10111,0,0,0,'Rifleman Wheeler',NULL,NULL,0,8,9,0,55,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10804,0,0,0,0,0,10110,0,0,0,'Rifleman Middlecamp',NULL,NULL,0,8,9,0,55,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10805,0,0,0,0,0,10109,0,0,0,'Spotter Klemmy',NULL,NULL,0,6,6,0,55,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10806,0,0,0,0,0,10618,0,0,0,'Ursius',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2400,2000,1,0,2048,0,4,0,0,0,0,67,97,23,1,1,10806,0,10806,0,0,0,0,0,0,15971,15793,0,0,0,0,0,0,12854,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10807,0,0,0,0,0,12683,0,0,0,'Brumeran',NULL,NULL,0,58,58,0,16,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,38,0,0,0,0,69,101,25,1,65537,10807,0,10807,0,0,0,0,0,0,8599,15797,16552,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(10808,0,0,0,0,0,571,0,0,0,'Timmy the Cruel',NULL,NULL,0,58,58,0,21,0,0.777776,1.14286,1,1,100,132,0,242,7.5,1400,1283,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,10808,10808,0,0,0,0,0,0,0,3417,17470,8599,0,0,0,0,0,0,0,1611,2109,'SmartAI',1,3,1,8,2,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10809,0,0,0,0,0,7856,0,0,0,'Stonespine',NULL,NULL,0,60,60,0,21,0,0.9,1.14286,1,2,104,138,0,252,3.5,1166,1283,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,10809,0,0,0,0,0,0,0,0,14331,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(10810,0,0,0,0,0,9014,0,0,0,'[UNUSED] Deathcaller Majestis','','',0,59,59,0,21,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10811,0,0,0,0,0,10544,0,0,0,'Archivist Galford',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,10811,10811,0,0,0,0,0,0,0,17293,23462,17274,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10812,0,0,0,0,0,10545,0,0,0,'Grand Crusader Dathrohan',NULL,NULL,0,62,62,0,67,0,1,1.14286,1,1,160,223,0,246,3.5,2000,1283,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,10812,0,0,0,0,0,0,0,17286,1604,20830,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10813,0,0,0,0,0,10691,0,0,0,'Balnazzar',NULL,NULL,0,62,62,0,67,0,1.79,1.14286,1,1,172,240,0,262,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,139,207,30,3,0,10813,0,0,0,0,0,0,0,0,17287,17399,12098,13704,0,0,0,0,0,0,1462,1915,'',1,3,1,12,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10814,0,0,0,0,0,10116,0,0,0,'Chromatic Elite Guard',NULL,NULL,0,59,60,0,40,0,0.888888,1.14286,1,1,104,138,0,252,3.5,2600,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,0,10814,0,10814,0,220,220,220,220,220,15708,16790,15580,0,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10816,0,0,0,0,0,7550,0,0,0,'Wandering Skeleton',NULL,NULL,0,55,55,0,21,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,10816,0,0,0,0,0,0,0,0,17014,17650,0,0,0,0,0,0,0,0,118,159,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10817,0,0,0,0,0,10374,0,0,0,'Duggan Wildhammer',NULL,NULL,0,55,55,0,189,0,1.75,1.14286,1,4,94,125,0,228,1,1191,1310,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,10817,0,0,0,0,0,0,0,0,15284,6660,0,0,0,0,0,0,0,0,116,156,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10818,0,0,0,0,0,6380,0,0,0,'Death Knight Soulbearer','',NULL,0,43,43,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10819,0,0,0,0,0,6380,0,0,0,'Baron Bloodbane','',NULL,0,59,59,0,16,0,1.2,1.14286,1,4,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,29712,12555,11734,31754,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10820,0,0,0,0,0,6380,0,0,0,'Duke Ragereaver','',NULL,0,45,45,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10821,0,0,0,0,0,10709,0,0,0,'Hed\'mush the Rotting',NULL,NULL,0,57,57,0,16,0,1.76,1.14286,1,4,98,130,0,238,1,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10821,0,0,0,0,0,0,0,0,14099,12627,0,0,0,0,0,0,0,0,124,167,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,51,1,8388624,0,'',12340),
|
|
(10822,0,0,0,0,0,10452,0,0,0,'Warlord Thresh\'jin',NULL,NULL,0,58,58,0,37,0,1.77,1.14286,1,4,100,132,0,242,1,1166,1283,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,10822,0,0,0,0,0,0,0,0,15576,11971,9080,0,0,0,0,0,0,0,133,179,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10823,0,0,0,0,0,10443,0,0,0,'Zul\'Brin Warpbranch',NULL,NULL,0,59,59,0,16,0,1.78,1.14286,1,4,72,100,0,110,1,1158,1274,8,32768,2048,0,0,0,0,0,0,60,88,25,7,0,10823,0,0,0,0,0,0,0,0,17172,12491,20831,41115,0,0,0,0,0,0,107,144,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10824,0,0,0,0,0,19824,0,0,0,'Ranger Lord Hawkspear',NULL,NULL,0,60,60,0,189,0,1.1,1.14286,1,4,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,10824,0,0,0,0,0,0,0,0,15547,12057,11978,0,0,0,0,0,0,0,139,187,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10825,0,0,0,0,0,7856,0,0,0,'Gish the Unmoving',NULL,NULL,0,56,56,0,16,0,1.76,1.14286,1,4,96,127,0,234,1,1183,1301,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(10826,0,0,0,0,0,7847,0,0,0,'Lord Darkscythe',NULL,NULL,0,57,57,0,16,0,1.1,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10827,0,0,0,0,0,10432,0,0,0,'Deathspeaker Selendre','Cult of the Damned',NULL,0,56,56,0,21,0,1.76,1.14286,1,4,68,94,0,104,1,1183,1301,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,10827,0,0,0,0,0,0,56,0,15232,13338,17173,0,0,0,0,0,0,0,100,135,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10828,0,0,0,0,0,10431,0,0,0,'High General Abbendis',NULL,NULL,0,59,59,0,67,0,1,1.14286,1,2,133,176,0,234,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,91,133,23,7,0,10828,10828,0,0,0,0,0,0,0,9128,13730,17143,0,0,0,0,0,0,0,683,897,'SmartAI',0,3,1,3.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10836,0,0,0,0,0,10627,0,0,0,'Farmer Dalson',NULL,NULL,0,56,56,0,21,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10836,0,0,0,0,0,0,0,0,3391,16128,17650,8599,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10837,0,0,0,0,0,10150,0,0,0,'High Executor Derrington',NULL,NULL,3041,61,61,0,118,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10838,0,0,0,0,0,10151,0,0,0,'Commander Ashlam Valorfist',NULL,NULL,3042,61,61,0,123,3,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10839,0,0,0,0,0,10210,0,0,0,'Argent Officer Garush','The Argent Dawn',NULL,3382,60,60,0,814,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10840,0,0,0,0,0,10211,0,0,0,'Argent Officer Pureheart','The Argent Dawn',NULL,3383,60,60,0,814,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10856,0,0,0,0,0,10212,0,0,0,'Argent Quartermaster Hasana','The Argent Dawn',NULL,3421,58,58,0,814,4227,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10857,0,0,0,0,0,10213,0,0,0,'Argent Quartermaster Lightspark','The Argent Dawn',NULL,3441,58,58,0,814,4227,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10876,0,0,0,0,0,10031,0,0,0,'Undead Scarab',NULL,NULL,0,60,60,0,21,0,0.5,1.14286,1,0,74,102,0,112,1,2000,1584,8,0,2048,0,0,0,0,0,0,61,90,25,6,0,0,0,0,0,0,0,0,84,0,34969,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10877,0,0,0,0,0,10184,0,0,0,'Courier Hammerfall',NULL,NULL,5782,3,3,0,55,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10878,0,0,0,0,0,10185,0,0,0,'Herald Moonstalker',NULL,NULL,5782,3,3,0,80,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10879,0,0,0,0,0,10187,0,0,0,'Harbinger Balthazad',NULL,NULL,5782,3,3,0,68,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10880,0,0,0,0,0,10186,0,0,0,'Warcaller Gorlach',NULL,NULL,5782,3,3,0,29,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10881,0,0,0,0,0,10188,0,0,0,'Bluff Runner Windstrider',NULL,NULL,5782,3,3,0,104,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,4096,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10882,0,0,0,0,0,10183,0,0,0,'Arikara','Vengeance',NULL,0,28,28,0,14,0,1.5,1.14286,1,0,39,53,0,96,1,1441,1585,1,0,2048,0,27,0,0,0,0,27,40,8,1,1,10882,0,100010,2,2,2,2,2,2,2893,17213,0,0,0,0,0,0,13063,0,0,0,'',1,1,1,1.15,1,1,0,12925,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(10896,0,0,0,0,0,10243,0,0,0,'Arnak Grimtotem',NULL,NULL,0,29,29,0,16,0,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,0,2048,0,0,0,0,0,0,28,41,8,7,0,10896,10896,0,0,0,0,0,0,0,18075,34014,0,0,0,0,0,0,0,0,43,61,'',0,1,1,1.05,1,1,0,12884,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10897,0,0,0,0,0,10196,0,0,0,'Sindrayl','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10898,0,0,0,0,0,10218,10219,10220,10221,'Blackhand Armorsmith','Blackhand Legion',NULL,0,59,59,0,40,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10899,0,0,0,0,0,10222,0,0,0,'Goraluk Anvilcrack','Blackhand Legion Armorsmith',NULL,0,61,61,0,40,0,1,1.14286,1,2,159,221,0,258,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,10899,0,0,0,0,0,0,0,0,6253,16172,15580,0,0,0,0,0,0,0,981,1286,'SmartAI',1,3,1,4,3,1,0,22138,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10901,0,0,0,0,0,11492,0,0,0,'Lorekeeper Polkelt',NULL,NULL,0,60,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,10901,10901,0,0,0,0,0,0,0,16359,3584,18116,0,0,0,0,0,0,0,1247,1633,'SmartAI',1,3,1,9,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10902,0,0,0,0,0,7804,0,0,0,'Andorhal Tower One',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),
|
|
(10903,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Two',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),
|
|
(10904,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Three',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),
|
|
(10905,0,0,0,0,0,7804,0,0,0,'Andorhal Tower Four',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_andorhal_tower',12340),
|
|
(10916,0,0,0,0,0,6829,0,0,0,'Winterfall Runner',NULL,NULL,0,56,57,0,82,0,0.666668,0.992063,1,0,98,130,0,238,1,2800,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,10916,10916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'',1,1,1,1.35,1,1,0,12829,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10917,0,0,0,0,0,10217,0,0,0,'Aurius',NULL,NULL,3043,60,60,0,35,3,1,1.14286,1,1,146,192,0,238,3.5,2000,1551,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10918,0,0,0,0,0,11513,0,0,0,'Lorax',NULL,NULL,3049,61,61,0,35,3,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10919,0,0,0,0,0,10249,10250,10251,10252,'Shatterspear Troll',NULL,NULL,0,52,58,0,714,0,1,1.14286,1,0,100,132,0,242,1,2000,1562,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,142,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10920,0,0,0,0,0,10649,0,0,0,'Kelek Skykeeper','Emerald Circle',NULL,0,57,57,0,35,2,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10921,0,0,0,0,0,10254,0,0,0,'Taronn Redfeather','Emerald Circle',NULL,0,50,50,0,35,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10922,0,0,0,0,0,10253,0,0,0,'Greta Mosshoof','Emerald Circle',NULL,3074,59,59,0,35,3,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10923,0,0,0,0,0,10647,0,0,0,'Tenell Leafrunner','Emerald Circle',NULL,0,62,62,0,35,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10924,0,0,0,0,0,10646,0,0,0,'Ivy Leafrunner','Emerald Circle',NULL,0,63,63,0,35,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10925,0,0,0,0,0,11009,0,0,0,'Rotting Worm',NULL,NULL,0,50,50,0,21,0,1,1.14286,1,0,85,112,0,206,1,1450,1595,1,32768,2048,0,42,0,0,0,0,58,86,20,10,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'',1,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10926,0,0,0,0,0,10445,0,0,0,'Pamela Redpath',NULL,NULL,0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10927,0,0,0,0,0,10232,0,0,0,'Marlene Redpath',NULL,NULL,0,10,10,0,35,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33280,2048,0,0,0,0,0,0,9,13,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10928,0,0,0,0,0,4162,0,0,0,'Succubus Minion','',NULL,0,63,70,0,90,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,0.87,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(10929,0,0,0,0,0,19806,0,0,0,'Haleh',NULL,NULL,5482,62,62,0,35,3,1.1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,129,191,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10930,0,0,0,0,0,10245,0,0,0,'Dargh Trueaim','Hunter Trainer',NULL,4674,25,25,0,55,51,1.05,1.14286,1,0,35,48,0,86,1,1760,1936,1,0,2048,0,0,0,0,3,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10936,0,0,0,0,0,10229,0,0,0,'Joseph Redpath',NULL,NULL,30223,60,60,0,35,1,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,33536,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10937,0,0,0,0,0,10237,0,0,0,'Captain Redpath',NULL,NULL,0,60,60,0,42,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10938,0,0,0,0,0,10242,0,0,0,'Redpath the Corrupted',NULL,NULL,0,60,60,0,14,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,6253,15580,12542,16244,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10939,0,0,0,0,0,11892,0,0,0,'Marduk the Black',NULL,NULL,0,58,58,0,14,0,1.75,1.14286,1,1,93,123,0,228,7.5,1191,1310,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10940,0,0,0,0,0,10453,0,0,0,'Ghost of the Past',NULL,NULL,0,55,55,0,16,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,10940,10940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10941,0,0,0,0,0,10981,0,0,0,'Wizlo Bearingshiner',NULL,NULL,0,31,31,0,104,3,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,10941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10942,0,0,0,0,0,10244,0,0,0,'Nessy',NULL,NULL,0,62,62,0,7,0,1,1.14286,1,3,172,240,0,262,35,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,100,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(10943,0,0,0,0,0,11731,0,0,0,'Decrepit Guardian',NULL,NULL,0,55,56,0,16,0,1.72,1.14286,1,0,96,127,0,234,1,1216,1338,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,10943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10944,0,0,0,0,0,10247,0,0,0,'Davil Lightfire',NULL,NULL,0,60,60,0,42,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10945,0,0,0,0,0,10246,0,0,0,'Davil Crokford',NULL,NULL,0,60,60,0,42,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10946,0,0,0,0,0,11730,0,0,0,'Horgus the Ravager',NULL,NULL,0,60,60,0,14,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,10946,0,0,0,0,0,0,0,0,15608,3391,17466,0,0,0,0,0,0,0,1544,2021,'SmartAI',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10947,0,0,0,0,0,10362,10364,10363,10365,'Darrowshire Betrayer',NULL,NULL,0,57,58,0,974,0,1.24,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10948,0,0,0,0,0,10366,10367,10368,10369,'Darrowshire Defender',NULL,NULL,0,57,58,0,42,0,1.24,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,19730,12169,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10949,0,0,0,0,0,10370,10372,10371,10373,'Silver Hand Disciple',NULL,NULL,0,57,58,0,42,0,1.74,1.14286,1,1,93,123,0,228,7.5,1200,1320,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10950,0,0,0,0,0,10358,10360,10359,10361,'Redpath Militia',NULL,NULL,0,56,57,0,250,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10951,0,0,0,0,0,11471,11472,0,0,'Marauding Corpse',NULL,NULL,0,56,57,0,14,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,10951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10952,0,0,0,0,0,3507,0,0,0,'Marauding Skeleton',NULL,NULL,0,56,57,0,14,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,11972,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10953,0,0,0,0,0,11731,0,0,0,'Servant of Horgus',NULL,NULL,0,57,58,0,14,0,1.74,1.14286,1,0,100,132,0,242,1,1200,1320,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,15608,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10954,0,0,0,0,0,10448,10450,10449,10451,'Bloodletter',NULL,NULL,0,57,58,0,14,2,1.74,1.14286,1,1,100,132,0,242,7.5,1200,1320,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,15583,15667,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10955,0,0,0,0,0,4606,0,0,0,'Summoned Water Elemental',NULL,NULL,0,57,58,0,67,0,1.23,1.14286,1,0,100,132,0,242,1,2000,1606,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,60,60,60,60,120,60,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10956,0,0,0,0,0,11263,0,0,0,'Naga Siren',NULL,NULL,0,55,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10976,0,0,0,0,0,19817,0,0,0,'Jeziba',NULL,NULL,0,58,58,0,35,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10977,0,0,0,0,0,10650,0,0,0,'Quixxil',NULL,NULL,0,53,53,0,35,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10978,0,0,0,0,0,10651,0,0,0,'Legacki',NULL,NULL,0,57,57,0,855,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10979,0,0,0,0,0,2709,0,0,0,'Scarlet Hound',NULL,NULL,0,52,53,0,67,0,1,1.14286,1,0,89,119,0,218,1,1500,2000,1,0,2048,0,25,0,0,0,0,62,91,22,1,1,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10980,0,0,0,0,0,10269,0,0,0,'Umi\'s Mechanical Yeti',NULL,NULL,0,1,1,0,35,0,0.23,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10981,22737,31975,37294,0,0,10278,0,0,0,'Frostwolf',NULL,NULL,0,50,51,0,1275,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,1,0,0,0,0,59,87,20,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'SmartAI',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10982,22782,32143,37473,0,0,371,0,0,0,'Whitewhisker Vermin',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,167,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10983,22794,0,0,0,0,14013,14015,14014,14016,'Winterax Troll',NULL,NULL,0,57,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,10983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,761,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10984,22725,0,0,0,0,11632,0,0,0,'Winterax Berserker',NULL,NULL,0,61,62,0,37,0,1.77,1.14286,1,1,172,240,0,262,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,10984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,832,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10985,22626,32005,37324,0,0,10041,0,0,0,'Ice Giant','',NULL,0,63,63,0,14,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10986,22762,32082,37403,0,0,10282,0,0,0,'Snowblind Harpy',NULL,NULL,0,52,53,0,514,0,1.38889,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10987,22750,32021,37340,0,0,10285,0,0,0,'Irondeep Trogg',NULL,NULL,0,52,53,0,59,0,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10988,0,0,0,0,0,10283,10284,10919,0,'Kodo Spirit',NULL,NULL,0,60,60,0,35,0,1.89,1.14286,1,0,104,138,0,252,1,1410,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,2,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10989,22728,31925,37241,0,0,8716,0,0,0,'Blizzard Elemental','',NULL,0,1,1,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10990,22726,31921,37237,0,0,13340,0,0,0,'Alterac Ram',NULL,NULL,0,60,61,0,1274,0,1,1.38571,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10991,22785,32146,37476,0,0,494,0,0,0,'Wildpaw Gnoll',NULL,NULL,0,52,53,0,39,0,1,1.19048,1,0,89,119,0,218,1,1420,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,10991,10991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(10992,0,0,0,0,0,1095,0,0,0,'Enraged Panther',NULL,NULL,0,30,30,0,14,0,1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,64,2048,0,2,0,0,0,0,29,42,9,1,0,10992,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3,1,1,0,12946,0,0,0,0,0,0,1,0,2,'npc_enraged_panther',12340),
|
|
(10993,0,0,0,0,0,10454,0,0,0,'Twizwick Sprocketgrind','Engineering Trainer',NULL,0,25,25,0,69,83,1.1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,2,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(10996,0,0,0,0,0,10459,10460,10461,10462,'Fallen Hero',NULL,NULL,0,58,60,0,16,0,1,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,6,0,10996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,640,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(10997,0,0,0,0,0,10674,0,0,0,'Cannon Master Willey',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,104,138,0,252,3.5,2000,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,10997,10997,0,0,0,0,0,0,0,10101,16615,11729,0,0,0,0,0,0,0,1629,2132,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11016,0,0,0,0,0,10407,0,0,0,'Captured Arko\'narin',NULL,NULL,30229,51,51,0,250,3,1.2,1.14286,1,0,81,108,0,196,1,2000,2000,1,514,2048,0,0,0,0,0,0,56,82,19,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11017,0,0,0,0,0,10472,0,0,0,'Roxxik','Engineering Trainer',NULL,4151,46,46,0,29,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,512,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11018,0,0,0,0,0,10402,0,0,0,'Arko\'narin',NULL,NULL,0,51,51,0,250,2,1.2,1.14286,1,0,81,108,0,196,1,1530,1683,1,0,2048,0,0,0,0,0,0,56,82,19,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11019,0,0,0,0,0,10412,0,0,0,'Jessir Moonbow',NULL,NULL,3128,50,50,0,35,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11020,0,0,0,0,0,10425,0,0,0,'Remains of Trey Lightforge',NULL,NULL,0,50,50,0,35,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,768,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11021,0,0,0,0,0,10426,0,0,0,'Winterspring Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(11022,0,0,0,0,0,10456,0,0,0,'Alexi Barov','House of Barov',NULL,0,60,60,0,83,2,1,1.14286,1,1,104,138,0,252,4.6,1600,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,11022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,13470,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11023,0,0,0,0,0,10457,0,0,0,'Weldon Barov','House of Barov',NULL,0,60,60,0,123,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,11023,0,0,0,0,0,0,0,0,19983,29584,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,13469,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11024,0,0,0,0,0,1030,0,0,0,'Della','Jessir\'s Pet',NULL,0,49,49,0,35,0,1,1.42857,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,1,0,0,0,0,57,84,19,1,0,0,0,10147,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(11025,0,0,0,0,0,10570,0,0,0,'Mukdrak','Engineering Trainer',NULL,4142,26,26,0,29,83,1,1.14286,1,0,37,49,0,90,1,2000,1925,1,512,2048,0,0,2,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11026,0,0,0,0,0,10569,0,0,0,'Sprite Jumpsprocket','Apprentice Engineer',NULL,4139,24,24,0,875,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11027,0,0,0,0,0,3123,0,0,0,'Illusory Wraith',NULL,NULL,0,61,61,0,24,0,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11028,0,0,0,0,0,10571,0,0,0,'Jemma Quikswitch','Apprentice Engineer',NULL,4137,24,24,0,875,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11029,0,0,0,0,0,10722,0,0,0,'Trixie Quikswitch','Apprentice Engineer',NULL,4147,31,31,0,875,1,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,512,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11030,0,0,0,0,0,9784,1200,646,0,'Mindless Undead',NULL,NULL,0,56,57,0,21,0,0.777776,1.14286,1,0,98,130,0,238,1,2000,1595,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,1604,6788,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11031,0,0,0,0,0,10572,0,0,0,'Franklin Lloyd','Engineering Trainer',NULL,4149,33,33,0,68,83,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,37376,2048,0,0,2,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11032,0,0,0,0,0,10458,0,0,0,'Malor the Zealous',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,1,146,192,0,238,3.5,2000,1265,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11032,11032,0,0,0,0,0,0,0,12734,16172,17233,15493,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11033,0,0,0,0,0,10471,0,0,0,'Smokey LaRue',NULL,NULL,7109,55,55,0,35,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11034,0,0,0,0,0,10469,0,0,0,'Lord Maxwell Tyrosus','The Argent Dawn',NULL,0,62,62,0,794,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,512,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11035,0,0,0,0,0,10465,0,0,0,'Betina Bigglezink','The Argent Dawn',NULL,3651,57,57,0,794,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11036,0,0,0,0,0,10474,0,0,0,'Leonid Barthalomew the Revered','The Argent Dawn',NULL,0,60,60,0,794,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33280,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11037,0,0,0,0,0,10575,0,0,0,'Jenna Lemkenilli','Engineering Trainer',NULL,4138,26,26,0,875,83,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,2,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11038,0,0,0,0,0,10560,0,0,0,'Caretaker Alen','The Argent Dawn',NULL,3181,52,52,0,794,899,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11039,0,0,0,0,0,10468,0,0,0,'Duke Nicholas Zverenhoff','The Argent Dawn',NULL,0,60,60,0,794,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11040,0,0,0,0,0,10455,0,0,0,'Watcher Brownell','The Night Watch',NULL,3133,30,30,0,12,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,11040,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11041,0,0,0,0,0,10573,0,0,0,'Milla Fairancora','Apprentice Alchemist',NULL,4114,24,24,0,80,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11042,0,0,0,0,0,10574,0,0,0,'Sylvanna Forestmoon','Apprentice Alchemist',NULL,4125,32,32,0,80,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11043,0,0,0,0,0,10463,10464,10533,10534,'Crimson Monk',NULL,NULL,0,58,60,0,67,0,1,1.14286,1,1,104,138,0,252,3.5,1800,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11043,11043,0,0,0,0,0,0,0,3391,11978,0,0,0,0,0,0,0,0,491,646,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11044,0,0,0,0,0,10576,0,0,0,'Doctor Martin Felben','Apprentice Alchemist',NULL,4121,25,25,0,68,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11045,0,0,0,0,0,10466,0,0,0,'Burns','',NULL,0,45,45,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11046,0,0,0,0,0,10578,0,0,0,'Whuut','Apprentice Alchemist',NULL,4118,23,23,0,29,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,512,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11047,0,0,0,0,0,10577,0,0,0,'Kray','Apprentice Alchemist',NULL,4119,25,25,0,104,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11048,0,0,0,0,0,10580,0,0,0,'Victor Ward','Apprentice Tailor',NULL,4268,24,24,0,68,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,37376,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11049,0,0,0,0,0,10581,0,0,0,'Rhiannon Davis','Apprentice Tailor',NULL,4352,32,32,0,68,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,37376,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11050,0,0,0,0,0,10582,0,0,0,'Trianna','Apprentice Tailor',NULL,4269,25,25,0,80,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11051,0,0,0,0,0,10586,0,0,0,'Vhan','Apprentice Tailor',NULL,4266,26,26,0,104,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11052,0,0,0,0,0,10587,0,0,0,'Timothy Worthington','Tailoring Trainer',NULL,4355,51,51,0,894,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,512,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11053,0,0,0,0,0,10549,0,0,0,'High Priestess MacDonnell',NULL,NULL,3184,60,60,0,12,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11054,0,0,0,0,0,10820,10822,10821,10823,'Crimson Rifleman',NULL,NULL,0,60,60,0,67,0,1,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,17353,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11055,0,0,0,0,0,10550,0,0,0,'Shadow Priestess Vandis',NULL,NULL,3183,60,60,0,68,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11056,0,0,0,0,0,10551,0,0,0,'Alchemist Arbington',NULL,NULL,3228,58,58,0,12,131,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_dithers_and_arbington',12340),
|
|
(11057,0,0,0,0,0,10552,0,0,0,'Apothecary Dithers',NULL,NULL,3223,58,58,0,68,131,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_dithers_and_arbington',12340),
|
|
(11058,0,0,0,0,0,10475,0,0,0,'Fras Siabi',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,159,221,0,258,7.5,2000,1255,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,11058,0,0,0,0,0,0,0,0,17294,7964,0,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,2,1,0,13172,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11063,0,0,0,0,0,10476,0,0,0,'Carlin Redpath','The Argent Dawn',NULL,3864,58,58,0,794,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11064,0,0,0,0,0,10907,10908,10909,10910,'Darrowshire Spirit',NULL,NULL,3141,56,57,0,35,1,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,19730,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_darrowshire_spirit',12340),
|
|
(11065,0,0,0,0,0,10588,0,0,0,'Thonys Pillarstone','Apprentice Enchanter',NULL,4154,25,25,0,55,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11066,0,0,0,0,0,10589,0,0,0,'Jhag','Apprentice Enchanter',NULL,4159,26,26,0,29,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,512,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11067,0,0,0,0,0,10590,0,0,0,'Malcomb Wynn','Apprentice Enchanter',NULL,4157,23,23,0,68,1,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,37376,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11068,0,0,0,0,0,10591,0,0,0,'Betty Quin','Apprentice Enchanter',NULL,4153,25,25,0,12,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11069,0,0,0,0,0,10477,0,0,0,'Jenova Stoneshield','Stable Master',NULL,9821,30,30,0,12,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(11070,0,0,0,0,0,10592,0,0,0,'Lalina Summermoon','Apprentice Enchanter',NULL,4155,27,27,0,80,1,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,512,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11071,0,0,0,0,0,10614,0,0,0,'Mot Dawnstrider','Apprentice Enchanter',NULL,4158,21,21,0,104,1,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,512,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11072,0,0,0,0,0,10610,0,0,0,'Kitta Firewind','Enchanting Trainer',NULL,4169,44,44,0,12,81,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,512,2048,0,0,2,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11073,0,0,0,0,0,10609,0,0,0,'Annora','Enchanting Trainer',NULL,4171,54,54,0,35,81,1.22,1.14286,1,0,92,122,0,224,2.4,1470,1617,1,0,2048,0,0,2,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11074,0,0,0,0,0,10611,0,0,0,'Hgarth','Enchanting Trainer',NULL,4170,46,46,0,29,83,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,4608,2048,0,0,2,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11075,0,0,0,0,0,569,0,0,0,'Cauldron Lord Bilemaw',NULL,NULL,0,53,53,0,21,0,0.777776,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,6,0,11075,0,0,0,0,0,0,0,0,13445,3391,3427,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,13194,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11076,0,0,0,0,0,2606,0,0,0,'Cauldron Lord Razarch',NULL,NULL,0,56,56,0,21,0,1.89,1.14286,1,0,68,94,0,104,1,1410,1551,8,0,2048,0,0,0,0,0,0,56,83,24,6,0,11076,0,0,0,0,0,0,0,0,0,12471,17173,17650,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,13197,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11077,0,0,0,0,0,7848,0,0,0,'Cauldron Lord Malvinious',NULL,NULL,0,55,55,0,21,0,1.6,1.14286,1,0,87,116,0,214,1,1460,1606,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,11077,0,0,0,0,0,0,0,0,0,12471,17173,17650,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,13195,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11078,0,0,0,0,0,11649,0,0,0,'Cauldron Lord Soulwrath',NULL,NULL,0,58,58,0,21,0,1.11111,1.14286,1,0,100,132,0,242,1,1440,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11078,0,0,0,0,0,0,0,0,12946,10101,10966,17650,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,13196,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11079,0,0,0,0,0,10645,0,0,0,'Wynd Nightchaser',NULL,NULL,12502,62,62,0,80,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11080,0,0,0,0,0,2572,0,0,0,'[PH[ Combat Tester','',NULL,0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11081,0,0,0,0,0,10616,0,0,0,'Faldron','Apprentice Leatherworker',NULL,4204,32,32,0,80,1,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,512,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11082,0,0,0,0,0,10547,0,0,0,'Stratholme Courier',NULL,NULL,0,57,57,0,21,0,1,1.14286,1,1,98,130,0,238,3.5,2000,1301,1,32832,2048,0,0,0,0,0,0,68,99,24,6,0,11082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,794,'SmartAI',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11083,0,0,0,0,0,10615,0,0,0,'Darianna','Apprentice Leatherworker',NULL,4181,24,24,0,80,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11084,0,0,0,0,0,10617,0,0,0,'Tarn','Apprentice Leatherworker',NULL,4207,36,36,0,104,1,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11096,0,0,0,0,0,10625,0,0,0,'Randal Worth','Apprentice Leatherworker',NULL,4173,24,24,0,12,1,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,512,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11097,0,0,0,0,0,10622,0,0,0,'Drakk Stonehand','Leatherworking Trainer',NULL,4243,55,55,0,694,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11098,0,0,0,0,0,10623,0,0,0,'Hahrana Ironhide','Leatherworking Trainer',NULL,4244,55,55,0,104,83,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4608,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11099,0,0,0,0,0,10554,10558,10559,10557,'Argent Guard','The Argent Dawn',NULL,0,55,55,0,814,0,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11100,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem II',NULL,NULL,0,52,52,0,58,0,0.01,1.14286,1,0,87,117,0,214,1,1460,1606,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11101,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem III',NULL,NULL,0,60,60,0,58,0,0.01,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11102,0,0,0,0,0,10561,10562,0,0,'Argent Rider','The Argent Dawn',NULL,0,60,60,0,1625,0,1,1.38571,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11103,0,0,0,0,0,10565,0,0,0,'Innkeeper Lyshaerya','Innkeeper',NULL,1581,30,30,0,80,66177,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11104,0,0,0,0,0,10567,0,0,0,'Shelgrayn','Stable Master',NULL,9821,30,30,0,80,4194305,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(11105,0,0,0,0,0,10566,0,0,0,'Aboda','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(11106,0,0,0,0,0,10564,0,0,0,'Innkeeper Sikewa','Innkeeper',NULL,21215,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(11111,0,0,0,0,0,1483,0,0,0,'Wynne Larsone','Robe Merchant',NULL,0,48,48,0,73,130,1.2,1.14286,1,0,81,108,0,196,1,1510,1661,1,0,2048,0,0,0,0,0,0,56,82,19,10,138412102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,627,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(11116,0,0,0,0,0,10653,0,0,0,'Innkeeper Abeqwa','Innkeeper',NULL,344,30,30,0,104,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11117,0,0,0,0,0,10652,0,0,0,'Awenasa','Stable Master',NULL,9821,30,30,0,104,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(11118,0,0,0,0,0,10654,0,0,0,'Innkeeper Vizzie','Innkeeper',NULL,349,30,30,0,855,66179,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11119,0,0,0,0,0,10656,0,0,0,'Azzleby','Stable Master',NULL,9821,30,30,0,855,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(11120,0,0,0,0,0,10637,10638,10639,10640,'Crimson Hammersmith',NULL,NULL,0,60,60,0,67,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11120,0,0,0,0,0,0,0,0,17445,0,0,0,0,0,0,0,0,0,737,967,'SmartAI',1,3,1,5,3,1,0,13351,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11121,0,0,0,0,0,775,0,0,0,'Black Guard Swordsmith',NULL,NULL,0,61,62,0,21,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,11121,0,0,0,0,0,0,0,0,1604,5884,0,0,0,0,0,0,0,0,526,691,'SmartAI',1,3,1,3,2,1,0,13350,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11122,0,0,0,0,0,1825,0,0,0,'Restless Soul',NULL,NULL,0,1,1,0,35,0,1.25,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,197,1,0,2,'',12340),
|
|
(11136,0,0,0,0,0,1825,0,0,0,'Freed Soul',NULL,NULL,0,1,1,0,35,0,0.55,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,16249,16143,16449,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,197,1,0,2,'',12340),
|
|
(11137,0,0,0,0,0,10636,0,0,0,'Xai\'ander','Weaponsmith',NULL,0,35,35,0,80,4224,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11138,0,0,0,0,0,10657,0,0,0,'Maethrya','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11139,0,0,0,0,0,10658,0,0,0,'Yugrek','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11140,0,0,0,0,0,10644,0,0,0,'Egan',NULL,NULL,0,59,59,0,35,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11141,0,0,0,0,0,10641,0,0,0,'Spirit of Trey Lightforge',NULL,NULL,0,53,53,0,90,0,1.71,1.14286,1,0,84,111,0,206,1,1233,1356,2,0,2048,0,0,0,0,0,0,57,84,20,6,0,11141,0,0,0,0,0,0,0,0,15493,18164,17695,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11142,0,0,0,0,0,10668,0,0,0,'Undead Postman',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,7.5,2000,1310,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,538,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11143,0,0,0,0,0,10669,0,0,0,'Postmaster Malown',NULL,NULL,0,60,60,0,16,0,1.77,1.14286,1,1,146,192,0,238,7.5,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11143,0,0,0,180,180,180,180,180,12542,12741,6253,13338,0,0,0,0,0,0,779,1022,'SmartAI',0,3,1,6.5,1,1,0,13174,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11144,0,0,0,0,0,10648,0,0,0,'Oracle Sphere','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(11145,0,0,0,0,0,10693,0,0,0,'Myolor Sunderfury',NULL,NULL,3182,53,53,0,55,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,512,2048,0,0,0,0,0,0,62,91,22,7,0,11145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11146,0,0,0,0,0,10694,0,0,0,'Ironus Coldsteel','Weaponsmith Trainer',NULL,3201,54,54,0,55,83,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,2,9787,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11147,0,0,0,0,0,10661,0,0,0,'Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(11148,0,0,0,0,0,10662,0,0,0,'Purple Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(11149,0,0,0,0,0,10664,0,0,0,'Red and Blue Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(11150,0,0,0,0,0,10666,0,0,0,'Icy Blue Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(11151,0,0,0,0,0,10666,0,0,0,'Riding MechaStrider (Yellow/Green)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(11152,0,0,0,0,0,7804,0,0,0,'The Scourge Cauldron',NULL,NULL,0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_the_scourge_cauldron',12340),
|
|
(11153,0,0,0,0,0,10670,0,0,0,'Red Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(11154,0,0,0,0,0,10671,0,0,0,'Blue Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(11155,0,0,0,0,0,10672,0,0,0,'Brown Skeletal Horse',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(11156,0,0,0,0,0,10720,0,0,0,'Green Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(11176,0,0,0,0,0,10695,0,0,0,'Krathok Moltenfist',NULL,NULL,3187,53,53,0,29,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4096,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11177,0,0,0,0,0,10696,0,0,0,'Okothos Ironrager','Armorsmith',NULL,3203,52,52,0,29,83,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,4096,2048,0,0,2,9788,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11178,0,0,0,0,0,10697,0,0,0,'Borgosh Corebender','Weaponsmith',NULL,3202,51,51,0,29,83,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,2,9787,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11179,0,0,0,0,0,1141,0,0,0,'Crystal Trigger','',NULL,0,60,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,128,'',12340),
|
|
(11180,0,0,0,0,0,10734,10735,10737,10736,'Bloodvenom Post Brave',NULL,NULL,0,65,65,1,105,2,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(11181,0,0,0,0,0,11452,0,0,0,'Shi\'alune','Kaerbrus\' Pet',NULL,0,56,56,0,80,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11182,0,0,0,0,0,10739,0,0,0,'Nixxrak','Heavy Armor Merchant',NULL,0,54,54,0,855,4226,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11183,0,0,0,0,0,10740,0,0,0,'Blixxrak','Light Armor Merchant',NULL,0,55,55,0,855,4226,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11184,0,0,0,0,0,10741,0,0,0,'Wixxrak','Weaponsmith & Gunsmith',NULL,0,53,53,0,855,4480,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11185,0,0,0,0,0,10742,0,0,0,'Xizzer Fizzbolt','Engineering Supplies',NULL,0,57,57,0,855,130,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11186,0,0,0,0,0,10744,0,0,0,'Lunnix Sprocketslip','Mining Supplies',NULL,0,54,54,0,855,130,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11187,0,0,0,0,0,10743,0,0,0,'Himmik','Food & Drink',NULL,0,60,60,0,855,642,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11188,0,0,0,0,0,10745,0,0,0,'Evie Whirlbrew','Alchemy Supplies',NULL,0,58,58,0,855,130,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11189,0,0,0,0,0,10746,0,0,0,'Qia','Trade Supplies',NULL,0,51,51,0,855,130,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11190,0,0,0,0,0,10747,10748,0,0,'Everlook Bruiser',NULL,NULL,0,77,77,1,854,0,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,11190,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(11191,0,0,0,0,0,10725,0,0,0,'Lilith the Lithe',NULL,NULL,6090,55,55,0,855,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11192,0,0,0,0,0,10726,0,0,0,'Kilram',NULL,NULL,6089,58,58,0,855,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11193,0,0,0,0,0,10724,0,0,0,'Seril Scourgebane',NULL,NULL,6091,57,57,0,855,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_blacksmith',12340),
|
|
(11194,0,0,0,0,0,11406,11407,11408,11409,'Argent Defender','The Argent Dawn',NULL,0,65,65,1,814,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11195,0,0,0,0,0,10718,0,0,0,'Deathcharger','',NULL,0,40,40,0,35,0,1,1.14286,1,0,56,74,0,136,1,780,900,1,0,2048,0,0,0,0,0,0,39,57,14,6,0,14862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(11196,0,0,0,0,0,11442,11443,0,0,'Shatterspear Drummer',NULL,NULL,0,52,58,0,714,0,1,1.14286,1,0,100,132,0,242,1,2000,1573,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,134,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11197,0,0,0,0,0,9784,7550,7555,0,'Mindless Skeleton',NULL,NULL,0,62,62,0,21,0,1.25,1.14286,1,0,172,240,0,262,1,2000,1562,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.11,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11198,0,0,0,0,0,19841,19842,19843,0,'Broken Exile','',NULL,0,42,42,0,1638,0,1,1,1,0,62,83,0,152,1,2000,2000,1,768,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11199,0,0,0,0,0,10753,0,0,0,'Crimson Cannon',NULL,NULL,0,61,61,0,230,0,0.91,1.14286,1,0,159,221,0,258,1,2000,2200,1,0,2048,0,0,0,0,0,0,127,188,28,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(11200,0,0,0,0,0,158,0,0,0,'Summoned Skeleton',NULL,NULL,0,60,60,0,21,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11216,0,0,0,0,0,10895,0,0,0,'Eva Sarkhoff',NULL,NULL,3310,54,54,0,35,3,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,15438,6950,10277,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11217,0,0,0,0,0,10896,0,0,0,'Lucien Sarkhoff',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11218,0,0,0,0,0,10858,0,0,0,'Kerlonian Evershade','Druid of the Claw',NULL,0,20,20,0,80,2,1,0.992063,1,0,29,39,0,70,1,2000,2000,1,33280,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kerlonian',12340),
|
|
(11219,0,0,0,0,0,10878,0,0,0,'Liladris Moonriver',NULL,NULL,0,42,42,0,80,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11236,0,0,0,0,0,9554,0,0,0,'Blood Parrot',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(11256,0,0,0,0,0,13444,0,0,0,'Manifestation of Water',NULL,NULL,0,60,60,0,35,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,0,0,0,0,0,0,0,30,0,8260,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11257,0,0,0,0,0,11161,11122,11123,11124,'Scholomance Handler',NULL,NULL,0,59,60,0,233,0,1,1.14286,1,1,146,192,0,238,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,7,0,11257,11257,0,0,0,0,0,0,0,10833,15244,17145,0,0,0,0,0,0,0,420,554,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11258,0,0,0,0,0,7550,0,0,0,'Frail Skeleton',NULL,NULL,0,58,59,0,21,0,1.25,1.14286,1,0,102,135,0,248,3.5,2000,2000,1,774,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11259,0,0,0,0,0,11469,0,0,0,'Nataka Longhorn',NULL,NULL,0,40,40,0,104,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11260,0,0,0,0,0,11354,0,0,0,'Northshire Peasant',NULL,NULL,0,1,1,0,12,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,8260,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11261,0,0,0,0,0,10901,0,0,0,'Doctor Theolen Krastinov','The Butcher',NULL,0,60,60,0,21,2,1,1.42857,1,1,104,138,0,252,3.5,1500,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,11261,11261,0,0,0,0,0,0,0,16509,18103,8269,0,0,0,0,0,0,0,1374,1799,'SmartAI',1,3,1,10,3,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(11262,36566,0,0,0,0,397,0,0,0,'Onyxian Whelp','','',0,80,80,2,16,0,2.07,1.14286,1,0,422,586,0,0,1,1216,1338,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,100001,0,171,95,0,0,0,20228,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_onyxia_whelp',11723),
|
|
(11263,0,0,0,0,0,3942,0,0,0,'Spectral Projection',NULL,NULL,0,59,60,0,233,0,1.15,1.14286,1,0,104,138,0,252,1,2000,1562,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11276,0,0,0,0,0,2306,0,0,0,'Azshara Sentinel',NULL,NULL,0,44,44,0,1600,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,0,11276,0,0,0,0,0,0,0,0,8260,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11277,0,0,0,0,0,11013,11015,11014,11016,'Caer Darrow Citizen',NULL,NULL,3362,43,60,0,35,1,1.25,1.14286,1,0,104,138,0,252,1,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11278,0,0,0,0,0,11027,0,0,0,'Magnus Frostwake',NULL,NULL,0,50,50,0,35,4226,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11279,0,0,0,0,0,11021,11023,11022,11024,'Caer Darrow Guardsman',NULL,NULL,3363,51,55,0,35,1,1.21,1.14286,1,0,94,125,0,228,1,1490,1639,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11280,0,0,0,0,0,11017,11018,11019,11020,'Caer Darrow Cannoneer',NULL,NULL,0,54,54,0,35,0,1.21,1.14286,1,0,92,122,0,224,1,1500,1650,1,0,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11281,0,0,0,0,0,11025,11026,0,0,'Caer Darrow Horseman',NULL,NULL,3363,52,56,0,35,1,1.22,1.14286,1,0,96,127,0,234,1,1470,1617,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11282,0,0,0,0,0,10929,0,0,0,'Melia',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11283,0,0,0,0,0,10928,0,0,0,'Sammy',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11284,0,0,0,0,0,4629,0,0,0,'Dark Shade',NULL,NULL,0,60,60,0,21,0,1.15,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,11284,0,0,0,0,0,0,0,0,17228,0,0,0,0,0,0,0,0,0,478,629,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11285,0,0,0,0,0,10930,0,0,0,'Rory',NULL,NULL,0,35,35,0,35,0,1.11,1.14286,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11286,0,0,0,0,0,10931,0,0,0,'Magistrate Marduke',NULL,NULL,3372,57,57,0,35,3,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11287,0,0,0,0,0,11028,0,0,0,'Baker Masterson',NULL,NULL,0,37,37,0,35,130,1.12,1.14286,1,0,51,68,0,124,1,1640,1804,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11288,0,0,0,0,0,10935,10936,10937,10938,'Spectral Betrayer',NULL,NULL,0,57,58,0,43,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(11289,0,0,0,0,0,10939,10940,10941,10942,'Spectral Defender',NULL,NULL,0,57,58,0,1454,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,11976,12169,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(11290,0,0,0,0,0,4778,0,0,0,'Mossflayer Zombie',NULL,NULL,0,53,54,0,37,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,11290,11290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,409,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11291,0,0,0,0,0,4769,0,0,0,'Unliving Mossflayer',NULL,NULL,0,54,55,0,37,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,11291,11291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6706,0,117,493,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11292,0,0,0,0,0,10275,0,0,0,'Mossflayer Berserker','',NULL,0,55,55,0,37,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,10101,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11296,0,0,0,0,0,11117,11118,11119,11120,'Darrowshire Poltergeist',NULL,NULL,0,56,57,0,35,0,0.91,1.14286,1,0,98,130,0,238,1,2000,2200,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11316,0,0,0,0,0,11033,0,0,0,'Joseph Dirte','Waste Management',NULL,3381,31,31,0,35,1,1.09,1.14286,1,0,44,58,0,106,1,1700,1870,1,0,2048,0,0,0,0,0,0,30,44,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11317,0,0,0,0,0,11468,0,0,0,'Jinar\'Zillen',NULL,NULL,4025,40,40,0,126,3,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,11317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11318,0,0,0,0,0,11609,0,0,0,'Ragefire Trogg',NULL,NULL,0,13,15,0,59,0,1,1.14286,1,1,22,29,0,54,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,15,22,2,7,0,11318,11318,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,60,84,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11319,0,0,0,0,0,11610,0,0,0,'Ragefire Shaman',NULL,NULL,0,13,15,0,59,0,1,1.14286,1,1,20,27,0,48,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,14,21,2,7,0,11319,11319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11320,0,0,0,0,0,11010,0,0,0,'Earthborer',NULL,NULL,0,13,14,0,16,0,1,1.14286,1,1,20,27,0,50,1.7,2000,2000,1,64,2048,0,42,0,0,0,0,13,20,1,1,65537,11320,0,100001,0,0,0,0,0,0,18070,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11321,0,0,0,0,0,2075,0,0,0,'Molten Elemental',NULL,NULL,0,13,13,0,834,0,1.55556,1.14286,1,1,18,24,0,48,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,12,18,1,4,0,11321,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11322,0,0,0,0,0,11434,11436,11435,11437,'Searing Blade Cultist',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,20,27,0,48,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,14,21,2,7,0,11322,11322,0,0,0,0,0,0,0,18266,0,0,0,0,0,0,0,0,0,59,81,'SmartAI',1,3,1,3,1.5,1,0,14395,14396,0,0,0,0,0,1,0,0,'',12340),
|
|
(11323,0,0,0,0,0,11430,11432,11431,11433,'Searing Blade Enforcer',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,22,29,0,54,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,15,22,2,7,0,11323,11323,0,0,0,0,0,0,0,8242,0,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11324,0,0,0,0,0,11438,11440,11439,11441,'Searing Blade Warlock',NULL,NULL,0,13,15,0,554,0,1,1.14286,1,1,16,22,0,22,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,15,21,13,7,0,11324,11324,0,0,0,0,0,0,0,20791,0,0,0,0,0,0,0,0,0,57,80,'SmartAI',1,3,1,3,1.5,1,0,14395,14396,0,0,0,0,0,1,0,0,'',12340),
|
|
(11325,0,0,0,0,0,10990,0,0,0,'Panda Cub',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(11326,0,0,0,0,0,10992,0,0,0,'Mini Diablo','Lord of Terror',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(11327,0,0,0,0,0,10993,0,0,0,'Zergling',NULL,NULL,0,70,70,1,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2200,1,0,2048,0,0,0,0,0,0,215,320,44,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(11328,0,0,0,0,0,310,0,0,0,'Eastvale Peasant',NULL,NULL,0,6,7,0,12,0,0.666668,1.14286,1,0,9,12,0,36,1,2000,2000,1,4096,2048,0,0,0,0,0,0,6,8,100,7,0,11328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11337,0,0,0,0,0,11182,11184,11183,11185,'[UNUSED] Hakkar Axe Thrower','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11338,0,0,0,0,0,11229,11231,11230,11232,'Hakkari Shadowcaster','',NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11338,11338,0,0,0,0,0,0,0,15232,20741,0,0,0,0,0,0,0,0,1155,1513,'SmartAI',1,1,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11339,0,0,0,0,0,11225,11227,11226,11226,'Hakkari Shadow Hunter',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11339,11339,0,0,0,0,0,0,0,21390,16496,22908,24335,0,0,0,0,0,0,1163,1524,'SmartAI',1,1,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11340,0,0,0,0,0,11221,11222,11223,11224,'Hakkari Blood Priest',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11340,0,0,0,0,0,0,0,0,24618,0,0,0,0,0,0,0,0,0,738,969,'SmartAI',1,1,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11341,0,0,0,0,0,7709,0,0,0,'[UNUSED] Hakkar Berserker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11342,0,0,0,0,0,11237,11239,11238,11240,'[UNUSED] Hakkar Warrior','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11343,0,0,0,0,0,11233,11235,11234,11236,'[UNUSED] Hakkar Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11344,0,0,0,0,0,11193,11195,11194,11196,'[UNUSED] Hakkar Blood Drinker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11345,0,0,0,0,0,11201,11203,11202,11204,'[UNUSED] Hakkar Headhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11346,0,0,0,0,0,11158,11159,11160,11162,'Hakkari Oracle',NULL,NULL,0,55,56,0,28,0,1,1.14286,1,1,89,118,0,220,2.4,2000,2000,2,32832,2048,0,0,0,0,0,0,61,90,21,7,0,11346,11346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,1522,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11347,0,0,0,0,0,11219,0,0,0,'Zealot Lor\'Khan',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,160,223,0,246,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,129,191,26,7,8,11347,0,0,0,0,0,0,0,0,17201,6713,20545,24208,0,0,0,0,0,0,0,0,'',1,1,1,35,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zealot_lorkhan',12340),
|
|
(11348,0,0,0,0,0,11189,0,0,0,'Zealot Zath',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,0,0,0,0,0,36033,12540,15581,21060,0,0,0,0,0,0,0,0,'',1,1,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zealot_zath',12340),
|
|
(11349,0,0,0,0,0,11113,11115,11114,11116,'[UNUSED] Gurubashi Hideskinner','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11350,0,0,0,0,0,11074,11075,11076,11077,'Gurubashi Axe Thrower',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1600,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11350,11350,0,0,0,0,0,0,0,22887,24018,8269,0,0,0,0,0,0,0,992,1300,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11351,0,0,0,0,0,11109,11110,11111,11112,'Gurubashi Headhunter',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11351,11351,0,0,0,0,0,0,0,22887,15708,0,0,0,0,0,0,0,0,992,1300,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11352,0,0,0,0,0,14832,0,0,0,'Gurubashi Berserker',NULL,NULL,0,62,62,0,28,0,1.32,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,8,11352,11352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2142,2803,'SmartAI',1,1,1,15,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(11353,0,0,0,0,0,11080,11081,11082,11083,'Gurubashi Blood Drinker',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,11353,11353,0,0,0,0,0,0,0,24437,24435,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,1,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11354,0,0,0,0,0,11245,11247,11246,11236,'[UNUSED] Gurubashi Warlord','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11355,0,0,0,0,0,11167,11168,11169,11170,'Gurubashi Warrior',NULL,NULL,0,54,55,0,28,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,65,95,23,7,0,11355,11355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,1334,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(11356,0,0,0,0,0,11100,11102,11101,11103,'Gurubashi Champion',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11356,11356,0,0,0,0,0,0,0,22886,22591,15655,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11357,0,0,0,0,0,15275,0,0,0,'Son of Hakkar',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,27,0,0,0,0,72,106,26,1,1,11357,0,11357,2,2,2,2,2,2,0,0,0,0,0,0,0,0,9001,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11358,0,0,0,0,0,2702,0,0,0,'[UNUSED] Daughter of Hakkar','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11359,0,0,0,0,0,7829,0,0,0,'Soulflayer',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,27,0,0,0,0,127,188,28,1,9,11359,0,11359,0,0,0,0,0,0,24619,22678,8269,8876,0,0,0,0,11582,0,0,0,'SmartAI',1,1,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11360,0,0,0,0,0,15151,0,0,0,'Zulian Cub',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,2,0,0,0,0,72,106,26,1,9,11360,0,11360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13375,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11361,0,0,0,0,0,11031,0,0,0,'Zulian Tiger',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,72,106,26,1,9,11361,0,11361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13377,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11364,0,0,0,0,0,471,0,0,0,'[UNUSED] Zulian Tigress','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11365,0,0,0,0,0,633,0,0,0,'Zulian Panther',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,72,106,26,1,9,11365,0,11365,0,0,0,0,0,0,8355,24332,24333,0,0,0,0,0,8274,0,0,0,'SmartAI',1,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11366,0,0,0,0,0,11029,0,0,0,'[UNUSED] Zulian Matriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11367,0,0,0,0,0,11455,0,0,0,'[UNUSED] Zulian Patriarch','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11368,0,0,0,0,0,14562,0,0,0,'Bloodseeker Bat',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,0,104,138,0,252,1,1000,2000,1,512,2048,0,24,0,0,0,0,72,106,26,1,9,11368,0,11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,'SmartAI',1,5,1,1.75,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(11369,0,0,0,0,0,11032,0,0,0,'[UNUSED] Hidden Bloodseeker','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11370,0,0,0,0,0,963,0,0,0,'Razzashi Broodwidow',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2700,2000,1,64,2048,0,3,0,0,0,0,127,188,28,1,9,11370,0,0,0,0,0,0,0,0,24600,0,0,0,0,0,0,0,10519,0,0,0,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11371,0,0,0,0,0,15182,0,0,0,'Razzashi Serpent',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11371,0,11371,0,0,0,0,0,0,12097,24002,20539,0,0,0,0,0,12937,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11372,0,0,0,0,0,15150,0,0,0,'Razzashi Adder',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1400,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11372,0,11372,0,0,0,0,0,0,24011,24016,3391,0,0,0,0,0,12936,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11373,0,0,0,0,0,14559,0,0,0,'Razzashi Cobra',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,35,0,0,0,0,72,106,26,1,9,11373,0,11373,0,0,0,0,0,0,24097,27919,0,0,0,0,0,0,12941,0,737,967,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11374,0,0,0,0,0,15101,0,0,0,'Hooktooth Frenzy',NULL,NULL,0,60,60,0,1878,0,1.32,1.14286,1,1,104,138,0,252,7.5,1200,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,1,8,11374,0,100003,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,503,661,'SmartAI',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11375,0,0,0,0,0,11034,0,0,0,'[UNUSED] Zath','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11376,0,0,0,0,0,11447,0,0,0,'[UNUSED] Lor\'khan','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11377,0,0,0,0,0,2702,0,0,0,'[UNUSED] Hak\'tharr the Mindhunter','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11378,0,0,0,0,0,12089,0,0,0,'Foreman Thazz\'ril',NULL,NULL,0,4,4,0,29,2,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11379,0,0,0,0,0,14780,0,0,0,'[UNUSED] Nik\'reesh','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(11380,0,0,0,0,0,11311,0,0,0,'Jin\'do the Hexxer',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,11380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347142,424285,'',1,1,1,120,10,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_jindo',12340),
|
|
(11381,0,0,0,0,0,11298,0,0,0,'Jin','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11382,0,0,0,0,0,11288,0,0,0,'Bloodlord Mandokir',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,181,253,0,268,35,2500,2000,1,33600,2048,0,0,0,0,0,0,147,219,32,7,76,11382,0,0,0,0,0,0,0,0,24408,16856,24407,24314,0,0,0,0,0,0,331374,405013,'',1,1,1,140,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_mandokir',12340),
|
|
(11383,0,0,0,0,0,11295,0,0,0,'High Priestess Hai\'watna',NULL,NULL,0,57,57,0,28,0,1,1.14286,1,2,69,96,0,106,2.4,2000,1292,8,32832,2048,0,0,0,0,0,0,58,85,24,7,0,11383,11383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,907,'SmartAI',1,3,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11384,0,0,0,0,0,11294,0,0,0,'[UNUSED] Elder T\'kashra','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11385,0,0,0,0,0,2702,0,0,0,'[UNUSED] Mogwhi the Ruthless','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11386,0,0,0,0,0,2702,0,0,0,'[UNUSED] Janook the Bladefury','','',0,60,60,0,28,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11387,0,0,0,0,0,11314,0,0,0,'Sandfury Speaker','Sandfury Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11387,11387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,171,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11388,0,0,0,0,0,28233,0,0,0,'Witherbark Speaker','Witherbark Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,152,210,0,244,1,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,8,11388,0,0,0,0,0,0,0,0,15801,0,10414,10473,0,0,0,0,0,0,106,144,'SmartAI',1,1,1,1,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11389,0,0,0,0,0,11312,0,0,0,'Bloodscalp Speaker','Bloodscalp Troll Ambassador',NULL,0,61,61,0,28,0,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,18200,22691,24318,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11390,0,0,0,0,0,11313,0,0,0,'Skullsplitter Speaker','Skullsplitter Troll Ambassador',NULL,11393,61,61,0,28,1,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11390,0,0,0,0,0,0,0,0,3148,24048,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11391,0,0,0,0,0,28254,0,0,0,'Vilebranch Speaker','Vilebranch Troll Ambassador',NULL,0,61,61,0,28,2,1.32,1.14286,1,0,159,221,0,258,1,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,8,11391,0,0,0,0,0,0,0,0,13730,8599,15284,0,0,0,0,0,0,0,136,182,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vilebranch_speaker',12340),
|
|
(11392,0,0,0,0,0,11039,0,0,0,'Audrey Vergara','',NULL,0,30,30,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11393,0,0,0,0,0,11349,0,0,0,'Josh Miller','',NULL,0,35,35,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11394,0,0,0,0,0,11041,0,0,0,'Lauren Preston','',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11395,0,0,0,0,0,11350,0,0,0,'Kevin Faulder','',NULL,0,45,45,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11396,0,0,0,0,0,11043,0,0,0,'Joelle McCarthy','',NULL,0,60,60,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11397,0,0,0,0,0,11044,0,0,0,'Nara Meideros','Priest Trainer',NULL,3643,30,30,0,80,51,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,5,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11398,0,0,0,0,0,11045,0,0,0,'Charisse Moonrunner','',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11399,0,0,0,0,0,11046,0,0,0,'Ashlyn Vor\'lair','',NULL,0,30,30,0,124,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11400,0,0,0,0,0,11047,0,0,0,'Ann\'rimor Falchi','',NULL,0,45,45,0,1076,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11401,0,0,0,0,0,11048,0,0,0,'Priestess Alathea','Priest Trainer',NULL,4801,60,60,0,1076,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4096,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11402,0,0,0,0,0,11049,0,0,0,'Jarvis Greenhammer','',NULL,0,30,30,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11403,0,0,0,0,0,11051,0,0,0,'Russle Hochstein','',NULL,0,35,35,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11404,0,0,0,0,0,11052,0,0,0,'Dillon Gregor','',NULL,0,40,40,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11405,0,0,0,0,0,11050,0,0,0,'Diana Battleheart','',NULL,0,45,45,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11406,0,0,0,0,0,11053,0,0,0,'High Priest Rohan','Priest Trainer',NULL,3642,60,60,0,122,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11407,0,0,0,0,0,11054,0,0,0,'Var\'jun',NULL,NULL,3646,30,30,0,83,3,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,4096,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11408,0,0,0,0,0,11055,0,0,0,'Watna','',NULL,0,35,35,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11409,0,0,0,0,0,11056,0,0,0,'Jo\'bu','',NULL,0,40,40,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11410,0,0,0,0,0,11057,0,0,0,'Shal\'vol','',NULL,0,45,45,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11411,0,0,0,0,0,11058,0,0,0,'Priestess Kara\'van','',NULL,0,60,60,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11412,0,0,0,0,0,11059,0,0,0,'Danielle Koppen','',NULL,0,30,30,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11413,0,0,0,0,0,11060,0,0,0,'Vincent Wilfork','',NULL,0,35,35,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11414,0,0,0,0,0,11061,0,0,0,'Nicole Tarlow','',NULL,0,40,40,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11415,0,0,0,0,0,11062,0,0,0,'Amber Provost','',NULL,0,60,60,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11416,0,0,0,0,0,11063,0,0,0,'Thomas Brady','',NULL,0,45,45,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11437,0,0,0,0,0,10906,0,0,0,'Minor Infernal','',NULL,0,29,30,0,90,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11438,0,0,0,0,0,11461,0,0,0,'Bibbly F\'utzbuckle',NULL,NULL,0,45,45,0,69,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11439,0,0,0,0,0,11073,0,0,0,'Illusion of Jandice Barov',NULL,NULL,0,61,61,0,233,0,1.25,1.14286,1,1,159,221,0,258,1.5,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11440,0,0,0,0,0,12471,0,0,0,'Gordok Enforcer',NULL,NULL,0,53,54,0,45,0,1.6,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11440,11440,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,414,546,'SmartAI',0,3,1,1.3,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(11441,0,0,0,0,0,12473,0,0,0,'Gordok Brute',NULL,NULL,5746,57,58,0,45,1,1.76,1.14286,1,1,100,132,0,242,5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11441,11441,0,58,58,58,58,58,58,13737,20677,24317,0,0,0,0,0,0,0,689,905,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11442,0,0,0,0,0,12473,0,0,0,'Gordok Mauler',NULL,NULL,0,53,54,0,45,0,1.1,1.14286,1,0,92,122,0,224,5,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11442,11442,0,54,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,414,546,'SmartAI',0,3,1,1.3,1,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(11443,0,0,0,0,0,12472,0,0,0,'Gordok Ogre-Mage',NULL,NULL,0,52,53,0,45,0,1.1,1.14286,1,0,84,111,0,206,1,2000,2000,2,0,2048,0,0,0,0,0,0,57,84,20,7,0,11443,11443,0,53,53,53,53,53,53,10149,10179,0,0,0,0,0,0,0,0,340,449,'SmartAI',1,3,1,1.3,3,1,0,21982,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(11444,0,0,0,0,0,11537,0,0,0,'Gordok Mage-Lord',NULL,NULL,5746,57,58,0,45,1,1.76,1.14286,1,1,71,98,0,107,5,1175,1292,8,0,2048,0,0,0,0,0,0,59,87,24,7,0,11444,11441,0,58,58,58,58,58,58,20832,16102,15530,16170,0,0,0,0,0,0,519,683,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11445,0,0,0,0,0,11564,0,0,0,'Gordok Captain',NULL,NULL,0,59,60,0,45,0,1.78,1.14286,1,1,146,192,0,238,5,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11445,11441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,1020,'SmartAI',1,3,1,6,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11446,0,0,0,0,0,13093,13130,0,13132,'Gordok Spirit',NULL,NULL,0,60,60,0,45,0,1.76,1.14286,1,1,104,138,0,252,5,1175,1292,1,131076,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.000001,1,1,0,0,0,0,0,0,0,0,1,8388624,2359298,'',12340),
|
|
(11447,0,0,0,0,0,14382,0,0,0,'Mushgog',NULL,NULL,0,60,60,0,14,0,3.58,1.14286,1,2,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,11447,0,0,0,0,0,0,0,0,21749,24648,31689,0,0,0,0,0,0,0,3975,5196,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8395857,0,'',12340),
|
|
(11448,0,0,0,0,0,14423,0,0,0,'Gordok Warlock',NULL,NULL,0,59,60,0,45,0,1.76,1.14286,1,1,74,102,0,112,5,1175,1292,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,11448,11441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,742,'SmartAI',1,3,1,5,3,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11449,0,0,0,0,0,11573,0,0,0,'[UNUSED] Gordok Battle Mage','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11450,0,0,0,0,0,10709,0,0,0,'Gordok Reaver',NULL,NULL,0,58,59,0,45,0,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11450,11441,0,0,0,0,0,0,0,22572,22916,0,0,0,0,0,0,0,0,776,1018,'SmartAI',1,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11451,0,0,0,0,0,11345,0,0,0,'Wildspawn Satyr',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11451,0,0,0,0,0,0,0,0,15580,9080,8599,9128,0,0,0,0,0,0,439,578,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11452,0,0,0,0,0,2021,0,0,0,'Wildspawn Rogue',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,98,130,0,238,5,1500,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,11452,0,0,0,0,0,0,0,0,15583,15667,0,0,0,0,0,0,0,0,453,597,'SmartAI',0,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11453,0,0,0,0,0,2020,0,0,0,'Wildspawn Trickster',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,11453,0,0,0,0,0,0,0,171,12493,22371,4086,3609,0,0,0,0,0,0,373,492,'SmartAI',0,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11454,0,0,0,0,0,10032,0,0,0,'Wildspawn Betrayer',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,2000,1301,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11454,0,0,0,0,0,0,0,0,16100,18649,7896,11428,0,0,0,0,0,0,443,584,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11455,0,0,0,0,0,7649,0,0,0,'Wildspawn Felsworn',NULL,NULL,0,55,56,0,90,0,1,1.14286,1,1,68,94,0,104,5,2000,1292,8,0,2048,0,0,0,0,0,0,56,83,24,3,0,11455,0,0,0,0,0,0,168,0,22418,15654,15337,22417,0,0,0,0,0,0,341,451,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11456,0,0,0,0,0,2014,0,0,0,'Wildspawn Shadowstalker',NULL,NULL,0,56,56,0,90,0,1,1.14286,1,1,96,127,0,234,5,1500,1292,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,11456,0,0,0,0,0,0,0,0,14897,22416,0,0,0,0,0,0,0,0,441,580,'SmartAI',1,3,1,3,1.5,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11457,0,0,0,0,0,11340,0,0,0,'Wildspawn Hellcaller',NULL,NULL,0,56,57,0,90,0,1,1.14286,1,1,91,121,0,224,5,2000,1283,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,11457,0,0,0,171,0,0,0,0,15228,20754,0,0,0,0,0,0,0,0,381,503,'SmartAI',1,3,1,3,2,1,0,18603,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11458,0,0,0,0,0,2078,0,0,0,'Petrified Treant',NULL,NULL,0,57,59,0,16,0,1,1.14286,1,1,102,135,0,248,5,2000,1283,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11458,0,0,0,0,0,0,0,0,22693,0,0,0,0,0,0,0,0,0,476,627,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11459,0,0,0,0,0,13489,0,0,0,'Ironbark Protector',NULL,NULL,0,57,59,0,16,0,1.11111,1.14286,1,1,102,135,0,248,5,2000,1283,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11459,0,0,0,0,0,0,0,0,5568,18670,28858,0,0,0,0,0,0,0,859,1127,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11460,0,0,0,0,0,911,0,0,0,'Alzzin\'s Minion',NULL,NULL,0,56,56,0,16,0,1,2.14286,1,0,96,127,0,234,1,800,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(11461,0,0,0,0,0,13173,0,0,0,'Warpwood Guardian',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,93,123,0,228,5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,4,0,11461,0,0,0,0,0,0,0,0,16172,15615,22373,0,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11462,0,0,0,0,0,10621,0,0,0,'Warpwood Treant',NULL,NULL,0,54,55,0,16,0,1,1.14286,1,1,94,125,0,228,5,2000,1301,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,11462,0,0,0,0,0,0,0,0,14331,11428,18368,0,0,0,0,0,0,0,425,559,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11463,0,0,0,0,0,10621,0,0,0,'[UNUSED] Warpwood Scrabbler','','',0,60,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11464,0,0,0,0,0,9592,0,0,0,'Warpwood Tangler',NULL,NULL,0,55,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1292,2,0,2048,0,0,0,0,0,0,61,90,21,4,0,11464,0,0,0,0,0,0,0,0,22415,22414,0,0,0,0,0,0,0,0,367,484,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11465,0,0,0,0,0,6350,0,0,0,'Warpwood Stomper',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2500,1292,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,11465,0,0,0,0,0,0,0,0,16727,3391,0,0,0,0,0,0,0,0,476,627,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11466,0,0,0,0,0,11207,11208,11209,11210,'Highborne Summoner','House of Shen\'dralar',NULL,0,55,55,0,40,0,1.72,1.14286,1,1,87,116,0,214,5,1216,1338,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,3,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11467,0,0,0,0,0,11250,0,0,0,'Tsu\'zee',NULL,NULL,0,59,59,0,16,0,1.77,1.14286,1,2,102,135,0,248,5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11467,0,0,0,0,0,0,0,0,12540,14873,21060,37685,0,0,0,0,0,0,1359,1779,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11468,0,0,0,0,0,11241,11242,11243,11244,'[UNUSED] Eldreth Lichling','','',0,59,60,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11469,0,0,0,0,0,11213,11214,11215,11216,'Eldreth Seether',NULL,NULL,0,58,59,0,16,2,1,1.14286,1,1,102,135,0,248,5,1600,1283,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11469,0,0,0,0,0,0,0,0,16843,8269,0,0,0,0,0,0,0,0,491,646,'SmartAI',1,3,1,3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11470,0,0,0,0,0,11205,11206,11211,11212,'Eldreth Sorcerer',NULL,NULL,0,58,59,0,16,2,1,1.14286,1,1,133,176,0,234,5,2000,1283,2,0,2048,0,0,0,0,0,0,91,133,23,6,0,11470,0,0,0,0,0,0,0,0,13323,22823,16006,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11471,0,0,0,0,0,14365,0,0,0,'Eldreth Apparition',NULL,NULL,0,57,58,0,16,0,1.11111,1.14286,1,1,93,123,0,228,5,2000,1292,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,11471,0,0,0,0,0,0,0,0,16799,18100,22744,15244,0,0,0,0,0,0,396,522,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11472,0,0,0,0,0,10751,0,0,0,'Eldreth Spirit',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11472,0,0,0,0,0,0,0,0,16838,22743,0,0,0,0,0,0,0,0,464,610,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11473,0,0,0,0,0,14366,0,0,0,'Eldreth Spectre',NULL,NULL,0,58,59,0,16,0,0.833334,0.857143,1,1,133,176,0,234,5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,6,0,11473,0,0,0,0,0,0,0,0,17201,7154,16380,0,0,0,0,0,0,0,402,529,'SmartAI',1,3,1,3,3,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11474,0,0,0,0,0,7857,0,0,0,'Eldreth Wraith','',NULL,0,59,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11475,0,0,0,0,0,14368,0,0,0,'Eldreth Phantasm',NULL,NULL,0,58,59,0,16,0,1.11111,1.14286,1,1,102,135,0,248,5,2000,1292,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11475,0,0,0,0,0,0,0,0,0,15802,0,0,0,0,0,0,0,0,478,629,'SmartAI',1,3,1,3,1,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11476,0,0,0,0,0,11078,0,0,0,'Skeletal Highborne',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,0,100,132,0,242,5,2000,1584,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,11476,0,0,0,0,0,0,0,0,21081,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11477,0,0,0,0,0,14391,0,0,0,'Rotting Highborne',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,5,2000,1562,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,11477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11478,0,0,0,0,0,14252,0,0,0,'[UNUSED] Mana Beast','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11479,0,0,0,0,0,14252,0,0,0,'Arcane Horror','',NULL,0,58,59,0,834,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11480,0,0,0,0,0,14253,0,0,0,'Arcane Aberration',NULL,NULL,0,59,60,0,834,0,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,11480,0,0,120,60,120,120,60,300,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11481,0,0,0,0,0,1070,0,0,0,'[UNUSED] Arcane Terror','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11483,0,0,0,0,0,14272,0,0,0,'Mana Remnant',NULL,NULL,0,57,59,0,834,0,1,1.14286,1,1,133,176,0,234,5,2000,1292,2,0,2048,0,0,0,0,0,0,91,133,23,4,0,11483,0,0,290,290,290,290,290,290,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11484,0,0,0,0,0,14254,0,0,0,'Residual Monstrosity',NULL,NULL,0,59,60,0,834,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,11484,0,0,120,120,120,120,120,120,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11486,0,0,0,0,0,11256,0,0,0,'Prince Tortheldrin','Ruler of the Shen\'dralar',NULL,5736,61,61,0,1355,1,1,1.14286,1,1,159,221,0,258,5,1500,1274,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,11486,0,0,0,0,0,0,0,0,20691,22920,0,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11487,0,0,0,0,0,14384,0,0,0,'Magister Kalendris',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,146,192,0,238,5,2000,1274,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11487,0,0,0,0,0,0,0,0,17146,22919,17287,7645,0,0,0,0,0,0,992,1300,'SmartAI',1,3,1,8.5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11488,0,0,0,0,0,11270,0,0,0,'Illyanna Ravenoak',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,146,192,0,238,5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11488,0,0,0,0,0,0,0,0,5116,20904,14290,14295,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,7,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11489,0,0,0,0,0,14383,0,0,0,'Tendris Warpwood',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,5,2000,1283,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,11489,0,0,300,60,300,60,60,60,5568,22924,22916,22994,0,0,0,0,0,0,1502,1966,'SmartAI',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11490,0,0,0,0,0,11335,0,0,0,'Zevrim Thornhoof',NULL,NULL,0,57,57,0,90,0,1,1.14286,1,1,98,130,0,238,5,2000,1292,1,0,2048,0,0,0,0,0,0,68,99,24,3,0,11490,0,0,0,0,0,0,0,0,22478,22651,0,0,0,0,0,0,0,0,1029,1349,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11491,0,0,0,0,0,13170,0,0,0,'Old Ironbark',NULL,NULL,5601,58,58,0,35,1,1,1.14286,1,1,100,132,0,242,5,2000,1310,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,290,290,290,290,290,290,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11492,0,0,0,0,0,14416,0,0,0,'Alzzin the Wildshaper',NULL,NULL,0,58,58,0,90,0,1,1.42857,1,1,93,123,0,228,5,1300,1292,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,11492,0,0,0,0,180,0,0,0,22689,22662,19319,0,0,0,0,0,0,0,1456,1906,'SmartAI',1,3,1,14,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(11493,0,0,0,0,0,5561,0,0,0,'[UNUSED] Sentius','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11494,0,0,0,0,0,11686,0,0,0,'Alzinn Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(11495,0,0,0,0,0,5234,0,0,0,'[UNUSED] Avidus','','',0,60,60,0,834,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11496,0,0,0,0,0,14173,0,0,0,'Immol\'thar',NULL,NULL,0,61,61,0,754,0,8.9,2,1,1,159,221,0,258,5,1158,1274,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,11496,0,11496,0,0,0,0,0,0,16128,15550,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,8389713,0,'',12340),
|
|
(11497,0,0,0,0,0,12683,0,0,0,'The Razza',NULL,NULL,0,60,60,0,14,0,1.79,1.14286,1,2,146,192,0,238,7.5,1150,1265,2,0,2048,0,38,0,0,0,0,101,167,24,1,65545,11497,0,11497,0,0,0,0,0,0,16033,22937,22951,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,8395857,0,'',12340),
|
|
(11498,0,0,0,0,0,10169,0,0,0,'Skarr the Unbreakable',NULL,NULL,0,58,58,0,45,0,3.58,1.14286,1,2,100,132,0,242,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,11498,0,0,0,0,0,0,0,0,15496,11428,15708,0,0,0,0,0,0,0,3779,4939,'',0,3,1,20,1,1,0,0,0,0,0,0,0,51,1,8395857,0,'',12340),
|
|
(11499,0,0,0,0,0,11565,0,0,0,'[UNUSED] Commander Gormaul','','',0,59,59,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(11500,0,0,0,0,0,13129,0,0,0,'[UNUSED] Majordomo Bagrosh','','',0,60,60,0,45,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11501,0,0,0,0,0,11583,0,0,0,'King Gordok',NULL,NULL,0,62,62,0,45,0,3.58,1.14286,1,1,172,240,0,262,5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,11501,0,0,0,0,0,0,0,0,22886,15708,15572,16727,0,0,0,0,0,0,2035,2148,'SmartAI',1,3,1,9,1,1,0,21982,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11502,0,0,0,0,0,11121,0,0,0,'Ragnaros',NULL,NULL,0,63,63,0,1081,0,1,1.14286,1,3,181,253,0,268,35,2800,1880,1,0,2048,0,0,0,0,0,0,147,219,32,4,108,11502,0,0,0,0,0,0,0,0,20566,19773,19780,20565,0,0,0,0,0,0,1330030,1625593,'',1,3,1,330,1,1,0,19017,20951,0,0,0,0,0,1,617299803,1,'boss_ragnaros',12340),
|
|
(11516,0,0,0,0,0,6825,0,0,0,'Timbermaw Warder',NULL,NULL,0,53,54,0,414,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11516,11516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,154,'',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11517,0,0,0,0,0,11611,0,0,0,'Oggleflint','Ragefire Chieftain',NULL,0,16,16,0,59,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,16,23,2,7,0,11517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11518,0,0,0,0,0,11429,0,0,0,'Jergosh the Invoker',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,17,23,0,24,1.7,2000,2000,8,64,2048,0,0,0,0,0,0,15,22,13,7,0,11518,11518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11519,0,0,0,0,0,2007,0,0,0,'Bazzalan',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,16,23,2,7,0,11519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,125,'SmartAI',1,3,1,4.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11520,0,0,0,0,0,7970,0,0,0,'Taragaman the Hungerer',NULL,NULL,0,16,16,0,554,0,1,1.14286,1,1,23,31,0,56,1.7,2000,2000,1,32832,2048,0,0,0,0,0,0,16,23,2,7,0,11520,11520,0,0,0,0,0,0,0,11970,18072,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,5.25,1,1,0,14540,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11521,0,0,0,0,0,10283,10284,10919,0,'Kodo Apparition',NULL,NULL,0,37,38,0,14,0,1.68,1.14286,1,0,53,70,0,128,1,1640,1804,1,0,2048,0,0,0,0,0,0,36,53,13,1,0,11521,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11536,0,0,0,0,0,11352,0,0,0,'Quartermaster Miranda Breechlock','The Argent Dawn',NULL,3461,58,58,0,814,131,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11537,0,0,0,0,0,11321,0,0,0,'TEST GEAR PALADIN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11538,0,0,0,0,0,11322,0,0,0,'TEST GEAR WARRIOR','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11539,0,0,0,0,0,11323,0,0,0,'TEST GEAR HUNTER','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11540,0,0,0,0,0,11324,0,0,0,'TEST GEAR MAGE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11541,0,0,0,0,0,11325,0,0,0,'TEST GEAR WARLOCK','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11542,0,0,0,0,0,11326,0,0,0,'TEST GEAR DRUID','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11543,0,0,0,0,0,11328,0,0,0,'TEST GEAR SHAMAN','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11544,0,0,0,0,0,11329,0,0,0,'TEST GEAR PRIEST','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11545,0,0,0,0,0,11330,0,0,0,'TEST GEAR ROGUE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11546,0,0,0,0,0,11351,0,0,0,'Jack Sterling',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11547,0,0,0,0,0,9785,0,0,0,'Skeletal Scholomance Student','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11548,0,0,0,0,0,11359,0,0,0,'Loh\'atu',NULL,NULL,3481,45,45,0,35,3,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11549,0,0,0,0,0,11360,0,0,0,'Austin Burwell','',NULL,0,40,40,0,123,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11550,0,0,0,0,0,11361,0,0,0,'Taylor Burwell','',NULL,0,40,40,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11551,0,0,0,0,0,11178,0,0,0,'Necrofiend',NULL,NULL,0,58,60,0,233,0,1,1.14286,1,1,104,138,0,252,3.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,11551,0,0,0,0,0,0,0,0,16469,25349,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11552,0,0,0,0,0,2003,0,0,0,'Timbermaw Mystic',NULL,NULL,0,52,54,0,414,0,0.666668,0.992063,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,11552,11552,0,0,0,0,0,0,0,10934,10946,0,0,0,0,0,0,0,0,111,150,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11553,0,0,0,0,0,1999,0,0,0,'Timbermaw Woodbender',NULL,NULL,0,52,53,0,414,0,0.666668,0.992063,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11553,11553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,145,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11554,0,0,0,0,0,5851,0,0,0,'Grazle',NULL,NULL,3622,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11555,0,0,0,0,0,1012,0,0,0,'Gorn One Eye',NULL,NULL,3625,55,55,0,414,131,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11556,0,0,0,0,0,6829,0,0,0,'Salfa',NULL,NULL,3623,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11557,0,0,0,0,0,11363,0,0,0,'Meilosh',NULL,NULL,3626,55,55,0,414,211,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,2,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11558,0,0,0,0,0,1997,0,0,0,'Kernda',NULL,NULL,6801,55,55,0,414,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11559,0,0,0,0,0,9531,0,0,0,'Outcast Necromancer',NULL,NULL,0,39,40,0,16,0,1.02,1.14286,1,0,40,55,0,60,1,2000,2000,8,0,2048,0,0,0,0,0,0,34,49,19,7,0,11559,11559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,1,1,1.15,1,1,0,6067,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(11560,0,0,0,0,0,11370,0,0,0,'Magrami Spectre',NULL,NULL,0,38,39,0,7,0,1.47,1.14286,1,0,54,72,0,132,1,1620,1782,1,0,2048,0,0,0,0,0,0,37,55,13,6,0,11560,0,0,0,0,0,0,0,0,18159,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,15849,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11561,0,0,0,0,0,11369,0,0,0,'Undead Ravager',NULL,NULL,0,37,38,0,21,0,1.02,1.14286,1,0,53,70,0,128,1,1500,2000,1,0,2048,0,0,0,0,0,0,36,53,13,6,0,11561,11561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,86,'',1,1,1,1.15,1,1,0,2477,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(11562,0,0,0,0,0,11371,0,0,0,'Drysnap Crawler',NULL,NULL,0,33,34,0,16,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,2,32768,2048,0,0,0,0,0,0,39,45,10,7,0,11562,11562,0,0,0,0,0,0,0,12544,12548,0,0,0,0,0,0,0,0,46,65,'',1,3,1,1,1,1,0,15878,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11563,0,0,0,0,0,3214,0,0,0,'Drysnap Pincer',NULL,NULL,0,34,35,0,16,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,11563,11563,0,0,0,0,0,0,0,13444,13443,0,0,0,0,0,0,0,0,51,72,'',1,3,1,1,1,1,0,15878,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11564,0,0,0,0,0,7933,0,0,0,'Gizelton Caravan Kodo',NULL,NULL,0,35,35,0,35,0,1.04,0.85714,1,0,49,64,0,118,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,49,11,1,4096,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(11576,0,0,0,0,0,8714,0,0,0,'Whirlwind Ripper',NULL,NULL,0,32,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,1400,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,11576,0,0,34,34,34,34,34,68,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11577,0,0,0,0,0,11373,0,0,0,'Whirlwind Stormwalker',NULL,NULL,0,35,37,0,91,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,4,0,11577,0,0,37,37,37,37,37,75,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11578,0,0,0,0,0,11374,0,0,0,'Whirlwind Shredder',NULL,NULL,0,32,34,0,91,0,1,1.14286,1,0,47,63,0,114,1,1400,2000,1,0,2048,0,0,0,0,0,0,33,48,11,4,0,11578,0,0,34,34,34,34,34,68,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11579,0,0,0,0,0,5490,0,0,0,'Tempest','',NULL,0,41,41,0,91,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11580,0,0,0,0,0,10701,0,0,0,'Kelemis the Lifeless','',NULL,0,41,41,0,21,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11581,0,0,0,0,0,11390,11392,11391,11393,'Scarlet Assassin','',NULL,0,54,56,0,67,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11582,0,0,0,0,0,11163,11128,11129,11177,'Scholomance Dark Summoner',NULL,NULL,0,58,59,0,233,0,1.15,1.14286,1,1,133,176,0,234,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,91,133,23,7,0,11582,11582,0,0,0,0,0,0,0,0,15042,17620,0,0,0,0,0,0,0,406,535,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11583,0,0,0,0,0,11380,0,0,0,'Nefarian','',NULL,0,63,63,0,14,0,3.9,1.14286,1,3,181,253,0,268,35,1020,1480,1,0,2048,0,0,0,0,0,0,147,219,32,2,108,11583,0,11583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2314285,2828570,'',1,7,1,650,20,1,0,21138,0,0,0,0,0,188,1,617299803,257,'boss_nefarian',12340),
|
|
(11596,0,0,0,0,0,11470,0,0,0,'Smeed Scrabblescrew',NULL,NULL,0,45,45,0,69,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11597,0,0,0,0,0,10914,0,0,0,'Cheveyo','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,6249,7271,0,0,0,0,0,1,0,0,'',12340),
|
|
(11598,0,0,0,0,0,775,5432,533,10975,'Risen Guardian',NULL,NULL,0,59,61,0,233,0,1,1.14286,1,0,152,210,0,244,1,2400,1540,2,0,2048,0,0,0,0,0,0,120,179,25,6,0,11598,0,0,0,0,0,0,0,0,16583,11443,7289,7068,11443,0,0,0,0,0,71,97,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11599,22742,32013,37332,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11600,22747,32018,37337,0,0,10285,0,0,0,'Irondeep Shaman',NULL,NULL,0,63,64,0,59,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11601,22740,32011,37330,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11602,22748,32019,37338,0,0,10285,0,0,0,'Irondeep Skullthumper',NULL,NULL,0,54,55,0,59,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,147,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11603,22778,32139,37469,0,0,371,0,0,0,'Whitewhisker Digger',NULL,NULL,0,52,53,0,26,0,1,1.14286,1,0,89,119,0,218,1,2000,1292,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,148,'SmartAI',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11604,22779,32140,37470,0,0,371,0,0,0,'Whitewhisker Geomancer',NULL,NULL,0,53,54,0,26,0,1,1.14286,1,0,86,114,0,210,1,2000,1301,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11605,22780,32141,37471,0,0,371,0,0,0,'Whitewhisker Overseer',NULL,NULL,0,54,55,0,26,0,1,1.14286,1,0,94,125,0,228,1,2000,1292,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11606,22781,32142,37472,0,0,371,0,0,0,'Whitewhisker Tunnel Rat','',NULL,0,1,1,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11608,0,0,0,0,0,11456,0,0,0,'Bardu Sharpeye',NULL,NULL,3601,50,50,0,83,3,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4096,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11609,0,0,0,0,0,11457,0,0,0,'Alexia Ironknife',NULL,NULL,3602,51,51,0,122,3,1,1.14286,1,0,80,106,0,198,1,2000,2000,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,11609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11610,0,0,0,0,0,11458,0,0,0,'Kirsta Deepshadow',NULL,NULL,3603,53,53,0,35,3,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11611,0,0,0,0,0,11459,0,0,0,'Cavalier Durgen',NULL,NULL,0,57,57,0,67,0,1.1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,11611,11611,0,0,0,0,0,0,0,13953,13005,13008,0,0,0,0,0,0,0,111,150,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11613,0,0,0,0,0,11462,0,0,0,'Huntsman Radley',NULL,NULL,0,56,56,0,67,0,1.1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,11613,11613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,166,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11614,0,0,0,0,0,3203,0,0,0,'Bloodshot',NULL,NULL,0,54,54,0,67,0,1.1,1.14286,1,0,92,122,0,224,1,2000,2000,1,0,2048,0,1,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,13692,0,0,0,0,0,0,0,5956,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11615,0,0,0,0,0,12469,0,0,0,'Mickey Levine',NULL,NULL,3604,55,55,0,83,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,11615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11616,0,0,0,0,0,14953,0,0,0,'Nathaniel Dumah',NULL,NULL,3821,55,55,0,123,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11617,0,0,0,0,0,11465,0,0,0,'Digger \"The Wrench\" Veriatus','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11618,0,0,0,0,0,11466,0,0,0,'Archmage Antonio','',NULL,0,57,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11619,0,0,0,0,0,11467,0,0,0,'Merchant Bolden','',NULL,0,57,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11620,0,0,0,0,0,12329,12330,12331,12332,'Spectral Marauder',NULL,NULL,0,57,58,0,43,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,5337,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(11621,0,0,0,0,0,11475,11476,11477,11478,'Spectral Corpse',NULL,NULL,0,57,58,0,7,0,1,0.857143,1,0,100,132,0,242,1,2000,2000,1,33024,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(11622,0,0,0,0,0,12073,0,0,0,'Rattlegore',NULL,NULL,0,61,61,0,233,0,1,1.19048,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,6,0,11622,11622,0,0,0,0,0,0,0,10101,16727,18116,0,0,0,0,0,0,0,1376,1801,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11623,0,0,0,0,0,11659,0,0,0,'Scourge Summoning Crystal','',NULL,0,60,60,0,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11624,0,0,0,0,0,11792,0,0,0,'Taiga Wisemane',NULL,NULL,0,60,60,0,104,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11625,0,0,0,0,0,11629,0,0,0,'Cork Gizelton',NULL,NULL,3961,38,38,0,35,3,1,0.857143,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'npc_cork_gizelton',12340),
|
|
(11626,0,0,0,0,0,11630,0,0,0,'Rigger Gizelton',NULL,NULL,3963,36,36,0,35,3,1.06,0.857143,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(11627,0,0,0,0,0,10918,0,0,0,'Tamed Kodo',NULL,NULL,3650,34,37,0,7,0,1.11,1.14286,1,0,51,68,0,124,1,1660,1826,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,55,1,0,0,'npc_aged_dying_ancient_kodo',12340),
|
|
(11628,0,0,0,0,0,10256,4631,0,0,'Decaying Corpse','',NULL,0,40,41,0,233,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(11629,0,0,0,0,0,11512,0,0,0,'Jessica Redpath',NULL,NULL,0,50,50,0,794,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11636,0,0,0,0,0,11591,11592,11594,11596,'Servant of Weldon Barov',NULL,NULL,0,60,60,0,210,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11637,0,0,0,0,0,11589,11590,11593,11595,'Servant of Alexi Barov',NULL,NULL,0,60,60,0,106,0,1.14,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11656,0,0,0,0,0,11857,11859,11858,11860,'Warsong Peon',NULL,NULL,0,26,27,0,83,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,11656,11656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11657,22685,32045,37366,0,0,5945,0,0,0,'Morloch',NULL,NULL,0,58,58,1,59,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,512,2048,0,0,0,0,0,0,64,94,23,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,210,'SmartAI',1,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11658,0,0,0,0,0,8269,0,0,0,'Molten Giant',NULL,NULL,0,62,62,0,54,0,0.777776,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,5,8,11658,0,0,0,93,0,0,0,0,18944,18945,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,40,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11659,0,0,0,0,0,12162,0,0,0,'Molten Destroyer',NULL,NULL,0,63,63,0,54,0,0.777776,1.71429,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,8,11659,0,0,0,93,0,0,0,0,20276,19129,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,45,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11660,0,0,0,0,0,12233,0,0,0,'[UNUSED] Molten Colossus','','',0,63,63,0,54,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,50,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11661,0,0,0,0,0,12030,0,0,0,'Flamewaker',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,8,11661,0,0,0,93,0,0,0,0,19730,20277,15502,0,0,0,0,0,0,0,3417,4468,'SmartAI',1,3,1,30,10,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11662,0,0,0,0,0,12030,0,0,0,'Flamewaker Priest',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,131,188,0,116,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,118,175,25,7,0,11662,0,0,0,93,0,0,0,0,19775,23952,19777,20294,0,0,0,0,0,0,0,0,'',1,3,1,30,12,1,0,20951,0,0,0,0,0,164,1,0,0,'npc_flamewaker_priest',12340),
|
|
(11663,0,0,0,0,0,13029,0,0,0,'Flamewaker Healer',NULL,NULL,0,60,60,0,54,0,1,1.71429,1,1,146,192,0,238,7.5,2000,1191,2,0,2048,0,0,0,0,0,0,101,167,24,7,8,11663,0,0,0,0,0,0,0,0,20603,24668,0,0,0,0,0,0,0,0,4222,5518,'SmartAI',1,3,1,40,12,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11664,0,0,0,0,0,12002,0,0,0,'Flamewaker Elite',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2400,1191,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,11664,0,0,0,93,-93,-93,-93,-93,20793,20229,20623,0,0,0,0,0,0,0,4777,6244,'SmartAI',1,3,1,40,12,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11665,0,0,0,0,0,12164,0,0,0,'Lava Annihilator',NULL,NULL,0,61,62,0,54,0,1.55556,2.28571,1,1,172,240,0,262,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11665,0,0,0,93,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,20951,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(11666,0,0,0,0,0,1070,0,0,0,'Firewalker',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11666,0,0,0,0,0,-93,0,0,19635,19636,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11667,0,0,0,0,0,5488,0,0,0,'Flameguard',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11667,0,0,0,0,0,-93,0,0,19630,19631,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11668,0,0,0,0,0,12231,0,0,0,'Firelord',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,1500,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11668,0,0,0,0,0,-93,0,0,19393,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,30,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11669,0,0,0,0,0,12190,0,0,0,'Flame Imp',NULL,NULL,0,61,62,0,54,0,1,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,11669,0,0,122,186,122,122,122,122,20203,0,0,0,0,0,0,0,0,0,517,680,'',1,3,1,3,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11670,0,0,0,0,0,12190,0,0,0,'[UNUSED] Flame Shrieker','','',0,62,62,0,54,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11671,0,0,0,0,0,12168,0,0,0,'Core Hound',NULL,NULL,0,61,61,0,54,0,1,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,45,0,0,0,0,127,188,28,1,8,0,0,100003,0,93,0,0,0,0,19771,19771,0,0,0,0,0,0,0,0,2056,2689,'',1,3,1,15,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(11672,0,0,0,0,0,11997,0,0,0,'Core Rager',NULL,NULL,0,62,62,0,54,0,1,2.28571,1,1,172,240,0,262,7.5,1333,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65545,0,0,100003,0,95,0,0,0,0,3417,19820,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,199,1,0,0,'npc_core_rager',12340),
|
|
(11673,0,0,0,0,0,12189,0,0,0,'Ancient Core Hound',NULL,NULL,0,62,62,0,54,0,1.2,1.71429,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,45,0,0,0,0,139,207,30,1,65545,11673,0,11673,0,93,0,0,0,0,19272,19319,19369,19365,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,20951,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(11675,22763,32083,37404,0,0,10282,0,0,0,'Snowblind Windcaller',NULL,NULL,0,53,54,0,514,0,1.38889,1.14286,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,243,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11676,22642,31974,37293,0,0,12815,0,0,0,'Fjordune the Greater','',NULL,0,1,1,0,14,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(11677,22694,32110,37431,0,0,371,0,0,0,'Taskmaster Snivvle',NULL,NULL,0,58,58,0,26,0,1.76,1.14286,1,0,93,123,0,228,1,1175,1292,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11678,22761,32081,37402,0,0,10282,0,0,0,'Snowblind Ambusher',NULL,NULL,0,52,53,0,514,0,1.38889,1.14286,1,0,89,119,0,218,1,1700,1562,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11679,22796,0,0,0,0,14034,14036,14035,14037,'Winterax Witch Doctor',NULL,NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11680,0,0,0,0,0,11869,11870,11871,11872,'Horde Scout',NULL,NULL,0,26,28,0,83,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,32768,2048,0,0,0,0,0,0,25,37,7,7,0,11680,11680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11681,0,0,0,0,0,11853,11855,11854,11856,'Horde Deforester',NULL,NULL,0,27,28,0,83,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,11681,11681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11682,0,0,0,0,0,11861,11863,11862,11864,'Warsong Grunt',NULL,NULL,0,29,30,0,83,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,11682,11682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,61,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11683,0,0,0,0,0,11865,11866,11867,11868,'Warsong Shaman',NULL,NULL,0,28,29,0,83,0,1.05,1.14286,1,0,29,40,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,25,36,16,7,0,11683,11683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,53,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11684,0,0,0,0,0,1303,0,0,0,'Warsong Shredder',NULL,NULL,0,27,27,0,83,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,9,0,11684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,56,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(11685,0,0,0,0,0,9440,0,0,0,'Maraudine Priest',NULL,NULL,0,40,42,0,134,0,1.02,1.14286,1,0,44,61,0,67,1,2000,2000,8,0,2048,0,0,0,0,0,0,37,55,19,7,0,11685,11685,0,0,0,0,0,0,0,11639,16568,0,0,0,0,0,0,0,0,57,79,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11686,0,0,0,0,0,11638,0,0,0,'Ghostly Raider',NULL,NULL,0,40,41,0,134,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,6,0,11686,11686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,98,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11687,0,0,0,0,0,11639,0,0,0,'Ghostly Marauder',NULL,NULL,0,41,42,0,134,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,6,0,11687,11687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,96,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11688,0,0,0,0,0,11640,0,0,0,'Cursed Centaur',NULL,NULL,0,43,43,0,134,0,2.51,1.14286,1,4,67,88,0,162,1,1266,1393,1,0,2048,0,0,0,0,0,0,46,67,16,7,0,11688,11688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11689,0,0,0,0,0,11641,0,0,0,'Brown Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(11690,0,0,0,0,0,3024,0,0,0,'Gnarlpine Instigator',NULL,NULL,0,8,8,0,82,0,0.95,1.14286,1,0,10,14,0,38,1,1930,2123,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,11690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(11696,0,0,0,0,0,11662,0,0,0,'Chal Fairwind','Wintersaber Trainers',NULL,0,53,53,0,80,3,1.1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4608,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11697,0,0,0,0,0,2834,0,0,0,'Mannoroc Lasher',NULL,NULL,0,29,30,0,90,0,1.1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,3,0,11697,11697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,58,'SmartAI',1,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11698,0,0,0,0,0,12149,0,0,0,'Hive\'Ashi Stinger',NULL,NULL,0,57,58,0,310,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11698,0,11698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(11699,0,0,0,0,0,11656,0,0,0,'Varian Wrynn','King of Stormwind',NULL,0,60,60,0,534,2,1.26,1.14286,1,0,104,138,0,252,1,800,1000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,754,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11700,0,0,0,0,0,11664,0,0,0,'Sarin Starlight',NULL,NULL,0,55,55,0,80,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11701,0,0,0,0,0,11667,0,0,0,'Mor\'vek','Ravasaur Trainers',NULL,10438,60,60,0,126,3,1,1.38571,1,0,104,138,0,252,1,2000,1551,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,11701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11702,0,0,0,0,0,11665,0,0,0,'Arin\'sor','Ravasaur Trainers',NULL,0,60,60,0,126,3,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11703,0,0,0,0,0,11666,0,0,0,'Graw Cornerstone','Mail Armor Merchant',NULL,0,58,58,0,55,4226,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4608,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11704,0,0,0,0,0,19819,0,0,0,'Kriss Goldenlight',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11705,0,0,0,0,0,19825,0,0,0,'Rayan Dawnrisen',NULL,NULL,0,55,55,0,35,2,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11706,0,0,0,0,0,18908,0,0,0,'Adon',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11707,0,0,0,0,0,19818,0,0,0,'Joy Ar\'nareth',NULL,NULL,0,59,59,0,35,2,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,512,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11708,0,0,0,0,0,11670,0,0,0,'Coral Moongale',NULL,NULL,0,50,50,0,80,2,1.1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11709,0,0,0,0,0,11680,0,0,0,'Jareth Wildwoods',NULL,NULL,0,16,16,0,80,2,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,512,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11710,0,0,0,0,0,2325,0,0,0,'Mirador',NULL,NULL,0,50,50,0,35,0,1,1.28571,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11711,0,0,0,0,0,11663,0,0,0,'Sentinel Aynasha',NULL,NULL,0,20,20,0,231,2,0.94,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(11712,0,0,0,0,0,11682,0,0,0,'Lilyn Darkriver',NULL,NULL,0,41,41,0,80,2,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,4096,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11713,0,0,0,0,0,1010,0,0,0,'Blackwood Tracker',NULL,NULL,0,14,15,0,82,0,0.99,1.14286,1,0,20,27,0,48,1,1860,2046,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,11713,0,0,0,0,0,0,0,0,6950,3391,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11714,0,0,0,0,0,11661,0,0,0,'Marosh the Devious',NULL,NULL,0,16,16,0,82,0,1.33,1.14286,1,0,22,29,0,52,1,1810,1991,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,11714,0,0,0,0,0,0,0,0,6950,3391,0,0,0,0,0,0,0,0,18,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11715,0,0,0,0,0,11683,0,0,0,'Talendria',NULL,NULL,0,45,45,0,80,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4608,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11716,0,0,0,0,0,11684,0,0,0,'Celes Earthborne',NULL,NULL,0,60,60,0,35,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11717,0,0,0,0,0,11692,0,0,0,'Bethan Bluewater',NULL,NULL,0,43,43,0,80,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11718,0,0,0,0,0,11673,0,0,0,'Sar Browneye',NULL,NULL,0,53,53,0,104,2,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,4608,2048,0,0,0,0,0,0,62,91,22,7,0,11718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11719,0,0,0,0,0,11681,0,0,0,'Navi Quickdraw','',NULL,0,35,35,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11720,0,0,0,0,0,11685,0,0,0,'Loruk Foreststrider',NULL,NULL,0,44,44,0,104,2,1.05,1.14286,1,0,72,96,0,174,1,2000,2000,1,4608,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11721,0,0,0,0,0,12151,0,0,0,'Hive\'Ashi Worker',NULL,NULL,0,57,58,0,311,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11721,0,11721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11722,0,0,0,0,0,12153,0,0,0,'Hive\'Ashi Defender',NULL,NULL,0,58,59,0,310,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11722,0,11722,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11723,0,0,0,0,0,12150,0,0,0,'Hive\'Ashi Sandstalker',NULL,NULL,0,59,59,0,310,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,41,0,0,0,0,70,103,25,1,65537,11723,0,11723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11724,0,0,0,0,0,12152,0,0,0,'Hive\'Ashi Swarmer',NULL,NULL,0,57,58,0,310,0,1.4,1.42857,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,11724,0,11724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(11725,0,0,0,0,0,12158,0,0,0,'Hive\'Zora Waywatcher',NULL,NULL,0,58,59,0,310,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11725,0,11725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11726,0,0,0,0,0,12159,0,0,0,'Hive\'Zora Tunneler',NULL,NULL,0,58,59,0,311,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11726,0,11726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11727,0,0,0,0,0,11088,0,0,0,'Hive\'Zora Wasp',NULL,NULL,0,58,59,0,310,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,11727,0,11727,0,0,0,0,0,0,19448,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,20458,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(11728,0,0,0,0,0,11085,0,0,0,'Hive\'Zora Reaver',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,41,0,0,0,0,72,106,26,1,65537,11728,0,11728,0,0,0,0,0,0,40504,16790,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11729,0,0,0,0,0,12160,0,0,0,'Hive\'Zora Hive Sister',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11729,0,11729,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20458,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11730,0,0,0,0,0,11106,0,0,0,'Hive\'Regal Ambusher',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,41,0,0,0,0,72,106,26,1,65537,11730,0,11730,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),
|
|
(11731,0,0,0,0,0,12156,0,0,0,'Hive\'Regal Burrower',NULL,NULL,0,59,60,0,311,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11731,0,11731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),
|
|
(11732,0,0,0,0,0,9229,0,0,0,'Hive\'Regal Spitfire',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11732,0,11732,0,0,0,0,0,0,21047,5708,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,149,1,0,0,'',12340),
|
|
(11733,0,0,0,0,0,12154,0,0,0,'Hive\'Regal Slavemaker',NULL,NULL,0,59,60,0,310,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,11733,0,11733,0,0,0,0,0,0,3584,19469,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),
|
|
(11734,0,0,0,0,0,12155,0,0,0,'Hive\'Regal Hive Lord',NULL,NULL,0,59,61,0,310,0,1.1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,41,0,0,0,0,127,188,28,1,65537,11734,0,11734,0,0,0,0,0,0,19471,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,20459,22226,0,0,0,0,0,1,0,0,'',12340),
|
|
(11735,0,0,0,0,0,15383,0,0,0,'Stonelash Scorpid',NULL,NULL,0,54,55,0,413,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,20,0,0,0,0,65,95,23,1,1,11735,0,11735,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8859,0,0,0,'',1,3,1,1.3,1,1,0,20373,22381,0,0,0,0,0,1,0,0,'',12340),
|
|
(11736,0,0,0,0,0,15384,0,0,0,'Stonelash Pincer',NULL,NULL,0,56,56,0,413,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,20,0,0,0,0,67,97,23,1,1,11736,0,11736,0,0,0,0,0,0,5416,3604,0,0,0,0,0,0,8832,0,0,0,'',1,3,1,1.35,1,1,0,20374,22381,0,0,0,0,0,1,0,0,'',12340),
|
|
(11737,0,0,0,0,0,15385,0,0,0,'Stonelash Flayer',NULL,NULL,0,57,58,0,413,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,20,0,0,0,0,69,101,25,1,1,11737,0,11737,0,0,0,0,0,0,5416,0,0,0,0,0,0,0,8861,0,0,0,'',1,3,1,1.35,1,1,0,20375,22381,0,0,0,0,0,1,0,0,'',12340),
|
|
(11738,0,0,0,0,0,8014,0,0,0,'Sand Skitterer',NULL,NULL,0,55,56,0,22,0,1,1.42857,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,3,0,0,0,0,67,97,23,1,1,11738,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13157,0,0,0,'',1,1,1,1.35,1,1,0,20376,22381,0,0,0,0,144,1,0,0,'',12340),
|
|
(11739,0,0,0,0,0,711,0,0,0,'Rock Stalker',NULL,NULL,0,57,58,0,22,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,3,0,0,0,0,69,101,25,1,1,11739,0,0,0,0,0,0,0,0,744,745,0,0,0,0,0,0,10516,0,0,0,'',1,1,1,1.35,1,1,0,20377,22381,0,0,0,0,0,1,0,0,'',12340),
|
|
(11740,0,0,0,0,0,15386,0,0,0,'Dredge Striker',NULL,NULL,0,55,56,0,14,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,42,0,0,0,0,67,97,23,1,65537,11740,0,11740,0,0,0,0,0,0,22911,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11741,0,0,0,0,0,14524,0,0,0,'Dredge Crusher',NULL,NULL,0,57,58,0,14,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,42,0,0,0,0,69,101,25,1,65537,11741,0,11741,0,0,0,0,0,0,6607,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11742,0,0,0,0,0,9906,0,0,0,'Silt Grub','',NULL,0,54,55,0,14,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11743,0,0,0,0,0,9906,0,0,0,'Silt Devourer','',NULL,0,54,55,0,14,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11744,0,0,0,0,0,8715,0,0,0,'Dust Stormer',NULL,NULL,0,55,57,0,91,0,1.4,1.42857,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,11744,0,0,56,56,56,56,112,56,41151,19513,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(11745,0,0,0,0,0,8716,0,0,0,'Cyclone Warrior',NULL,NULL,0,57,57,0,91,0,1.4,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,11745,0,0,116,116,116,116,116,116,23104,25189,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(11746,0,0,0,0,0,8550,0,0,0,'Desert Rumbler',NULL,NULL,0,56,58,0,91,0,1.55556,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,11746,0,0,0,0,0,0,0,0,39274,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11747,0,0,0,0,0,1162,0,0,0,'Desert Rager',NULL,NULL,0,58,59,0,91,0,1.1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,4,0,11747,0,0,0,0,0,0,0,0,25025,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11748,0,0,0,0,0,11687,0,0,0,'Samantha Swifthoof',NULL,NULL,0,40,40,0,104,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,11748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11749,0,0,0,0,0,11688,0,0,0,'Feran Strongwind',NULL,NULL,0,57,57,0,104,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,512,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11750,0,0,0,0,0,11694,0,0,0,'Ganoosh',NULL,NULL,0,8,8,0,68,3,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,4608,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11751,0,0,0,0,0,11674,0,0,0,'Rilan Howard',NULL,NULL,0,20,20,0,68,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,37376,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11752,0,0,0,0,0,11693,0,0,0,'Blaise Montgomery',NULL,NULL,0,47,47,0,68,2,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,37376,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11753,0,0,0,0,0,11675,0,0,0,'Gogo',NULL,NULL,0,58,58,0,855,2,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11754,0,0,0,0,0,11676,0,0,0,'Meggi Peppinrocker',NULL,NULL,0,60,60,0,855,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11755,0,0,0,0,0,11679,0,0,0,'Harlo Wigglesworth',NULL,NULL,0,54,54,0,855,2,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,512,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11756,0,0,0,0,0,11689,0,0,0,'Quinn',NULL,NULL,0,35,35,0,474,2,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,512,2048,0,0,0,0,0,0,29,43,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11757,0,0,0,0,0,11690,0,0,0,'Umaron Stragarelm',NULL,NULL,0,42,42,0,474,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11758,0,0,0,0,0,11691,0,0,0,'Andi Lynn',NULL,NULL,0,48,48,0,35,2,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11776,0,0,0,0,0,11709,0,0,0,'Salome',NULL,NULL,0,1,1,0,35,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(11777,0,0,0,0,0,11710,0,0,0,'Shadowshard Rumbler',NULL,NULL,0,40,41,0,834,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,4,0,11777,0,0,0,0,0,0,132,0,5568,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11778,0,0,0,0,0,11710,0,0,0,'Shadowshard Smasher',NULL,NULL,0,41,42,0,834,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,4,0,11778,0,0,0,0,0,0,135,0,10101,11428,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11779,0,0,0,0,0,11710,0,0,0,'Shadowshard Thunderer','',NULL,0,47,47,0,834,0,1.2,1.14286,1,1,79,105,0,192,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,4,0,0,0,0,0,0,0,0,161,0,11824,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,17756,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11780,0,0,0,0,0,11711,0,0,0,'Ambershard Rager','',NULL,0,45,45,0,834,0,1.2,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,135,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11781,0,0,0,0,0,11711,0,0,0,'Ambershard Crusher',NULL,NULL,0,40,41,0,834,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,4,0,11781,0,0,0,0,0,0,0,129,21055,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11782,0,0,0,0,0,11711,0,0,0,'Ambershard Destroyer',NULL,NULL,0,42,43,0,834,0,1.02,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,0,0,0,0,0,46,67,16,4,0,11782,0,0,0,0,0,0,0,132,13728,3417,19701,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11783,0,0,0,0,0,12310,0,0,0,'Theradrim Shardling','',NULL,0,45,45,0,834,0,1.55556,1.14286,1,0,76,100,0,184,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,11783,0,0,92,92,92,92,92,92,13584,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11784,0,0,0,0,0,11712,0,0,0,'Theradrim Guardian','',NULL,0,46,47,0,834,0,1.55556,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,54,80,18,4,0,11784,0,0,240,48,240,48,48,48,16790,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11785,0,0,0,0,0,11713,0,0,0,'Ambereye Basilisk',NULL,NULL,0,40,41,0,410,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,0,0,0,0,0,41,60,15,1,0,11785,0,100013,0,0,0,0,0,0,11020,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11786,0,0,0,0,0,12338,0,0,0,'Ambereye Reaver',NULL,NULL,0,41,42,0,410,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,1,0,11786,0,100014,0,0,0,0,0,0,11020,40504,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11787,0,0,0,0,0,12335,0,0,0,'Rock Borer',NULL,NULL,0,40,41,0,16,0,1.02,1.14286,1,0,59,78,0,142,1,2000,2000,1,0,2048,0,42,0,0,0,0,41,60,15,1,65537,11787,0,100004,0,0,0,0,0,0,14120,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11788,0,0,0,0,0,13009,0,0,0,'Rock Worm',NULL,NULL,0,41,42,0,16,0,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,42,0,0,0,0,43,63,15,1,65537,11788,0,100004,0,0,0,0,0,0,44477,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11789,0,0,0,0,0,12333,13211,9032,13212,'Deep Borer','',NULL,0,46,47,0,14,0,1,1.14286,1,0,79,105,0,192,2.4,2000,2000,1,0,2048,0,42,0,0,0,0,54,80,18,1,65537,11789,0,100004,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11790,0,0,0,0,0,11345,0,0,0,'Putridus Satyr','',NULL,0,42,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,1500,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11790,11790,0,0,0,0,0,0,0,15667,12540,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11791,0,0,0,0,0,11338,0,0,0,'Putridus Trickster','',NULL,0,43,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,1500,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11791,11791,0,0,0,0,0,0,0,15657,3391,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11792,0,0,0,0,0,2021,0,0,0,'Putridus Shadowstalker','',NULL,0,42,43,0,90,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,3,0,11792,11792,0,0,0,0,0,0,0,9080,15087,0,0,0,0,0,0,0,0,298,394,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11793,0,0,0,0,0,11714,0,0,0,'Celebrian Dryad','',NULL,0,45,45,0,90,0,1,1.14286,1,1,70,93,0,172,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,48,71,15,7,0,11793,11793,0,0,0,69,0,0,0,16000,7992,17201,0,0,0,0,0,0,0,273,362,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11794,0,0,0,0,0,12337,0,0,0,'Sister of Celebras','',NULL,0,45,45,0,90,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,7,0,11794,11794,0,0,0,69,0,0,0,15795,14516,0,0,0,0,0,0,0,0,330,436,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11795,0,0,0,0,0,11770,0,0,0,'Mylentha Riverbend',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11796,0,0,0,0,0,11771,0,0,0,'Bessany Plainswind',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11797,0,0,0,0,0,11772,0,0,0,'Moren Riverbend',NULL,NULL,0,60,60,0,994,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11798,0,0,0,0,0,11773,0,0,0,'Bunthen Plainswind','Thunder Bluff Flight Master','Taxi',4042,65,65,0,994,1,1.1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bunthen_plainswind',12340),
|
|
(11799,0,0,0,0,0,11766,0,0,0,'Tajarri',NULL,NULL,4084,60,60,0,635,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11800,0,0,0,0,0,11767,0,0,0,'Silva Fil\'naveth','Darnassus Flight Master','Taxi',4041,65,65,0,994,1,1.1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_silva_filnaveth',12340),
|
|
(11801,0,0,0,0,0,11768,0,0,0,'Rabine Saturna',NULL,NULL,5102,60,60,0,635,3,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11802,0,0,0,0,0,11769,0,0,0,'Dendrite Starblaze',NULL,NULL,3901,60,70,0,994,3,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11803,0,0,0,0,0,11793,0,0,0,'Twilight Keeper Exeter','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,11803,11803,0,0,0,0,0,0,0,22427,16856,0,0,0,0,0,0,0,0,137,184,'',0,3,1,1.35,1,1,0,20395,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11804,0,0,0,0,0,11798,0,0,0,'Twilight Keeper Havunth','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,11804,11804,0,0,0,0,0,0,0,13339,17366,0,0,0,0,0,0,0,0,125,168,'',0,3,1,1.45,1,1,0,20396,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11805,0,0,0,0,0,11799,0,0,0,'Jarund Stoutstrider','The Cenarion Circle',NULL,0,55,55,0,994,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11806,0,0,0,0,0,11729,0,0,0,'Sentinel Onaeya',NULL,NULL,0,20,20,0,231,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11807,0,0,0,0,0,11752,0,0,0,'Tristane Shadowstone',NULL,NULL,0,15,15,0,55,2,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11808,0,0,0,0,0,11733,0,0,0,'Grum Redbeard',NULL,NULL,0,55,55,0,55,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,4096,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11809,0,0,0,0,0,11735,0,0,0,'Danni Palewing','',NULL,0,26,26,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11810,0,0,0,0,0,11740,0,0,0,'Howin Kindfeather',NULL,NULL,0,45,45,0,694,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11811,0,0,0,0,0,11757,0,0,0,'Narain Soothfancy',NULL,NULL,6646,45,45,0,35,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,0,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11812,0,0,0,0,0,11739,0,0,0,'Claira Kindfeather',NULL,NULL,0,43,43,0,694,2,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,512,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11813,0,0,0,0,0,11741,0,0,0,'Kerr Ironsight',NULL,NULL,0,41,41,0,694,2,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11814,0,0,0,0,0,11734,0,0,0,'Kali Remik',NULL,NULL,0,12,12,0,126,2,1,1.14286,1,0,17,22,0,46,1,2000,2079,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11815,0,0,0,0,0,11737,0,0,0,'Voriya',NULL,NULL,0,56,56,0,35,0,1.24,1.14286,1,0,96,127,0,234,1,1450,1595,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11816,0,0,0,0,0,11748,0,0,0,'Una Ji\'ro',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11817,0,0,0,0,0,11749,0,0,0,'Krah\'ranik',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11818,0,0,0,0,0,11745,0,0,0,'Orik\'ando',NULL,NULL,0,42,42,0,126,2,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,512,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11819,0,0,0,0,0,11750,0,0,0,'Jory Zaga',NULL,NULL,0,58,58,0,35,0,1,1.14286,1,0,100,132,0,242,1,2000,2200,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11820,0,0,0,0,0,11736,0,0,0,'Locke Okarr',NULL,NULL,0,28,28,0,29,2,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,512,2048,0,0,0,0,0,0,27,40,8,7,0,11820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11821,0,0,0,0,0,11751,0,0,0,'Darn Talongrip',NULL,NULL,0,30,30,0,29,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11822,0,0,0,0,0,11774,11775,11776,11777,'Moonglade Warden',NULL,NULL,0,65,65,1,1254,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11823,0,0,0,0,0,11738,0,0,0,'Vark Battlescar',NULL,NULL,0,10,10,0,104,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11824,0,0,0,0,0,11743,0,0,0,'Erik Felixe',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11825,0,0,0,0,0,11742,0,0,0,'Paige Felixe',NULL,NULL,0,46,46,0,12,2,1,1.14286,1,0,77,102,0,188,1,1500,2000,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11826,0,0,0,0,0,11744,0,0,0,'Kristy Grant',NULL,NULL,0,45,45,0,12,2,1,1.14286,1,0,76,100,0,184,1,1500,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11827,0,0,0,0,0,11747,0,0,0,'Kimberly Grant',NULL,NULL,0,35,35,0,12,2,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11828,0,0,0,0,0,11746,0,0,0,'Kelly Grant',NULL,NULL,0,40,40,0,12,2,1,1.14286,1,0,56,74,0,136,1,1500,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11829,0,0,0,0,0,11753,0,0,0,'Fahrak',NULL,NULL,0,42,42,0,29,2,1.05,1.14286,1,0,62,83,0,152,1,2000,2000,1,4608,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11830,0,0,0,0,0,11758,11759,11760,11761,'Hakkari Priest',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,11830,11830,0,0,0,0,0,0,0,24021,24022,22883,13704,0,0,0,0,0,0,822,1078,'SmartAI',1,1,1,7,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(11831,0,0,0,0,0,11762,11763,11764,11765,'Hakkari Witch Doctor',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,8,11831,11831,0,0,0,0,0,0,0,24053,17289,24054,0,0,0,0,0,0,0,1119,1466,'SmartAI',1,1,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11832,0,0,0,0,0,11906,0,0,0,'Keeper Remulos',NULL,NULL,10215,72,72,0,635,3,2.8,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,35,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(11833,0,0,0,0,0,11754,0,0,0,'Rahauro','Magatha\'s Servant',NULL,3661,20,20,0,104,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11834,0,0,0,0,0,11755,0,0,0,'Maur Grimtotem',NULL,NULL,0,14,14,0,35,2,1,1.14286,1,0,20,27,0,50,1.7,2000,2000,1,768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11835,0,0,0,0,0,11756,0,0,0,'Theodore Griffs',NULL,NULL,3662,50,50,0,68,3,1,1.14286,1,0,85,112,0,206,1,1500,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11836,0,0,0,0,0,8840,0,0,0,'Captured Rabid Thistle Bear',NULL,NULL,0,13,13,0,35,0,0.84,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11837,22787,32148,37478,0,0,494,0,0,0,'Wildpaw Shaman',NULL,NULL,0,53,54,0,39,0,1,1.19048,1,0,86,114,0,210,1,2000,2000,2,0,2048,0,0,0,0,0,0,59,86,20,7,0,11837,11837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11838,22786,32147,37477,0,0,494,0,0,0,'Wildpaw Mystic',NULL,NULL,0,56,57,0,39,0,1,1.19048,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,11838,11838,0,0,0,0,0,0,0,10893,10934,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11839,22784,32145,37475,0,0,494,0,0,0,'Wildpaw Brute',NULL,NULL,0,56,57,0,39,0,1,1.19048,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,169,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11840,22783,32144,37474,0,0,10792,0,0,0,'Wildpaw Alpha',NULL,NULL,0,58,59,0,39,0,1,1.19048,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11840,11840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,176,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11856,0,0,0,0,0,11789,0,0,0,'Kaya Flathoof',NULL,NULL,0,15,15,0,104,2,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,4096,11856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kaya_flathoof',12340),
|
|
(11857,0,0,0,0,0,11790,0,0,0,'Makaba Flathoof',NULL,NULL,0,25,25,0,104,2,1.42,1.14286,1,0,35,48,0,86,1,1760,1936,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11858,0,0,0,0,0,11791,0,0,0,'Grundig Darkcloud',NULL,NULL,0,18,18,0,16,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,11858,11858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11859,0,0,0,0,0,1912,0,0,0,'Doomguard',NULL,NULL,0,57,73,2,954,0,1.51,1.14286,1,0,313,448,0,302,1,2000,1551,2,0,2048,0,19,0,0,0,0,276,411,44,3,0,0,0,0,0,0,0,0,0,240,89,19482,15090,19474,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1.55998,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(11860,0,0,0,0,0,11797,0,0,0,'Maggran Earthbinder',NULL,NULL,0,30,30,0,104,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11861,0,0,0,0,0,11795,0,0,0,'Mor\'rogal',NULL,NULL,0,25,25,0,104,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11862,0,0,0,0,0,5562,0,0,0,'Tsunaman',NULL,NULL,0,25,25,0,714,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,25,25,25,25,50,25,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11863,0,0,0,0,0,11794,0,0,0,'Azore Aldamort','The Argent Dawn',NULL,0,60,60,0,794,2,1.02,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11864,0,0,0,0,0,11796,0,0,0,'Tammra Windfield',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11865,0,0,0,0,0,11806,0,0,0,'Buliwyf Stonehand','Weapon Master',NULL,5275,50,50,0,55,83,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11866,0,0,0,0,0,11802,0,0,0,'Ilyenia Moonfire','Weapon Master',NULL,5273,50,50,0,80,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11867,0,0,0,0,0,11804,0,0,0,'Woo Ping','Weapon Master',NULL,5271,50,50,0,12,81,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11868,0,0,0,0,0,11801,0,0,0,'Sayoc','Weapon Master',NULL,5221,50,50,0,29,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11869,0,0,0,0,0,11803,0,0,0,'Ansekhwa','Weapon Master',NULL,5266,50,50,0,104,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,4096,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11870,0,0,0,0,0,11805,0,0,0,'Archibald','Weapon Master',NULL,5269,50,50,0,68,83,1,1.14286,1,1,85,112,0,206,2.4,2000,2000,1,37376,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11871,0,0,0,0,0,782,0,0,0,'Grinning Dog',NULL,NULL,0,48,48,0,29,2,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,0,2048,0,1,0,0,0,0,56,82,19,1,0,0,0,10147,2,2,2,2,2,2,0,0,0,0,0,0,0,0,5945,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11872,0,0,0,0,0,11800,0,0,0,'Myranda the Hag',NULL,NULL,3801,58,58,0,35,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_myranda_the_hag',12340),
|
|
(11873,0,0,0,0,0,146,0,0,0,'Spectral Attendant',NULL,NULL,0,60,60,0,21,0,1.11111,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,11873,0,0,0,0,0,0,0,0,11443,11981,13860,0,0,0,0,0,0,0,118,159,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(11874,0,0,0,0,0,19851,0,0,0,'Masat T\'andr','Superior Leatherworker',NULL,0,44,44,0,1638,128,1,1,1,0,72,96,0,174,1,2000,2000,1,768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11875,0,0,0,0,0,1555,0,0,0,'Mortar Team Target Dummy',NULL,NULL,0,6,6,0,14,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(11876,0,0,0,0,0,4427,0,0,0,'Demon Spirit',NULL,NULL,0,37,37,0,954,0,1.12,1.14286,1,0,51,68,0,124,1,1650,1815,1,0,2048,0,0,0,0,0,0,35,52,12,3,0,11876,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,13542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11877,0,0,0,0,0,11852,0,0,0,'Roon Wildmane',NULL,NULL,0,45,45,0,995,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11878,0,0,0,0,0,11814,0,0,0,'Nathanos Blightcaller','Champion of the Banshee Queen',NULL,3962,62,62,0,1174,3,1,1.14286,1,1,160,223,0,246,4.6,1200,2000,2,4160,2048,0,0,0,0,0,0,129,191,26,7,0,11878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3417,4468,'SmartAI',0,3,1,15,11,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11880,0,0,0,0,0,11811,11823,11812,11813,'Twilight Avenger','Twilight\'s Hammer',NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,11880,11880,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,133,179,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11881,0,0,0,0,0,11819,11820,11821,11822,'Twilight Geolord','Twilight\'s Hammer',NULL,0,59,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11881,11881,0,0,0,0,0,0,0,9483,13728,0,0,0,0,0,0,0,0,136,183,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11882,0,0,0,0,0,11815,11816,11817,11818,'Twilight Stonecaller','Twilight\'s Hammer',NULL,0,59,60,0,16,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11882,11882,0,0,0,0,0,0,0,0,11020,9053,0,0,0,0,0,0,0,119,161,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11883,0,0,0,0,0,11824,11825,11826,11827,'Twilight Master','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,11883,11883,0,0,0,0,0,0,0,12058,9672,12674,13339,0,0,0,0,0,0,120,162,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11884,0,0,0,0,0,6468,0,0,0,'Obi',NULL,NULL,0,1,5,0,35,0,0.91,1.14286,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(11885,0,0,0,0,0,2715,0,0,0,'Blighthound',NULL,NULL,0,58,59,0,1174,0,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,1,0,11885,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11886,0,0,0,0,0,11830,0,0,0,'Mercutio Filthgorger',NULL,NULL,0,57,57,0,16,0,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,11886,11886,0,0,0,0,0,0,0,12540,14516,11971,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,14613,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11887,0,0,0,0,0,11831,11832,11833,11834,'Crypt Robber',NULL,NULL,0,54,55,0,16,0,1.25,1.14286,1,0,94,125,0,228,1,1420,1562,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,11887,11887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11896,0,0,0,0,0,11828,0,0,0,'Borelgore',NULL,NULL,0,61,61,0,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,1,0,11896,0,100003,0,0,0,0,0,0,5568,6917,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11897,0,0,0,0,0,11829,0,0,0,'Duskwing',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,11897,0,100003,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,15850,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11898,0,0,0,0,0,11836,0,0,0,'Crusader Lord Valdelmar',NULL,NULL,0,60,60,0,67,2,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,11898,11898,0,0,0,0,0,0,0,1032,13005,0,0,0,0,0,0,0,0,414,545,'SmartAI',0,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11899,0,0,0,0,0,11850,0,0,0,'Shardi','Wind Rider Master',NULL,6944,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11900,0,0,0,0,0,11849,0,0,0,'Brakkar','Wind Rider Master',NULL,0,65,65,0,29,8195,1.1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11901,0,0,0,0,0,11851,0,0,0,'Andruk','Wind Rider Master',NULL,6944,65,65,0,29,8195,1.05,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11902,0,0,0,0,0,262,0,0,0,'Aiden','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11903,0,0,0,0,0,221,0,0,0,'Alexander','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11904,0,0,0,0,0,338,0,0,0,'Noah','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11905,0,0,0,0,0,338,0,0,0,'Jordan','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11906,0,0,0,0,0,11873,0,0,0,'Sophia','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11907,0,0,0,0,0,344,0,0,0,'Alanna','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11908,0,0,0,0,0,11873,0,0,0,'Mirah','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11909,0,0,0,0,0,257,0,0,0,'Penelope','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11910,0,0,0,0,0,11878,11879,11880,11881,'Grimtotem Ruffian',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,11910,11910,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11911,0,0,0,0,0,11882,11883,11884,11885,'Grimtotem Mercenary',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,11911,11911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11912,0,0,0,0,0,11874,11875,11876,11877,'Grimtotem Brute',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2500,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,11912,11912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11913,0,0,0,0,0,11886,11888,11887,11889,'Grimtotem Sorcerer',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,11913,11913,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11914,0,0,0,0,0,10225,0,0,0,'Gorehoof the Black',NULL,NULL,0,17,17,0,16,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,11914,11914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11915,0,0,0,0,0,26,0,0,0,'Gogger Rock Keeper',NULL,NULL,0,16,17,0,26,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,7,0,11915,11915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11916,0,0,0,0,0,1471,0,0,0,'Imelda',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4096,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11917,0,0,0,0,0,26,0,0,0,'Gogger Geomancer',NULL,NULL,0,16,17,0,26,0,1,1.14286,1,0,18,25,0,26,1,2000,2000,8,0,2048,0,0,0,0,0,0,16,23,13,7,0,11917,11917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,28,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11918,0,0,0,0,0,26,0,0,0,'Gogger Stonepounder',NULL,NULL,0,17,18,0,26,0,1,1.14286,1,0,26,35,0,64,1,2500,2000,1,0,2048,0,0,0,0,0,0,18,26,3,7,0,11918,11918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,32,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11919,0,0,0,0,0,1471,0,0,0,'Claudia','',NULL,0,25,25,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11920,0,0,0,0,0,6025,0,0,0,'Goggeroc',NULL,NULL,0,20,20,0,26,0,1.43,1.14286,1,0,29,39,0,70,1,1508,1659,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,11920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11921,0,0,0,0,0,11348,0,0,0,'Besseleth',NULL,NULL,0,21,21,0,22,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,0,2048,0,3,0,0,0,0,21,30,4,1,1,11921,0,0,0,0,0,0,0,0,5416,745,3391,0,0,0,0,0,13170,0,0,0,'',0,1,1,1,1,1,0,16192,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11926,0,0,0,0,0,2392,0,0,0,'[PH] Northshire Gift Dispenser','',NULL,0,5,5,0,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11936,0,0,0,0,0,11890,0,0,0,'Artist Renfray',NULL,NULL,0,12,12,0,35,2,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(11937,0,0,0,0,0,9017,0,0,0,'Demon Portal Guardian',NULL,NULL,0,38,38,0,954,0,1.47,1.14286,1,0,53,70,0,128,1,1630,1793,1,32768,2048,0,0,0,0,0,0,36,53,13,3,0,11937,11937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,6990,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11938,0,0,0,0,0,11949,0,0,0,'Young Tirion','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11939,0,0,0,0,0,11893,0,0,0,'Umber',NULL,NULL,5101,55,55,0,994,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11940,0,0,0,0,0,11898,0,0,0,'Merissa Stilwell',NULL,NULL,0,5,5,0,12,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11941,0,0,0,0,0,11899,0,0,0,'Yori Crackhelm',NULL,NULL,0,5,5,0,55,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11942,0,0,0,0,0,11900,0,0,0,'Orenthil Whisperwind',NULL,NULL,0,5,5,0,80,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11943,0,0,0,0,0,11901,0,0,0,'Magga',NULL,NULL,0,5,5,0,29,2,1,1.14286,1,0,5,7,0,32,1,2000,2156,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11944,0,0,0,0,0,11902,0,0,0,'Vorn Skyseer',NULL,NULL,0,5,5,0,104,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11945,0,0,0,0,0,11904,0,0,0,'Claire Willower',NULL,NULL,0,5,5,0,68,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11946,22641,31819,37283,0,0,11894,0,0,0,'Drek\'Thar','Frostwolf General',NULL,0,63,63,0,1214,1,1.78,1.14286,1,3,172,240,0,262,35,1500,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_drekthar',12340),
|
|
(11947,22606,31055,37244,0,0,11895,0,0,0,'Captain Galvangar','Frostwolf Captain',NULL,0,61,61,0,1214,0,1,1.14286,1,3,159,221,0,258,35,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24055,31418,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_galvangar',12340),
|
|
(11948,22644,31818,37444,0,0,11896,0,0,0,'Vanndar Stormpike','Stormpike General',NULL,0,63,63,0,1216,0,1.78,1.14286,1,3,181,253,0,268,35,2000,1274,1,0,2048,0,0,0,0,0,0,147,219,32,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_vanndar',12340),
|
|
(11949,22605,31820,37243,0,0,12823,0,0,0,'Captain Balinda Stonehearth','Stormpike Captain',NULL,0,61,61,0,1216,0,1,1.14286,1,3,152,210,0,244,35,2400,2000,2,4096,2048,0,0,0,0,0,0,120,179,25,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19805,25868,'',1,3,1,30,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'boss_balinda',12340),
|
|
(11956,0,0,0,0,0,11909,0,0,0,'Great Bear Spirit',NULL,NULL,3882,70,70,0,635,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_great_bear_spirit',12340),
|
|
(11957,0,0,0,0,0,11910,0,0,0,'Great Cat Spirit',NULL,NULL,0,70,70,0,996,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11958,0,0,0,0,0,11913,0,0,0,'Gracchus Spiritlight','Argent Dawn',NULL,0,60,60,0,814,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11959,0,0,0,0,0,15346,0,0,0,'[UNUSED] Obsidian Watcher','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(11978,0,0,0,0,0,12869,0,0,0,'[NOT USED] Neltharion','',NULL,0,60,60,0,62,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(11979,0,0,0,0,0,11929,0,0,0,'Kim Bridenbecker',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,11979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,51,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11980,0,0,0,0,0,11996,0,0,0,'Zuluhed the Whacked','Chieftain of the Dragonmaw Clan',NULL,0,72,72,0,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,11980,0,0,0,0,0,0,0,0,41069,34435,38876,0,0,0,0,0,0,0,3732,4878,'SmartAI',0,3,1,20,30,1,0,31664,0,0,0,0,0,0,1,617562111,2,'',12340),
|
|
(11981,0,0,0,0,0,6377,0,0,0,'Flamegor',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1300,1450,1,0,2048,0,0,0,0,0,0,147,219,32,2,68,11981,0,11981,0,0,0,0,0,0,22539,23339,3391,23342,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_flamegor',12340),
|
|
(11982,0,0,0,0,0,10193,0,0,0,'Magmadar',NULL,NULL,0,63,63,0,14,0,1,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,45,0,0,0,0,147,219,32,1,108,11982,0,11982,0,0,0,0,0,0,19408,19411,19451,19272,0,0,0,0,0,0,0,0,'',1,3,1,248,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_magmadar',12340),
|
|
(11983,0,0,0,0,0,6377,0,0,0,'Firemaw',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1466,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,11983,0,11983,0,0,0,0,0,0,22539,23339,3391,23341,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_firemaw',12340),
|
|
(11988,0,0,0,0,0,11986,0,0,0,'Golemagg the Incinerator',NULL,NULL,0,63,63,0,54,0,0.777776,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,108,11988,0,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,248,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_golemagg',12340),
|
|
(11994,0,0,0,0,0,11930,0,0,0,'Rob Bridenbecker',NULL,NULL,0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,11994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11996,0,0,0,0,0,257,0,0,0,'Ashley Bridenbecker',NULL,NULL,0,1,1,0,12,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(11997,22574,32095,37416,0,0,12075,0,0,0,'Stormpike Herald',NULL,NULL,0,60,60,0,1334,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(11998,22549,31982,37301,0,0,12080,0,0,0,'Frostwolf Herald',NULL,NULL,0,60,60,0,1335,0,1,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12017,0,0,0,0,0,14308,0,0,0,'Broodlord Lashlayer',NULL,NULL,0,63,63,0,103,0,1,1.14286,1,3,181,253,0,268,35,1666,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,12017,0,100001,0,0,0,0,0,0,23331,15284,18670,24573,0,0,0,0,0,0,1200112,1466803,'',1,3,1,275,1,1,0,20383,0,0,0,0,0,0,1,617299803,257,'boss_broodlord',12340),
|
|
(12018,0,0,0,0,0,12029,0,0,0,'Majordomo Executus',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,181,253,0,268,35,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,7,108,0,0,0,0,95,0,0,0,0,20618,20619,21075,20620,0,0,0,0,0,0,1360,1781,'',1,3,1,200,20,1,0,0,0,0,0,0,0,164,1,617299803,1,'boss_majordomo',12340),
|
|
(12019,0,0,0,0,0,12044,0,0,0,'Dargon','Food & Drink Merchant',NULL,0,51,51,0,994,642,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12020,0,0,0,0,0,12032,0,0,0,'Moonglade Alchemy Trainer','Artisan Alchemist',NULL,0,51,51,0,994,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12021,0,0,0,0,0,12045,0,0,0,'Daeolyn Summerleaf','General Goods',NULL,0,51,51,0,994,386,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12022,0,0,0,0,0,12033,0,0,0,'Lorelae Wintersong','Trade Supplies',NULL,0,51,51,0,994,130,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12023,0,0,0,0,0,12034,0,0,0,'Kharedon','Light Armor Merchant',NULL,0,51,51,0,994,4226,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12024,0,0,0,0,0,12031,0,0,0,'Meliri','Weaponsmith',NULL,0,51,51,0,994,4224,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12025,0,0,0,0,0,12047,0,0,0,'Malvor','Herbalism Trainer',NULL,0,51,51,0,994,83,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,2,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12026,0,0,0,0,0,12050,0,0,0,'My\'lanna','Food & Drink Merchant',NULL,0,51,51,0,994,642,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12027,0,0,0,0,0,12039,0,0,0,'Tukk','General Goods',NULL,0,30,30,0,126,386,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12028,0,0,0,0,0,12042,0,0,0,'Lah\'Mawhani','Trade Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12029,0,0,0,0,0,12040,0,0,0,'Narianna','Bowyer',NULL,0,51,51,0,994,4226,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12030,0,0,0,0,0,12041,0,0,0,'Malux','Skinning Trainer',NULL,0,30,30,0,126,83,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12031,0,0,0,0,0,12037,0,0,0,'Mai\'Lahii','Fishing Supplies',NULL,4066,30,30,0,126,131,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12032,0,0,0,0,0,12038,0,0,0,'Lui\'Mala','Fishing Trainer',NULL,0,30,30,0,126,83,1.02,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12033,0,0,0,0,0,12036,0,0,0,'Wulan','Cooking Supplies',NULL,0,30,30,0,126,130,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12034,0,0,0,0,0,5233,0,0,0,'Koiter',NULL,NULL,0,60,60,0,35,0,1,1,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12035,0,0,0,0,0,12057,0,0,0,'Aerie Peak Mining Trainer','Mining Trainer',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12036,0,0,0,0,0,12054,0,0,0,'Aerie Peak General Goods','General Goods',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12037,0,0,0,0,0,706,0,0,0,'Ursol\'lok',NULL,NULL,0,31,31,0,44,0,1.78,1.14286,1,4,44,58,0,106,1,1391,1530,1,0,2048,0,4,0,0,0,0,30,44,9,1,1,12037,0,12037,0,0,0,0,0,0,17156,0,0,0,0,0,0,0,12833,0,0,0,'SmartAI',1,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12038,0,0,0,0,0,12052,0,0,0,'[UNUSED] Aerie Peak Cooking Supplies','Cooking Supplies','',0,55,55,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12039,0,0,0,0,0,12056,0,0,0,'Aerie Peak Meat Vendor','Butcher',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12040,0,0,0,0,0,12055,0,0,0,'Aerie Peak Mail Armor Vendor','Armorsmith',NULL,0,55,55,0,694,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12042,0,0,0,0,0,12053,0,0,0,'Loganaar','Druid Trainer',NULL,4687,51,51,0,994,51,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,1,4096,2048,0,0,0,0,11,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12043,0,0,0,0,0,12059,0,0,0,'Kulwia','Trade Supplies',NULL,0,32,32,0,29,130,1,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12044,0,0,0,0,0,12058,0,0,0,'Sun Rock Blacksmithing Supplies','Blacksmithing & Mining Supplies',NULL,0,32,32,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12045,0,0,0,0,0,12049,0,0,0,'Hae\'Wilani','Axecrafter',NULL,0,30,30,0,126,4226,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12046,0,0,0,0,0,10709,0,0,0,'Gor\'marok the Ravager',NULL,NULL,0,49,49,0,45,0,1.6,1.14286,1,0,83,110,0,200,1,2000,2000,1,0,2048,0,0,0,0,0,0,57,84,19,7,0,12046,12046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'SmartAI',0,1,1,1.25,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(12047,22657,32097,37418,0,0,12065,12066,12067,12068,'Stormpike Mountaineer',NULL,NULL,0,55,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12048,22645,31919,37235,0,0,12069,12070,12071,12072,'Alliance Sentinel',NULL,NULL,0,55,55,0,1216,0,1.26,1.14286,1,0,94,125,0,228,1,1410,1551,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12050,22690,32091,37412,0,0,13274,13275,13276,13277,'Stormpike Defender',NULL,NULL,0,58,58,0,1216,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,204,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12051,22665,31983,37302,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire',NULL,NULL,0,57,57,0,1214,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12052,22649,31992,37311,0,0,12081,12082,12083,12084,'Frostwolf Warrior',NULL,NULL,0,55,55,0,1214,0,1.26,1.14286,1,0,94,125,0,228,1,1410,1551,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12053,22674,31981,37300,0,0,12165,12166,12167,12170,'Frostwolf Guardian',NULL,NULL,0,58,58,0,1214,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,201,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12054,0,0,0,0,0,239,0,0,0,'Dawnchaser','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12056,0,0,0,0,0,12129,0,0,0,'Baron Geddon',NULL,NULL,0,63,63,0,54,0,1,2.28571,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,76,12056,0,0,0,0,0,0,0,0,20478,19659,19695,20475,0,0,0,0,0,0,0,0,'',1,3,1,176,1,1,0,20951,0,0,0,0,0,199,1,617299803,1,'boss_baron_geddon',12340),
|
|
(12057,0,0,0,0,0,12110,0,0,0,'Garr',NULL,NULL,0,63,63,0,54,0,1.55556,1.71429,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,108,12057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,198,1,1,0,20951,0,0,0,0,0,164,1,617299803,1,'boss_garr',12340),
|
|
(12076,0,0,0,0,0,5781,0,0,0,'Lava Elemental',NULL,NULL,0,61,62,0,54,0,1.55556,1.71429,1,1,172,240,0,262,7.5,2500,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,12076,0,0,0,95,95,0,0,0,19641,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12096,22658,32099,37420,0,0,13384,0,0,0,'Stormpike Quartermaster',NULL,NULL,5241,55,55,0,1217,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12097,22648,31986,37305,0,0,13385,0,0,0,'Frostwolf Quartermaster',NULL,NULL,0,55,55,0,1215,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12098,0,0,0,0,0,13030,0,0,0,'Sulfuron Harbinger',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,7,76,12098,0,0,0,93,0,0,0,0,19778,19779,19780,19781,0,0,0,0,0,0,381176,465881,'',1,3,1,132,15,1,0,17330,20951,0,0,0,0,164,1,617299803,1,'boss_sulfuron',12340),
|
|
(12099,0,0,0,0,0,5781,0,0,0,'Firesworn',NULL,NULL,0,60,60,0,54,0,1.55556,1.71429,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,4,8,12099,0,0,0,95,95,0,0,0,12742,0,0,0,0,0,0,0,0,0,2692,3520,'',0,3,1,20,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_firesworn',12340),
|
|
(12100,0,0,0,0,0,12163,0,0,0,'Lava Reaver',NULL,NULL,0,62,63,0,54,0,1.55556,1.71429,1,1,181,253,0,268,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,8,12100,0,0,0,95,95,0,0,0,19642,19644,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12101,0,0,0,0,0,12239,0,0,0,'Lava Surger',NULL,NULL,0,61,62,0,54,0,1.55556,2.28571,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,4,8,12101,0,0,0,93,93,0,0,0,25787,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,20951,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(12116,0,0,0,0,0,12169,0,0,0,'Priestess of Elune',NULL,NULL,0,60,60,0,80,0,1.27,1.14286,1,2,104,138,0,252,7.5,1666,1833,1,33555200,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,36980,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12118,0,0,0,0,0,13031,0,0,0,'Lucifron',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,76,12118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354545,433333,'',1,3,1,132,15,1,0,17329,20951,0,0,0,0,164,1,617299803,1,'boss_lucifron',12340),
|
|
(12119,0,0,0,0,0,12030,0,0,0,'Flamewaker Protector',NULL,NULL,0,62,62,0,54,0,1,1.71429,1,1,160,223,0,246,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,8,12119,0,0,0,93,0,0,0,0,20740,20677,0,0,0,0,0,0,0,0,3927,5134,'SmartAI',1,3,1,35,10,1,0,20951,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12120,0,0,0,0,0,12191,0,0,0,'Plagueland Termite',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12121,22540,31964,37282,0,0,10278,0,0,0,'Drakan',NULL,NULL,0,60,60,0,1214,0,0.5,0.571429,1,1,104,138,0,252,7.5,1846,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,1,0,12121,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12122,22546,31970,37289,0,0,10278,0,0,0,'Duros',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,1,0,12122,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12123,0,0,0,0,0,12193,12194,12195,12196,'Reef Shark',NULL,NULL,0,21,22,0,16,0,1,1.14286,1,1,32,42,0,78,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,21,32,4,1,0,12123,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12124,0,0,0,0,0,12203,12204,12205,12206,'Great Shark',NULL,NULL,0,51,52,0,16,0,1.71,1.14286,1,1,87,117,0,214,7.5,1225,1347,1,32832,2048,0,0,0,0,0,0,61,90,21,1,0,12124,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12125,0,0,0,0,0,12207,12208,12209,12210,'Mammoth Shark',NULL,NULL,0,56,57,0,16,0,1.73,1.14286,1,1,98,130,0,238,7.5,1208,1329,1,0,2048,0,0,0,0,0,0,68,99,24,1,0,12125,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12126,0,0,0,0,0,9477,0,0,0,'Lord Tirion Fordring','Order of the Silver Hand',NULL,0,63,63,0,35,2,1.79,1.14286,1,3,164,228,0,249,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,133,196,26,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12127,22666,32094,37415,0,0,13253,12077,12079,12078,'Stormpike Guardsman',NULL,NULL,0,57,57,0,1216,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,211,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12128,0,0,0,0,0,10512,10513,10514,10515,'Crimson Elite',NULL,NULL,0,60,60,0,16,0,1.79,1.14286,1,1,146,192,0,238,2,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,12128,0,0,0,0,0,0,0,0,17143,14518,8990,0,0,0,0,0,0,0,418,550,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12129,36572,0,0,0,0,8711,0,0,0,'Onyxian Warder',NULL,NULL,0,80,80,2,103,0,0.888888,1.14286,1,1,422,586,0,642,7.5,1150,1265,1,64,2048,0,0,0,0,0,0,345,509,103,2,8,12129,0,12129,0,250,90,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,4741,'SmartAI',1,3,1,70,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12136,0,0,0,0,0,12229,0,0,0,'Snurk Bucksquick','Stranglethorn Vale Zeppelin Master',NULL,3841,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,1716,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12137,0,0,0,0,0,12230,0,0,0,'Squibby Overspeck','Tirisfal Glades Zeppelin Master',NULL,1969,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12138,0,0,0,0,0,9389,0,0,0,'Lunaclaw',NULL,NULL,0,12,12,0,16,0,0.97,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,12138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,21,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12140,0,0,0,0,0,12234,0,0,0,'Guardian of Elune',NULL,NULL,0,60,60,0,80,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,256,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,12524,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12141,0,0,0,0,0,4590,0,0,0,'Ice Totem',NULL,NULL,0,53,53,0,58,0,1.22,1.14286,1,0,89,119,0,218,1,1480,1628,1,0,2048,0,0,0,0,0,0,62,91,22,11,0,0,0,0,0,0,0,0,0,0,18977,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12142,0,0,0,0,0,12161,0,0,0,'Flamewaker Guardian','',NULL,0,62,62,0,54,0,1.2,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,8,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12143,0,0,0,0,0,5488,0,0,0,'Son of Flame',NULL,NULL,0,60,60,0,54,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,0,0,0,0,0,21858,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_SonOfFlame',12340),
|
|
(12144,0,0,0,0,0,12243,0,0,0,'Lunaclaw Spirit',NULL,NULL,3862,13,13,0,35,1,0.97,1.14286,1,0,18,24,0,48,1,2000,2000,1,768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lunaclaw_spirit',12340),
|
|
(12145,0,0,0,0,0,12244,0,0,0,'Riding Kodo (Black)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12146,0,0,0,0,0,12247,0,0,0,'Riding Kodo (Olive)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12147,0,0,0,0,0,12241,0,0,0,'Riding Kodo (White)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12148,0,0,0,0,0,12242,0,0,0,'Teal Kodo',NULL,NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12149,0,0,0,0,0,12246,0,0,0,'Gray Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12150,0,0,0,0,0,12240,0,0,0,'Riding Kodo (Purple)',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12151,0,0,0,0,0,12245,0,0,0,'Green Kodo',NULL,NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12152,0,0,0,0,0,12271,0,0,0,'Voice of Elune',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12156,22788,0,0,0,0,14017,14019,14018,14020,'Winterax Axe Thrower',NULL,NULL,0,60,60,0,37,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12156,0,0,0,0,0,0,0,0,16075,0,0,0,0,0,0,0,0,0,156,780,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12157,22792,0,0,0,0,14060,14061,14062,14063,'Winterax Shadow Hunter',NULL,NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12158,22789,0,0,0,0,14021,14023,14022,14024,'Winterax Hunter',NULL,NULL,0,59,59,0,37,0,1.75,1.14286,1,1,102,135,0,248,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,713,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12159,22643,32027,37347,0,0,7873,0,0,0,'Korrak the Bloodrager',NULL,NULL,0,62,62,0,37,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,12159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12160,0,0,0,0,0,4841,4842,4843,4844,'Shadowglen Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,12160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12176,0,0,0,0,0,12246,12245,12242,0,'Tame Kodo','',NULL,0,40,40,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12177,0,0,0,0,0,12272,0,0,0,'Kyle Blackthorne','',NULL,0,36,37,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12178,0,0,0,0,0,12269,0,0,0,'Tortured Druid',NULL,NULL,0,55,56,0,21,0,1.1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,12178,12178,0,0,0,0,0,0,0,31401,23381,0,0,0,0,0,0,0,0,108,145,'',1,3,1,1.35,1,1,0,21937,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12179,0,0,0,0,0,12270,0,0,0,'Tortured Sentinel',NULL,NULL,0,56,57,0,21,0,1.1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,12179,12179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,166,'',1,3,1,1.35,1,1,0,21937,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12180,0,0,0,0,0,5965,0,0,0,'Anubisath',NULL,NULL,0,59,59,0,91,0,1.76,1.14286,1,1,102,135,0,248,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,743,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12196,0,0,0,0,0,12392,0,0,0,'Innkeeper Kaylisk','Innkeeper',NULL,1290,30,30,0,29,66177,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12197,0,0,0,0,0,12289,0,0,0,'Glordrum Steelbeard','Alterac Valley Battlemaster',NULL,6465,61,61,0,1216,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12198,0,0,0,0,0,12290,0,0,0,'Martin Lindsey','Arathi Basin Battlemaster',NULL,6474,61,61,0,412,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12199,0,0,0,0,0,12291,0,0,0,'Shade of Ambermoon',NULL,NULL,0,58,58,0,21,0,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,12199,12199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,174,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12200,0,0,0,0,0,6761,0,0,0,'Cobaltine Wyrmkin','',NULL,0,49,50,0,60,0,1.2,1.14286,1,1,85,112,0,206,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12201,0,0,0,0,0,12292,0,0,0,'Princess Theradras','',NULL,0,48,48,0,91,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,4,8,12201,0,0,0,0,0,0,0,0,3391,21869,21832,21909,0,0,0,0,0,0,1061,1391,'SmartAI',1,3,1,10,2,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),
|
|
(12202,0,0,0,0,0,7804,0,0,0,'Human Skull',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12203,0,0,0,0,0,12293,0,0,0,'Landslide','',NULL,0,48,48,0,91,0,0.777776,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,5,8,12203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,945,'SmartAI',1,3,1,7,1,1,0,17684,0,0,0,0,0,0,1,8210,0,'',12340),
|
|
(12204,0,0,0,0,0,6748,0,0,0,'Spitelash Raider',NULL,NULL,0,48,49,0,74,0,1.1,1.14286,1,0,77,102,0,188,1,2000,2000,2,32768,2048,0,0,0,0,0,0,52,77,17,7,0,0,0,0,0,0,0,0,0,0,12548,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12205,0,0,0,0,0,6750,0,0,0,'Spitelash Witch',NULL,NULL,0,49,50,0,74,0,1.1,1.14286,1,0,60,83,0,91,1,2000,2000,8,32768,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,20299,20297,12550,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12206,0,0,0,0,0,12309,0,0,0,'Primordial Behemoth','',NULL,0,47,47,0,834,0,0.777776,1.14286,1,1,79,105,0,192,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,54,80,18,5,8,12206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,829,'SmartAI',1,3,1,6,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12207,0,0,0,0,0,6737,0,0,0,'Thessala Hydra','',NULL,0,46,47,0,16,0,1,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,54,80,18,10,8,12207,0,12207,0,0,0,0,0,0,3391,21790,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12208,0,0,0,0,0,11405,0,0,0,'Conquered Soul of the Blightcaller',NULL,NULL,0,62,62,0,85,0,1.25,1.14286,1,0,172,240,0,262,1,1430,1573,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,18328,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12216,0,0,0,0,0,2452,0,0,0,'Poison Sprite','',NULL,0,42,42,0,90,0,1,1.14286,1,0,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,3,0,12216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,89,'SmartAI',1,3,1,0.75,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12217,0,0,0,0,0,12345,0,0,0,'Corruptor','',NULL,0,42,42,0,90,0,1,1.14286,1,0,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,3,0,12217,0,0,0,0,0,0,0,0,5413,21068,0,0,0,0,0,0,0,0,62,86,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12218,0,0,0,0,0,12346,0,0,0,'Vile Larva','',NULL,0,44,44,0,14,0,1,1.14286,1,0,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,1,0,12218,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12219,0,0,0,0,0,12347,0,0,0,'Barbed Lasher','',NULL,0,45,45,0,16,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12219,0,0,0,0,0,0,0,0,3391,21749,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12220,0,0,0,0,0,12348,0,0,0,'Constrictor Vine','',NULL,0,44,45,0,16,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12220,0,0,0,0,0,0,0,0,11922,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12221,0,0,0,0,0,1145,0,0,0,'Noxious Slime','',NULL,0,43,44,0,16,0,1,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,10,0,12221,12221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,386,'SmartAI',1,3,1,2.5,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12222,0,0,0,0,0,14350,0,0,0,'Creeping Sludge','',NULL,0,43,44,0,16,0,0.3,0.4,1,1,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,10,0,12222,12222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,423,'',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(12223,0,0,0,0,0,3386,0,0,0,'Cavern Lurker','',NULL,0,44,45,0,834,0,0.666668,1.14286,1,1,76,100,0,184,2.4,2500,2000,1,64,2048,0,0,0,0,0,0,52,76,17,4,0,12223,0,0,0,0,0,0,0,0,11428,0,0,0,0,0,0,0,0,0,320,423,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12224,0,0,0,0,0,9014,0,0,0,'Cavern Shambler','',NULL,0,45,45,0,834,0,0.666668,1.14286,1,1,70,93,0,172,2.4,2500,2000,2,64,2048,0,0,0,0,0,0,48,71,15,4,0,12224,0,0,0,0,0,0,0,0,7948,16790,0,0,0,0,0,0,0,0,288,381,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12225,0,0,0,0,0,12350,0,0,0,'Celebras the Cursed','',NULL,0,46,46,0,90,0,1.11111,1.14286,1,1,72,95,0,176,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,49,72,16,7,0,12225,0,0,0,0,0,0,0,0,0,21793,21807,12747,0,0,0,0,0,0,675,887,'SmartAI',1,3,1,8,4,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),
|
|
(12236,0,0,0,0,0,12334,0,0,0,'Lord Vyletongue','',NULL,0,44,44,0,90,0,1,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,3,0,12236,12236,0,0,0,0,0,0,188,21080,8817,0,0,0,0,0,0,0,0,714,938,'SmartAI',1,3,1,7.5,1,1,0,17684,17703,0,0,0,0,0,1,10258,0,'',12340),
|
|
(12237,0,0,0,0,0,9014,0,0,0,'Meshlok the Harvester',NULL,NULL,0,46,46,0,834,0,1.72,1.14286,1,2,77,102,0,188,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,12237,0,0,0,0,0,0,0,0,15593,13446,0,0,0,0,0,0,0,0,521,685,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12238,0,0,0,0,0,12369,0,0,0,'Zaetar\'s Spirit',NULL,NULL,5304,60,60,0,35,3,1.11111,1.14286,1,1,146,192,0,238,7.5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(12239,0,0,0,0,0,12372,0,0,0,'Spirit of Gelk','The Second Kahn',NULL,0,42,42,0,35,0,1.02,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,43,63,15,6,0,12239,0,0,0,0,0,0,0,0,15284,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12240,0,0,0,0,0,12371,0,0,0,'Spirit of Kolk','The First Kahn',NULL,0,43,43,0,35,0,1.02,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,6,0,12240,0,0,0,0,0,0,0,0,14516,16244,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12241,0,0,0,0,0,12374,0,0,0,'Spirit of Magra','The Third Kahn',NULL,0,43,43,0,35,0,1.02,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,6,0,12241,0,0,0,0,0,0,0,0,15572,9128,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12242,0,0,0,0,0,12370,0,0,0,'Spirit of Maraudos','The Fourth Kahn',NULL,0,44,44,0,35,0,0.666668,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,6,0,12242,0,0,0,0,0,0,0,0,15667,15795,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12243,0,0,0,0,0,12373,0,0,0,'Spirit of Veng','The Fifth Kahn',NULL,0,44,44,0,35,0,0.666668,1.14286,1,1,72,96,0,174,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,49,73,16,6,0,12243,0,0,0,0,0,0,0,0,14030,15620,38383,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,17684,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12244,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NW)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12245,0,0,0,0,0,1159,0,0,0,'Vendor-Tron 1000',NULL,NULL,4003,38,38,0,35,131,1.02,1.14286,1,0,53,70,0,128,1,2000,2000,1,512,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,108,1,0,0,'',12340),
|
|
(12246,0,0,0,0,0,1159,0,0,0,'Super-Seller 680',NULL,NULL,4002,36,36,0,35,387,1,0.885714,1,0,50,66,0,120,1,2000,2000,1,512,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.15,1,1,0,0,0,0,0,0,0,108,1,0,0,'',12340),
|
|
(12247,0,0,0,0,0,12271,0,0,0,'Scourge Structure',NULL,NULL,0,1,1,0,77,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12248,0,0,0,0,0,12390,0,0,0,'Infiltrator Hameya',NULL,NULL,0,60,60,0,37,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,12248,12248,0,0,0,0,0,0,0,14118,18270,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,1.35,1,1,0,15767,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12249,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (SW)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12250,0,0,0,0,0,10275,0,0,0,'Zaeldarr the Outcast',NULL,NULL,0,55,55,0,37,0,0.666668,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,12250,12250,0,0,0,0,0,0,0,40504,19128,0,0,0,0,0,0,0,0,118,159,'SmartAI',0,3,1,1.3,1,1,0,15785,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12251,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CLS)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12252,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CRS)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12253,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (CSH)',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12254,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NESH)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12255,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (NE)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12256,0,0,0,0,0,7804,0,0,0,'Mark of Detonation (SE)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12257,0,0,0,0,0,10269,0,0,0,'Mechanical Yeti',NULL,NULL,0,58,58,0,35,0,0.31,1.14286,1,0,100,132,0,242,1,2000,2200,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12258,0,0,0,0,0,12389,0,0,0,'Razorlash','',NULL,0,46,46,0,16,0,1,1.14286,1,1,77,102,0,188,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,4,0,12258,0,0,0,0,0,0,0,0,12787,40504,15976,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),
|
|
(12259,0,0,0,0,0,13030,0,0,0,'Gehennas',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,76,12259,0,0,0,186,0,0,93,0,0,0,0,0,0,0,0,0,0,0,1069897,1307652,'',1,3,1,132,15,1,0,17331,20951,0,0,0,0,164,1,617299803,1,'boss_gehennas',12340),
|
|
(12260,0,0,0,0,0,6369,0,0,0,'Onyxian Drake','',NULL,0,59,61,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12261,0,0,0,0,0,4769,0,0,0,'Infected Mossflayer',NULL,NULL,0,57,58,0,37,0,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,12261,0,0,0,0,0,0,0,0,35011,11442,0,0,0,0,0,0,0,0,130,175,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12262,0,0,0,0,0,10627,0,0,0,'Ziggurat Protector',NULL,NULL,0,58,58,0,21,0,0.777776,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,12262,0,0,0,0,0,0,0,0,19643,18328,18396,0,0,0,0,0,0,0,818,1073,'SmartAI',1,3,1,1.25,1,1,0,15447,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12263,0,0,0,0,0,7864,0,0,0,'Slaughterhouse Protector',NULL,NULL,0,58,58,0,21,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,12263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,818,1073,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12264,0,0,0,0,0,13032,0,0,0,'Shazzrah',NULL,NULL,0,63,63,0,54,0,1,1.71429,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,108,12264,0,0,0,93,0,0,0,186,19712,19713,19714,19715,0,0,0,0,0,0,516580,631375,'',1,3,1,132,15,1,0,17332,20951,0,0,0,0,164,1,617299803,1,'boss_shazzrah',12340),
|
|
(12265,0,0,0,0,0,2172,0,0,0,'Lava Spawn',NULL,NULL,0,60,60,0,54,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,0,0,-186,0,0,18108,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12276,0,0,0,0,0,10056,0,0,0,'Hive\'Zora Egg',NULL,NULL,0,20,20,0,413,0,1,1.14286,1,0,29,39,0,70,1,1800,1980,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,33,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12277,0,0,0,0,0,12409,0,0,0,'Melizza Brimbuzzle',NULL,NULL,0,39,39,0,474,2,1.02,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12296,0,0,0,0,0,14951,0,0,0,'Sickly Gazelle',NULL,NULL,0,3,3,0,188,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(12297,0,0,0,0,0,1547,0,0,0,'Cured Gazelle',NULL,NULL,0,1,1,0,188,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(12298,0,0,0,0,0,10091,0,0,0,'Sickly Deer',NULL,NULL,0,5,5,0,188,0,1,0.857143,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(12299,0,0,0,0,0,347,0,0,0,'Cured Deer',NULL,NULL,0,1,1,0,188,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,4096,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,12299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(12317,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low AC','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,63,1,0,0,'',12340),
|
|
(12319,0,0,0,0,0,4196,4197,0,0,'Burning Blade Toxicologist',NULL,NULL,0,14,14,0,554,0,1,1.14286,1,0,14,20,0,21,1,1840,2024,8,0,2048,0,0,0,0,0,0,13,19,12,7,0,12319,0,0,0,0,0,0,0,0,980,707,20798,689,0,0,0,0,0,0,15,25,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12320,0,0,0,0,0,4198,4199,0,0,'Burning Blade Crusher',NULL,NULL,0,13,13,0,554,0,0.99,1.14286,1,0,18,24,0,48,1,1860,2046,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,12320,0,0,0,0,0,0,0,0,4133,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12321,0,0,0,0,0,4980,0,0,0,'Stormscale Toxicologist',NULL,NULL,0,15,15,0,74,0,1,1.14286,1,0,20,27,0,48,1,1850,2035,2,0,2048,0,0,0,0,0,0,14,21,2,7,0,12321,0,0,0,0,0,0,0,0,36983,9734,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12322,0,0,0,0,0,21016,21017,0,0,'Quel\'Lithien Protector',NULL,NULL,0,60,60,0,84,0,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,12322,12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,204,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12336,0,0,0,0,0,13049,0,0,0,'Brother Crowley','Scarlet Crusade Emissary',NULL,0,44,44,0,11,2,1,1.14286,1,0,72,96,0,174,1,1000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12337,0,0,0,0,0,10502,0,0,0,'Crimson Courier',NULL,NULL,0,60,60,0,89,0,1,1.38571,1,1,146,192,0,238,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,12337,12337,0,0,0,0,0,0,0,13005,17149,17143,15493,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,6,2,1,0,15868,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12338,0,0,0,0,0,12829,12830,12832,12831,'Shadowprey Guardian',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(12339,0,0,0,0,0,10507,0,0,0,'Demetria','The Scarlet Oracle',NULL,0,61,61,0,89,0,1.79,1.14286,1,1,123,177,0,115,7.5,1150,1265,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,12339,0,0,0,0,0,0,0,0,17194,20740,15654,527,0,0,0,0,0,0,1291,1690,'SmartAI',0,3,1,12,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12340,0,0,0,0,0,12934,0,0,0,'Drulzegar Skraghook',NULL,NULL,4162,35,35,0,876,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,12340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12341,0,0,0,0,0,10671,0,0,0,'Blue Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(12342,0,0,0,0,0,10672,0,0,0,'Brown Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(12343,0,0,0,0,0,10670,0,0,0,'Red Skeletal Horse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(12344,0,0,0,0,0,10720,0,0,0,'Swift Green Skeletal Horse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(12345,0,0,0,0,0,6469,0,0,0,'Mottled Crimson Raptor','',NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12346,0,0,0,0,0,4806,0,0,0,'Emerald Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12347,0,0,0,0,0,1001,0,0,0,'Enraged Reef Crawler',NULL,NULL,0,30,32,0,15,0,1.02,1.14286,1,0,45,60,0,108,1,2000,2000,1,0,2048,0,8,0,0,0,0,31,46,10,1,1,12347,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,13016,0,0,0,'',0,3,1,1,1,1,0,15874,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12348,0,0,0,0,0,6471,0,0,0,'Ivory Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12349,0,0,0,0,0,6472,0,0,0,'Turquoise Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12350,0,0,0,0,0,6473,0,0,0,'Violet Riding Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12351,0,0,0,0,0,2327,0,0,0,'Dire Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12352,0,0,0,0,0,10500,10503,0,0,'Scarlet Trooper',NULL,NULL,0,58,59,0,89,0,1.25,1.14286,1,0,133,176,0,234,1,1430,1573,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,12352,12352,0,0,0,0,0,0,0,8258,25263,13005,13874,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(12353,0,0,0,0,0,247,0,0,0,'Timber Riding Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12354,0,0,0,0,0,11641,0,0,0,'Brown Riding Kodo',NULL,NULL,0,11,12,0,35,0,1,1.38571,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12355,0,0,0,0,0,12246,0,0,0,'Gray Riding Kodo',NULL,NULL,0,11,12,0,35,0,1,1.38571,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12356,0,0,0,0,0,12245,0,0,0,'Green Riding Kodo','',NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12357,0,0,0,0,0,12242,0,0,0,'Teal Riding Kodo','',NULL,0,12,12,0,35,0,0.58,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12358,0,0,0,0,0,6080,0,0,0,'Riding Striped Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12359,0,0,0,0,0,6444,0,0,0,'Riding Spotted Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12360,0,0,0,0,0,6448,0,0,0,'Riding Striped Nightsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12361,0,0,0,0,0,9991,0,0,0,'Riding Nightsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12362,0,0,0,0,0,9695,0,0,0,'Riding Frostsaber',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12363,0,0,0,0,0,6569,0,0,0,'Blue Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12364,0,0,0,0,0,10666,0,0,0,'Icy Blue Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12365,0,0,0,0,0,9473,0,0,0,'Red Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12366,0,0,0,0,0,9476,0,0,0,'Unpainted Mechanostrider X',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12367,0,0,0,0,0,10661,0,0,0,'Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12368,0,0,0,0,0,9474,0,0,0,'White Mechanostrider Mod A',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(12369,0,0,0,0,0,11257,0,0,0,'Lord Kragaru',NULL,NULL,0,38,38,0,74,0,1.13,1.14286,1,0,53,70,0,128,1,1630,1793,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,12369,12369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,15803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12370,0,0,0,0,0,2784,0,0,0,'Black Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12371,0,0,0,0,0,2787,0,0,0,'Frost Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12372,0,0,0,0,0,2785,0,0,0,'Brown Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12373,0,0,0,0,0,2736,0,0,0,'Gray Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12374,0,0,0,0,0,2786,0,0,0,'White Riding Ram Mount',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12375,0,0,0,0,0,2405,0,0,0,'Chestnut Mare','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12376,0,0,0,0,0,2404,0,0,0,'Brown Horse','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12377,0,0,0,0,0,11649,0,0,0,'Wailing Spectre','',NULL,0,69,70,1,21,0,1.11111,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,12377,0,0,0,0,0,0,0,0,7713,32938,0,0,0,0,0,0,0,0,234,311,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12378,0,0,0,0,0,146,0,0,0,'Damned Soul','',NULL,0,68,69,1,21,0,1.11111,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,6,0,12378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12379,0,0,0,0,0,13951,13952,13953,13954,'Unliving Caretaker','',NULL,0,69,70,1,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,12379,12379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'SmartAI',1,3,1,1,1,1,0,24480,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12380,0,0,0,0,0,12430,12431,13949,13950,'Unliving Resident','',NULL,0,70,70,1,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,12380,12380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,280,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12381,0,0,0,0,0,12432,0,0,0,'Ley Sprite',NULL,NULL,0,57,58,0,21,0,1.56,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.018,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(12382,0,0,0,0,0,1825,0,0,0,'Mana Sprite',NULL,NULL,0,56,57,0,21,0,1.24,1.14286,1,0,98,130,0,238,1,1440,1584,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.018,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(12383,0,0,0,0,0,1072,0,0,0,'Nibbles','Prairie Dog',NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(12384,0,0,0,0,0,12470,0,0,0,'Augustus the Touched',NULL,NULL,4085,55,55,0,35,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_augustus_the_touched',12340),
|
|
(12385,0,0,0,0,0,12434,0,0,0,'Mortar Team Advanced Target Dummy',NULL,NULL,0,6,6,0,14,0,0.91,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(12386,0,0,0,0,0,12435,0,0,0,'Magus Kyara','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12387,0,0,0,0,0,4754,0,0,0,'Large Vile Slime',NULL,NULL,0,56,57,0,14,0,1.1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,10,0,12387,0,0,0,0,0,0,0,0,25055,33959,0,0,0,0,0,0,0,0,108,146,'',0,3,1,1.35,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12396,0,0,0,0,0,4426,0,0,0,'Doomguard Commander',NULL,NULL,0,61,61,0,90,0,1.05,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,12396,12396,0,0,0,0,0,93,244,16005,11443,15090,11876,0,0,0,0,0,0,2311,3022,'SmartAI',1,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(12397,0,0,0,0,0,12449,0,0,0,'Lord Kazzak',NULL,NULL,0,73,73,1,90,0,2.09,1.14286,1,3,316,450,0,320,35,800,1000,1,0,2048,0,0,0,0,0,0,278,413,58,3,44,12397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28305,36968,'',0,3,1,110,2,1,0,0,0,0,0,0,0,151,1,617299803,1,'',12340),
|
|
(12416,0,0,0,0,0,12024,12025,12021,12022,'Blackwing Legionnaire',NULL,NULL,0,60,60,0,103,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,0,0,0,0,0,0,0,0,0,15284,23967,15580,0,0,0,0,0,0,0,609,800,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12417,0,0,0,0,0,457,0,0,0,'[NOT USED] Death Talon Whelp','',NULL,0,60,60,0,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12418,0,0,0,0,0,2712,0,0,0,'Gordok Hyena',NULL,NULL,0,52,54,0,45,0,1.1,1.14286,1,0,92,122,0,224,1,1500,2000,1,0,2048,0,25,0,0,0,0,63,93,22,1,1,12418,0,12418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12912,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(12419,0,0,0,0,0,901,0,0,0,'Lifelike Toad',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(12420,0,0,0,0,0,11979,11981,11978,11980,'Blackwing Mage',NULL,NULL,0,60,60,0,103,0,1.76,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,8,0,0,0,0,0,0,0,0,0,22271,17290,0,0,0,0,0,0,0,0,418,550,'',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12421,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Blackwing Assassin','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12422,0,0,0,0,0,2554,0,0,0,'Death Talon Dragonspawn',NULL,NULL,0,60,60,0,103,0,1.1,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,100001,0,0,0,0,0,0,15284,15580,23967,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12423,0,0,0,0,0,3258,0,0,0,'Guard Roberts',NULL,NULL,0,7,7,0,12,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),
|
|
(12425,0,0,0,0,0,5908,0,0,0,'Flint Shadowmore','SI:7',NULL,0,60,60,0,1078,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,38863,30470,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12426,0,0,0,0,0,1555,0,0,0,'Masterwork Target Dummy',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,12426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,124.476,1,1,0,0,0,0,0,0,0,0,1,16416,262146,'npc_target_dummy',12340),
|
|
(12427,0,0,0,0,0,12474,0,0,0,'Mountaineer Dolf',NULL,NULL,0,7,7,0,55,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4104,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),
|
|
(12428,0,0,0,0,0,12475,0,0,0,'Deathguard Kel',NULL,NULL,0,7,7,0,68,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,36872,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),
|
|
(12429,0,0,0,0,0,12476,0,0,0,'Sentinel Shaya',NULL,NULL,0,7,7,0,80,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,4104,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),
|
|
(12430,0,0,0,0,0,12477,0,0,0,'Grunt Kor\'ja',NULL,NULL,0,7,7,0,29,0,1,1.14286,1,0,9,12,0,36,1,2000,2134,1,4096,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_garments_of_quests',12340),
|
|
(12431,0,0,0,0,0,11413,0,0,0,'Gorefang',NULL,NULL,0,13,13,0,38,0,0.94,1.14286,1,4,18,24,0,48,1,2000,2000,1,0,2048,0,1,0,0,0,0,12,18,1,1,1,12431,0,100003,70,70,70,70,70,70,0,0,0,0,0,0,0,0,13041,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12432,0,0,0,0,0,982,0,0,0,'Old Vicejaw',NULL,NULL,0,14,14,0,44,0,0.94,1.14286,1,4,20,27,0,50,1,2000,2000,1,0,2048,0,4,0,0,0,0,13,20,1,1,1,12432,0,100003,0,28,0,28,0,28,0,0,0,0,0,0,0,0,12842,0,0,0,'',1,1,1,1.25,1,1,0,3253,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12433,0,0,0,0,0,368,0,0,0,'Krethis Shadowspinner',NULL,NULL,0,15,15,0,22,0,0.94,1.14286,1,4,20,27,0,48,1,2000,2000,2,0,2048,0,3,0,0,0,0,14,21,2,1,1,12433,0,0,0,0,0,0,0,0,12040,17439,0,0,0,0,0,0,10500,0,0,0,'',0,1,1,1,1,1,0,3254,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12434,0,0,0,0,0,11686,0,0,0,'Monster Generator (Blackwing)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12435,0,0,0,0,0,10115,0,0,0,'Razorgore the Untamed',NULL,NULL,0,63,63,0,1114,0,0.888888,1.14286,1,3,181,253,0,268,35,1450,1600,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,12435,0,100001,0,0,0,0,0,0,22425,19873,19872,0,0,0,0,0,0,0,1297137,1585390,'',1,3,1,135,1,1,0,0,0,0,0,0,0,144,1,617299803,257,'boss_razorgore',12340),
|
|
(12457,0,0,0,0,0,18981,18980,0,0,'Blackwing Spellbinder',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,129,191,26,2,8,12457,0,0,0,0,0,0,0,0,22275,22274,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12458,0,0,0,0,0,11967,11969,14300,14301,'Blackwing Taskmaster',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1158,1274,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,0,0,0,0,0,0,0,0,0,22458,17289,0,0,0,0,0,0,0,0,2312,3025,'',1,3,1,20,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12459,0,0,0,0,0,14292,14293,14294,14295,'Blackwing Warlock',NULL,NULL,0,61,61,0,103,0,1,1.14286,1,1,152,210,0,244,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,120,179,25,7,8,12459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12460,0,0,0,0,0,14308,0,0,0,'Death Talon Wyrmguard',NULL,NULL,0,63,63,0,103,0,1,1.14286,1,1,181,253,0,268,7.5,1083,1191,1,0,2048,0,0,0,0,0,0,147,219,32,2,8,12460,0,12460,0,0,0,0,0,0,24375,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,65,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12461,0,0,0,0,0,14355,0,0,0,'Death Talon Overseer',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12461,0,12461,0,0,0,0,0,0,15284,20623,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12462,0,0,0,0,0,11984,11987,14298,14299,'[NOT USED] Blackwing Warlord','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12463,0,0,0,0,0,8310,0,0,0,'Death Talon Flamescale',NULL,NULL,0,62,62,0,103,0,0.888888,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12463,0,12463,0,0,0,0,0,0,16636,22423,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,40,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12464,0,0,0,0,0,12893,0,0,0,'Death Talon Seether',NULL,NULL,0,62,62,0,103,0,0.888888,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12464,0,12464,0,0,0,0,0,0,22428,22433,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12465,0,0,0,0,0,12894,0,0,0,'Death Talon Wyrmkin',NULL,NULL,0,61,61,0,103,0,0.888888,1.14286,1,1,152,210,0,244,7.5,1091,1200,2,0,2048,0,0,0,0,0,0,120,179,25,2,8,12465,0,12465,0,0,0,0,0,0,22424,22425,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12466,0,0,0,0,0,8711,0,0,0,'[NOT USED] Death Talon Scalebane','',NULL,0,60,60,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12467,0,0,0,0,0,14544,0,0,0,'Death Talon Captain',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,172,240,0,262,7.5,1091,1200,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,12467,0,12467,0,0,0,0,0,0,22436,22438,15496,22440,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,75,1,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12468,0,0,0,0,0,12892,0,0,0,'Death Talon Hatcher',NULL,NULL,0,61,61,0,103,0,0.888888,1.14286,1,1,152,210,0,244,7.5,1141,1255,2,0,2048,0,0,0,0,0,0,120,179,25,2,8,12468,0,12468,0,0,0,0,0,0,22275,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,10,1,0,16786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12469,0,0,0,0,0,12889,0,0,0,'[NOT USED] Death Talon Earthshaker','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12470,0,0,0,0,0,11994,11995,11992,11993,'[NOT USED] Death Talon Firetongue','',NULL,0,62,62,0,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12473,0,0,0,0,0,12489,0,0,0,'Arcanite Dragonling',NULL,NULL,0,60,60,0,14,0,1.11111,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(12474,0,0,0,0,0,12509,0,0,0,'Emeraldon Boughguard',NULL,NULL,0,62,62,0,50,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12474,0,12474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3587,4690,'SmartAI',0,3,1,25,1,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12475,0,0,0,0,0,625,0,0,0,'Emeraldon Tree Warder',NULL,NULL,0,60,60,0,50,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,12475,0,12475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,4408,'SmartAI',0,3,1,25,1,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12476,0,0,0,0,0,7974,0,0,0,'Emeraldon Oracle',NULL,NULL,0,61,61,0,50,0,1.05,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,2,8,12476,0,12476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2778,3633,'SmartAI',0,3,1,25,10,1,0,21147,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12477,0,0,0,0,0,12509,0,0,0,'Verdantine Boughguard',NULL,NULL,0,62,62,0,50,0,0.888888,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12477,0,12477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,4579,'',1,3,1,25,1,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12478,0,0,0,0,0,7974,0,0,0,'Verdantine Oracle',NULL,NULL,0,61,61,0,50,0,0.888888,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,2,8,12478,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,3744,'',1,3,1,25,10,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12479,0,0,0,0,0,625,0,0,0,'Verdantine Tree Warder',NULL,NULL,0,60,60,0,50,0,0.888888,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,2,8,12479,0,12479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,4408,'',1,3,1,25,1,1,0,21146,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12480,0,0,0,0,0,5567,0,0,0,'Melris Malagan','Captain of the Guard',NULL,0,58,58,0,1078,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12481,0,0,0,0,0,5446,0,0,0,'Justine Demalier','Stormwind Recruiter',NULL,0,57,57,0,1078,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12496,0,0,0,0,0,7553,0,0,0,'Dreamtracker',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12496,0,100001,0,0,0,0,0,0,16359,6605,0,0,0,0,0,0,0,0,3545,4634,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12497,0,0,0,0,0,7553,0,0,0,'Dreamroarer',NULL,NULL,0,62,62,0,50,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12497,0,15412,0,0,0,0,0,0,16359,20668,0,0,0,0,0,0,0,0,3587,4690,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12498,0,0,0,0,0,7553,0,0,0,'Dreamstalker',NULL,NULL,0,62,62,0,50,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,8,12498,0,12498,0,0,0,0,0,0,16359,12098,0,0,0,0,0,0,0,0,3502,4579,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12516,0,0,0,0,0,11326,0,0,0,'TEST Resist Gear','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12517,0,0,0,0,0,11326,0,0,0,'TEST Potions and Enchantments','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12536,0,0,0,0,0,12529,715,9586,12530,'Illusion: Black Dragonkin','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12537,0,0,0,0,0,8310,0,0,0,'Morph Firemane Scalebane','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(12557,0,0,0,0,0,14296,0,0,0,'Grethok the Controller',NULL,NULL,0,62,62,0,103,0,1,1.14286,1,1,160,223,0,246,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2822,3691,'SmartAI',1,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12576,0,0,0,0,0,12943,0,0,0,'Grish Longrunner',NULL,NULL,0,25,25,0,104,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,33333,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12577,0,0,0,0,0,12926,0,0,0,'Jarrodenus','Hippogryph Master',NULL,6944,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12578,0,0,0,0,0,12927,0,0,0,'Mishellena','Hippogryph Master',NULL,0,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12579,0,0,0,0,0,2295,0,0,0,'Bloodfury Ripper',NULL,NULL,0,26,26,0,514,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,12579,12579,0,0,0,0,0,0,0,8599,13443,0,0,0,0,0,0,0,0,135,181,'SmartAI',1,1,1,1,1,1,0,16190,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12580,0,0,0,0,0,9052,0,0,0,'Reginald Windsor',NULL,NULL,0,63,63,0,534,2,1,1.14286,1,1,181,253,0,268,4.6,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12581,0,0,0,0,0,2410,0,0,0,'Mercutio',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,26,1,1990,2189,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(12596,0,0,0,0,0,12911,0,0,0,'Bibilfaz Featherwhistle','Gryphon Master',NULL,6944,65,65,0,12,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12616,0,0,0,0,0,12974,0,0,0,'Vhulgra','Wind Rider Master',NULL,10434,65,65,0,29,8195,1.05,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12617,0,0,0,0,0,12549,0,0,0,'Khaelyn Steelwing','Gryphon Master',NULL,6944,65,65,0,55,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12636,0,0,0,0,0,12569,0,0,0,'Georgia','Bat Handler',NULL,12237,65,65,0,68,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12656,0,0,0,0,0,14954,0,0,0,'Thamarian',NULL,NULL,4308,15,15,0,80,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12657,0,0,0,0,0,12610,0,0,0,'Don Pompa',NULL,NULL,0,20,20,0,11,3,1.05,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,12657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,54,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12658,0,0,0,0,0,12609,0,0,0,'Adam Lind',NULL,NULL,4343,20,20,0,11,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,12658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,76,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12676,0,0,0,0,0,12589,0,0,0,'Sharptalon',NULL,NULL,0,31,31,0,1097,0,1,1.14286,1,0,44,58,0,106,1,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,1,0,12676,0,100011,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12677,0,0,0,0,0,11452,0,0,0,'Shadumbra',NULL,NULL,0,28,28,0,1097,2,1.05,1.14286,1,0,39,53,0,96,1,1000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,1,0,12677,0,100010,0,0,0,0,0,0,13445,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(12678,0,0,0,0,0,29438,0,0,0,'Ursangous',NULL,NULL,0,25,25,0,1097,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,1,0,12678,0,100005,0,0,0,0,0,0,13443,10101,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12696,0,0,0,0,0,12970,0,0,0,'Senani Thunderheart',NULL,NULL,4346,30,30,0,104,3,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12716,0,0,0,0,0,7330,0,0,0,'Decedra Willham','',NULL,4357,45,45,0,894,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12717,0,0,0,0,0,12961,0,0,0,'Muglash',NULL,NULL,0,25,25,0,29,2,1.05,1.14286,1,0,35,48,0,86,1,2000,2000,1,37376,2048,0,0,0,0,0,0,24,36,6,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_muglash',12340),
|
|
(12718,0,0,0,0,0,12946,0,0,0,'Gurda Ragescar',NULL,NULL,0,30,30,0,29,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12719,0,0,0,0,0,12958,0,0,0,'Marukai',NULL,NULL,0,35,35,0,126,2,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4608,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12720,0,0,0,0,0,12936,0,0,0,'Framnali',NULL,NULL,0,32,32,0,126,2,1.05,1.14286,1,0,45,60,0,108,1,2000,2000,1,4608,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12721,0,0,0,0,0,12960,0,0,0,'Mitsuwa',NULL,NULL,0,31,31,0,126,2,1.05,1.14286,1,0,44,58,0,106,1,2000,2000,1,4608,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12722,0,0,0,0,0,12973,0,0,0,'Vera Nightshade',NULL,NULL,0,29,29,0,68,2,1.05,1.14286,1,0,29,40,0,44,1,2000,2000,8,36864,2048,0,0,0,0,0,0,25,36,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12723,0,0,0,0,0,12948,0,0,0,'Har\'alen',NULL,NULL,0,28,28,0,104,2,1.05,1.14286,1,0,39,53,0,96,1,2000,2000,1,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12724,0,0,0,0,0,12968,0,0,0,'Pixel',NULL,NULL,5161,34,34,0,29,3,1.05,1.14286,1,0,47,63,0,114,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12736,0,0,0,0,0,12953,0,0,0,'Je\'neu Sancrea','The Earthen Ring',NULL,4442,25,25,0,126,3,1.05,1.14286,1,0,25,36,0,37,1,2000,2000,8,4096,2048,0,0,0,0,0,0,22,32,15,7,0,12736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12737,0,0,0,0,0,12959,0,0,0,'Mastok Wrilehiss',NULL,NULL,4441,30,30,0,29,3,1.05,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12738,0,0,0,0,0,12967,0,0,0,'Nori Pridedrift',NULL,NULL,0,5,5,0,55,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12739,0,0,0,0,0,2554,0,0,0,'Onyxia\'s Elite Guard',NULL,NULL,0,58,59,0,40,0,1.76,1.14286,1,1,102,135,0,248,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,2,0,12739,0,12739,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1374,1799,'',0,3,1,10,1,1,0,16786,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(12740,0,0,0,0,0,12629,0,0,0,'Faustron','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12741,0,0,0,0,0,143,0,0,0,'Warrior 40 (More Leash)','',NULL,0,40,40,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,100014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(12756,0,0,0,0,0,17251,0,0,0,'Lady Onyxia',NULL,NULL,0,63,63,0,12,0,3.9,1.14286,1,1,181,253,0,268,35,850,1280,1,0,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(12757,0,0,0,0,0,8352,0,0,0,'Karang Amakkar',NULL,NULL,4401,35,35,0,29,3,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12758,0,0,0,0,0,11686,0,0,0,'Onyxia Trigger','','',0,80,80,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_onyxia_trigger',11723),
|
|
(12759,0,0,0,0,0,7853,0,0,0,'Tideress',NULL,NULL,0,27,27,0,91,0,1.05,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,4,0,12759,0,0,0,0,0,75,0,0,9672,6873,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,12220,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12776,0,0,0,0,0,14371,0,0,0,'Hraug','',NULL,0,9,9,0,29,2,1,1.14286,1,0,11,15,0,40,1,2000,2112,1,768,2048,0,0,0,0,3,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12777,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster',NULL,0,65,65,1,1078,4224,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12778,0,0,0,0,0,9811,0,0,0,'Lieutenant Rachel Vaccar','Outland Armor Quartermaster',NULL,0,65,65,1,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12779,0,0,0,0,0,12910,0,0,0,'Archmage Gaiman',NULL,NULL,0,55,55,0,123,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,768,2048,0,0,0,0,0,0,55,82,23,7,4096,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12780,0,0,0,0,0,12924,0,0,0,'Sergeant Major Skyshadow',NULL,NULL,0,55,55,0,124,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12781,0,0,0,0,0,12669,0,0,0,'Master Sergeant Biggins','Accessories Quartermaster',NULL,0,55,55,0,1078,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12782,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster',NULL,0,65,65,1,1078,4224,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12783,0,0,0,0,0,12922,0,0,0,'Lieutenant Karter','War Mount Quartermaster',NULL,0,55,55,0,1078,128,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12784,0,0,0,0,0,12921,0,0,0,'Lieutenant Jackspring','Legacy Weapon Quartermaster',NULL,0,55,55,0,123,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12785,0,0,0,0,0,12925,0,0,0,'Sergeant Major Clate','Legacy Armor Quartermaster',NULL,0,55,55,0,123,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12786,0,0,0,0,0,12920,0,0,0,'Guard Quine',NULL,NULL,0,62,62,0,11,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12787,0,0,0,0,0,12919,0,0,0,'Guard Hammon',NULL,NULL,0,62,62,0,11,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12788,0,0,0,0,0,12670,0,0,0,'Legionnaire Teena','Outland Armor Quartermaster',NULL,0,62,62,0,125,4224,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12789,0,0,0,0,0,12671,0,0,0,'Blood Guard Hini\'wana',NULL,NULL,0,62,62,0,876,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12790,0,0,0,0,0,12672,0,0,0,'Advisor Willington',NULL,NULL,0,62,62,0,68,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,8,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12791,0,0,0,0,0,12673,0,0,0,'Chieftain Earthbind',NULL,NULL,0,62,62,0,104,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,2,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12792,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster',NULL,0,65,65,1,1074,130,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12793,0,0,0,0,0,12675,0,0,0,'Brave Stonehide','Accessories Quartermaster',NULL,0,55,55,0,125,128,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12794,0,0,0,0,0,12676,0,0,0,'Stone Guard Zarg','Legacy Weapon Quartermaster',NULL,0,55,55,0,125,130,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12795,0,0,0,0,0,12677,0,0,0,'First Sergeant Hola\'mahi','Legacy Armor Quartermaster',NULL,0,55,55,0,125,130,1,1.14286,1,0,94,125,0,228,1,2000,1551,1,768,2048,0,0,0,0,0,0,65,95,23,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12796,0,0,0,0,0,12678,0,0,0,'Raider Bork','War Mount Quartermaster',NULL,0,55,55,0,1074,128,1,1.38571,1,0,94,125,0,228,1,2000,1606,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12797,0,0,0,0,0,12679,0,0,0,'Grunt Korf',NULL,NULL,0,62,62,0,85,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12798,0,0,0,0,0,12680,0,0,0,'Grunt Bek\'rah',NULL,NULL,0,62,62,0,85,0,1,1.14286,1,0,172,240,0,262,1,2000,1529,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(12799,0,0,0,0,0,12681,0,0,0,'Sergeant Ba\'sha','Accessories Quartermaster',NULL,0,55,55,0,29,4224,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12800,0,0,0,0,0,4269,0,0,0,'Chimaerok',NULL,NULL,0,60,61,0,16,0,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,127,188,28,1,65537,12800,0,12800,0,0,0,0,0,0,15797,5708,20629,0,0,0,0,0,5953,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12801,0,0,0,0,0,10810,0,0,0,'Arcane Chimaerok',NULL,NULL,0,60,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,139,207,30,1,65537,12801,0,12801,0,0,0,0,0,0,20223,15797,15122,0,0,0,0,0,5953,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12802,0,0,0,0,0,9560,0,0,0,'Chimaerok Devourer',NULL,NULL,0,61,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,1200,2000,1,0,2048,0,38,0,0,0,0,139,207,30,1,65537,12802,0,12802,0,0,0,0,0,0,7938,8599,0,0,0,0,0,0,5953,0,0,0,'',1,3,1,7,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12803,0,0,0,0,0,12683,0,0,0,'Lord Lakmaeran',NULL,NULL,0,62,62,0,16,0,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,38,0,0,0,0,139,207,30,1,65545,12803,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5953,0,0,0,'',0,3,1,100,1,1,0,21027,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12804,0,0,0,0,0,11121,0,0,0,'[PH] TEST Fire God','',NULL,0,63,63,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(12805,0,0,0,0,0,12923,0,0,0,'Officer Areyn','Accessories Quartermaster',NULL,0,55,55,0,12,4224,1.23,1.14286,1,0,94,125,0,228,1,1460,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12806,0,0,0,0,0,4759,0,0,0,'Magmakin',NULL,NULL,0,60,60,0,54,0,1.06,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,4,8,0,0,0,0,95,95,0,0,0,20508,0,0,0,0,0,0,0,0,0,208,1038,'',1,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(12807,0,0,0,0,0,12689,0,0,0,'Greshka','',NULL,0,50,50,0,29,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12816,0,0,0,0,0,12709,0,0,0,'Xen\'Zilla',NULL,NULL,0,25,25,0,83,2,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,4608,2048,0,0,0,0,0,0,24,36,6,7,0,12816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12818,0,0,0,0,0,12969,0,0,0,'Ruul Snowhoof',NULL,NULL,0,26,26,0,714,2,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,4352,2048,0,0,0,0,0,0,25,37,7,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_ruul_snowhoof',12340),
|
|
(12819,0,0,0,0,0,29421,0,0,0,'Ruul Snowhoof Bear Form','',NULL,0,1,1,0,714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12836,0,0,0,0,0,12750,0,0,0,'Wandering Protector',NULL,NULL,0,35,35,0,124,2,1.05,1.14286,1,1,49,64,0,118,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,33,49,11,5,0,12836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12837,0,0,0,0,0,12976,0,0,0,'Yama Snowhoof',NULL,NULL,0,26,26,0,104,2,1.05,1.14286,1,0,37,49,0,90,1,2000,2000,1,4096,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12856,0,0,0,0,0,12912,12913,12914,0,'Ashenvale Outrunner',NULL,NULL,0,23,24,0,1514,0,0.5,0.571429,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,12856,12856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12857,0,0,0,0,0,11679,0,0,0,'Elogit','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12858,0,0,0,0,0,12809,0,0,0,'Torek',NULL,NULL,0,24,24,0,83,2,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,4096,12858,0,0,0,0,0,0,0,0,11977,8078,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12859,0,0,0,0,0,12810,12811,12971,12972,'Splintertree Raider',NULL,NULL,0,21,22,0,83,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,0,2048,0,0,0,0,0,0,21,32,4,7,0,12859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12860,0,0,0,0,0,12931,0,0,0,'Duriel Moonfire',NULL,NULL,0,24,24,0,124,0,1.08,1.14286,1,0,34,46,0,84,1,1710,1881,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,12860,0,0,0,0,0,0,0,0,11428,12097,0,0,0,0,0,0,0,0,45,64,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12861,0,0,0,0,0,1825,0,0,0,'Wisp (Ghost Visual Only)','',NULL,0,1,1,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12862,0,0,0,0,0,11869,0,0,0,'Warsong Scout',NULL,NULL,0,28,28,0,29,2,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,12862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12863,0,0,0,0,0,11872,0,0,0,'Warsong Runner',NULL,NULL,4981,29,29,0,29,3,1.05,1.14286,1,0,38,50,0,94,1,2000,2000,2,4096,2048,0,0,0,0,0,0,26,38,8,7,0,12863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12864,0,0,0,0,0,11871,0,0,0,'Warsong Outrider',NULL,NULL,0,30,30,0,29,2,1,1.38571,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12865,0,0,0,0,0,12909,0,0,0,'Ambassador Malcin',NULL,NULL,0,35,35,0,152,0,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,32768,2048,0,0,0,0,0,0,31,46,11,6,0,12865,12865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,270,'SmartAI',0,1,1,1.25,2,1,0,17009,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(12866,0,0,0,0,0,12964,0,0,0,'Myriam Moonsinger',NULL,NULL,4601,35,35,0,35,3,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12867,0,0,0,0,0,12956,0,0,0,'Kuray\'bin',NULL,NULL,0,35,35,0,126,2,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12876,0,0,0,0,0,110,0,0,0,'Baron Aquanis',NULL,NULL,0,24,24,0,91,0,1.52,1.14286,1,1,32,43,0,78,7.5,1416,1558,2,0,2048,0,0,0,0,0,0,22,32,6,4,0,12876,0,0,0,0,0,75,0,0,15043,11831,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12877,0,0,0,0,0,12790,0,0,0,'Ertog Ragetusk',NULL,NULL,0,35,35,0,29,2,1.05,1.14286,1,0,49,64,0,118,1,2000,2000,1,4096,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12896,0,0,0,0,0,4841,4842,4843,4844,'Silverwing Sentinel',NULL,NULL,0,22,23,0,124,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,12896,12896,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,29,43,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12897,0,0,0,0,0,4841,4842,4843,4844,'Silverwing Warrior',NULL,NULL,0,21,22,0,124,0,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,12897,12897,0,0,0,0,0,0,0,11977,0,0,0,0,0,0,0,0,0,27,40,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12898,0,0,0,0,0,12820,0,0,0,'Phantim Illusion','',NULL,0,62,62,0,50,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12899,0,0,0,0,0,12821,0,0,0,'Axtroz',NULL,NULL,0,62,62,0,60,0,1.05,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,2,0,12899,0,12899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1802,2359,'SmartAI',0,3,1,12,1,1,0,16872,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12900,0,0,0,0,0,7553,0,0,0,'Somnus',NULL,NULL,0,62,62,0,50,0,2.68,1.14286,1,1,172,240,0,262,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,139,207,30,2,0,12900,0,12900,0,0,0,0,0,0,12533,12884,12891,16359,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,12,1,1,0,16870,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(12902,0,0,0,0,0,12822,0,0,0,'Lorgus Jett','',NULL,0,24,24,0,128,0,1.2,1.14286,1,1,32,43,0,78,1.7,2000,1567,2,32832,2048,0,0,0,0,0,0,22,32,6,7,0,12902,12902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,164,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12903,0,0,0,0,0,4264,4261,0,0,'Splintertree Guard',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,12903,12903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12904,0,0,0,0,0,16031,0,0,0,'Spirit Of Redemption',NULL,NULL,0,60,60,0,35,0,0.63,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,318,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12916,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Low Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(12917,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 High Magic Resistances','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(12918,0,0,0,0,0,6825,0,0,0,'Chief Murgut',NULL,NULL,0,26,26,0,82,0,1.08,1.14286,1,0,37,49,0,90,1,1710,1881,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,12918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,52,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12919,0,0,0,0,0,13099,0,0,0,'Nat Pagle','',NULL,6445,45,45,0,35,131,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_nat_pagle',12340),
|
|
(12920,0,0,0,0,0,12928,0,0,0,'Doctor Gregory Victor','Trauma Surgeon',NULL,5382,48,48,0,68,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,33280,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_doctor',12340),
|
|
(12921,0,0,0,0,0,6824,0,0,0,'Enraged Foulweald',NULL,NULL,0,23,24,0,82,0,1.04,1.14286,1,0,34,46,0,84,1,1770,1947,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,12921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12922,0,0,0,0,0,4449,0,0,0,'Imp Minion','','',0,66,80,0,90,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,3,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,0,0,0,0,0,53,'SmartAI',0,1,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(12923,0,0,0,0,0,6570,0,0,0,'Injured Soldier',NULL,NULL,0,43,46,0,83,0,1,1.14286,1,0,77,102,0,188,1,1570,1727,1,4096,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12924,0,0,0,0,0,2588,0,0,0,'Badly Injured Soldier',NULL,NULL,0,44,48,0,83,0,1,1.14286,1,0,81,108,0,196,1,1550,1705,1,4096,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12925,0,0,0,0,0,1027,0,0,0,'Critically Injured Soldier',NULL,NULL,0,46,50,0,83,0,1.19,1.14286,1,0,85,112,0,206,1,1530,1683,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12936,0,0,0,0,0,2986,0,0,0,'Badly Injured Alliance Soldier',NULL,NULL,0,44,48,0,12,0,1.16,1.14286,1,0,81,108,0,196,1,1570,1727,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12937,0,0,0,0,0,2985,0,0,0,'Critically Injured Alliance Soldier',NULL,NULL,0,46,50,0,12,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12938,0,0,0,0,0,2987,0,0,0,'Injured Alliance Soldier',NULL,NULL,0,43,46,0,12,0,1.16,1.14286,1,0,77,102,0,188,1,1580,1738,1,512,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_patient',12340),
|
|
(12939,0,0,0,0,0,12930,0,0,0,'Doctor Gustaf VanHowzen','Trauma Surgeon',NULL,5382,48,48,0,894,3,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,512,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,602,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_doctor',12340),
|
|
(12940,0,0,0,0,0,1772,0,0,0,'Vorsha the Lasher',NULL,NULL,0,22,22,0,74,0,1.05,1.14286,1,0,32,42,0,78,1,1760,1936,1,0,2048,0,0,0,0,0,0,21,32,4,10,0,12940,0,100005,0,0,0,0,0,0,3391,6607,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(12941,0,0,0,0,0,12954,0,0,0,'Jase Farlane','Trade Supplies',NULL,0,56,56,0,794,130,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12942,0,0,0,0,0,12957,0,0,0,'Leonard Porter','Leatherworking Supplies',NULL,0,55,55,0,12,4226,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12943,0,0,0,0,0,12975,0,0,0,'Werg Thickblade','Leatherworking Supplies',NULL,0,55,55,0,29,130,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12944,0,0,0,0,0,14666,0,0,0,'Lokhtos Darkbargainer','The Thorium Brotherhood',NULL,4781,60,60,0,1475,131,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lokhtos_darkbargainer',12340),
|
|
(12956,0,0,0,0,0,12977,0,0,0,'Zannok Hidepiercer','Leatherworking Supplies',NULL,0,59,59,0,35,130,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12957,0,0,0,0,0,12915,0,0,0,'Blimo Gadgetspring','Trade Supplies',NULL,0,55,55,0,35,130,1.1,1.14286,1,0,94,125,0,228,1,1500,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12958,0,0,0,0,0,12935,0,0,0,'Gigget Zipcoil','Trade Supplies',NULL,0,52,52,0,35,130,1.1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12959,0,0,0,0,0,13729,0,0,0,'Nergal','General Goods',NULL,0,52,52,0,35,898,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,4096,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12960,0,0,0,0,0,12916,0,0,0,'Christi Galvanis','General Goods',NULL,0,40,40,0,12,386,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12961,0,0,0,0,0,12038,0,0,0,'Kil\'Hiwana','Fishing Trainer',NULL,0,30,30,0,126,83,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12962,0,0,0,0,0,4094,0,0,0,'Wik\'Tar','Fish Merchant & Supplies',NULL,0,30,30,0,126,642,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12976,0,0,0,0,0,4871,0,0,0,'Kolkar Waylayer',NULL,NULL,0,33,34,0,130,0,1.13,1.14286,1,0,44,58,0,106,1,1620,1782,2,0,2048,0,0,0,0,0,0,39,45,10,7,0,12976,0,0,0,70,0,0,30,0,6728,9532,0,0,0,0,0,0,0,0,51,71,'CombatAI',0,3,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(12977,0,0,0,0,0,9448,0,0,0,'Kolkar Ambusher',NULL,NULL,0,34,35,0,130,0,1.14,1.14286,1,0,49,64,0,118,1,1610,1771,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,12977,0,0,0,70,0,0,30,0,7165,8258,25710,0,0,0,0,0,0,0,56,78,'CombatAI',0,3,1,1.1,1,1,0,6079,6067,0,0,0,0,144,1,0,0,'',12340),
|
|
(12996,0,0,0,0,0,1598,1608,0,0,'Mounted Ironforge Mountaineer',NULL,'Directions',0,30,30,0,57,1,1,1.38571,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(12997,0,0,0,0,0,5485,0,0,0,'Monty','Rat Extermination Specialist',NULL,4841,12,12,0,55,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4096,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12998,0,0,0,0,0,12932,12933,0,0,'Dwarven Farmer',NULL,NULL,0,15,15,0,55,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(12999,0,0,0,0,0,17519,11686,0,0,'World Invisible Trigger',NULL,NULL,0,80,80,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'OutdoorPvPObjectiveAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(13000,0,0,0,0,0,12940,12942,12941,12944,'Gnome Engineer',NULL,NULL,21212,15,15,0,875,1,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,512,2048,0,0,0,0,0,0,15,22,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13016,0,0,0,0,0,1141,0,0,0,'Deeprun Rat',NULL,NULL,0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13017,0,0,0,0,0,1141,0,0,0,'Enthralled Deeprun Rat',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13018,0,0,0,0,0,12965,0,0,0,'Nipsy',NULL,NULL,4845,12,12,0,55,131,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,4096,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13019,0,0,0,0,0,4707,4708,11303,11304,'Burning Blade Seer',NULL,NULL,0,33,33,0,554,0,1,1.14286,1,0,33,45,0,49,1,2000,2000,8,0,2048,0,0,0,0,0,0,28,41,17,7,0,13019,13019,0,0,0,0,0,0,0,11829,16536,0,0,0,0,0,0,0,0,45,63,'SmartAI',1,1,1,1.1,1,1,0,15750,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13020,0,0,0,0,0,13992,0,0,0,'Vaelastrasz the Corrupt',NULL,NULL,21333,63,63,0,35,3,1,1.14286,1,3,181,253,0,268,35,1600,1800,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,13020,0,100001,0,0,0,0,0,0,23461,19983,15847,18173,0,0,0,0,0,0,1523076,1861537,'',1,3,1,1000,1,1,0,0,0,0,0,0,0,164,1,617299803,257,'boss_vaelastrasz',12340),
|
|
(13021,0,0,0,0,0,12929,0,0,0,'Warpwood Crusher',NULL,NULL,0,56,56,0,16,0,1.11111,1.14286,1,1,96,127,0,234,5,2500,1292,1,0,2048,0,0,0,0,0,0,67,97,23,4,0,13021,0,0,0,0,0,0,0,0,22426,15550,0,0,0,0,0,0,0,0,772,1013,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13022,0,0,0,0,0,12962,12963,0,0,'Whip Lasher',NULL,NULL,0,54,54,0,16,0,1,1.14286,1,0,92,122,0,224,5,2000,1606,1,0,2048,0,0,0,0,0,0,63,93,22,4,0,13022,0,0,0,0,0,0,0,0,21987,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13036,0,0,0,0,0,12966,0,0,0,'Gordok Mastiff',NULL,NULL,0,57,59,0,45,0,1.23,1.14286,1,0,102,135,0,248,5,1460,1606,1,0,2048,0,25,0,0,0,0,70,103,25,1,1,13036,0,13036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12913,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(13056,0,0,0,0,0,7593,0,0,0,'test spirit healer (DND)','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13076,0,0,0,0,0,1598,1608,0,0,'Dun Morogh Mountaineer',NULL,'',0,30,30,0,57,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(13078,22696,32119,37442,0,0,13299,0,0,0,'Umi Thorson',NULL,NULL,0,58,58,0,1216,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,4096,2048,0,0,0,0,0,0,69,101,25,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13079,22683,32026,37346,0,0,13300,0,0,0,'Keetar',NULL,NULL,0,58,58,0,1214,2,1,1.14286,1,0,100,132,0,242,1,2000,1301,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13080,22743,32014,37333,0,0,13311,13313,13312,13314,'Irondeep Guard',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13081,22746,32017,37336,0,0,13434,13435,13436,13437,'Irondeep Raider',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,94,125,0,228,1,2000,1310,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13082,0,0,0,0,0,4016,0,0,0,'Milton Beats','Giver of the Beatings',NULL,0,33,33,0,14,0,1.54,1.14286,1,1,46,61,0,112,7.5,1400,1540,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13083,0,0,0,0,0,12990,0,0,0,'Echo of Archimonde','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13084,0,0,0,0,0,12992,0,0,0,'Bixi Wobblebonk','Weapon Master',NULL,5277,50,50,0,55,83,1,1.14286,1,1,85,112,0,206,2.4,1500,2000,1,0,2048,0,0,2,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13085,0,0,0,0,0,21007,0,0,0,'Myrokos Silentform',NULL,NULL,4922,57,57,0,471,3,1.05,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13086,22670,31918,37234,0,0,13298,0,0,0,'Aggi Rumblestomp',NULL,NULL,0,58,58,0,11,0,1.75,1.14286,1,0,100,132,0,242,1,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13087,22731,31948,37266,0,0,13326,13328,13630,13631,'Coldmine Invader',NULL,NULL,0,54,55,0,1216,0,1.76,1.14286,1,0,94,125,0,228,1,1183,1301,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13088,22684,32043,37364,0,0,13305,0,0,0,'Masha Swiftcut',NULL,NULL,0,58,58,0,1214,2,1.76,1.14286,1,0,100,132,0,242,1,1183,1301,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13089,22730,31947,37265,0,0,13322,13323,13325,13562,'Coldmine Guard',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,94,125,0,228,1,2800,1292,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13096,22729,31946,37264,0,0,13895,13896,13552,13553,'Coldmine Explorer',NULL,NULL,0,54,55,0,1216,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13097,22734,31951,37269,0,0,13330,13331,13540,13537,'Coldmine Surveyor',NULL,NULL,0,54,55,0,1214,2,1,1.14286,1,0,87,116,0,214,1,2000,1320,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13098,22749,32020,37339,0,0,13315,13317,13316,13318,'Irondeep Surveyor',NULL,NULL,0,54,55,0,1216,0,1.73,1.14286,1,0,87,116,0,214,1,2000,2000,2,4096,2048,0,0,0,0,0,0,60,88,21,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13099,22741,32012,37331,0,0,13430,13431,13432,13433,'Irondeep Explorer',NULL,NULL,0,54,55,0,1214,0,1,1.14286,1,0,87,116,0,214,1,2000,1320,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13116,22526,31920,37236,0,0,13336,13337,0,0,'Alliance Spirit Guide',NULL,NULL,0,60,60,0,84,32768,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13117,22558,32004,37323,0,0,13338,13339,0,0,'Horde Spirit Guide',NULL,NULL,0,60,60,0,83,32768,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4928,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13118,0,0,0,0,0,10492,10494,10493,10495,'Crimson Bodyguard',NULL,NULL,0,57,58,0,89,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,13118,0,0,0,0,0,0,0,0,15749,6713,11972,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13136,0,0,0,0,0,2303,0,0,0,'Hive\'Ashi Drone',NULL,NULL,0,57,58,0,310,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,10,0,13136,0,13136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20457,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(13137,22707,32038,37358,0,0,13467,0,0,0,'Lieutenant Rugba',NULL,NULL,0,59,59,0,1214,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13138,22708,32039,37359,0,0,13460,0,0,0,'Lieutenant Spencer',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13138,13138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13139,22620,31959,37277,0,0,13455,0,0,0,'Commander Randolph',NULL,NULL,0,61,61,0,1216,0,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13140,22613,31952,37270,0,0,13462,0,0,0,'Commander Dardosh <old>',NULL,NULL,0,61,61,0,1214,1,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13141,0,0,0,0,0,2079,0,0,0,'Deeprot Stomper','',NULL,0,42,43,0,16,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,4,0,13141,0,0,0,0,0,0,0,0,11876,13446,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13142,0,0,0,0,0,13098,0,0,0,'Deeprot Tangler','',NULL,0,43,43,0,16,0,1,1.14286,1,1,67,88,0,162,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,46,67,16,4,0,13142,0,0,0,0,0,0,0,0,21331,21337,0,0,0,0,0,0,0,0,310,409,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13143,22710,32041,37361,0,0,13468,0,0,0,'Lieutenant Stronghoof',NULL,NULL,0,59,59,0,1214,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2435,3184,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13144,22711,32042,37362,0,0,13469,0,0,0,'Lieutenant Vol\'talar',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13144,13144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13145,22701,32031,37351,0,0,7864,0,0,0,'Lieutenant Grummus',NULL,NULL,0,59,59,0,1214,0,3.54,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,6,0,13145,13145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2435,3184,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13146,22706,32037,37357,0,0,1693,0,0,0,'Lieutenant Murp <old>',NULL,NULL,0,59,59,0,1214,0,3.54,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,6,0,13146,13146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13147,22703,32034,37354,0,0,13466,0,0,0,'Lieutenant Lewis',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13147,13147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13148,0,0,0,0,0,13069,0,0,0,'Flame of Ragnaros',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13149,22769,32108,37429,0,0,13440,13441,13442,13443,'Syndicate Brigand',NULL,NULL,0,53,53,0,1194,0,1.72,1.14286,1,1,89,119,0,218,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13149,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,129,643,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13150,22768,32107,37428,0,0,13449,13451,13453,13452,'Syndicate Agent',NULL,NULL,0,57,57,0,1194,0,1.76,1.14286,1,1,98,130,0,238,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13150,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,147,737,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13151,22578,32109,37430,0,0,13454,0,0,0,'Syndicate Master Ryson',NULL,NULL,0,60,60,0,1194,2,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13151,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,844,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13152,22617,31956,37274,0,0,13463,0,0,0,'Commander Malgor',NULL,NULL,0,61,61,0,1214,0,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13152,13152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13153,22619,31958,37276,0,0,13464,0,0,0,'Commander Mulfort',NULL,NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13153,13153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13154,22616,31955,37273,0,0,13465,0,0,0,'Commander Louis Philips',NULL,NULL,0,61,61,0,1214,3,1.8,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,36928,2048,0,0,0,0,0,0,127,188,28,7,0,13154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13155,22539,31962,37280,0,0,2863,0,0,0,'Deathstalker Agent',NULL,NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13156,0,0,0,0,0,11339,0,0,0,'Carrosh',NULL,NULL,0,12,12,0,16,0,0.97,1.14286,1,0,17,22,0,46,1,1890,2079,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13157,0,0,0,0,0,13089,0,0,0,'Makasgar',NULL,NULL,0,12,12,0,16,0,1,1.14286,1,0,16,21,0,42,1,2000,2046,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,13157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13158,0,0,0,0,0,13090,0,0,0,'Lieutenant Sanders',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13159,0,0,0,0,0,13091,0,0,0,'James Clark',NULL,NULL,0,12,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,13159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13160,0,0,0,0,0,13096,13111,13097,0,'Carrion Swarmer',NULL,NULL,0,57,58,0,14,0,1.24,1.14286,1,0,100,132,0,242,5,1450,1595,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,13160,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(13161,22525,31917,37233,0,0,1149,0,0,0,'Aerie Gryphon','',NULL,0,60,60,0,1216,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(13176,22571,32080,37401,0,0,13152,0,0,0,'Smith Regzar',NULL,NULL,5124,60,60,0,1215,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,1466,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13177,0,0,0,0,0,1652,0,0,0,'Vahgruk','Wind Rider Master',NULL,0,65,65,0,29,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13178,22594,32138,37466,0,0,11012,0,0,0,'War Rider',NULL,NULL,0,60,60,0,1214,2,4.8,4.28571,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(13179,22721,31828,37479,0,0,13473,0,0,0,'Wing Commander Guse',NULL,NULL,0,59,59,0,1215,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,70,103,25,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,1908,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13180,22697,31826,37481,0,0,13474,0,0,0,'Wing Commander Jeztor',NULL,NULL,0,58,58,0,1215,2,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1498,1961,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13181,22598,31825,37482,0,0,13475,0,0,0,'Wing Commander Mulverick',NULL,NULL,0,60,60,0,1215,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,72,106,26,7,0,13181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1587,2077,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13196,0,0,0,0,0,13109,0,0,0,'Phase Lasher',NULL,NULL,0,54,55,0,16,0,1,1.14286,1,1,94,125,0,228,5,2000,1329,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,13196,0,0,0,0,0,0,275,0,17228,15285,21749,22356,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13197,0,0,0,0,0,13110,0,0,0,'Fel Lash',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1329,2,0,2048,0,0,0,0,0,0,61,90,21,4,0,13197,0,0,0,0,0,0,0,0,22271,15230,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13216,22680,31996,37315,0,0,13476,0,0,0,'Gaelden Hammersmith','Stormpike Supply Officer',NULL,0,58,58,0,1217,4224,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,1129,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13217,22695,32112,37433,0,0,13319,0,0,0,'Thanthaldis Snowgleam','Stormpike Supply Officer',NULL,0,58,58,0,1334,4224,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13218,22681,32001,37320,0,0,13477,0,0,0,'Grunnda Wolfheart','Frostwolf Supply Officer',NULL,0,58,58,0,1215,4224,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1158,1517,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13219,22682,32022,37342,0,0,13438,0,0,0,'Jekyll Flandring','Frostwolf Supply Officer',NULL,0,58,58,0,1335,4226,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13220,0,0,0,0,0,13149,0,0,0,'Layo Starstrike','The Cenarion Circle',NULL,5103,55,55,0,994,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13221,22686,32056,37377,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky',NULL,NULL,0,58,58,0,1194,0,1.75,1.14286,1,1,100,132,0,242,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,718,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13236,22568,32050,37371,0,0,13478,0,0,0,'Primalist Thurloga',NULL,NULL,0,60,60,0,1214,3,1,2,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,12,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(13256,22629,31822,37363,0,0,31723,13174,0,0,'Lokholar the Ice Lord',NULL,NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,152,210,0,244,35,1150,1265,2,0,2048,0,0,0,0,0,0,120,179,25,4,8,13256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),
|
|
(13257,22567,32048,37369,0,0,13151,0,0,0,'Murgot Deepforge',NULL,NULL,5021,60,60,0,1216,2,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3032,3964,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13276,0,0,0,0,0,911,0,0,0,'Wildspawn Imp',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,0,96,127,0,234,5,2000,1573,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,13276,0,0,0,168,0,0,0,0,13340,0,0,0,0,0,0,0,0,0,121,163,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13277,0,0,0,0,0,251,0,0,0,'Dahne Pierce','',NULL,0,5,5,0,894,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13278,0,0,0,0,0,10849,0,0,0,'Duke Hydraxis',NULL,NULL,5065,60,60,0,35,3,3.53,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,300,300,300,300,300,300,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13279,0,0,0,0,0,5564,0,0,0,'Discordant Surge',NULL,NULL,0,54,58,0,14,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,13279,0,0,56,56,56,56,56,112,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,17309,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13280,0,0,0,0,0,5489,0,0,0,'Hydrospawn',NULL,NULL,0,57,57,0,16,0,1,1.28968,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,4,0,13280,0,0,0,0,0,0,0,0,22419,0,22420,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,3,1,0,18299,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13281,22553,31995,37314,0,0,2346,0,0,0,'Furis','',NULL,0,1,1,0,1215,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(13282,0,0,0,0,0,11172,0,0,0,'Noxxion','',NULL,0,46,46,0,16,0,1,1.28968,1,1,77,102,3,188,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,53,78,17,4,0,13282,0,0,96,96,144,144,96,96,21687,21547,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,17684,17702,0,0,0,0,0,1,10258,0,'',12340),
|
|
(13283,0,0,0,0,0,13171,0,0,0,'Lord Tony Romano','Rogue Trainer',NULL,5061,60,60,0,12,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13284,22678,31989,37308,0,0,13410,0,0,0,'Frostwolf Shaman',NULL,NULL,0,58,58,0,1214,1,1,1.14286,1,1,93,123,0,228,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,64,94,23,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,1184,'SmartAI',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13285,0,0,0,0,0,13172,0,0,0,'Death Lash',NULL,NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,5,2000,1292,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,13285,0,0,58,58,58,58,290,58,22351,3417,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13296,22702,32033,37353,0,0,13457,0,0,0,'Lieutenant Largent',NULL,NULL,0,59,59,1,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13296,13296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13297,22709,32040,37360,0,0,13461,0,0,0,'Lieutenant Stouthandle',NULL,NULL,0,59,59,0,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13297,13297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13298,22700,32030,37350,0,0,13456,0,0,0,'Lieutenant Greywand',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13298,13298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13299,22704,32035,37355,0,0,13458,0,0,0,'Lieutenant Lonadin',NULL,NULL,0,59,59,0,1216,0,1.77,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13299,13299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13300,22705,32036,37356,0,0,13459,0,0,0,'Lieutenant Mancuso',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,3129,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13301,0,0,0,0,0,2303,0,0,0,'Hive\'Ashi Ambusher',NULL,NULL,0,56,57,0,310,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,13301,0,13301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,17346,20457,0,0,0,0,149,1,0,0,'',12340),
|
|
(13316,22733,31950,37268,0,0,13334,0,0,0,'Coldmine Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,0,89,119,0,218,1,1183,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13317,22732,31949,37267,0,0,556,308,0,0,'Coldmine Miner',NULL,NULL,0,52,53,0,1216,0,1.76,1.14286,1,0,89,119,0,218,1,1175,1292,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13318,22618,31957,37275,0,0,13446,0,0,0,'Commander Mortimer',NULL,NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3161,4132,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13319,22614,31953,37271,0,0,13445,0,0,0,'Commander Duffy',NULL,NULL,0,61,61,0,1216,2,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,2301,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13320,22615,31954,37272,0,0,13450,0,0,0,'Commander Karl Philips',NULL,NULL,0,61,61,1,1216,3,1.79,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13320,13320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,4077,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13321,0,0,0,0,0,901,1924,6295,6297,'Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(13322,0,0,0,0,0,5564,0,0,0,'Hydraxian Honor Guard',NULL,NULL,5109,57,58,0,695,1,1.74,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,290,58,290,58,58,58,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13323,0,0,0,0,0,13209,13210,0,0,'Subterranean Diemetradon','',NULL,0,46,47,0,14,0,1,1.14286,1,1,79,105,0,192,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,54,80,18,1,0,13323,0,13323,0,0,0,0,0,0,8281,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13324,22687,32064,37385,0,0,13249,13250,13251,13252,'Seasoned Guardsman',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,237,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13325,22662,32070,37391,0,0,13266,13267,13268,13269,'Seasoned Mountaineer',NULL,NULL,0,56,56,0,1216,0,1.26,1.14286,1,0,96,127,0,234,1,1410,1551,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13326,22714,32062,37383,0,0,13262,13263,13264,13265,'Seasoned Defender',NULL,NULL,0,59,59,0,1216,0,1,1.14286,1,0,102,135,0,248,1,2000,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,258,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13327,22663,32074,37395,0,0,13229,13230,13231,13232,'Seasoned Sentinel',NULL,NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13328,22715,32063,37384,0,0,13278,13279,13280,13281,'Seasoned Guardian',NULL,NULL,0,59,59,0,1214,0,1,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13329,22688,32069,37390,0,0,13286,13287,13288,13289,'Seasoned Legionnaire',NULL,NULL,0,58,58,0,1214,0,1.27,1.14286,1,0,100,132,0,242,1,1400,1540,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13330,22664,32075,37396,0,0,13301,13302,13303,13304,'Seasoned Warrior',NULL,NULL,0,56,56,0,1214,0,1.26,1.14286,1,0,96,127,0,234,1,1410,1551,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13331,22588,32125,37450,0,0,13258,13259,13260,13261,'Veteran Defender',NULL,NULL,0,60,60,0,1216,0,1.28,1.14286,1,0,104,138,0,252,1,1380,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,226,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13332,22589,32126,37451,0,0,13282,13283,13284,13285,'Veteran Guardian',NULL,NULL,0,60,60,0,1214,0,1.28,1.14286,1,0,104,138,0,252,1,1380,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,217,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13333,22719,32127,37452,0,0,13254,13255,13256,13257,'Veteran Guardsman',NULL,NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,208,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13334,22720,32132,37457,0,0,13294,13295,13296,13297,'Veteran Legionnaire',NULL,NULL,0,59,59,0,1214,0,1.26,1.14286,1,0,102,135,0,248,1,1410,1551,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,258,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13335,22667,32133,37458,0,0,13270,13271,13272,13273,'Veteran Mountaineer',NULL,NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13336,22668,32134,37462,0,0,13290,13291,13292,13293,'Veteran Sentinel',NULL,NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13337,22669,32135,37463,0,0,13306,13307,13308,13309,'Veteran Warrior',NULL,NULL,0,57,57,0,1214,0,1.26,1.14286,1,0,98,130,0,238,1,1410,1551,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13338,0,0,0,0,0,1141,0,0,0,'Core Rat',NULL,NULL,0,1,1,0,1081,0,1,0.714286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13339,0,0,0,0,0,143,0,0,0,'Warrior 60','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(13356,22635,32096,37417,0,0,13386,0,0,0,'Stormpike Mine Layer',NULL,NULL,0,61,61,0,1216,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13357,22624,31984,37303,0,0,13394,0,0,0,'Frostwolf Mine Layer',NULL,NULL,0,61,61,0,1214,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,792,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13358,22766,32089,37410,0,0,13390,13391,13392,13393,'Stormpike Bowman',NULL,NULL,0,59,60,0,1216,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,344,'SmartAI',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13359,22739,31978,37297,0,0,13398,13399,13400,13401,'Frostwolf Bowman',NULL,NULL,0,59,60,0,1214,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,347,'SmartAI',1,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13377,22565,32044,37365,0,0,13439,0,0,0,'Master Engineer Zinfizzlex',NULL,NULL,0,60,60,0,1194,2,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,886,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13378,22550,31990,37309,0,0,13310,0,0,0,'Frostwolf Shredder Unit',NULL,NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(13396,22744,32015,37334,0,0,556,308,0,0,'Irondeep Miner',NULL,NULL,0,52,53,0,1216,0,0.666668,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13397,22745,32016,37335,0,0,13335,0,0,0,'Irondeep Peon',NULL,NULL,0,52,53,0,1214,2,1,1.14286,1,0,89,119,0,218,1,2000,1301,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13416,22576,32104,37425,0,0,13310,0,0,0,'Stormpike Shredder Unit',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(13417,0,0,0,0,0,13341,0,0,0,'Sagorne Creststrider','Shaman Trainer',NULL,5123,50,50,0,104,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,7,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13418,0,0,0,0,0,13342,0,0,0,'Kaymard Copperpinch','Smokywood Pastures',NULL,6768,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13419,22627,31821,37341,0,0,14884,0,0,0,'Ivus the Forest Lord',NULL,NULL,0,63,63,0,1594,0,5.39,1.14286,1,1,181,253,0,268,35,1141,1255,1,0,2048,0,0,0,0,0,0,147,219,32,7,8,13419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),
|
|
(13420,0,0,0,0,0,13344,0,0,0,'Penney Copperpinch','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13421,22609,31933,37251,0,0,13361,13362,13363,13364,'Champion Guardian',NULL,NULL,0,61,61,0,1214,0,1.27,1.14286,1,0,159,221,0,258,1,1400,1540,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,221,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13422,22608,31932,37250,0,0,13351,13352,13353,13354,'Champion Defender',NULL,NULL,0,61,61,0,1216,0,1.27,1.14286,1,0,159,221,0,258,1,1400,1540,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13424,22533,31934,37252,0,0,13371,13372,13373,13374,'Champion Guardsman',NULL,NULL,0,60,60,0,1216,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,217,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13425,22538,31939,37257,0,0,13375,13376,13377,13378,'Champion Legionnaire',NULL,NULL,0,60,60,0,1214,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13426,22671,31940,37258,0,0,13379,13380,13381,13382,'Champion Mountaineer',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13427,22672,31944,37262,0,0,13357,13358,13359,13360,'Champion Sentinel',NULL,NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13428,22673,31945,37263,0,0,13365,13366,13367,13368,'Champion Warrior',NULL,NULL,0,58,58,0,1214,0,1.26,1.14286,1,0,100,132,0,242,1,1410,1551,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,333,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13429,0,0,0,0,0,13346,0,0,0,'Nardstrum Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13430,0,0,0,0,0,13345,0,0,0,'Jaycrue Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13431,0,0,0,0,0,13348,0,0,0,'Whulwert Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13432,0,0,0,0,0,13347,0,0,0,'Seersa Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13433,0,0,0,0,0,13349,0,0,0,'Wulmort Jinglepocket','Smokywood Pastures',NULL,6769,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13434,0,0,0,0,0,13350,0,0,0,'Macey Jinglepocket','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13435,0,0,0,0,0,13356,0,0,0,'Khole Jinglepocket','Smokywood Pastures',NULL,5181,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13436,0,0,0,0,0,13355,0,0,0,'Guchie Jinglepocket','Smokywood Pastures',NULL,21198,30,30,0,35,131,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13437,22597,32766,37480,0,0,13470,0,0,0,'Wing Commander Ichman',NULL,NULL,0,60,60,0,1217,3,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,72,106,26,7,0,13437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,822,1078,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13438,22698,31824,37483,0,0,13471,0,0,0,'Wing Commander Slidore',NULL,NULL,0,58,58,0,1217,2,1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1371,1795,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13439,22722,31823,37484,0,0,13472,0,0,0,'Wing Commander Vipore',NULL,NULL,0,59,59,0,1217,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,70,103,25,7,0,13439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1245,1630,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13440,22679,31993,37312,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider',NULL,NULL,0,58,58,0,1214,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,674,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13441,22552,31994,37313,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander',NULL,NULL,0,60,60,0,1214,2,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,545,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13442,22527,31923,37239,0,0,13403,0,0,0,'Arch Druid Renferal',NULL,NULL,5142,60,60,0,1216,3,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13443,22541,31965,37284,0,0,13409,0,0,0,'Druid of the Grove',NULL,NULL,5141,60,60,0,1216,1,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,101,167,24,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,949,1244,'SmartAI',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13444,0,0,0,0,0,13369,0,0,0,'Greatfather Winter',NULL,NULL,0,30,30,0,55,3,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13445,0,0,0,0,0,13370,0,0,0,'Great-father Winter',NULL,NULL,5232,30,30,0,29,3,1.08,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13446,22621,31973,37292,0,0,13662,0,0,0,'Field Marshal Teravaine',NULL,NULL,0,61,61,0,1216,2,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13447,22735,31960,37278,0,0,13383,0,0,0,'Corporal Noreg Stormpike',NULL,NULL,5081,58,59,0,1216,3,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1295,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13448,22760,32077,37398,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl',NULL,NULL,0,56,57,0,1214,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,4096,2048,0,0,0,0,0,0,68,99,24,7,0,13448,13448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,396,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13449,22639,0,0,0,0,13842,0,0,0,'Warmaster Garrick',NULL,NULL,0,61,61,0,1554,2,1.79,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13456,0,0,0,0,0,5492,0,0,0,'Noxxion\'s Spawn',NULL,NULL,0,44,46,0,91,0,0.84,1.14286,1,0,77,102,3,188,1,1500,1650,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,0,0,0,45,90,144,144,45,45,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13476,0,0,0,0,0,13529,0,0,0,'Balai Lok\'Wein','Potions, Scrolls & Reagents',NULL,0,43,43,0,29,2178,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13477,0,0,0,0,0,11686,0,0,0,'Noxxion Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),
|
|
(13496,22632,32055,37376,0,0,8811,0,0,0,'Risen Ancient','',NULL,0,60,60,0,1216,0,1.2,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13516,22675,31985,37304,0,0,13817,13818,13819,13820,'Frostwolf Outrunner','',NULL,0,56,56,0,1214,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13517,22716,32071,37392,0,0,13821,13822,13823,13824,'Seasoned Outrunner','',NULL,0,59,59,0,1214,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13518,22590,31906,37459,0,0,13828,13830,13831,13832,'Veteran Outrunner','',NULL,0,60,60,0,1214,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13519,22610,31941,37259,0,0,13833,13834,13835,13836,'Champion Outrunner','',NULL,0,61,61,0,1214,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13520,22692,32102,37423,0,0,13674,13675,13676,13677,'Stormpike Ranger','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13521,22717,32072,37393,0,0,13678,13679,13680,13681,'Seasoned Ranger','',NULL,0,59,59,0,1216,0,1.2,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13522,22591,31905,37460,0,0,13682,13683,13684,13685,'Veteran Ranger','',NULL,0,60,60,0,1216,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13523,22611,31942,37260,0,0,13686,13687,13688,13689,'Champion Ranger','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13524,22689,32090,37411,0,0,13645,13646,13647,13648,'Stormpike Commando',NULL,NULL,0,56,56,0,1216,0,1.75,1.14286,1,1,96,127,0,234,7.5,1191,1310,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,713,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13525,22713,32061,37382,0,0,13654,13655,13656,13657,'Seasoned Commando',NULL,NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13526,22587,31907,37449,0,0,13658,13659,13660,13661,'Veteran Commando',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13527,22607,31931,37249,0,0,13650,13651,13652,13653,'Champion Commando',NULL,NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13528,22676,31987,37306,0,0,13809,13810,13811,13812,'Frostwolf Reaver',NULL,NULL,0,56,56,0,1214,0,1.77,1.14286,1,1,96,127,0,234,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13529,22718,32073,37394,0,0,13813,13814,13815,13816,'Seasoned Reaver',NULL,NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13530,22592,31904,37461,0,0,13825,13826,13827,13829,'Veteran Reaver',NULL,NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,745,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13531,22612,31943,37261,0,0,13837,13838,13839,13840,'Champion Reaver',NULL,NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,159,221,0,258,7.5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13533,0,0,0,0,0,13609,0,0,0,'Spewed Larva','',NULL,0,44,45,0,14,0,1,1.14286,1,1,76,100,0,184,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,52,76,17,1,0,13533,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13534,22752,32058,37379,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard',NULL,NULL,0,56,57,0,1214,2,1,1.14286,1,0,98,130,0,238,1,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13535,22771,32122,37446,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard',NULL,NULL,0,58,59,0,1214,2,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13536,22530,31928,37246,0,0,13563,13564,13565,13566,'Champion Coldmine Guard',NULL,NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13537,22754,32060,37381,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor',NULL,NULL,0,56,57,0,1214,2,1,1.14286,1,0,91,121,0,224,1,1216,1338,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13538,22773,32124,37448,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor',NULL,NULL,0,58,59,0,1214,2,1.74,1.14286,1,0,133,176,0,234,1,1200,1320,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13539,22532,31930,37248,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor',NULL,NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13540,22755,32065,37386,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer',NULL,NULL,0,57,57,0,1214,0,1.75,1.14286,1,0,91,121,0,224,1,1191,1310,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13541,22774,32128,37453,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer',NULL,NULL,0,58,59,0,1214,0,1.73,1.14286,1,0,102,135,0,248,1,1208,1329,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13542,22534,31935,37253,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer',NULL,NULL,0,60,60,0,1214,2,1.75,1.14286,1,0,104,138,0,252,1,1191,1310,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13543,22757,32067,37388,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider',NULL,NULL,0,57,57,0,1214,0,1.76,1.14286,1,0,98,130,0,238,1,1175,1292,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13544,22776,32130,37455,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider',NULL,NULL,0,59,59,0,1214,0,1.76,1.14286,1,0,102,135,0,248,1,1183,1301,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13544,13544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13545,22536,31937,37255,0,0,13598,13599,13600,13601,'Champion Irondeep Raider',NULL,NULL,0,60,60,0,1214,2,1.73,1.14286,1,0,104,138,0,252,1,1208,1329,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13546,22751,32057,37378,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer',NULL,NULL,0,57,57,0,1216,0,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13547,22770,32121,37445,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer',NULL,NULL,0,58,59,0,1216,0,1.73,1.14286,1,0,133,176,0,234,1,1208,1329,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13548,22529,31927,37245,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,0,104,138,0,252,1,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13549,22753,32059,37380,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader',NULL,NULL,0,56,57,0,1216,0,1.76,1.14286,1,0,98,130,0,238,1,1183,1301,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13550,22772,32123,37447,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader',NULL,NULL,0,58,59,0,1216,0,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13551,22531,31929,37247,0,0,13632,13633,13634,13635,'Champion Coldmine Invader',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,0,104,138,0,252,1,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13552,22756,32066,37387,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard',NULL,NULL,0,56,57,0,1216,0,1.71,1.14286,1,0,98,130,0,238,1,1225,1347,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13552,13552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13553,22775,32129,37454,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard',NULL,NULL,0,58,59,0,1216,0,1.74,1.14286,1,0,102,135,0,248,1,1200,1320,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13554,22535,31936,37254,0,0,13789,13791,13790,13792,'Champion Irondeep Guard',NULL,NULL,0,60,60,0,1216,0,1.75,1.14286,1,0,104,138,0,252,1,1191,1310,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13555,22758,32068,37389,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor',NULL,NULL,0,56,57,0,1216,0,1.76,1.14286,1,0,91,121,0,224,1,1183,1301,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13555,13555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13556,22777,32131,37456,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor',NULL,NULL,0,58,59,0,1216,0,1.71,1.14286,1,0,133,176,0,234,1,1225,1347,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,13556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13557,22537,31938,37256,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor',NULL,NULL,0,60,60,0,1216,0,1.71,1.14286,1,0,104,138,0,252,1,1225,1347,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13576,22691,32100,37421,0,0,13709,13710,13711,13712,'Stormpike Ram Rider',NULL,NULL,0,58,58,0,1216,0,1.78,1.14286,1,1,100,132,0,242,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,518,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13577,22575,32101,37422,0,0,13714,0,0,0,'Stormpike Ram Rider Commander',NULL,NULL,5281,60,60,0,1216,3,1,1.38571,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2522,3298,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13596,0,0,0,0,0,13589,0,0,0,'Rotgrip','',NULL,0,48,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,56,82,19,1,0,13596,0,13596,0,0,0,0,0,0,16495,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,7,1,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),
|
|
(13597,22623,31980,37299,0,0,13793,0,0,0,'Frostwolf Explosives Expert',NULL,NULL,0,59,59,0,1214,2,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13598,22634,32093,37414,0,0,13671,0,0,0,'Stormpike Explosives Expert',NULL,NULL,0,60,60,0,1216,2,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13599,0,0,0,0,0,6368,0,0,0,'Stolid Snapjaw','',NULL,0,45,46,0,7,0,1,1.14286,1,0,77,102,0,188,2.4,2000,2000,1,32768,2048,0,21,0,0,0,0,53,78,17,1,1,13599,0,13599,0,0,0,0,0,0,14104,0,0,0,0,0,0,0,11601,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13601,0,0,0,0,0,7125,0,0,0,'Tinkerer Gizlock','',NULL,0,48,48,0,14,0,1,1.14286,1,1,81,108,0,196,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,56,82,19,7,0,13601,13601,0,0,0,0,0,0,0,9143,16100,21833,0,0,0,0,0,0,0,847,1111,'SmartAI',1,3,1,8,2,1,0,17684,0,0,0,0,0,0,1,10258,0,'',12340),
|
|
(13602,0,0,0,0,0,13644,0,0,0,'The Abominable Greench','',NULL,0,36,36,0,14,2,1.56,1.14286,1,1,50,66,0,120,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,34,51,12,1,0,13602,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,17662,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13616,22551,31991,37310,0,0,13670,0,0,0,'Frostwolf Stable Master','Stable Master',NULL,9821,60,60,0,1214,4194307,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(13617,22577,32105,37426,0,0,13669,0,0,0,'Stormpike Stable Master','Stable Master',NULL,5283,60,60,0,1216,4194307,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,72,106,26,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4392,5740,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13618,22765,0,0,0,0,10278,0,0,0,'Stabled Frostwolf',NULL,NULL,0,50,51,0,1214,0,1.56,1.14286,1,0,86,114,0,210,1,1510,1661,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13618,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13619,0,0,0,0,0,1555,0,0,0,'Gizlock\'s Dummy','',NULL,0,60,60,0,52,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(13620,0,0,0,0,0,1126,0,0,0,'Gizlock','',NULL,0,60,60,0,86,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13636,0,0,0,0,0,13730,0,0,0,'Strange Snowman','',NULL,0,35,35,0,35,2,1.11,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13656,0,0,0,0,0,13909,0,0,0,'Willow','Twilight\'s Hammer',NULL,0,45,45,0,35,2,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13676,22764,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram',NULL,NULL,0,50,51,0,1217,0,1.26,1.14286,1,0,86,114,0,210,1,1410,1551,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13676,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13696,0,0,0,0,0,13749,0,0,0,'Noxxious Scion',NULL,NULL,0,44,44,0,91,0,1.66,1.14286,1,0,72,96,0,174,1,1275,1402,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,13696,0,0,92,92,144,144,92,92,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,17684,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13697,0,0,0,0,0,14425,0,0,0,'Cavindra',NULL,NULL,5521,45,45,0,35,3,1.02,1.14286,1,1,70,93,0,172,2.4,2000,2000,2,768,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13698,0,0,0,0,0,150,0,0,0,'Keeper Marandis',NULL,NULL,5302,43,43,0,635,3,1.11111,1.14286,1,0,62,82,0,152,1,2000,2000,2,0,2048,0,0,0,0,0,0,42,62,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13699,0,0,0,0,0,13672,0,0,0,'Selendra',NULL,NULL,5303,40,40,0,635,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13716,0,0,0,0,0,13715,0,0,0,'Celebras the Redeemed',NULL,NULL,5349,46,46,0,35,3,1.2,1.14286,1,1,72,95,0,176,7.5,2000,1393,2,0,2048,0,0,0,0,0,0,49,72,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13717,0,0,0,0,0,9419,0,0,0,'Centaur Pariah',NULL,NULL,5321,42,42,0,35,3,1.02,1.14286,1,0,62,83,0,152,1,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13718,0,0,0,0,0,9426,0,0,0,'The Nameless Prophet',NULL,NULL,0,41,41,0,134,3,1.02,1.14286,1,1,55,72,0,132,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,38,55,13,7,0,13718,13718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,308,'',0,1,1,3,1,1,0,17684,17757,0,0,0,0,0,1,0,0,'',12340),
|
|
(13736,0,0,0,0,0,13732,0,0,0,'Noxxious Essence',NULL,NULL,0,44,44,0,91,0,1.16,1.14286,1,0,72,96,0,174,1,1580,1738,1,0,2048,0,0,0,0,0,0,49,73,16,4,0,13736,0,0,46,92,144,144,46,46,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13737,0,0,0,0,0,2722,0,0,0,'Marandis\' Sister',NULL,NULL,0,36,36,0,635,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13738,0,0,0,0,0,9418,0,0,0,'Veng','The Fifth Kahn',NULL,0,47,47,0,134,0,2.52,1.14286,1,1,79,105,0,192,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,54,80,18,6,0,13738,0,0,0,0,0,0,0,0,40082,36980,14443,0,0,0,0,0,0,0,332,438,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13739,0,0,0,0,0,9441,0,0,0,'Maraudos','The Fourth Kahn',NULL,0,46,46,0,134,0,2.51,1.14286,1,1,77,102,0,188,7.5,1266,1393,1,0,2048,0,0,0,0,0,0,53,78,17,6,0,13739,0,0,0,0,0,0,0,0,15667,6533,22887,0,0,0,0,0,0,0,326,431,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13740,0,0,0,0,0,9433,0,0,0,'Magra','The Third Kahn',NULL,0,43,43,0,134,0,2.52,1.14286,1,1,67,88,0,162,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,46,67,16,6,0,13740,0,0,0,0,0,0,0,0,15572,9128,0,0,0,0,0,0,0,0,312,413,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13741,0,0,0,0,0,9427,0,0,0,'Gelk','The Second Kahn',NULL,0,42,42,0,134,0,2.52,1.14286,1,1,62,83,0,152,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,43,63,15,6,0,13741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,377,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13742,0,0,0,0,0,4860,0,0,0,'Kolk','The First Kahn',NULL,0,43,43,0,134,0,2.52,1.14286,1,1,67,88,0,162,7.5,1258,1384,1,0,2048,0,0,0,0,0,0,46,67,16,6,0,13742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,391,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(13743,0,0,0,0,0,9593,0,0,0,'Corrupt Force of Nature','',NULL,0,42,46,0,90,0,1,1.14286,1,0,77,102,0,188,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,53,78,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13756,0,0,0,0,0,1141,0,0,0,'PvP Graveyard Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13776,22736,31961,37279,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl',NULL,NULL,6261,56,57,0,1214,3,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,68,99,24,7,0,13776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13777,22759,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike',NULL,NULL,6262,58,59,0,1216,3,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13778,0,0,0,0,0,1141,0,0,0,'PvP Tower Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13796,0,0,0,0,0,1141,0,0,0,'PvP Mine Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(13797,22724,32046,37367,0,0,13849,0,0,0,'Mountaineer Boombellow',NULL,NULL,0,60,60,0,1216,2,1,1.14286,1,1,104,138,0,252,7.5,2000,1255,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1204,1577,'SmartAI',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13798,22723,32025,37345,0,0,13808,0,0,0,'Jotek',NULL,NULL,0,60,61,0,1214,2,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13816,22630,32051,37372,0,0,13794,0,0,0,'Prospector Stonehewer',NULL,NULL,0,61,61,0,1216,2,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,271,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13817,22638,32137,37465,0,0,13852,0,0,0,'Voggah Deathgrip',NULL,NULL,0,61,61,0,1214,2,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13836,0,0,0,0,0,2346,0,0,0,'Burning Blade Nightmare',NULL,NULL,0,40,40,0,7,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13837,0,0,0,0,0,236,0,0,0,'Captured Stallion',NULL,NULL,0,40,40,0,7,0,1.02,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13838,0,0,0,0,0,4589,0,0,0,'Testing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13839,0,0,0,0,0,13807,13855,13854,13856,'Royal Dreadguard',NULL,NULL,0,80,80,2,71,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,286,378,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13840,22640,0,0,0,0,13853,0,0,0,'Warmaster Laggrond',NULL,NULL,5441,61,61,0,1335,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13841,22628,32032,37352,0,0,13841,0,0,0,'Lieutenant Haggerdin',NULL,NULL,5442,61,61,0,1334,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,603,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13842,0,0,0,0,0,13843,0,0,0,'Frostwolf Ambassador Rokhstrom',NULL,NULL,0,60,60,0,1215,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13843,0,0,0,0,0,13850,0,0,0,'Lieutenant Rotimer','Stormpike Guard Recruitment Officer',NULL,0,60,60,0,1217,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13856,0,0,0,0,0,3939,0,0,0,'Alliance Res Fixer','Click me to clear res effects',NULL,0,60,60,0,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13857,0,0,0,0,0,1872,0,0,0,'Horde Res Fixer','Click me to clear res effects',NULL,0,60,60,0,714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13876,0,0,0,0,0,11686,0,0,0,'Mekgineer Trigger','',NULL,0,1,1,0,35,0,8,2.85714,1,0,2,2,0,24,1.7,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),
|
|
(13896,0,0,0,0,0,7046,0,0,0,'Scalebeard',NULL,NULL,0,52,52,0,7,0,1.1,1.14286,1,2,87,117,0,214,2.4,2000,2000,1,32832,2048,0,21,0,0,0,0,61,90,21,1,1,13896,0,13896,0,0,0,0,0,0,7938,0,0,0,0,0,0,0,9062,0,0,0,'',0,3,1,3.5,1,1,0,20023,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13916,0,0,0,0,0,11686,0,0,0,'Dire Maul Crystal Totem',NULL,NULL,0,52,52,0,16,2,1,1.14286,1,0,87,117,0,214,1,2000,1617,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13917,0,0,0,0,0,13969,0,0,0,'Izzy Coppergrab','Banker',NULL,0,55,55,0,855,131073,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13936,0,0,0,0,0,7804,0,0,0,'Ravenholdt',NULL,NULL,0,1,1,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(13956,22790,0,0,0,0,14026,14028,14027,14029,'Winterax Mystic',NULL,NULL,0,58,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13956,0,0,0,0,0,0,0,0,10893,10894,0,0,0,0,0,0,0,0,152,761,'',1,3,1,3,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13957,22795,0,0,0,0,14052,14054,14053,14055,'Winterax Warrior',NULL,NULL,0,60,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,7.5,1158,1274,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,812,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13958,22791,0,0,0,0,14030,14032,14031,14033,'Winterax Seer',NULL,NULL,0,59,59,0,37,0,1.77,1.14286,1,1,102,135,0,248,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,786,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13959,22604,31922,37238,0,0,10946,0,0,0,'Alterac Yeti',NULL,NULL,0,61,61,0,16,0,1.77,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,2911,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13976,0,0,0,0,0,14012,6373,9584,6370,'Tortured Drake',NULL,NULL,0,60,60,0,7,0,1.27,1.14286,1,1,104,138,0,252,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13977,22625,31998,37317,0,0,12249,0,0,0,'Gash\'nak the Cannibal','',NULL,0,60,60,0,37,0,1.2,1.14286,1,2,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(13996,0,0,0,0,0,13991,14302,14304,14303,'Blackwing Technician',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,13996,13996,0,0,0,0,0,0,0,22334,22335,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14016,22637,32120,37443,0,0,14064,0,0,0,'Ushalac the Gloomdweller','',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14017,22797,0,0,0,0,14056,14058,14057,14059,'Withered Troll','',NULL,0,1,1,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14018,22631,32054,37375,0,0,14072,0,0,0,'Rezrelek','Winterax Hero',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14019,22636,32111,37432,0,0,13990,0,0,0,'Tatterhide','',NULL,0,1,1,0,16,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14020,0,0,0,0,0,14367,0,0,0,'Chromaggus',NULL,NULL,0,63,63,0,62,0,1,1.14286,1,3,181,253,0,268,35,1500,1750,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,14020,0,14020,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,1350135,1650165,'',1,3,1,550,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_chromaggus',12340),
|
|
(14021,22599,0,0,0,0,7804,0,0,0,'Winterax Sentry',NULL,NULL,0,1,1,0,35,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,204,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14022,0,0,0,0,0,956,0,0,0,'Corrupted Red Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14023,0,0,0,0,0,694,0,0,0,'Corrupted Green Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,300,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14024,0,0,0,0,0,9994,0,0,0,'Corrupted Blue Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,0,0,0,300,0,150,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14025,0,0,0,0,0,14720,0,0,0,'Corrupted Bronze Whelp',NULL,NULL,0,60,60,0,103,0,1.11111,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,100001,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14026,22581,32113,37436,0,0,7804,0,0,0,'Trigger Guse',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14027,22584,32116,37439,0,0,7804,0,0,0,'Trigger Mulverick',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14028,22583,32115,37438,0,0,7804,0,0,0,'Trigger Jeztor',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14029,22582,32114,37437,0,0,7804,0,0,0,'Trigger Ichman',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14030,22585,32117,37440,0,0,7804,0,0,0,'Trigger Slidore',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14031,22586,32118,37441,0,0,7804,0,0,0,'Trigger Vipore',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14041,0,0,0,0,0,14093,0,0,0,'Haggle',NULL,NULL,0,20,20,0,55,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14042,0,0,0,0,0,14193,0,0,0,'Rytama','Binder of the Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14061,0,0,0,0,0,13110,0,0,0,'Phase Lasher (Fire)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14062,0,0,0,0,0,14214,0,0,0,'Phase Lasher (Nature)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14063,0,0,0,0,0,14213,0,0,0,'Phase Lasher (Arcane)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14081,0,0,0,0,0,9510,0,0,0,'Demon Portal',NULL,NULL,0,61,61,0,14,0,1.13,1.14286,1,0,53,70,0,128,1,1630,1793,1,33555200,2048,0,0,0,0,0,0,36,53,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14101,0,0,0,0,0,14152,0,0,0,'Enraged Felguard',NULL,NULL,0,60,60,0,40,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,16046,15548,15580,8269,0,0,0,0,0,0,0,0,'',0,3,1,30,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14121,0,0,0,0,0,14172,0,0,0,'Deeprun Diver',NULL,NULL,0,20,20,0,55,0,1,0.14286,1,0,29,39,0,70,1,1810,1991,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,63,1,0,2,'',12340),
|
|
(14122,0,0,0,0,0,13069,0,0,0,'Massive Geyser',NULL,NULL,0,60,60,0,16,0,1.07,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,14122,0,0,0,0,0,0,0,0,22422,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14123,0,0,0,0,0,7114,0,0,0,'Steeljaw Snapper',NULL,NULL,0,42,43,0,15,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,32768,2048,0,21,0,0,0,0,46,67,16,1,1,14123,0,14123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12942,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14141,22693,32103,37424,0,0,13274,13275,13276,13277,'Stormpike Reclaimer','',NULL,0,1,1,0,1216,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14142,22677,31988,37307,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14143,0,0,0,0,0,14192,0,0,0,'Ar\'lia','The Moro\'gai',NULL,0,61,61,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14144,0,0,0,0,0,14317,0,0,0,'Taroen','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14145,0,0,0,0,0,14317,0,0,0,'Ja\'ker','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14146,0,0,0,0,0,14317,0,0,0,'Urrul','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14147,0,0,0,0,0,14192,0,0,0,'Lorael','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14148,0,0,0,0,0,14192,0,0,0,'Fre\'an','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14161,0,0,0,0,0,14314,0,0,0,'Karana','The Moro\'gai',NULL,0,61,61,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14162,0,0,0,0,0,10504,10505,10506,10507,'RaidMage','100FR Arcane',NULL,0,60,60,0,67,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14181,0,0,0,0,0,14212,0,0,0,'[PH] Graveyard Herald','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14182,0,0,0,0,0,14216,0,0,0,'Bounty Hunter Kolark',NULL,NULL,0,60,60,0,104,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'',12340),
|
|
(14183,0,0,0,0,0,14235,0,0,0,'Artilleryman Sheldonore',NULL,NULL,0,60,60,0,55,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14184,0,0,0,0,0,14112,0,0,0,'Phase Lasher (Frost)','',NULL,0,37,38,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14185,22712,32049,37370,0,0,14232,0,0,0,'Najak Hexxen','Bounty Hunter',NULL,0,59,59,0,877,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,244,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14186,22569,32053,37374,0,0,14233,0,0,0,'Ravak Grimtotem','Bounty Hunter',NULL,0,60,60,0,105,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14187,22528,31924,37240,0,0,14215,0,0,0,'Athramanis','Bounty Hunter',NULL,0,60,60,0,1594,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14188,22699,31963,37281,0,0,14234,0,0,0,'Dirk Swindle','Bounty Hunter',NULL,0,59,59,0,57,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,261,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14201,0,0,0,0,0,14236,0,0,0,'[UNUSED] Sid Stuco','','',0,20,20,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14221,0,0,0,0,0,2582,0,0,0,'Gravis Slipknot',NULL,NULL,0,36,36,0,87,0,1.59,1.14286,1,4,50,66,0,120,1,1350,1485,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,14221,14221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,83,'SmartAI',0,3,1,1.15,1,1,0,3505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14222,0,0,0,0,0,1933,0,0,0,'Araga',NULL,NULL,0,35,35,0,14,0,1.05,1.14286,1,4,49,64,0,118,1,1400,2000,1,0,2048,0,2,0,0,0,0,33,49,11,1,1,14222,0,100011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13335,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(14223,0,0,0,0,0,5026,0,0,0,'Cranky Benj',NULL,NULL,0,32,32,0,7,0,1.55,1.14286,1,4,45,60,0,108,1,1383,1521,1,0,2048,0,21,0,0,0,0,31,46,10,1,1,14223,0,100002,0,0,0,75,0,0,0,0,0,0,0,0,0,0,12948,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14224,0,0,0,0,0,6889,0,0,0,'7:XT','Long Distance Recovery Unit',NULL,0,41,41,0,189,0,1.64,1.14286,1,4,59,78,0,142,1,1300,1430,1,0,2048,0,0,0,0,0,0,41,60,15,9,0,14224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,91,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(14225,0,0,0,0,0,6743,0,0,0,'Prince Kellen',NULL,NULL,0,33,33,0,90,0,1.56,1.14286,1,4,46,61,0,112,1,1375,1512,1,0,2048,0,0,0,0,0,0,32,47,10,3,0,14225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,71,'',0,3,1,1.1,1,1,0,6246,6247,6989,0,0,0,0,1,0,0,'',12340),
|
|
(14226,0,0,0,0,0,14255,0,0,0,'Kaskk',NULL,NULL,0,40,40,0,90,0,1.86,1.14286,1,4,56,74,0,136,1,1316,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,3,0,14226,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,250,'',0,3,1,1.15,1,1,0,6252,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14227,0,0,0,0,0,2076,0,0,0,'Hissperak',NULL,NULL,0,37,37,0,49,0,1.11111,0.714286,1,4,51,68,0,124,1,1341,1475,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,14227,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(14228,0,0,0,0,0,2714,0,0,0,'Giggler',NULL,NULL,0,34,34,0,38,0,2.12,1.14286,1,4,47,63,0,114,1,1366,1503,1,0,2048,0,25,0,0,0,0,33,48,11,1,1,14228,0,14228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12905,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14229,0,0,0,0,0,9135,0,0,0,'Accursed Slitherblade',NULL,NULL,0,35,35,0,74,0,1.48,1.14286,1,4,49,64,0,118,1,1341,1475,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,14229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',0,3,1,1.1,1,1,0,15881,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14230,0,0,0,0,0,391,0,0,0,'Burgle Eye','',NULL,0,37,37,0,18,0,1,1.14286,1,4,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,14230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,79,'',1,3,1,1.15,1,1,0,5847,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14231,0,0,0,0,0,631,0,0,0,'Drogoth the Roamer',NULL,NULL,0,37,37,0,14,0,0.666668,1.14286,1,4,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,4,0,14231,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,60,84,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14232,0,0,0,0,0,788,0,0,0,'Dart',NULL,NULL,0,38,38,0,48,0,1,1.14286,1,4,53,70,0,128,1,2000,1466,1,0,2048,0,11,0,0,0,0,36,53,13,1,1,14232,0,100013,60,60,60,60,60,60,43128,3147,0,0,0,0,0,0,13200,0,0,0,'SmartAI',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14233,0,0,0,0,0,2549,0,0,0,'Ripscale',NULL,NULL,0,37,37,0,16,0,1.85,1.14286,1,4,51,68,0,124,1,1325,1457,1,0,2048,0,6,0,0,0,0,35,52,12,1,1,14233,0,100013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12919,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14234,0,0,0,0,0,2703,0,0,0,'Hayoc','',NULL,0,39,39,0,14,0,1,1.14286,1,4,54,72,0,132,1,2000,2000,1,0,2048,0,27,0,0,0,0,37,55,13,1,1,14234,0,14234,2,2,2,2,2,2,0,0,0,0,0,0,0,0,13065,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14235,0,0,0,0,0,11140,0,0,0,'The Rot',NULL,NULL,0,40,40,0,14,0,1,1.14286,1,4,56,74,0,136,1,2000,1420,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,14235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14236,0,0,0,0,0,14257,0,0,0,'Lord Angler',NULL,NULL,0,37,37,0,129,0,1,1.14286,1,4,51,68,0,124,1,2000,1384,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,14236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,79,108,'',1,3,1,1.2,1,1,0,5942,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14237,0,0,0,0,0,12336,0,0,0,'Oozeworm',NULL,NULL,0,38,38,0,14,0,1,1.14286,1,4,53,70,0,128,1,2000,1430,1,0,2048,0,42,0,0,0,0,36,53,13,1,65537,14237,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14241,0,0,0,0,0,1461,0,0,0,'Ironbark the Redeemed',NULL,NULL,5602,58,58,0,35,1,1.75,1.14286,1,1,100,132,0,242,5,1191,1310,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14242,0,0,0,0,0,14306,0,0,0,'[UNUSED] Sulhasa','Wind Rider Master',NULL,0,65,65,0,29,8195,2.15,1.14286,1,1,200,281,0,278,7.5,1216,1338,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,774,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14261,0,0,0,0,0,14886,0,0,0,'Blue Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,200,0,200,22559,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14262,0,0,0,0,0,14888,0,0,0,'Green Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14263,0,0,0,0,0,14887,0,0,0,'Bronze Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14264,0,0,0,0,0,14889,0,0,0,'Red Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,500,0,0,0,0,22558,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14265,0,0,0,0,0,14885,0,0,0,'Black Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,200,0,0,200,0,22560,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14266,0,0,0,0,0,1103,0,0,0,'Shanda the Spinner',NULL,NULL,0,19,19,0,22,0,1,1.14286,1,4,27,37,0,68,1,2000,1595,1,0,2048,0,3,0,0,0,0,19,27,3,1,1,14266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5890,0,0,0,'',0,1,1,1,1,1,0,2606,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14267,0,0,0,0,0,3189,0,0,0,'Emogg the Crusher',NULL,NULL,0,19,19,0,45,0,1,1.14286,1,2,27,37,0,68,1.7,2000,1595,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,14267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,172,'SmartAI',0,3,1,3,1,1,0,2607,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14268,0,0,0,0,0,14313,0,0,0,'Lord Condar',NULL,NULL,0,15,16,0,14,0,2.18,1.14286,1,4,23,31,0,56,1,1483,1631,1,0,2048,0,7,0,0,0,0,16,23,2,1,1,14268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12876,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14269,0,0,0,0,0,525,0,0,0,'Seeker Aqualon',NULL,NULL,0,21,21,0,91,0,1.49,1.14286,1,4,31,40,0,74,1,1450,1595,1,0,2048,0,0,0,0,0,0,21,30,4,4,0,14269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14270,0,0,0,0,0,5243,0,0,0,'Squiddic','',NULL,0,19,19,0,18,0,1,1.14286,1,4,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,14270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,1467,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14271,0,0,0,0,0,500,0,0,0,'Ribchaser','',NULL,0,17,17,0,19,0,1.2,1.14286,1,4,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,14271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',0,3,1,1,1,1,0,2856,1013,0,0,0,0,0,1,0,0,'',12340),
|
|
(14272,0,0,0,0,0,497,0,0,0,'Snarlflare','',NULL,0,18,18,0,14,0,1.11111,1.14286,1,4,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,2,0,14272,0,14272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,31,'',0,3,1,1,1,1,0,1221,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14273,0,0,0,0,0,5229,0,0,0,'Boulderheart','',NULL,0,25,25,0,189,0,0.95,1.14286,1,4,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,5,0,14273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,48,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14274,22793,0,0,0,0,2714,0,0,0,'Winterax Tracker','',NULL,0,1,1,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8841,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14275,0,0,0,0,0,3763,3764,0,0,'Tamra Stormpike',NULL,NULL,0,28,28,0,88,0,1.52,1.14286,1,2,37,49,0,90,2.4,1416,1558,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,14275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,277,'',0,3,1,3,1,1,0,3693,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14276,0,0,0,0,0,540,0,0,0,'Scargil',NULL,NULL,0,30,30,0,18,0,1,1.28571,1,4,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,14276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,62,'',1,3,1,1.05,1,1,0,3510,3716,0,0,0,0,133,1,0,0,'',12340),
|
|
(14277,0,0,0,0,0,4978,0,0,0,'Lady Zephris',NULL,NULL,0,33,33,0,74,0,1,1.14286,1,4,33,45,0,49,1,2000,2000,8,32768,2048,0,0,0,0,0,0,28,41,17,7,0,14277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,64,'',0,3,1,1.1,1,1,0,3509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14278,0,0,0,0,0,491,0,0,0,'Ro\'Bark',NULL,NULL,0,28,28,0,95,0,1.05,1.14286,1,4,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,58,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14279,0,0,0,0,0,1091,0,0,0,'Creepthess',NULL,NULL,0,24,24,0,22,0,1,1.14286,1,4,34,46,0,84,1,2000,1595,1,0,2048,0,3,0,0,0,0,23,34,6,1,1,14279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,0,0,0,'',1,1,1,1.02,1,1,0,3477,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14280,0,0,0,0,0,706,0,0,0,'Big Samras',NULL,NULL,0,27,27,0,44,0,1,1.14286,1,4,38,51,0,92,1,2000,2000,1,0,2048,0,4,0,0,0,0,26,39,7,1,1,14280,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12832,0,0,0,'',1,1,1,1.35,1,1,0,3476,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14281,0,0,0,0,0,3616,0,0,0,'Jimmy the Bleeder',NULL,NULL,0,23,23,0,87,0,1.49,1.14286,1,4,33,44,0,80,1,1450,1595,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,14281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,44,'SmartAI',0,3,1,1.02,1,1,0,3692,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14282,22738,31977,37296,0,0,782,0,0,0,'Frostwolf Bloodhound',NULL,NULL,0,53,54,0,1214,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,4096,2048,0,1,0,0,0,0,63,93,22,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14283,22767,32098,37419,0,0,10828,0,0,0,'Stormpike Owl',NULL,NULL,0,53,54,0,1216,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,4096,2048,0,26,0,0,0,0,63,93,22,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14284,22633,32088,37409,0,0,14322,14324,14326,14327,'Stormpike Battleguard',NULL,NULL,0,61,61,0,1216,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,432,569,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14285,22622,31976,37295,0,0,14320,14321,14323,14325,'Frostwolf Battleguard',NULL,NULL,0,61,61,0,1214,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4608,2048,0,0,0,0,0,0,127,188,28,7,0,14285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,497,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14301,0,0,0,0,0,14353,0,0,0,'Brinna Valanaar','Bowyer',NULL,0,45,45,0,80,4482,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14302,0,0,0,0,0,14352,0,0,0,'Chromatic Drakonid',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,8,0,0,0,0,200,200,200,200,200,22560,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14303,0,0,0,0,0,5848,0,0,0,'Petrified Guardian',NULL,NULL,0,57,59,0,16,0,1,1.14286,1,1,102,135,0,248,5,2000,1283,8,0,2048,0,0,0,0,0,0,70,103,25,4,0,14303,0,0,0,0,0,0,0,0,22695,22696,0,0,0,0,0,0,0,0,413,544,'SmartAI',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14304,0,0,0,0,0,14360,14361,14362,14363,'Kor\'kron Elite',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(14305,0,0,0,0,0,338,0,0,0,'Human Orphan',NULL,NULL,5819,4,4,0,12,3,1,1.14286,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14306,0,0,0,0,0,9956,0,0,0,'Eskhandar',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14307,0,0,0,0,0,11686,0,0,0,'Black Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14308,0,0,0,0,0,1083,0,0,0,'Ferra',NULL,NULL,0,60,60,0,16,0,1.6,1.14286,1,1,104,138,0,252,7.5,2000,1274,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,14308,0,14308,0,0,0,0,0,0,22911,17156,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(14309,0,0,0,0,0,11686,0,0,0,'Red Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14310,0,0,0,0,0,11686,0,0,0,'Green Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14311,0,0,0,0,0,11686,0,0,0,'Bronze Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14312,0,0,0,0,0,11686,0,0,0,'Blue Drakonid Spawner',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14321,0,0,0,0,0,11561,0,0,0,'Guard Fengus',NULL,NULL,5734,59,59,0,45,1,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14321,0,0,0,0,0,0,0,0,15580,15655,22572,20691,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(14322,0,0,0,0,0,11545,0,0,0,'Stomper Kreeg','The Drunk',NULL,5721,59,59,0,45,131,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14322,0,0,0,0,0,0,0,0,22833,16740,15577,8269,0,0,0,0,0,0,1156,1515,'SmartAI',1,3,1,8,2,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(14323,0,0,0,0,0,11561,0,0,0,'Guard Slip\'kik',NULL,NULL,5733,59,59,0,45,1,3.53,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14323,0,0,0,0,0,0,0,0,15580,17307,20691,0,0,0,0,0,0,0,1117,1464,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(14324,0,0,0,0,0,11537,0,0,0,'Cho\'Rush the Observer',NULL,NULL,5742,60,60,0,45,1,2.14,1.14286,1,1,146,192,0,238,5,1158,1274,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,14324,0,0,0,0,0,0,0,0,10947,10151,0,0,0,0,0,0,0,0,907,1189,'SmartAI',1,3,1,8,4,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(14325,0,0,0,0,0,11564,0,0,0,'Captain Kromcrush',NULL,NULL,5739,61,61,0,1374,3,1.8,1.5,1,1,159,221,0,258,5,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,14325,0,0,0,0,0,0,0,0,22857,22859,5246,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),
|
|
(14326,0,0,0,0,0,11561,0,0,0,'Guard Mol\'dar',NULL,NULL,5735,59,59,0,45,1,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14326,0,0,0,0,0,0,0,0,15580,15655,20691,0,0,0,0,0,0,0,1117,1464,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(14327,0,0,0,0,0,21012,0,0,0,'Lethtendris',NULL,NULL,0,57,57,0,16,0,1,1.14286,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,14327,0,0,0,0,0,0,0,0,11668,14887,0,0,0,0,0,0,0,0,859,1127,'SmartAI',1,3,1,8,4,1,0,18426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14329,0,0,0,0,0,14334,0,0,0,'Black War Wolf',NULL,NULL,0,10,10,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14330,0,0,0,0,0,14388,0,0,0,'Black War Raptor',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14331,0,0,0,0,0,10719,0,0,0,'Red Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(14332,0,0,0,0,0,14337,0,0,0,'Black War Steed',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14333,0,0,0,0,0,14348,0,0,0,'Black War Kodo',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14334,0,0,0,0,0,14372,0,0,0,'Black Battlestrider',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14335,0,0,0,0,0,14577,0,0,0,'Black War Ram',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14336,0,0,0,0,0,14330,0,0,0,'Black War Tiger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14337,0,0,0,0,0,14379,0,0,0,'Field Repair Bot 74A',NULL,NULL,0,50,50,0,190,4226,0.6,1.14286,1,0,85,112,0,206,1,1510,1661,1,768,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(14338,0,0,0,0,0,14381,0,0,0,'Knot Thimblejack',NULL,NULL,5667,50,50,0,35,3,1.2,1.14286,1,0,85,112,0,206,5,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14339,0,0,0,0,0,11412,0,0,0,'Death Howl',NULL,NULL,0,49,49,0,38,0,1.1,1.14286,1,4,83,110,0,200,1,2000,2000,1,0,2048,0,1,0,0,0,0,57,84,19,1,1,14339,0,10147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5954,0,0,0,'',0,1,1,1.25,1,1,0,11172,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(14340,0,0,0,0,0,2879,0,0,0,'Alshirr Banebreath',NULL,NULL,0,54,54,0,90,0,1.76,1.14286,1,4,92,122,0,224,1,1183,1301,1,0,2048,0,0,0,0,0,0,63,93,22,3,0,14340,0,0,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,115,155,'',0,3,1,1.3,1,1,0,11674,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14341,0,0,0,0,0,4943,0,0,0,'Felendor the Accuser','',NULL,0,53,54,0,16,0,1.2,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14342,0,0,0,0,0,1012,0,0,0,'Ragepaw',NULL,NULL,0,51,51,0,82,0,1.72,1.14286,1,4,86,114,0,210,1,1216,1338,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,14342,14342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,138,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14343,0,0,0,0,0,6212,0,0,0,'Olm the Wise',NULL,NULL,0,52,52,0,189,0,1.72,1.14286,1,4,87,117,0,214,1,2000,2000,1,0,2048,0,26,0,0,0,0,61,90,21,1,1,14343,0,0,0,20,20,0,87,30,0,0,0,0,0,0,0,0,5861,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14344,0,0,0,0,0,14315,0,0,0,'Mongress',NULL,NULL,0,50,50,0,44,0,2.45,1.14286,1,4,85,112,0,206,1,1250,1375,1,0,2048,0,4,0,0,0,0,58,86,20,1,1,14344,0,100003,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,13076,0,0,0,'',0,1,1,1.5,1,1,0,11172,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14345,0,0,0,0,0,682,0,0,0,'The Ongar',NULL,NULL,0,51,51,0,14,0,1.71,1.14286,1,4,86,114,0,210,1,1225,1347,1,0,2048,0,0,0,0,0,0,59,87,20,10,0,14345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,144,'',0,3,1,1.3,1,1,0,12230,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14346,0,0,0,0,0,4426,0,0,0,'Captain Greshkil','',NULL,0,52,53,0,90,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14347,0,0,0,0,0,14395,0,0,0,'Highlord Demitrian',NULL,NULL,5675,62,62,0,35,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14348,0,0,0,0,0,19802,0,0,0,'Earthcaller Franzahl',NULL,NULL,0,62,62,0,35,3,1.1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14349,0,0,0,0,0,14380,0,0,0,'Pimgib',NULL,NULL,0,56,56,0,16,0,1,1.14286,1,1,89,118,0,220,5,2000,1292,2,0,2048,0,0,0,0,0,0,61,90,21,7,0,14349,0,0,0,0,0,0,0,0,15744,15228,22713,0,0,0,0,0,0,0,368,486,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14350,0,0,0,0,0,5561,0,0,0,'Hydroling',NULL,NULL,0,57,57,0,16,0,1.22,1.14286,1,0,98,130,0,238,5,2000,1617,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.15,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(14351,0,0,0,0,0,10709,0,0,0,'Gordok Bushwacker',NULL,NULL,0,58,59,0,45,0,1.76,1.14286,1,1,102,135,0,248,5,1175,1292,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,14351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,962,'SmartAI',0,3,1,5,2,1,0,21982,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14352,0,0,0,0,0,14385,0,0,0,'Duke Landressar','Agent of Therazane',NULL,0,63,63,0,103,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,40,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(14353,0,0,0,0,0,14406,0,0,0,'Mizzle the Crafty',NULL,NULL,5708,60,60,0,35,1,2.65,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14354,0,0,0,0,0,7552,0,0,0,'Pusillin',NULL,NULL,5710,57,57,0,35,1,1,2.57143,1,1,91,121,0,224,5,2000,1292,2,0,2048,0,0,0,0,0,0,62,92,22,3,0,14354,0,0,0,0,0,0,0,0,15228,22424,14145,0,0,0,0,0,0,0,646,849,'SmartAI',1,3,1,6,6,1,0,18261,0,0,0,0,0,210,1,0,2,'',12340),
|
|
(14355,0,0,0,0,0,14386,0,0,0,'Azj\'Tordin',NULL,NULL,0,60,60,0,1354,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14356,0,0,0,0,0,14389,0,0,0,'Sawfin Frenzy','',NULL,0,38,40,0,1878,0,1,1.14286,1,0,56,74,0,136,1,900,1782,1,32768,2048,0,0,0,0,0,0,39,57,14,1,0,14356,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14357,0,0,0,0,0,14390,0,0,0,'Lake Thresher','',NULL,0,25,25,0,16,0,1,1.14286,1,1,35,48,0,86,2.4,2000,2000,1,32832,2048,0,0,0,0,0,0,24,36,6,1,0,14357,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14358,0,0,0,0,0,14393,0,0,0,'Shen\'dralar Ancient','House of Shen\'dralar',NULL,5729,60,60,0,1354,3,1,1.14286,1,1,104,138,0,252,5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(14361,0,0,0,0,0,10045,0,0,0,'Shen\'dralar Wisp',NULL,NULL,0,1,1,0,1354,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14362,0,0,0,0,0,14392,0,0,0,'Thornling',NULL,NULL,0,60,60,0,35,0,0.25,1.14286,1,0,104,138,0,252,1,2000,1551,1,131076,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,50,50,50,50,50,50,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14363,0,0,0,0,0,14396,0,0,0,'Thief Catcher Shadowdelve',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14364,0,0,0,0,0,14397,14393,14398,14400,'Shen\'dralar Spirit','House of Shen\'dralar',NULL,0,56,58,0,1354,2,1.74,1.14286,1,1,93,123,0,228,5,1200,1320,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(14365,0,0,0,0,0,14404,0,0,0,'Thief Catcher Farmountain',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14366,0,0,0,0,0,11686,0,0,0,'Warpwood Spores',NULL,NULL,0,55,55,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,131076,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(14367,0,0,0,0,0,14405,0,0,0,'Thief Catcher Thunderbrew',NULL,NULL,0,80,80,2,57,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,395,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14368,0,0,0,0,0,14407,0,0,0,'Lorekeeper Lydros','House of Shen\'dralar',NULL,5747,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14369,0,0,0,0,0,14408,14410,14409,14411,'Shen\'dralar Zealot','House of Shen\'dralar',NULL,5737,59,59,0,1355,1,1,1.14286,1,1,133,176,0,234,5,2000,1301,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14370,0,0,0,0,0,10996,0,0,0,'Cadaverous Worm',NULL,NULL,0,60,60,0,21,0,1.27,1.14286,1,0,104,138,0,252,1,1400,1540,1,0,2048,0,42,0,0,0,0,72,106,26,10,65537,14370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14371,0,0,0,0,0,14412,0,0,0,'Shen\'dralar Provisioner','House of Shen\'dralar',NULL,0,52,52,0,1355,4226,1,1.14286,1,1,82,109,0,202,5,2000,1365,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14372,0,0,0,0,0,6829,0,0,0,'Winterfall Ambusher',NULL,NULL,0,56,57,0,82,0,1.24,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,14372,0,0,0,0,0,0,0,0,17205,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14373,0,0,0,0,0,14427,0,0,0,'Sage Korolusk',NULL,NULL,0,59,59,0,104,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,36864,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14374,0,0,0,0,0,14426,0,0,0,'Scholar Runethorn',NULL,NULL,5741,59,59,0,80,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14375,0,0,0,0,0,14413,0,0,0,'Scout Stronghand',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(14376,0,0,0,0,0,14414,0,0,0,'Scout Manslayer',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(14377,0,0,0,0,0,14415,0,0,0,'Scout Tharr',NULL,NULL,0,80,80,2,85,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(14378,0,0,0,0,0,14417,0,0,0,'Huntress Skymane',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14379,0,0,0,0,0,14418,0,0,0,'Huntress Ravenoak',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14380,0,0,0,0,0,14419,0,0,0,'Huntress Leafrunner',NULL,NULL,0,80,80,2,79,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14381,0,0,0,0,0,14422,0,0,0,'Lorekeeper Javon','House of Shen\'dralar',NULL,5755,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14382,0,0,0,0,0,14421,0,0,0,'Lorekeeper Mykos','House of Shen\'dralar',NULL,5756,60,60,0,1355,3,1,1.14286,1,1,146,192,0,238,5,2000,1292,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14383,0,0,0,0,0,14420,0,0,0,'Lorekeeper Kildrath','House of Shen\'dralar',NULL,5748,58,58,0,1355,3,1,1.14286,1,1,93,123,0,228,5,2000,1310,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14385,0,0,0,0,0,1912,0,0,0,'Doomguard Minion',NULL,NULL,0,59,60,0,954,0,1.25,1.14286,1,0,104,138,0,252,5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14385,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(14386,0,0,0,0,0,14430,0,0,0,'Wandering Eye of Kilrogg',NULL,NULL,0,60,60,0,45,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,131072,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(14387,0,0,0,0,0,21009,0,0,0,'Lothos Riftwaker',NULL,NULL,5750,60,60,0,35,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14388,0,0,0,0,0,6374,0,0,0,'Rogue Black Drake',NULL,NULL,0,50,52,0,1394,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,2,0,0,0,100001,0,0,0,0,0,0,8873,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14389,0,0,0,0,0,14428,0,0,0,'Netherwalker',NULL,NULL,0,60,60,0,45,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,2,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(14390,0,0,0,0,0,3761,3762,0,0,'Expeditionary Mountaineer',NULL,NULL,0,36,40,0,57,0,1,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14391,0,0,0,0,0,11686,0,0,0,'Dire Maul Reaver Post','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14392,0,0,0,0,0,14429,0,0,0,'Overlord Runthak',NULL,NULL,6024,60,60,0,29,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14393,0,0,0,0,0,3765,3766,0,0,'Expeditionary Priest',NULL,NULL,0,37,42,0,57,0,1,1.14286,1,1,58,77,0,142,2.4,2000,2000,2,64,2048,0,0,0,0,0,0,40,59,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14394,0,0,0,0,0,14431,0,0,0,'Major Mattingly',NULL,NULL,5753,60,60,0,12,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14395,0,0,0,0,0,7107,0,0,0,'Griniblix the Spectator',NULL,NULL,11738,57,57,0,35,1,1.1,1.14286,1,0,98,130,0,238,1,2500,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14396,0,0,0,0,0,14430,0,0,0,'Eye of Immol\'thar',NULL,NULL,0,61,61,0,754,0,1.26,1.14286,1,0,159,221,0,258,5,1410,1551,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,22909,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,207,1,0,0,'',12340),
|
|
(14397,0,0,0,0,0,14273,0,0,0,'Mana Burst',NULL,NULL,0,59,60,0,834,0,1.25,1.14286,1,0,146,192,0,238,5,1420,1562,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14398,0,0,0,0,0,8471,0,0,0,'Eldreth Darter',NULL,NULL,0,58,59,0,16,0,1,1.14286,1,1,133,176,0,234,5,2000,1283,2,0,2048,0,0,0,0,0,0,91,133,23,2,0,14398,0,14398,0,0,0,0,0,0,22947,17139,0,0,0,0,0,0,0,0,414,546,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14399,0,0,0,0,0,10315,0,0,0,'Arcane Torrent',NULL,NULL,0,59,60,0,834,0,3.2,1.14286,1,1,146,192,0,238,7.5,2000,1283,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,14399,0,0,120,60,120,120,60,300,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,129,1,0,0,'',12340),
|
|
(14400,0,0,0,0,0,5490,0,0,0,'Arcane Feedback',NULL,NULL,0,59,60,0,834,0,1,1.14286,1,0,146,192,0,238,1,2000,1551,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,14400,0,0,60,60,60,60,60,60,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14401,0,0,0,0,0,14498,0,0,0,'Master Elemental Shaper Krixix',NULL,NULL,0,60,60,0,103,16,1,1.14286,1,1,104,138,0,252,7.5,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,8,14401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,911,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14402,0,0,0,0,0,14452,0,0,0,'Seeker Cromwell',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14403,0,0,0,0,0,14453,0,0,0,'Seeker Nahr',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14404,0,0,0,0,0,14454,0,0,0,'Seeker Thompson',NULL,NULL,0,80,80,2,71,2,1.1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14406,0,0,0,0,0,2767,2768,10915,0,'Roving Kodo','',NULL,0,36,37,0,15,0,1.2,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,7271,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14421,0,0,0,0,0,1072,0,0,0,'Brown Prairie Dog',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(14422,0,0,0,0,0,11686,0,0,0,'BRD Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(14423,0,0,0,0,0,14472,0,0,0,'Officer Jaxon',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14424,0,0,0,0,0,631,0,0,0,'Mirelow',NULL,NULL,0,25,25,0,14,0,1.5,1.14286,1,4,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,14424,0,0,0,0,50,0,0,0,12747,0,0,0,0,0,0,0,0,0,34,49,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14425,0,0,0,0,0,543,0,0,0,'Gnawbone',NULL,NULL,0,24,24,0,61,0,1.05,1.14286,1,4,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,14425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,47,'SmartAI',1,3,1,1.02,1,1,0,2611,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14426,0,0,0,0,0,3898,0,0,0,'Harb Foulmountain',NULL,NULL,0,27,27,0,16,0,1,1.14286,1,4,38,51,0,92,1,2000,2000,1,32768,2048,0,0,0,0,0,0,26,39,7,7,0,14426,0,0,0,0,65,0,0,0,3391,45,0,0,0,0,0,0,0,0,40,57,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14427,0,0,0,0,0,511,0,0,0,'Gibblesnik',NULL,NULL,0,28,28,0,26,0,1.52,1.14286,1,4,39,53,0,96,1,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,7,0,14427,0,0,0,0,0,0,0,0,7405,0,0,0,0,0,0,0,0,0,40,57,'',1,3,1,1.05,1,1,0,5842,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14428,0,0,0,0,0,6818,0,0,0,'Uruson',NULL,NULL,0,7,7,0,82,0,1.75,1.14286,1,4,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,14428,14428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,5220,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14429,0,0,0,0,0,1011,0,0,0,'Grimmaw',NULL,NULL,0,11,11,0,82,0,1.52,1.14286,1,4,15,20,0,44,1,1550,1705,1,0,2048,0,0,0,0,0,0,9,14,100,7,0,14429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,5220,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14430,0,0,0,0,0,11453,0,0,0,'Duskstalker',NULL,NULL,0,9,9,0,66,0,1,1.14286,1,4,11,15,0,40,1,1400,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,14430,0,100002,0,0,0,0,0,0,3604,0,0,0,0,0,0,0,13354,0,0,0,'SmartAI',1,1,1,1,1,1,0,3409,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14431,0,0,0,0,0,2296,0,0,0,'Fury Shelda',NULL,NULL,0,8,8,0,514,0,1.38889,0.857143,1,4,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,14431,0,0,0,0,0,0,0,0,3589,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,5204,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(14432,0,0,0,0,0,904,0,0,0,'Threggil',NULL,NULL,0,6,6,0,90,0,1.34,1.14286,1,4,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,3,0,14432,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,4,11,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(14433,0,0,0,0,0,8834,0,0,0,'Sludginn',NULL,NULL,0,30,30,0,14,0,1,1.14286,1,4,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,10,0,14433,0,0,0,0,0,0,0,0,3335,3358,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14434,0,0,0,0,0,14473,0,0,0,'Alarm-o-Bot',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14435,0,0,0,0,0,14992,0,0,0,'Prince Thunderaan','The Wind Seeker',NULL,0,63,63,0,834,0,2.3,1.14286,1,3,181,253,0,268,35,800,1250,1,0,2048,0,0,0,0,0,0,147,219,32,4,4,14435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29155,38078,'',1,3,1,100,100,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(14436,0,0,0,0,0,14565,0,0,0,'Mor\'zul Bloodbringer',NULL,NULL,0,61,61,0,35,3,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14437,0,0,0,0,0,14566,0,0,0,'Gorzeeki Wildeyes',NULL,NULL,5818,55,55,0,35,131,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14438,0,0,0,0,0,14492,0,0,0,'Officer Pomeroy',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14439,0,0,0,0,0,14493,0,0,0,'Officer Brady',NULL,NULL,0,80,80,2,11,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14440,0,0,0,0,0,14494,0,0,0,'Hunter Sagewind',NULL,NULL,0,80,80,2,105,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14441,0,0,0,0,0,14495,0,0,0,'Hunter Ragetotem',NULL,NULL,0,80,80,2,105,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14442,0,0,0,0,0,14496,0,0,0,'Hunter Thunderhorn',NULL,NULL,0,60,60,1,105,2,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14443,0,0,0,0,0,11686,0,0,0,'Doomguard Tap Trigger','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14444,0,0,0,0,0,14589,0,0,0,'Orcish Orphan',NULL,NULL,0,4,4,0,29,3,1,1,1,0,4,5,0,30,1,2000,2167,1,768,2048,0,0,0,0,0,0,2,3,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14445,0,0,0,0,0,7976,0,0,0,'Lord Captain Wyrmak',NULL,NULL,0,45,45,0,50,0,0.888888,1.14286,1,2,76,100,0,184,2.4,1258,1384,1,0,2048,0,0,0,0,0,0,52,76,17,2,0,14445,0,14445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,692,'',0,3,1,3.5,1.5,1,0,5803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14446,0,0,0,0,0,441,0,0,0,'Fingat','',NULL,0,43,43,0,18,0,1.05,1.14286,1,4,67,88,0,162,1,2000,1402,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,14446,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,78,107,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(14447,0,0,0,0,0,4920,0,0,0,'Gilmorian',NULL,NULL,0,43,43,0,18,0,1,1.14286,1,4,67,88,0,162,1,2000,2000,1,32768,2048,0,0,0,0,0,0,46,67,16,7,0,14447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,107,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14448,0,0,0,0,0,14497,0,0,0,'Molt Thorn',NULL,NULL,0,42,42,0,14,0,0.666668,1.14286,1,4,62,83,0,152,1,1291,1420,1,0,2048,0,0,0,0,0,0,43,63,15,4,0,14448,0,0,0,0,0,0,0,0,21748,0,0,0,0,0,0,0,0,0,88,120,'',0,3,1,1.5,1,1,0,6065,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14449,0,0,0,0,0,11686,0,0,0,'Blackwing Orb Trigger',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(14450,0,0,0,0,0,14500,0,0,0,'Orphan Matron Nightingale',NULL,NULL,5849,10,10,0,12,131,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14451,0,0,0,0,0,14499,0,0,0,'Orphan Matron Battlewail',NULL,NULL,5848,10,10,0,29,3,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14452,0,0,0,0,0,4426,0,0,0,'Enslaved Doomguard Commander',NULL,NULL,0,61,61,0,7,0,2.3,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(14453,0,0,0,0,0,14501,0,0,0,'Orb of Domination',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14454,0,0,0,0,0,14515,0,0,0,'The Windreaver',NULL,NULL,0,60,60,0,91,0,2.49,1.14286,1,1,104,138,3,252,7.5,1158,1274,8,0,2048,0,0,0,0,0,0,72,106,26,4,0,14454,0,0,600,600,600,600,600,480,23106,23103,23105,23104,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),
|
|
(14455,0,0,0,0,0,14525,0,0,0,'Whirling Invader',NULL,NULL,0,57,58,0,91,0,1,1.14286,1,0,100,132,3,242,1,2000,2000,2,0,2048,0,0,0,0,0,0,69,101,25,4,0,14455,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(14456,0,0,0,0,0,12024,12025,12021,12022,'Blackwing Guardsman',NULL,NULL,0,61,61,0,103,0,1,1.14286,1,1,159,221,0,258,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,15284,23967,15580,0,0,0,0,0,0,0,1673,2190,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14457,0,0,0,0,0,14514,0,0,0,'Princess Tempestria',NULL,NULL,0,60,60,0,91,0,1.78,1.14286,1,1,104,138,4,252,7.5,1158,1274,8,0,2048,0,0,0,0,0,0,72,106,26,4,0,14457,0,0,0,0,0,0,30,0,22746,14907,23102,10987,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),
|
|
(14458,0,0,0,0,0,5489,0,0,0,'Watery Invader',NULL,NULL,0,56,58,0,91,0,1,1.28968,1,0,100,132,4,242,1,2000,2000,8,0,2048,0,0,0,0,0,0,69,101,25,4,0,14458,0,0,57,57,114,57,57,57,19133,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(14459,0,0,0,0,0,11686,0,0,0,'Nefarian\'s Troops',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14460,0,0,0,0,0,14527,0,0,0,'Blazing Invader',NULL,NULL,0,54,56,0,91,0,1,1.14286,1,0,96,127,2,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,67,97,23,4,0,14460,0,0,55,110,55,55,110,55,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,11829,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(14461,0,0,0,0,0,14517,0,0,0,'Baron Charr',NULL,NULL,0,58,58,0,91,0,3.54,1.14286,1,1,100,132,2,242,7.5,1166,1283,2,0,2048,0,0,0,0,0,0,69,101,25,4,0,14461,0,0,116,58,116,116,58,290,15285,9574,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,11829,0,0,0,0,0,0,1,134144,0,'',12340),
|
|
(14462,0,0,0,0,0,14505,0,0,0,'Thundering Invader',NULL,NULL,0,55,57,0,91,0,2.16,1.14286,1,0,98,130,0,238,1,1450,1595,1,0,2048,0,0,0,0,0,0,68,99,24,4,0,14462,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(14463,0,0,0,0,0,14531,0,0,0,'Daio the Decrepit',NULL,NULL,5824,60,60,0,35,3,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14464,0,0,0,0,0,14512,0,0,0,'Avalanchion',NULL,NULL,0,58,58,0,91,0,1.77,1.14286,1,1,100,132,0,242,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,69,101,25,4,0,14464,0,0,58,290,58,58,58,58,23392,6524,5568,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,134144,0,'',12340),
|
|
(14465,0,0,0,0,0,14541,0,0,0,'Alliance Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23036,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14466,0,0,0,0,0,14542,0,0,0,'Horde Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23036,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14467,0,0,0,0,0,14520,0,0,0,'Kroshius',NULL,NULL,0,55,55,0,1194,0,1,1.14286,1,0,94,125,0,228,1,3000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,3,0,14467,0,0,0,300,0,0,0,0,10101,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,18625,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14469,0,0,0,0,0,14532,0,0,0,'Niby the Almighty',NULL,NULL,5845,56,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14470,0,0,0,0,0,4449,0,0,0,'Impsy','Niby\'s Minion',NULL,0,56,56,0,35,2,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,0,2048,0,0,0,0,0,0,61,90,21,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14471,0,0,0,0,0,5965,0,0,0,'Setis',NULL,NULL,0,61,61,0,91,0,1.8,1.14286,3,2,700,900,0,258,4.6,1141,1255,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,14471,0,0,0,0,0,0,0,0,16727,10887,0,0,0,0,0,0,0,0,2129,2785,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14472,0,0,0,0,0,1104,0,0,0,'Gretheer',NULL,NULL,0,57,57,0,22,0,1.1,1.14286,1,4,98,130,0,238,1,2000,2000,1,0,2048,0,3,0,0,0,0,68,99,24,1,1,14472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13166,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(14473,0,0,0,0,0,14521,0,0,0,'Lapress',NULL,NULL,0,60,60,0,310,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,41,0,0,0,0,72,106,26,1,65537,14473,0,14473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14474,0,0,0,0,0,14522,0,0,0,'Zora',NULL,NULL,0,59,59,0,310,0,1.78,1.14286,1,2,102,135,0,248,2.4,1158,1274,1,0,2048,0,0,0,0,0,0,70,103,25,10,0,14474,0,14474,0,0,0,0,0,0,21067,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(14475,0,0,0,0,0,12153,0,0,0,'Rex Ashil',NULL,NULL,0,57,57,0,310,0,1,1.14286,1,2,98,130,0,238,2.4,1175,1292,1,64,2048,0,0,0,0,0,0,68,99,24,10,0,14475,0,14475,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14476,0,0,0,0,0,6068,0,0,0,'Krellack',NULL,NULL,0,56,56,0,413,0,3.25,1.14286,1,4,96,127,0,234,1,2000,2000,1,0,2048,0,20,0,0,0,0,67,97,23,1,1,14476,0,100003,0,0,0,0,0,0,17170,0,0,0,0,0,0,0,12969,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14477,0,0,0,0,0,14523,0,0,0,'Grubthor',NULL,NULL,0,58,58,0,14,0,1.1,1.14286,1,4,100,132,0,242,1,2000,2000,1,0,2048,0,42,0,0,0,0,69,101,25,1,65537,14477,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14478,0,0,0,0,0,14525,0,0,0,'Huricanian',NULL,NULL,0,58,58,0,91,0,1.4,1.42857,1,4,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,4,0,14478,0,0,0,0,0,0,0,0,15659,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(14479,0,0,0,0,0,14526,0,0,0,'Twilight Lord Everun','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,4,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,14479,0,0,0,0,0,0,0,0,17439,19816,0,0,0,0,0,0,0,0,120,162,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14480,0,0,0,0,0,14530,0,0,0,'Alowicious Czervik','Sweet Treats',NULL,0,10,10,0,29,130,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14481,0,0,0,0,0,14529,0,0,0,'Emmithue Smails','Sweet Treats',NULL,0,10,10,0,875,130,1,1.14286,1,0,13,17,0,42,1,2000,2101,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14482,0,0,0,0,0,14380,0,0,0,'Xorothian Imp',NULL,NULL,0,59,60,0,90,0,1.25,1.14286,1,0,104,138,0,252,5,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14483,0,0,0,0,0,14152,0,0,0,'Dread Guard',NULL,NULL,0,60,60,0,90,0,3.07,1.14286,1,1,104,138,0,252,5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14484,0,0,0,0,0,14533,14535,14534,14536,'Injured Peasant',NULL,NULL,0,51,52,0,35,0,0.6,1.14286,1,0,87,117,0,214,1,1500,1650,1,8,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,43,0,8388624,2,'npc_balance_of_light_and_shadow',12340),
|
|
(14485,0,0,0,0,0,14537,14539,14538,14540,'Plagued Peasant',NULL,NULL,0,52,53,0,35,0,0.6,1.14286,1,0,89,119,0,218,1,1490,1639,1,8,2048,0,0,0,0,0,0,62,91,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,45,0,8388624,2,'npc_balance_of_light_and_shadow',12340),
|
|
(14486,0,0,0,0,0,9786,11403,11401,7550,'Scourge Footsoldier','Kel\'Thuzad\'s Minion',NULL,0,57,59,0,14,0,1.25,1.14286,1,0,102,135,0,248,1,1430,1573,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.03,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14487,0,0,0,0,0,5286,0,0,0,'Gluggle',NULL,NULL,0,37,37,0,18,0,1.6,1.14286,1,4,36,51,0,54,1,2000,2000,8,32768,2048,0,0,0,0,0,0,31,46,18,7,0,14487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,73,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14488,0,0,0,0,0,5782,0,0,0,'Roloch',NULL,NULL,0,38,38,0,45,0,1.6,1.14286,1,4,53,70,0,128,1,1333,1466,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,14488,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,63,88,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14489,0,0,0,0,0,9790,0,0,0,'Scourge Archer',NULL,NULL,0,60,60,0,14,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,6,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_balance_of_light_and_shadow',12340),
|
|
(14490,0,0,0,0,0,14528,0,0,0,'Rippa',NULL,NULL,0,44,44,0,1878,0,3.31,1.14286,1,4,72,96,0,174,1,1283,1411,1,32768,2048,0,0,0,0,0,0,49,73,16,1,0,14490,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14491,0,0,0,0,0,3186,0,0,0,'Kurmokk',NULL,NULL,0,42,42,0,72,0,1,1.14286,1,4,62,83,0,152,1,1325,2000,1,0,2048,0,9,0,0,0,0,43,63,15,1,1,14491,0,100004,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,12961,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14492,0,0,0,0,0,7232,0,0,0,'Verifonix','The Surveyor',NULL,0,42,42,0,189,0,1.64,1.14286,1,4,62,83,0,152,1,1300,1430,1,0,2048,0,0,0,0,0,0,43,63,15,7,0,14492,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,75,103,'',0,3,1,1.2,1,1,0,3917,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14493,0,0,0,0,0,14537,14539,14538,14540,'Priest Epic Event Caller','',NULL,0,51,53,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14494,0,0,0,0,0,14545,0,0,0,'Eris Havenfire',NULL,NULL,30212,60,60,0,35,3,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_eris_hevenfire',12340),
|
|
(14495,0,0,0,0,0,169,13069,0,0,'Invisible Trigger One',NULL,NULL,0,60,60,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(14496,0,0,0,0,0,252,257,251,221,'Stormwind Orphan',NULL,NULL,0,1,3,0,12,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14497,0,0,0,0,0,8632,0,0,0,'Shellene','Orphanage Matron',NULL,0,20,20,0,12,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14498,0,0,0,0,0,3850,0,0,0,'Tosamina',NULL,NULL,0,34,34,0,29,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14499,0,0,0,0,0,14589,14616,0,0,'Horde Orphan',NULL,NULL,0,1,3,0,29,0,1,1,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14500,0,0,0,0,0,10812,0,0,0,'J\'eevee',NULL,NULL,0,58,58,0,35,0,1.25,1.14286,1,0,100,132,0,242,1,1430,1573,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14501,0,0,0,0,0,10905,0,0,0,'Warlock Mount Ritual Mob Type 3, Infernal (DND)','',NULL,0,50,51,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14502,0,0,0,0,0,14552,0,0,0,'Xorothian Dreadsteed',NULL,NULL,0,62,62,0,90,0,1.77,1.14286,1,1,172,240,0,262,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,14502,0,14502,0,75,75,75,75,0,23202,22713,16636,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14503,0,0,0,0,0,14555,0,0,0,'The Cleaner',NULL,NULL,0,63,63,0,14,0,1.77,1.14286,1,1,181,253,0,268,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(14504,0,0,0,0,0,14553,0,0,0,'Dreadsteed Spirit',NULL,NULL,0,60,60,0,7,2,1.26,1.14286,1,0,104,138,0,252,5,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14505,0,0,0,0,0,14554,0,0,0,'Dreadsteed',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14506,0,0,0,0,0,14556,0,0,0,'Lord Hel\'nurath',NULL,NULL,0,62,62,0,90,0,3.61,1.14286,1,2,160,223,0,246,5,1133,1246,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,14506,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,0,0,2131,2788,'SmartAI',1,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14507,0,0,0,0,0,15217,0,0,0,'High Priest Venoxis',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14507,0,0,0,0,0,0,0,0,23858,23859,23860,23895,0,0,0,0,0,0,342504,418616,'',1,1,1,80,10,1,0,19881,22216,0,0,0,0,188,1,617299803,1,'boss_venoxis',12340),
|
|
(14508,0,0,0,0,0,14561,0,0,0,'Short John Mithril',NULL,NULL,5921,47,47,0,35,3,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,768,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_short_john_mirthil',12340),
|
|
(14509,0,0,0,0,0,15216,0,0,0,'High Priest Thekal',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2700,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14509,0,0,0,0,0,0,0,0,22859,22666,24185,24189,0,0,0,0,0,0,336255,410978,'',1,1,1,50,5,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_thekal',12340),
|
|
(14510,0,0,0,0,0,15220,0,0,0,'High Priestess Mar\'li',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14510,0,0,0,0,0,0,0,0,24099,24300,24109,24110,0,0,0,0,0,0,327734,400563,'',1,1,1,125,5,1,0,19881,0,0,0,0,0,188,1,617299803,257,'boss_marli',12340),
|
|
(14511,0,0,0,0,0,14594,0,0,0,'Shadowed Spirit',NULL,NULL,0,60,60,0,21,0,1.15,1.14286,1,1,146,192,0,238,7.5,1175,1292,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15245,22575,22417,12739,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,2,1,0,0,0,0,0,0,0,138,1,8388624,0,'',12340),
|
|
(14512,0,0,0,0,0,14592,0,0,0,'Corrupted Spirit',NULL,NULL,0,59,60,0,21,0,1.15,1.14286,1,1,146,192,0,238,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,18376,6819,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),
|
|
(14513,0,0,0,0,0,14593,0,0,0,'Malicious Spirit',NULL,NULL,0,59,60,0,21,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,13738,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),
|
|
(14514,0,0,0,0,0,146,0,0,0,'Banal Spirit',NULL,NULL,0,60,60,0,21,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,8140,23262,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),
|
|
(14515,0,0,0,0,0,15218,0,0,0,'High Priestess Arlokk',NULL,NULL,0,63,63,0,14,0,1.18,1.14286,1,3,164,228,0,249,35,1100,1500,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14515,0,0,0,0,0,0,0,0,12540,24210,24236,24213,0,0,0,0,0,0,340964,416733,'',1,3,1,105,5,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_arlokk',12340),
|
|
(14516,0,0,0,0,0,14591,0,0,0,'Death Knight Darkreaver',NULL,NULL,0,62,62,0,21,0,1.15,1.14286,1,1,160,223,0,246,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,129,191,26,6,0,14516,0,0,0,0,0,0,0,0,15284,22644,17393,0,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,15,4,1,0,18749,18880,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14517,0,0,0,0,0,15219,0,0,0,'High Priestess Jeklik',NULL,NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,76,14517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333374,407457,'',1,1,1,125,10,1,0,19881,0,0,0,0,0,188,1,617299803,1,'boss_jeklik',12340),
|
|
(14518,0,0,0,0,0,14560,0,0,0,'Aspect of Banality',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14518,0,0,0,0,0,0,0,0,11556,8140,23262,0,0,0,0,0,0,0,694,911,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),
|
|
(14519,0,0,0,0,0,10703,0,0,0,'Aspect of Corruption',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14519,0,0,0,0,0,0,0,0,10894,23244,0,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),
|
|
(14520,0,0,0,0,0,14368,0,0,0,'Aspect of Malice',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14520,0,0,0,0,0,0,0,0,17504,12867,24673,0,0,0,0,0,0,0,864,1133,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),
|
|
(14521,0,0,0,0,0,11649,0,0,0,'Aspect of Shadow',NULL,NULL,0,60,60,0,21,0,1.79,1.14286,1,1,146,192,0,238,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,14521,0,0,0,0,0,0,0,0,30138,11660,0,0,0,0,0,0,0,0,652,856,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14522,0,0,0,0,0,14564,0,0,0,'Ur\'dan',NULL,NULL,0,54,54,0,1434,129,1.1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,136,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14523,0,0,0,0,0,14563,0,0,0,'Ulathek',NULL,NULL,56000,57,57,0,1434,1,1,1.14286,1,0,91,121,0,224,1,2000,2000,2,32768,2048,0,0,0,0,0,0,62,92,22,7,0,14523,0,0,0,0,0,0,0,0,9613,8699,0,0,0,0,0,0,0,0,107,145,'SmartAI',0,3,1,1.3,1,1,0,18719,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14524,0,0,0,0,0,14567,0,0,0,'Vartrus the Ancient',NULL,NULL,30201,63,63,0,35,3,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14525,0,0,0,0,0,14567,0,0,0,'Stoma the Ancient',NULL,NULL,0,63,63,0,35,2,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14526,0,0,0,0,0,14567,0,0,0,'Hastat the Ancient',NULL,NULL,0,63,63,0,35,2,1.79,1.14286,1,1,181,253,0,268,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14527,0,0,0,0,0,14588,0,0,0,'Simone the Inconspicuous',NULL,NULL,5868,60,60,0,25,0,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,3,0,14527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18952,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),
|
|
(14528,0,0,0,0,0,855,0,0,0,'Precious','Simone\'s Pet',NULL,5869,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),
|
|
(14529,0,0,0,0,0,14586,0,0,0,'Franklin the Friendly',NULL,NULL,0,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,14529,0,0,0,0,0,0,0,0,23504,23260,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18953,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),
|
|
(14530,0,0,0,0,0,8610,0,0,0,'Solenor the Slayer',NULL,NULL,0,60,60,0,90,0,3.51,1.14286,1,1,104,138,0,252,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,72,106,26,3,0,14530,0,0,0,0,0,0,0,0,23275,0,23504,23729,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,18954,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(14531,0,0,0,0,0,14580,0,0,0,'Artorius the Amiable',NULL,NULL,0,60,60,0,25,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,14531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,5,1,0,18955,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),
|
|
(14532,0,0,0,0,0,14950,0,0,0,'Razzashi Venombrood',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,72,106,26,1,9,14532,0,0,0,0,0,0,0,0,24596,7992,0,0,0,0,0,0,10517,0,0,0,'SmartAI',1,1,1,4,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(14533,0,0,0,0,0,10925,0,0,0,'Simone the Seductress',NULL,NULL,0,60,60,0,90,0,2.63,1.14286,1,1,104,138,0,252,7.5,1183,1301,2,0,2048,0,0,0,0,0,0,72,106,26,3,0,14533,0,0,0,0,0,0,0,0,23504,23205,40536,12528,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,18952,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14534,0,0,0,0,0,9018,0,0,0,'Klinfran the Crazed',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14534,0,0,0,0,0,0,0,0,23257,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,18953,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14535,0,0,0,0,0,2727,0,0,0,'Artorius the Doombringer',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,14535,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,18955,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14536,0,0,0,0,0,14587,0,0,0,'Nelson the Nice',NULL,NULL,0,60,60,0,25,0,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,3,0,14536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,18954,0,0,0,0,0,0,1,0,2,'npc_stave_of_the_ancients',12340),
|
|
(14538,0,0,0,0,0,6688,0,0,0,'Precious the Devourer','Simone\'s Pet',NULL,0,60,60,0,90,0,4.41,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14539,0,0,0,0,0,14575,0,0,0,'Swift Timber Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14540,0,0,0,0,0,14573,0,0,0,'Swift Brown Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14541,0,0,0,0,0,14574,0,0,0,'Swift Gray Wolf',NULL,NULL,0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2200,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14542,0,0,0,0,0,14349,0,0,0,'Great White Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14543,0,0,0,0,0,14344,0,0,0,'Swift Olive Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14544,0,0,0,0,0,14342,0,0,0,'Swift Orange Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14545,0,0,0,0,0,14339,0,0,0,'Swift Blue Raptor',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14546,0,0,0,0,0,14347,0,0,0,'Swift Brown Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14547,0,0,0,0,0,14346,0,0,0,'Swift White Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14548,0,0,0,0,0,14576,0,0,0,'Swift Gray Ram',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14549,0,0,0,0,0,14578,0,0,0,'Great Brown Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14550,0,0,0,0,0,14579,0,0,0,'Great Gray Kodo',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14551,0,0,0,0,0,14377,0,0,0,'Swift Yellow Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14552,0,0,0,0,0,14376,0,0,0,'Swift White Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14553,0,0,0,0,0,14374,0,0,0,'Swift Green Mechanostrider',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14554,0,0,0,0,0,14581,0,0,0,'Swift Stripped Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14555,0,0,0,0,0,14332,0,0,0,'Swift Mistsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14556,0,0,0,0,0,14331,0,0,0,'Swift Frostsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14557,0,0,0,0,0,14329,0,0,0,'Swift Dawnsaber',NULL,NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14558,0,0,0,0,0,10721,0,0,0,'Purple Skeletal Warhorse',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(14559,0,0,0,0,0,14582,0,0,0,'Swift Palomino','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14560,0,0,0,0,0,14338,0,0,0,'Swift White Steed','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14561,0,0,0,0,0,14583,0,0,0,'Swift Brown Steed','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14562,0,0,0,0,0,14373,0,0,0,'Swift Blue Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14563,0,0,0,0,0,14375,0,0,0,'Swift Red Mechanostrider','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,2,'',12340),
|
|
(14564,0,0,0,0,0,10700,0,0,0,'Terrordale Spirit',NULL,NULL,0,59,60,0,21,0,1.25,1.14286,1,0,104,138,0,252,1,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14564,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,134,180,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,118,1,8388624,0,'',12340),
|
|
(14565,0,0,0,0,0,14584,0,0,0,'Charger',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14566,0,0,0,0,0,14585,0,0,0,'Ancient Equine Spirit',NULL,NULL,0,60,60,0,35,2,1,1.38571,1,0,104,138,0,252,5,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14567,0,0,0,0,0,14668,0,0,0,'Derotain Mudsipper','The Thorium Brotherhood',NULL,0,52,52,0,1475,2,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14568,0,0,0,0,0,14590,0,0,0,'Darkreaver\'s Fallen Charger',NULL,NULL,0,60,60,0,35,2,1.15,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14581,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster',NULL,0,65,65,1,1074,130,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14601,0,0,0,0,0,6377,0,0,0,'Ebonroc',NULL,NULL,0,63,63,0,62,0,2,1.14286,1,3,181,253,0,268,35,1100,1600,1,0,2048,0,0,0,0,0,0,147,219,32,2,76,14601,0,14601,0,0,0,0,0,0,22539,23339,3391,23340,0,0,0,0,0,0,829381,1013688,'',1,3,1,300,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_ebonroc',12340),
|
|
(14602,0,0,0,0,0,14632,0,0,0,'Swift Stormsaber',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14603,0,0,0,0,0,14673,0,0,0,'Zapped Shore Strider',NULL,NULL,0,48,49,0,778,0,1.19,1.14286,1,0,83,110,0,200,1,1530,1683,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,126,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14604,0,0,0,0,0,14675,0,0,0,'Zapped Land Walker',NULL,NULL,0,48,49,0,778,0,1.2,1.14286,1,0,83,110,0,200,1,1510,1661,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,132,'',0,3,1,1.25,1,1,0,9589,9592,18956,0,0,0,0,1,0,0,'',12340),
|
|
(14605,0,0,0,0,0,12073,0,0,0,'Bone Construct',NULL,NULL,0,60,60,0,103,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,8355,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(14606,0,0,0,0,0,11686,0,0,0,'Drakonid Corpse Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(14621,0,0,0,0,0,14665,0,0,0,'Overseer Maltorius',NULL,NULL,0,50,50,0,754,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,14621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,18946,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14622,0,0,0,0,0,14669,14670,14671,14672,'Thorium Brotherhood Lookout','The Thorium Brotherhood',NULL,0,50,52,0,1475,0,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14623,0,0,0,0,0,10186,0,0,0,'Warsong Gulch Battlemaster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14624,0,0,0,0,0,14652,0,0,0,'Master Smith Burninate','The Thorium Brotherhood',NULL,5962,52,52,0,1475,4995,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14625,0,0,0,0,0,14653,0,0,0,'Overseer Oilfist','The Thorium Brotherhood',NULL,12293,60,60,0,1475,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14626,0,0,0,0,0,14654,0,0,0,'Taskmaster Scrange','The Thorium Brotherhood',NULL,5966,54,54,0,1475,3,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14627,0,0,0,0,0,14655,0,0,0,'Hansel Heavyhands','The Thorium Brotherhood',NULL,5963,53,53,0,1475,3,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,768,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14628,0,0,0,0,0,14656,0,0,0,'Evonice Sootsmoker','The Thorium Brotherhood',NULL,5942,51,51,0,1475,3,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14629,0,0,0,0,0,14657,0,0,0,'Loggerhead Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14630,0,0,0,0,0,14658,0,0,0,'Leatherback Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14631,0,0,0,0,0,14659,0,0,0,'Olive Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14632,0,0,0,0,0,14660,0,0,0,'Hawksbill Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14633,0,0,0,0,0,14661,0,0,0,'Albino Snapjaw','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14634,0,0,0,0,0,14662,0,0,0,'Lookout Captain Lolo Longstriker','The Thorium Brotherhood',NULL,5941,59,59,0,1475,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14635,0,0,0,0,0,7929,7930,7931,7932,'Sleepy Dark Iron Worker','',NULL,0,44,45,0,54,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14636,0,0,0,0,0,14663,0,0,0,'Chambermaid Pillaclencher','',NULL,0,49,49,0,754,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14637,0,0,0,0,0,14664,0,0,0,'Zorbin Fandazzle','',NULL,11361,40,40,0,35,131,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,32768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14638,0,0,0,0,0,14673,0,0,0,'Zapped Wave Strider',NULL,NULL,0,47,48,0,778,0,1.19,1.14286,1,0,81,108,0,196,1,1520,1672,1,0,2048,0,0,0,0,0,0,56,82,19,5,0,14638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14639,0,0,0,0,0,14673,0,0,0,'Zapped Deep Strider',NULL,NULL,0,47,49,0,778,0,1.19,1.14286,1,0,83,110,0,200,1,1520,1672,1,0,2048,0,0,0,0,0,0,57,84,19,5,0,14639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,114,'',0,3,1,1.25,1,1,0,18956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14640,0,0,0,0,0,14674,0,0,0,'Zapped Cliff Giant',NULL,NULL,0,49,50,0,778,0,1.2,1.14286,1,0,85,112,0,206,1,1510,1661,1,0,2048,0,0,0,0,0,0,58,86,20,5,0,14640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,133,'',0,3,1,1.25,1,1,0,9589,9592,18956,0,0,0,0,1,0,0,'',12340),
|
|
(14641,0,0,0,0,0,169,0,0,0,'[PH] Horde spell thrower','',NULL,0,1,1,0,83,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14642,0,0,0,0,0,169,0,0,0,'[PH] Alliance Spell thrower','',NULL,0,1,1,0,84,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14643,22600,0,0,0,0,12075,0,0,0,'[PH] Alliance Herald','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14644,22602,0,0,0,0,12080,0,0,0,'[PH] Horde Herald','',NULL,0,1,1,0,1335,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14645,0,0,0,0,0,8590,0,0,0,'Warsong Gulch Herald',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14646,0,0,0,0,0,11686,0,0,0,'Stratholme Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(14661,0,0,0,0,0,12149,0,0,0,'Stinglasher',NULL,NULL,0,47,47,0,310,0,1.1,1.14286,1,0,79,105,0,192,1,2000,2000,1,0,2048,0,0,0,0,0,0,54,80,18,10,0,14661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,18961,18962,0,0,0,0,0,1,0,0,'',12340),
|
|
(14662,0,0,0,0,0,4683,0,0,0,'Corrupted Fire Nova Totem V',NULL,NULL,0,52,52,0,103,0,1.21,1.14286,1,0,87,117,0,214,1,1490,1639,1,0,2048,0,0,0,0,0,0,61,90,21,11,0,0,0,0,0,0,0,0,0,0,11307,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14663,0,0,0,0,0,4588,0,0,0,'Corrupted Stoneskin Totem VI',NULL,NULL,0,54,54,0,103,0,1.22,1.14286,1,0,92,122,0,224,1,1470,1617,1,0,2048,0,0,0,0,0,0,63,93,22,11,0,0,0,0,0,0,0,0,0,0,10405,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14664,0,0,0,0,0,4587,0,0,0,'Corrupted Healing Stream Totem V',NULL,NULL,0,60,60,0,103,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14666,0,0,0,0,0,4590,0,0,0,'Corrupted Windfury Totem III',NULL,NULL,0,60,60,0,103,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14667,0,0,0,0,0,11686,0,0,0,'Corrupted Totem',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,0,2048,0,0,0,0,0,0,72,106,26,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14668,0,0,0,0,0,169,0,0,0,'Corrupted Infernal',NULL,NULL,0,60,60,0,954,0,1.25,1.14286,1,0,104,138,0,252,1,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,204,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(14681,0,0,0,0,0,26,487,160,441,'Transporter Malfunction','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14682,0,0,0,0,0,1061,0,0,0,'Sever',NULL,NULL,0,21,21,0,21,0,1,1.14286,1,1,31,40,0,74,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,21,30,4,6,0,14682,0,0,0,0,0,0,0,0,17745,16508,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14683,0,0,0,0,0,10729,0,0,0,'Baron Titus Rivendare','',NULL,0,60,60,0,21,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14684,0,0,0,0,0,7919,0,0,0,'Balzaphon',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14684,0,0,0,0,0,0,0,0,12096,37265,8398,32370,0,0,0,0,0,0,0,0,'',0,3,1,6,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14685,0,0,0,0,0,14693,0,0,0,'Morbus','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14686,0,0,0,0,0,10698,0,0,0,'Lady Falther\'ess',NULL,NULL,0,37,37,0,21,0,1.15,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,6,0,14686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14687,0,0,0,0,0,10553,0,0,0,'Soulless','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14688,0,0,0,0,0,27555,0,0,0,'Prince Sandoval','',NULL,0,80,80,2,14,0,2,2.14286,1,1,417,582,0,608,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,6,32,0,0,0,0,0,0,0,0,0,40602,37662,15087,7964,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,191,1,8388624,0,'',12340),
|
|
(14689,0,0,0,0,0,14253,0,0,0,'Mana Elemental','',NULL,0,59,60,0,834,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.000001,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14690,0,0,0,0,0,14695,0,0,0,'Revanchion',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14690,0,0,0,171,171,171,171,171,29849,30267,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,22224,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14691,0,0,0,0,0,14696,0,0,0,'Basalt','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,32647,23919,29574,28440,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(14692,0,0,0,0,0,14697,0,0,0,'Wollstonecraft','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,11876,15284,15588,41116,0,0,0,0,0,0,0,0,'',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14693,0,0,0,0,0,16197,0,0,0,'Scorn',NULL,NULL,0,34,34,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,8390928,0,'',12340),
|
|
(14694,0,0,0,0,0,14698,0,0,0,'Necrosis','',NULL,0,61,61,0,21,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14695,0,0,0,0,0,14699,0,0,0,'Lord Blackwood',NULL,NULL,0,60,60,0,21,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,14695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14696,0,0,0,0,0,14700,0,0,0,'Stitched Behemoth','',NULL,0,60,60,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14697,0,0,0,0,0,12819,0,0,0,'Lumbering Horror',NULL,NULL,0,71,71,0,1630,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,6,0,14697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14698,0,0,0,0,0,14703,0,0,0,'Silent Stalker','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,16380,8355,12540,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14699,0,0,0,0,0,14365,0,0,0,'Spectral Soldier UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14700,0,0,0,0,0,14366,0,0,0,'Unclean Spirit','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14701,0,0,0,0,0,14703,0,0,0,'Doom Wraith','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,19702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14702,0,0,0,0,0,984,0,0,0,'Wailing Widow','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,34322,16243,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14703,0,0,0,0,0,10751,0,0,0,'Death Siren','',NULL,0,56,57,0,21,0,1.2,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,29505,16243,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14704,0,0,0,0,0,14705,0,0,0,'Skittering Dread','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14705,0,0,0,0,0,11174,0,0,0,'Nerubian Webspinner','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14706,0,0,0,0,0,14706,0,0,0,'Skeletal Shocktrooper UNUSED','','',0,54,55,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14707,0,0,0,0,0,12074,0,0,0,'Bone Warder','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,30619,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14708,0,0,0,0,0,10974,14707,0,0,'Decaying Warrior','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(14709,0,0,0,0,0,10974,14707,0,0,'Blighted Dead','',NULL,0,54,55,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(14710,0,0,0,0,0,11396,0,0,0,'Dread Sorcerer','',NULL,0,55,56,0,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14711,0,0,0,0,0,10487,0,0,0,'Plagued Eater UNUSED','','',0,57,59,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14712,0,0,0,0,0,14708,0,0,0,'Midden Ghoul','',NULL,0,55,56,0,21,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14713,0,0,0,0,0,14709,0,0,0,'Putrid Flyer','',NULL,0,57,59,0,21,0,1.2,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(14714,0,0,0,0,0,14710,0,0,0,'Winged Horror','',NULL,0,56,57,0,21,0,1.2,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(14715,0,0,0,0,0,14712,14713,14714,14715,'Silverwing Elite',NULL,NULL,0,55,55,0,1514,0,1.05,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,15620,30619,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14717,0,0,0,0,0,14716,14718,14717,14719,'Horde Elite',NULL,NULL,0,65,65,1,1515,2,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14718,0,0,0,0,0,11857,11859,11858,11860,'Horde Laborer',NULL,NULL,0,26,27,0,1515,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,4096,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14719,22601,0,0,0,0,1891,0,0,0,'[PH] Alliance Tower Lieutenant','',NULL,0,1,1,0,84,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14720,0,0,0,0,0,14732,0,0,0,'High Overlord Saurfang',NULL,NULL,0,72,72,1,29,3,1.1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),
|
|
(14721,0,0,0,0,0,14733,0,0,0,'Field Marshal Afrasiabi',NULL,NULL,6028,62,62,0,12,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,749,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14722,0,0,0,0,0,14753,0,0,0,'Clavicus Knavingham','Alliance Cloth Quartermaster',NULL,6041,35,35,0,12,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14723,0,0,0,0,0,14754,0,0,0,'Mistina Steelshield','Alliance Cloth Quartermaster',NULL,6043,35,35,0,55,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14724,0,0,0,0,0,14752,0,0,0,'Bubulo Acerbus','Alliance Cloth Quartermaster',NULL,6042,35,35,0,875,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14725,0,0,0,0,0,14755,0,0,0,'Raedon Duskstriker','Alliance Cloth Quartermaster',NULL,6044,35,35,0,80,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14726,0,0,0,0,0,14757,0,0,0,'Rashona Straglash','Horde Cloth Quartermaster',NULL,6035,35,35,0,29,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14727,0,0,0,0,0,14759,0,0,0,'Vehena','Horde Cloth Quartermaster',NULL,6034,35,35,0,126,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14728,0,0,0,0,0,14758,0,0,0,'Rumstag Proudstrider','Horde Cloth Quartermaster',NULL,6037,35,35,0,104,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14729,0,0,0,0,0,14756,0,0,0,'Ralston Farnsley','Horde Cloth Quartermaster',NULL,6036,35,35,0,68,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14730,0,0,0,0,0,14762,14763,28260,28261,'Revantusk Watcher',NULL,NULL,0,65,65,1,1495,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14731,0,0,0,0,0,10714,0,0,0,'Lard','Innkeeper',NULL,6059,48,48,0,1494,66179,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,36864,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(14732,0,0,0,0,0,1141,0,0,0,'PvP CTF Credit Marker',NULL,NULL,0,60,60,0,35,0,1,0.71429,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(14733,0,0,0,0,0,14813,0,0,0,'Sentinel Farsong',NULL,NULL,6523,55,55,0,1514,3,1.05,1.14286,1,1,94,125,0,228,2.4,1000,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14734,0,0,0,0,0,28257,28258,28259,14767,'Revantusk Drummer',NULL,NULL,0,50,50,0,1494,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14735,0,0,0,0,0,251,0,0,0,'ggoodman\'s flag tester','',NULL,0,73,73,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14736,0,0,0,0,0,14768,0,0,0,'Primal Torntusk',NULL,NULL,0,60,60,0,1494,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14737,0,0,0,0,0,14769,0,0,0,'Smith Slagtree','Blacksmithing Supplies',NULL,6085,47,47,0,1494,4227,1,1.14286,1,0,79,105,0,192,1,2000,2000,1,36864,2048,0,0,0,0,0,0,54,80,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14738,0,0,0,0,0,28265,0,0,0,'Otho Moji\'ko','Cooking Supplies',NULL,6083,48,48,0,1494,131,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,36864,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14739,0,0,0,0,0,14771,0,0,0,'Mystic Yayo\'jin','Reagents',NULL,6086,48,48,0,1494,2179,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,32768,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,10892,6060,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14740,0,0,0,0,0,28264,0,0,0,'Katoom the Angler','Fishing Trainer & Supplies',NULL,6087,42,42,0,1494,211,1,1.14286,1,0,62,83,0,152,1,2000,2000,1,36864,2048,0,0,2,0,0,0,43,63,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14741,0,0,0,0,0,28263,0,0,0,'Huntsman Markhor','Stable Master',NULL,6088,45,45,0,1494,4194307,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,36864,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14742,0,0,0,0,0,14775,0,0,0,'Zap Farflinger','Unbalanced Engineer',NULL,6092,56,56,0,855,1,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,512,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),
|
|
(14743,0,0,0,0,0,14774,0,0,0,'Jhordy Lapforge','Engineer',NULL,6094,50,50,0,474,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),
|
|
(14744,0,0,0,0,0,14776,0,0,0,'Frostwolf Howler',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14745,0,0,0,0,0,14777,0,0,0,'Stormpike Battle Charger',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(14746,22603,0,0,0,0,12949,12950,12951,12952,'[PH] Horde Tower Lieutenant','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14748,0,0,0,0,0,28248,6513,0,0,'Vilebranch Kidnapper',NULL,NULL,0,49,49,0,795,0,1.1,1.14286,1,0,83,110,0,200,1,2000,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,14748,0,0,0,0,0,0,0,0,7160,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,19034,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(14750,0,0,0,0,0,15303,0,0,0,'Gurubashi Bat Rider',NULL,NULL,0,59,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,8,14750,0,14750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1418,1857,'SmartAI',1,1,1,10,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(14751,0,0,0,0,0,14782,0,0,0,'Frostwolf Battle Standard','',NULL,0,1,1,0,58,0,0.01,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23576,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14752,0,0,0,0,0,14783,0,0,0,'Stormpike Battle Standard','',NULL,0,1,1,0,58,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,23574,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14753,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer',NULL,0,55,55,0,1514,4226,1.05,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14754,0,0,0,0,0,14785,0,0,0,'Kelm Hargunth','Warsong Supply Officer',NULL,0,55,55,0,1515,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14755,0,0,0,0,0,14778,0,0,0,'Tiny Green Dragon','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14756,0,0,0,0,0,14779,0,0,0,'Tiny Red Dragon','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14757,0,0,0,0,0,28262,0,0,0,'Elder Torntusk',NULL,NULL,0,48,48,0,1494,3,1.1,1.14286,1,0,81,108,0,196,1,2000,2000,1,37376,2048,0,0,0,0,0,0,56,82,19,7,0,14757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14758,0,0,0,0,0,11686,0,0,0,'Zul\'Gurub Trigger',NULL,NULL,0,60,60,0,114,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(14761,0,0,0,0,0,7511,0,0,0,'Creeping Doom',NULL,NULL,0,60,60,0,90,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(14762,22542,31966,37285,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14763,22544,31968,37287,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14764,22561,32008,37327,0,0,14793,14795,14794,14796,'Icewing Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14765,22572,32086,37407,0,0,14793,14795,14794,14796,'Stonehearth Marshal',NULL,NULL,0,60,60,0,1534,0,1,1.14286,1,1,104,138,0,252,7.5,2000,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14766,22559,32006,37325,0,0,14793,14795,14794,14796,'Iceblood Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14767,22579,31908,37434,0,0,14793,14795,14794,14796,'Tower Point Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14768,22547,31971,37290,0,0,14793,14795,14794,14796,'East Frostwolf Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,14768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14769,22595,31903,37467,0,0,14793,14795,14794,14796,'West Frostwolf Marshal',NULL,NULL,0,60,60,0,1534,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14770,22543,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14771,22545,31969,37288,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14772,22548,31972,37291,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14773,22560,32007,37326,0,0,14797,14799,14798,14800,'Iceblood Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14774,22562,32009,37328,0,0,14797,14799,14798,14800,'Icewing Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14775,22573,32087,37408,0,0,14797,14799,14798,14800,'Stonehearth Warmaster',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,7904,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14776,22580,31909,37435,0,0,14797,14799,14798,14800,'Tower Point Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14777,22596,31829,37468,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster',NULL,NULL,0,60,60,0,1214,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_av_marshal_or_warmaster',12340),
|
|
(14781,0,0,0,0,0,14812,0,0,0,'Captain Shatterskull',NULL,NULL,6524,55,55,0,1515,3,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4160,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,5246,15496,31737,0,0,0,0,0,0,0,0,0,'',0,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14801,0,0,0,0,0,7899,1060,2193,5554,'Wild Polymorph Target','',NULL,0,3,3,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(14821,0,0,0,0,0,2571,0,0,0,'Razzashi Raptor',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,11,0,0,0,0,72,106,26,1,9,14821,0,14821,0,0,0,0,0,0,3391,24339,8599,0,0,0,0,0,13211,0,0,0,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14822,0,0,0,0,0,491,0,0,0,'Sayge','',NULL,6186,55,55,0,1555,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,768,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_sayge',12340),
|
|
(14823,0,0,0,0,0,14855,0,0,0,'Silas Darkmoon','',NULL,6182,61,61,0,1555,3,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14824,0,0,0,0,0,28050,0,0,0,'GGOODMAN','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14825,0,0,0,0,0,14981,14982,14983,14984,'Withered Mistress',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,6,8,14825,0,0,0,0,0,0,0,0,3391,24673,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14826,0,0,0,0,0,14391,0,0,0,'Sacrificed Troll',NULL,NULL,0,60,60,0,16,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,14826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(14827,0,0,0,0,0,536,0,0,0,'Burth',NULL,NULL,6184,60,60,0,1555,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14828,0,0,0,0,0,14854,0,0,0,'Gelvas Grimegate','Darkmoon Faire Ticket Redemption',NULL,6183,25,25,0,1555,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14829,0,0,0,0,0,14856,0,0,0,'Yebb Neblegear',NULL,NULL,6161,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14830,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(14831,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 63 Warrior','',NULL,0,63,63,0,7,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),
|
|
(14832,0,0,0,0,0,14876,0,0,0,'Kerri Hicks','The Strongest Woman Alive!',NULL,6223,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14833,0,0,0,0,0,14875,0,0,0,'Chronos','He Who Never Forgets!',NULL,6224,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14834,0,0,0,0,0,15295,0,0,0,'Hakkar','',NULL,0,63,63,0,28,0,1.32,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,14834,0,0,0,0,0,0,0,0,24324,24327,24328,0,0,0,0,0,0,0,450277,550338,'',1,1,1,270,100,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_hakkar',12340),
|
|
(14841,0,0,0,0,0,14877,0,0,0,'Rinling',NULL,NULL,6225,55,55,0,1555,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14842,0,0,0,0,0,14878,0,0,0,'Melnan Darkstone','Darkmoon Faire Barker',NULL,6213,30,30,0,1555,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14843,0,0,0,0,0,14879,0,0,0,'Kruban Darkblade','Darkmoon Faire Barker',NULL,6214,30,30,0,1555,3,1,1.14286,1,0,42,56,0,102,1,2000,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14844,0,0,0,0,0,14880,0,0,0,'Sylannia','Darkmoon Faire Drink Vendor',NULL,6230,35,35,0,1555,641,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14845,0,0,0,0,0,14881,0,0,0,'Stamp Thunderhorn','Darkmoon Faire Food Vendor',NULL,6234,35,35,0,1555,641,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14846,0,0,0,0,0,14882,0,0,0,'Lhara','Darkmoon Faire Exotic Goods',NULL,6233,35,35,0,1555,129,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14847,0,0,0,0,0,14883,0,0,0,'Professor Thaddeus Paleo','Darkmoon Faire Cards & Exotic Goods',NULL,6202,35,35,0,1555,131,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14848,22557,32003,37322,0,0,13069,0,0,0,'Herald',NULL,NULL,0,60,60,0,1334,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14849,0,0,0,0,0,14890,14912,14913,14914,'Darkmoon Faire Carnie',NULL,NULL,6201,25,25,0,1555,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14850,0,0,0,0,0,14589,0,0,0,'Gruk',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14851,0,0,0,0,0,14589,0,0,0,'Bog','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14852,0,0,0,0,0,14589,0,0,0,'Throk','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14853,0,0,0,0,0,14589,0,0,0,'Torg','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14854,0,0,0,0,0,14589,0,0,0,'Kall','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14855,0,0,0,0,0,14589,0,0,0,'Dagg','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14856,0,0,0,0,0,14589,0,0,0,'Mott','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14857,0,0,0,0,0,14589,0,0,0,'Erk',NULL,NULL,0,2,2,0,29,0,1,1,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14858,0,0,0,0,0,14589,0,0,0,'Progk','',NULL,0,1,1,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14859,0,0,0,0,0,14894,0,0,0,'Guard Taruc',NULL,NULL,0,40,40,0,85,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14860,0,0,0,0,0,14589,0,0,0,'Flik','',NULL,6231,4,4,0,1555,129,1,1,1,0,4,5,0,30,1,2000,2000,1,768,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14861,0,0,0,0,0,10925,0,0,0,'Blood Steward of Kirtonos',NULL,NULL,0,61,61,0,21,0,1,1.14286,1,1,152,210,0,244,3.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,3,0,14861,0,0,0,0,0,0,0,0,22371,12493,3609,4086,0,0,0,0,0,0,738,969,'SmartAI',1,3,1,6,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14862,0,0,0,0,0,15359,0,0,0,'Emissary Roman\'khan','',NULL,0,63,63,0,16,0,1.8,1.14286,1,3,164,228,0,249,35,780,900,2,0,2048,0,0,0,0,0,0,133,196,26,10,12,14862,0,0,0,0,0,0,0,0,23772,23774,23773,0,0,0,0,0,0,0,4055,4275,'',0,3,1,5,2,1,0,20465,0,0,0,0,0,210,1,617299803,1,'',12340),
|
|
(14864,0,0,0,0,0,14939,0,0,0,'Khaz Modan Ram',NULL,NULL,0,5,5,0,1555,0,1,2.57143,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),
|
|
(14865,0,0,0,0,0,14935,0,0,0,'Felinni',NULL,NULL,0,10,10,0,1555,0,1,1.14286,1,1,13,17,0,42,1.7,2000,2000,1,768,2048,0,2,0,0,0,0,9,13,100,1,0,0,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14866,0,0,0,0,0,14936,0,0,0,'Flik\'s Frog',NULL,NULL,6232,5,5,0,1555,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14867,0,0,0,0,0,14938,0,0,0,'Jubjub',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,512,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14868,0,0,0,0,0,14937,0,0,0,'Hornsley',NULL,NULL,0,8,8,0,1555,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,100,1,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14869,0,0,0,0,0,14940,14941,14942,0,'Pygmy Cockatrice',NULL,NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14870,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem TEST','',NULL,0,80,80,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14871,0,0,0,0,0,14943,0,0,0,'Morja',NULL,NULL,6227,12,12,0,1555,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14872,0,0,0,0,0,14589,0,0,0,'Trok',NULL,NULL,0,2,2,0,29,0,1,1,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,14872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14873,0,0,0,0,0,14616,0,0,0,'Okla',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14874,0,0,0,0,0,14616,0,0,0,'Karu',NULL,NULL,0,1,1,0,29,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,14874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14875,0,0,0,0,0,14993,0,0,0,'Molthor','Hand of Rastakhan',NULL,6235,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14876,0,0,0,0,0,14998,14999,15000,15001,'Zandalar Headshrinker',NULL,NULL,0,60,60,0,1574,0,1,1.14286,1,1,146,192,0,238,4.6,2000,1292,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14877,0,0,0,0,0,15102,0,0,0,'High Priest Venoxis Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14878,0,0,0,0,0,14938,0,0,0,'Jubling',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,12,0,0,0,100008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(14879,0,0,0,0,0,10186,0,0,0,'Arathi Basin Battlemaster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14880,0,0,0,0,0,15072,0,0,0,'Razzashi Skitterer',NULL,NULL,0,56,58,0,28,0,1.32,1.14286,1,1,100,132,0,242,7.5,800,2000,1,0,2048,0,3,0,0,0,0,69,101,25,1,8,14880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),
|
|
(14881,0,0,0,0,0,1160,2536,9829,14952,'Spider','',NULL,0,1,1,0,190,0,1,0.85714,1,0,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,745,744,6751,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(14882,0,0,0,0,0,14977,14978,14979,14980,'Atal\'ai Mistress',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,1000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,8,14882,0,0,0,0,0,0,0,0,3391,24673,0,0,0,0,0,0,0,0,779,1022,'SmartAI',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14883,0,0,0,0,0,14973,14974,14975,14976,'Voodoo Slave',NULL,NULL,0,60,60,0,28,0,1.32,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,101,167,24,7,8,14883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14884,0,0,0,0,0,15133,0,0,0,'Parasitic Serpent',NULL,NULL,0,1,1,0,14,0,1.69,1.14286,1,0,2,2,0,24,1,1008,1109,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,14884,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,84,1,0,0,'',12340),
|
|
(14885,0,0,0,0,0,15093,0,0,0,'Jonathan LeCraft','Designer Extraordinaire',NULL,0,60,65,0,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14886,0,0,0,0,0,328,0,0,0,'The Good Rabbit','',NULL,0,5,5,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14887,0,0,0,0,0,15364,0,0,0,'Ysondre',NULL,NULL,0,63,63,0,50,0,1.05,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14887,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69955,91358,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_ysondre',12340),
|
|
(14888,0,0,0,0,0,15365,0,0,0,'Lethon',NULL,NULL,0,63,63,0,50,0,1.8,1.14286,1,3,181,253,0,268,35,1075,1382,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14888,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,93578,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_lethon',12340),
|
|
(14889,0,0,0,0,0,15366,0,0,0,'Emeriss','',NULL,0,63,63,0,50,0,1.1,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,2,44,14889,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29155,38078,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_emeriss',12340),
|
|
(14890,0,0,0,0,0,15363,0,0,0,'Taerar',NULL,NULL,0,63,63,0,50,0,1.8,1.14286,1,3,181,253,0,268,35,1000,1300,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,14890,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71655,93578,'',0,3,1,250,25,1,0,0,0,0,0,0,0,169,1,617299803,0,'boss_taerar',12340),
|
|
(14892,0,0,0,0,0,10209,0,0,0,'Fang',NULL,NULL,0,1,1,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14893,0,0,0,0,0,14972,0,0,0,'Guard Kurall',NULL,NULL,0,40,40,0,85,0,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4096,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14894,0,0,0,0,0,14985,0,0,0,'Swarm of bees',NULL,NULL,0,1,1,0,29,0,1,0.857143,1,0,2,2,0,24,1,1500,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(14901,0,0,0,0,0,10038,0,0,0,'Peon',NULL,NULL,0,4,4,0,29,0,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,512,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14902,0,0,0,0,0,14994,0,0,0,'Jin\'rokh the Breaker',NULL,NULL,6321,60,60,0,1574,3,0.666668,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14903,0,0,0,0,0,14995,0,0,0,'Al\'tabim the All-Seeing',NULL,NULL,6322,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14904,0,0,0,0,0,14996,0,0,0,'Maywiki of Zuldazar',NULL,NULL,6341,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14905,0,0,0,0,0,14997,0,0,0,'Falthir the Sightless',NULL,NULL,21262,60,60,0,1574,3,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14906,0,0,0,0,0,149,0,0,0,'Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14908,0,0,0,0,0,14589,0,0,0,'Mogg',NULL,NULL,0,1,1,0,29,0,1.25,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14909,0,0,0,0,0,15002,0,0,0,'Pooka',NULL,NULL,0,15,15,0,29,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14910,0,0,0,0,0,15003,0,0,0,'Exzhal','Servitor of Rastakhan',NULL,6422,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14911,0,0,0,0,0,15004,0,0,0,'Zandalar Enforcer',NULL,NULL,0,60,60,0,1574,0,1,1.14286,1,1,146,192,0,238,4.6,2000,1292,2,32832,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14912,0,0,0,0,0,11221,0,0,0,'Captured Hakkari Zealot',NULL,NULL,0,60,60,0,1194,0,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,320,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14913,0,0,0,0,0,1600,0,0,0,'TEST DUDE','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14921,0,0,0,0,0,15012,0,0,0,'Rin\'wosho the Trader','Zandalar Supplies & Repair',NULL,6381,56,56,0,1574,4227,1.1,1.14286,1,1,96,127,0,234,2.4,2000,1246,1,32832,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14941,0,0,0,0,0,15191,0,0,0,'High Priestess Jeklik Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,3,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(14942,0,0,0,0,0,15033,0,0,0,'Kartra Bloodsnarl','Alterac Valley Battlemaster',NULL,6467,61,61,0,1214,1048577,1.1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14943,22556,32002,37321,0,0,11012,0,0,0,'Guse\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14944,22564,32023,37343,0,0,11012,0,0,0,'Jeztor\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14945,22566,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider',NULL,NULL,0,60,60,0,1214,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14946,22570,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14947,22563,32010,37329,0,0,1148,0,0,0,'Ichman\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14948,22593,32136,37464,0,0,1148,0,0,0,'Vipore\'s Gryphon',NULL,NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(14961,0,0,0,0,0,15094,0,0,0,'Mirvyna Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14962,0,0,0,0,0,15095,0,0,0,'Dillord Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14963,0,0,0,0,0,15096,0,0,0,'Gapp Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1.05,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14964,0,0,0,0,0,15097,0,0,0,'Hecht Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14965,0,0,0,0,0,14562,0,3956,0,'Frenzied Bloodseeker Bat',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,0,2048,0,24,0,0,0,0,72,106,26,1,9,14965,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12825,0,0,0,'',1,5,1,2,1,1,0,0,0,0,0,0,0,191,1,0,0,'npc_batrider',12340),
|
|
(14966,0,0,0,0,0,14792,0,0,0,'High Priest Thekal Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14967,0,0,0,0,0,15226,0,0,0,'High Priestess Mar\'li Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14968,0,0,0,0,0,15013,0,0,0,'High Priestess Arlokk Transform Visual','',NULL,0,60,60,0,28,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14981,0,0,0,0,0,15098,0,0,0,'Elfarran','Warsong Gulch Battlemaster',NULL,6460,61,61,0,1514,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14982,0,0,0,0,0,15100,0,0,0,'Lylandris','Warsong Gulch Battlemaster',NULL,6463,61,61,0,1514,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14983,0,0,0,0,0,15142,0,0,0,'Field Marshal Oslight',NULL,NULL,6323,62,62,0,1577,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,14983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14984,0,0,0,0,0,15143,0,0,0,'Sergeant Maclear',NULL,NULL,6324,62,62,0,1577,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14986,0,0,0,0,0,15233,0,0,0,'Shade of Jin\'do',NULL,NULL,0,60,60,0,28,0,1.95,1.14286,1,0,104,138,0,252,1,950,1100,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,14986,0,100003,0,0,0,0,0,0,24458,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,188,1,8388624,0,'npc_shade_of_jindo',12340),
|
|
(14987,0,0,0,0,0,15292,0,0,0,'Powerful Healing Ward',NULL,NULL,0,63,63,0,58,0,0.001,1.14286,1,0,181,253,0,268,1,1430,1573,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,14987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_healing_ward',12340),
|
|
(14988,0,0,0,0,0,15271,0,0,0,'Ohgan',NULL,NULL,0,60,60,0,28,0,1.18,1.14286,1,3,104,138,0,252,35,1200,1600,1,32832,2048,0,11,0,0,0,0,72,106,26,1,12,14988,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,30,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'npc_ohgan',12340),
|
|
(14989,0,0,0,0,0,11686,0,0,0,'Poisonous Cloud',NULL,NULL,0,60,60,0,14,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,6306,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(14990,0,0,0,0,0,15239,15240,15242,15242,'Defilers Emissary',NULL,NULL,6478,40,40,0,412,1048577,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,256,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14991,0,0,0,0,0,15251,15252,15253,15254,'League of Arathor Emissary',NULL,NULL,8458,40,40,0,1577,1048577,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33024,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(14994,0,0,0,0,0,13069,0,0,0,'Zandalarian Event Generator',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15001,0,0,0,0,0,1141,0,0,0,'PvP A-Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(15002,0,0,0,0,0,1141,0,0,0,'PvP Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(15003,0,0,0,0,0,1141,0,0,0,'PvP H-Mid Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(15004,0,0,0,0,0,1141,0,0,0,'PvP ALT-S Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(15005,0,0,0,0,0,1141,0,0,0,'PvP ALT-N Credit Marker',NULL,NULL,0,60,60,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,2,'',12340),
|
|
(15006,0,0,0,0,0,15112,0,0,0,'Deze Snowbane','Arathi Basin Battlemaster',NULL,6470,61,61,0,412,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15007,0,0,0,0,0,15113,0,0,0,'Sir Malory Wheeler','Arathi Basin Battlemaster',NULL,6475,61,61,0,412,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15008,0,0,0,0,0,15116,0,0,0,'Lady Hoteshem','Arathi Basin Battlemaster',NULL,6473,61,61,0,1577,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15009,0,0,0,0,0,14368,0,0,0,'Voodoo Spirit',NULL,NULL,0,60,60,0,28,0,1.27,1.14286,1,1,104,138,0,252,7.5,1666,1833,1,33587200,2048,0,0,0,0,0,0,72,106,26,7,8,0,0,0,0,0,0,0,0,0,24051,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),
|
|
(15010,0,0,0,0,0,14932,0,0,0,'Jungle Toad',NULL,NULL,0,1,1,0,190,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,4194304,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(15011,0,0,0,0,0,15134,0,0,0,'Wagner Hammerstrike',NULL,NULL,6343,55,55,0,55,131,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15012,0,0,0,0,0,15139,0,0,0,'Javnir Nashak',NULL,NULL,6342,55,55,0,29,131,1,1.14286,1,0,94,125,0,228,1,2000,1606,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15021,0,0,0,0,0,15140,0,0,0,'Deathmaster Dwire',NULL,NULL,6361,62,62,0,412,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15022,0,0,0,0,0,15141,0,0,0,'Deathstalker Mortis',NULL,NULL,6362,62,62,0,412,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15041,0,0,0,0,0,15136,0,0,0,'Spawn of Mar\'li',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,0,2048,0,3,0,0,0,0,72,106,26,1,9,15041,0,100003,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10518,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'npc_spawn_of_marli',12340),
|
|
(15042,0,0,0,0,0,15144,0,0,0,'Zanza the Restless',NULL,NULL,21258,60,60,0,1574,3,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15043,0,0,0,0,0,833,0,0,0,'Zulian Crocolisk',NULL,NULL,0,59,60,0,28,0,1.32,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,32832,2048,0,6,0,0,0,0,72,106,26,1,9,15043,0,15043,0,0,0,0,0,0,3604,13445,0,0,0,0,0,0,12924,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15045,0,0,0,0,0,15146,15147,15149,15148,'Arathi Farmer',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15046,0,0,0,0,0,15152,15154,15153,15155,'Forsaken Farmer',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15047,0,0,0,0,0,13069,0,0,0,'Gurubashi',NULL,NULL,0,1,1,0,28,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15061,0,0,0,0,0,2708,0,0,0,'Spirit of Jin\'do',NULL,NULL,0,1,1,0,474,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),
|
|
(15062,0,0,0,0,0,308,0,0,0,'Arathi Lumberjack',NULL,NULL,0,1,1,0,1577,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15063,0,0,0,0,0,15172,15173,15174,15175,'Arathi Blacksmith',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15064,0,0,0,0,0,15176,15177,15178,15179,'Forsaken Blacksmith',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15065,0,0,0,0,0,15204,0,0,0,'Lady',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15066,0,0,0,0,0,9990,0,0,0,'Cleo',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15067,0,0,0,0,0,14572,0,0,0,'Zulian Stalker',NULL,NULL,0,61,61,0,28,0,1.32,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,32832,2048,0,2,0,0,0,0,127,188,28,1,9,15067,0,10257,0,0,0,0,0,0,39669,0,0,0,0,0,0,0,8272,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15068,0,0,0,0,0,11029,0,0,0,'Zulian Guardian',NULL,NULL,0,63,63,0,28,0,1.24,1.14286,1,1,181,253,0,268,7.5,1440,1584,1,0,2048,0,2,0,0,0,0,147,219,32,1,9,15068,0,10257,0,0,0,0,0,0,24187,0,0,0,0,0,0,0,13376,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(15069,0,0,0,0,0,15294,0,0,0,'Heart of Hakkar',NULL,NULL,0,63,63,0,14,2,0.91,1.14286,1,0,181,253,0,268,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15070,0,0,0,0,0,15205,0,0,0,'Vinchaxa','Servitor of Zanza',NULL,0,60,60,0,1574,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15071,0,0,0,0,0,5556,0,0,0,'Underfoot',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15072,0,0,0,0,0,15181,0,0,0,'Spike',NULL,NULL,0,5,5,0,190,0,0.9,1,1,0,5,7,0,32,1,2000,2200,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15073,0,0,0,0,0,14501,0,0,0,'Pat\'s Hellfire Guy',NULL,NULL,0,60,60,0,114,0,0.91,1.14286,1,0,104,138,0,252,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15074,0,0,0,0,0,15183,15184,15185,15186,'Arathi Miner',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15075,0,0,0,0,0,15187,15188,15189,15190,'Forsaken Miner',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15076,0,0,0,0,0,15210,0,0,0,'Zandalarian Emissary',NULL,NULL,6519,55,55,0,1574,1,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,832,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15077,0,0,0,0,0,15235,0,0,0,'Riggle Bassbait','Fishmaster',NULL,6421,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_riggle_bassbait',12340),
|
|
(15078,0,0,0,0,0,15236,0,0,0,'Jang','Fishmaster Apprentice',NULL,6514,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15079,0,0,0,0,0,15200,0,0,0,'Fishbot 5000',NULL,NULL,6447,50,50,0,35,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(15080,0,0,0,0,0,15210,15212,15211,15213,'Servant of the Hand','Hand of Rastakhan',NULL,0,60,60,0,1574,1,1,1.14286,1,1,104,138,0,252,4.6,2000,1292,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15081,0,0,0,0,0,6690,0,0,0,'Gri\'lek [UNUSED]','',NULL,0,45,46,0,37,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15082,0,0,0,0,0,8390,0,0,0,'Gri\'lek',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,181,253,0,268,35,1600,1800,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,15082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_grilek',12340),
|
|
(15083,0,0,0,0,0,15267,0,0,0,'Hazza\'rah',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,164,228,0,249,35,1300,1600,2,0,2048,0,0,0,0,0,0,133,196,26,6,76,15083,0,0,0,0,0,0,0,0,24664,24684,34685,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_hazzarah',12340),
|
|
(15084,0,0,0,0,0,15268,0,0,0,'Renataki',NULL,NULL,0,63,63,0,37,0,1.82,1.14286,1,3,181,253,0,268,35,1108,1219,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,15084,0,0,0,0,0,0,0,0,3391,24767,38863,41476,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,157,1,617299803,1,'boss_renataki',12340),
|
|
(15085,0,0,0,0,0,15269,0,0,0,'Wushoolay',NULL,NULL,0,63,63,0,37,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,6,76,15085,0,0,0,0,0,0,0,0,24680,24682,24683,0,0,0,0,0,0,0,0,0,'',0,3,1,110,12,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_wushoolay',12340),
|
|
(15086,0,0,0,0,0,15192,15193,15194,15195,'Arathi Stablehand',NULL,NULL,0,1,1,0,1577,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15087,0,0,0,0,0,15196,15197,15198,15199,'Forsaken Stablehand',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15088,0,0,0,0,0,15201,15202,15203,0,'Booty Bay Elite',NULL,NULL,0,71,71,0,121,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,16856,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15089,0,0,0,0,0,15206,15208,15207,15209,'Forsaken Lumberjack',NULL,NULL,0,1,1,0,412,0,1,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15090,0,0,0,0,0,15289,0,0,0,'Swift Razzashi Raptor','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15091,0,0,0,0,0,11686,0,0,0,'Zul\'Gurub Panther Trigger',NULL,NULL,0,60,60,0,114,0,1.32,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15101,0,0,0,0,0,613,0,0,0,'Zulian Prowler',NULL,NULL,0,60,60,0,28,0,1.24,1.14286,1,0,104,138,0,252,1,1440,1584,1,32768,2048,0,2,0,0,0,0,72,106,26,1,9,15101,0,10257,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,8272,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulian_prowler',12340),
|
|
(15102,0,0,0,0,0,15255,15256,15257,15258,'Silverwing Emissary',NULL,NULL,6510,22,23,0,1642,1048577,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,33024,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15103,22656,32092,37413,0,0,15259,15388,15260,15262,'Stormpike Emissary',NULL,NULL,6500,55,55,0,1217,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15104,0,0,0,0,0,15290,0,0,0,'Swift Zulian Tiger','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15105,0,0,0,0,0,15247,15248,15249,15250,'Warsong Emissary',NULL,NULL,6492,30,30,0,1641,1048577,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,256,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15106,22647,31979,37298,0,0,15243,15244,15245,15246,'Frostwolf Emissary',NULL,NULL,6484,55,55,0,1215,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15107,0,0,0,0,0,229,2325,237,238,'Arathi Horse',NULL,NULL,0,1,1,0,1577,0,1,0.85714,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(15108,0,0,0,0,0,10671,10672,10670,0,'Forsaken Horse',NULL,NULL,0,1,1,0,412,0,1,1.38571,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15109,0,0,0,0,0,15214,0,0,0,'Primal Blessing Visual','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15110,0,0,0,0,0,15263,15264,15265,15266,'Gurubashi Prisoner','',NULL,0,60,60,0,37,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15111,0,0,0,0,0,568,1015,6811,12345,'Mad Servant',NULL,NULL,0,61,61,0,37,0,1.32,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,3,8,15111,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,611,802,'SmartAI',1,1,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15112,0,0,0,0,0,15291,0,0,0,'Brain Wash Totem',NULL,NULL,0,63,63,0,58,0,0.001,1.14286,1,0,181,253,0,268,1,1410,1551,1,0,2048,0,0,0,0,0,0,147,219,32,11,0,15112,0,0,0,0,0,0,0,0,24178,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15113,0,0,0,0,0,15222,15223,15224,15225,'Honored Hero',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15114,0,0,0,0,0,15288,0,0,0,'Gahz\'ranka',NULL,NULL,0,63,63,0,107,0,2.28,1.14286,1,3,181,253,0,268,35,1100,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15114,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,2,1,0,0,0,0,0,0,0,150,1,617299803,1,'boss_gahzranka',12340),
|
|
(15115,0,0,0,0,0,15228,15229,15230,15232,'Honored Ancestor',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15116,0,0,0,0,0,15237,0,0,0,'Grinkle','Fishing Promoter',NULL,6476,50,50,0,29,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15117,0,0,0,0,0,14560,0,0,0,'Chained Spirit',NULL,NULL,0,60,60,0,35,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,512,2048,0,0,0,0,0,0,72,106,26,6,0,15117,0,0,0,0,0,0,0,0,24341,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(15118,0,0,0,0,0,15234,0,0,0,'Master Angler Form',NULL,NULL,0,38,40,0,1878,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,2,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15119,0,0,0,0,0,15238,0,0,0,'Barrus','Fishing Promoter',NULL,6513,50,50,0,55,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15121,0,0,0,0,0,11397,0,0,0,'Skeletal Magelord','',NULL,0,51,51,0,21,0,1.2,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,6,0,0,0,0,0,0,0,0,0,0,20792,11969,17650,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,14619,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15122,0,0,0,0,0,15288,0,0,0,'Gahz\'ranka Dead',NULL,NULL,0,63,63,0,107,0,1.27,1.14286,1,1,2,2,0,24,7.5,1666,1833,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,2,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(15123,0,0,0,0,0,15093,0,0,0,'Kris Zierhut','Designer Extraordinaire',NULL,0,70,70,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15124,0,0,0,0,0,15278,0,0,0,'Targot Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15125,0,0,0,0,0,15279,0,0,0,'Kosco Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,642,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15126,0,0,0,0,0,15276,0,0,0,'Rutherford Twing','Defilers Supply Officer',NULL,0,55,55,0,1598,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15127,0,0,0,0,0,15277,0,0,0,'Samuel Hawke','League of Arathor Supply Officer',NULL,0,55,55,0,1599,4226,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15128,0,0,0,0,0,15284,15285,15286,15287,'Defiler Elite',NULL,NULL,0,55,55,0,412,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15130,0,0,0,0,0,15280,15282,15281,15283,'League of Arathor Elite',NULL,NULL,0,55,55,0,1577,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15131,0,0,0,0,0,14773,0,0,0,'Qeeju','Stable Master',NULL,9821,45,45,0,29,4194305,1.05,1.14286,1,0,76,100,0,184,1,2000,2000,1,36864,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(15133,0,0,0,0,0,2467,0,0,0,'Killable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15134,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 70','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.725,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15135,0,0,0,0,0,15293,0,0,0,'Chromatic Drake Mount','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15136,0,0,0,0,0,4034,4035,0,0,'Hammerfall Elite',NULL,NULL,0,65,65,1,85,0,1,1.14286,1,0,200,281,0,278,1,2000,1584,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15137,0,0,0,0,0,790,0,0,0,'Menethil Elite',NULL,NULL,0,65,65,1,57,0,1.05,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15138,0,0,0,0,0,4342,0,0,0,'Silverpine Elite',NULL,NULL,0,65,65,1,71,0,1.23,1.14286,1,0,200,281,0,278,1,1460,1606,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15139,22554,31997,37316,0,0,11686,0,0,0,'Gahz\'ranka Herald','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15140,0,0,0,0,0,15294,0,0,0,'Pat\'s Splash Guy',NULL,NULL,0,60,60,0,114,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15141,0,0,0,0,0,9510,0,0,0,'Portal of Madness',NULL,NULL,0,1,1,0,14,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15142,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 60','',NULL,0,60,60,1,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15143,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 63','',NULL,0,63,63,1,7,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15144,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 65','',NULL,0,65,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15145,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 67','',NULL,0,67,67,1,7,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15146,0,0,0,0,0,14428,0,0,0,'Mad Voidwalker',NULL,NULL,0,60,60,0,90,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,15146,0,0,0,0,0,0,0,0,24614,24616,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,131073,64,'',12340),
|
|
(15151,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 55','',NULL,0,55,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15152,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 56','',NULL,0,56,56,0,7,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15153,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 57','',NULL,0,57,57,0,7,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15154,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 58','',NULL,0,58,58,1,7,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2333,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15155,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 59','',NULL,0,59,59,1,7,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.2667,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15156,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 61','',NULL,0,61,61,1,7,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15157,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 62','',NULL,0,62,62,1,7,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15158,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 64','',NULL,0,64,64,1,7,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15159,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 66','',NULL,0,66,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15160,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 68','',NULL,0,68,68,1,7,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15161,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 69','',NULL,0,69,69,1,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15162,0,0,0,0,0,10343,0,0,0,'Scarlet Inquisitor',NULL,NULL,0,61,61,0,67,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,15162,0,0,0,0,0,0,0,0,20294,0,0,0,0,0,0,0,0,0,500,658,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15163,0,0,0,0,0,15301,15296,15297,5240,'Nightmare Illusion',NULL,NULL,0,63,63,0,37,0,1.26,1.14286,1,0,181,253,0,268,1,1410,1551,1,0,2048,0,0,0,0,0,0,147,219,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(15164,0,0,0,0,0,11686,0,0,0,'Mulgore Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15165,0,0,0,0,0,15300,0,0,0,'Haughty Modiste','Fashion Designer',NULL,0,51,51,0,474,131,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,0,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15166,0,0,0,0,0,3974,0,0,0,'Luis Barriga','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15167,0,0,0,0,0,4279,0,0,0,'[PH] Luis Test NPC','',NULL,0,45,45,0,471,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15168,0,0,0,0,0,13096,0,0,0,'Vile Scarab','',NULL,0,55,55,0,15,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,15168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15169,0,0,0,0,0,15308,0,0,0,'Ralo\'shan the Eternal Watcher',NULL,NULL,6588,60,60,0,994,1,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15170,0,0,0,0,0,15309,0,0,0,'Rutgar Glyphshaper',NULL,NULL,6534,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_rutgar_and_frankal',12340),
|
|
(15171,0,0,0,0,0,15310,0,0,0,'Frankal Stonebridge',NULL,NULL,6533,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_rutgar_and_frankal',12340),
|
|
(15172,0,0,0,0,0,15302,0,0,0,'Glibb','Brann Bronzebeard\'s Pet Monkey',NULL,0,62,62,0,35,0,1.1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15173,0,0,0,0,0,2467,0,0,0,'Outlands Test Dummy Warrior 54','',NULL,0,54,54,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15174,0,0,0,0,0,15312,0,0,0,'Calandrath','Innkeeper',NULL,6525,54,54,0,994,66435,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15175,0,0,0,0,0,15319,0,0,0,'Khur Hornstriker','Reagents',NULL,6526,57,57,0,994,3203,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15176,0,0,0,0,0,15318,0,0,0,'Vargus','Blacksmith',NULL,6527,57,57,0,994,4227,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15177,0,0,0,0,0,15313,0,0,0,'Cloud Skydancer','Hippogryph Master',NULL,6563,65,65,0,80,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15178,0,0,0,0,0,15314,0,0,0,'Runk Windtamer','Wind Rider Master',NULL,6562,65,65,0,104,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15179,0,0,0,0,0,15317,0,0,0,'Mishta','Trade Supplies',NULL,6528,58,58,0,994,131,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15180,0,0,0,0,0,15311,0,0,0,'Baristolth of the Shifting Sands',NULL,NULL,6529,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15181,0,0,0,0,0,15315,0,0,0,'Commander Mar\'alith',NULL,NULL,6530,62,62,0,994,3,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15182,0,0,0,0,0,15320,0,0,0,'Vish Kozus','Captain of the Guard',NULL,6531,61,61,0,994,3,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15183,0,0,0,0,0,15316,0,0,0,'Geologist Larksbane',NULL,NULL,6532,60,60,0,994,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15184,0,0,0,0,0,15304,15305,15306,15307,'Cenarion Hold Infantry',NULL,NULL,0,70,70,0,1254,0,1,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,30223,27620,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,32768,'',12340),
|
|
(15185,0,0,0,0,0,6370,0,0,0,'Brood of Nozdormu',NULL,NULL,0,62,62,0,776,0,1,2.57143,1,1,172,240,0,262,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),
|
|
(15186,0,0,0,0,0,15369,0,0,0,'Murky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15187,0,0,0,0,0,15321,0,0,0,'Cenarion Emissary Jademoon',NULL,NULL,12129,55,55,0,994,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15188,0,0,0,0,0,15322,0,0,0,'Cenarion Emissary Blackhoof',NULL,NULL,12125,55,55,0,994,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15189,0,0,0,0,0,15323,0,0,0,'Beetix Ficklespragg',NULL,NULL,0,56,57,0,35,2,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15190,0,0,0,0,0,15324,0,0,0,'Noggle Ficklespragg',NULL,NULL,6544,55,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15191,0,0,0,0,0,15353,0,0,0,'Windcaller Proudhorn',NULL,NULL,6541,55,57,0,994,3,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15192,0,0,0,0,0,2719,0,0,0,'Anachronos',NULL,NULL,6539,63,63,0,776,3,1,2.14286,1,3,164,228,0,249,35,2000,2000,2,512,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,600,100,1,0,0,0,0,0,0,0,188,1,617299803,2,'',12340),
|
|
(15193,0,0,0,0,0,28213,0,0,0,'The Banshee Queen',NULL,NULL,0,63,63,0,68,0,1.3,1.14286,1,1,164,228,0,249,35,1666,1833,2,0,2048,0,0,0,0,0,0,133,196,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(15194,0,0,0,0,0,15326,0,0,0,'Hermit Ortell',NULL,NULL,6596,56,58,0,35,3,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15195,0,0,0,0,0,10699,0,0,0,'Wickerman Guardian',NULL,NULL,0,60,60,0,71,0,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15196,0,0,0,0,0,15327,0,0,0,'Deathclasp',NULL,NULL,0,59,59,0,14,0,1.1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,1,0,15196,0,15196,0,0,0,0,0,0,3609,18670,3609,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,20385,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15197,0,0,0,0,0,15349,0,0,0,'Darkcaller Yanka',NULL,NULL,0,60,60,0,68,130,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15198,0,0,0,0,0,11686,0,0,0,'Blackwing','',NULL,0,54,54,0,35,128,1.25,1.14286,1,0,92,122,0,224,1,1480,1573,1,0,2048,0,0,0,0,0,0,63,93,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,650,20,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(15199,0,0,0,0,0,15350,0,0,0,'Sergeant Hartman',NULL,NULL,0,60,60,0,12,130,1.76,1.14286,1,1,104,138,0,252,7.5,1175,1292,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15200,0,0,0,0,0,15328,0,0,0,'Twilight Keeper Mayna','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,15200,15200,0,0,0,0,0,0,0,22884,17165,15654,0,0,0,0,0,0,0,0,0,'',0,3,1,1.45,1,1,0,20394,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15201,0,0,0,0,0,2896,2897,2895,0,'Twilight Flamereaver',NULL,NULL,0,60,60,0,16,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,15201,15201,0,0,0,0,0,0,0,9276,0,0,0,0,0,0,0,0,0,135,181,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15202,0,0,0,0,0,15411,0,0,0,'Vyral the Vile','Twilight\'s Hammer',NULL,0,61,61,0,16,0,1.1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,15202,0,0,0,0,0,0,0,0,17439,19816,0,0,0,0,0,0,0,0,121,163,'',0,3,1,1.35,1,1,0,20466,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15203,0,0,0,0,0,12002,0,0,0,'Prince Skaldrenox','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,800,1000,1,0,2048,0,0,0,0,0,0,147,219,32,7,12,15203,0,0,0,0,0,0,0,0,33061,15128,15284,0,0,0,0,0,0,0,35105,45848,'',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),
|
|
(15204,0,0,0,0,0,7691,0,0,0,'High Marshal Whirlaxis','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1108,1219,1,0,2048,0,0,0,0,0,0,147,219,32,1,12,15204,0,100003,0,0,0,0,0,0,15797,15507,25060,0,0,0,0,0,0,0,35105,45848,'',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),
|
|
(15205,0,0,0,0,0,12814,0,0,0,'Baron Kazum','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1200,1400,1,0,2048,0,0,0,0,0,0,147,219,32,5,12,15205,0,0,0,0,0,0,0,0,25056,19129,17547,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,199,1,617299803,1,'',12340),
|
|
(15206,0,0,0,0,0,12030,0,0,0,'The Duke of Cynders','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,160,223,0,246,7.5,1133,1246,2,0,2048,0,0,0,0,0,0,129,191,26,7,8,15206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,21989,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15207,0,0,0,0,0,62,0,0,0,'The Duke of Fathoms','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15207,0,0,0,0,0,0,0,0,3417,7992,16790,10101,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15208,0,0,0,0,0,3216,0,0,0,'The Duke of Shards','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,5,8,15208,0,0,0,0,0,0,0,0,6524,15588,13446,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15209,0,0,0,0,0,1204,0,0,0,'Crimson Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15209,0,0,0,0,0,0,0,0,9853,10414,32959,29922,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15210,0,0,0,0,0,1204,0,0,0,'Vulculon UNUSED','Abyssal Council','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15211,0,0,0,0,0,110,0,0,0,'Azure Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.77,1.14286,1,0,146,192,0,238,1,1166,1283,2,0,2048,0,0,0,0,0,0,101,167,24,4,0,15211,0,0,0,0,0,0,0,0,6131,10473,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15212,0,0,0,0,0,8716,0,0,0,'Hoary Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15213,0,0,0,0,0,15407,15408,15409,15410,'Twilight Overlord','Twilight\'s Hammer',NULL,0,60,61,0,16,0,1.1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,15213,15213,0,0,0,0,0,0,0,12058,12674,13339,9672,0,0,0,0,0,0,122,165,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15214,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15215,0,0,0,0,0,15330,0,0,0,'Mistress Natalia Mar\'alith','High Priestess of C\'Thun',NULL,0,62,62,0,310,0,1.1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15216,0,0,0,0,0,15331,0,0,0,'Male Ghost','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15217,0,0,0,0,0,15332,0,0,0,'Female Ghost','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15218,0,0,0,0,0,21955,11686,0,0,'Faire Cannon Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15219,0,0,0,0,0,6296,5556,10992,11009,'Trick - Critter','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15220,0,0,0,0,0,7569,0,0,0,'The Duke of Zephyrs','Abyssal Council',NULL,0,62,62,0,14,0,1.81,1.14286,1,1,172,240,0,262,7.5,1133,1246,1,0,2048,0,0,0,0,0,0,139,207,30,1,8,15220,0,100003,0,0,0,0,0,0,12882,44417,25189,12549,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15221,0,0,0,0,0,13069,0,0,0,'Frankal Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15222,0,0,0,0,0,1126,13069,0,0,'Rutgar Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15223,0,0,0,0,0,12002,0,0,0,'[PH] [UNUSED] Lord Inquisitor Opalezzix','Abyssal Council','',0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15224,0,0,0,0,0,11686,0,0,0,'Dream Fog',NULL,NULL,0,63,63,0,14,0,1.27,1.14286,1,3,181,253,0,268,35,1666,1833,1,33554434,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,617299803,0,'npc_dream_fog',12340),
|
|
(15226,0,0,0,0,0,12153,0,0,0,'[UNUSED] Vekniss Builder','','',0,60,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15227,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Hiveshaper','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15228,0,0,0,0,0,15333,0,0,0,'[UNUSED] Vekniss Wellborer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15229,0,0,0,0,0,15434,0,0,0,'Vekniss Soldier','',NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,1667,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15229,0,0,0,0,0,0,0,0,1906,40504,25801,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,26,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15230,0,0,0,0,0,15334,0,0,0,'Vekniss Warrior','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,127,188,28,1,65545,15230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15231,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Patroller','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15232,0,0,0,0,0,15334,0,0,0,'[UNUSED] Vekniss Eradicator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15233,0,0,0,0,0,14521,0,0,0,'Vekniss Guardian','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,127,188,28,1,65545,15233,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15234,0,0,0,0,0,14522,0,0,0,'[UNUSED] Vekniss Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15235,0,0,0,0,0,15338,0,0,0,'Vekniss Stinger','',NULL,0,62,62,0,310,0,2.4,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,20,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15236,0,0,0,0,0,15335,0,0,0,'Vekniss Wasp','',NULL,0,60,60,0,310,0,2.4,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,10,8,15236,0,0,0,0,0,0,0,0,26077,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,10,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15237,0,0,0,0,0,15335,0,0,0,'[UNUSED] Vekniss Wrathstinger','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15238,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Reaver','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15239,0,0,0,0,0,15336,0,0,0,'[UNUSED] Vekniss Hive Lurker','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15240,0,0,0,0,0,15533,0,0,0,'Vekniss Hive Crawler','',NULL,0,62,62,0,310,0,2,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15240,0,0,0,0,0,0,0,0,25809,25810,26601,25051,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(15241,0,0,0,0,0,17202,0,0,0,'Gryphon Rider Guard',NULL,NULL,0,70,70,0,1802,0,1,2.85714,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15242,0,0,0,0,0,15303,0,0,0,'Bat Rider Guard',NULL,NULL,0,70,70,1,85,0,2.8,2.57143,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,214,1,0,2,'',12340),
|
|
(15243,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15244,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Hive Raider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15245,0,0,0,0,0,15338,0,0,0,'[UNUSED] Vekniss Waspguard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15246,0,0,0,0,0,15740,0,0,0,'Qiraji Mindslayer','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15246,0,0,0,0,0,0,0,0,26079,26049,26048,26044,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15247,0,0,0,0,0,15360,0,0,0,'Qiraji Brainwasher','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15247,0,0,0,0,0,0,0,0,26079,26046,26044,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15248,0,0,0,0,0,1064,0,0,0,'[UNUSED] Qiraji Soulbender','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15249,0,0,0,0,0,15465,0,0,0,'Qiraji Lasher','',NULL,0,61,61,0,310,0,2.4,1.14286,1,1,159,221,0,258,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15249,0,0,0,0,0,0,0,0,26027,26038,26686,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,30,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15250,0,0,0,0,0,15354,0,0,0,'Qiraji Slayer','',NULL,0,61,61,0,310,0,2.8,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,120,179,25,10,8,15250,0,0,0,0,0,0,0,0,26043,26041,10101,15589,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),
|
|
(15251,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Slaymaster','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15252,0,0,0,0,0,15340,0,0,0,'Qiraji Champion','',NULL,0,63,63,0,310,0,1.6,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,8,15252,0,0,0,0,0,0,0,0,40504,19134,11130,25164,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15253,0,0,0,0,0,1063,0,0,0,'[UNUSED] Qiraji Champion','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15254,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Captain','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15255,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Officer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15256,0,0,0,0,0,15339,0,0,0,'[UNUSED] Qiraji Commander','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15257,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Honor Guard','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15258,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Praetor','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15259,0,0,0,0,0,15340,0,0,0,'[UNUSED] Qiraji Imperator','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15260,0,0,0,0,0,11242,15403,15341,15342,'Demented Druid Spirit',NULL,NULL,0,60,60,0,16,0,1.26,1.14286,1,0,146,192,0,238,1,1410,1551,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15261,0,0,0,0,0,1825,0,0,0,'Spirit Shade',NULL,NULL,0,60,60,0,16,0,1.26,1.14286,1,0,104,138,0,252,1,1410,1551,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_spirit_shade',12340),
|
|
(15262,0,0,0,0,0,15346,0,0,0,'Obsidian Eradicator','',NULL,0,60,60,0,310,0,2.4,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,101,167,24,10,8,15262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,70,10,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15263,0,0,0,0,0,15345,0,0,0,'The Prophet Skeram','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,15263,0,0,0,0,0,0,0,0,26192,26194,0,0,0,0,0,0,0,0,504000,609840,'',0,3,1,175,150,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_skeram',12340),
|
|
(15264,0,0,0,0,0,15347,0,0,0,'Anubisath Sentinel','',NULL,0,61,61,0,310,0,1.6,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,10,1,0,0,0,0,0,0,0,167,1,0,0,'npc_anubisath_sentinel',12340),
|
|
(15270,0,0,0,0,0,15371,0,0,0,'Huum Wildmane',NULL,NULL,6564,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15271,0,0,0,0,0,15484,0,0,0,'Tender',NULL,NULL,0,2,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,15271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15273,0,0,0,0,0,15438,0,0,0,'Arcane Wraith',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,0,2048,0,0,0,0,0,0,2,3,100,4,0,15273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,20934,0,0,0,0,100,1,0,0,'',12340),
|
|
(15274,0,0,0,0,0,16217,0,0,0,'Mana Wyrm',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,100,1,0,15274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15275,0,0,0,0,0,15761,0,0,0,'Emperor Vek\'nilash','',NULL,0,63,63,0,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15275,0,0,0,0,0,0,0,0,26613,26007,7393,27680,0,0,0,0,0,0,0,0,'',0,3,1,650,180,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_veknilash',12340),
|
|
(15276,0,0,0,0,0,15778,0,0,0,'Emperor Vek\'lor','',NULL,0,63,63,0,16,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,10,76,15276,0,0,0,0,0,0,0,0,26607,26006,568,7393,0,0,0,0,0,0,720000,880000,'',0,3,1,650,180,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_veklor',12340),
|
|
(15277,0,0,0,0,0,15351,0,0,0,'Anubisath Defender','',NULL,0,62,62,0,310,0,1.6,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,15277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,150,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),
|
|
(15278,0,0,0,0,0,15516,0,0,0,'Magistrix Erona',NULL,NULL,11902,5,5,0,1604,3,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15279,0,0,0,0,0,15522,0,0,0,'Julia Sunstriker','Mage Trainer',NULL,6648,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,8,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15280,0,0,0,0,0,15521,0,0,0,'Jesthenis Sunstriker','Paladin Trainer',NULL,6647,5,5,0,1604,51,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,2,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15281,0,0,0,0,0,15515,0,0,0,'Lanthan Perilon',NULL,NULL,6570,5,5,0,1604,3,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4608,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15282,0,0,0,0,0,15372,0,0,0,'Aurel Goldleaf',NULL,NULL,6567,60,60,0,994,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15283,0,0,0,0,0,15524,0,0,0,'Summoner Teli\'Larien','Warlock Trainer',NULL,6628,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,9,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15284,0,0,0,0,0,15518,0,0,0,'Matron Arena','Priest Trainer',NULL,6649,5,5,0,1604,51,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,5,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15285,0,0,0,0,0,15519,0,0,0,'Pathstalker Kariel','Rogue Trainer',NULL,6650,5,5,0,1604,51,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,4,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15286,0,0,0,0,0,15355,0,0,0,'Xil\'xix','Hive\'Regal Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,41,0,0,0,0,139,207,30,1,65537,15286,0,15286,0,0,0,0,0,0,19471,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(15287,0,0,0,0,0,15527,0,0,0,'Shara Sunwing','General Supplies',NULL,0,5,5,0,1604,384,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15288,0,0,0,0,0,15356,0,0,0,'Aluntir','Hive\'Ashi Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,15288,0,15288,0,0,0,0,0,0,16636,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(15289,0,0,0,0,0,15526,0,0,0,'Raelis Dawnstar','Weaponsmith',NULL,0,5,5,0,1604,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15290,0,0,0,0,0,15357,0,0,0,'Arakis','Hive\'Zora Overlord',NULL,0,62,62,0,310,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,15290,0,15290,0,0,0,0,0,0,16636,10909,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(15291,0,0,0,0,0,15529,0,0,0,'Jainthess Thelryn','Cloth & Leather Merchant',NULL,0,5,6,0,1604,4224,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15292,0,0,0,0,0,15510,0,0,0,'Faraden Thelryn','Armorsmith',NULL,0,5,5,0,1604,4224,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15293,0,0,0,0,0,15358,0,0,0,'Aendel Windspear',NULL,NULL,6568,60,60,0,994,129,1.1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15294,0,0,0,0,0,15485,0,0,0,'Feral Tender',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,3,0,26,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,100,4,0,15294,0,0,0,0,0,0,0,0,31325,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15295,0,0,0,0,0,15517,0,0,0,'Well Watcher Solanian',NULL,NULL,6569,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4864,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15296,0,0,0,0,0,15532,0,0,0,'Arcanist Ithanas',NULL,NULL,0,6,6,0,1604,3,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15297,0,0,0,0,0,15528,0,0,0,'Arcanist Helion',NULL,NULL,0,6,6,0,1604,3,1,1.14286,1,0,5,5,0,15,1,1500,2000,8,4864,2048,0,0,0,0,0,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15298,0,0,0,0,0,15406,0,0,0,'Tainted Arcane Wraith',NULL,NULL,0,4,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,0,2048,0,0,0,0,0,0,2,3,100,4,0,15298,0,0,0,0,0,0,0,0,25603,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,20482,20935,0,0,0,0,100,1,0,0,'',12340),
|
|
(15299,0,0,0,0,0,15686,0,0,0,'Viscidus','',NULL,0,63,63,0,14,0,2.5,1.14286,1,3,181,253,0,268,35,1750,1750,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15299,0,0,0,0,0,0,0,0,25991,25993,0,0,0,0,0,0,0,0,630000,770000,'',0,3,1,600,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_viscidus',12340),
|
|
(15300,0,0,0,0,0,15362,0,0,0,'Vekniss Drone','',NULL,0,60,60,0,310,0,2.4,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15301,0,0,0,0,0,15514,0,0,0,'Outrunner Alarion',NULL,NULL,6573,5,5,0,1604,3,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4608,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15302,0,0,0,0,0,15367,0,0,0,'Shade of Taerar',NULL,NULL,0,63,63,0,50,0,1.3,1.14286,1,3,181,253,0,268,35,1666,1833,1,0,2048,0,0,0,0,0,0,147,219,32,2,44,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,169,1,617299803,1,'',12340),
|
|
(15303,0,0,0,0,0,15368,0,0,0,'Maxima Blastenheimer','Darkmoon Faire Cannoneer',NULL,6575,35,35,0,1555,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15304,0,0,0,0,0,4587,0,0,0,'Ancient Mana Spring Totem',NULL,NULL,0,1,80,0,58,0,0.01,1.14286,1,0,422,586,0,642,1,2000,2200,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,24853,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15305,0,0,0,0,0,800,0,0,0,'Lord Skwol','Abyssal High Council',NULL,0,63,63,0,14,0,1.82,1.14286,1,3,181,253,0,268,35,1200,1500,1,0,2048,0,0,0,0,0,0,147,219,32,10,12,15305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),
|
|
(15306,0,0,0,0,0,15370,0,0,0,'Bor Wildmane',NULL,NULL,6583,56,58,0,635,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15307,0,0,0,0,0,14511,0,0,0,'Earthen Templar','Abyssal Council',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,15307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15308,0,0,0,0,0,15373,0,0,0,'Twilight Prophet','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,61,90,25,7,0,15308,15308,0,0,0,0,0,0,0,15531,15305,22884,17366,0,0,0,0,0,0,0,0,'',0,3,1,3.45,2,1,0,20803,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15309,0,0,0,0,0,14616,0,0,0,'Spoops','',NULL,0,1,1,0,29,131,0.91,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15310,0,0,0,0,0,338,0,0,0,'Jesper',NULL,NULL,0,1,1,0,12,2,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15311,0,0,0,0,0,15351,0,0,0,'Anubisath Warder','',NULL,0,63,63,0,310,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,90,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(15312,0,0,0,0,0,15346,0,0,0,'Obsidian Nullifier','',NULL,0,61,61,0,310,0,1.5,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,10,8,15312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,21,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15313,0,0,0,0,0,15374,0,0,0,'Moonkin (Druid - Night Elf)','',NULL,0,12,13,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15314,0,0,0,0,0,15375,0,0,0,'Moonkin (Druid - Tauren)','',NULL,0,12,13,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15315,0,0,0,0,0,15377,0,0,0,'Mylini Frostmoon','Weapon Merchant',NULL,0,55,55,0,80,4224,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,512,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15316,0,0,0,0,0,9354,0,0,0,'Qiraji Scarab','',NULL,0,60,60,0,311,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,100003,0,0,0,0,0,0,26050,6016,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15317,0,0,0,0,0,9749,0,0,0,'Qiraji Scorpion',NULL,NULL,0,60,60,0,311,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,26050,6016,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15318,0,0,0,0,0,12153,0,0,0,'Hive\'Zara Drone','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,856,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15319,0,0,0,0,0,15483,0,0,0,'Hive\'Zara Collector','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15319,0,15319,0,0,0,0,0,0,3589,12252,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15320,0,0,0,0,0,15439,0,0,0,'Hive\'Zara Soldier','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,41,0,0,0,0,127,188,28,1,65545,15320,0,15320,0,0,0,0,0,0,25497,22857,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15322,0,0,0,0,0,11099,0,0,0,'[UNUSED] Hive\'Zara Ambusher','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15323,0,0,0,0,0,11084,0,0,0,'Hive\'Zara Sandstalker','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,800,1650,1,0,2048,0,41,0,0,0,0,127,188,28,1,65545,15323,0,15323,0,0,0,0,0,0,26381,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15324,0,0,0,0,0,15741,0,0,0,'Qiraji Gladiator',NULL,NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15324,0,0,0,0,0,0,0,0,5568,10966,25164,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15325,0,0,0,0,0,11142,0,0,0,'Hive\'Zara Wasp','',NULL,0,61,61,0,310,0,2.4,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15325,0,15325,0,0,0,0,0,0,25185,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15326,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Swarmer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15327,0,0,0,0,0,9229,0,0,0,'Hive\'Zara Stinger','',NULL,0,61,61,0,310,0,2.4,1.71429,1,1,159,221,0,258,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15327,0,15327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15328,0,0,0,0,0,15381,0,0,0,'Darkmoon Steam Tonk',NULL,NULL,0,1,1,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,24933,0,0,27746,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'npc_steam_tonk',12340),
|
|
(15329,0,0,0,0,0,12152,0,0,0,'[UNUSED] Hive\'Zara Scout','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15330,0,0,0,0,0,15379,0,0,0,'[UNUSED] Sand Borer','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15331,0,0,0,0,0,15379,0,0,0,'[UNUSED] Dune Tunneler','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15332,0,0,0,0,0,13509,0,0,0,'[UNUSED] Crystal Feeder','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15333,0,0,0,0,0,13509,0,0,0,'Silicate Feeder','',NULL,0,55,55,0,7,0,1,1.14286,1,0,94,125,0,228,1,2000,1650,1,0,2048,0,0,0,0,0,0,65,95,23,1,8,15333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15334,0,0,0,0,0,15948,0,0,0,'Giant Eye Tentacle','',NULL,0,60,60,0,370,0,0.97,1.14286,1,1,104,138,0,252,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1757,2299,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_giant_eye_tentacle',12340),
|
|
(15335,0,0,0,0,0,15463,0,0,0,'Flesh Hunter','',NULL,0,62,62,0,148,0,2.4,1.71429,1,1,172,240,0,262,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15335,0,0,0,0,0,0,0,0,25424,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15336,0,0,0,0,0,15336,0,0,0,'Hive\'Zara Tail Lasher','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15336,0,15336,0,0,0,0,0,0,25645,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15337,0,0,0,0,0,15380,0,0,0,'[UNUSED] Sand Mold','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15338,0,0,0,0,0,15343,0,0,0,'Obsidian Destroyer','',NULL,0,61,61,0,14,0,1,1.71429,1,1,152,210,0,244,7.5,2000,1500,2,0,2048,0,0,0,0,0,0,120,179,25,4,8,15338,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15339,0,0,0,0,0,15432,0,0,0,'Ossirian the Unscarred','',NULL,0,63,63,0,16,0,1,1.14286,1,3,181,253,0,268,35,1800,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15339,0,0,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,740454,963110,'',0,3,1,150,50,1,0,0,0,0,0,0,0,121,1,617299803,1,'boss_ossirian',12340),
|
|
(15340,0,0,0,0,0,15392,0,0,0,'Moam','',NULL,0,63,63,0,16,0,2.3,1.14286,1,3,164,228,0,249,35,1500,1800,2,0,2048,0,0,0,0,0,0,133,196,26,10,76,15340,0,0,0,0,0,0,0,0,25672,15550,25685,0,0,0,0,0,0,0,564999,690554,'',0,3,1,130,10,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_moam',12340),
|
|
(15341,0,0,0,0,0,15376,0,0,0,'General Rajaxx','',NULL,0,63,63,0,310,0,1,2.14286,1,3,181,253,0,268,35,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364999,446110,'',0,3,1,125,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_rajaxx',12340),
|
|
(15342,0,0,0,0,0,11914,0,0,0,'[UNUSED] Sphinx','','',0,61,61,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15343,0,0,0,0,0,15465,0,0,0,'Qiraji Swarmguard','',NULL,0,61,61,0,310,0,2.8,2.28571,1,1,159,221,0,258,7.5,1500,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,15343,0,0,0,0,0,0,0,0,25174,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),
|
|
(15344,0,0,0,0,0,15354,0,0,0,'Swarmguard Needler','',NULL,0,61,61,0,310,0,2.8,2.28571,1,1,159,221,0,258,7.5,1300,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,653,858,'',0,3,1,4,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),
|
|
(15345,0,0,0,0,0,15354,0,0,0,'[UNUSED] Daughter of Hecate','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),
|
|
(15346,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasprider','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15347,0,0,0,0,0,15338,0,0,0,'[UNUSED] Qiraji Wasplord','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15348,0,0,0,0,0,15742,0,0,0,'Kurinnaxx','',NULL,0,63,63,0,310,0,1,2.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364950,446062,'',0,3,1,100,10,1,0,22217,0,0,0,0,0,188,1,617299803,1,'boss_kurinnaxx',12340),
|
|
(15349,0,0,0,0,0,17192,0,0,0,'RC Blimp <PH>','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(15350,0,0,0,0,0,15387,0,0,0,'Horde Warbringer',NULL,NULL,6598,80,80,2,1074,131,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15351,0,0,0,0,0,27154,0,0,0,'Alliance Brigadier General',NULL,NULL,6597,80,80,2,534,131,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,320,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15352,0,0,0,0,0,14511,0,0,0,'Greater Earth Elemental','',NULL,0,66,66,1,14,0,1.55556,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,36213,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_shaman_earth_elemental',12340),
|
|
(15353,0,0,0,0,0,15390,0,0,0,'Katrina Shimmerstar','Hallow\'s End Treats',NULL,0,30,30,0,875,130,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15354,0,0,0,0,0,15391,0,0,0,'Rachelle Gothena','Hallow\'s End Treats',NULL,0,30,30,0,68,128,1.08,1.14286,1,0,42,56,0,102,1,1710,1881,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15355,0,0,0,0,0,15347,0,0,0,'Anubisath Guardian','',NULL,0,62,62,0,14,0,1,1.71429,1,1,172,240,0,262,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15356,0,0,0,0,0,15393,0,0,0,'Blue Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15357,0,0,0,0,0,15397,0,0,0,'Purple Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15358,0,0,0,0,0,15398,0,0,0,'Lurky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15359,0,0,0,0,0,15396,0,0,0,'Pink Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15360,0,0,0,0,0,15394,0,0,0,'Green Baby Murloc','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15361,0,0,0,0,0,15395,0,0,0,'Murki','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15362,0,0,0,0,0,15399,0,0,0,'Malfurion Stormrage',NULL,NULL,0,63,63,0,994,2,1.27,1.14286,1,3,164,228,0,249,35,1666,1833,2,0,2048,0,0,0,0,0,0,133,196,26,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(15363,0,0,0,0,0,4587,0,0,0,'Spirit Totem',NULL,NULL,0,35,35,0,58,0,1,1,1,0,49,64,0,118,1,1660,1826,1,0,2048,0,0,0,0,0,0,33,49,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15364,0,0,0,0,0,15382,0,0,0,'RC Mortar Tank <PH>','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(15366,0,0,0,0,0,15507,0,0,0,'Springpaw Cub',NULL,NULL,0,1,1,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,100,1,1,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13342,0,0,0,'',1,1,1,1,1,1,0,20797,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15367,0,0,0,0,0,15513,0,0,0,'Felendren the Banished',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,15367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,9,'SmartAI',1,3,1,1,1,1,0,20799,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15368,0,0,0,0,0,15402,0,0,0,'Tonk Mine',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,131076,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(15369,0,0,0,0,0,15431,0,0,0,'Ayamiss the Hunter','',NULL,0,63,63,0,16,0,2.4,2.14286,1,3,181,253,0,268,35,1200,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344999,421666,'',0,3,1,100,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_ayamiss',12340),
|
|
(15370,0,0,0,0,0,15654,0,0,0,'Buru the Gorger','',NULL,0,63,63,0,16,0,1.2,0.42857,1,3,164,228,0,249,35,2500,1800,2,0,2048,0,0,0,0,0,0,133,196,26,10,76,15370,0,0,0,0,0,0,0,0,20512,96,1557,25640,0,0,0,0,0,0,365625,446875,'',0,3,1,250,180,1,0,0,0,0,0,0,0,76,1,617299803,1,'boss_buru',12340),
|
|
(15371,0,0,0,0,0,15511,0,0,0,'Sunstrider Guardian',NULL,NULL,0,65,65,1,1604,0,1,1.14286,1,0,186,260,0,262,1,1500,2000,2,4608,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15372,0,0,0,0,0,15506,0,0,0,'Springpaw Lynx',NULL,NULL,0,2,3,0,189,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,2,100,1,1,15372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13343,0,0,0,'',1,1,1,1,1,1,0,20797,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15373,0,0,0,0,0,3494,7113,4873,0,'Halloween Pirate Captain','',NULL,0,48,48,0,119,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15374,0,0,0,0,0,3494,0,0,0,'Halloween Undead Pirate','',NULL,0,30,30,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15375,0,0,0,0,0,6948,6956,6945,6951,'Halloween Pirate Female','',NULL,0,44,45,0,230,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15376,0,0,0,0,0,10478,10479,0,0,'Halloween Male Ghost','',NULL,0,56,57,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15377,0,0,0,0,0,10481,10480,0,0,'Halloween Female Ghost','',NULL,0,56,57,0,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15378,0,0,0,0,0,15420,0,0,0,'Merithra of the Dream','',NULL,6795,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),
|
|
(15379,0,0,0,0,0,15419,0,0,0,'Caelestrasz','',NULL,6794,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),
|
|
(15380,0,0,0,0,0,15418,0,0,0,'Arygos','',NULL,6793,63,63,0,35,3,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,176,1,617299803,3,'',12340),
|
|
(15381,0,0,0,0,0,15415,0,0,0,'Anachronos the Ancient','',NULL,0,63,63,0,35,0,2,1.14286,1,3,164,228,0,249,35,1000,1400,2,0,2048,0,0,0,0,0,0,133,196,26,2,4,0,0,100001,0,0,0,0,0,0,0,13704,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,2,'npc_anachronos_the_ancient',12340),
|
|
(15382,0,0,0,0,0,15421,0,0,0,'Fandral Staghelm',NULL,NULL,0,63,63,0,35,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(15383,0,0,0,0,0,15441,0,0,0,'Sergeant Stonebrow','Copper Bar Collector',NULL,0,56,56,0,55,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15384,0,0,0,0,0,18783,11686,0,0,'OLDWorld Trigger (DO NOT DELETE)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,2.4,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(15385,0,0,0,0,0,15738,0,0,0,'Colonel Zerran','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15385,0,0,0,0,0,0,0,0,40504,24317,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15386,0,0,0,0,0,15738,0,0,0,'Major Yeggeth','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15386,0,0,0,0,0,0,0,0,40504,24317,25282,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15387,0,0,0,0,0,15437,0,0,0,'Qiraji Warrior','',NULL,0,61,61,0,310,0,1,1.71429,1,1,159,221,0,258,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15387,0,0,0,0,0,0,0,0,8599,15588,10966,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15388,0,0,0,0,0,15738,0,0,0,'Major Pakkon','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15388,0,0,0,0,0,0,0,0,40504,24317,25322,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15389,0,0,0,0,0,15738,0,0,0,'Captain Drenn','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15389,0,0,0,0,0,0,0,0,40504,24317,26550,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15390,0,0,0,0,0,15738,0,0,0,'Captain Xurrem','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15390,0,0,0,0,0,0,0,0,40504,24317,25425,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15391,0,0,0,0,0,15738,0,0,0,'Captain Qeez','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15391,0,0,0,0,0,0,0,0,40504,24317,5246,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15392,0,0,0,0,0,15738,0,0,0,'Captain Tuubid','',NULL,0,63,63,0,310,0,1,1.71429,1,1,181,253,0,268,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,72,15392,0,0,0,0,0,0,0,0,40504,24317,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15393,0,0,0,0,0,15340,0,0,0,'[UNUSED] Ruins Qiraji Gladiator Named 7','','',0,61,61,0,310,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15394,0,0,0,0,0,15416,0,0,0,'Hero of the Horde','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,2,'',12340),
|
|
(15395,0,0,0,0,0,5851,0,0,0,'Nafien',NULL,NULL,6800,55,55,0,35,3,0.666668,0.992063,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15397,0,0,0,0,0,15924,0,0,0,'Marniel Amberlight','Innkeeper',NULL,7324,5,5,0,1604,66435,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15398,0,0,0,0,0,15908,0,0,0,'Larianna Riverwind','',NULL,7255,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15399,0,0,0,0,0,15911,0,0,0,'Lieutenant Dawnrunner','Farstriders',NULL,7344,30,30,0,1604,3,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15400,0,0,0,0,0,15907,0,0,0,'Arathel Sunforge','Blacksmithing Trainer',NULL,7256,15,15,0,1604,4307,1,1.14286,1,0,16,22,0,22,1,1500,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15401,0,0,0,0,0,15910,0,0,0,'Ley-Keeper Velania',NULL,NULL,7325,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15402,0,0,0,0,0,15930,0,0,0,'Apprentice Mirveda',NULL,NULL,0,9,9,0,1604,2,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15403,0,0,0,0,0,15906,0,0,0,'Aeldon Sunbrand','Captain of the Blood Hawks',NULL,6940,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15404,0,0,0,0,0,15915,0,0,0,'Velendris Whitemorn','',NULL,7196,12,12,0,1604,3,1.125,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15405,0,0,0,0,0,15909,0,0,0,'Ley-Keeper Caidanis',NULL,NULL,7234,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15406,0,0,0,0,0,15424,0,0,0,'Ven\'jashi','',NULL,0,10,10,0,1604,2,1.1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15407,0,0,0,0,0,16426,0,0,0,'Chieftain Zul\'Marosh',NULL,NULL,0,11,11,0,1643,0,0.666668,0.857143,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,15407,15407,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,20760,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15408,0,0,0,0,0,16425,0,0,0,'Spearcrafter Otembe',NULL,NULL,0,10,10,0,1643,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,15408,15408,0,0,0,0,0,0,0,3148,0,0,0,0,0,0,0,0,0,10,17,'SmartAI',1,3,1,1,1,1,0,20759,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15409,0,0,0,0,0,5849,0,0,0,'Old Whitebark',NULL,NULL,0,10,10,0,16,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,15409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15410,0,0,0,0,0,15500,0,0,0,'Anachronos Dragon Form','',NULL,0,60,60,0,35,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(15411,0,0,0,0,0,15413,0,0,0,'Arygos Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(15412,0,0,0,0,0,15414,0,0,0,'Caelestrasz Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,15412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(15413,0,0,0,0,0,15412,0,0,0,'Merithra Dragon Form','',NULL,0,60,60,0,495,0,1.2,1.14286,1,3,146,192,0,238,35,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,30,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(15414,0,0,0,0,0,15495,15496,15497,15498,'Qiraji Wasp',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,15414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_qiraj_war_spawn',12340),
|
|
(15415,0,0,0,0,0,7804,0,0,0,'Southshore Stink Bomb Counter',NULL,NULL,0,1,1,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,15415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15416,0,0,0,0,0,15913,0,0,0,'Ranger Jaela',NULL,NULL,7141,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,15416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15417,0,0,0,0,0,15914,0,0,0,'Velan Brightoak',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15418,0,0,0,0,0,15912,0,0,0,'Magister Jaronis',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15419,0,0,0,0,0,15425,0,0,0,'Kania','Enchanting Supplies',NULL,0,54,54,0,994,128,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15420,0,0,0,0,0,15426,0,0,0,'Prospector Anvilward',NULL,NULL,21310,7,7,0,35,1,1,1.14286,1,0,9,12,0,36,1,1500,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,'SmartAI',1,3,1,1.25,1,1,0,20764,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15421,0,0,0,0,0,15487,15488,15489,15490,'Qiraji Drone',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(15422,0,0,0,0,0,15491,15492,15493,15494,'Qiraji Tank',NULL,NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.4,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_qiraj_war_spawn',12340),
|
|
(15423,0,0,0,0,0,15427,15428,15429,15430,'Kaldorei Infantry',NULL,NULL,0,58,60,0,250,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_qiraj_war_spawn',12340),
|
|
(15424,0,0,0,0,0,15499,0,0,0,'Anubisath Conqueror',NULL,NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_qiraj_war_spawn',12340),
|
|
(15425,0,0,0,0,0,169,0,0,0,'Debug Point','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15426,0,0,0,0,0,15294,0,0,0,'Ahn\'Qiraj Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15427,0,0,0,0,0,11686,0,0,0,'Merithra\'s Wake','',NULL,0,63,63,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,617299803,1,'',12340),
|
|
(15428,0,0,0,0,0,14501,0,0,0,'Sand Vortex','',NULL,0,60,60,0,114,0,1.6,0.57143,1,0,104,138,0,252,1,4000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,2,'',12340),
|
|
(15429,0,0,0,0,0,15436,0,0,0,'Disgusting Oozeling','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,25163,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15430,0,0,0,0,0,4588,0,0,0,'Earth Elemental Totem','',NULL,0,1,80,0,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,33663,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15431,0,0,0,0,0,15442,0,0,0,'Corporal Carnes','Iron Bar Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15432,0,0,0,0,0,15443,0,0,0,'Dame Twinbraid','Thorium Bar Collector',NULL,0,60,60,0,55,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15433,0,0,0,0,0,15530,0,0,0,'Innkeeper Delaniel','Innkeeper',NULL,6620,30,30,0,1604,66179,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15434,0,0,0,0,0,15445,0,0,0,'Private Draxlegauge','Stranglekelp Collector',NULL,0,56,56,0,875,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15435,0,0,0,0,0,15444,0,0,0,'Ironforge Brigade Mortarman','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15436,0,0,0,0,0,15446,0,0,0,'Mortar Sergeant Stouthammer','',NULL,0,60,60,0,232,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15437,0,0,0,0,0,15447,0,0,0,'Master Nightsong','Purple Lotus Collector',NULL,0,58,58,0,80,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15438,0,0,0,0,0,1204,0,0,0,'Greater Fire Elemental','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,2,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,57984,12470,13376,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_shaman_fire_elemental',12340),
|
|
(15439,0,0,0,0,0,4589,0,0,0,'Fire Elemental Totem','',NULL,0,1,80,0,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,32982,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15440,0,0,0,0,0,15448,0,0,0,'Captain Blackanvil','Ironforge Brigade Captain',NULL,0,60,60,0,1611,3,1.3,1.14286,1,1,104,138,0,252,7.5,1250,1400,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,3815,25262,31718,20066,0,0,0,0,0,0,0,0,'',0,3,1,8.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15441,0,0,0,0,0,15566,0,0,0,'Ironforge Brigade Rifleman','',NULL,0,60,60,0,1611,0,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15442,0,0,0,0,0,15565,0,0,0,'Ironforge Brigade Footman','',NULL,0,60,60,0,1611,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15443,0,0,0,0,0,15564,0,0,0,'Janela Stouthammer',NULL,NULL,6623,60,60,0,1611,3,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,101,167,24,7,0,15443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15444,0,0,0,0,0,5377,0,0,0,'Arcanist Nozzlespring',NULL,NULL,0,60,60,0,1611,2,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,25346,18105,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15445,0,0,0,0,0,15449,0,0,0,'Sergeant Major Germaine','Arthas\' Tears Collector',NULL,0,60,60,0,12,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15446,0,0,0,0,0,15450,0,0,0,'Bonnie Stoneflayer','Light Leather Collector',NULL,0,56,56,0,55,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15447,0,0,0,0,0,4590,0,0,0,'Wrath of Air Totem','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,2895,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15448,0,0,0,0,0,15451,0,0,0,'Private Porter','Medium Leather Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15449,0,0,0,0,0,15452,0,0,0,'Hive\'Zora Abomination',NULL,NULL,0,60,60,0,1395,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,10,0,15449,0,0,0,0,0,0,0,0,25189,25198,25262,25260,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(15450,0,0,0,0,0,15453,0,0,0,'Marta Finespindle','Thick Leather Collector',NULL,0,60,60,0,875,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15451,0,0,0,0,0,15454,0,0,0,'Sentinel Silversky','Linen Bandage Collector',NULL,0,56,56,0,80,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15452,0,0,0,0,0,15455,0,0,0,'Nurse Stonefield','Silk Bandage Collector',NULL,0,58,58,0,12,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15453,0,0,0,0,0,15456,0,0,0,'Keeper Moonshade','Runecloth Bandage Collector',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15454,0,0,0,0,0,1126,13069,0,0,'Anachronos Quest Trigger Invisible',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_anachronos_quest_trigger',12340),
|
|
(15455,0,0,0,0,0,15457,0,0,0,'Slicky Gastronome','Rainbow Fin Albacore Collector',NULL,0,56,56,0,875,3,1.1,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15456,0,0,0,0,0,15458,0,0,0,'Sarah Sadwhistle','Roast Raptor Collector',NULL,0,58,58,0,875,3,1.1,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15457,0,0,0,0,0,15459,0,0,0,'Huntress Swiftriver','Spotted Yellowtail Collector',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15458,0,0,0,0,0,15460,0,0,0,'Commander Stronghammer','Alliance Ambassador',NULL,0,60,60,0,35,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15459,0,0,0,0,0,15461,0,0,0,'Miner Cromwell','Copper Bar Collector',NULL,0,56,56,0,68,2,1.25,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15460,0,0,0,0,0,15462,0,0,0,'Grunt Maug','Tin Bar Collector',NULL,0,58,58,0,29,2,1.25,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15461,0,0,0,0,0,12151,0,0,0,'Shrieker Scarab','',NULL,0,60,60,0,310,0,1,1.71429,1,1,104,138,0,252,7.5,2000,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,15461,0,0,0,0,0,0,0,0,22886,26379,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15462,0,0,0,0,0,15464,0,0,0,'Spitting Scarab','',NULL,0,60,60,0,310,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,15462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15463,0,0,0,0,0,4590,0,0,0,'Grace of Air Totem III','','',0,60,70,0,58,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15464,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem V',NULL,NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25362,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15465,0,0,0,0,0,2575,0,0,0,'World Jewelcrafting Trainer','Jewelcrafting Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15466,0,0,0,0,0,15878,0,0,0,'Minion of Omen','',NULL,0,59,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15467,0,0,0,0,0,15879,0,0,0,'Omen','',NULL,0,83,83,2,14,0,1.2,1.14286,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,3,44,15467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,25,1,0,0,0,0,0,0,0,0,0,617299803,0,'npc_omen',12340),
|
|
(15468,0,0,0,0,0,7804,0,0,0,'Sunstrider Mana Tap Counter',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15469,0,0,0,0,0,15466,0,0,0,'Senior Sergeant T\'kelah','Mithril Bar Collector',NULL,0,60,60,0,126,2,1.25,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15470,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VII','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25506,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15471,0,0,0,0,0,15688,0,0,0,'Lieutenant General Andorov','',NULL,7048,61,61,0,1608,129,1,1.14286,1,1,152,210,0,244,7.5,2000,1650,2,4096,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15472,0,0,0,0,0,9595,0,0,0,'[UNUSED] Deep Ooze','','',0,62,62,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,65,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15473,0,0,0,0,0,15689,15690,15691,15692,'Kaldorei Elite','',NULL,0,60,60,0,1608,0,1,1.14286,1,1,104,138,0,252,7.5,2700,1650,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15474,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25507,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15475,0,0,0,0,0,7511,8971,15467,15468,'Beetle',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(15476,0,0,0,0,0,5905,15469,15470,15471,'Scorpion',NULL,NULL,0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(15477,0,0,0,0,0,15472,0,0,0,'Herbalist Proudfeather','Peacebloom Collector',NULL,0,56,56,0,104,2,1.71,1.14286,1,1,96,127,0,234,7.5,1231,1451,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15478,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VII','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25513,55278,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15479,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25527,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15480,0,0,0,0,0,4589,0,0,0,'Searing Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25530,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15481,0,0,0,0,0,15473,0,0,0,'Spirit of Azuregos','',NULL,21276,63,63,0,7,3,1.1,1.14286,1,3,181,253,0,268,35,2000,2000,1,832,2048,0,0,0,0,0,0,147,219,32,2,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,275,25,1,0,0,0,0,0,0,0,169,1,617299803,2,'',12340),
|
|
(15482,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VI','',NULL,0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15483,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VII','','',0,1,1,0,58,0,1,1,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,11,0,0,0,0,0,0,0,0,0,0,46551,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15484,0,0,0,0,0,4589,0,0,0,'Magma Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25551,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15485,0,0,0,0,0,4589,0,0,0,'Flametongue Totem V','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,52113,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15486,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem IV','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25559,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15487,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem IV','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25562,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15488,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VI','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25566,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15489,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25569,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15490,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem IV','',NULL,0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,25573,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15491,0,0,0,0,0,15474,0,0,0,'Eranikus, Tyrant of the Dream','',NULL,0,63,63,0,16,0,2,1.14286,1,3,181,253,0,268,35,1000,1300,1,0,2048,0,0,0,0,0,0,147,219,32,2,8,0,0,100001,0,0,0,0,0,0,9591,24818,24839,22878,0,0,0,0,0,0,0,0,'SmartAI',0,6,1,800,200,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),
|
|
(15492,0,0,0,0,0,4590,0,0,0,'Windwall Totem IV','',NULL,0,1,1,0,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15493,0,0,0,0,0,15525,0,0,0,'Marsilla Dawnstar',NULL,NULL,0,5,5,0,1604,2,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15494,0,0,0,0,0,15523,0,0,0,'Yasmine Teli\'Larien','',NULL,0,5,5,0,1604,0,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,4864,2048,0,0,0,0,3,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15495,0,0,0,0,0,11774,11775,11776,11777,'Nighthaven Defender',NULL,NULL,0,60,61,0,495,0,1,1.14286,1,1,152,210,0,244,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15496,0,0,0,0,0,4590,0,0,0,'Windfury Totem IV','','',0,63,63,0,58,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15497,0,0,0,0,0,4590,0,0,0,'Windfury Totem V','','',0,70,70,1,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15498,0,0,0,0,0,15477,0,0,0,'Windcaller Yessendra',NULL,NULL,6928,55,57,0,994,3,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15499,0,0,0,0,0,15478,0,0,0,'Warden Haro',NULL,NULL,6925,56,58,0,635,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15500,0,0,0,0,0,15479,0,0,0,'Keyl Swiftclaw',NULL,NULL,6927,60,60,0,994,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15501,0,0,0,0,0,15531,0,0,0,'Aleinia','Jewelcrafting Trainer',NULL,8376,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15502,0,0,0,0,0,15480,0,0,0,'Andorgos','Brood of Malygos',NULL,6644,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15503,0,0,0,0,0,15481,0,0,0,'Kandrostrasz','Brood of Alexstrasza',NULL,6645,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15504,0,0,0,0,0,15482,0,0,0,'Vethsera','Brood of Ysera',NULL,6655,60,60,0,35,3,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15505,0,0,0,0,0,14528,0,0,0,'Canal Frenzy','',NULL,0,60,60,0,1878,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,1,8,15505,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15506,0,0,0,0,0,6981,0,0,0,'Stewvul','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15507,0,0,0,0,0,15655,0,0,0,'Buru the Gorger Transform Visual','',NULL,0,63,63,0,16,0,1.2,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,180,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(15508,0,0,0,0,0,15502,0,0,0,'Batrider Pele\'keiki','Firebloom Collector',NULL,0,58,58,0,126,2,1.71,1.14286,1,1,100,132,0,242,7.5,1260,1485,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15509,0,0,0,0,0,15739,0,0,0,'Princess Huhuran','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15509,0,0,0,0,0,0,0,0,26050,26051,26053,26180,0,0,0,0,0,0,724999,886110,'',0,3,1,300,150,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_huhuran',12340),
|
|
(15510,0,0,0,0,0,15743,0,0,0,'Fankriss the Unyielding','',NULL,0,63,63,0,310,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15510,0,0,0,0,0,0,0,0,25646,25831,22994,0,0,0,0,0,0,0,644999,788332,'',0,3,1,300,180,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_fankriss',12340),
|
|
(15511,0,0,0,0,0,15656,0,0,0,'Lord Kri','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24055,31418,'',0,3,1,80,10,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_kri',12340),
|
|
(15512,0,0,0,0,0,15503,0,0,0,'Apothecary Jezel','Purple Lotus Collector',NULL,0,60,60,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15513,0,0,0,0,0,15520,0,0,0,'Ranger Sallina','Hunter Trainer',NULL,6652,5,5,0,1604,51,1,1.14286,1,0,5,6,0,28,1,1500,2000,2,4864,2048,0,0,0,0,3,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15514,0,0,0,0,0,15512,0,0,0,'Buru Egg',NULL,NULL,0,55,55,0,16,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_buru_egg',12340),
|
|
(15515,0,0,0,0,0,15508,0,0,0,'Skinner Jamani','Heavy Leather Collector',NULL,0,56,56,0,126,2,1.48,1.14286,1,1,96,127,0,234,7.5,1231,1451,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15516,0,0,0,0,0,15583,0,0,0,'Battleguard Sartura','',NULL,0,63,63,0,310,0,2.8,1.14286,1,3,181,253,0,268,35,144000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15516,0,0,0,0,0,0,0,0,8269,25174,26084,27680,0,0,0,0,0,0,532499,650832,'',0,3,1,225,150,1,0,0,0,0,0,0,0,193,1,617299803,1,'boss_sartura',12340),
|
|
(15517,0,0,0,0,0,15509,0,0,0,'Ouro','',NULL,0,63,63,0,16,0,2.1,1.14286,1,3,181,253,0,268,35,1750,1750,1,0,2048,0,0,0,0,0,0,147,219,32,10,76,15517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,1,1,0,0,0,0,0,0,0,152,1,617299803,1,'boss_ouro',12340),
|
|
(15518,0,0,0,0,0,7990,0,0,0,'Auctioneer Grum','',NULL,0,1,1,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15519,0,0,0,0,0,15779,0,0,0,'Auctioneer Bertram','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15520,0,0,0,0,0,15534,0,0,0,'O\'Reily','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15521,0,0,0,0,0,11095,0,0,0,'Hive\'Zara Hatchling','',NULL,0,60,60,0,310,0,1.5,1.14286,1,1,104,138,0,252,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15522,0,0,0,0,0,15535,0,0,0,'Sergeant Umala','Thick Leather Collector',NULL,0,58,58,0,29,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15524,0,0,0,0,0,15902,0,0,0,'Temporary Reindeer','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15525,0,0,0,0,0,15536,0,0,0,'Doctor Serratus','Rugged Leather Collector',NULL,0,60,60,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15526,0,0,0,0,0,11268,0,0,0,'Meridith the Mermaiden',NULL,NULL,6658,60,60,0,35,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15527,0,0,0,0,0,15547,0,0,0,'Mana Fiend','',NULL,0,63,63,0,834,0,1.5,1.14286,1,1,164,228,0,249,7.5,1500,1650,2,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,967,'',0,3,1,6,5,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(15528,0,0,0,0,0,15537,0,0,0,'Healer Longrunner','Wool Bandage Collector',NULL,0,56,56,0,104,4098,1.25,1.14286,1,1,96,127,0,234,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15529,0,0,0,0,0,15539,0,0,0,'Lady Callow','Mageweave Bandage Collector',NULL,0,58,58,0,68,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15530,0,0,0,0,0,15540,0,0,0,'Twilight Master Xarvos','Twilight\'s Hammer',NULL,0,61,61,0,16,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,22427,16856,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15532,0,0,0,0,0,15541,0,0,0,'Stoneguard Clayhoof','Runecloth Bandage Collector',NULL,0,60,60,0,104,2,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15533,0,0,0,0,0,15542,0,0,0,'Bloodguard Rawtar','Lean Wolf Steak Collector',NULL,0,56,56,0,29,2,1.25,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15534,0,0,0,0,0,15543,0,0,0,'Fisherman Lin\'do','Spotted Yellowtail Collector',NULL,0,58,58,0,126,2,1.25,1.14286,1,1,100,132,0,242,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15535,0,0,0,0,0,15544,0,0,0,'Chief Sharpclaw','Baked Salmon Collector',NULL,0,60,60,0,104,2,1.25,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15536,0,0,0,0,0,15549,0,0,0,'Noxxie Razzlebrack','',NULL,0,56,57,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15537,0,0,0,0,0,15545,0,0,0,'Anubisath Warrior','',NULL,0,62,62,0,310,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15538,0,0,0,0,0,15546,0,0,0,'Anubisath Swarmguard','',NULL,0,62,62,0,310,0,2.8,1.14286,1,1,172,240,0,262,7.5,1300,2000,1,64,2048,0,0,0,0,0,0,139,207,30,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,510,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,203,1,0,0,'',12340),
|
|
(15539,0,0,0,0,0,15548,0,0,0,'General Zog','Horde Ambassador',NULL,0,60,60,0,35,1,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15540,0,0,0,0,0,15550,0,0,0,'Windcaller Kaldon',NULL,NULL,6796,60,60,0,994,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15541,0,0,0,0,0,15551,0,0,0,'Twilight Marauder Morna','Twilight\'s Hammer',NULL,0,60,60,0,16,0,1,1.38571,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,15541,0,0,0,0,0,0,0,0,23600,15572,16856,0,0,0,0,0,0,0,567,745,'',0,3,1,3.45,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15542,0,0,0,0,0,15552,15552,15552,15552,'Twilight Marauder','Twilight\'s Hammer',NULL,0,58,59,0,16,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,15542,15542,0,0,0,0,0,0,0,23600,8599,22911,0,0,0,0,0,0,0,136,182,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15543,0,0,0,0,0,15657,0,0,0,'Princess Yauj','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15543,0,0,0,0,0,0,0,0,25807,25808,3242,26580,0,0,0,0,0,0,28305,36968,'',0,3,1,90,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_yauj',12340),
|
|
(15544,0,0,0,0,0,15658,0,0,0,'Vem','',NULL,0,63,63,0,16,0,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,15544,0,0,0,0,0,0,0,0,18670,26561,19128,26662,0,0,0,0,0,0,0,0,'',0,3,1,130,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_vem',12340),
|
|
(15545,0,0,0,0,0,15304,15306,0,0,'Cenarion Outrider',NULL,NULL,0,60,60,0,996,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15546,0,0,0,0,0,482,0,0,0,'Hive\'Zara Swarmer',NULL,NULL,0,60,60,0,310,0,1.71,1.14286,1,0,104,138,0,252,1,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,95,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(15547,0,0,0,0,0,16407,0,0,0,'Spectral Charger',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,0,15547,0,0,0,0,0,0,0,0,29320,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(15548,0,0,0,0,0,16408,0,0,0,'Spectral Stallion',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,0,15548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(15549,0,0,0,0,0,15622,0,0,0,'Elder Morndeep',NULL,NULL,21033,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,3.5,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15550,0,0,0,0,0,16416,0,0,0,'Attumen the Huntsman',NULL,NULL,0,73,73,1,16,0,1.1,1.14286,1,3,316,450,0,320,35,4130,4761,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31705,41408,'',1,3,1,35,10,1,0,0,0,0,0,0,0,164,1,650854267,2097409,'boss_attumen',12340),
|
|
(15551,0,0,0,0,0,16397,16398,16399,16400,'Spectral Stable Hand',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,15551,15551,0,0,0,0,0,0,0,6016,29339,29340,0,0,0,0,0,0,0,1519,1988,'SmartAI',1,3,1,4.2,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15552,0,0,0,0,0,15557,0,0,0,'Doctor Weavil','',NULL,0,63,63,0,16,0,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,512,2048,0,0,0,0,0,0,125,185,26,7,0,15552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,140,80,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15553,0,0,0,0,0,8011,0,0,0,'Doctor Weavil\'s Flying Machine','',NULL,0,60,60,0,35,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15554,0,0,0,0,0,10133,0,0,0,'Number Two','',NULL,0,61,61,0,14,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,1,0,0,0,15554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'SmartAI',0,1,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15555,0,0,0,0,0,15554,0,0,0,'Hive\'Zara Larva','',NULL,0,60,60,0,310,0,1.5,1.14286,1,0,104,138,0,252,1,1500,1650,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,173,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'npc_hive_zara_larva',12340),
|
|
(15556,0,0,0,0,0,15637,0,0,0,'Elder Splitrock',NULL,NULL,21056,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,2.4,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15557,0,0,0,0,0,15630,0,0,0,'Elder Rumblerock',NULL,NULL,21046,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15558,0,0,0,0,0,15632,0,0,0,'Elder Silvervein',NULL,NULL,21050,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15559,0,0,0,0,0,15616,0,0,0,'Elder Highpeak',NULL,NULL,21023,60,60,0,35,3,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15560,0,0,0,0,0,15641,0,0,0,'Elder Stonefort',NULL,NULL,21061,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,3.5,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15561,0,0,0,0,0,15625,0,0,0,'Elder Obsidian',NULL,NULL,21040,60,60,0,35,3,0.94,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15562,0,0,0,0,0,15614,0,0,0,'Elder Hammershout',NULL,NULL,21021,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15563,0,0,0,0,0,15600,0,0,0,'Elder Bellowrage',NULL,NULL,21002,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15564,0,0,0,0,0,15606,0,0,0,'Elder Darkcore',NULL,NULL,21011,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15565,0,0,0,0,0,15643,0,0,0,'Elder Stormbrow',NULL,NULL,21063,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15566,0,0,0,0,0,15636,0,0,0,'Elder Snowcrown',NULL,NULL,21055,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15567,0,0,0,0,0,15617,0,0,0,'Elder Ironband',NULL,NULL,21025,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15568,0,0,0,0,0,15612,0,0,0,'Elder Graveborn',NULL,NULL,21018,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15569,0,0,0,0,0,15611,0,0,0,'Elder Goldwell',NULL,NULL,21017,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15570,0,0,0,0,0,15626,0,0,0,'Elder Primestone',NULL,NULL,21043,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15571,0,0,0,0,0,15555,0,0,0,'Maws',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,12,15571,0,0,0,0,0,0,0,0,3417,19451,25744,0,0,0,0,0,0,0,0,0,'',0,2,1,350,1,1,0,21137,0,0,0,0,0,210,1,617299803,0,'',12340),
|
|
(15572,0,0,0,0,0,15631,0,0,0,'Elder Runetotem',NULL,NULL,6815,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15573,0,0,0,0,0,15628,0,0,0,'Elder Ragetotem',NULL,NULL,21044,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15574,0,0,0,0,0,15642,0,0,0,'Elder Stonespire',NULL,NULL,21062,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15575,0,0,0,0,0,15604,0,0,0,'Elder Bloodhoof',NULL,NULL,21006,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15576,0,0,0,0,0,15648,0,0,0,'Elder Winterhoof',NULL,NULL,21073,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15577,0,0,0,0,0,15633,0,0,0,'Elder Skychaser',NULL,NULL,21051,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15578,0,0,0,0,0,15645,0,0,0,'Elder Wildmane',NULL,NULL,21070,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,2.4,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15579,0,0,0,0,0,15607,0,0,0,'Elder Darkhorn',NULL,NULL,6899,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15580,0,0,0,0,0,28420,0,0,0,'Elder Ezra Wheathoof',NULL,NULL,21068,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15581,0,0,0,0,0,15613,0,0,0,'Elder Grimtotem',NULL,NULL,21020,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15582,0,0,0,0,0,15647,0,0,0,'Elder Windtotem',NULL,NULL,21072,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15583,0,0,0,0,0,15644,0,0,0,'Elder Thunderhorn',NULL,NULL,21066,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15584,0,0,0,0,0,15635,0,0,0,'Elder Skyseer',NULL,NULL,21053,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15585,0,0,0,0,0,15608,0,0,0,'Elder Dawnstrider',NULL,NULL,21013,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15586,0,0,0,0,0,15609,0,0,0,'Elder Dreamseer',NULL,NULL,21014,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15587,0,0,0,0,0,15619,0,0,0,'Elder Mistwalker',NULL,NULL,21030,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15588,0,0,0,0,0,15615,0,0,0,'Elder High Mountain',NULL,NULL,21022,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15589,0,0,0,0,0,15556,0,0,0,'Eye of C\'Thun','',NULL,0,63,63,0,370,2,2.4,1.14286,1,3,181,253,0,268,35,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102255,133538,'',0,3,1,400,150,1,0,0,0,0,0,0,0,152,1,617299803,1,'boss_eye_of_cthun',12340),
|
|
(15590,0,0,0,0,0,14501,0,0,0,'Ossirian Crystal Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15591,0,0,0,0,0,15560,15559,15558,0,'Minion of Weavil','',NULL,0,60,61,0,14,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,15591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15592,0,0,0,0,0,15646,0,0,0,'Elder Windrun',NULL,NULL,21071,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15593,0,0,0,0,0,15639,0,0,0,'Elder Starsong',NULL,NULL,21058,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,2.4,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15594,0,0,0,0,0,15620,0,0,0,'Elder Moonstrike',NULL,NULL,21031,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15595,0,0,0,0,0,15601,0,0,0,'Elder Bladeleaf',NULL,NULL,21003,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15596,0,0,0,0,0,15638,0,0,0,'Elder Starglade',NULL,NULL,21057,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15597,0,0,0,0,0,15621,0,0,0,'Elder Moonwarden',NULL,NULL,21032,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15598,0,0,0,0,0,15603,0,0,0,'Elder Bladeswift',NULL,NULL,21005,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15599,0,0,0,0,0,15602,0,0,0,'Elder Bladesing',NULL,NULL,21004,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15600,0,0,0,0,0,15634,0,0,0,'Elder Skygleam',NULL,NULL,21052,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15601,0,0,0,0,0,15640,0,0,0,'Elder Starweave',NULL,NULL,21059,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15602,0,0,0,0,0,15618,0,0,0,'Elder Meadowrun',NULL,NULL,21029,60,60,0,35,3,1.1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15603,0,0,0,0,0,15624,0,0,0,'Elder Nightwind',NULL,NULL,21037,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15604,0,0,0,0,0,15623,0,0,0,'Elder Morningdew',NULL,NULL,21034,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15605,0,0,0,0,0,15629,0,0,0,'Elder Riversong',NULL,NULL,21045,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15606,0,0,0,0,0,15605,0,0,0,'Elder Brightspear',NULL,NULL,21008,60,60,0,35,3,1.25,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15607,0,0,0,0,0,15610,0,0,0,'Elder Farwhisper',NULL,NULL,21016,60,60,0,35,3,1,1.14286,1,0,146,192,0,238,3.5,2000,2000,8,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15608,0,0,0,0,0,18718,0,0,0,'Medivh',NULL,NULL,0,73,73,1,35,2,1,0.99206,1,3,316,450,0,320,35,2000,1600,1,0,2048,0,0,0,0,0,0,278,413,58,10,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'npc_medivh_bm',12340),
|
|
(15609,0,0,0,0,0,15563,0,0,0,'Cenarion Scout Landion',NULL,NULL,6690,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15610,0,0,0,0,0,15561,0,0,0,'Cenarion Scout Azenel',NULL,NULL,6691,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15611,0,0,0,0,0,15562,0,0,0,'Cenarion Scout Jalia',NULL,NULL,6692,60,60,0,994,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15612,0,0,0,0,0,15567,0,0,0,'Krug Skullsplit','Orgrimmar Legion Captain',NULL,6687,60,60,0,1612,3,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15613,0,0,0,0,0,15568,0,0,0,'Merok Longstride',NULL,NULL,6926,60,60,0,1612,3,1.1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15614,0,0,0,0,0,15569,0,0,0,'J.D. Shadesong',NULL,NULL,0,61,61,0,35,2,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15615,0,0,0,0,0,15570,0,0,0,'Shadow Priestess Shai',NULL,NULL,0,60,60,0,1612,2,1.1,1.14286,1,1,74,102,0,112,4.6,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15616,0,0,0,0,0,15571,15572,15573,0,'Orgrimmar Legion Grunt','',NULL,0,60,60,0,1612,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15617,0,0,0,0,0,15574,15579,15577,15578,'Orgrimmar Legion Axe Thrower',NULL,NULL,0,60,60,0,1612,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,16075,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15618,0,0,0,0,0,15571,15572,15573,0,'Orgrimmar Legion Hexxer','',NULL,0,60,60,0,231,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15619,0,0,0,0,0,15575,15572,15573,0,'silithus test mob','',NULL,0,60,60,0,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15620,0,0,0,0,0,15576,0,0,0,'Hive\'Regal Hunter-Killer','',NULL,0,60,60,0,1395,0,1.5,1.14286,1,1,146,192,0,238,7.5,1500,1650,2,0,2048,0,41,0,0,0,0,101,167,24,1,0,15620,0,0,0,0,0,0,0,0,40504,25815,15588,25821,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15621,0,0,0,0,0,11105,0,0,0,'Yauj Brood','',NULL,0,60,60,0,16,0,2.4,1.14286,1,1,104,138,0,252,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15622,0,0,0,0,0,6633,0,0,0,'Vekniss Borer','',NULL,0,60,60,0,310,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,64,2048,0,41,0,0,0,0,72,106,26,1,65545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15623,0,0,0,0,0,11341,0,0,0,'Xandivious',NULL,NULL,0,62,62,0,90,0,1,1.14286,1,1,160,223,0,246,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,15623,0,0,0,0,0,0,0,0,21007,19776,22424,25818,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15624,0,0,0,0,0,12432,0,0,0,'Forest Wisp','',NULL,0,6,8,0,35,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,768,2048,0,0,0,0,0,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15625,0,0,0,0,0,14416,0,0,0,'Twilight Corrupter',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,4,15625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,21149,0,0,0,0,0,0,1,617299803,1,'boss_twilight_corrupter',12340),
|
|
(15626,0,0,0,0,0,15580,0,0,0,'Celestine Omencaller','',NULL,0,60,60,0,996,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15627,0,0,0,0,0,15581,0,0,0,'Jarod Shadowsong','',NULL,0,63,63,0,1254,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15628,0,0,0,0,0,6984,0,0,0,'Eranikus the Redeemed',NULL,NULL,0,63,63,0,35,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,2,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,200,1,0,0,0,0,0,0,0,199,1,617299803,3,'',12340),
|
|
(15629,0,0,0,0,0,10553,0,0,0,'Nightmare Phantasm',NULL,NULL,0,62,62,0,16,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15630,0,0,0,0,0,15582,0,0,0,'Spawn of Fankriss','',NULL,0,63,63,0,310,0,1.5,1.14286,1,1,181,253,0,268,7.5,1000,2000,1,0,2048,0,42,0,0,0,0,147,219,32,10,65545,0,0,0,0,0,0,0,0,0,26662,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,50,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15631,0,0,0,0,0,11686,0,0,0,'Spotlight','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15632,0,0,0,0,0,7858,0,0,0,'Test dude for 1.8','',NULL,0,1,1,0,77,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15633,0,0,0,0,0,7274,0,0,0,'Tyrande','High Priestess of Elune',NULL,0,83,83,0,113,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32768,2048,0,0,0,0,0,0,365,529,98,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,300,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(15634,0,0,0,0,0,15585,0,0,0,'Priestess of the Moon',NULL,NULL,0,60,60,0,113,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15635,0,0,0,0,0,15586,0,0,0,'Eversong Tender',NULL,NULL,0,5,7,0,91,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,4,0,15635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15636,0,0,0,0,0,15587,0,0,0,'Eversong Green Keeper',NULL,NULL,0,7,9,0,91,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,4,0,15636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,23553,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15637,0,0,0,0,0,15588,0,0,0,'Withered Green Keeper',NULL,NULL,0,9,10,0,91,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,15637,0,0,0,0,0,0,0,0,13584,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15638,0,0,0,0,0,16350,0,0,0,'Arcane Patroller',NULL,NULL,0,5,6,0,91,0,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,4,0,15638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,21808,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15639,0,0,0,0,0,16348,0,0,0,'Arcane Warder','',NULL,0,5,6,0,91,0,1.2,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15640,0,0,0,0,0,16351,0,0,0,'Arcane Enforcer','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15641,0,0,0,0,0,17302,0,0,0,'Amani Axe Thrower','',NULL,0,8,9,0,1643,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,0,7,0,15641,15641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15642,0,0,0,0,0,17304,0,0,0,'Amani Shadowpriest','',NULL,0,8,10,0,1643,0,1,0.857143,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,0,7,0,15642,15642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15643,0,0,0,0,0,17303,0,0,0,'Amani Berserker','',NULL,0,9,10,0,1643,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,0,7,0,15643,15643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15644,0,0,0,0,0,15513,0,0,0,'Wretched Urchin',NULL,NULL,0,4,5,0,16,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,15644,15644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,8,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15645,0,0,0,0,0,15513,0,0,0,'Wretched Thug',NULL,NULL,0,7,8,0,16,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,15645,15645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15646,0,0,0,0,0,15589,0,0,0,'[Unused] Mana Leech','','',0,4,6,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15647,0,0,0,0,0,15438,0,0,0,'Mana Stalker',NULL,NULL,0,5,6,0,91,0,1,0.857143,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,0,0,0,0,0,4,6,100,4,0,15647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15648,0,0,0,0,0,14252,0,0,0,'Manawraith',NULL,NULL,0,6,7,0,91,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,4,0,15648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15649,0,0,0,0,0,17547,0,0,0,'Feral Dragonhawk Hatchling',NULL,NULL,0,5,6,0,7,0,1,0.85714,1,0,6,8,0,29,1,2000,2000,2,0,2048,0,30,0,0,0,0,4,6,100,1,1,15649,0,0,0,0,0,0,0,0,29117,0,0,0,0,0,0,0,10481,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15650,0,0,0,0,0,17545,0,0,0,'Crazed Dragonhawk',NULL,NULL,0,7,8,0,7,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,0,2048,0,30,0,0,0,0,6,9,100,1,1,15650,0,100002,0,0,0,0,0,0,29117,0,0,0,0,0,0,0,10391,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15651,0,0,0,0,0,15506,0,0,0,'Springpaw Stalker',NULL,NULL,0,6,7,0,38,0,1,0.85714,1,0,9,12,0,36,1,1600,2000,1,0,2048,0,2,0,0,0,0,6,8,100,1,1,15651,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11553,0,0,0,'',1,1,1,1,1,1,0,20772,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15652,0,0,0,0,0,18167,0,0,0,'Elder Springpaw',NULL,NULL,0,8,9,0,38,0,1,1,1,0,11,15,0,40,1,1600,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,15652,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11094,0,0,0,'',1,1,1,1,1,1,0,20772,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(15653,0,0,0,0,0,15593,0,0,0,'Springpaw Matriarch','',NULL,0,9,10,0,38,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,2,0,0,0,0,9,13,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,0,'',0,3,1,1.1,1,1,0,20772,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15654,0,0,0,0,0,9785,0,0,0,'Plaguebone Pillager',NULL,NULL,0,5,6,0,21,0,1,0.857143,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,6,0,15654,15654,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(15655,0,0,0,0,0,646,0,0,0,'Rotlimb Cannibal',NULL,NULL,0,6,7,0,21,0,0.777776,0.857143,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,6,0,15655,15655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(15656,0,0,0,0,0,4870,0,0,0,'Angershade',NULL,NULL,0,7,8,0,21,0,1,0.857143,1,0,7,10,0,16,1,2000,2000,8,0,2048,0,0,0,0,0,0,7,10,11,6,0,15656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(15657,0,0,0,0,0,4629,0,0,0,'Darkwraith',NULL,NULL,0,9,10,0,21,0,1,0.857143,1,0,8,13,0,17,1,2000,2000,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,15657,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(15658,0,0,0,0,0,137,0,0,0,'Rotlimb Marauder',NULL,NULL,0,8,9,0,21,0,0.777776,0.857143,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,100,6,0,15658,15658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(15659,0,0,0,0,0,15594,0,0,0,'Auctioneer Jaxon',NULL,NULL,0,50,50,0,12,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15660,0,0,0,0,0,6984,0,0,0,'Eranikus Transformed','',NULL,0,63,63,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15661,0,0,0,0,0,15595,0,0,0,'Baby Shark','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15663,0,0,0,0,0,15596,15598,15597,15599,'War Effort Volunteer','',NULL,0,30,30,0,55,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15664,0,0,0,0,0,15903,0,0,0,'Metzen the Reindeer','',NULL,21251,5,5,0,35,1,1.125,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15665,0,0,0,0,0,15902,0,0,0,'Mounted Reindeer','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(15666,0,0,0,0,0,15672,0,0,0,'Blue Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15667,0,0,0,0,0,12349,0,0,0,'Glob of Viscidus','',NULL,0,60,60,0,14,0,1.79,1.14286,1,0,104,138,0,252,1,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,64,1,0,0,'boss_glob_of_viscidus',12340),
|
|
(15668,0,0,0,0,0,346,0,0,0,'Grimscale Murloc','',NULL,0,7,8,0,18,0,1,0.857143,1,0,10,14,0,38,1,2200,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,15668,15668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,21757,21771,0,0,0,0,100,1,0,0,'',12340),
|
|
(15669,0,0,0,0,0,3619,0,0,0,'Grimscale Oracle','',NULL,0,7,8,0,18,0,1,0.857143,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,15669,15669,0,0,0,0,0,0,0,5176,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,21757,21771,0,0,0,0,100,1,0,0,'',12340),
|
|
(15670,0,0,0,0,0,1005,0,0,0,'Grimscale Forager','',NULL,0,6,7,0,18,0,1,0.857143,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15670,15670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,21757,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15672,0,0,0,0,0,7995,0,0,0,'[Unused] Auctioneer','',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15675,0,0,0,0,0,15782,0,0,0,'Auctioneer Stockton',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15676,0,0,0,0,0,15784,0,0,0,'Auctioneer Yarly',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15677,0,0,0,0,0,7993,0,0,0,'Auctioneer Graves',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15678,0,0,0,0,0,7997,0,0,0,'Auctioneer Silva\'las',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15679,0,0,0,0,0,7996,0,0,0,'Auctioneer Cazarez',NULL,NULL,0,50,50,0,80,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15680,0,0,0,0,0,7995,0,0,0,'Auctioneer Bernal','',NULL,0,50,50,0,68,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15681,0,0,0,0,0,7993,0,0,0,'Auctioneer O\'reely',NULL,NULL,0,50,50,0,120,2097152,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15682,0,0,0,0,0,15780,0,0,0,'Auctioneer Cain',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15683,0,0,0,0,0,7995,0,0,0,'Auctioneer Naxxremis',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15684,0,0,0,0,0,15783,0,0,0,'Auctioneer Tricket',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15685,0,0,0,0,0,6950,6951,6953,6954,'Southsea Kidnapper','',NULL,0,45,45,0,230,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,15685,0,0,0,0,0,0,0,0,6713,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,20021,20519,0,0,0,0,0,1,0,0,'',12340),
|
|
(15686,0,0,0,0,0,15781,0,0,0,'Auctioneer Rhyker',NULL,NULL,0,50,50,0,68,2097154,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,36864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15687,0,0,0,0,0,16540,0,0,0,'Moroes','Tower Steward',NULL,0,73,73,1,16,0,1.6,2,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,108,15687,15687,0,0,0,0,0,0,0,29425,34694,29448,29651,0,0,0,0,0,0,32555,42518,'',1,3,1,35.7,5,1,0,0,0,0,0,0,0,183,1,650854271,2097409,'boss_moroes',12340),
|
|
(15688,0,0,0,0,0,11343,0,0,0,'Terestian Illhoof',NULL,NULL,0,70,70,1,16,0,1.6,1.71429,1,3,252,357,0,304,35,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,108,15688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58055,75818,'',1,3,1,70,1,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_terestian_illhoof',12340),
|
|
(15689,0,0,0,0,0,15363,0,0,0,'Netherspite',NULL,NULL,0,70,70,1,16,0,1.6,1.71429,1,3,234,331,0,286,35,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,2,68,15689,0,70172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86105,112448,'',0,3,1,140,1,1,0,0,0,0,0,0,0,167,1,617168895,1,'boss_netherspite',12340),
|
|
(15690,0,0,0,0,0,19274,0,0,0,'Prince Malchezaar',NULL,NULL,0,73,73,1,16,0,2,2.14286,1,3,316,450,0,320,35,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,3,108,15690,0,0,0,0,0,0,0,0,30898,30843,30852,30901,0,0,0,0,0,0,93755,122438,'',1,3,1,105,30,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_malchezaar',12340),
|
|
(15691,0,0,0,0,0,16958,0,0,0,'The Curator',NULL,NULL,0,73,73,1,16,0,2,2,1,3,313,448,0,302,35,2000,2000,2,64,2048,0,0,0,0,0,0,276,411,44,9,108,15691,0,0,0,0,0,0,0,0,30403,30254,30407,0,0,0,0,0,0,0,58905,76928,'',1,3,1,80.5,20,1,0,0,0,0,0,0,0,184,1,650854271,2097409,'boss_curator',12340),
|
|
(15692,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Kidnapper','',NULL,0,45,45,0,54,0,1.2,1.14286,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,15692,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,10551,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15693,0,0,0,0,0,15867,0,0,0,'Jonathan the Revelator',NULL,NULL,0,61,61,0,35,2,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15694,0,0,0,0,0,15766,15768,15767,15769,'Stormwind Reveler','',NULL,6931,1,59,0,35,1,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15695,0,0,0,0,0,11686,0,0,0,'Vek Twins Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15696,0,0,0,0,0,15650,15652,15651,15653,'War Effort Recruit',NULL,NULL,0,30,30,0,29,0,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15698,0,0,0,0,0,15660,0,0,0,'Father Winter\'s Helper','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15699,0,0,0,0,0,10269,0,0,0,'Tranquil Mechanical Yeti',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15700,0,0,0,0,0,15661,0,0,0,'Warlord Gorchuk','War Effort Commander',NULL,0,60,60,0,29,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15701,0,0,0,0,0,15662,0,0,0,'Field Marshal Snowfall','War Effort Commander',NULL,0,60,60,0,55,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15702,0,0,0,0,0,15664,0,0,0,'Senior Sergeant Taiga','War Effort Recruiter',NULL,0,60,60,0,104,2,1.5,1.14286,1,1,104,138,0,252,7.5,1200,1450,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15703,0,0,0,0,0,15665,0,0,0,'Senior Sergeant Grimsford','War Effort Recruiter',NULL,0,60,60,0,68,2,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15704,0,0,0,0,0,15666,0,0,0,'Senior Sergeant Kai\'jin','War Effort Recruiter',NULL,0,60,60,0,126,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15705,0,0,0,0,0,15663,0,0,0,'Winter\'s Little Helper','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15706,0,0,0,0,0,15904,0,0,0,'Winter Reindeer','',NULL,0,70,70,1,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15707,0,0,0,0,0,15668,0,0,0,'Master Sergeant Fizzlebolt','War Effort Recruiter',NULL,0,60,60,0,875,2,1.25,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15708,0,0,0,0,0,15669,0,0,0,'Master Sergeant Maclure','War Effort Recruiter',NULL,6786,60,60,0,12,2,1.25,1.14286,1,1,104,138,0,252,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15709,0,0,0,0,0,15670,0,0,0,'Master Sergeant Moonshadow','War Effort Recruiter',NULL,0,60,60,0,80,3,1.1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15710,0,0,0,0,0,15671,0,0,0,'Tiny Snowman','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15711,0,0,0,0,0,15676,0,0,0,'Black Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15712,0,0,0,0,0,15294,0,0,0,'Dirt Mound',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(15713,0,0,0,0,0,15678,0,0,0,'Blue Qiraji Battle Tank','',NULL,0,1,1,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(15714,0,0,0,0,0,15680,0,0,0,'Yellow Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15715,0,0,0,0,0,15679,0,0,0,'Green Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15716,0,0,0,0,0,15681,0,0,0,'Red Qiraji Battle Tank','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(15717,0,0,0,0,0,11686,0,0,0,'Ouro Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15718,0,0,0,0,0,11108,0,0,0,'Ouro Scarab','',NULL,0,60,60,0,16,0,1,1.14286,1,1,104,138,0,252,7.5,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(15719,0,0,0,0,0,15770,15772,15771,15773,'Thunder Bluff Reveler','',NULL,6933,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15720,0,0,0,0,0,15683,0,0,0,'Timbermaw Ancestor','',NULL,0,60,60,0,636,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,20295,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(15721,0,0,0,0,0,15684,0,0,0,'Mechanical Greench','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15722,0,0,0,0,0,15685,0,0,0,'Squire Leoren Mal\'derath','Stable Master',NULL,6791,60,60,0,994,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15723,0,0,0,0,0,15762,15764,15763,15765,'Booty Bay Reveler',NULL,NULL,0,15,25,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15724,0,0,0,0,0,7102,7103,7104,0,'Drunken Bruiser',NULL,NULL,0,57,57,0,120,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15725,0,0,0,0,0,15789,0,0,0,'Claw Tentacle','',NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,1500,1500,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_claw_tentacle',12340),
|
|
(15726,0,0,0,0,0,15788,0,0,0,'Eye Tentacle','',NULL,0,60,60,0,16,0,0.97,1.14286,1,0,104,138,0,252,1,1500,1800,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_eye_tentacle',12340),
|
|
(15727,0,0,0,0,0,15787,0,0,0,'C\'Thun','',NULL,0,63,63,0,370,0,2.4,1.14286,1,3,181,253,0,268,35,2000,2000,1,33554496,2048,0,0,0,0,0,0,147,219,32,10,76,15727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1029458,1258227,'',0,3,1,300,1,1,0,22734,0,0,0,0,0,152,1,617299803,1,'boss_cthun',12340),
|
|
(15728,0,0,0,0,0,15790,0,0,0,'Giant Claw Tentacle','',NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_giant_claw_tentacle',12340),
|
|
(15729,0,0,0,0,0,15687,15803,15804,15805,'Father Winter\'s Helper (BIG) gm','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15730,0,0,0,0,0,21955,15294,0,0,'Pat\'s Snowcloud Guy','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15731,0,0,0,0,0,15707,15708,0,0,'Darnassus Commendation Officer','',NULL,0,55,55,0,80,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15732,0,0,0,0,0,13349,0,0,0,'Wonderform Operator','Smokywood Pastures',NULL,6802,30,30,0,35,3,1.125,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15733,0,0,0,0,0,15711,15712,0,0,'Gnomeregan Commendation Officer','',NULL,0,55,55,0,875,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15734,0,0,0,0,0,15714,15715,0,0,'Ironforge Commendation Officer','',NULL,0,55,55,0,55,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15735,0,0,0,0,0,15718,15719,0,0,'Stormwind Commendation Officer','',NULL,0,55,55,0,12,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15736,0,0,0,0,0,15716,15717,0,0,'Orgrimmar Commendation Officer',NULL,NULL,0,55,55,0,29,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15737,0,0,0,0,0,15701,15702,0,0,'Darkspear Commendation Officer',NULL,NULL,0,55,55,0,126,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15738,0,0,0,0,0,15722,15723,0,0,'Undercity Commendation Officer',NULL,NULL,0,55,55,0,68,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15739,0,0,0,0,0,15720,15721,0,0,'Thunder Bluff Commendation Officer',NULL,NULL,0,55,55,0,104,0,1.125,1.14286,1,0,94,125,0,228,1,1216,1435,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15740,0,0,0,0,0,15693,0,0,0,'Colossus of Zora','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,0,0,0,0,0,0,0,0,0,26167,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),
|
|
(15741,0,0,0,0,0,15694,0,0,0,'Colossus of Regal','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15741,0,0,0,0,0,0,0,0,26167,10473,25208,6605,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),
|
|
(15742,0,0,0,0,0,15695,0,0,0,'Colossus of Ashi','',NULL,0,63,63,0,370,0,8.8,1.14286,1,1,181,253,0,268,35,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15742,0,0,0,0,0,0,0,0,26167,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,220,1,617299803,0,'',12340),
|
|
(15743,0,0,0,0,0,15696,0,0,0,'Colossal Anubisath Warbringer','',NULL,0,61,62,0,370,0,4.5,1.14286,1,1,172,240,0,262,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15743,0,0,0,0,0,0,0,0,16044,11876,18944,0,0,0,0,0,0,0,12001,15676,'',0,3,1,110,1,1,0,0,0,0,0,0,0,205,1,0,0,'',12340),
|
|
(15744,0,0,0,0,0,15697,0,0,0,'Imperial Qiraji Destroyer','',NULL,0,62,62,0,370,0,4.94,1.14286,1,1,172,240,0,262,7.5,1500,1800,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,20,1,0,0,0,0,0,0,0,205,1,0,0,'',12340),
|
|
(15745,0,0,0,0,0,15698,0,0,0,'Greatfather Winter\'s Helper',NULL,NULL,0,30,30,0,35,0,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15746,0,0,0,0,0,15698,0,0,0,'Great-father Winter\'s Helper','',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15747,0,0,0,0,0,15699,0,0,0,'Qiraji Captain',NULL,NULL,0,35,35,0,370,0,1,1.14286,1,1,49,64,0,118,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,10,8,15747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15748,0,0,0,0,0,15700,0,0,0,'Lesser Anubisath Warbringer',NULL,NULL,0,33,35,0,370,0,1,1.14286,1,1,49,64,0,118,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,10,8,15748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15749,0,0,0,0,0,11096,6633,7350,11091,'Lesser Silithid Flayer',NULL,NULL,0,30,31,0,370,0,1,1.14286,1,1,44,58,0,106,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,30,44,9,10,0,15749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15750,0,0,0,0,0,15703,0,0,0,'Qiraji Major',NULL,NULL,0,45,48,0,370,0,1,1.14286,1,1,81,108,0,196,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,56,82,19,10,8,15750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15751,0,0,0,0,0,15704,0,0,0,'Anubisath Warbringer',NULL,NULL,0,43,45,0,370,0,1,1.14286,1,1,76,100,0,184,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,10,8,15751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15752,0,0,0,0,0,11096,6633,7350,11091,'Silithid Flayer',NULL,NULL,0,40,44,0,370,0,1,1.14286,1,1,72,96,0,174,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,49,73,16,10,8,15752,0,0,0,0,0,0,0,0,6605,36991,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15753,0,0,0,0,0,15705,0,0,0,'Qiraji Brigadier General',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15753,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6576,33279,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15754,0,0,0,0,0,15706,0,0,0,'Greater Anubisath Warbringer',NULL,NULL,0,58,59,0,370,0,1,1.14286,1,1,102,135,0,248,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,10,8,15754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15756,0,0,0,0,0,11096,6633,7350,11091,'Greater Silithid Flayer',NULL,NULL,0,54,57,0,370,0,1,1.14286,1,1,98,130,0,238,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,10,0,15756,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15757,0,0,0,0,0,15709,0,0,0,'Qiraji Lieutenant General',NULL,NULL,0,63,63,0,370,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15105,76440,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(15758,0,0,0,0,0,15710,0,0,0,'Supreme Anubisath Warbringer',NULL,NULL,0,62,62,0,370,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,8,15758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16580,83909,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15759,0,0,0,0,0,11096,6633,7350,11091,'Supreme Silithid Flayer',NULL,NULL,0,60,61,0,370,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,15759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15760,0,0,0,0,0,15713,1520,0,0,'Winter Reveler',NULL,NULL,6813,30,40,0,35,1,1.125,1.14286,1,0,56,74,0,136,1,2000,2000,1,36864,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15761,0,0,0,0,0,15731,0,0,0,'Officer Vu\'Shalay','Darkspear Commendations',NULL,0,55,55,0,126,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15762,0,0,0,0,0,15727,0,0,0,'Officer Lunalight','Darnassus Commendations',NULL,6803,55,55,0,80,3,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15763,0,0,0,0,0,15729,0,0,0,'Officer Porterhouse','Gnomeregan Commendations',NULL,6804,55,55,0,875,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15764,0,0,0,0,0,15726,0,0,0,'Officer Ironbeard','Ironforge Commendations',NULL,6805,55,55,0,55,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15765,0,0,0,0,0,15724,0,0,0,'Officer Redblade','Orgrimmar Commendations',NULL,0,55,55,0,29,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15766,0,0,0,0,0,15728,0,0,0,'Officer Maloof','Stormwind Commendations',NULL,6806,55,55,0,12,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15767,0,0,0,0,0,15730,0,0,0,'Officer Thunderstrider','Thunder Bluff Commendations',NULL,0,55,55,0,104,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15768,0,0,0,0,0,15725,0,0,0,'Officer Gothena','Undercity Commendations',NULL,0,55,55,0,68,3,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15769,0,0,0,0,0,13069,0,0,0,'Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15770,0,0,0,0,0,13069,0,0,0,'Greater Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15771,0,0,0,0,0,13069,0,0,0,'Major Resonating Crystal',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15772,0,0,0,0,0,15732,0,0,0,'Christmas Darkmaster Gandling','',NULL,0,63,63,0,21,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15773,0,0,0,0,0,15733,0,0,0,'Christmas Cannon Master Willey','',NULL,0,63,63,0,67,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15774,0,0,0,0,0,15734,0,0,0,'Christmas Prince Tortheldrin','',NULL,0,63,63,0,35,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15775,0,0,0,0,0,15735,0,0,0,'Christmas Emperor Dagran Thaurissan','',NULL,0,56,56,0,54,0,1.2,1.14286,1,1,96,127,0,234,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,15636,17492,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15776,0,0,0,0,0,15736,0,0,0,'Christmas Warchief Rend Blackhand','',NULL,0,1,1,0,40,0,1.2,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617299803,1,'',12340),
|
|
(15777,0,0,0,0,0,28281,0,0,0,'Christmas War Master Voone','',NULL,0,59,59,0,40,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15778,0,0,0,0,0,15791,0,0,0,'Mouth Tentacle Mount Visual','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15780,0,0,0,0,0,18801,0,0,0,'Human Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15781,0,0,0,0,0,18800,0,0,0,'Human Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15782,0,0,0,0,0,18797,0,0,0,'Dwarf Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15783,0,0,0,0,0,18796,0,0,0,'Dwarf Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15784,0,0,0,0,0,18802,0,0,0,'Night Elf Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15785,0,0,0,0,0,18808,0,0,0,'Troll Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15786,0,0,0,0,0,18804,0,0,0,'Orc Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15787,0,0,0,0,0,19339,0,0,0,'Goblin Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15788,0,0,0,0,0,18810,0,0,0,'Undead Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15789,0,0,0,0,0,18806,0,0,0,'Tauren Female Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15790,0,0,0,0,0,18811,0,0,0,'Undead Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15791,0,0,0,0,0,18805,0,0,0,'Orc Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15792,0,0,0,0,0,18807,0,0,0,'Troll Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15793,0,0,0,0,0,18807,0,0,0,'Tauren Male Winter Reveler','',NULL,0,1,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15794,0,0,0,0,0,18803,0,0,0,'Night Elf Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15795,0,0,0,0,0,19342,0,0,0,'Goblin Male Winter Reveler','',NULL,0,50,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15796,0,0,0,0,0,15760,0,0,0,'Christmas Goraluk Anvilcrack','Blackhand Legion Armorsmith',NULL,0,59,59,0,40,0,1.2,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15797,0,0,0,0,0,15777,0,0,0,'Colossus Researcher Sophia',NULL,NULL,0,60,60,0,1613,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15798,0,0,0,0,0,15775,0,0,0,'Colossus Researcher Nestor',NULL,NULL,0,60,60,0,1613,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15799,0,0,0,0,0,15776,0,0,0,'Colossus Researcher Eazel',NULL,NULL,0,60,60,0,1613,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15800,0,0,0,0,0,11686,0,0,0,'Exit Trigger',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.75,1,1,0,0,0,0,0,0,0,152,1,0,128,'',12340),
|
|
(15801,0,0,0,0,0,13069,0,0,0,'GONG BOY DND DNR','HOLDER OF THE GONG',NULL,0,4,11,0,35,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15802,0,0,0,0,0,15793,0,0,0,'Flesh Tentacle','',NULL,0,60,60,0,16,0,1,1.14286,1,0,104,138,0,252,1,1500,1500,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,152,1,0,0,'npc_giant_flesh_tentacle',12340),
|
|
(15803,0,0,0,0,0,4590,0,0,0,'Tranquil Air Totem','','',0,70,70,1,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15804,0,0,0,0,0,13069,0,0,0,'Lesser Resonating Crystal',NULL,NULL,0,25,25,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15805,0,0,0,0,0,13069,0,0,0,'Minor Resonating Crystal',NULL,NULL,0,15,15,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15806,0,0,0,0,0,15785,0,0,0,'Qiraji Lieutenant',NULL,NULL,0,28,28,0,370,0,1,1.14286,1,1,39,53,0,96,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,10,8,15806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2321,11750,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15807,0,0,0,0,0,15700,0,0,0,'Minor Anubisath Warbringer',NULL,NULL,0,25,25,0,370,0,1,1.14286,1,1,35,48,0,86,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,10,8,15807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2788,14109,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15808,0,0,0,0,0,11096,6633,7350,11091,'Minor Silithid Flayer',NULL,NULL,0,21,23,0,370,0,1,1.14286,1,1,33,44,0,80,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,10,8,15808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15809,0,0,0,0,0,15786,0,0,0,'C\'Thun Transformation Visual','',NULL,0,63,63,0,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15810,0,0,0,0,0,15700,0,0,0,'Eroded Anubisath Warbringer',NULL,NULL,0,16,17,0,370,0,1,1.14286,1,1,25,33,0,60,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,10,8,15810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2124,10753,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15811,0,0,0,0,0,11096,6633,7350,11091,'Faltering Silithid Flayer',NULL,NULL,0,11,14,0,370,0,1,1.14286,1,1,20,27,0,50,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,10,0,15811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15812,0,0,0,0,0,15785,0,0,0,'Qiraji Officer',NULL,NULL,0,18,20,0,370,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,10,8,15812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15813,0,0,0,0,0,15738,0,0,0,'Qiraji Officer Zod',NULL,NULL,0,20,20,0,370,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,10,8,15813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(15814,0,0,0,0,0,15697,0,0,0,'Qiraji Lieutenant Jo-rel',NULL,NULL,0,28,28,0,370,0,1,1.14286,1,1,39,53,0,96,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,27,40,8,10,8,15814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15815,0,0,0,0,0,15697,0,0,0,'Qiraji Captain Ka\'ark',NULL,NULL,0,40,40,0,370,0,1,1.14286,1,1,56,74,0,136,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,8,15815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15816,0,0,0,0,0,15738,0,0,0,'Qiraji Major He\'al-ie',NULL,NULL,0,50,50,0,370,0,1,1.14286,1,1,85,112,0,206,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,10,0,15816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15817,0,0,0,0,0,15376,0,0,0,'Qiraji Brigadier General Pax-lish',NULL,NULL,0,60,60,0,370,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,15817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(15818,0,0,0,0,0,15794,0,0,0,'Lieutenant General Nokhor','',NULL,0,63,63,0,370,0,1.74,1.14286,1,1,181,253,0,268,35,1500,1800,1,0,2048,0,0,0,0,0,0,147,219,32,10,8,15818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,228,1,617299803,1,'',12340),
|
|
(15832,0,0,0,0,0,15806,15807,15808,15809,'Father Winter\'s Helper (BIG) rm','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15835,0,0,0,0,0,15799,15800,15801,15802,'Father Winter\'s Helper (BIG) rf','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15838,0,0,0,0,0,15795,15796,15797,15798,'Father Winter\'s Helper (BIG) gf','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15839,0,0,0,0,0,15838,15810,0,0,'Might of Kalimdor Grunt',NULL,NULL,0,13,15,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15840,0,0,0,0,0,15811,0,0,0,'Might of Kalimdor Sergeant',NULL,NULL,0,15,17,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15841,0,0,0,0,0,15812,0,0,0,'Might of Kalimdor Lieutenant',NULL,NULL,0,45,48,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15842,0,0,0,0,0,15813,0,0,0,'Might of Kalimdor Mage','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15843,0,0,0,0,0,15814,0,0,0,'Might of Kalimdor Priest',NULL,NULL,0,55,56,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15844,0,0,0,0,0,15846,0,0,0,'Might of Kalimdor Restorer',NULL,NULL,0,35,36,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15845,0,0,0,0,0,15810,0,0,0,'Might of Kalimdor Captain',NULL,NULL,0,25,26,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15846,0,0,0,0,0,15816,0,0,0,'Might of Kalimdor Archer',NULL,NULL,0,45,46,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15847,0,0,0,0,0,15817,0,0,0,'Might of Kalimdor Shaman',NULL,NULL,0,25,25,0,777,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15848,0,0,0,0,0,15818,0,0,0,'Might of Kalimdor Infantry',NULL,NULL,0,56,59,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15849,0,0,0,0,0,15815,0,0,0,'Might of Kalimdor Druid','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15850,0,0,0,0,0,15819,0,0,0,'Might of Kalimdor Skirmisher','',NULL,0,35,36,0,777,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15851,0,0,0,0,0,15820,0,0,0,'Might of Kalimdor Marshal',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15852,0,0,0,0,0,15821,15855,0,0,'Orgrimmar Elite Shieldguard','',NULL,0,60,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15853,0,0,0,0,0,15823,15851,15824,15852,'Orgrimmar Elite Infantryman','',NULL,0,59,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15854,0,0,0,0,0,15825,15853,15826,15854,'Orgrimmar Elite Cavalryman','',NULL,0,61,61,0,777,0,1.5,1.14286,1,1,159,221,0,258,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15855,0,0,0,0,0,15827,15856,15828,15857,'Tauren Rifleman',NULL,NULL,0,65,68,1,777,0,1.48,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15856,0,0,0,0,0,15829,15830,0,0,'Tauren Primalist',NULL,NULL,0,61,61,1,777,0,1.48,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15857,0,0,0,0,0,15860,15861,0,0,'Stormwind Cavalryman','',NULL,0,61,61,0,777,0,1.23,1.14286,1,1,159,221,0,258,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15858,0,0,0,0,0,15831,15858,15832,15859,'Stormwind Infantryman','',NULL,0,59,60,0,777,0,1.23,1.14286,1,1,104,138,0,252,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15859,0,0,0,0,0,15833,15834,0,0,'Stormwind Archmage','',NULL,0,62,62,0,777,0,1.23,1.14286,1,1,172,240,0,262,7.5,1460,1606,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15860,0,0,0,0,0,15689,15690,15691,15692,'Kaldorei Marksman',NULL,NULL,0,60,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15861,0,0,0,0,0,15835,15849,15836,15850,'Ironforge Infantryman',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15862,0,0,0,0,0,15837,15847,15839,15848,'Ironforge Cavalryman','',NULL,0,61,61,0,777,0,2.25,1.14286,1,1,159,221,0,258,7.5,1420,1562,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15863,0,0,0,0,0,15840,15841,0,0,'Darkspear Shaman',NULL,NULL,0,60,60,0,777,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,14900,15305,0,61633,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15864,0,0,0,0,0,15862,0,0,0,'Valadar Starsong','Coin of Ancestry Collector',NULL,6917,55,55,0,35,131,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15865,0,0,0,0,0,15811,0,0,0,'Might of Kalimdor Major',NULL,NULL,0,55,56,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15866,0,0,0,0,0,15842,0,0,0,'High Commander Lynore Windstryke',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1400,1550,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15867,0,0,0,0,0,15813,0,0,0,'Might of Kalimdor Archmage',NULL,NULL,0,59,60,0,777,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15868,0,0,0,0,0,15843,0,0,0,'Highlord Leoric Von Zeldig',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1450,1600,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15869,0,0,0,0,0,15844,0,0,0,'Malagav the Tactician',NULL,NULL,0,60,60,0,777,0,1.5,1.14286,1,1,104,138,0,252,7.5,1400,1550,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15870,0,0,0,0,0,15845,0,0,0,'Duke August Foehammer',NULL,NULL,0,63,63,0,777,0,1.5,1.14286,1,1,181,253,0,268,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15871,0,0,0,0,0,15625,0,0,0,'Elder Bronzebeard',NULL,NULL,21009,60,60,0,35,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15872,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (BLUE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15873,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (RED)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15874,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (GREEN)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15875,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (PURPLE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15876,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (WHITE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15877,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (YELLOW)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15878,0,0,0,0,0,11686,0,0,0,'Warcaller Finster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15879,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - BLUE','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15880,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - GREEN',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15881,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - PURPLE','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15882,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - RED','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_firework',12340),
|
|
(15883,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - YELLOW','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_firework',12340),
|
|
(15884,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - WHITE',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15885,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - BLUE BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15886,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - GREEN BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15887,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - PURPLE BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15888,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - RED BIG',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15889,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - WHITE BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15890,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Guy - YELLOW BIG','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15891,0,0,0,0,0,15863,15876,15875,15877,'Lunar Festival Herald','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15892,0,0,0,0,0,15864,15873,15872,15874,'Lunar Festival Emissary','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15893,0,0,0,0,0,15294,0,0,0,'Lunar Firework Credit Marker','',NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15894,0,0,0,0,0,15294,0,0,0,'Lunar Cluster Credit Marker','',NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15895,0,0,0,0,0,15865,0,0,0,'Lunar Festival Harbinger','',NULL,6918,55,55,0,35,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15896,0,0,0,0,0,15866,0,0,0,'C\'Thun Portal',NULL,NULL,0,63,63,0,370,33554432,2.4,1.14286,1,0,181,253,0,268,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15897,0,0,0,0,0,15294,0,0,0,'Large Spotlight','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15898,0,0,0,0,0,15869,0,0,0,'Lunar Festival Vendor','',NULL,0,55,55,0,35,128,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,32768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15899,0,0,0,0,0,15870,0,0,0,'Lunar Festival NE Vendor (PH)','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15900,0,0,0,0,0,15871,0,0,0,'Lunar Festival NE Harbinger','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15901,0,0,0,0,0,15881,0,0,0,'Vanquished Tentacle',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15902,0,0,0,0,0,15880,0,0,0,'Giant Spotlight','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_giant_spotlight',12340),
|
|
(15903,0,0,0,0,0,15442,0,0,0,'Sergeant Carnes',NULL,NULL,6923,60,60,0,1611,1,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15904,0,0,0,0,0,15882,0,0,0,'Tentacle Portal','',NULL,0,63,63,0,370,33554432,1.1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15905,0,0,0,0,0,15883,15885,15884,15886,'Darnassus Reveler','',NULL,6930,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15906,0,0,0,0,0,15887,15888,15889,15890,'Ironforge Reveler','',NULL,6929,3,60,0,35,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15907,0,0,0,0,0,15895,15897,15896,15898,'Undercity Reveler','',NULL,6934,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15908,0,0,0,0,0,15891,15892,15893,15894,'Orgrimmar Reveler','',NULL,6932,1,60,0,35,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,36864,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15909,0,0,0,0,0,15899,0,0,0,'Fariel Starsong','Coin of Ancestry Collector',NULL,6924,60,60,0,35,4227,1.2,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15910,0,0,0,0,0,15900,0,0,0,'Giant Tentacle Portal','',NULL,0,63,63,0,370,33554432,1.1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15911,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (BLUE BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15912,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (GREEN BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15913,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (PURPLE BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15914,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (RED BIG)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15915,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (WHITE BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15916,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (YELLOW BIG)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15917,0,0,0,0,0,15875,15877,15863,15876,'Lunar Festival Reveler','',NULL,0,55,55,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15918,0,0,0,0,0,11686,0,0,0,'Pat\'s Firework Cluster Guy (ELUNE)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_firework',12340),
|
|
(15919,0,0,0,0,0,15905,0,0,0,'Jade Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15920,0,0,0,0,0,15916,0,0,0,'Hathvelion Sungaze',NULL,NULL,6937,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,36864,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15921,0,0,0,0,0,16036,0,0,0,'Captain Kelisendra',NULL,NULL,6938,11,11,0,1604,3,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,36864,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15922,0,0,0,0,0,11686,0,0,0,'Viscidus Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15923,0,0,0,0,0,15918,0,0,0,'Golden Hare','',NULL,0,5,5,0,1555,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15924,0,0,0,0,0,15919,0,0,0,'Apprentice Loralthalis','',NULL,6939,6,6,0,1604,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,4096,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15925,0,0,0,0,0,358,0,0,0,'Toxic Slime',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15926,0,0,0,0,0,15920,0,0,0,'Black Pearl Panther','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15927,0,0,0,0,0,18117,0,0,0,'Truesilver Crab',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15928,29448,0,0,0,0,16137,0,0,0,'Thaddius','',NULL,0,83,83,2,21,0,1,1.68,1,3,509,683,0,805,17,2000,0,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,15928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1513636,1850000,'',0,3,1,275,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius',1),
|
|
(15929,29446,0,0,0,0,15297,0,0,0,'Stalagg','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius_summon',12340),
|
|
(15930,29447,0,0,0,0,15297,0,0,0,'Feugen','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_thaddius_summon',12340),
|
|
(15931,29373,0,0,0,0,16035,0,0,0,'Grobbulus','','',0,83,83,2,21,0,1.5,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283823,1569117,'',0,3,1,210,2,1,0,0,0,0,0,0,0,166,1,617299839,2097153,'boss_grobbulus',12340),
|
|
(15932,29417,0,0,0,0,16064,0,0,0,'Gluth','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,1600,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260000,1540000,'',0,3,1,200,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_gluth',12340),
|
|
(15933,0,0,0,0,0,11686,0,0,0,'Poison Cloud',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15934,0,0,0,0,0,14522,0,0,0,'Hive\'Zara Hornet',NULL,NULL,0,61,61,0,310,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(15935,0,0,0,0,0,15922,0,0,0,'Truesilver Boar',NULL,NULL,0,55,55,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(15936,29701,0,0,0,0,16309,0,0,0,'Heigan the Unclean','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15936,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1280454,1565000,'',0,3,1,220,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_heigan',12340),
|
|
(15937,0,0,0,0,0,1773,0,0,0,'Mmmrrrggglll','Grimscale Chieftain',NULL,0,9,9,0,18,0,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,0,0,0,0,7,11,100,7,0,15937,15937,0,0,0,0,0,0,0,12058,21030,12491,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1.1,1,1,0,21757,21771,21770,0,0,0,0,1,0,0,'',12340),
|
|
(15938,0,0,0,0,0,15936,17264,17266,17265,'Eversong Ranger',NULL,NULL,0,12,12,0,1603,0,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4096,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15939,0,0,0,0,0,15906,0,0,0,'Ranger Degolien',NULL,NULL,7140,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15940,0,0,0,0,0,15906,0,0,0,'Ranger Selron',NULL,NULL,0,30,30,0,1604,2,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15941,0,0,0,0,0,17289,0,0,0,'Apprentice Ralen',NULL,NULL,0,8,8,0,1604,2,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15942,0,0,0,0,0,15520,0,0,0,'Ranger Sareyn',NULL,NULL,7247,15,15,0,1604,3,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15943,0,0,0,0,0,9229,0,0,0,'Hive\'Zara Hornet','',NULL,0,61,61,0,14,0,1.5,1.14286,1,1,159,221,0,258,7.5,1500,1650,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5891,7852,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(15944,0,0,0,0,0,15923,0,0,0,'Ruby Serpent','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15945,0,0,0,0,0,17290,0,0,0,'Apprentice Meledor',NULL,NULL,0,8,8,0,1604,2,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15946,0,0,0,0,0,15933,0,0,0,'Apprentice Veya',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15947,0,0,0,0,0,15914,0,0,0,'Whisperwind Villager','',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15948,0,0,0,0,0,15905,0,0,0,'Emerald Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15949,0,0,0,0,0,15925,0,0,0,'Thaelis the Hungerer',NULL,NULL,0,6,6,0,16,0,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,32768,2048,0,0,0,0,0,0,4,6,100,7,0,15949,15949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,11,'',1,3,1,1,1,1,0,21781,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15950,0,0,0,0,0,15926,0,0,0,'Grimscale Seer','',NULL,0,6,7,0,18,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,32768,2048,0,0,0,0,0,0,5,8,100,7,0,15950,15950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,21757,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15951,0,0,0,0,0,16658,0,0,0,'Magister Duskwither','',NULL,6942,16,16,0,1604,3,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15952,29278,0,0,0,0,15928,0,0,0,'Maexxna','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,1,76,15952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1274062,1557187,'',0,3,1,180,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_maexxna',12340),
|
|
(15953,29268,0,0,0,0,15940,0,0,0,'Grand Widow Faerlina','',NULL,0,83,83,2,21,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,7,76,15953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172787,1954645,'',0,3,1,160,20,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_faerlina',12340),
|
|
(15954,29615,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',0,83,83,2,21,0,1,1.71429,1,3,496,674,0,783,35,2400,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,15954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265652,1546909,'',0,3,1,200,30,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_noth',12340),
|
|
(15955,0,0,0,0,0,18116,0,0,0,'Black Diamond Crab',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15956,29249,0,0,0,0,15931,0,0,0,'Anub\'Rekhan','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,15956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125000,1375000,'',0,3,1,160,2,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'boss_anubrekhan',12340),
|
|
(15957,0,0,0,0,0,15294,0,0,0,'Ouro Spawner',NULL,NULL,0,60,60,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(15958,0,0,0,0,0,11397,0,0,0,'Gharsul the Remorseless',NULL,NULL,0,8,8,0,21,0,1.125,1.14286,1,0,7,10,0,16,1,1400,1900,8,0,2048,0,0,0,0,0,0,7,10,11,6,0,15958,15958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(15959,0,0,0,0,0,18115,0,0,0,'Dark Iron Scorpid',NULL,NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(15961,0,0,0,0,0,15304,15305,15306,15307,'Lunar Festival Sentinel','',NULL,0,60,60,0,1254,0,1,1.71429,1,1,104,138,0,252,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(15962,0,0,0,0,0,15362,0,0,0,'Vekniss Hatchling','',NULL,0,60,60,0,310,0,2.4,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(15963,0,0,0,0,0,15932,0,0,0,'The Master\'s Eye','',NULL,0,63,63,0,14,0,1,1.14286,1,3,181,253,0,268,35,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(15964,0,0,0,0,0,11686,0,0,0,'Buru Egg Trigger','',NULL,0,54,55,0,114,0,1.5,1.14286,1,0,94,125,0,228,1,1500,1650,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(15965,0,0,0,0,0,15513,0,0,0,'Duskwither Apprentice','',NULL,0,10,10,0,16,0,1,0.857143,1,0,8,13,0,17,1,2000,2000,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,15965,15965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15966,0,0,0,0,0,15934,0,0,0,'Mana Serpent',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,1,0,15966,0,0,0,0,0,0,0,0,25602,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15967,0,0,0,0,0,15438,0,0,0,'Ether Fiend',NULL,NULL,0,9,10,0,91,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,4,0,15967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15968,0,0,0,0,0,15935,0,0,0,'Darnassian Scout',NULL,NULL,0,6,7,0,124,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,15968,15968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15969,0,0,0,0,0,16655,0,0,0,'Groundskeeper Wyllithen','',NULL,6943,8,8,0,1604,3,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15970,0,0,0,0,0,17224,0,0,0,'Instructor Antheol',NULL,NULL,7479,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15971,0,0,0,0,0,16469,16716,0,0,'Silvermoon Apprentice',NULL,NULL,0,8,8,0,1604,0,1,1.14286,1,0,7,10,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,7,10,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15972,0,0,0,0,0,10186,0,0,0,'Alterac Valley Battlemaster',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15973,0,0,0,0,0,7919,0,0,0,'Naxxramas Template','',NULL,0,81,81,2,312,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15974,29242,0,0,0,0,15937,0,0,0,'Dread Creeper','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,0,0,'SmartAI',0,1,1,6,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15975,29241,0,0,0,0,15938,0,0,0,'Carrion Spinner','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13151,0,0,0,'SmartAI',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15976,29243,0,0,0,0,15939,0,0,0,'Venom Stalker','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13150,0,0,0,'SmartAI',0,1,1,12,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15977,29229,0,0,0,0,959,0,0,0,'Poisonous Skitterer','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15978,30389,0,0,0,0,15941,0,0,0,'Crypt Reaver','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1200,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(15979,29286,0,0,0,0,15942,0,0,0,'Tomb Horror','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,14,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(15980,29247,0,0,0,0,16594,16595,16596,16597,'Naxxramas Cultist','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5714,9524,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15981,29248,0,0,0,0,16598,16599,16600,16601,'Naxxramas Acolyte','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5725,9541,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(15982,0,0,0,0,0,15762,0,0,0,'[PH] Valentine Reveler, Male','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15983,0,0,0,0,0,15764,0,0,0,'[PH] Valentine Reveler, Female','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15984,0,0,0,0,0,15465,0,0,0,'Sartura\'s Royal Guard','',NULL,0,61,61,0,310,0,2.8,1.14286,1,1,159,221,0,258,7.5,1920,2000,1,64,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,26038,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,193,1,0,0,'npc_sartura_royal_guard',12340),
|
|
(15985,0,0,0,0,0,6769,0,0,0,'Eric Maloof Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(15989,29991,0,0,0,0,16033,0,0,0,'Sapphiron','',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,1800,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,76,15989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246755,322238,'',0,3,1,300,2,1,0,0,0,0,0,0,0,188,1,617299839,2097153,'boss_sapphiron',12340),
|
|
(15990,30061,0,0,0,0,15945,0,0,0,'Kel\'Thuzad','',NULL,0,83,83,2,21,0,1.1,1.14286,1,3,496,674,0,783,35,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,6,76,15990,0,0,0,0,0,200,100,0,0,0,0,0,0,0,0,0,0,0,1002755,1457838,'',0,3,1,375,600,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_kelthuzad',12340),
|
|
(15991,0,0,0,0,0,15947,0,0,0,'Lady Dena Kennedy','',NULL,7993,60,60,0,12,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(15992,15996,15998,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15993,15997,15999,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15996,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15997,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (1)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15998,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 1 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(15999,0,0,0,0,0,2467,0,0,0,'Sam\'s Test Dummy 2 (2)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16000,0,0,0,0,0,2575,0,0,0,'World Master Tailoring Trainer','Tailoring Trainer',NULL,0,10,10,0,35,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16001,0,0,0,0,0,15949,0,0,0,'Aldris Fourclouds',NULL,NULL,0,5,5,0,80,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16002,0,0,0,0,0,15950,0,0,0,'Colara Dean','',NULL,6981,5,5,0,12,3,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16003,0,0,0,0,0,15951,0,0,0,'Deathguard Tor','',NULL,0,5,5,0,68,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16004,0,0,0,0,0,15952,0,0,0,'Elenia Haydon',NULL,NULL,0,5,5,0,68,2,1.1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16005,0,0,0,0,0,15953,0,0,0,'Lieutenant Jocryn Heldric','',NULL,0,5,5,0,12,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16006,0,0,0,0,0,15294,0,0,0,'InCombat Trigger','',NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16007,0,0,0,0,0,15954,0,0,0,'Orok Deathbane','',NULL,0,5,5,0,29,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16008,0,0,0,0,0,15955,0,0,0,'Temma of the Wells',NULL,NULL,0,5,5,0,104,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16009,0,0,0,0,0,15956,0,0,0,'Tormek Stoneriver','',NULL,0,5,5,0,55,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16011,29718,0,0,0,0,16110,0,0,0,'Loatheb',NULL,NULL,0,83,83,2,21,0,0.8,1.14286,1,3,509,683,0,805,35,1250,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,16011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1292142,1579285,'',0,3,1,480,2,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'boss_loatheb',12340),
|
|
(16012,0,0,0,0,0,15966,0,0,0,'Mokvar',NULL,NULL,7070,60,60,0,1619,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16013,0,0,0,0,0,15965,0,0,0,'Deliana',NULL,NULL,7071,60,60,0,1618,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16014,0,0,0,0,0,15998,0,0,0,'Mux Manascrambler',NULL,NULL,7083,60,60,0,474,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16015,0,0,0,0,0,10815,0,0,0,'Vi\'el','Exotic Reagent Merchant',NULL,7046,60,60,0,35,2179,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16016,0,0,0,0,0,15968,0,0,0,'Anthion Harmon',NULL,NULL,0,60,60,0,35,2,1.24,1.14286,1,0,104,138,0,252,1,1390,1529,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16017,29347,0,0,0,0,9760,0,0,0,'Patchwork Golem','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3798,11953,'SmartAI',0,3,1,11,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16018,29353,0,0,0,0,15958,0,0,0,'Bile Retcher','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,13.5,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16019,0,0,0,0,0,15957,0,0,0,'Boorana Thunderhoof','Panda Cub Caretaker',NULL,0,35,35,0,104,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16020,29362,0,0,0,0,16063,0,0,0,'Mad Scientist','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,10859,'SmartAI',0,3,1,6,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16021,29359,0,0,0,0,16175,0,0,0,'Living Monstrosity','','',0,82,82,2,21,0,0.8,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2015,11331,'SmartAI',0,3,1,14,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16022,29363,0,0,0,0,836,0,0,0,'Surgical Assistant','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1842,3527,'SmartAI',0,3,1,2.5,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16023,0,0,0,0,0,15959,0,0,0,'Allenya Moonshadow','Panda Cub Caretaker',NULL,0,35,35,0,80,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16024,29355,0,0,0,0,12349,0,0,0,'Embalming Slime','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,2,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),
|
|
(16025,29371,0,0,0,0,24484,0,0,0,'Stitched Giant','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6479,8466,'SmartAI',0,3,1,16,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16026,0,0,0,0,0,15960,0,0,0,'Flesh Giant B [PH]','',NULL,0,82,82,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16027,0,0,0,0,0,12349,0,0,0,'Living Poison','',NULL,0,81,81,2,974,0,1,1.14286,1,1,464,604,0,708,7.5,2500,0,1,33554496,2048,8,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_naxxramas_misc',12340),
|
|
(16028,29324,0,0,0,0,16174,0,0,0,'Patchwerk','','',0,83,83,2,21,0,2,1.14286,1,3,509,683,0,805,35,1200,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,16028,0,0,0,0,0,0,0,0,26662,28131,32309,0,0,0,0,0,0,0,1305000,1595000,'',0,3,1,310,2,1,0,0,0,0,0,0,0,169,1,617299839,2097153,'boss_patchwerk',12340),
|
|
(16029,29356,0,0,0,0,15962,0,0,0,'Sludge Belcher','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8523,8523,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16030,0,0,0,0,0,9904,9906,0,0,'Maggot',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16031,0,0,0,0,0,15967,0,0,0,'Ysida Harmon',NULL,NULL,7091,60,60,0,794,3,1,1.14286,1,0,104,138,0,252,1,2000,1590,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16032,0,0,0,0,0,15996,0,0,0,'Falrin Treeshaper','House of Shen\'dralar',NULL,7084,60,60,0,1355,3,1,1.14286,1,0,104,138,0,252,5,2000,1450,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16033,0,0,0,0,0,15994,0,0,0,'Bodley',NULL,NULL,30228,60,60,0,35,2,1.2,1.14286,1,0,74,102,0,112,1,1390,1590,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16034,29609,0,0,0,0,23136,0,0,0,'Plague Beast','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16035,0,0,0,0,0,9013,0,0,0,'[UNUSED] Bog Beast B [PH]','',NULL,0,60,61,1,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16036,29608,0,0,0,0,7896,0,0,0,'Frenzied Bat','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,7.5,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16037,29603,0,0,0,0,1954,0,0,0,'Plagued Bat','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16038,0,0,0,0,0,15964,0,0,0,'[UNUSED] Deathhound','',NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,23600,17230,8599,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16039,0,0,0,0,0,15971,0,0,0,'Pack Trainer [PH]','',NULL,0,81,81,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16040,0,0,0,0,0,15970,0,0,0,'Pack Handler [PH]','',NULL,0,81,81,2,21,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16041,0,0,0,0,0,15969,0,0,0,'Shadowhound','',NULL,0,60,60,0,16,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16042,0,0,0,0,0,14308,0,0,0,'Lord Valthalak',NULL,NULL,0,63,63,0,14,0,1,1.14286,1,3,164,228,0,249,35,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,2,4,16042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,12651,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(16043,0,0,0,0,0,16021,0,0,0,'Magma Lord Bokk',NULL,NULL,0,60,60,0,91,0,1.55556,1.14286,1,0,104,138,0,252,1,2200,2000,1,0,2048,0,0,0,0,0,0,72,106,26,4,0,16043,0,0,0,0,0,0,0,0,6524,10101,23114,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,21938,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16044,0,0,0,0,0,11686,0,0,0,'Mor Grayhoof Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2200,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16045,0,0,0,0,0,11686,0,0,0,'Isalien Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,5,2000,2200,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16046,0,0,0,0,0,11686,0,0,0,'Jarien and Sothos Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2200,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16047,0,0,0,0,0,11686,0,0,0,'Kormok Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16048,0,0,0,0,0,11686,0,0,0,'Lord Valthalak Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,146,192,0,238,3.5,2000,2200,2,33555200,2048,0,0,0,0,0,0,101,167,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16049,0,0,0,0,0,15972,0,0,0,'Lefty',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,16049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16050,0,0,0,0,0,16017,0,0,0,'Rotfang',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,16050,0,0,0,0,0,0,0,0,15581,15691,14897,15610,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16051,0,0,0,0,0,15974,0,0,0,'Snokh Blackspine',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16051,0,0,0,0,0,0,0,0,17273,13878,11829,13323,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16052,0,0,0,0,0,15975,0,0,0,'Malgen Longspear',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16052,0,0,0,0,0,0,0,0,6660,30614,20735,44286,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,2.24,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16053,0,0,0,0,0,15976,0,0,0,'Korv',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,2.24,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16054,0,0,0,0,0,15977,0,0,0,'Rezznik',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,19784,27677,0,44272,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.625,1.72,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16055,0,0,0,0,0,15979,0,0,0,'Va\'jashni',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16055,0,0,0,0,0,0,0,0,30898,23895,20697,27608,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16056,29612,0,0,0,0,15978,0,0,0,'Diseased Maggot','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),
|
|
(16057,31542,0,0,0,0,15554,0,0,0,'Rotting Maggot','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,7.5,2500,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),
|
|
(16058,0,0,0,0,0,15980,0,0,0,'Volida',NULL,NULL,0,60,60,0,54,0,1,1.14286,1,1,74,102,0,112,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,16058,0,0,0,0,0,0,0,0,27618,12557,45438,36990,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16059,0,0,0,0,0,15981,0,0,0,'Theldren',NULL,NULL,0,63,63,0,54,0,1.76,1.14286,1,1,181,253,0,268,7.5,1183,1301,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,16059,0,0,0,0,0,0,0,0,15503,27584,27580,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,22047,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16060,29955,0,0,0,0,16279,0,0,0,'Gothik the Harvester','',NULL,0,83,83,2,14,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,16060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733851,896929,'',0,3,1,60,100,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_gothik',12340),
|
|
(16061,29940,0,0,0,0,16582,0,0,0,'Instructor Razuvious','',NULL,0,83,83,2,21,0,1.6,1.14286,1,3,509,683,0,805,35,3500,0,1,32832,2048,8,0,0,0,0,0,371,535,135,6,76,16061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253602,1532181,'',0,3,1,240,2,1,0,0,0,0,0,0,0,167,1,617299839,2097153,'boss_razuvious',12340),
|
|
(16062,0,0,0,0,0,16139,0,0,0,'Highlord Mograine','The Ashbringer',NULL,0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,35,1480,1700,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,29061,26446,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,2,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),
|
|
(16063,30602,0,0,0,0,16154,0,0,0,'Sir Zeliek',NULL,NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),
|
|
(16064,30603,0,0,0,0,16155,0,0,0,'Thane Korth\'azz','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49555,64718,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),
|
|
(16065,30601,0,0,0,0,16153,0,0,0,'Lady Blaumeux','',NULL,0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),
|
|
(16066,0,0,0,0,0,15982,15999,0,0,'Spectral Assassin',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,27177,16583,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16067,29852,0,0,0,0,26539,26540,26541,0,'Deathcharger Steed','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16068,0,0,0,0,0,9904,9905,9906,15983,'Larva',NULL,NULL,0,1,1,0,31,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16069,0,0,0,0,0,15984,0,0,0,'Gurky',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16070,0,0,0,0,0,15986,0,0,0,'Garel Redrock','',NULL,7034,35,35,0,55,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16072,0,0,0,0,0,15985,0,0,0,'Tidelord Rrurgaz','',NULL,0,62,62,0,74,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,16072,0,0,0,0,0,0,0,0,19778,8732,43246,41098,0,0,0,0,0,0,749,3792,'',0,3,1,3,1,1,0,22094,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16073,0,0,0,0,0,15987,0,0,0,'Spirit of Lord Valthalak',NULL,NULL,0,63,63,0,35,2,1.22,1.14286,1,1,164,228,0,249,7.5,1200,1500,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16075,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','',NULL,7054,1,1,0,35,3,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16076,0,0,0,0,0,15988,0,0,0,'Tharl Stonebleeder','',NULL,7034,35,35,0,29,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16077,0,0,0,0,0,68,0,0,0,'[PH] Alex\'s Test DPS Mob','',NULL,0,63,63,0,14,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,500,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(16078,0,0,0,0,0,2467,0,0,0,'Unkillable Fixed Damage Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16079,0,0,0,0,0,11686,0,0,0,'Theldren Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16080,0,0,0,0,0,15997,0,0,0,'Mor Grayhoof',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1200,1500,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16080,0,0,0,0,0,0,0,0,27527,27737,27530,27532,0,0,0,0,0,0,2139,2798,'SmartAI',1,3,1,19,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),
|
|
(16081,0,0,0,0,0,20070,0,0,0,'Spectral Gryphon','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16082,0,0,0,0,0,11686,0,0,0,'Naxxramas Trigger',NULL,NULL,0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33555200,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_naxxramas_misc',12340),
|
|
(16083,0,0,0,0,0,15991,0,0,0,'Mor Grayhoof Transformation Visual','',NULL,0,60,60,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16084,0,0,0,0,0,11686,0,0,0,'picnic blanket','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16085,0,0,0,0,0,15992,0,0,0,'Peddlefeet','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16086,0,0,0,0,0,11686,0,0,0,'Flower Shower','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16089,0,0,0,0,0,30721,0,0,0,'Omar the Test Dragon','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(16090,0,0,0,0,0,15993,0,0,0,'Rousch','',NULL,0,48,48,0,35,0,1,1.14286,1,0,81,108,0,196,1,2000,2000,1,33536,2048,0,0,0,0,0,0,56,82,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16091,0,0,0,0,0,15995,0,0,0,'Dirk Thunderwood',NULL,NULL,7045,60,60,0,635,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16092,0,0,0,0,0,11686,0,0,0,'Silithis Teleporter',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16093,0,0,0,0,0,15982,15999,0,0,'Spectral Stalker',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,146,192,0,238,1,1200,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16094,0,0,0,0,0,3519,0,0,0,'Durik','Stable Master',NULL,9821,30,30,0,29,4194305,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16095,0,0,0,0,0,12966,0,0,0,'Gnashjaw','Malgen Longspear\'s Pet',NULL,0,60,60,0,45,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,16095,0,16095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16096,0,0,0,0,0,7102,10747,11375,0,'Steamwheedle Bruiser','',NULL,0,75,75,2,85,0,1,1.42857,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16097,0,0,0,0,0,16000,0,0,0,'Isalien',NULL,NULL,0,60,60,0,14,0,1.4,1.14286,1,1,146,192,0,238,5,1150,1450,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,1466,'SmartAI',1,3,1,10,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),
|
|
(16098,0,0,0,0,0,12589,0,0,0,'Empyrean',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,27556,3417,17963,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16099,0,0,0,0,0,10976,0,0,0,'[PH] Naxxramas Test Boss','Minion of Alex',NULL,0,63,63,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(16100,0,0,0,0,0,11686,0,0,0,'Ysida\'s Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(16101,0,0,0,0,0,16018,0,0,0,'Jarien',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1083,1191,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16101,0,0,0,0,0,0,0,0,0,18663,19643,20812,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,15,1,0,21984,22046,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16102,0,0,0,0,0,16003,0,0,0,'Sothos',NULL,NULL,0,60,60,0,14,0,1.5,1.14286,1,1,146,192,0,238,7.5,1083,1191,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16102,0,0,0,0,0,0,0,0,15749,8242,27641,12169,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,15,1,0,21984,22046,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16103,0,0,0,0,0,16019,0,0,0,'Spirit of Jarien',NULL,NULL,0,60,60,0,42,0,1,1.14286,1,0,146,192,0,238,1,1200,1450,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15284,13737,16583,11443,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16104,0,0,0,0,0,16004,0,0,0,'Spirit of Sothos',NULL,NULL,0,60,60,0,42,0,1.5,1.14286,1,0,146,192,0,238,1,1200,1450,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,15749,8242,27641,12169,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16105,0,0,0,0,0,16005,0,0,0,'Aristan Mottar','',NULL,0,5,5,0,12,2,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16106,0,0,0,0,0,16006,0,0,0,'Evert Sorisam',NULL,NULL,0,5,5,0,12,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16107,0,0,0,0,0,16007,0,0,0,'Apothecary Staffron Lerent','Royal Apothecary Society',NULL,0,5,5,0,35,2,1.1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16108,0,0,0,0,0,16008,0,0,0,'Fenstad Argyle',NULL,NULL,0,5,5,0,68,2,1.25,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16109,0,0,0,0,0,16009,0,0,0,'Mara Rennick',NULL,NULL,0,5,5,0,68,2,1.25,1.14286,1,0,4,4,0,14,1,2000,2000,8,0,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16110,0,0,0,0,0,16010,0,0,0,'Annalise Lerent',NULL,NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16111,0,0,0,0,0,16011,0,0,0,'Love Fool','',NULL,0,20,20,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(16112,0,0,0,0,0,16012,0,0,0,'Korfax, Champion of the Light','Brotherhood of the Light',NULL,7099,60,60,0,1625,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16113,0,0,0,0,0,16013,0,0,0,'Father Inigo Montoy','Brotherhood of the Light',NULL,7098,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16114,0,0,0,0,0,16014,0,0,0,'Scarlet Commander Marjhan','The Scarlet Crusade',NULL,7100,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16115,0,0,0,0,0,16015,0,0,0,'Commander Eligor Dawnbringer','Brotherhood of the Light',NULL,7097,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,16115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16116,0,0,0,0,0,16016,0,0,0,'Archmage Angela Dosantos','Brotherhood of the Light',NULL,7096,60,60,0,794,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,30,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16117,0,0,0,0,0,6121,0,0,0,'Plagued Swine',NULL,NULL,0,60,60,0,7,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,5,0,0,0,0,72,106,26,1,1,16117,0,16117,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,9161,0,0,0,'SmartAI',0,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16118,0,0,0,0,0,16020,0,0,0,'Kormok',NULL,NULL,0,60,60,0,14,0,1.15,1.14286,1,1,146,192,0,238,7.5,1600,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,16118,0,0,0,0,0,0,0,0,21341,27689,34409,16431,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,15,15,1,0,21984,22046,0,0,0,0,0,1,0,0,'',12340),
|
|
(16119,0,0,0,0,0,158,0,0,0,'Bone Minion','',NULL,0,60,60,0,14,0,1.15,1.14286,1,0,104,138,0,252,1,1430,1573,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16120,0,0,0,0,0,11397,0,0,0,'Bone Mage',NULL,NULL,0,60,60,0,14,0,1.15,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16121,0,0,0,0,0,15435,0,0,0,'Mortar','',NULL,0,1,1,0,1617,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,27745,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,128,'',12340),
|
|
(16123,0,0,0,0,0,16023,0,0,0,'Gremnik Rizzlesprang',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16124,29987,0,0,0,0,16608,0,0,0,'Unrelenting Trainee',NULL,NULL,0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,1800,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,55604,0,0,0,0,0,0,27892,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16125,29985,0,0,0,0,16612,0,0,0,'Unrelenting Death Knight',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27825,0,0,0,0,0,0,27928,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16126,29986,0,0,0,0,26571,0,0,0,'Unrelenting Rider',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,6,2120,0,0,0,0,0,0,0,0,0,27831,55606,0,0,0,0,0,27935,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,164,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16127,30264,0,0,0,0,3942,0,0,0,'Spectral Trainee','',NULL,0,80,80,2,21,0,1.11111,1.14286,1,1,417,582,0,608,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,27989,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16128,0,0,0,0,0,16024,0,0,0,'Rhonin','Leader of the Kirin Tor',NULL,10140,83,83,2,2007,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,500,1,0,0,0,0,0,0,0,51,1,617299803,2,'',12340),
|
|
(16129,0,0,0,0,0,15294,0,0,0,'Shadow Fissure',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,5500,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,27812,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'trigger_periodic',12340),
|
|
(16131,0,0,0,0,0,16026,0,0,0,'Rohan the Assassin','The Scarlet Crusade',NULL,7101,60,60,0,1194,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16132,0,0,0,0,0,16027,0,0,0,'Huntsman Leopold','The Scarlet Crusade',NULL,7102,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16133,0,0,0,0,0,16028,0,0,0,'Mataus the Wrathcaster','The Scarlet Crusade',NULL,7105,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16134,0,0,0,0,0,16029,0,0,0,'Rimblat Earthshatter','The Earthen Ring',NULL,7103,60,60,0,1194,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16135,0,0,0,0,0,16030,0,0,0,'Rayne','Cenarion Circle',NULL,7104,60,60,0,994,3,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,16,16135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16136,0,0,0,0,0,16135,0,0,0,'Necrotic Shard',NULL,NULL,0,70,70,0,1630,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16137,0,0,0,0,0,22712,11686,0,0,'Naxxramas Military Sub-Boss Trigger','',NULL,0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16138,0,0,0,0,0,987,0,0,0,'[UNUSED] Scourge Invasion Guardian','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16139,0,0,0,0,0,15304,15305,15306,15307,'Cenarion Hold Reservist',NULL,NULL,0,60,60,0,1254,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(16140,0,0,0,0,0,16034,0,0,0,'[UNUSED] Necropolis Crystal, Buttress','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16141,0,0,0,0,0,24993,0,0,0,'Ghoul Berserker',NULL,NULL,0,59,60,0,1630,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16142,29357,0,0,0,0,12349,0,0,0,'Bile Sludge',NULL,NULL,0,82,82,2,14,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(16143,0,0,0,0,0,16168,0,0,0,'Shadow of Doom','',NULL,0,60,60,0,2145,0,1,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16143,0,0,0,0,0,0,0,0,12542,16568,28265,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16144,0,0,0,0,0,16037,0,0,0,'Lord Saltheril','',NULL,7116,18,18,0,1604,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,4096,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16145,29824,0,0,0,0,26546,26781,26549,26550,'Death Knight Captain','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,5409,'SmartAI',0,3,1,12,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(16146,29823,0,0,0,0,16508,26542,26543,26544,'Death Knight','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3373,4410,'SmartAI',0,3,1,10,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(16147,0,0,0,0,0,16038,0,0,0,'Elisara Sunstriker','',NULL,7117,9,9,0,1604,1,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4096,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16148,29990,0,0,0,0,26683,0,0,0,'Spectral Death Knight',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,56408,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16149,29989,0,0,0,0,26681,0,0,0,'Spectral Horse','',NULL,0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,27993,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,141,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16150,29988,0,0,0,0,26682,0,0,0,'Spectral Rider',NULL,NULL,0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27994,55648,55606,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,0,0,0,0,0,0,164,1,8388624,0,'npc_boss_gothik_minion',12340),
|
|
(16151,0,0,0,0,0,19640,0,0,0,'Midnight','',NULL,0,73,73,1,7,0,1,1.71429,1,3,316,450,0,320,35,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,108,0,0,0,0,0,0,0,0,0,29711,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,164,1,650854271,2097409,'boss_midnight',12340),
|
|
(16152,0,0,0,0,0,16040,0,0,0,'Attumen the Huntsman','',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,4130,4761,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,16152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,10,1,0,0,0,0,0,0,0,164,1,650854267,2097409,'boss_attumen_midnight',12340),
|
|
(16153,0,0,0,0,0,16042,0,0,0,'Berthold','The Doorman',NULL,7139,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16154,29831,0,0,0,0,16927,0,0,0,'Risen Squire','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1163,1524,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16156,29833,0,0,0,0,26569,26555,0,0,'Dark Touched Warrior','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(16157,0,0,0,0,0,16528,0,0,0,'Doom Touched Warrior','',NULL,0,61,61,0,21,0,1.9,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16158,0,0,0,0,0,16533,0,0,0,'Death Touched Warrior','',NULL,0,61,61,1,21,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16159,0,0,0,0,0,16048,0,0,0,'Calliard','The Nightman',NULL,7142,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16160,0,0,0,0,0,16046,0,0,0,'Magistrix Eredania','Enchanting Trainer',NULL,7524,16,16,0,1604,81,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16161,0,0,0,0,0,16047,0,0,0,'Arcanist Sheynathren','Alchemy Trainer',NULL,7524,15,15,0,1604,81,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16162,0,0,0,0,0,15513,0,0,0,'Wretched Hooligan','',NULL,0,6,7,0,16,0,1,0.857143,1,0,8,11,0,30,1,2000,2000,2,32768,2048,0,0,0,0,0,0,5,8,100,7,0,16162,16162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16163,29842,0,0,0,0,26571,0,0,0,'Death Knight Cavalier','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,1500,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,2120,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,12,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16164,29825,0,0,0,0,10553,0,0,0,'Shade of Naxxramas','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2481,3244,'SmartAI',0,3,1,7,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16165,29828,0,0,0,0,27105,0,0,0,'Necro Knight','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,64,2048,8,0,0,0,0,0,351,503,74,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1801,2356,'SmartAI',0,3,1,7,18,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16166,0,0,0,0,0,11686,0,0,0,'Theldren Kill Credit','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16167,29835,0,0,0,0,21305,0,0,0,'Bony Construct','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1673,2190,'SmartAI',0,3,1,5,3,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16168,29576,0,0,0,0,14710,0,0,0,'Stoneskin Gargoyle','','',0,81,81,2,233,0,2,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11151,14566,'SmartAI',0,3,1,26,10,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(16169,0,0,0,0,0,16166,0,0,0,'Hastings','The Caretaker',NULL,7143,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16170,0,0,0,0,0,16051,0,0,0,'Coldmist Stalker','',NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,1000,2000,1,64,2048,0,3,0,0,0,0,215,320,44,1,1,16170,0,0,0,0,0,105,0,0,29290,0,0,0,0,0,0,0,10522,0,0,0,'SmartAI',1,1,1,2.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16171,0,0,0,0,0,16050,0,0,0,'Coldmist Widow','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,262,389,48,1,1,16171,0,0,0,0,0,105,0,0,29292,29293,0,0,0,0,0,0,10523,0,0,0,'SmartAI',1,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16172,0,0,0,0,0,16136,0,0,0,'Damaged Necrotic Shard',NULL,NULL,0,60,60,0,1630,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16173,0,0,0,0,0,1954,0,0,0,'Shadowbat','',NULL,0,69,70,1,16,0,2.4,1.71429,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,24,0,0,0,0,215,320,44,1,9,16173,0,70065,0,0,0,0,0,0,29298,0,0,0,0,0,0,0,12815,0,0,0,'SmartAI',1,3,1,2.1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(16174,0,0,0,0,0,9074,0,0,0,'Greater Shadowbat','',NULL,0,71,71,1,16,0,2.4,1.71429,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,24,0,0,0,0,262,389,48,1,9,16174,0,70065,0,0,0,0,105,0,29300,29303,0,0,0,0,0,0,12816,0,0,0,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(16175,0,0,0,0,0,7897,0,0,0,'Vampiric Shadowbat','',NULL,0,71,71,1,16,0,2.4,1.71429,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,1,8,16175,0,70065,0,0,0,0,0,0,32429,0,0,0,0,0,0,0,12827,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(16176,0,0,0,0,0,16052,0,0,0,'Shadowbeast','',NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,16176,0,70162,0,0,0,0,105,0,29304,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16177,0,0,0,0,0,7893,0,0,0,'Dreadbeast',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,16177,0,70162,0,0,0,0,0,0,29561,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16178,0,0,0,0,0,16049,0,0,0,'Phase Hound',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,16178,0,70162,0,0,0,0,0,105,29315,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.45,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16179,0,0,0,0,0,15938,0,0,0,'Hyakiss the Lurker',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,2,316,450,0,320,7.5,1900,2000,1,0,2048,0,3,0,0,0,0,278,413,58,1,72,16179,0,0,0,0,0,0,0,0,29901,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,24.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_servant_quarters',12340),
|
|
(16180,0,0,0,0,0,16053,0,0,0,'Shadikith the Glider','',NULL,0,73,73,1,16,0,1.78,1.14286,1,2,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,1,72,16180,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,24.5,1,1,0,0,0,0,0,0,0,170,1,0,0,'boss_servant_quarters',12340),
|
|
(16181,0,0,0,0,0,16054,0,0,0,'Rokad the Ravager','',NULL,0,73,73,1,16,0,1.2,1.14286,1,2,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,72,16181,0,16181,0,0,0,0,0,0,29906,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_servant_quarters',12340),
|
|
(16182,0,0,0,0,0,11686,0,0,0,'Crystal Zapper','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16183,0,0,0,0,0,16055,0,0,0,'Courier Dawnstrider','',NULL,7155,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16184,0,0,0,0,0,14698,0,0,0,'Nerubian Overseer',NULL,NULL,0,60,60,0,16,0,1.1,1.14286,1,2,104,138,0,252,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,6,0,16184,0,0,0,0,0,0,0,0,24110,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16185,0,0,0,0,0,16675,0,0,0,'Anathos','Stable Master',NULL,9821,10,10,0,1604,4194305,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16186,0,0,0,0,0,16690,0,0,0,'Vara','Cloth & Leather Merchant',NULL,0,9,9,0,1604,4224,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16187,0,0,0,0,0,16073,0,0,0,'Quartermaster Lymel','General Goods',NULL,7146,18,18,0,1623,387,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16188,0,0,0,0,0,169,0,0,0,'[UNUSED] Buttress Channeler','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16189,0,0,0,0,0,16057,0,0,0,'Skymaster Sunwing','Dragonhawk Master',NULL,7147,65,65,0,1604,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16190,0,0,0,0,0,2575,0,0,0,'Expansion Enchanting Trainer','Enchanting Trainer',NULL,0,1,80,0,35,80,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,2,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16191,0,0,0,0,0,16058,0,0,0,'Sathren Azuredawn','General Goods',NULL,7148,30,30,0,1604,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16192,0,0,0,0,0,16059,0,0,0,'Skymistress Gloaming','Dragonhawk Master',NULL,7149,65,65,0,1604,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16193,29837,0,0,0,0,26563,0,0,0,'Skeletal Smith','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2226,2911,'SmartAI',0,3,1,5,1,1,0,42108,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(16194,29898,0,0,0,0,24722,0,0,0,'Unholy Axe','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,6241,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16196,0,0,0,0,0,16062,0,0,0,'Apothecary Thedra',NULL,NULL,7154,12,12,0,1623,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16197,0,0,0,0,0,16079,0,0,0,'Arcanist Vandril',NULL,NULL,7153,14,14,0,1623,3,0.6,1.14286,1,0,14,20,0,21,1,2000,2000,8,4608,2048,0,0,0,0,0,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(16198,0,0,0,0,0,16071,0,0,0,'Apothecary Renzithen',NULL,NULL,7187,12,12,0,68,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16199,0,0,0,0,0,16470,0,0,0,'Magister Darenis',NULL,NULL,7220,13,13,0,1604,3,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16200,0,0,0,0,0,16127,0,0,0,'Deathstalker Rathiel',NULL,NULL,0,19,19,0,1623,2,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,32768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16201,0,0,0,0,0,16123,0,0,0,'Geranis Whitemorn',NULL,NULL,7206,12,12,0,1623,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16202,0,0,0,0,0,16120,0,0,0,'Farstrider Sedina','Farstriders',NULL,7205,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16203,0,0,0,0,0,16121,0,0,0,'Ranger Vynna','Farstriders',NULL,7195,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16204,0,0,0,0,0,16472,0,0,0,'Magister Idonis',NULL,NULL,7242,18,18,0,1623,3,1.125,1.14286,1,0,19,26,0,27,1,2000,1900,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16205,0,0,0,0,0,16115,0,0,0,'Magistrix Aminel',NULL,NULL,7204,16,16,0,1604,3,1,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16206,0,0,0,0,0,18682,0,0,0,'Apprentice Varnis',NULL,NULL,7185,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16207,0,0,0,0,0,16055,0,0,0,'Scout Fionna','',NULL,0,12,12,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16208,0,0,0,0,0,16113,0,0,0,'Apothecary Enith',NULL,NULL,7182,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,1900,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16209,0,0,0,0,0,18683,0,0,0,'Ranger Vedoran','Farstriders',NULL,7177,12,12,0,1604,1,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,33024,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16210,0,0,0,0,0,16065,0,0,0,'Magistrix Landra Dawnstrider',NULL,NULL,7156,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16211,0,0,0,0,0,16074,0,0,0,'Naxxramas Combat Dummy',NULL,NULL,0,1,1,0,1095,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(16212,0,0,0,0,0,16066,0,0,0,'Dispatch Commander Metz','The Argent Dawn',NULL,7157,60,60,0,814,3,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16213,0,0,0,0,0,16067,0,0,0,'Ranger Lethvalin','Farstriders',NULL,7158,9,9,0,1604,3,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16214,0,0,0,0,0,11686,0,0,0,'Necropolis Controller','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16215,29899,0,0,0,0,24723,0,0,0,'Unholy Staff','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883,5076,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16216,29900,0,0,0,0,24724,0,0,0,'Unholy Swords','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,5409,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16217,0,0,0,0,0,16068,0,0,0,'Lieutenant Tomathren','Farstriders',NULL,7289,13,13,0,1636,1,0.4,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),
|
|
(16218,0,0,0,0,0,13069,0,0,0,'Tesla Coil','',NULL,0,80,80,2,14,0,1.125,1.14286,1,0,422,586,0,642,1,2000,0,1,33554688,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16219,0,0,0,0,0,16069,0,0,0,'Ranger Valanna','Farstriders',NULL,7159,12,12,0,1604,3,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16220,0,0,0,0,0,16070,0,0,0,'Captain Helios','Farstriders',NULL,7160,20,20,0,1602,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16221,0,0,0,0,0,15511,0,0,0,'Silvermoon Guardian',NULL,'Directions',8185,22,25,0,1603,1,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,36864,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(16222,0,0,0,0,0,15511,0,0,0,'Silvermoon City Guardian',NULL,'Directions',7633,75,75,2,1603,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,36864,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(16224,0,0,0,0,0,16072,0,0,0,'Rathis Tomber','Trade Supplies',NULL,7162,11,11,0,1623,131,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,4608,2048,0,0,0,0,0,0,9,14,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16225,0,0,0,0,0,14546,14547,14549,14551,'Pack Mule',NULL,NULL,0,1,2,0,35,0,1,1.28968,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16226,0,0,0,0,0,16082,0,0,0,'Guard Didier','Brotherhood of the Light',NULL,0,60,60,0,1624,2,1,1.14286,1,1,104,138,0,252,7.5,2000,1518,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16227,0,0,0,0,0,1233,0,0,0,'Bragok','Flight Master',NULL,6944,65,65,0,69,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16228,0,0,0,0,0,16093,16094,16095,16096,'Argent Dawn Infantry','The Argent Dawn',NULL,0,59,60,0,1625,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16229,0,0,0,0,0,16077,16078,0,0,'Injured Argent Dawn Infantry','The Argent Dawn',NULL,0,59,60,0,794,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16230,0,0,0,0,0,16151,0,0,0,'Cultist Engineer','',NULL,0,60,60,0,190,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16231,0,0,0,0,0,16080,0,0,0,'Dame Auriferous',NULL,NULL,7163,18,18,0,1623,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4608,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16232,0,0,0,0,0,14546,14547,14551,14549,'Caravan Mule',NULL,NULL,0,50,50,0,290,0,1,1.28968,1,0,85,112,0,206,1,2000,1900,1,0,2048,0,0,0,0,0,0,58,86,20,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16233,0,0,0,0,0,8183,0,0,0,'Plaguewing Slug','',NULL,0,81,81,2,7,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16234,0,0,0,0,0,15789,0,0,0,'Flesh Ripper','',NULL,0,61,61,0,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,8,0,0,0,0,0,0,0,0,0,26211,6417,6524,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(16235,0,0,0,0,0,15793,0,0,0,'Plague Flesh Tentacle','',NULL,0,81,81,2,16,0,1.2,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(16236,29613,0,0,0,0,15788,0,0,0,'Eye Stalk','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,4,2048,8,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16237,0,0,0,0,0,16083,0,0,0,'Magister Sylastor',NULL,NULL,0,16,16,0,1623,2,1.125,1.14286,1,0,17,23,0,24,1,2000,1900,8,0,2048,0,0,0,0,0,0,15,22,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16238,0,0,0,0,0,16084,16085,16086,16087,'Night Elf Ambusher',NULL,NULL,0,15,15,0,80,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16239,0,0,0,0,0,16471,0,0,0,'Magister Kaendris',NULL,NULL,7397,20,20,0,1604,3,1.125,1.14286,1,0,29,39,0,70,1,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16240,0,0,0,0,0,16116,0,0,0,'Arcanist Janeda',NULL,NULL,7190,21,21,0,1604,3,1.125,1.14286,1,0,22,30,0,32,1,2000,1900,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16241,0,0,0,0,0,16131,0,0,0,'Argent Recruiter','The Argent Dawn',NULL,0,55,55,0,814,2,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16242,0,0,0,0,0,16088,16090,16091,16092,'Tranquillien Scout',NULL,NULL,0,16,16,0,1628,0,1.125,1.14286,1,0,23,31,0,56,1,2000,1900,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16243,29575,0,0,0,0,11140,0,0,0,'Plague Slime','','',0,81,81,2,14,0,0.8,1.14286,1,1,464,604,0,708,7.5,1800,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6051,7906,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(16244,29574,0,0,0,0,26329,0,0,0,'Infectious Ghoul','','',0,81,81,2,21,0,0.8,1.14286,1,1,464,604,0,708,7.5,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4631,8832,'SmartAI',0,3,1,12,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16245,0,0,0,0,0,16214,0,0,0,'Luzran',NULL,NULL,0,21,21,0,21,0,1,1.14286,1,1,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,6,32,16245,16245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,170,'SmartAI',1,3,1,4,1,1,0,22893,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16246,0,0,0,0,0,16215,0,0,0,'Knucklerot',NULL,NULL,0,21,21,0,21,0,1.48,1.14286,1,1,31,40,0,74,1.7,2000,2000,1,64,2048,0,0,0,0,0,0,21,30,4,6,0,16246,16246,0,0,0,0,0,0,0,3396,8014,0,0,0,0,0,0,0,0,126,170,'SmartAI',0,3,1,4,1,1,0,22894,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16247,0,0,0,0,0,15962,0,0,0,'Borgoth the Bloodletter',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,6,0,16247,16247,0,0,0,0,0,0,0,3148,13445,0,0,0,0,0,0,0,0,28,41,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16248,0,0,0,0,0,7857,0,0,0,'Jurion the Deceiver',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,6,0,16248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16249,0,0,0,0,0,11396,0,0,0,'Masophet the Black',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,21,29,0,30,1,2000,2000,8,0,2048,0,0,0,0,0,0,19,27,14,6,0,16249,0,0,0,0,0,0,0,0,20792,16568,0,0,0,0,0,0,0,0,25,37,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16250,0,0,0,0,0,18162,0,0,0,'Mirdoran the Fallen',NULL,NULL,0,20,20,0,21,0,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,6,0,16250,16250,0,0,0,0,0,0,0,11971,11972,0,0,0,0,0,0,0,0,26,39,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16251,0,0,0,0,0,16100,0,0,0,'Deathstalker Maltendis',NULL,NULL,7207,16,16,0,1628,3,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16252,0,0,0,0,0,16099,0,0,0,'High Executor Mavren',NULL,NULL,7172,20,20,0,1628,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16253,0,0,0,0,0,16103,0,0,0,'Master Chef Mouldier','Cooking Trainer & Supplies',NULL,7171,14,14,0,1623,211,1,1.14286,1,0,14,20,0,21,1,2000,2000,8,4096,2048,0,0,2,0,0,0,13,19,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16254,0,0,0,0,0,16102,0,0,0,'Field Marshal Chambers','The Argent Dawn',NULL,0,60,60,0,794,0,1.48,1.14286,1,1,146,192,0,238,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16255,0,0,0,0,0,10727,0,0,0,'Argent Scout','The Argent Dawn',NULL,0,58,59,0,814,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16256,0,0,0,0,0,16104,0,0,0,'Jessica Chambers','Innkeeper',NULL,7173,52,52,0,794,66179,1,1.14286,1,0,87,117,0,214,1,1000,2000,1,512,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16257,0,0,0,0,0,16703,0,0,0,'Geron','Weapon Merchant',NULL,0,13,13,0,1604,4224,1,1.14286,1,0,17,23,0,44,1,1500,2000,2,4608,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16258,0,0,0,0,0,16702,0,0,0,'Farsil','Armor & Shield Merchant',NULL,0,11,11,0,1604,4224,1,1.14286,1,0,14,18,0,40,1,1500,2000,2,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16259,0,0,0,0,0,16687,0,0,0,'Sheri','General Goods',NULL,0,10,10,0,1604,384,1,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16260,0,0,0,0,0,16676,0,0,0,'Areyn','General Goods',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16261,0,0,0,0,0,16713,0,0,0,'Sathiel','Trade Supplies',NULL,10181,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16262,0,0,0,0,0,16705,0,0,0,'Landraelanis','Tradesman',NULL,0,11,11,0,1604,128,1,1.14286,1,0,11,15,0,18,1,1500,2000,8,4608,2048,0,0,0,0,0,0,10,14,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16263,0,0,0,0,0,16704,0,0,0,'Paelarin','Bowyer',NULL,7311,9,9,0,1604,4225,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16264,0,0,0,0,0,16691,0,0,0,'Winaestra','Hawkstrider Breeder',NULL,8098,15,15,0,1604,129,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16265,0,0,0,0,0,16714,0,0,0,'Smith Daelarin','Blacksmithing Trainer',NULL,0,13,13,0,1604,80,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,2,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16266,0,0,0,0,0,16700,0,0,0,'Celoenus','Warlock Trainer',NULL,7566,12,12,0,1604,49,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,9,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16267,0,0,0,0,0,16677,0,0,0,'Daestra','',NULL,0,12,12,0,1604,0,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,3,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16268,0,0,0,0,0,16678,0,0,0,'Eralan','Poison Supplies',NULL,7436,15,15,0,1604,1155,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16269,0,0,0,0,0,16680,0,0,0,'Garridel','Mage Trainer',NULL,6648,12,12,0,1604,49,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,8,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16270,0,0,0,0,0,16681,0,0,0,'Hannovia','Hunter Trainer',NULL,6652,12,12,0,1604,49,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,0,0,3,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16271,0,0,0,0,0,16715,0,0,0,'Telenus','Pet Trainer',NULL,4783,12,12,0,1604,19,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,3,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(16272,0,0,0,0,0,16683,0,0,0,'Kanaria','First Aid Trainer',NULL,5856,8,8,0,1604,81,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,4608,2048,0,0,2,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16273,0,0,0,0,0,16706,0,0,0,'Mathreyn','Skinning Trainer',NULL,0,11,11,0,1604,80,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,4608,2048,0,0,2,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16274,0,0,0,0,0,16684,0,0,0,'Narina','Bowyer',NULL,0,14,14,0,1604,4224,1,1.14286,1,0,20,27,0,50,1,1500,2000,1,4608,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16275,0,0,0,0,0,16685,0,0,0,'Noellene','Paladin Trainer',NULL,6647,12,12,0,1604,51,1,1.14286,1,0,16,21,0,42,1,1500,2000,2,4608,2048,0,0,0,0,2,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16276,0,0,0,0,0,16707,0,0,0,'Ponaris','Priest Trainer',NULL,7438,12,12,0,1604,51,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,5,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16277,0,0,0,0,0,16686,0,0,0,'Quarelestra','Cooking Trainer',NULL,5854,14,14,0,1604,81,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,4608,2048,0,0,2,0,0,0,12,19,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16278,0,0,0,0,0,16708,0,0,0,'Sathein','Leatherworking Trainer',NULL,0,11,11,0,1604,4176,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,4608,2048,0,0,2,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16279,0,0,0,0,0,16689,0,0,0,'Tannaria','Rogue Trainer',NULL,6650,12,12,0,1604,49,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,4608,2048,0,0,0,0,4,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16280,0,0,0,0,0,16712,0,0,0,'Perascamin','Riding Trainer',NULL,8275,15,15,0,1604,4179,1,1.14286,1,0,20,27,0,48,1,1500,2000,2,4608,2048,0,0,1,0,0,10,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16281,0,0,0,0,0,16105,0,0,0,'Keeper of the Rolls','The Argent Dawn',NULL,0,58,58,0,814,2,1.1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16283,0,0,0,0,0,16106,0,0,0,'Packmaster Stonebruiser','Brotherhood of the Light',NULL,7174,59,59,0,794,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16284,0,0,0,0,0,16107,16108,0,0,'Argent Medic','The Argent Dawn',NULL,7175,57,58,0,794,1,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,512,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.02,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16285,0,0,0,0,0,16130,0,0,0,'Argent Emissary','The Argent Dawn',NULL,0,55,55,0,814,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16286,30068,0,0,0,0,16111,0,0,0,'Spore','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),
|
|
(16287,0,0,0,0,0,16112,0,0,0,'Ambassador Sunsorrow',NULL,NULL,7178,60,60,0,1604,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,36864,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16288,0,0,0,0,0,16265,0,0,0,'Advisor Sorrelon',NULL,NULL,7183,20,20,0,1604,3,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16289,0,0,0,0,0,16117,0,0,0,'Advisor Valwyn',NULL,NULL,7188,15,15,0,1623,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16290,29388,0,0,0,0,12349,0,0,0,'Fallout Slime','','',0,80,80,2,14,0,1.5,1.14286,1,1,422,586,0,642,7.5,1150,1265,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16291,0,0,0,0,0,16118,0,0,0,'Magister Quallestis',NULL,NULL,7194,17,17,0,1623,3,1.125,1.14286,1,0,18,25,0,26,1,2000,1900,8,0,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16292,0,0,0,0,0,11172,0,0,0,'Aquantion',NULL,NULL,0,13,13,0,16,0,1.125,1.14286,1,0,17,23,0,44,1,2000,2000,2,0,2048,0,0,0,0,0,0,11,17,1,4,0,0,0,0,0,0,144,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16293,0,0,0,0,0,16119,0,0,0,'Apprentice Shatharia',NULL,NULL,7192,12,12,0,1623,3,1,1.14286,1,0,12,17,0,19,1,2000,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16294,0,0,0,0,0,15925,0,0,0,'Aldaron the Reckless',NULL,NULL,0,8,8,0,16,0,1.125,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,16294,16294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'SmartAI',1,3,1,1,5,1,0,22487,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16295,0,0,0,0,0,16122,0,0,0,'Ranger Lilatha','Farstriders',NULL,0,16,16,0,1602,3,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,4864,2048,0,0,0,0,0,0,16,23,2,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ranger_lilatha',12340),
|
|
(16296,0,0,0,0,0,11686,0,0,0,'Eversong Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(16297,29601,0,0,0,0,16895,0,0,0,'Mutated Grub','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16298,0,0,0,0,0,16169,0,0,0,'Spectral Soldier','',NULL,0,59,60,0,1630,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16299,0,0,0,0,0,12074,0,0,0,'Skeletal Shocktrooper','',NULL,0,59,60,0,1630,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,16299,0,0,0,0,0,0,0,0,17014,28265,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16300,0,0,0,0,0,1200,2676,0,0,'Risen Creeper',NULL,NULL,0,9,10,0,1630,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,16300,16300,0,0,0,0,0,0,0,6951,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16301,0,0,0,0,0,1197,1201,0,0,'Risen Hungerer',NULL,NULL,0,13,14,0,1630,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,16301,16301,0,0,0,0,0,0,0,6958,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16302,0,0,0,0,0,10970,10971,0,0,'Risen Stalker',NULL,NULL,0,16,17,0,21,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,16302,16302,0,0,0,0,0,0,0,8282,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16303,0,0,0,0,0,158,0,0,0,'Dreadbone Skeleton',NULL,NULL,0,10,11,0,21,0,0.888888,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16303,16303,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16304,0,0,0,0,0,14272,0,0,0,'Arcane Devourer',NULL,NULL,0,11,12,0,834,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,16304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,22580,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16305,0,0,0,0,0,733,0,0,0,'Dreadbone Sentinel',NULL,NULL,0,17,18,0,21,0,0.888888,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,16305,16305,0,0,0,0,0,0,0,11972,11971,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16306,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghost/Ghoul',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16307,0,0,0,0,0,1245,0,0,0,'Deathcage Scryer',NULL,NULL,0,9,11,0,21,0,1,1.14286,1,0,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,6,0,16307,0,0,0,0,0,0,0,0,20793,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16308,0,0,0,0,0,11397,0,0,0,'Deathcage Sorcerer',NULL,NULL,0,16,18,0,21,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,6,0,16308,16308,0,0,0,0,0,0,0,20792,12748,0,0,0,0,0,0,0,0,18,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16309,0,0,0,0,0,137,0,0,0,'Gangled Cannibal',NULL,NULL,0,12,13,0,1630,0,0.777776,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,6,0,16309,16309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16310,0,0,0,0,0,15934,0,0,0,'Mana Shifter',NULL,NULL,0,12,12,0,834,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,0,2048,0,0,0,0,0,0,10,15,100,1,0,16310,0,0,0,0,0,0,0,0,29058,11975,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.8,1,0,22580,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16311,0,0,0,0,0,14702,0,0,0,'Phantasmal Watcher',NULL,NULL,0,12,14,0,21,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,6,0,16311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16312,0,0,0,0,0,915,0,0,0,'Spectral Screamer','',NULL,0,14,16,0,21,0,1.2,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16313,0,0,0,0,0,11178,0,0,0,'Nerubis Guard',NULL,NULL,0,9,10,0,21,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,6,0,16313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16314,0,0,0,0,0,10728,0,0,0,'Fallen Ranger',NULL,NULL,0,15,15,0,21,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,6,0,16314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16315,0,0,0,0,0,10535,10536,10537,10538,'Deatholme Acolyte',NULL,NULL,0,14,15,0,21,0,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,7,0,16315,16315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,25,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16316,0,0,0,0,0,11071,0,0,0,'Stonewing Tracker',NULL,NULL,0,16,17,0,21,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,16316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16317,0,0,0,0,0,10539,10540,10541,10542,'Deatholme Necromancer',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,16317,16317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16318,0,0,0,0,0,10631,10632,10633,10634,'Deatholme Darkmage',NULL,NULL,0,17,18,0,21,0,1,1.14286,1,0,19,26,0,27,1,2000,2000,8,32768,2048,0,0,0,0,0,0,17,24,13,7,0,16318,16318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16319,0,0,0,0,0,9758,0,0,0,'Nerubis Centurion',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,16319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,34,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16320,0,0,0,0,0,4629,0,0,0,'Eye of Dar\'Khan',NULL,NULL,0,19,20,0,21,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,6,0,16320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16321,0,0,0,0,0,10750,0,0,0,'Wailer',NULL,NULL,0,18,19,0,21,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,6,0,16321,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,0,23,34,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16322,0,0,0,0,0,1065,0,0,0,'Gangled Flesheater',NULL,NULL,0,10,11,0,1630,0,0.777776,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16322,16322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16323,0,0,0,0,0,4629,0,0,0,'Phantasmal Seeker',NULL,NULL,0,12,14,0,21,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,6,0,16323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22566,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16324,0,0,0,0,0,7533,0,0,0,'Stonewing Slayer',NULL,NULL,0,13,14,0,21,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,6,0,16324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,22567,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16325,0,0,0,0,0,16124,17305,0,0,'Quel\'dorei Ghost',NULL,NULL,0,10,11,0,16,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16326,0,0,0,0,0,17306,17307,0,0,'Quel\'dorei Wraith',NULL,NULL,0,11,11,0,16,0,1,1.14286,1,0,15,20,0,44,1,2400,2000,1,0,2048,0,0,0,0,0,0,9,14,100,6,0,16326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16327,0,0,0,0,0,146,0,0,0,'Ravening Apparition',NULL,NULL,0,11,12,0,16,0,1.11111,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,16327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16328,0,0,0,0,0,10701,0,0,0,'Vengeful Apparition',NULL,NULL,0,12,12,0,16,0,1.11111,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,6,0,16328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,21,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16329,0,0,0,0,0,17681,0,0,0,'Dar\'Khan Drathir',NULL,NULL,0,21,21,0,16,0,1.48,1.14286,1,1,28,38,0,68,1.7,2000,1900,2,0,2048,0,0,0,0,0,0,19,29,4,6,0,16329,16329,0,0,0,0,0,0,0,38660,21068,20791,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,8,2,1,0,22653,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16330,0,0,0,0,0,4841,4842,4843,4844,'Sentinel Spy',NULL,NULL,0,10,11,0,124,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,16330,16330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16331,0,0,0,0,0,16782,16783,0,0,'Darnassian Druid',NULL,NULL,0,13,14,0,124,0,1.125,1.14286,1,0,19,25,0,46,1,2000,2000,2,32768,2048,0,0,0,0,0,0,12,19,2,7,0,16331,16331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16332,0,0,0,0,0,2306,14613,14614,14615,'Darnassian Huntress',NULL,NULL,0,14,15,0,124,0,1.125,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,16332,16332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16333,0,0,0,0,0,4845,4846,4847,4848,'Sentinel Infiltrator',NULL,NULL,0,15,16,0,124,0,1,1.14286,1,0,23,31,0,56,1,2000,1900,1,0,2048,0,0,0,0,0,0,16,23,2,7,0,16333,16333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,23191,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16334,0,0,0,0,0,848,0,0,0,'Blackpaw Gnoll',NULL,NULL,0,13,14,0,70,0,1,1.19048,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,16334,16334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16335,0,0,0,0,0,10851,0,0,0,'Blackpaw Scavenger',NULL,NULL,0,12,13,0,70,0,1.2,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,16335,16335,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16336,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghost/Skeleton','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16337,0,0,0,0,0,10854,0,0,0,'Blackpaw Shaman',NULL,NULL,0,12,14,0,70,0,1,1.14286,1,0,19,25,0,46,1,2000,2000,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,16337,16337,0,0,0,0,0,0,0,28902,20802,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22634,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16338,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, spawner, Ghoul/Skeleton','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16339,0,0,0,0,0,16347,0,0,0,'Arcane Reaver',NULL,NULL,0,15,16,0,14,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,4,0,16339,0,0,0,0,0,0,0,0,31390,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,23706,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16340,0,0,0,0,0,299,0,0,0,'Shadowpine Ripper',NULL,NULL,0,10,11,0,1643,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,16340,16340,0,0,0,0,0,0,0,12555,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,22639,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16341,0,0,0,0,0,16275,0,0,0,'Shadowpine Witch',NULL,NULL,0,11,12,0,1643,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,16341,16341,0,0,0,0,0,0,0,12550,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1,1,1,0,22639,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16342,0,0,0,0,0,4769,0,0,0,'Mummified Headhunter',NULL,NULL,0,16,17,0,1643,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,6,0,16342,16342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,22633,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16343,0,0,0,0,0,16275,0,0,0,'Shadowpine Oracle',NULL,NULL,0,15,16,0,1643,0,1,1.14286,1,0,22,29,0,52,1,2000,2000,2,32768,2048,0,0,0,0,0,0,15,22,2,7,0,16343,16343,0,0,0,0,0,0,0,7154,0,0,0,0,0,0,0,0,0,17,27,'SmartAI',1,3,1,1,1,1,0,22633,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16344,0,0,0,0,0,298,0,0,0,'Shadowpine Headhunter',NULL,NULL,0,17,18,0,1643,0,1.125,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,16344,16344,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,23165,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16345,0,0,0,0,0,592,0,0,0,'Shadowpine Catlord',NULL,NULL,0,18,19,0,1643,0,1,1.14286,1,0,26,34,0,60,1,2000,1900,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,16345,16345,0,0,0,0,0,0,0,28902,0,0,0,0,0,0,0,0,0,21,32,'SmartAI',1,3,1,1,1,1,0,22677,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16346,0,0,0,0,0,590,0,0,0,'Shadowpine Hexxer',NULL,NULL,0,17,19,0,1643,0,1,1.14286,1,0,26,34,0,60,1,2000,1900,2,0,2048,0,0,0,0,0,0,18,26,3,7,0,16346,16346,0,0,0,0,0,0,0,29044,17201,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,23166,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16347,0,0,0,0,0,18167,0,0,0,'Starving Ghostclaw',NULL,NULL,0,9,10,0,38,0,1,1.42857,1,0,13,17,0,42,1,1500,2000,1,0,2048,0,2,0,0,0,0,9,13,100,1,1,16347,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11556,0,0,0,'',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16348,0,0,0,0,0,16245,0,0,0,'Ghostclaw Lynx',NULL,NULL,0,13,14,0,38,0,1,1.42857,1,0,20,27,0,50,1,1500,2000,1,0,2048,0,2,0,0,0,0,13,20,1,1,1,16348,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11092,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16349,0,0,0,0,0,15592,0,0,0,'Ghostclaw Ravager',NULL,NULL,0,16,17,0,38,0,1,1.42857,1,0,25,33,0,60,1,1500,2000,1,0,2048,0,2,0,0,0,0,17,25,2,1,1,16349,0,100004,0,0,0,0,0,0,6595,0,0,0,0,0,0,0,11093,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16350,0,0,0,0,0,955,0,0,0,'Spindleweb Spider',NULL,NULL,0,10,11,0,22,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,3,0,0,0,0,9,14,100,1,1,16350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10496,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),
|
|
(16351,0,0,0,0,0,1087,0,0,0,'Spindleweb Lurker',NULL,NULL,0,14,15,0,22,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,3,0,0,0,0,15,22,2,1,1,16351,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,10499,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),
|
|
(16352,0,0,0,0,0,1090,0,0,0,'Greater Spindleweb',NULL,NULL,0,17,18,0,22,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,16352,0,0,0,0,0,0,0,0,11918,0,0,0,0,0,0,0,10501,0,0,0,'SmartAI',1,1,1,1,1,1,0,22570,23707,0,0,0,0,0,1,0,0,'',12340),
|
|
(16353,0,0,0,0,0,14562,0,0,0,'Mistbat',NULL,NULL,0,9,10,0,411,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,24,0,0,0,0,9,13,100,1,1,16353,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12821,0,0,0,'',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16354,0,0,0,0,0,3956,0,0,0,'Vampiric Mistbat',NULL,NULL,0,13,15,0,411,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,24,0,0,0,0,15,22,2,1,1,16354,0,100003,0,0,0,0,0,0,29363,0,0,0,0,0,0,0,12822,0,0,0,'SmartAI',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16355,0,0,0,0,0,14562,0,0,0,'Lesser Scourgebat',NULL,NULL,0,16,18,0,411,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,24,0,0,0,0,18,26,3,1,1,16355,0,100004,0,0,0,0,0,0,3234,0,0,0,0,0,0,0,12823,0,0,0,'SmartAI',1,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16356,0,0,0,0,0,11686,0,0,0,'Scourge Invasion Minion, finder',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16357,0,0,0,0,0,9793,0,0,0,'Anok\'suten',NULL,NULL,0,11,11,0,21,0,1,1.14286,1,1,14,18,0,40,1.7,2000,2000,2,64,2048,0,0,0,0,0,0,9,13,100,6,0,16357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,60,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16358,0,0,0,0,0,16128,0,0,0,'Kel\'gash the Wicked',NULL,NULL,0,20,20,0,1643,0,1.71,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,16358,16358,0,0,0,0,0,0,0,7289,20802,28900,0,0,0,0,0,0,0,95,129,'SmartAI',1,3,1,3.5,2,1,0,22640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16359,0,0,0,0,0,10727,0,0,0,'Argent Messenger','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16360,30303,0,0,0,0,10976,10975,5432,5265,'Zombie Chow','','',0,80,80,2,89,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,1,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,29307,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,3,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(16361,0,0,0,0,0,16132,0,0,0,'Commander Thomas Helleran','The Argent Dawn',NULL,0,55,55,0,814,2,1.5,1.14286,1,0,94,125,0,228,1,1350,1550,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16362,0,0,0,0,0,15912,0,0,0,'Runewarden Deryan',NULL,NULL,7214,30,30,0,1604,3,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16363,29379,0,0,0,0,11686,0,0,0,'Grobbulus Cloud','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'boss_grobbulus_poison_cloud',12340),
|
|
(16364,0,0,0,0,0,17856,0,0,0,'Infused Crystal',NULL,NULL,0,10,10,0,775,0,0.0001,1.14286,1,0,13,17,0,42,1,1400,2000,1,0,2048,0,0,0,0,0,0,9,13,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16365,0,0,0,0,0,16129,0,0,0,'Master Craftsman Omarion','Brotherhood of the Light',NULL,7215,60,60,1,794,1,1.5,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16366,0,0,0,0,0,16133,0,0,0,'Sempstress Ambershine','Tailoring Trainer',NULL,7524,15,15,0,1604,209,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16367,0,0,0,0,0,16134,0,0,0,'Botanist Tyniarrel','Herbalism Trainer & Supplies',NULL,7524,15,15,0,1604,209,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,4608,2048,0,0,2,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16368,0,0,0,0,0,16160,16161,0,0,'Necropolis Acolyte',NULL,NULL,0,82,82,2,233,0,1.5,1.14286,1,1,463,640,0,726,7.5,1150,1265,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2865,3746,'',1,3,1,25,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(16369,0,0,0,0,0,16138,0,0,0,'Polymorphed Chicken','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16371,0,0,0,0,0,16358,16357,16356,0,'Polymorphed Pig',NULL,NULL,0,3,3,0,14,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16372,0,0,0,0,0,856,857,0,0,'Polymorphed Sheep',NULL,NULL,0,3,3,0,31,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16373,0,0,0,0,0,16143,0,0,0,'Polymorphed Rat','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16374,0,0,0,0,0,5990,0,0,0,'Polymorphed Cockroach','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16375,29354,0,0,0,0,12349,0,0,0,'Sewage Slime','',NULL,0,80,80,2,16,0,1,1.14286,2,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16376,0,0,0,0,0,16144,0,0,0,'Craftsman Wilhelm','Brotherhood of the Light',NULL,7219,57,57,0,794,4227,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16377,0,0,0,0,0,16361,16360,16359,0,'Polymorphed Turtle',NULL,NULL,0,3,3,0,188,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16378,0,0,0,0,0,16147,16148,16149,16150,'Argent Sentry','The Argent Dawn',NULL,0,70,70,0,1625,0,1,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(16379,0,0,0,0,0,16170,0,0,0,'Spirit of the Damned','',NULL,0,61,61,0,1630,0,1.48,1.14286,1,4,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,16379,0,0,0,0,0,0,0,0,34322,16243,28265,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16380,0,0,0,0,0,16167,0,0,0,'Bone Witch','',NULL,0,61,61,0,1630,0,1.48,1.14286,1,4,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,6,0,16380,0,0,0,0,0,0,0,0,13748,17014,28265,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16381,0,0,0,0,0,16158,0,0,0,'Archmage Tarsis Kir-Moldir','',NULL,0,60,60,0,35,0,1.5,1.14286,1,1,104,138,0,252,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,10149,10179,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16382,0,0,0,0,0,14701,0,0,0,'Patchwork Terror','',NULL,0,60,60,0,1634,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16383,0,0,0,0,0,7555,0,0,0,'Flameshocker','',NULL,0,53,55,0,1634,0,1.48,1.14286,1,1,94,125,0,228,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,16383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16384,0,0,0,0,0,16235,16238,0,0,'Argent Dawn Initiate','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16385,29360,0,0,0,0,4590,0,0,0,'Lightning Totem','','',0,82,82,2,21,0,1,1.14286,1,0,488,642,0,782,1,2000,0,1,4,2048,8,0,0,0,0,0,363,521,121,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16386,0,0,0,0,0,16925,0,0,0,'Necropolis Relay','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16387,0,0,0,0,0,16164,0,0,0,'Atiesh','Hand of Sargeras',NULL,0,63,63,0,954,0,1.5,1.14286,1,1,164,228,0,249,35,1450,1650,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,100,1,0,0,0,0,0,0,0,220,1,617299803,1,'',12340),
|
|
(16388,0,0,0,0,0,16165,0,0,0,'Koren','The Blacksmith',NULL,7435,70,70,1,35,4227,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16389,0,0,0,0,0,16417,16437,16440,16441,'Spectral Apprentice',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,16389,0,0,0,0,0,0,0,0,29618,0,0,0,0,0,0,0,0,0,1901,2487,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16390,29901,0,0,0,0,24999,0,0,0,'Deathchill Servant','',NULL,0,81,81,2,21,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16392,0,0,0,0,0,16163,0,0,0,'Captain Armando Ossex',NULL,NULL,0,60,60,0,1217,0,1.05,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16393,0,0,0,0,0,4629,0,0,0,'Cold Wraith [FILMING]','',NULL,0,52,53,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16394,0,0,0,0,0,14697,0,0,0,'Pallid Horror','',NULL,0,60,60,0,1634,0,1.48,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16395,0,0,0,0,0,16229,16230,0,0,'Argent Dawn Paladin','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16396,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite Guard','',NULL,0,80,80,2,11,0,1.48,1.14286,1,1,422,586,0,642,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16397,0,0,0,0,0,18828,0,0,0,'Ardeyn Riverwind',NULL,NULL,7235,12,12,0,1604,3,1,1.14286,1,0,12,17,0,19,1,1500,2000,8,4608,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16398,0,0,0,0,0,16925,0,0,0,'Necropolis Proxy','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16399,0,0,0,0,0,2557,2558,0,0,'Bloodsail Traitor',NULL,NULL,7236,43,44,0,35,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16400,0,0,0,0,0,11686,0,0,0,'Toxic Tunnel','','',0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33816578,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16401,0,0,0,0,0,11686,0,0,0,'Necropolis','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16402,0,0,0,0,0,15926,0,0,0,'Zombified Grimscale',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,6,0,16402,16402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22579,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16403,0,0,0,0,0,3619,0,0,0,'Withered Grimscale',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2400,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,6,0,16403,16403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,22579,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16404,0,0,0,0,0,7449,0,0,0,'Yellowgill Frenzy',NULL,NULL,0,12,14,0,1878,0,1.125,1.14286,1,0,20,27,0,50,1,1200,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,16404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16405,0,0,0,0,0,245,0,0,0,'Whitetail Frenzy',NULL,NULL,0,12,14,0,1878,0,1.125,1.14286,1,0,20,27,0,50,1,1200,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,16405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16406,0,0,0,0,0,16514,16515,16516,16517,'Phantom Attendant',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,6,8,16406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1605,2101,'SmartAI',1,3,1,4.2,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16407,0,0,0,0,0,16485,16486,16487,16488,'Spectral Servant',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,6,8,16407,16407,0,0,0,0,0,0,0,29540,0,0,0,0,0,0,0,0,0,1942,2541,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16408,0,0,0,0,0,16494,16495,16496,16497,'Phantom Valet',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,8,16408,16408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2967,3879,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16409,0,0,0,0,0,16464,16465,16466,16467,'Phantom Guest',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,234,331,0,286,1,1667,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,8,16409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,384,'SmartAI',1,3,1,1.4,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16410,0,0,0,0,0,16509,16510,16511,16512,'Spectral Retainer',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,8,16410,0,0,0,0,0,0,0,0,29456,29578,0,0,0,0,0,0,0,0,2669,3491,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16411,0,0,0,0,0,16524,16525,16526,16527,'Spectral Chef',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16411,0,0,0,0,0,0,0,0,29665,29667,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16412,0,0,0,0,0,16529,16530,16531,16532,'Ghostly Baker',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1988,2601,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16414,0,0,0,0,0,16535,16536,16537,16538,'Ghostly Steward',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16414,16414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16415,0,0,0,0,0,7550,0,0,0,'Skeletal Waiter',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,8,16415,16415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16416,0,0,0,0,0,16172,0,0,0,'Bronn Fitzwrench',NULL,NULL,7238,55,56,0,35,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16417,0,0,0,0,0,15324,0,0,0,'Rumsen Fizzlebrack',NULL,NULL,7239,44,44,0,35,3,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,32768,2048,0,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16418,0,0,0,0,0,16171,0,0,0,'Mupsi Shacklefridd',NULL,NULL,7237,20,20,0,35,3,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16419,29827,0,0,0,0,14368,0,0,0,'Ghost of Naxxramas',NULL,NULL,0,80,80,2,21,0,1.11111,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33587264,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(16420,0,0,0,0,0,9510,0,0,0,'Portal of Shadows',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16421,0,0,0,0,0,11686,0,0,0,'Necropolis health',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16422,0,0,0,0,0,12074,0,0,0,'Skeletal Soldier',NULL,NULL,0,6,7,0,1630,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,6,0,16422,0,0,0,0,0,0,0,0,28265,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(16423,0,0,0,0,0,16169,0,0,0,'Spectral Apparition',NULL,NULL,0,6,7,0,1630,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,6,0,16423,0,0,0,0,0,0,0,0,28265,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(16424,0,0,0,0,0,16458,16459,16460,16461,'Spectral Sentry',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16424,0,0,0,0,0,0,0,0,29575,29576,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16425,0,0,0,0,0,16454,16455,16456,16457,'Phantom Guardsman',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16426,0,0,0,0,0,16453,0,0,0,'Bennett','The Sergeant at Arms',NULL,8173,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16427,30015,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes','',NULL,0,80,80,2,21,0,0.25,0.285715,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.126984,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),
|
|
(16428,30048,0,0,0,0,12818,0,0,0,'Unstoppable Abomination','',NULL,0,80,80,2,21,0,0.7,0.800002,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),
|
|
(16429,30018,0,0,0,0,16178,0,0,0,'Soul Weaver','',NULL,0,80,80,2,21,0,0.1,0.114286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,28459,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'boss_kelthuzad_minion',12340),
|
|
(16430,0,0,0,0,0,13069,0,0,0,'Ashbringer Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16431,0,0,0,0,0,16136,0,0,0,'Cracked Necrotic Crystal',NULL,NULL,0,60,60,1,35,2,1.25,1.14286,1,0,104,138,0,252,1,2500,3000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16432,0,0,0,0,0,10699,0,0,0,'Undercity Elite Guardian',NULL,NULL,0,70,70,1,71,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16433,0,0,0,0,0,16233,16231,0,0,'Argent Dawn Crusader','The Argent Dawn',NULL,0,55,55,0,814,1,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16434,0,0,0,0,0,16234,16232,0,0,'Argent Dawn Champion','The Argent Dawn',NULL,0,55,55,0,814,1,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16435,0,0,0,0,0,16236,16239,0,0,'Argent Dawn Cleric','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16436,0,0,0,0,0,16237,16240,0,0,'Argent Dawn Priest','The Argent Dawn',NULL,0,55,55,0,814,0,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16437,0,0,0,0,0,16169,0,0,0,'Spectral Spirit',NULL,NULL,0,9,10,0,1630,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,0,6,0,16437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(16438,0,0,0,0,0,12074,0,0,0,'Skeletal Trooper','',NULL,0,9,10,0,1630,0,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,6,0,16438,0,0,0,0,0,0,0,0,589,28265,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,22892,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(16439,0,0,0,0,0,16179,0,0,0,'Fairbanks Transformed','',NULL,0,40,40,0,67,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(16440,0,0,0,0,0,16180,0,0,0,'Highlord Mograine Transform','The Ashbringer',NULL,0,80,80,2,21,0,1.2,1.14286,1,1,417,582,0,608,35,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,2,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(16441,30057,0,0,0,0,16586,0,0,0,'Guardian of Icecrown',NULL,NULL,0,80,80,2,21,0,1.25,1.42858,1,1,422,586,0,642,7.5,1250,1650,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,174,1,8388624,0,'boss_kelthuzad_minion',12340),
|
|
(16442,0,0,0,0,0,16182,0,0,0,'Vinemaster Suntouched','Wine & Spirits Merchant',NULL,7243,30,30,0,1604,641,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16443,0,0,0,0,0,16183,0,0,0,'Zalene Firstlight','Food & Drink',NULL,7244,9,9,0,1636,128,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,4608,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16444,0,0,0,0,0,16184,0,0,0,'Halis Dawnstrider','General Goods',NULL,7245,15,15,0,1604,385,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,4608,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16445,0,0,0,0,0,15398,0,0,0,'Terky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16446,0,0,0,0,0,14710,0,0,0,'Plagued Gargoyle','',NULL,0,70,70,0,233,0,1.5,1.14286,1,1,252,357,0,304,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16447,30097,0,0,0,0,24998,0,0,0,'Plagued Ghoul','','',0,81,81,2,21,0,0.8,1.42857,1,1,464,604,0,708,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4011,5242,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16448,0,0,0,0,0,15964,0,0,0,'Plagued Deathhound','',NULL,0,61,61,0,16,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,1,8,0,0,0,0,0,0,0,0,0,30121,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,2,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(16449,0,0,0,0,0,10553,0,0,0,'Spirit of Naxxramas',NULL,NULL,0,61,61,0,21,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,0,0,0,0,0,127,188,28,6,8,0,0,0,0,0,0,0,0,0,28599,28392,0,0,0,0,0,0,0,0,4776,6241,'',1,3,1,35,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16450,0,0,0,0,0,16185,0,0,0,'She number one','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16451,0,0,0,0,0,10729,0,0,0,'[UNUSED] Death Knight Vindicator',NULL,NULL,0,62,62,1,21,0,2.2,1.14286,1,1,172,240,0,262,7.5,1000,1200,1,0,2048,0,0,0,0,0,0,139,207,30,6,8,0,0,0,0,0,0,0,0,0,15284,27223,28413,0,0,0,0,0,0,0,5627,7354,'',1,3,1,50,10,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16452,0,0,0,0,0,2606,0,0,0,'Necro Knight Guardian',NULL,NULL,0,62,62,1,21,0,2,1.14286,1,1,172,240,0,262,7.5,1200,1450,1,0,2048,0,0,0,0,0,0,139,207,30,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567,3358,'',1,3,1,25,18,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(16453,0,0,0,0,0,15939,0,0,0,'Necro Stalker','',NULL,0,61,61,0,312,0,1.5,1.14286,1,1,159,221,0,258,7.5,1150,1265,1,0,2048,0,3,0,0,0,0,127,188,28,1,9,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13149,0,0,0,'SmartAI',0,1,1,26,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(16454,0,0,0,0,0,16186,0,0,0,'She number two','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16455,0,0,0,0,0,16187,0,0,0,'She number three','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16456,0,0,0,0,0,16189,0,0,0,'Poley','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16457,0,0,0,0,0,16198,0,0,0,'Maiden of Virtue',NULL,NULL,0,73,73,1,16,0,1.6,1.71429,1,3,313,448,0,302,35,2000,2000,2,64,2048,0,0,0,0,0,0,276,411,44,10,108,16457,0,0,0,0,0,0,0,0,29511,29522,32445,26662,0,0,0,0,0,0,35955,46958,'',1,3,1,49,20,1,0,0,0,0,0,0,0,167,1,650854271,2097409,'boss_maiden_of_virtue',12340),
|
|
(16458,0,0,0,0,0,10582,0,0,0,'Innkeeper Faralia','Innkeeper',NULL,1581,30,30,0,80,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16459,0,0,0,0,0,16543,16544,16545,16546,'Wanton Hostess',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16459,0,0,0,0,0,0,0,0,29486,29477,29505,29485,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16460,0,0,0,0,0,16547,16548,16549,16550,'Night Mistress',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,6,8,16460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2115,2767,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16461,0,0,0,0,0,16551,16552,16553,16554,'Concubine',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,8,16461,16461,0,0,0,0,0,0,0,15969,29490,0,0,0,0,0,0,0,0,2583,3378,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(16462,0,0,0,0,0,16192,0,0,0,'Ranger Krenn\'an','Farstriders',NULL,7250,13,13,0,1602,3,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,4608,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16463,0,0,0,0,0,16193,0,0,0,'Farstrider Solanna','Farstriders',NULL,7253,18,18,0,1604,3,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,4096,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16464,0,0,0,0,0,16195,0,0,0,'Apothecary Venustus','Royal Apothecary Society',NULL,7251,17,17,0,1623,3,1,1.14286,1,0,18,25,0,26,1,2000,2000,8,4096,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16465,0,0,0,0,0,11686,0,0,0,'Raw Meat Rack Trigger',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16466,0,0,0,0,0,11686,0,0,0,'Smoked Meat Rack Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16467,0,0,0,0,0,11686,0,0,0,'Fresh Fish Rack Trigger',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(16468,0,0,0,0,0,16555,16556,16557,16558,'Spectral Patron',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,16468,0,0,0,0,0,0,0,0,29555,29560,0,0,0,0,0,0,0,0,354,467,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16469,0,0,0,0,0,16275,0,0,0,'Shadowpine Shadowcaster',NULL,NULL,0,17,18,0,28,0,1.125,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,16469,16469,0,0,0,0,0,0,0,31394,16568,0,0,0,0,0,0,0,0,19,30,'SmartAI',1,3,1,1,1,1,0,23167,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16470,0,0,0,0,0,16559,16560,16561,16562,'Ghostly Philanthropist',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,8,16470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2117,2769,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16471,0,0,0,0,0,2606,0,0,0,'Skeletal Usher',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16471,16471,0,0,0,0,0,0,0,29661,29666,29670,0,0,0,0,0,0,0,3137,4101,'SmartAI',1,3,1,8.4,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16472,0,0,0,0,0,16563,16564,16565,16566,'Phantom Stagehand','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16472,16472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,6.3,1,1,0,0,0,0,0,0,0,144,1,617299707,0,'',12340),
|
|
(16473,0,0,0,0,0,16567,16568,16569,18979,'Spectral Performer','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,6,8,16473,16473,0,0,0,0,0,0,0,29679,29680,0,0,0,0,0,0,0,0,2540,3322,'SmartAI',1,3,1,5.6,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16474,30000,0,0,0,0,11686,0,0,0,'Blizzard','',NULL,0,1,1,0,35,0,1.125,1.14286,1,3,2,2,0,24,35,3000,1900,1,0,2048,8,0,0,0,0,0,1,1,100,10,4,0,0,0,0,0,0,0,0,0,28547,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'trigger_periodic',12340),
|
|
(16475,0,0,0,0,0,16203,0,0,0,'Megelon','',NULL,0,4,4,0,1638,2,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16476,0,0,0,0,0,16202,0,0,0,'Jaeleil','',NULL,7258,3,3,0,1638,3,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16477,0,0,0,0,0,16201,0,0,0,'Proenitus','',NULL,7305,6,6,0,1638,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16478,0,0,0,0,0,16204,0,0,0,'Lieutenant Orrin','The Argent Dawn',NULL,0,10,10,0,794,2,1.3,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16479,0,0,0,0,0,16205,0,0,0,'Polymorph Clone','',NULL,0,10,10,0,31,0,1,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(16480,0,0,0,0,0,16207,0,0,0,'Apprentice Vor\'el',NULL,NULL,7259,18,18,0,1604,2,1,1.14286,1,0,19,26,0,27,1,2000,1900,8,0,2048,0,0,0,0,0,0,17,24,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16481,0,0,0,0,0,14366,0,0,0,'Ghastly Haunt',NULL,NULL,0,72,72,1,16,0,1.11111,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,8,16481,0,0,0,0,0,0,0,0,29172,0,0,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16482,0,0,0,0,0,14365,0,0,0,'Trapped Soul',NULL,NULL,0,72,72,1,16,0,1.11111,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2627,3435,'SmartAI',1,3,1,7,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16483,0,0,0,0,0,16208,16210,16209,16211,'Draenei Survivor',NULL,NULL,0,1,5,0,1638,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4608,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'npc_draenei_survivor',12340),
|
|
(16484,0,0,0,0,0,16212,0,0,0,'Lieutenant Nevell','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16485,0,0,0,0,0,16838,0,0,0,'Arcane Watchman',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,9,8,16485,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,3859,5045,'SmartAI',1,3,1,8.4,1,1,0,0,0,0,0,0,0,167,1,16384,0,'',12340),
|
|
(16486,30183,0,0,0,0,16213,0,0,0,'Web Wrap',NULL,NULL,0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,28622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_maexxna_webwrap',12340),
|
|
(16487,0,0,0,0,0,242,0,0,0,'Master Alchemist','Cheesy Test Alchemist',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16488,0,0,0,0,0,16216,0,0,0,'Arcane Anomaly',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,255,373,0,137,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,4,8,16488,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.14,7,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16489,0,0,0,0,0,14254,0,0,0,'Chaotic Sentience',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,299,426,6,308,7.5,1200,2000,1,64,2048,0,0,0,0,0,0,262,389,48,4,8,16489,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16490,0,0,0,0,0,16218,0,0,0,'Lieutenant Lisande','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16491,0,0,0,0,0,19330,0,0,0,'Mana Feeder',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,1000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,1,8,16491,0,0,0,0,0,0,0,0,29908,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16492,0,0,0,0,0,19331,0,0,0,'Syphoner',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,1,8,16492,0,0,0,0,0,0,0,70,29881,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16493,0,0,0,0,0,16219,0,0,0,'Lieutenant Dagel','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16494,0,0,0,0,0,16220,0,0,0,'Lieutenant Rukag','The Argent Dawn',NULL,0,10,10,0,794,2,1.3,1.14286,1,0,13,17,0,42,1,1350,1500,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16495,0,0,0,0,0,16221,0,0,0,'Lieutenant Beitha','The Argent Dawn',NULL,0,10,10,0,794,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16496,0,0,0,0,0,2676,0,0,0,'Quest Gossip Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16497,0,0,0,0,0,2676,0,0,0,'Scryers Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16498,0,0,0,0,0,2676,0,0,0,'Consortium Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16499,0,0,0,0,0,16222,0,0,0,'Keilnei','Hunter Trainer',NULL,7262,6,6,0,1638,51,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,37120,2048,0,0,0,0,3,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16500,0,0,0,0,0,16223,0,0,0,'Valaatu','Mage Trainer',NULL,7264,6,6,0,1638,51,1,1.14286,1,0,5,5,0,15,1,2000,2000,8,37632,2048,0,0,0,0,8,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16501,0,0,0,0,0,16224,0,0,0,'Aurelon','Paladin Trainer',NULL,7260,6,6,0,1638,51,1,1.14286,1,0,6,8,0,29,1,2000,2000,2,37632,2048,0,0,0,0,2,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16502,0,0,0,0,0,16225,0,0,0,'Zalduun','Priest Trainer',NULL,7349,6,6,0,1638,51,0.9,1.14286,1,0,5,5,0,15,1,2000,2000,8,37632,2048,0,0,0,0,5,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,46,1,0,2,'',12340),
|
|
(16503,0,0,0,0,0,16226,0,0,0,'Kore','Warrior Trainer',NULL,7263,6,6,0,1638,51,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,1,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16504,0,0,0,0,0,16841,0,0,0,'Arcane Protector',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,9,8,16504,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,5219,6821,'SmartAI',1,3,1,11.2,1,1,0,0,0,0,0,0,0,167,1,16384,0,'',12340),
|
|
(16505,29273,0,0,0,0,16605,16606,0,0,'Naxxramas Follower','',NULL,0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,10,1,0,22708,0,0,0,0,0,144,1,65536,0,'',12340),
|
|
(16506,29274,0,0,0,0,16603,16604,0,0,'Naxxramas Worshipper','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,16506,0,0,0,0,0,0,0,0,54095,28732,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,22708,0,0,0,0,0,144,1,65537,0,'',12340),
|
|
(16507,20593,0,0,0,0,19277,0,0,0,'Shattered Hand Sentry',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,16507,0,0,0,0,0,0,0,22911,31553,0,0,0,0,0,0,0,0,1304,1708,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(16508,0,0,0,0,0,2408,0,0,0,'Argent Horse',NULL,NULL,0,60,60,0,794,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16509,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16510,0,0,0,0,0,28919,0,0,0,'Argent Charger','',NULL,0,70,70,0,814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16511,0,0,0,0,0,10671,10672,10670,0,'Argent Mount',NULL,NULL,0,60,60,0,794,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16512,0,0,0,0,0,2346,0,0,0,'Argent Deathsteed','',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16513,0,0,0,0,0,14554,0,0,0,'Argent Deathcharger','',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(16514,0,0,0,0,0,16227,0,0,0,'Botanist Taerix','',NULL,7304,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16516,0,0,0,0,0,19454,0,0,0,'Volatile Mutation',NULL,NULL,0,1,2,0,7,0,1,0.85714,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,16516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16517,0,0,0,0,0,19455,0,0,0,'Mutated Root Lasher',NULL,NULL,0,3,3,0,7,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,16517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,22934,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16518,0,0,0,0,0,9390,0,0,0,'Nestlewood Owlkin',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16519,0,0,0,0,0,18111,18112,18113,17981,'Shadowy Executioner',NULL,NULL,7775,63,64,1,1750,1,1,0.857143,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,16519,16519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16520,0,0,0,0,0,17574,0,0,0,'Vale Moth',NULL,NULL,0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,100,1,1,16520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13103,0,0,0,'',1,3,1,1,1,1,0,22889,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16521,0,0,0,0,0,16247,16248,16709,16710,'Blood Elf Scout',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,27,1,2000,2000,2,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16521,0,0,0,0,0,0,0,0,25602,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16522,0,0,0,0,0,16249,0,0,0,'Surveyor Candress',NULL,NULL,0,5,5,0,7,0,1,0.85714,1,0,4,4,0,14,1,2000,2000,8,32768,2048,0,0,0,0,0,0,2,3,11,7,0,16522,0,0,0,0,0,0,0,0,9487,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16523,20591,0,0,0,0,16584,0,0,0,'Shattered Hand Savage',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,7.5,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16523,16523,0,0,0,0,0,0,0,30470,30485,36023,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16524,0,0,0,0,0,16621,0,0,0,'Shade of Aran',NULL,NULL,0,73,73,1,16,0,1,1.71429,1,3,270,395,0,143,35,2000,2000,8,32832,2048,0,0,0,0,0,0,255,380,37,6,108,16524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69105,90248,'',1,3,1,112,22,1,0,23933,0,0,0,0,0,164,1,617299803,1,'boss_shade_of_aran',12340),
|
|
(16525,0,0,0,0,0,16241,0,0,0,'Spell Shade','',NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,8,16525,0,0,0,105,0,105,105,0,29920,29925,29926,29927,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16526,0,0,0,0,0,16251,0,0,0,'Sorcerous Shade','',NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,6,8,16526,0,0,0,0,0,0,0,0,29922,29923,29924,0,0,0,0,0,0,0,2117,2769,'SmartAI',1,3,1,5.6,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16527,0,0,0,0,0,2575,0,0,0,'Outland Herbalism Trainer','Master Herbalism Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16528,0,0,0,0,0,16242,0,0,0,'Provisioner Vredigar',NULL,NULL,7287,18,18,0,1623,4225,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16529,0,0,0,0,0,16216,0,0,0,'Magical Horror','',NULL,0,71,71,1,16,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,4,8,16529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5.6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16530,0,0,0,0,0,14252,0,0,0,'Mana Warp','',NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,4,8,16530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16531,0,0,0,0,0,16136,0,0,0,'Faint Necrotic Crystal',NULL,NULL,0,60,60,1,35,2,1.25,1.14286,1,0,104,138,0,252,1,2500,3000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16532,0,0,0,0,0,15435,0,0,0,'Leapgate','',NULL,0,1,1,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16533,0,0,0,0,0,16576,0,0,0,'Inoculated Root Lasher','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16534,0,0,0,0,0,9390,0,0,0,'Inoculated Nestlewood Owlkin',NULL,NULL,0,3,4,0,35,0,1.125,1.14286,1,0,4,5,0,30,1,1400,1900,1,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16535,0,0,0,0,0,16246,0,0,0,'Vindicator Aldar','',NULL,7286,6,6,0,1638,3,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,37632,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16536,0,0,0,0,0,10613,0,0,0,'test: saved world state','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16537,0,0,0,0,0,12238,0,0,0,'Mutated Owlkin',NULL,NULL,0,3,4,0,7,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,32768,2048,0,0,0,0,0,0,2,3,100,7,0,16537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16538,0,0,0,0,0,16250,0,0,0,'Blood Elf Remains','',NULL,0,4,4,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16539,0,0,0,0,0,12345,0,0,0,'Homunculus','',NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,16539,0,0,0,0,0,0,0,0,30180,0,0,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.1,6,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16540,0,0,0,0,0,16903,16905,16906,16907,'Shadow Pillager','',NULL,0,72,72,1,16,0,1,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,16540,16540,0,0,0,0,0,50,0,29928,29492,29930,0,0,0,0,0,0,0,1607,2103,'SmartAI',1,3,1,4.2,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(16541,0,0,0,0,0,15511,0,0,0,'Ghostlands Guardian',NULL,NULL,0,26,28,0,1603,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,36864,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16542,0,0,0,0,0,16701,0,0,0,'Innkeeper Kalarin','Innkeeper',NULL,7288,17,17,0,1604,66177,1,1.14286,1,0,18,25,0,26,1,1500,2000,8,4608,2048,0,0,0,0,0,0,16,23,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16543,0,0,0,0,0,16252,0,0,0,'Garon Hutchins',NULL,NULL,7418,60,60,0,35,129,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16544,0,0,0,0,0,19097,0,0,0,'Ethereal Thief','',NULL,0,72,72,1,16,0,1.2,1.71429,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,8,16544,16544,0,0,0,0,0,0,0,30013,29982,30014,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,5.6,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(16545,0,0,0,0,0,21078,0,0,0,'Ethereal Spellfilcher','',NULL,0,72,72,1,16,0,1.2,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,8,16545,16545,0,0,0,0,0,0,0,30036,30039,37161,30007,0,0,0,0,0,0,2627,3435,'SmartAI',1,3,1,7,10,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(16546,0,0,0,0,0,16253,0,0,0,'Tolaan','',NULL,7315,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16547,0,0,0,0,0,16259,0,0,0,'Speedy',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16548,0,0,0,0,0,16257,0,0,0,'Mr. Wiggles',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16549,0,0,0,0,0,2176,0,0,0,'Whiskers the Rat',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16550,0,0,0,0,0,16258,0,0,0,'Image of Technician Dyvuun',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,29,39,0,70,1,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16551,0,0,0,0,0,16260,0,0,0,'Technician Dyvuun','',NULL,0,20,20,0,1638,2,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4096,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16553,0,0,0,0,0,16785,0,0,0,'Caregiver Chellan','Innkeeper',NULL,7468,30,30,0,1638,66179,1,1.14286,1,0,42,56,0,102,1,1000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16554,0,0,0,0,0,16262,0,0,0,'Aeun','',NULL,7303,5,5,0,1638,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16556,0,0,0,0,0,16264,0,0,0,'Orc Grunt UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16557,0,0,0,0,0,16263,0,0,0,'Orc Warlock UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16560,0,0,0,0,0,16267,0,0,0,'Orc Necrolyte UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16561,0,0,0,0,0,2352,0,0,0,'Orc Wolf UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16562,0,0,0,0,0,16269,0,0,0,'Summoned Daemon UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16563,0,0,0,0,0,16270,0,0,0,'Warchief Blackhand UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),
|
|
(16564,0,0,0,0,0,16274,0,0,0,'Myconite','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16565,0,0,0,0,0,16272,0,0,0,'Fungal Beast','',NULL,0,65,65,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16566,0,0,0,0,0,16273,0,0,0,'Myconite Worker (PH)','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16567,0,0,0,0,0,16276,0,0,0,'Human Footman UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7.15717,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16568,0,0,0,0,0,16754,0,0,0,'Tandrine','Guild Master',NULL,7440,30,30,0,1604,786433,1,1.42857,1,0,42,56,0,102,1,2000,2000,1,36864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(16569,0,0,0,0,0,19783,0,0,0,'Human Charger UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.30432,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16570,0,0,0,0,0,110,0,0,0,'Crazed Water Spirit','','',0,75,76,2,834,0,1,1.28968,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,0,16570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,38323,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(16571,0,0,0,0,0,16278,0,0,0,'Human Cleric UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8.58861,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16572,0,0,0,0,0,16280,0,0,0,'Human Conjurer UNUSED','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.4515,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16573,29256,0,0,0,0,14698,0,0,0,'Crypt Guard','',NULL,0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,7.5,1000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,18,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16574,0,0,0,0,0,16281,0,0,0,'Far Seer Regulkut','Eyes of the Warchief',NULL,7334,60,60,0,1074,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16575,0,0,0,0,0,16283,0,0,0,'Shadow Hunter Ty\'jin','Ears of the Warchief',NULL,0,60,60,0,1074,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16576,0,0,0,0,0,16284,0,0,0,'Overlord Hun Maimfist','Hand of the Warchief',NULL,7335,60,60,0,1669,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16577,0,0,0,0,0,16285,0,0,0,'Martik Tor\'seldori',NULL,NULL,0,61,61,0,1604,2,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16578,0,0,0,0,0,16286,16287,16288,16289,'Blood Elf Pilgrim',NULL,NULL,0,57,60,0,1604,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16579,0,0,0,0,0,16954,0,0,0,'Falcon Watch Sentinel',NULL,NULL,0,59,60,0,1604,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16580,0,0,0,0,0,16292,16294,16295,16296,'Thrallmar Grunt',NULL,NULL,0,60,60,0,1668,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16581,0,0,0,0,0,16293,0,0,0,'King Llane UNUSED','','',0,73,73,1,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),
|
|
(16582,0,0,0,0,0,16297,16298,16299,0,'Thrallmar Marksman',NULL,NULL,0,60,60,0,1668,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16583,0,0,0,0,0,16300,0,0,0,'Rohok','Master Blacksmithing Trainer',NULL,8760,60,60,0,1729,4307,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16584,0,0,0,0,0,16301,0,0,0,'Watch Commander Krunk',NULL,NULL,7333,59,59,0,1669,3,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16585,0,0,0,0,0,16302,0,0,0,'Cookie One-Eye','Food & Drink',NULL,0,58,58,0,29,640,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16586,0,0,0,0,0,16303,0,0,0,'Huntsman Torf Angerhoof','Stable Master',NULL,9821,59,59,0,1729,4194305,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16587,0,0,0,0,0,16304,0,0,0,'Barley','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16588,0,0,0,0,0,16305,0,0,0,'Apothecary Antonivich','Master Alchemy Trainer',NULL,7810,60,60,0,1729,3283,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16589,0,0,0,0,0,16306,0,0,0,'Guard Captain Cragtar','',NULL,0,60,60,0,1074,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16590,0,0,0,0,0,16307,16308,0,0,'Injured Thrallmar Grunt',NULL,NULL,0,57,59,0,1669,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16591,0,0,0,0,0,16310,16312,0,0,'Thrallmar Peon',NULL,NULL,0,50,51,0,1729,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,32768,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16592,0,0,0,0,0,11686,0,0,0,'Midsummer Bonfire','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_midsummer_bonfire',12340),
|
|
(16593,20582,0,0,0,0,16577,0,0,0,'Shattered Hand Brawler',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16593,0,0,0,0,0,0,0,3391,36033,36020,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(16594,20576,0,0,0,0,16581,0,0,0,'Shadowmoon Acolyte',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,16594,0,0,0,0,0,0,0,15585,36052,30479,15587,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,2.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16595,0,0,0,0,0,18886,0,0,0,'Fleshbeast',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,10,8,16595,0,0,0,0,0,0,0,0,3391,29935,29939,0,0,0,0,0,0,0,3264,4268,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(16596,0,0,0,0,0,18887,0,0,0,'Greater Fleshbeast',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,7.5,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,10,8,16596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'SmartAI',1,3,1,11.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(16597,0,0,0,0,0,16314,0,0,0,'Riding Nether Drake','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(16598,0,0,0,0,0,15227,0,0,0,'Eye of Thrallmar',NULL,NULL,0,48,49,0,1669,0,7.2,2.57143,1,0,83,110,0,200,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,57,84,19,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,217,1,0,2,'',12340),
|
|
(16599,0,0,0,0,0,16315,16316,16317,16318,'Thrallmar Wolf Rider','',NULL,0,60,60,0,1668,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16600,0,0,0,0,0,207,1166,2326,2327,'Thrallmar Riding Wolf',NULL,NULL,0,55,56,0,1669,0,1,1.38571,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(16601,0,0,0,0,0,16319,0,0,0,'Dying Blood Elf',NULL,NULL,0,9,9,0,1623,2,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,33024,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16602,0,0,0,0,0,16320,0,0,0,'Floyd Pinkus','Innkeeper',NULL,7290,60,60,0,68,66433,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(16603,0,0,0,0,0,16321,0,0,0,'Farstrider Dusking','Farstriders',NULL,7291,14,14,0,1604,1,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16604,0,0,0,0,0,14501,0,0,0,'Blackwing Spell Marker','',NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16605,0,0,0,0,0,1827,0,0,0,'Bri\'s Test Character','',NULL,0,30,35,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16606,0,0,0,0,0,11686,0,0,0,'Midsummer Bonfire Despawner','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16608,0,0,0,0,0,14303,13991,0,0,'[PH] Goblin Savage','',NULL,0,50,50,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23074,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16609,0,0,0,0,0,15790,0,0,0,'Giant Claw Tentacle Test','',NULL,0,60,60,0,370,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(16610,0,0,0,0,0,16756,0,0,0,'Kredis','Tabard Vendor',NULL,9832,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16611,0,0,0,0,0,16801,0,0,0,'Zalle','Reagents',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16612,0,0,0,0,0,16780,0,0,0,'Velanni','Alchemy Supplies & Reagents',NULL,0,30,30,0,1604,2176,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16613,0,0,0,0,0,16822,0,0,0,'Parnis','Tradesman',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16614,0,0,0,0,0,16814,0,0,0,'Lothene','General Goods',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16615,0,0,0,0,0,16695,0,0,0,'Novia','Banker',NULL,7811,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16616,0,0,0,0,0,16697,0,0,0,'Periel','Banker',NULL,7811,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16617,0,0,0,0,0,16696,0,0,0,'Daenice','Banker',NULL,0,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16618,0,0,0,0,0,16753,0,0,0,'Innkeeper Velandra','Innkeeper',NULL,7288,30,30,0,1604,66177,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16619,0,0,0,0,0,16763,0,0,0,'Celana','Bowyer',NULL,0,30,30,0,1604,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16620,0,0,0,0,0,16759,0,0,0,'Mathaleron','Gunsmith',NULL,0,30,30,0,1604,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16621,0,0,0,0,0,16775,0,0,0,'Ileda','Weapon Master',NULL,8612,30,30,0,1604,81,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16622,0,0,0,0,0,16812,0,0,0,'Ithene','Weapon Vendor',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16623,0,0,0,0,0,16833,0,0,0,'Zyandrel','Cloth Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16624,0,0,0,0,0,15504,0,0,0,'Gelanthis','Jewelcrafting Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16625,0,0,0,0,0,16679,0,0,0,'Keeli','Mail Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16626,0,0,0,0,0,16799,0,0,0,'Tynna','Plate Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16627,0,0,0,0,0,16692,0,0,0,'Ithillan','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16628,0,0,0,0,0,16694,0,0,0,'Caidori','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16629,0,0,0,0,0,16693,0,0,0,'Tandron','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16630,0,0,0,0,0,16810,0,0,0,'Irodalmin','Herbalism Supplies',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16631,0,0,0,0,0,16760,0,0,0,'Andra','Clothier',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16632,0,0,0,0,0,17504,0,0,0,'Oss','Wand Vendor',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16633,0,0,0,0,0,16745,0,0,0,'Sedana','Enchanting Trainer',NULL,8731,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16634,0,0,0,0,0,16773,0,0,0,'Dolothos','Apprentice Enchanter',NULL,8828,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16635,0,0,0,0,0,16765,0,0,0,'Lyna','Enchanting Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16636,0,0,0,0,0,16804,0,0,0,'Zathanna','Wand Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16637,0,0,0,0,0,16827,0,0,0,'Welethelon','Blunt Weapon Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16638,0,0,0,0,0,16797,0,0,0,'Deynna','Tailoring Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16639,0,0,0,0,0,16752,0,0,0,'Galana','Apprentice Tailor',NULL,8829,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16640,0,0,0,0,0,16746,0,0,0,'Keelen Sheets','Tailoring Trainer',NULL,8658,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16641,0,0,0,0,0,16769,0,0,0,'Melaris','Alchemy Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16642,0,0,0,0,0,16747,0,0,0,'Camberon','Alchemy Trainer',NULL,8733,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16643,0,0,0,0,0,16749,0,0,0,'Razia','Apprentice Alchemist',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16644,0,0,0,0,0,16748,0,0,0,'Botanist Nathera','Herbalism Trainer',NULL,7691,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16645,0,0,0,0,0,16813,0,0,0,'Ithren','Robe Merchant',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16646,0,0,0,0,0,16787,0,0,0,'Alamma','Warlock Trainer',NULL,7566,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,9,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16647,0,0,0,0,0,16800,0,0,0,'Talionia','Warlock Trainer',NULL,7437,40,40,0,1604,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,9,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16648,0,0,0,0,0,16831,0,0,0,'Zanien','Warlock Trainer',NULL,7566,60,60,0,1604,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16649,0,0,0,0,0,16766,0,0,0,'Torian','',NULL,0,53,53,0,1604,2,1,1.14286,1,0,64,89,0,97,1,1500,2000,8,4608,2048,0,0,0,0,3,0,53,78,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16650,0,0,0,0,0,16808,0,0,0,'Bithrus','Fireworks Vendor',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16651,0,0,0,0,0,16781,0,0,0,'Zaedana','Mage Trainer',NULL,6648,40,40,0,1604,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,8,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16652,0,0,0,0,0,16824,0,0,0,'Quithas','Mage Trainer',NULL,6648,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16653,0,0,0,0,0,16809,0,0,0,'Inethven','Mage Trainer',NULL,6648,60,60,0,1604,49,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16654,0,0,0,0,0,16777,0,0,0,'Narinth','Portal Trainer',NULL,4824,30,30,0,1604,49,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,8,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16655,0,0,0,0,0,16739,0,0,0,'Harene Plainwalker','Druid Trainer',NULL,4605,60,60,0,1604,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,11,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16656,0,0,0,0,0,16751,0,0,0,'Shalenn','Stable Master',NULL,9821,30,30,0,1604,4194305,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16657,0,0,0,0,0,17484,0,0,0,'Feera','Engineering Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16658,0,0,0,0,0,16788,0,0,0,'Aldrae','Priest Trainer',NULL,6649,60,60,0,1604,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4608,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16659,0,0,0,0,0,16817,0,0,0,'Lotheolan','Priest Trainer',NULL,6649,50,50,0,1604,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4608,2048,0,0,0,0,5,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16660,0,0,0,0,0,16795,0,0,0,'Belestra','Priest Trainer',NULL,6649,40,40,0,1604,49,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,4608,2048,0,0,0,0,5,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16661,0,0,0,0,0,16740,0,0,0,'Gez\'li','Shaman Trainer',NULL,0,60,60,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16662,0,0,0,0,0,16758,0,0,0,'Alestus','First Aid Trainer',NULL,5855,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16663,0,0,0,0,0,16761,0,0,0,'Belil','Mining Trainer',NULL,7690,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16664,0,0,0,0,0,16832,0,0,0,'Zelan','Mining Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16665,0,0,0,0,0,16821,0,0,0,'Paniar','Stable Master',NULL,7451,16,16,0,1604,4194305,1,1.14286,1,0,23,31,0,56,1,1500,2000,1,4608,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16666,0,0,0,0,0,16771,0,0,0,'Feledis','Axe Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16667,0,0,0,0,0,16764,0,0,0,'Danwe','Engineering Trainer',NULL,8656,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16668,0,0,0,0,0,16779,0,0,0,'Gloresse','Apprentice Engineer',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16669,0,0,0,0,0,16762,0,0,0,'Bemarrin','Blacksmithing Trainer',NULL,7494,30,30,0,1604,83,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16670,0,0,0,0,0,16772,0,0,0,'Eriden','Blacksmithing Supplies',NULL,0,55,55,0,1604,4224,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(16671,0,0,0,0,0,18655,0,0,0,'Mirvedon','Apprentice Blacksmith',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16672,0,0,0,0,0,16778,0,0,0,'Tana','Hunter Trainer',NULL,6652,40,40,0,1604,51,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4608,2048,0,0,0,0,3,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16673,0,0,0,0,0,16816,0,0,0,'Oninath','Hunter Trainer',NULL,6652,50,50,0,1604,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4608,2048,0,0,0,0,3,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16674,0,0,0,0,0,16802,0,0,0,'Zandine','Hunter Trainer',NULL,6652,60,60,0,1604,49,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,3,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16675,0,0,0,0,0,16770,0,0,0,'Halthenis','Pet Trainer',NULL,0,30,30,0,1604,19,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,3,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(16676,0,0,0,0,0,16750,0,0,0,'Sylann','Cook',NULL,5854,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16677,0,0,0,0,0,16823,0,0,0,'Quelis','Cooking Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16678,0,0,0,0,0,16825,0,0,0,'Rahein','Blade Vendor',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16679,0,0,0,0,0,16815,0,0,0,'Osselan','Paladin Trainer',NULL,6647,40,40,0,1604,49,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,4608,2048,0,0,0,0,2,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16680,0,0,0,0,0,16811,0,0,0,'Ithelis','Paladin Trainer',NULL,6647,50,50,0,1604,49,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,4608,2048,0,0,0,0,2,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16681,0,0,0,0,0,16829,0,0,0,'Champion Bachi','Paladin Trainer',NULL,6647,60,60,1,1604,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4608,2048,0,0,0,0,2,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16682,0,0,0,0,0,16826,0,0,0,'Thiel','Shady Dealer',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16683,0,0,0,0,0,16796,0,0,0,'Darlia','Poison Supplies',NULL,0,30,30,0,1604,1152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16684,0,0,0,0,0,16767,0,0,0,'Zelanis','Rogue Trainer',NULL,6650,60,60,0,1604,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,4,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16685,0,0,0,0,0,16798,0,0,0,'Elara','Rogue Trainer',NULL,6650,50,50,0,1604,51,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4608,2048,0,0,0,0,4,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16686,0,0,0,0,0,16818,0,0,0,'Nerisen','Rogue Trainer',NULL,6650,40,40,0,1604,49,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,4,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16687,0,0,0,0,0,16768,0,0,0,'Talmar','Apprentice Leatherworker',NULL,0,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16688,0,0,0,0,0,16776,0,0,0,'Lynalis','Leatherworking Trainer',NULL,8732,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16689,0,0,0,0,0,16803,0,0,0,'Zaralda','Leatherworking Supplies',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16690,0,0,0,0,0,16755,0,0,0,'Rathin','Bag Vendor',NULL,0,30,30,0,1604,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16691,0,0,0,0,0,16819,0,0,0,'Noraelath','Leather Armor Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16692,0,0,0,0,0,16774,0,0,0,'Tyn','Skinning Trainer',NULL,7842,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16693,0,0,0,0,0,16828,0,0,0,'Winthren','Shield Merchant',NULL,0,30,30,0,1604,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16694,0,0,0,0,0,16736,0,0,0,'Karen Wentworth','Arathi Basin Battlemaster',NULL,8255,61,61,0,1604,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16695,0,0,0,0,0,16737,0,0,0,'Gurak','Alterac Valley Battlemaster',NULL,8250,61,61,0,1604,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16696,0,0,0,0,0,16738,0,0,0,'Krukk','Warsong Gulch Battlemaster',NULL,8256,61,61,0,1604,1048577,1.48,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16697,0,0,0,0,0,15882,0,0,0,'Void Zone','',NULL,0,60,60,0,370,0,0.0001,1.14286,1,0,104,138,0,252,1,1000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,28865,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'trigger_periodic',12340),
|
|
(16698,29267,0,0,0,0,27943,0,0,0,'Corpse Scarab','',NULL,0,80,80,2,21,0,0.833332,1.14286,1,0,422,586,0,642,1,1000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(16699,20590,0,0,0,0,16580,0,0,0,'Shattered Hand Reaver',NULL,NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16699,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(16700,20589,0,0,0,0,19275,0,0,0,'Shattered Hand Legionnaire',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16700,0,0,0,0,0,0,0,15615,30472,30485,0,0,0,0,0,0,0,1264,1655,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(16701,0,0,0,0,0,16587,0,0,0,'Spirit of Summer',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(16702,0,0,0,0,0,16698,0,0,0,'Telia','Apprentice Jewelcrafter',NULL,0,30,30,0,1604,81,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,2,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16703,0,0,0,0,0,16699,0,0,0,'Amin','Apprentice Jewelcrafter',NULL,8379,30,30,0,1604,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16704,20594,0,0,0,0,16578,0,0,0,'Shattered Hand Sharpshooter',NULL,NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16704,0,0,0,0,0,0,0,19503,30481,15620,0,0,0,0,0,0,0,964,1264,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(16705,0,0,0,0,0,17220,0,0,0,'Altaa','Alchemy Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16706,0,0,0,0,0,17497,0,0,0,'Musal','Alchemy Supplies & Reagents',NULL,0,30,30,0,1638,2176,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16707,0,0,0,0,0,17513,0,0,0,'Eoch','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16708,0,0,0,0,0,17478,0,0,0,'Dekin','Fishing Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16709,0,0,0,0,0,18137,0,0,0,'Cuzi','Bag Vendor',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16710,0,0,0,0,0,17516,0,0,0,'Kellag','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16711,0,0,0,0,0,17572,0,0,0,'Herman Walker','Arathi Basin Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16712,0,0,0,0,0,17344,0,0,0,'Ganaar','Pet Trainer',NULL,4783,30,30,0,1638,19,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,512,2048,0,0,3,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(16713,0,0,0,0,0,17221,0,0,0,'Arras','Blacksmithing Supplies',NULL,0,45,45,0,1638,128,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,32768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(16714,0,0,0,0,0,17510,0,0,0,'Ven','Blade Vendor',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16715,0,0,0,0,0,17223,0,0,0,'Avelii','Bowyer',NULL,0,35,35,0,1638,4480,1,1.14286,1,0,49,64,0,118,1,1500,2000,1,512,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16716,0,0,0,0,0,17514,0,0,0,'Gornii','Cloth Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16717,0,0,0,0,0,16200,0,0,0,'Exodar Clothes Vendor','Clothier',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16718,0,0,0,0,0,17506,0,0,0,'Phea','Cooking Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16719,0,0,0,0,0,17496,0,0,0,'Mumman','Cook',NULL,5853,30,30,0,1638,83,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16720,0,0,0,0,0,16200,0,0,0,'Oktan','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16721,0,0,0,0,0,16858,0,0,0,'Shalannius','Druid Trainer',NULL,7567,60,60,0,1638,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,11,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16722,0,0,0,0,0,17482,0,0,0,'Egomis','Enchanting Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16723,0,0,0,0,0,17490,0,0,0,'Lucc','Alchemy Trainer',NULL,8863,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16724,0,0,0,0,0,17493,0,0,0,'Miall','Blacksmithing Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16725,0,0,0,0,0,17498,0,0,0,'Nahogg','Enchanting Trainer',NULL,8866,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16726,0,0,0,0,0,17502,0,0,0,'Ockil','Engineering Trainer',NULL,8867,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16727,0,0,0,0,0,17505,0,0,0,'Padaar','Apprentice Jewelcrafter',NULL,8381,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16728,0,0,0,0,0,17219,0,0,0,'Akham','Leatherworking Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16729,0,0,0,0,0,17507,0,0,0,'Refik','Tailoring Trainer',NULL,8868,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16730,0,0,0,0,0,16200,0,0,0,'Exodar Fireworks Vendor','Fireworks Vendor',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16731,0,0,0,0,0,17501,0,0,0,'Nus','First Aid Trainer',NULL,5855,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16732,0,0,0,0,0,17503,0,0,0,'Onnis','General Goods',NULL,0,30,30,0,1638,384,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16733,0,0,0,0,0,17372,17373,17374,17375,'Exodar Peacekeeper',NULL,'Directions',7777,75,75,2,1639,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(16734,0,0,0,0,0,17437,0,0,0,'Funaam','Guild Master',NULL,7484,55,55,0,1638,786433,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16735,0,0,0,0,0,17495,0,0,0,'Muhaa','Gunsmith',NULL,0,30,30,0,1638,4480,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16736,0,0,0,0,0,17431,0,0,0,'Cemmorhan','Herbalism Trainer',NULL,0,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16737,0,0,0,0,0,17244,0,0,0,'Berem','Herbalism Supplies',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16738,0,0,0,0,0,17434,0,0,0,'Deremiis','Hunter Trainer',NULL,7262,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,3,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16739,0,0,0,0,0,17246,0,0,0,'Caregiver Breel','Innkeeper',NULL,7497,30,30,0,1638,66179,1,1.14286,1,0,30,42,0,44,1,1500,1900,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(16740,0,0,0,0,0,17481,0,0,0,'Edrem','Apprentice Blacksmith',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16741,0,0,0,0,0,17479,0,0,0,'Deriz','Apprentice Alchemist',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16742,0,0,0,0,0,17489,0,0,0,'Kudrii','Apprentice Enchanter',NULL,10365,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16743,0,0,0,0,0,17436,0,0,0,'Ghermas','Apprentice Engineer',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16744,0,0,0,0,0,17480,0,0,0,'Driaan','Apprentice Jewelcrafter',NULL,0,30,30,0,1638,81,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16745,0,0,0,0,0,17485,0,0,0,'Feruul','Apprentice Leatherworker',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16746,0,0,0,0,0,17487,0,0,0,'Kayaart','Apprentice Tailor',NULL,0,30,30,0,1638,1,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16747,0,0,0,0,0,17491,0,0,0,'Mahri','Leather Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16748,0,0,0,0,0,17440,0,0,0,'Haferet','Leatherworking Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16749,0,0,0,0,0,17242,0,0,0,'Edirah','Mage Trainer',NULL,7264,60,60,0,1638,49,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16750,0,0,0,0,0,17512,0,0,0,'Yil','Mail Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16751,0,0,0,0,0,17492,0,0,0,'Merran','Mining Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16752,0,0,0,0,0,17494,0,0,0,'Muaat','Mining Trainer',NULL,7690,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16753,0,0,0,0,0,17439,0,0,0,'Gotaan','Plate Armor Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16754,0,0,0,0,0,17530,0,0,0,'Fingle Dipswitch','Poison Supplies',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16755,0,0,0,0,0,17517,0,0,0,'Lunaraa','Portal Trainer',NULL,4824,30,30,0,1638,49,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,8,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16756,0,0,0,0,0,17247,0,0,0,'Caedmos','Priest Trainer',NULL,7265,60,60,1,1638,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,512,2048,0,0,0,0,5,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16757,0,0,0,0,0,17245,0,0,0,'Bildine','Reagents',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16758,0,0,0,0,0,17515,0,0,0,'Jahri','Robe Merchant',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16759,0,0,0,0,0,17531,0,0,0,'Saran Nozzlevolt','Rogue Trainer',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16760,0,0,0,0,0,17191,0,0,0,'Der\'izu Bandit','',NULL,0,64,65,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16761,0,0,0,0,0,17225,0,0,0,'Baatun','Paladin Trainer',NULL,7260,60,60,0,1638,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,2,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16762,0,0,0,0,0,17509,0,0,0,'Treall','Shield Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16763,0,0,0,0,0,17508,0,0,0,'Remere','Skinning Trainer',NULL,7842,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16764,0,0,0,0,0,17217,0,0,0,'Arthaid','Stable Master',NULL,9821,30,30,0,1638,4194305,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16765,0,0,0,0,0,17483,0,0,0,'Ellomin','Blunt Weapon Merchant',NULL,0,30,30,0,1638,4224,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16766,0,0,0,0,0,17486,0,0,0,'Issca','Tabard Vendor',NULL,9832,30,30,0,1638,129,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16767,0,0,0,0,0,17499,0,0,0,'Neii','Tailoring Supplies',NULL,0,30,30,0,1638,128,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16768,0,0,0,0,0,17500,0,0,0,'Nurguni','Tradesman',NULL,0,30,30,0,1638,130,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16769,0,0,0,0,0,18205,18207,18206,18208,'Firewing Warlock',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,1500,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,16769,16769,0,0,0,0,0,0,0,32932,9613,33483,11962,0,0,0,0,0,0,897,1084,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16770,0,0,0,0,0,2582,0,0,0,'Exodar Warlock Trainer','Warlock Trainer',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16771,0,0,0,0,0,17212,0,0,0,'Ahonan','Warrior Trainer',NULL,7263,40,40,0,1638,51,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,512,2048,0,0,0,0,1,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16772,0,0,0,0,0,18213,0,0,0,'Bonechewer Devastator',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,16772,16772,0,0,0,0,0,0,0,8646,30798,0,0,0,0,0,0,0,0,912,946,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16773,0,0,0,0,0,17216,0,0,0,'Handiir','Weapon Master',NULL,8591,30,30,0,1638,81,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16774,0,0,0,0,0,17293,0,0,0,'Erett','Fishing Trainer',NULL,5665,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16775,0,0,0,0,0,16326,0,0,0,'Spirit of Mograine','The Ashbringer',NULL,0,73,73,1,21,0,1.48,1.14286,1,3,316,450,0,320,35,1333,1568,1,0,2048,0,0,0,0,0,0,278,413,58,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,120,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(16776,0,0,0,0,0,16327,0,0,0,'Spirit of Blaumeux',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(16777,0,0,0,0,0,16328,0,0,0,'Spirit of Zeliek',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(16778,0,0,0,0,0,16329,0,0,0,'Spirit of Korth\'azz',NULL,NULL,0,63,63,1,21,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,2,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,2,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(16779,0,0,0,0,0,1060,0,0,0,'Polymorphed Cow',NULL,NULL,0,3,3,0,190,0,0.91,1.14286,1,0,3,4,0,28,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16780,0,0,0,0,0,16757,0,0,0,'Drathen','Fishing Trainer',NULL,5665,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16781,0,0,0,0,0,16412,16431,16413,16432,'Midsummer Celebrant','',NULL,9148,40,70,0,84,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16782,0,0,0,0,0,16830,0,0,0,'Yatheon','Engineering Supplies',NULL,0,30,30,0,1604,130,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16783,0,0,0,0,0,11139,0,0,0,'Plague Slime (Blue)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(16784,0,0,0,0,0,681,0,0,0,'Plague Slime (Red)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(16785,0,0,0,0,0,11137,0,0,0,'Plague Slime (Green)','',NULL,0,81,81,2,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(16786,0,0,0,0,0,16336,0,0,0,'Argent Quartermaster','The Argent Dawn',NULL,0,55,55,0,794,129,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16787,0,0,0,0,0,16337,0,0,0,'Argent Outfitter','The Argent Dawn',NULL,0,55,55,0,814,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16788,0,0,0,0,0,16334,16340,16338,16339,'Festival Flamekeeper','',NULL,0,60,60,1,35,2,1.48,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16789,0,0,0,0,0,16717,0,0,0,'Ranger Captain Venn\'ren','',NULL,7302,65,65,1,1604,3,1,1.14286,1,0,200,281,0,278,1,1500,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16790,0,0,0,0,0,16718,0,0,0,'Falconer Drenna Riverwind','',NULL,7308,63,63,0,1604,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16791,0,0,0,0,0,16719,0,0,0,'Ryathen the Somber','',NULL,7310,62,62,0,1604,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16792,0,0,0,0,0,16720,0,0,0,'Arcanist Calesthris Dawnstar','',NULL,7312,62,62,0,1604,3,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16793,0,0,0,0,0,16722,0,0,0,'Magistrix Carinda',NULL,NULL,7314,63,63,0,1604,3,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16794,0,0,0,0,0,16071,0,0,0,'Apothecary Azethen','',NULL,7317,61,61,0,68,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16795,0,0,0,0,0,16721,0,0,0,'Draenei Prisoner','',NULL,0,60,60,0,35,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16796,0,0,0,0,0,16727,0,0,0,'Amaan the Wise','',NULL,7360,65,65,1,1638,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16797,0,0,0,0,0,16726,0,0,0,'Scout Vanura','',NULL,7391,60,60,0,1638,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16798,0,0,0,0,0,18441,0,0,0,'Provisioner Anir','Food & Drink Vendor',NULL,7396,60,60,0,1638,641,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16799,0,0,0,0,0,17818,0,0,0,'Ikan','',NULL,7393,62,62,0,1640,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16800,0,0,0,0,0,19706,0,0,0,'Grand Magister Rommath','',NULL,0,70,70,1,1602,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70000,80000,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(16801,0,0,0,0,0,19707,0,0,0,'Halduron Brightwing','Ranger General',NULL,0,70,70,1,1602,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16802,0,0,0,0,0,17122,0,0,0,'Lor\'themar Theron','Regent Lord of Quel\'Thalas',NULL,7632,83,83,2,1602,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,36928,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59715,15284,33385,33384,0,0,0,0,0,0,700000,750000,'',0,3,1,400,30,1,1,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(16803,29941,0,0,0,0,16539,0,0,0,'Death Knight Understudy','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,61696,29060,29061,0,0,0,0,0,0,'',0,3,1,30,2,1,0,22708,0,0,0,0,0,144,1,0,0,'boss_razuvious_minion',12340),
|
|
(16804,0,0,0,0,0,16342,16344,16343,16345,'Night Elf Corpse','',NULL,0,12,15,0,80,0,1.125,1.14286,1,0,22,29,0,54,1,2000,1900,1,768,2048,32,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(16805,0,0,0,0,0,18824,18825,18826,0,'Broken Skeleton',NULL,NULL,0,64,65,1,21,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,16805,16805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16806,0,0,0,0,0,16615,0,0,0,'Ebonlocke','The Noble',NULL,8175,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16807,20568,0,0,0,0,16628,0,0,0,'Grand Warlock Nethekurse',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,32,16807,16807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,6493,8484,'',1,3,1,18.75,18.75,1,0,23735,0,0,0,0,0,150,1,617562111,0,'boss_grand_warlock_nethekurse',12340),
|
|
(16808,20597,0,0,0,0,19799,0,0,0,'Warchief Kargath Bladefist',NULL,NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,4.6,1800,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,16808,16808,0,0,0,0,0,0,0,12328,25821,30739,0,0,0,0,0,0,0,6919,9041,'',1,3,1,22.75,1,1,0,23723,0,0,0,0,0,125,1,617562111,0,'boss_warchief_kargath_bladefist',12340),
|
|
(16809,20596,0,0,0,0,18031,0,0,0,'Warbringer O\'mrogg',NULL,NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,4.6,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,64,16809,16809,0,0,0,0,0,0,0,30633,30584,30600,0,0,0,0,0,0,0,6494,8486,'',1,3,1,20.75,1,1,0,30829,0,0,0,0,0,167,1,617562111,256,'boss_warbringer_omrogg',12340),
|
|
(16810,0,0,0,0,0,18215,0,0,0,'Bonechewer Backbreaker',NULL,NULL,0,63,64,1,1697,0,1,0.85714,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,16810,16810,0,0,0,0,0,0,0,6742,9613,16583,0,0,0,0,0,0,0,795,929,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16811,0,0,0,0,0,16617,0,0,0,'Sebastian','The Organist',NULL,8174,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16812,0,0,0,0,0,16616,0,0,0,'Barnes','The Stage Manager',NULL,7421,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_barnes',12340),
|
|
(16813,0,0,0,0,0,16620,0,0,0,'Wravien','The Mage',NULL,8178,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16814,0,0,0,0,0,16618,0,0,0,'Gradav','The Warlock',NULL,8176,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16815,0,0,0,0,0,16627,0,0,0,'Kamsis','The Conjurer',NULL,8177,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16816,0,0,0,0,0,18720,0,0,0,'Echo of Medivh',NULL,NULL,8404,70,70,1,35,1,1,0.99206,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(16817,0,0,0,0,0,16354,0,0,0,'Festival Loremaster','',NULL,7326,60,60,0,55,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16818,0,0,0,0,0,16355,0,0,0,'Festival Talespinner','',NULL,9298,60,60,1,29,3,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16819,0,0,0,0,0,16362,0,0,0,'Force Commander Danath Trollbane','Sons of Lothar',NULL,7352,65,65,1,1671,3,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,200,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16820,0,0,0,0,0,16410,0,0,0,'Lieutenant Amadi','',NULL,7329,60,60,0,1671,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16821,0,0,0,0,0,16364,0,0,0,'Magus Filinthus',NULL,NULL,0,60,60,0,1671,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16822,0,0,0,0,0,16365,0,0,0,'Flightmaster Krill Bitterhue','Gryphon Master',NULL,6944,65,65,0,1737,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16823,0,0,0,0,0,16366,0,0,0,'Humphry','Master Blacksmithing Trainer',NULL,7826,60,60,0,1671,4305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16824,0,0,0,0,0,16367,0,0,0,'Master Sergeant Lorin Thalmerok','Stable Master',NULL,9821,58,58,0,1737,4194305,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(16825,0,0,0,0,0,16368,0,0,0,'Father Malgor Devidicus','',NULL,0,60,60,0,1667,2,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16826,0,0,0,0,0,16369,0,0,0,'Sid Limbardi','Innkeeper',NULL,7301,55,55,0,1667,66435,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16827,0,0,0,0,0,16370,0,0,0,'Honor Guard Wesilow','',NULL,8050,60,60,0,1671,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16828,0,0,0,0,0,16371,0,0,0,'Honor Guard Greyn',NULL,NULL,0,60,60,0,1671,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16829,0,0,0,0,0,16372,0,0,0,'Magus Zabraxis','Reagents',NULL,8002,60,60,0,1667,3203,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16830,0,0,0,0,0,16373,0,0,0,'Field Commander Romus','',NULL,7351,62,62,0,1671,3,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16831,0,0,0,0,0,16374,16375,16376,16377,'Nethergarde Infantry',NULL,NULL,0,58,60,0,1671,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,64,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16832,0,0,0,0,0,16378,0,0,0,'Prospector Murantus','Explorers\' League',NULL,7328,61,61,0,55,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16833,0,0,0,0,0,17766,0,0,0,'Makuru','',NULL,7392,61,61,0,1640,3,1,1,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16834,0,0,0,0,0,16728,0,0,0,'Anchorite Obadei','',NULL,7390,65,65,1,1638,3,2.4,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),
|
|
(16835,0,0,0,0,0,16379,16380,16381,16382,'Explorers\' League Archaeologist','Explorers\' League',NULL,0,54,56,0,55,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16836,0,0,0,0,0,17823,17824,0,0,'Escaped Dreghood',NULL,NULL,0,58,58,0,1640,0,1,1,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,16836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16837,0,0,0,0,0,16383,0,0,0,'Foreman Biggums','',NULL,7865,61,61,0,1671,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16838,0,0,0,0,0,2528,341,2438,0,'Honor Hold Miner',NULL,NULL,0,53,55,0,1737,0,0.666668,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16839,0,0,0,0,0,16384,0,0,0,'Warp-Scryer Kryv','',NULL,0,62,62,0,1655,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16840,0,0,0,0,0,16385,0,0,0,'Advisor Sevel',NULL,NULL,0,60,60,0,534,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,256,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16841,0,0,0,0,0,16386,0,0,0,'Watch Commander Relthorn Netherwane','',NULL,7350,62,62,0,534,3,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,320,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16842,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Defender','',NULL,0,59,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16843,0,0,0,0,0,16391,16392,16393,16394,'Honor Hold Cavalryman',NULL,NULL,0,60,60,0,1666,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16844,0,0,0,0,0,16395,0,0,0,'Crust Burster',NULL,NULL,0,59,60,1,14,0,1,1,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,16844,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(16845,0,0,0,0,0,16396,0,0,0,'Gorkan Bloodfist','Mag\'har Captain',NULL,7375,68,68,1,1651,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,16845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,524,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16846,0,0,0,0,0,16401,18498,0,0,'Mag\'har Grunt',NULL,NULL,0,61,61,0,1651,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16846,16846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,151,'SmartAI',1,3,1,1,1,1,0,23589,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16847,0,0,0,0,0,16402,18497,0,0,'Debilitated Mag\'har Grunt',NULL,NULL,0,58,58,0,1651,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,16847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,149,'SmartAI',1,3,1,1,1,1,0,23589,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16848,0,0,0,0,0,19643,0,0,0,'Provisioner Braknar','',NULL,7373,61,61,1,1651,3,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16849,0,0,0,0,0,16199,0,0,0,'Vindicator Xannar','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16850,0,0,0,0,0,16403,0,0,0,'Gremni Longbeard','',NULL,7306,65,65,1,1671,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16851,0,0,0,0,0,16404,0,0,0,'Mirren Longbeard','',NULL,7307,65,65,1,1671,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16852,0,0,0,0,0,16742,0,0,0,'Sedai\'s Corpse','',NULL,0,65,65,1,1638,2,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,32,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16853,0,0,0,0,0,16405,0,0,0,'Anterius Black','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16854,0,0,0,0,0,14272,0,0,0,'Eldinarcus',NULL,NULL,0,11,11,0,91,0,1,1.14286,1,4,14,18,0,40,1,2000,2000,2,0,2048,0,0,0,0,0,0,9,13,100,4,0,16854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,19,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16855,0,0,0,0,0,16406,0,0,0,'Tregla',NULL,NULL,0,10,10,0,1643,0,1,0.857143,1,4,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,16855,16855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,18,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16856,0,0,0,0,0,16409,0,0,0,'Caretaker Dilandrus',NULL,NULL,7309,52,52,0,1667,1,1,1.14286,1,1,82,109,0,202,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,56,83,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16857,0,0,0,0,0,16395,0,0,0,'Marauding Crust Burster',NULL,NULL,0,59,60,1,14,0,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,16857,0,0,0,0,0,0,0,0,37752,31747,37751,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(16858,0,0,0,0,0,16411,0,0,0,'Grelag','',NULL,7348,53,55,0,1669,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16859,0,0,0,0,0,17546,0,0,0,'Dragonhawk Hatchling',NULL,NULL,0,2,2,0,190,3,1.125,1.14286,1,0,2,2,0,26,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16860,0,0,0,0,0,16682,0,0,0,'Jilanne',NULL,NULL,7313,9,9,0,1604,129,1,1.14286,1,0,8,12,0,16,1,1500,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16861,0,0,0,0,0,10729,0,0,0,'[UNUSED] Death Lord','',NULL,0,61,61,1,21,0,1,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,6,72,0,0,0,0,0,0,0,0,0,15284,28412,28413,0,0,0,0,0,0,0,0,0,'',0,3,1,45,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16862,0,0,0,0,0,16688,0,0,0,'Silanna',NULL,NULL,7316,8,8,0,1604,1,1,1.14286,1,0,10,13,0,32,1,1500,2000,2,4608,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16863,0,0,0,0,0,18701,0,0,0,'Deranged Helboar',NULL,NULL,0,60,61,1,954,0,1,1.19048,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,16863,0,70160,0,0,0,0,0,0,8599,33908,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16864,0,0,0,0,0,16418,16419,16420,0,'Stormwind Infantry',NULL,NULL,0,57,58,0,1666,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16865,0,0,0,0,0,20741,20742,20740,0,'Injured Stormwind Infantry',NULL,NULL,0,57,58,0,1078,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16866,0,0,0,0,0,16421,0,0,0,'Injured Nethergarde Infantry',NULL,NULL,0,58,59,0,1667,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,64,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16867,0,0,0,22334,0,18862,0,0,0,'Shattered Hand Grunt',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16867,16867,0,0,0,0,0,0,0,11976,11978,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16868,0,0,0,0,0,16324,0,0,0,'Laughing Skull Slayer','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16869,0,0,0,0,0,16324,0,0,0,'Laughing Skull Neophyte','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16870,0,0,0,22334,0,18861,0,0,0,'Shattered Hand Captain',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16870,16870,0,0,0,0,0,0,0,15496,33962,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16871,0,0,0,0,0,18849,0,0,0,'Bleeding Hollow Grunt',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16871,16871,0,0,0,0,0,0,0,8599,11976,0,0,0,0,0,0,0,0,159,1126,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(16872,0,0,0,0,0,17852,0,0,0,'Bleeding Hollow Warlock','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(16873,0,0,0,0,0,18851,0,0,0,'Bleeding Hollow Dark Shaman',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,16873,16873,0,0,0,0,0,0,0,6742,0,12550,21077,0,0,0,0,0,0,137,891,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(16874,0,0,0,0,0,17853,0,0,0,'Bleeding Hollow Shadowcaster','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,45329,32709,29924,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16875,0,0,0,0,0,16325,0,0,0,'Bonechewer Cannibal','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16876,0,0,0,21161,0,18854,0,0,0,'Bonechewer Mutant',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16876,16876,0,0,0,0,0,0,0,34113,8599,34114,0,0,0,0,0,0,0,136,889,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16877,0,0,0,0,0,18856,0,0,0,'Bonechewer Wolf Rider','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16878,0,0,0,22334,0,18859,0,0,0,'Shattered Hand Berserker',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,16878,16878,0,0,0,0,0,0,0,35570,8599,0,0,0,0,0,0,0,0,168,1563,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16879,0,0,0,0,0,11410,0,0,0,'Starving Helboar',NULL,NULL,0,58,59,1,954,0,1,1.19048,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,3,0,16879,0,70160,0,0,0,0,0,0,33908,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23214,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16880,0,0,0,0,0,16572,0,0,0,'Hulking Helboar',NULL,NULL,0,61,62,1,954,0,1,1.19048,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16880,0,70160,0,0,0,0,0,0,33909,33908,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,23214,23336,0,0,0,0,0,1,0,0,'',12340),
|
|
(16881,0,0,0,0,0,5497,0,0,0,'Felblood Horror','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,23269,28500,0,0,0,0,0,1,0,0,'',12340),
|
|
(16882,0,0,0,0,0,5987,0,0,0,'Felblood Flayer','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16883,0,0,0,0,0,4907,0,0,0,'Felblood Hungerer','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16884,0,0,0,0,0,14582,14338,14583,14337,'War Horse',NULL,NULL,0,55,56,0,1648,0,1,2.28571,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),
|
|
(16885,0,0,0,0,0,16429,0,0,0,'Amythiel Mistwalker',NULL,NULL,7331,63,63,0,635,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16886,0,0,0,0,0,16624,0,0,0,'Arator the Redeemer','',NULL,7320,61,61,0,1667,1,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16887,0,0,0,0,0,16428,0,0,0,'Eye of Honor Hold',NULL,NULL,0,48,49,0,1648,0,7.2,2.57143,1,0,83,110,0,200,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,57,84,19,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,217,1,0,2,'',12340),
|
|
(16888,0,0,0,0,0,16430,0,0,0,'Mahuram Stouthoof',NULL,NULL,7332,62,62,0,1710,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16889,0,0,0,0,0,16412,16433,0,0,'Stormwind Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16890,0,0,0,0,0,16434,16413,16447,16448,'Ironforge Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16891,0,0,0,0,0,12953,0,0,0,'Yuree','Dawn Whisperer',NULL,0,60,60,0,794,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16892,0,0,0,0,0,16414,16435,0,0,'Darnassus Celebrant','',NULL,0,1,60,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16893,0,0,0,0,0,16436,16438,16445,16446,'Orgrimmar Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16894,0,0,0,0,0,16442,16432,0,0,'Thunder Bluff Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16895,0,0,0,0,0,16443,16444,0,0,'Undercity Celebrant','',NULL,0,1,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16896,0,0,0,0,0,16449,16450,16451,0,'Honor Hold Archer',NULL,NULL,0,59,60,0,1666,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16897,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Middle',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554692,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16898,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Right',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16899,0,0,0,0,0,16587,11686,0,0,'Honor Hold Target Dummy Left',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16900,0,0,0,0,0,17061,0,0,0,'Captive Ravager Hatchling','',NULL,0,60,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,31,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16901,0,0,0,0,0,1145,0,0,0,'Blistering Rot',NULL,NULL,0,61,62,1,14,0,0.6,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16901,16901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,28500,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(16902,0,0,0,0,0,11141,0,0,0,'Blistering Mold','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16903,0,0,0,0,0,10029,0,0,0,'Blistering Oozeling',NULL,NULL,0,61,62,1,14,0,0.6,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,0.1,1,0,23339,23340,23341,23342,0,0,44,1,0,64,'',12340),
|
|
(16904,0,0,0,0,0,16502,16503,16504,16505,'Unyielding Footman',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,0,16904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,1231,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16905,0,0,0,0,0,16506,16507,0,0,'Unyielding Sorcerer',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,16905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,1172,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16906,0,0,0,0,0,18088,0,0,0,'Unyielding Knight',NULL,NULL,0,59,60,1,1664,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,6,0,16906,16906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,1061,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16907,0,0,0,0,0,17741,0,0,0,'Bleeding Hollow Peon',NULL,NULL,0,59,59,1,1663,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16907,16907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1117,'SmartAI',1,3,1,1,1,1,0,30425,30157,31347,0,0,0,0,1,0,0,'',12340),
|
|
(16908,0,0,0,0,0,17407,0,0,0,'Bonechewer Reaver','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16909,0,0,0,0,0,16481,16482,16483,0,'Bonechewer Savage','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16910,0,0,0,0,0,1139,0,0,0,'Mag\'har Outrunner','',NULL,0,62,63,1,1651,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16911,0,0,0,0,0,19644,0,0,0,'Mag\'har Watcher',NULL,NULL,0,62,63,1,1651,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,16911,16911,0,0,0,0,0,0,0,11986,0,12550,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16912,0,0,0,0,0,18500,18501,0,0,'Mag\'har Hunter',NULL,NULL,0,62,63,1,1651,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,16912,16912,0,0,0,0,0,0,0,6660,0,12024,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16914,0,0,0,0,0,2582,11686,0,0,'[Unused] Marauding Crust Burster Visual',NULL,NULL,0,59,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(16915,0,0,0,0,0,16468,0,0,0,'Foreman Razelcraz',NULL,NULL,7878,60,60,0,35,3,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16916,0,0,0,0,0,15513,0,0,0,'Wretched Captive',NULL,NULL,0,4,5,0,35,0,1,0.85714,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(16917,0,0,0,0,0,16589,0,0,0,'Aurok','Armorsmith',NULL,0,5,5,0,1638,4224,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16918,0,0,0,0,0,16610,0,0,0,'Jel','Cloth & Leather Merchant',NULL,0,5,5,0,1638,4224,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,37632,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16919,0,0,0,0,0,16613,0,0,0,'Mura','Weaponsmith',NULL,0,5,5,0,1638,4480,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16920,0,0,0,0,0,16591,0,0,0,'Ryosh','General Supplies',NULL,0,5,5,0,1638,384,1,1.14286,1,0,4,4,0,14,1,1500,2000,8,37632,2048,0,0,0,0,0,0,2,3,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16921,0,0,0,0,0,16789,16791,16790,16792,'Ammen Vale Guardian',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(16922,0,0,0,0,0,14501,0,0,0,'Red Radiation Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16923,0,0,0,0,0,17477,0,0,0,'Novice Ranger',NULL,NULL,0,7,7,0,1604,0,1,1.14286,1,0,8,11,0,30,1,1500,2000,2,4608,2048,0,0,0,0,0,0,5,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16924,0,0,0,0,0,16626,0,0,0,'Sergeant Kan\'ren','',NULL,7323,7,7,0,1604,3,1,1.14286,1,0,8,11,0,30,1,1500,2000,2,4608,2048,0,0,0,0,0,0,5,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16925,0,0,0,21161,0,16479,16478,0,0,'Bonechewer Raider',NULL,NULL,0,58,59,1,1662,0,1,1.38571,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,7,0,16925,16925,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1050,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16926,0,0,0,0,0,9280,0,0,0,'Bonechewer War Wolf','',NULL,0,59,60,1,1663,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16927,0,0,0,0,0,19850,0,0,0,'Stonescythe Whelp',NULL,NULL,0,60,61,1,31,0,0.8,0.714286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,16927,16927,0,0,0,0,0,0,0,33896,0,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(16928,0,0,0,0,0,20069,0,0,0,'Stonescythe Ambusher',NULL,NULL,0,61,61,1,1873,0,1,0.99206,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,16928,16928,0,0,0,0,0,0,0,32732,33896,6409,0,0,0,0,0,0,0,159,213,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16929,0,0,0,0,0,20456,0,0,0,'Stonescythe Alpha',NULL,NULL,0,61,62,1,1873,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,16929,16929,0,0,0,0,0,0,0,32732,33911,33896,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16930,0,0,0,0,0,1958,0,0,0,'Raging Clefthoof','',NULL,0,59,60,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,23222,23231,23223,0,0,0,0,1,0,0,'',12340),
|
|
(16931,0,0,0,0,0,2742,0,0,0,'Enraged Clefthoof','',NULL,0,57,58,0,14,0,1.2,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23222,23231,0,0,0,0,0,1,0,0,'',12340),
|
|
(16932,0,0,0,0,0,19844,0,0,0,'Razorfang Hatchling',NULL,NULL,0,59,60,1,14,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,31,0,0,0,0,72,106,26,1,1,16932,0,70163,0,0,0,0,0,0,33781,0,0,0,0,0,0,0,11567,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16933,0,0,0,0,0,20309,0,0,0,'Razorfang Ravager',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,31,0,0,0,0,127,188,28,1,1,16933,0,70163,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,13025,0,0,0,'SmartAI',1,3,1,1,1,1,0,23217,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16934,0,0,0,0,0,20297,0,0,0,'Quillfang Ravager',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,16934,0,70163,0,0,0,0,0,0,33781,33968,0,0,0,0,0,0,11565,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16935,0,0,0,0,0,4688,0,0,0,'Dreghood Spearman','',NULL,0,54,55,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16936,0,0,0,0,0,17825,0,0,0,'Dreghood Wanderer','',NULL,0,62,63,1,51,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,30798,30013,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16937,0,0,0,0,0,17824,0,0,0,'Dreghood Geomancer','',NULL,0,56,57,0,90,0,1,1,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,16937,16937,0,0,0,0,0,0,0,32734,34083,0,0,0,0,0,0,0,0,83,113,'SmartAI',0,3,1,1,1,1,0,23460,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16938,0,0,0,0,0,17823,0,0,0,'Dreghood Brute',NULL,NULL,0,56,57,0,90,0,1,0.71429,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,16938,16938,0,0,0,0,0,0,0,31553,0,0,0,0,0,0,0,0,0,106,144,'SmartAI',1,3,1,1,1,1,0,23460,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(16939,0,0,0,0,0,18958,0,0,0,'Void Baron Galaxis',NULL,NULL,0,63,63,1,954,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,16939,0,0,0,0,0,0,0,0,34239,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,29162,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(16940,0,0,0,0,0,17191,0,0,0,'Astralan Raider','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16941,0,0,0,0,0,17746,0,0,0,'Phasing Voidcaller','',NULL,0,61,62,1,954,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,34191,34216,34338,34333,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16942,0,0,0,0,0,17210,0,0,0,'Infernal Crafter','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16943,0,0,0,0,0,19168,0,0,0,'Cyber-Rage Forgelord',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16943,16943,0,0,0,0,0,0,0,36255,8599,38920,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16944,0,0,0,0,0,19035,0,0,0,'Mo\'arg Doomsmith',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16944,16944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16945,0,0,0,0,0,18646,17207,0,0,'Mo\'arg Engineer',NULL,NULL,0,67,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,16945,16945,0,0,0,0,0,0,0,15976,32005,31705,0,0,0,0,0,0,0,918,1204,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16946,0,0,0,0,0,19035,0,0,0,'Mo\'arg Forgefiend',NULL,NULL,0,61,62,1,90,0,0.944444,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16946,16946,0,0,0,0,0,0,0,32735,36486,0,0,0,0,0,0,0,0,161,1272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16947,0,0,0,0,0,18288,0,0,0,'Gan\'arg Servant',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,16947,16947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,1298,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16948,0,0,0,0,0,19189,0,0,0,'Gan\'arg Engineer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16948,16948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16949,0,0,0,0,0,19190,0,0,0,'Gan\'arg Mekgineer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,16949,16949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,31653,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16950,0,0,0,0,0,6172,0,0,0,'Netherhound',NULL,NULL,0,58,58,1,1752,0,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,16950,0,70160,0,0,0,0,0,0,11981,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,0.4,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16951,0,0,0,0,0,18373,0,0,0,'Terrorfiend',NULL,NULL,0,61,62,1,90,0,1,1.38889,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,16951,16951,0,0,0,0,0,0,0,75,37488,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,23269,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16952,0,0,0,0,0,18193,0,0,0,'Anger Guard',NULL,NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,3,0,16952,16952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,31536,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16953,0,0,0,0,0,5048,0,0,0,'Forge Camp Patroller','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16954,0,0,0,0,0,18832,0,0,0,'Forge Camp Legionnaire',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,3,0,16954,16954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,741,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16955,0,0,0,0,0,16480,0,0,0,'Chained Trickster','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16956,0,0,0,0,0,16480,0,0,0,'Dust Hopper','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16957,0,0,0,0,0,16480,0,0,0,'Nether Imp','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16958,0,0,0,0,0,348,0,0,0,'Dread Interrogator','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16959,0,0,0,0,0,17446,0,0,0,'Dread Tactician',NULL,NULL,0,70,70,1,1752,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,16959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,669,878,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16960,0,0,0,0,0,10070,0,0,0,'Sister of Grief',NULL,NULL,0,60,61,1,90,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,0,16960,16960,0,0,0,0,0,0,0,21987,29490,34036,0,0,0,0,0,0,0,125,1257,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16961,0,0,0,0,0,2737,0,0,0,'Maiden of Grief UNUSED','',NULL,0,70,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16962,0,0,0,0,0,2737,0,0,0,'Griefbringer','',NULL,0,54,55,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16963,0,0,0,0,0,17312,0,0,0,'Infernal Destroyer','',NULL,0,70,71,1,90,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16964,0,0,0,0,0,16484,0,0,0,'Warlord Morkh',NULL,NULL,0,61,61,1,1663,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,16964,16964,0,0,0,0,0,0,0,34080,34802,8599,0,0,0,0,0,0,0,159,844,'SmartAI',1,3,1,1,1,1,0,30158,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16965,0,0,0,0,0,17006,0,0,0,'Haal\'eshi Hawkeye','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16966,0,0,0,0,0,17005,0,0,0,'Haal\'eshi Windwalker',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,16966,16966,0,0,0,0,0,0,0,32717,9532,0,0,0,0,0,0,0,0,145,195,'',1,3,1,1,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16967,0,0,0,0,0,16875,0,0,0,'Haal\'eshi Talonguard',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,16967,16967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16968,0,0,0,0,0,16573,0,0,0,'Tunneler',NULL,NULL,0,61,62,1,14,0,1,1,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,16968,0,0,0,0,0,0,0,0,31747,32738,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(16969,0,0,0,0,0,16489,0,0,0,'Bone Magus Warlor','',NULL,0,61,61,1,1663,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,11445,40885,28265,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16970,0,0,0,0,0,16574,0,0,0,'Bristlehide Clefthoof','',NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,14104,32023,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23754,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16971,0,0,0,0,0,16490,16492,16491,16493,'Injured Draenei','',NULL,0,3,5,0,1638,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33024,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_injured_draenei',12340),
|
|
(16972,0,0,0,0,0,16880,0,0,0,'Bonestripper Buzzard',NULL,NULL,0,58,59,1,14,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,7,0,0,0,0,70,103,25,1,1,16972,0,0,0,0,0,0,0,0,37012,0,0,0,0,0,0,0,12873,0,0,0,'SmartAI',1,3,1,1,1,1,0,23239,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16973,0,0,0,0,0,17089,0,0,0,'Bonestripper Vulture',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,7,0,0,0,0,139,207,30,1,1,16973,0,0,0,0,0,0,0,0,32022,0,0,0,0,0,0,0,12874,0,0,0,'SmartAI',1,3,1,1,1,1,0,23387,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16974,0,0,0,0,0,17081,0,0,0,'Rogue Voidwalker',NULL,NULL,0,60,61,1,954,0,1,1.14286,1.5,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,16974,0,0,0,0,0,0,0,0,33914,0,0,0,0,0,0,0,0,0,137,1313,'SmartAI',1,3,1,1,0.5,1,0,23218,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16975,0,0,0,0,0,16634,0,0,0,'Uncontrolled Voidwalker',NULL,NULL,0,60,61,1,954,0,1,1.14286,1.5,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,16975,0,0,0,0,0,0,0,0,33914,33916,0,0,0,0,0,0,0,0,137,1166,'SmartAI',1,3,1,1,1,1,0,23352,23218,0,0,0,0,0,1,0,0,'',12340),
|
|
(16976,0,0,0,0,0,16519,16520,16521,16518,'Ghostly Denizen',NULL,NULL,0,59,60,1,189,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,72,106,26,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(16977,0,0,0,0,0,16522,0,0,0,'Arch Mage Xintor',NULL,NULL,0,61,61,1,1664,0,1,1.14286,1,0,152,210,0,244,1,2000,1534,2,32768,2048,0,0,0,0,0,0,120,179,25,6,0,16977,0,0,0,0,0,0,0,0,10150,10202,0,0,0,0,0,0,0,0,159,805,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16978,0,0,0,0,0,16523,0,0,0,'Lieutenant Commander Thalvos',NULL,NULL,0,61,61,1,1664,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,16978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,394,'SmartAI',1,3,1,1,1,1,0,28562,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(16979,0,0,0,0,0,16541,0,0,0,'Midsummer Merchant','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16980,0,0,0,0,0,11686,0,0,0,'The Lich King','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,33555200,2048,8,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16981,29634,0,0,0,0,27107,0,0,0,'Plagued Guardian','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,7.5,2000,0,8,0,2048,8,0,0,0,0,0,351,503,74,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,18,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16982,29635,0,0,0,0,12074,0,0,0,'Plagued Construct',NULL,NULL,0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16983,29633,0,0,0,0,28021,0,0,0,'Plagued Champion','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16984,29632,0,0,0,0,28022,0,0,0,'Plagued Warrior','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(16985,0,0,0,0,0,16585,0,0,0,'Midsummer Merchant Horde Costume','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16986,0,0,0,0,0,16541,0,0,0,'Midsummer Merchant Alliance Costume','Festival Supplies',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16987,0,0,0,0,0,16334,0,0,0,'Festival Flamekeeper Costume: Tauren','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16988,0,0,0,0,0,16338,0,0,0,'Festival Flamekeeper Costume: Human','',NULL,0,73,73,1,35,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16989,0,0,0,0,0,16340,0,0,0,'Festival Flamekeeper Costume: Troll','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16990,0,0,0,0,0,16339,0,0,0,'Festival Flamekeeper Costume: Dwarf','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16991,0,0,0,0,0,16588,0,0,0,'Thiah Redmane',NULL,NULL,7341,60,60,0,1710,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(16992,0,0,0,0,0,19249,0,0,0,'Dreadtusk',NULL,NULL,0,61,62,1,90,0,1,1.19048,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,16992,0,70160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23214,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16993,0,0,0,0,0,16592,0,0,0,'Wounded Blood Elf Pilgrim',NULL,NULL,0,63,64,0,1604,2,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,512,2048,0,0,0,0,0,0,136,202,27,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wounded_blood_elf',12340),
|
|
(16994,0,0,0,0,0,16593,0,0,0,'Draenei Anchorite','',NULL,0,62,62,1,84,0,1.4,1.14286,1,0,160,223,0,246,1,2000,1900,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,17137,17140,25431,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,2,'',12340),
|
|
(16995,0,0,0,0,0,5187,11686,0,0,'Herald of the Lich King','',NULL,0,80,80,0,127,0,1.125,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(16996,0,0,0,0,0,16602,0,0,0,'Draenei Vindicator','',NULL,0,58,58,1,84,0,1.4,1.14286,1,0,93,123,0,228,1,3700,2000,2,0,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,13005,33127,13874,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,0,'',12340),
|
|
(16997,0,0,0,0,0,17642,0,0,0,'Stonescythe Cliffjumper','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(16998,0,0,0,0,0,16622,0,0,0,'Mr. Bigglesworth','','',0,5,5,0,32,0,1,1.14286,1,0,5,7,0,32,1,2000,0,1,0,2048,8,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'boss_naxxramas_misc',12340),
|
|
(16999,0,0,0,0,0,796,0,0,0,'Johnny McWeaksauce','Public Test Realm Bot',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17000,0,0,0,0,0,15298,0,0,0,'Aggonis',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17001,0,0,0,0,0,2582,11686,0,0,'[Unused] Crust Burster Visual',NULL,NULL,0,59,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17002,0,0,0,0,0,4177,0,0,0,'Angela \"The Claw\" Kestrel',NULL,NULL,8686,57,58,0,68,3,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,4096,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17003,0,0,0,0,0,8409,0,0,0,'Cinder Elemental','',NULL,0,60,60,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17004,0,0,0,0,0,850,0,0,0,'Jir\'see','Angela\'s Pet',NULL,0,54,55,0,68,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17005,0,0,0,0,0,16625,0,0,0,'Duelist Larenis','Weapon Master',NULL,7337,30,30,0,1604,81,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,2,0,0,0,26,38,16,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17006,0,0,0,0,0,16636,0,0,0,'Elsaana',NULL,NULL,7343,58,58,0,1654,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17007,0,0,0,0,0,16639,0,0,0,'Lady Keira Berrybuck',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17008,0,0,0,0,0,16642,0,0,0,'Gul\'dan',NULL,NULL,0,70,70,0,7,0,1.72,1.14286,1,3,252,357,0,304,35,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(17009,0,0,0,0,0,16643,0,0,0,'Durotan','Chieftain of the Frostwolf Clan',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17010,0,0,0,0,0,16644,0,0,0,'Draka','',NULL,0,70,70,1,14,0,1.2,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17011,0,0,0,0,0,16645,0,0,0,'Blackhand the Destroyer','Warchief of the Horde',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17012,0,0,0,0,0,16646,0,0,0,'Orgrim Doomhammer','',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17013,0,0,0,0,0,16660,0,0,0,'Draenei Captive','',NULL,0,3,3,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17014,0,0,0,0,0,18953,0,0,0,'Collapsing Voidwalker',NULL,NULL,0,61,62,1,954,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,17014,0,0,0,0,0,0,0,0,34259,34234,0,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,29161,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17015,0,0,0,0,0,16648,0,0,0,'Taleris Dawngazer','',NULL,7342,58,59,0,1604,3,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,4096,2048,0,0,0,0,0,0,91,133,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17016,0,0,0,0,0,16649,16650,16651,16652,'Dragonmaw Clan Soldier','',NULL,0,57,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17017,0,0,0,0,0,16663,16666,16668,16667,'Blackrock Clan Soldier','',NULL,0,59,61,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17018,0,0,0,0,0,16649,0,0,0,'Thunderlord Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17019,0,0,0,0,0,16659,16670,16671,16672,'Frostwolf Clan Soldier','',NULL,0,58,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17020,0,0,0,0,0,16649,0,0,0,'Bleeding Hollow Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17021,0,0,0,0,0,16662,16673,16674,0,'Warsong Clan Soldier','',NULL,0,61,63,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17022,0,0,0,0,0,16649,0,0,0,'Twilight\'s Hammer Clan Soldier','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17023,0,0,0,0,0,16656,16657,31661,31662,'Shadow Council Enforcer',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17024,0,0,0,0,0,16653,16654,0,0,'Shadow Council Acolyte','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17025,0,0,0,0,0,15880,0,0,0,'Sapphiron\'s Wing Buffet',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17026,0,0,0,0,0,21575,0,0,0,'Grom Hellscream','Chieftain of the Warsong Clan',NULL,0,70,70,0,14,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17027,0,0,0,0,0,16664,0,0,0,'Rend Blackhand','',NULL,0,1,1,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17028,0,0,0,0,0,16665,0,0,0,'Maim Blackhand','',NULL,0,60,60,0,14,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17029,0,0,0,0,0,15504,0,0,0,'Silvermoon City Seeker','',NULL,0,65,65,1,1603,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17030,0,0,0,0,0,16333,16323,16332,12471,'Soldier of the Horde','',NULL,0,57,62,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17031,0,0,0,0,0,15986,0,0,0,'Varel Redrock','',NULL,0,35,35,0,55,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17032,0,0,0,0,0,15988,0,0,0,'Varl Stonebleeder','',NULL,0,35,35,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17034,0,0,0,0,0,4615,0,0,0,'Female Kaliri Hatchling',NULL,NULL,0,62,62,1,73,0,1.4,1.42857,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,26,0,0,0,0,139,207,30,1,1,17034,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10705,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(17035,0,0,0,0,0,4566,0,0,0,'Kaliri Matriarch',NULL,NULL,0,63,63,1,73,0,1.4,1.42857,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,26,0,0,0,0,147,219,32,1,1,17035,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10708,0,0,0,'SmartAI',1,4,1,1,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(17038,0,0,0,0,0,16412,16433,0,0,'Stormwind Firebreather','',NULL,0,23,33,0,774,0,1.125,1.14286,1,0,46,61,0,112,1,2000,2000,1,33536,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17039,0,0,0,0,0,6299,0,0,0,'Male Kaliri Hatchling',NULL,NULL,0,61,61,1,73,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,26,0,0,0,0,127,188,28,1,1,17039,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10705,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(17041,0,0,0,0,0,16436,16438,16445,16446,'Orgrimmar Fireeater','',NULL,0,59,60,1,775,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17042,0,0,0,0,0,1105,0,0,0,'Test Name 2','',NULL,0,50,52,0,73,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8311,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(17046,0,0,0,0,0,16725,0,0,0,'Pilgrim Gal\'ressa',NULL,NULL,7345,58,59,0,1604,1,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,4096,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17047,0,0,0,0,0,11686,0,0,0,'Wretched Crate Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17048,0,0,0,0,0,16434,16413,16447,16448,'Ironforge Firebreather','',NULL,0,1,60,0,774,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17049,0,0,0,0,0,16414,16435,0,0,'Darnassus Firebreather','',NULL,0,1,60,0,774,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17050,0,0,0,0,0,16445,16446,0,0,'Thunder Bluff Fireeater','',NULL,0,1,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17051,0,0,0,0,0,16443,16444,0,0,'Undercity Fireeater','',NULL,0,1,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17052,0,0,0,0,0,16729,0,0,0,'Rumatu',NULL,NULL,0,61,61,0,1654,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17053,0,0,0,0,0,16724,0,0,0,'Kaliri Swooper',NULL,NULL,0,60,61,1,1738,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,26,0,0,0,0,127,188,28,1,1,17053,0,0,0,0,0,0,0,8311,0,0,0,0,0,0,0,0,10709,0,0,0,'SmartAI',1,4,1,1,1,1,0,23588,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(17055,29279,0,0,0,0,13111,0,0,0,'Maexxna Spiderling',NULL,NULL,0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,54121,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(17056,0,0,0,0,0,16732,16734,16733,16735,'Eversong Partygoer',NULL,NULL,7346,5,10,0,1604,1,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17057,0,0,0,0,0,20554,0,0,0,'Blacktalon the Savage',NULL,NULL,0,63,63,1,1873,0,1,1.14286,1,1,181,253,0,268,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,7,0,17057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1252,1639,'SmartAI',1,3,1,5,1,1,0,23687,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17058,0,0,0,0,0,18311,0,0,0,'Illidari Taskmaster',NULL,NULL,0,63,63,1,1813,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,3,0,17058,17058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,193,'SmartAI',1,3,1,0.8,1,1,0,29113,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17059,0,0,0,0,0,3019,0,0,0,'Hellfire Combat Dummy',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(17060,0,0,0,0,0,16741,0,0,0,'Hellfire Combat Dummy Small',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,1900,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(17061,0,0,0,0,0,4587,0,0,0,'Mana Tide Totem IV','',NULL,0,58,58,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17062,0,0,0,0,0,16743,0,0,0,'Fel Orc Corpse',NULL,NULL,0,60,60,0,35,2,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,537133824,2048,32,0,0,0,0,0,101,167,24,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17063,0,0,0,0,0,984,0,0,0,'Wanton Hostess Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17064,0,0,0,0,0,16744,0,0,0,'Night Mistress Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17065,0,0,0,0,0,10926,0,0,0,'Concubine Transform Visual','',NULL,0,69,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17066,0,0,0,0,0,11686,0,0,0,'Ribbon Pole Debug Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17067,0,0,0,0,0,16784,0,0,0,'Phantom Hound',NULL,NULL,0,71,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17068,0,0,0,0,0,16786,0,0,0,'Chief Expeditionary Requisitioner Enkles',NULL,NULL,0,55,55,0,55,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17069,0,0,0,0,0,16793,0,0,0,'Emissary Whitebeard',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17070,0,0,0,0,0,16794,0,0,0,'Apothecary Quinard',NULL,NULL,0,55,55,0,68,0,1.1,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,17070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17071,0,0,0,0,0,16805,0,0,0,'Technician Zhanaa','',NULL,7353,5,5,0,1638,3,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,37632,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17072,0,0,0,0,0,16806,0,0,0,'Emissary Gormok',NULL,NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17073,0,0,0,0,0,16807,0,0,0,'Draenei Mourner',NULL,NULL,7355,1,5,0,1638,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17074,0,0,0,0,0,11686,0,0,0,'Cenarion Scout',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17075,0,0,0,0,0,17445,0,0,0,'Sandworm','',NULL,0,63,63,0,310,0,1.2,1.14286,1,2,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,0,0,0,0,0,0,0,0,0,0,30732,31378,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17076,0,0,0,0,0,16820,0,0,0,'Lady Liadrin','Blood Knight Matriarch',NULL,0,70,70,1,35,3,1,1.28968,1,3,234,331,0,286,35,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,10,1,0,0,0,0,0,0,0,199,1,617299803,0,'',12340),
|
|
(17077,0,0,0,0,0,1236,0,0,0,'Ancestral Spirit Wolf','',NULL,0,60,60,0,775,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,2,'npc_ancestral_wolf',12340),
|
|
(17078,0,0,0,0,0,794,0,0,0,'Jimmy McWeaksauce','Cool Guy',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17079,0,0,0,0,0,16834,0,0,0,'General Kirika',NULL,NULL,0,60,60,0,29,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,17079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17080,0,0,0,0,0,16835,0,0,0,'Marshal Bluewall',NULL,NULL,0,60,60,0,55,2,1.1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,17080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17081,0,0,0,0,0,16836,0,0,0,'Scout Bloodfist','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17082,0,0,0,0,0,16837,0,0,0,'Rifleman Torrig','',NULL,0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17083,20567,0,0,0,0,16839,0,0,0,'Fel Orc Convert',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,17083,0,0,0,0,0,0,0,30478,0,0,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.45,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17084,0,0,0,0,0,18434,0,0,0,'Avruu',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,17084,17084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,218,'SmartAI',1,3,1,1.2,1,1,0,23483,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17085,0,0,0,0,0,14502,0,0,0,'Aeranas',NULL,NULL,0,63,63,1,35,2,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,149,1,0,0,'npc_aeranas',12340),
|
|
(17086,0,0,0,0,0,4629,0,0,0,'Enraged Wraith',NULL,NULL,0,9,10,0,21,0,1.125,1.14286,1,0,8,13,0,17,1,1400,1900,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(17087,0,0,0,0,0,16840,0,0,0,'Spirit of the Vale',NULL,NULL,7376,70,70,1,35,3,1.55556,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17088,0,0,0,0,0,18130,18133,17988,18132,'Shadowy Summoner',NULL,NULL,7775,63,64,1,1750,1,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,17088,17088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17089,0,0,0,0,0,17598,0,0,0,'Firmanvaar','Shaman Trainer',NULL,7522,6,6,0,1638,51,1,1,1,0,6,8,0,29,1,2000,2000,2,37632,2048,0,0,0,0,7,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17090,0,0,0,0,0,11686,0,0,0,'Silithus Dust Turnin Quest Doodad','',NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17091,0,0,0,0,0,16843,0,0,0,'Mirren Longbeard No Hat (DND)','',NULL,0,65,65,1,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17092,0,0,0,0,0,16846,0,0,0,'Advisor Duskingdawn',NULL,NULL,7358,24,24,0,1604,3,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17093,0,0,0,0,0,16845,0,0,0,'Magistrix Elosai',NULL,NULL,0,27,27,0,1603,2,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,4096,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17094,0,0,0,0,0,16847,0,0,0,'Nemeth Hawkeye','Farstriders',NULL,0,30,32,0,1636,2,1,1.14286,1,0,42,55,0,100,1,2000,2000,2,4096,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17095,0,0,0,0,0,16848,0,0,0,'Balandar Brightstar','',NULL,0,36,37,0,1604,2,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,4096,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17096,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,6,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),
|
|
(17097,0,0,0,0,0,16849,0,0,0,'Advisor Sarophas',NULL,NULL,0,45,45,0,1604,2,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,4096,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17098,0,0,0,0,0,16850,0,0,0,'Ambassador Dawnsinger',NULL,NULL,7359,60,60,0,1604,3,1,1.14286,1,0,74,102,0,112,1,2000,1900,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17099,0,0,0,0,0,16851,0,0,0,'Mehlar Dawnblade',NULL,NULL,7381,58,58,0,1604,3,1,1.14286,1,0,93,123,0,228,1,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17100,0,0,0,0,0,16852,0,0,0,'Advisor Sunsworn',NULL,NULL,7362,24,24,0,1604,3,1,1.14286,1,0,25,34,0,36,1,2000,2000,8,32768,2048,0,0,0,0,0,0,22,31,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17101,0,0,0,0,0,16853,0,0,0,'Diktynna','Fishing Trainer & Supplies',NULL,7361,9,9,0,1638,211,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,37632,2048,0,0,2,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17102,0,0,0,0,0,617,369,15926,1755,'Angry Murloc',NULL,NULL,0,5,6,0,18,0,1.125,1.14286,1,0,7,9,0,34,1,2000,2000,1,32768,2048,0,0,0,0,0,0,4,6,100,7,0,17102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,10,'SmartAI',1,3,1,1,1,1,0,23614,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17103,0,0,0,0,0,16854,0,0,0,'Emissary Taluun',NULL,NULL,7363,60,60,0,1638,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17104,0,0,0,0,0,16855,0,0,0,'Anchorite Delan','',NULL,7364,24,24,0,1638,3,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17105,0,0,0,0,0,16856,0,0,0,'Emissary Valustraa','Mage Trainer',NULL,7366,60,60,0,1638,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,8,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17106,0,0,0,0,0,16857,0,0,0,'Vindicator Palanaar','',NULL,7367,24,24,0,1638,3,1,1.14286,1,0,32,43,0,78,1,2000,2000,2,32768,2048,0,0,0,0,0,0,22,32,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17107,0,0,0,0,0,11686,0,0,0,'Sedai Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17108,0,0,0,0,0,4157,4158,0,0,'Forsaken Raider',NULL,NULL,0,27,28,0,118,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,32768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,6634,7992,0,0,0,0,0,0,0,0,40,57,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17109,0,0,0,0,0,16859,0,0,0,'Cersei Dusksinger','',NULL,7369,45,45,0,1604,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,4096,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17110,0,0,0,0,0,16860,0,0,0,'Acteon','Hunter Trainer',NULL,7368,10,10,0,1638,51,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,3,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17111,0,0,0,0,0,632,0,0,0,'Captured Jaguar','',NULL,0,36,37,0,35,0,1.05,1.14286,1,0,51,68,0,124,1,1200,2000,1,512,2048,0,2,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.15,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(17112,0,0,0,0,0,16866,0,0,0,'Captured Tarantula','',NULL,0,40,41,0,35,0,1.05,1.14286,1,0,59,78,0,142,1,2000,2000,1,512,2048,0,3,0,0,0,0,41,60,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17113,0,0,0,0,0,831,0,0,0,'Captured Crocolisk','',NULL,0,38,39,0,35,0,1.05,1.14286,1,0,54,72,0,132,1,2000,2000,1,512,2048,0,6,0,0,0,0,37,55,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17114,0,0,0,0,0,16861,0,0,0,'Arugoo of the Stillpine','',NULL,0,8,8,0,774,2,0.666668,0.99206,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17115,0,0,0,0,0,16863,0,0,0,'Cursed Lost One','',NULL,0,37,38,0,51,0,1.05,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,17115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,78,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17116,0,0,0,0,0,16862,0,0,0,'Exarch Menelaous','',NULL,7370,14,14,0,1638,3,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17117,0,0,0,0,0,16864,0,0,0,'Injured Night Elf Priestess',NULL,NULL,0,5,5,0,80,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,33024,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17118,0,0,0,0,0,20987,0,0,0,'Der\'izu Arcanist','',NULL,0,64,65,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17119,0,0,0,0,0,16865,0,0,0,'Ithania','',NULL,7371,36,37,0,1604,1,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,512,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17120,0,0,0,0,0,17213,0,0,0,'Behomat','Warrior Trainer',NULL,7263,60,60,0,1638,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,1,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17121,0,0,0,0,0,17227,0,0,0,'Kavaan','Paladin Trainer',NULL,7260,40,40,0,1638,49,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,2,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17122,0,0,0,0,0,17511,0,0,0,'Vord','Hunter Trainer',NULL,7262,60,60,0,1638,49,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,3,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17123,0,0,0,0,0,16867,0,0,0,'Earthcaller Ryga',NULL,NULL,7372,63,63,1,1651,3,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17124,0,0,0,0,0,11686,0,0,0,'Captured Tarantula Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17125,0,0,0,0,0,11686,0,0,0,'Captured Jaguar Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17126,0,0,0,0,0,11686,0,0,0,'Captured Crocolisk Trigger','',NULL,0,60,60,0,114,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17127,0,0,0,0,0,16868,0,0,0,'Anchorite Avuun','',NULL,7374,45,45,0,1694,3,1,1.14286,1,0,54,75,0,81,1,2000,2000,8,4096,2048,0,0,0,0,0,0,45,66,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17128,0,0,0,0,0,18377,0,0,0,'Windroc',NULL,NULL,0,64,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,26,0,0,0,0,166,246,35,1,1,17128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10711,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17129,0,0,0,0,0,18378,0,0,0,'Greater Windroc',NULL,NULL,0,66,67,1,14,0,2,1.38571,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,17129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10706,0,0,0,'',1,3,1,1,1,1,0,28667,0,0,0,0,0,142,1,0,0,'',12340),
|
|
(17130,0,0,0,0,0,19219,0,0,0,'Talbuk Stag',NULL,NULL,0,64,65,1,31,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,17130,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17131,0,0,0,0,0,19220,0,0,0,'Talbuk Thorngrazer',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,17131,0,70063,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17132,0,0,0,0,0,19583,0,0,0,'Clefthoof Bull',NULL,NULL,0,65,66,1,14,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,17132,0,70167,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17133,0,0,0,0,0,19581,0,0,0,'Aged Clefthoof',NULL,NULL,0,66,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,17133,0,70167,0,0,0,0,0,0,32021,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,28668,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17134,0,0,0,0,0,11549,0,0,0,'Boulderfist Crusher',NULL,NULL,0,64,65,1,45,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,17134,17134,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1,1,1,0,25490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17135,0,0,0,0,0,18354,0,0,0,'Boulderfist Mystic',NULL,NULL,0,64,65,1,45,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,17135,17135,0,0,0,0,0,0,0,13281,11431,9532,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,25490,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17136,0,0,0,0,0,18356,0,0,0,'Boulderfist Warrior',NULL,NULL,0,65,66,1,45,0,1,1.14286,1,0,210,295,0,282,1,1800,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,17136,17136,0,0,0,0,0,0,0,31994,30798,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,25509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17137,0,0,0,0,0,18333,0,0,0,'Boulderfist Mage',NULL,NULL,0,65,66,1,45,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,17137,17137,0,0,0,0,0,0,0,6742,20795,9672,0,0,0,0,0,0,0,154,206,'',1,3,1,1,1,1,0,25509,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17138,0,0,0,0,0,18357,0,0,0,'Warmaul Reaver',NULL,NULL,0,65,66,1,1693,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,17138,17138,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,24502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17139,0,0,0,0,0,18349,0,0,0,'Windyreed Scavenger',NULL,NULL,0,64,65,1,51,0,1.11111,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17139,17139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17140,0,0,0,0,0,152,0,0,0,'Feral Lost One','',NULL,0,67,68,1,51,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17141,0,0,0,0,0,18350,0,0,0,'Windyreed Wretch',NULL,NULL,0,64,65,1,51,0,1.11111,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,17141,17141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17142,0,0,0,0,0,17974,0,0,0,'Wrekt Warrior',NULL,NULL,0,64,65,1,1679,0,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,17142,17142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17143,0,0,0,0,0,17973,0,0,0,'Wrekt Seer',NULL,NULL,0,63,63,1,51,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,17143,17143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17144,0,0,0,0,0,20763,0,0,0,'Goretooth','',NULL,0,65,65,1,14,0,1.83,1.14286,1,4,200,281,0,278,1,1400,1900,1,0,2048,0,6,0,0,0,0,166,246,35,1,1,17144,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12925,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17145,0,0,0,0,0,17619,0,0,0,'Wrekt Theurgist','',NULL,0,64,65,1,1679,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17146,0,0,0,21276,0,17966,17967,0,0,'Kil\'sorrow Spellbinder',NULL,NULL,0,66,67,1,16,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,128,17146,17146,0,0,0,0,0,0,0,22744,31999,34447,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17147,0,0,0,21276,0,17957,17963,0,0,'Kil\'sorrow Cultist',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,128,17147,17147,0,0,0,0,0,0,0,32000,16592,0,0,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17148,0,0,0,21276,0,17964,17965,0,0,'Kil\'sorrow Deathsworn',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,210,295,0,282,1,3000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,128,17148,17148,0,0,0,0,0,0,0,31996,0,0,0,0,0,0,0,0,0,1100,1130,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17149,0,0,0,0,0,18365,0,0,0,'Vir\'aani Raider',NULL,NULL,0,65,66,1,1678,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,17149,17149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,209,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17150,0,0,0,0,0,20988,0,0,0,'Vir\'aani Arcanist',NULL,NULL,0,66,67,1,1678,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,17150,17150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17151,0,0,0,0,0,18288,0,0,0,'Gan\'arg Tinkerer',NULL,NULL,0,66,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,1800,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,3,0,17151,17151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,216,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17152,0,0,0,0,0,15298,0,0,0,'Felguard Legionnaire',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,3,0,17152,17152,0,0,0,0,0,0,0,15496,32008,32009,0,0,0,0,0,0,0,1471,1926,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17153,0,0,0,0,0,5561,0,0,0,'Lake Spirit',NULL,NULL,0,64,65,1,91,0,1,1.28968,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,4,0,17153,0,0,0,0,0,0,0,0,34425,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17154,0,0,0,0,0,4907,0,0,0,'Muck Spawn',NULL,NULL,0,64,66,1,91,0,1,1.28968,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,0,17154,0,0,0,0,0,0,0,0,32013,21067,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,24469,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17155,0,0,0,0,0,5562,0,0,0,'Lake Surger',NULL,NULL,0,65,66,1,91,0,1,1.28968,1,0,195,273,0,266,1,2400,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,4,0,17155,0,0,0,0,0,0,0,0,32012,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17156,0,0,0,0,0,17461,0,0,0,'Tortured Earth Spirit',NULL,NULL,0,64,65,1,91,0,1.55556,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,512,17156,0,80100,0,0,0,0,0,0,13728,3019,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17157,0,0,0,0,0,14506,0,0,0,'Shattered Rumbler',NULL,NULL,0,66,67,1,91,0,1.55556,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,512,17157,0,80100,0,0,0,0,0,0,33840,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17158,0,0,0,0,0,14503,0,0,0,'Dust Howler',NULL,NULL,0,64,65,1,91,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,4,0,17158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17159,0,0,0,0,0,10315,0,0,0,'Storm Rager',NULL,NULL,0,65,66,1,91,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,4,0,17159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17160,0,0,0,0,0,18404,0,0,0,'Living Cyclone',NULL,NULL,0,66,66,1,91,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,4,0,17160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,27807,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17161,0,0,0,0,0,11686,0,0,0,'Blizzard (Shade of Aran)',NULL,NULL,0,73,73,1,14,0,1.8,0.64286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,86,1,0,2,'',12340),
|
|
(17162,0,0,0,0,0,16869,0,0,0,'Wretched Magistrix Elosai','',NULL,0,27,27,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17163,0,0,0,0,0,16191,11686,0,0,'Worm Target (DND)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,128,'',12340),
|
|
(17165,0,0,0,0,0,4606,0,0,0,'','',NULL,0,50,50,0,67,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17167,0,0,0,0,0,5450,0,0,0,'Conjured Elemental','',NULL,0,73,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_aran_elemental',12340),
|
|
(17168,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport N',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17169,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport S',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17170,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport E',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17171,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport W',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17172,0,0,0,0,0,15435,1126,0,0,'Shade of Aran Teleport NE',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17173,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport SE',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17174,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport SW',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17175,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport NW',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17176,0,0,0,0,0,15435,0,0,0,'Shade of Aran Teleport Center',NULL,NULL,0,70,70,0,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17178,0,0,0,0,0,1097,0,0,0,'Robotron 3000','',NULL,0,28,28,0,104,0,0.8,0.571429,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,9,0,0,0,0,0,0,0,0,0,0,0,29992,0,0,0,0,0,0,9504,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,82,1,16384,2,'',12340),
|
|
(17179,0,0,0,0,0,9588,0,0,0,'Restless Spirit of Earth',NULL,NULL,0,4,4,0,1681,0,1.55556,1.14286,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17180,0,0,0,0,0,8714,0,0,0,'Spirit of Air',NULL,NULL,0,3,3,0,1680,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17181,0,0,0,0,0,5561,0,0,0,'Spirit of Water',NULL,NULL,0,3,3,0,1680,0,1,1.28968,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17182,0,0,0,0,0,1070,0,0,0,'Spirit of Fire',NULL,NULL,0,3,3,0,1680,0,1,1.14286,1,0,3,4,0,28,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,2,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17183,0,0,0,0,0,1010,0,0,0,'Bristlelimb Furbolg',NULL,NULL,0,7,8,0,82,0,0.666668,0.85714,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13,'',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17184,0,0,0,0,0,6821,0,0,0,'Bristlelimb Windcaller',NULL,NULL,0,7,9,0,82,0,0.666668,0.85714,1,0,8,12,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,8,11,11,7,0,17184,0,0,0,0,0,0,0,0,32131,31272,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17185,0,0,0,0,0,5773,0,0,0,'Bristlelimb Ursa',NULL,NULL,0,8,9,0,82,0,0.666668,0.85714,1,0,11,15,0,40,1,3300,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,17185,17185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23801,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17186,0,0,0,0,0,12238,0,0,0,'Deranged Owlbeast',NULL,NULL,0,8,9,0,14,0,1,0.857143,1,0,11,15,0,40,1,2000,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,17186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23789,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17187,0,0,0,0,0,5927,0,0,0,'Aberrant Owlbeast',NULL,NULL,0,8,10,0,14,0,1,0.857143,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,17187,0,0,0,0,0,0,0,0,32415,0,0,0,0,0,0,0,0,0,8,15,'SmartAI',1,3,1,1,1,1,0,23789,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17188,0,0,0,0,0,16266,0,0,0,'Raving Owlbeast',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,17,'SmartAI',1,3,1,1,1,1,0,23789,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17189,0,0,0,0,0,16266,0,0,0,'Crazed Wildkin',NULL,NULL,0,9,10,0,1687,0,1,0.857143,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,17,'',1,3,1,1.15,1,1,0,23733,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17190,0,0,0,0,0,983,0,0,0,'Siltfin Murloc',NULL,NULL,0,8,10,0,18,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,15,'',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17191,0,0,0,0,0,3619,0,0,0,'Siltfin Oracle',NULL,NULL,0,9,10,0,18,0,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,32768,2048,0,0,0,0,0,0,9,12,12,7,0,17191,0,0,0,0,0,0,0,0,9739,12550,0,0,0,0,0,0,0,0,8,16,'SmartAI',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17192,0,0,0,0,0,486,0,0,0,'Siltfin Hunter',NULL,NULL,0,9,10,0,18,0,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,17192,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,9,16,'SmartAI',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17193,0,0,0,0,0,4762,0,0,0,'Wrathscale Naga',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17193,0,0,0,0,0,0,0,0,9080,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17194,0,0,0,0,0,5028,0,0,0,'Wrathscale Myrmidon',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,32768,2048,0,0,0,0,0,0,7,10,100,7,0,17194,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17195,0,0,0,0,0,4972,0,0,0,'Wrathscale Siren',NULL,NULL,0,7,8,0,74,0,1,1.14286,1,0,7,10,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,7,10,11,7,0,17195,0,0,0,0,0,0,0,0,31273,32984,0,0,0,0,0,0,0,0,6,13,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17196,0,0,0,0,0,17009,0,0,0,'Root Trapper',NULL,NULL,0,5,6,0,7,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,4,0,17196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23685,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17197,0,0,0,0,0,12348,0,0,0,'Root Thresher',NULL,NULL,0,7,8,0,91,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,4,0,17197,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17198,0,0,0,0,0,16887,0,0,0,'Ravager Hatchling','',NULL,0,7,8,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,31,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11593,0,0,0,'',0,3,1,1,1,1,0,23845,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17199,0,0,0,0,0,16885,0,0,0,'Ravager Specimen',NULL,NULL,0,9,10,0,14,0,1,0.99206,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,31,0,0,0,0,9,13,100,1,1,17199,0,100002,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,11594,0,0,0,'SmartAI',1,3,1,1,1,1,0,23845,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17200,0,0,0,0,0,16872,0,0,0,'Moongraze Stag',NULL,NULL,0,5,6,0,7,0,0.8,0.85714,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,100,1,0,17200,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17201,0,0,0,0,0,16873,0,0,0,'Moongraze Buck',NULL,NULL,0,7,8,0,7,0,0.8,1.42857,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,1,0,17201,0,17201,0,0,0,0,0,0,31274,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,23677,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17202,0,0,0,0,0,6805,0,0,0,'Infected Nightstalker Runt',NULL,NULL,0,7,8,0,14,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,2,0,0,0,0,7,10,100,1,1,17202,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13366,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17203,0,0,0,0,0,3031,0,0,0,'Nightstalker',NULL,NULL,0,8,9,0,14,0,1,1.14286,1,0,11,15,0,40,1,1600,2000,1,0,2048,0,2,0,0,0,0,8,11,100,1,1,17203,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13368,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17204,0,0,0,0,0,17600,0,0,0,'Farseer Nobundo','Shaman Trainer',NULL,7377,70,70,1,1638,51,1,1,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,7,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17205,0,0,0,0,0,12129,0,0,0,'Temper',NULL,NULL,7378,70,70,1,35,3,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17206,0,0,0,0,0,12231,0,0,0,'Hauteur',NULL,NULL,0,10,10,0,14,0,1.125,1.14286,1,0,12,16,0,38,1,1400,1900,2,0,2048,0,0,0,0,0,0,8,12,100,4,0,17206,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,23688,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17207,0,0,0,0,0,5450,0,0,0,'Naias','',NULL,0,37,37,0,91,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,0,2048,0,0,0,0,0,0,33,48,11,4,0,17207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,23681,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17208,0,0,0,0,0,2581,16925,0,0,'Chess Square, WHITE (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17209,0,0,0,0,0,16908,0,0,0,'William Kielar','Spectral Gryphon Master',NULL,7379,60,60,0,35,1,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),
|
|
(17210,0,0,0,0,0,12931,0,0,0,'Sentinel Leader',NULL,NULL,0,11,11,0,124,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17210,17210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,20,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17211,0,0,0,0,0,16276,0,0,0,'Human Footman',NULL,NULL,7413,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.15717,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(17212,0,0,0,0,0,17599,0,0,0,'Tuluun','Shaman Trainer',NULL,7467,15,15,0,1638,51,1,1,1,0,20,27,0,48,1,2000,2000,2,512,2048,0,0,0,0,7,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17213,0,0,0,0,0,16910,0,0,0,'Broom','','',0,1,1,0,7,0,1,0.85714,1,0,2,2,0,24,4.6,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17214,0,0,0,0,0,16911,0,0,0,'Anchorite Fateema','First Aid Trainer',NULL,7380,8,8,0,1638,83,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,2,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17215,0,0,0,0,0,16912,0,0,0,'Daedal','Alchemy Trainer',NULL,7384,10,10,0,1638,83,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17216,0,0,0,0,0,641,0,0,0,'Skittering Crawler',NULL,NULL,0,6,7,0,7,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,8,0,0,0,0,6,8,100,1,1,17216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13008,0,0,0,'',1,3,1,1,1,1,0,23757,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17217,0,0,0,0,0,342,0,0,0,'Barbed Crawler',NULL,NULL,0,7,9,0,7,0,1,0.85714,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,8,0,0,0,0,8,11,100,1,1,17217,0,0,0,0,0,0,0,0,31271,0,0,0,0,0,0,0,13009,0,0,0,'SmartAI',1,3,1,1,1,1,0,23757,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17218,0,0,0,0,0,16913,0,0,0,'Huraan',NULL,NULL,0,32,33,0,1638,2,1,1.14286,1,0,43,57,0,104,1,2000,2000,2,4096,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17219,0,0,0,0,0,16914,0,0,0,'Sulaa','Shaman Trainer',NULL,7357,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,7,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17220,0,0,0,0,0,12231,0,0,0,'Hauteur Reborn',NULL,NULL,0,12,12,0,35,0,1.125,1.14286,1,0,16,21,0,42,1,1400,1900,2,0,2048,0,0,0,0,0,0,10,15,100,4,0,0,0,0,0,0,0,0,0,0,134,8050,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17221,0,0,0,0,0,4735,0,0,0,'Vampiric Tracker','',NULL,0,13,13,0,232,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13244,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(17222,0,0,0,0,0,16912,0,0,0,'Artificer Daelo','Engineering Trainer',NULL,7383,18,18,0,1638,211,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,32768,2048,0,0,2,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17223,0,0,0,0,0,16917,0,0,0,'Ambassador Rualeth',NULL,NULL,7386,43,45,0,1638,3,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,0,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17224,0,0,0,0,0,16918,0,0,0,'Keltus Darkleaf',NULL,NULL,0,10,10,0,1636,2,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17225,0,0,0,0,0,18062,0,0,0,'Nightbane',NULL,NULL,0,73,73,1,103,0,5.6,4,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,17225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110755,144638,'',0,3,1,122.5,20,1,0,31751,24139,0,0,0,0,255,1,617299803,259,'boss_nightbane',12340),
|
|
(17226,0,0,0,0,0,16926,0,0,0,'Viera Sunwhisper','',NULL,7387,63,63,0,1604,3,1.2,0.71429,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,91,1,0,2,'',12340),
|
|
(17227,0,0,0,0,0,16920,0,0,0,'Human Peasant','',NULL,0,63,63,0,12,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17228,0,0,0,0,0,16921,16922,16923,16924,'Draenei Artificer','',NULL,7382,5,8,0,1638,1,1,1.14286,1,0,10,13,0,32,1,2000,2000,2,32768,2048,0,0,0,0,0,0,6,9,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17229,0,0,0,0,0,20364,0,0,0,'Kil\'rek','',NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,233,347,28,3,8,0,0,0,0,0,0,0,0,0,30053,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.4,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kilrek',12340),
|
|
(17230,0,0,0,0,0,9990,0,0,0,'Twinkle',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),
|
|
(17231,0,0,0,0,0,169,11686,0,0,'Garden Gas','',NULL,0,80,80,2,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17232,0,0,0,0,0,16928,0,0,0,'Cryptographer Aurren','',NULL,0,13,13,0,1638,2,1,1.14286,1,0,17,23,0,44,1,2000,2000,2,32768,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17233,0,0,0,0,0,16929,0,0,0,'Ghost of Uther Lightbringer','Knights of the Silver Hand',NULL,0,70,70,1,35,0,1,1.14286,1,3,234,331,0,286,35,2000,1568,2,33600,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(17234,0,0,0,0,0,1126,11686,0,0,'[Unused] Tunneler Visual',NULL,NULL,0,70,70,1,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17235,0,0,0,0,0,28253,0,0,0,'Witch Doctor Mai\'jin','',NULL,0,46,46,0,654,0,1,1.14286,1,0,72,95,0,176,1,2000,2000,2,32768,2048,0,0,0,0,0,0,49,72,16,7,0,17235,0,0,0,0,0,0,0,0,0,8188,0,0,0,0,0,0,0,0,74,102,'',1,3,1,1.1,1,1,0,9259,9320,0,0,0,0,0,1,0,0,'',12340),
|
|
(17236,0,0,0,0,0,955,0,0,0,'Tcha\'kaz','',NULL,0,43,44,0,654,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,0,2048,0,3,0,0,0,0,49,73,16,1,1,17236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13122,0,0,0,'',1,1,1,1.2,1,1,0,9322,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17238,0,0,0,0,0,16930,0,0,0,'Anchorite Truuen',NULL,NULL,7385,58,58,0,1638,3,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_anchorite_truuen',12340),
|
|
(17239,0,0,0,0,0,11686,0,0,0,'[PH] Plaguelands Herald','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17240,0,0,0,0,0,16931,0,0,0,'Admiral Odesyus','Alliance Naval Command',NULL,7399,60,60,1,12,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17241,0,0,0,0,0,16932,0,0,0,'Priestess Kyleen Il\'dinare',NULL,NULL,7398,20,20,0,80,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,36864,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17242,0,0,0,0,0,16933,0,0,0,'Archaeologist Adamant Ironheart','Explorers\' League',NULL,7400,14,14,0,55,3,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,36864,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17243,0,0,0,0,0,16934,0,0,0,'Engineer \"Spark\" Overgrind','Envoy of Mekkatorque',NULL,7426,9,9,0,875,1,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,36864,2048,0,0,0,0,0,0,7,11,100,7,0,17243,0,0,0,0,0,0,0,0,7978,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23899,0,0,0,0,0,0,1,0,2,'npc_engineer_spark_overgrind',12340),
|
|
(17244,0,0,0,0,0,2441,0,0,0,'Alliance Axeman',NULL,NULL,0,9,13,0,12,0,0.666668,1.14286,1,0,18,24,0,48,1,2000,2000,1,36864,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17245,0,0,0,0,0,16936,0,0,0,'Blacksmith Calypso','Blacksmithing Trainer & Supplies',NULL,7389,8,8,0,55,4305,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,36864,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17246,0,0,0,0,0,16947,0,0,0,'\"Cookie\" McWeaksauce','Cooking Trainer & Supplies',NULL,7388,8,8,0,12,211,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,36864,2048,0,0,2,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17247,0,0,0,0,0,89,0,0,0,'Alliance Logger',NULL,NULL,0,9,13,0,12,0,0.666668,1.14286,1,0,18,24,0,48,1,2000,2000,1,36864,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17248,0,0,0,0,0,20367,0,0,0,'Demon Chains','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_demon_chain',12340),
|
|
(17249,0,0,0,0,0,16941,0,0,0,'Landro Longshot','The Black Flame',NULL,7394,60,60,0,35,1,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17250,0,0,0,0,0,6298,0,0,0,'Jia',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),
|
|
(17251,0,0,0,0,0,16723,0,0,0,'Blackbeak',NULL,NULL,0,1,1,0,188,0,0.8,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),
|
|
(17252,0,0,0,0,0,14255,0,0,0,'Felguard','','',0,80,80,2,90,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,29,0,0,0,0,341,506,80,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17253,0,0,0,0,0,11686,0,0,0,'Defile Uther\'s Tomb Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17254,0,0,0,0,0,16942,0,0,0,'White Tiger Cub','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17255,0,0,0,0,0,16943,0,0,0,'Hippogryph Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17256,0,0,0,0,0,9865,9609,0,0,'Hellfire Channeler','',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,20,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,108,17370,17256,0,0,0,0,0,0,0,30510,30530,30531,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,25.2,300,1,0,0,0,0,0,0,0,0,1,604057215,0,'',12340),
|
|
(17257,0,0,0,0,0,18527,0,0,0,'Magtheridon',NULL,NULL,0,73,73,1,14,0,1.3,1.14286,1,3,316,450,0,320,60,2000,2000,1,33554752,2048,0,0,0,0,0,0,278,413,58,3,108,17257,0,0,0,0,0,0,0,0,0,30619,26662,30616,0,0,0,0,0,0,391255,510938,'',0,3,1,444.5,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_magtheridon',12340),
|
|
(17258,0,0,0,0,0,17273,0,0,0,'Purple Ogre Costume','',NULL,0,60,60,0,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17259,18053,0,0,0,0,17052,0,0,0,'Bonechewer Hungerer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17259,0,0,0,0,0,0,0,16244,6713,14516,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17260,0,0,0,0,0,1126,15435,0,0,'Nightbane Helper Target',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17261,0,0,0,0,0,16156,12074,16972,0,'Restless Skeleton',NULL,NULL,0,68,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,39811,37059,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17262,0,0,0,0,0,4615,0,0,0,'Captive Female Kaliri',NULL,NULL,0,1,1,0,188,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),
|
|
(17263,0,0,0,0,0,16286,16287,16288,16289,'Recovering Pilgrim',NULL,NULL,0,57,60,0,1658,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17264,18054,0,0,0,0,17049,0,0,0,'Bonechewer Ravener',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17264,0,0,0,0,0,0,0,30621,30798,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17265,0,0,0,0,0,9510,0,0,0,'Fiendish Portal','',NULL,0,1,1,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fiendish_portal',12340),
|
|
(17266,0,0,0,0,0,17158,0,0,0,'Riding Turtle',NULL,NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(17267,0,0,0,0,0,16944,0,0,0,'Fiendish Imp','',NULL,0,69,70,1,16,0,1.125,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,3,8,0,0,0,0,0,0,0,0,0,30050,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.63,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fiendish_imp',12340),
|
|
(17268,0,0,0,0,0,16945,0,0,0,'Image of Technician Zhanaa',NULL,NULL,0,5,5,0,1638,0,1.125,1.14286,1,0,5,7,0,32,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17269,18049,0,0,0,0,17044,0,0,0,'Bleeding Hollow Darkcaster',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,17259,17269,0,0,0,0,0,0,0,36808,15241,0,0,0,0,0,0,0,0,949,1244,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17270,18048,0,0,0,0,17050,0,0,0,'Bleeding Hollow Archer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,152,210,0,244,4.6,1200,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,17259,17270,0,0,0,0,0,0,0,30614,18651,0,0,0,0,0,0,0,0,1034,1355,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17271,18052,0,0,0,0,17043,0,0,0,'Bonechewer Destroyer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17271,0,0,0,0,0,0,0,10101,16856,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17272,0,0,0,0,0,1070,0,0,0,'Flaming Aspect',NULL,NULL,0,13,15,0,35,0,1.125,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17274,0,0,0,0,0,5585,13069,0,0,'Temper\'s Target',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17275,0,0,0,0,0,13444,0,0,0,'Aqueous','',NULL,7417,70,70,1,35,3,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17276,0,0,0,0,0,5561,0,0,0,'Watery Aspect','',NULL,0,33,35,0,35,0,1.125,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17277,0,0,0,0,0,16948,0,0,0,'Provisioner Valine','Food & Drink',NULL,7880,62,62,0,1604,641,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17278,0,0,0,0,0,16952,355,16951,0,'Venture Co. Saboteur',NULL,NULL,0,6,7,0,14,0,1,0.85714,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,17278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17279,0,0,0,0,0,16950,16949,0,0,'Venture Co. Gemologist',NULL,NULL,0,6,7,0,14,0,1,0.85714,1,0,8,11,0,30,1,2000,2000,2,0,2048,0,0,0,0,0,0,5,8,100,7,0,17279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17280,18059,0,0,0,0,14334,0,0,0,'Shattered Hand Warhound',NULL,NULL,0,59,59,1,24,0,1,1.38571,1,0,102,135,0,248,4.6,1500,2000,1,0,2048,0,1,0,0,0,0,70,103,25,1,1,17259,0,70062,0,0,0,0,0,0,30639,30636,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17281,18055,0,0,0,0,17732,0,0,0,'Bonechewer Ripper',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1200,1534,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17259,17281,0,0,0,0,0,0,0,18501,0,0,0,0,0,0,0,0,0,2523,3300,'SmartAI',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(17282,0,0,0,0,0,16954,16955,16957,16956,'Falcon Watch Ranger','',NULL,0,68,68,1,1656,0,1,1.14286,1,0,214,301,0,276,1,1500,2000,2,4096,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17283,0,0,0,0,0,25872,0,0,0,'Astral Spark','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,6,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.175,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),
|
|
(17284,0,0,0,0,0,13348,0,0,0,'Lottery Commissioner [DND]','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17285,0,0,0,0,0,5866,0,0,0,'Ragnarose','Cookie\'s Parrot',NULL,0,5,5,0,12,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,4864,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17286,0,0,0,0,0,15435,0,0,0,'Invisible Man','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17287,0,0,0,0,0,16959,0,0,0,'Sentinel Luciel Starwhisper','Silverwing Sentinels',NULL,7405,30,30,0,1076,3,1,1.14286,1,1,42,56,0,102,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17288,0,0,0,0,0,16960,0,0,0,'Randy Whizzlesprocket',NULL,NULL,0,60,60,0,1667,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17289,0,0,0,0,0,16961,0,0,0,'Rifleman Brownbeard',NULL,NULL,0,60,60,0,1667,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17290,0,0,0,0,0,16963,0,0,0,'Captain Alina','',NULL,0,60,60,0,1667,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'NullCreatureAI',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17291,0,0,0,0,0,16962,0,0,0,'Architect Nemos','',NULL,7404,30,30,0,1638,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,0,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17292,0,0,0,0,0,16964,0,0,0,'Private Jacint',NULL,NULL,0,60,60,0,1667,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17293,0,0,0,0,0,15435,0,0,0,'Plague Wave','',NULL,0,60,60,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17294,0,0,0,0,0,16965,0,0,0,'Drisella',NULL,NULL,0,60,60,0,1669,2,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17295,0,0,0,0,0,16966,0,0,0,'Korag Proudmane',NULL,NULL,0,60,60,0,1669,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17296,0,0,0,0,0,16967,0,0,0,'Captain Boneshatter','',NULL,0,60,60,0,1669,3,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'NullCreatureAI',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17297,0,0,0,0,0,16968,0,0,0,'Scout Orgarr',NULL,NULL,0,60,60,0,1669,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17298,0,0,0,0,0,6763,0,0,0,'Warlord Sriss\'tiz',NULL,NULL,0,10,10,0,74,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17298,0,0,0,0,0,0,0,0,31275,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17299,0,0,0,0,0,16970,21732,21733,21734,'Crashin\' Thrashin\' Robot',NULL,NULL,0,1,1,0,1682,0,1,0.5,1,0,2,2,0,24,1,1400,1900,1,256,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,78,1,16384,0,'',12340),
|
|
(17300,0,0,0,0,0,8610,0,0,0,'Gorgannon',NULL,NULL,0,32,32,0,90,0,1.05,1.14286,1,0,42,55,0,100,1,2000,2000,2,0,2048,0,0,0,0,0,0,29,42,9,3,0,17300,17300,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,48,67,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17301,20585,0,0,0,0,16969,0,0,0,'Shattered Hand Executioner',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,1009,3991,'SmartAI',0,3,1,2.9,1,1,0,31716,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17302,0,0,0,0,0,11686,0,0,0,'Hellfire Military Hard Mode Timer',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17303,0,0,0,0,0,16971,0,0,0,'Vindicator Vedaar','Hand of Argus',NULL,7407,30,30,0,1694,3,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,32768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17304,0,0,0,0,0,0,16973,0,0,'Overseer Gorthak',NULL,NULL,0,29,29,0,83,0,1.05,1.14286,1,0,41,54,0,100,1,2000,2000,1,32768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17305,0,0,0,0,0,2581,16925,0,0,'Chess Square, BLACK (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17306,18436,0,0,0,0,18236,0,0,0,'Watchkeeper Gargolmar',NULL,NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,9,1200,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,17306,17306,0,0,0,0,0,0,0,32154,30641,34645,22857,0,0,0,0,0,0,4352,5689,'',0,3,1,6.25,1,1,0,23881,0,0,0,0,0,0,1,650854271,2097152,'boss_watchkeeper_gargolmar',12340),
|
|
(17307,18435,0,0,0,0,18944,0,0,0,'Vazruden the Herald',NULL,NULL,0,62,62,1,40,0,4,2.5,1,1,172,240,0,262,4.6,2000,2000,1,2,2048,0,0,0,0,0,0,139,207,30,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,6.25,1,1,0,23901,0,0,0,0,0,216,1,0,0,'boss_vazruden_the_herald',12340),
|
|
(17308,18433,0,0,0,0,18237,0,0,0,'Omor the Unscarred',NULL,NULL,0,62,62,1,90,0,2,1.42857,1,1,160,223,0,246,9,2000,2000,2,64,2048,0,0,0,0,0,0,129,191,26,3,0,17308,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,3587,4690,'',1,3,1,14,5,1,0,23886,0,0,0,0,0,151,1,650854271,2097152,'boss_omor_the_unscarred',12340),
|
|
(17309,18058,0,0,0,0,17051,0,0,0,'Hellfire Watcher','Watchkeeper\'s Subordinate',NULL,0,59,59,1,16,0,1,1.14286,1,1,72,100,0,110,4.6,1200,2000,8,64,2048,0,0,0,0,0,0,60,88,25,7,0,17259,17309,0,0,0,0,0,0,0,8362,14032,12039,0,0,0,0,0,0,0,1075,1408,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17310,0,0,0,0,0,16975,0,0,0,'Gnarl','Ancient of War',NULL,8080,40,40,0,1076,3,1,1.14286,1,1,56,74,0,136,2.4,2000,2000,1,576,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17311,0,0,0,0,0,16974,0,0,0,'Cowlen',NULL,NULL,7403,16,16,0,80,3,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,37632,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17312,0,0,0,0,0,16976,0,0,0,'Magwin',NULL,NULL,0,10,10,0,231,2,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,37632,2048,0,0,0,0,0,0,8,12,100,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_magwin',12340),
|
|
(17313,0,0,0,0,0,1640,0,0,0,'Slim\'s Unkillable Test Dummy','',NULL,0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17314,0,0,0,0,0,15227,0,0,0,'Whisper',NULL,NULL,0,10,10,0,1636,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,0,2048,0,0,0,0,0,0,8,12,100,1,0,0,0,0,0,0,0,0,0,0,13704,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17315,0,0,0,0,0,16977,0,0,0,'Tree Disguse','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17316,0,0,0,0,0,2581,16925,0,0,'Chess Square, OUTSIDE BLACK (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17317,0,0,0,0,0,2581,16925,0,0,'Chess Square, OUSIDE WHITE (DND)',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17318,0,0,0,0,0,16978,0,0,0,'Geezle',NULL,NULL,0,10,10,0,47,0,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'npc_geezle',12340),
|
|
(17319,0,0,0,0,0,5773,0,0,0,'Bristlelimb Pathfinder','',NULL,0,7,8,0,82,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17320,0,0,0,0,0,6822,0,0,0,'Bristlelimb Shaman',NULL,NULL,0,10,11,0,82,0,1.125,1.14286,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,17320,0,0,0,0,0,0,0,0,32967,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17321,0,0,0,0,0,5773,0,0,0,'Bristlelimb Warrior',NULL,NULL,0,10,11,0,82,0,1.125,1.14286,1,0,15,20,0,44,1,2500,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17321,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,10,18,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17322,0,0,0,0,0,16266,0,0,0,'Infected Wildkin',NULL,NULL,0,14,15,0,16,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,17322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17323,0,0,0,0,0,17056,0,0,0,'Contaminated Wildkin',NULL,NULL,0,15,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,17323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17324,0,0,0,0,0,17058,0,0,0,'Irradiated Wildkin',NULL,NULL,0,14,16,0,16,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,17324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17325,0,0,0,0,0,1762,0,0,0,'Blacksilt Forager',NULL,NULL,0,11,12,0,18,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,17325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17326,0,0,0,0,0,2597,0,0,0,'Blacksilt Scout',NULL,NULL,0,12,13,0,18,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17327,0,0,0,0,0,3940,0,0,0,'Blacksilt Tidecaller',NULL,NULL,0,11,13,0,18,0,1,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,0,17327,0,0,0,0,0,0,0,0,12550,12160,0,0,0,0,0,0,0,0,12,20,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17328,0,0,0,0,0,6759,0,0,0,'Blacksilt Shorestriker',NULL,NULL,0,15,16,0,18,0,1.125,1.14286,1,0,22,29,0,52,1,2000,2000,2,32768,2048,0,0,0,0,0,0,15,22,2,7,0,17328,17328,0,0,0,0,0,0,0,31290,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,23833,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17329,0,0,0,0,0,6759,0,0,0,'Blacksilt Warrior',NULL,NULL,0,16,17,0,18,2,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,17329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,23833,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17330,0,0,0,0,0,3617,0,0,0,'Blacksilt Seer',NULL,NULL,0,15,17,0,18,0,1.125,1.14286,1,0,18,25,0,26,1,2000,2000,8,32768,2048,0,0,0,0,0,0,16,23,13,7,0,17330,0,0,0,0,0,0,0,0,12160,9739,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,23834,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17331,0,0,0,0,0,4762,0,0,0,'Wrathscale Shorestalker',NULL,NULL,0,12,13,0,74,0,1.125,1.14286,1,0,18,24,0,48,1,3000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17331,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17332,0,0,0,0,0,4765,0,0,0,'Wrathscale Raider','',NULL,0,7,8,0,74,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17333,0,0,0,0,0,4972,0,0,0,'Wrathscale Screamer',NULL,NULL,0,12,13,0,74,0,1.125,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,0,17333,0,0,0,0,0,0,0,0,31295,0,0,0,0,0,0,0,0,0,13,21,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17334,0,0,0,0,0,5028,0,0,0,'Wrathscale Marauder',NULL,NULL,0,13,14,0,74,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,17334,0,0,0,0,0,0,0,0,12555,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,23932,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17335,0,0,0,0,0,4765,0,0,0,'Wrathscale Serpent Guard','',NULL,0,7,8,0,74,0,1.2,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17336,0,0,0,0,0,4981,0,0,0,'Wrathscale Sorceress',NULL,NULL,0,13,14,0,74,0,1.125,1.14286,1,0,14,20,0,21,1,2000,2000,8,32768,2048,0,0,0,0,0,0,13,19,12,7,0,17336,0,0,0,0,0,0,0,0,9672,0,0,0,0,0,0,0,0,0,14,23,'',1,3,1,1,1,1,0,23932,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17337,0,0,0,0,0,2011,0,0,0,'Nazzivus Satyr',NULL,NULL,0,12,13,0,90,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,3,0,17337,17337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17338,0,0,0,0,0,2012,0,0,0,'Nazzivus Rogue',NULL,NULL,0,13,14,0,90,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,17338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17339,0,0,0,0,0,6744,0,0,0,'Nazzivus Felsworn',NULL,NULL,0,12,14,0,90,0,1.125,1.14286,1,0,14,20,0,21,1,2000,2000,8,0,2048,0,0,0,0,0,0,13,19,12,3,0,17339,17339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17340,0,0,0,0,0,2011,0,0,0,'Axxarien Shadowstalker',NULL,NULL,0,15,16,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17341,0,0,0,0,0,2014,0,0,0,'Axxarien Trickster',NULL,NULL,0,16,16,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,1200,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17342,0,0,0,0,0,11344,0,0,0,'Axxarien Hellcaller',NULL,NULL,0,15,17,0,90,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,2,0,2048,0,0,0,0,0,0,16,23,2,3,0,17342,17342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,28,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17343,0,0,0,0,0,17712,0,0,0,'Thistle Lasher',NULL,NULL,0,11,12,0,7,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,100,4,0,17343,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17344,0,0,0,0,0,17713,0,0,0,'Mutated Constrictor',NULL,NULL,0,14,15,0,91,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,17344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23994,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17345,0,0,0,0,0,1006,0,0,0,'Brown Bear',NULL,NULL,0,9,10,0,44,0,1.125,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,4,0,0,0,0,9,13,100,1,1,17345,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12839,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17346,0,0,0,0,0,17714,0,0,0,'Mutated Tangler',NULL,NULL,0,17,18,0,91,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,17346,0,0,0,0,0,0,0,0,31287,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17347,0,0,0,0,0,14316,0,0,0,'Grizzled Brown Bear',NULL,NULL,0,12,13,0,44,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,4,0,0,0,0,12,18,1,1,1,17347,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17348,0,0,0,0,0,1990,0,0,0,'Elder Brown Bear',NULL,NULL,0,15,16,0,44,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,4,0,0,0,0,16,23,2,1,1,17348,0,100004,0,0,0,0,0,0,31279,0,0,0,0,0,0,0,12848,0,0,0,'SmartAI',1,1,1,1,1,1,0,24026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17349,0,0,0,0,0,17709,0,0,0,'Blue Flutterer',NULL,NULL,0,9,11,0,7,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,37,0,0,0,0,9,14,100,1,1,17349,0,0,0,0,0,0,0,0,36332,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17350,0,0,0,0,0,17711,0,0,0,'Royal Blue Flutterer',NULL,NULL,0,14,16,0,7,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,37,0,0,0,0,16,23,2,1,1,17350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17351,0,0,0,0,0,17059,0,0,0,'Saurian Slayer','',NULL,0,17,19,0,14,0,1.2,1.14286,1,0,27,37,0,68,1,2000,2000,1,0,2048,0,0,0,0,0,0,19,27,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17352,0,0,0,0,0,17057,0,0,0,'Corrupted Treant',NULL,NULL,0,11,13,0,91,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,4,0,17352,0,0,0,0,0,0,0,0,5811,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,23869,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17353,0,0,0,0,0,9593,0,0,0,'Corrupted Stomper',NULL,NULL,0,16,18,0,91,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,4,0,17353,0,0,0,0,0,0,0,0,31277,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17354,0,0,0,0,0,16982,0,0,0,'Deonysius','Hand of Kil\'Jaedan',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(17355,0,0,0,0,0,16979,0,0,0,'Valusha',NULL,NULL,7408,45,45,0,1074,3,1.05,1.14286,1,0,70,93,0,172,1,2000,2000,2,4096,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17356,20565,0,0,0,0,358,0,0,0,'Creeping Ooze',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,17356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17357,20566,0,0,0,0,10029,0,0,0,'Creeping Oozeling',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17358,0,0,0,0,0,17045,0,0,0,'Fouled Water Spirit',NULL,NULL,0,18,19,0,91,0,1.125,1.14286,1,0,26,34,0,60,1,3000,2000,2,0,2048,0,0,0,0,0,0,18,26,3,4,0,17358,0,0,0,0,0,75,0,0,31281,31280,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,23744,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17359,0,0,0,0,0,16983,0,0,0,'Tel\'athion the Impure','',NULL,0,23,23,0,1657,0,1.05,1.14286,1,0,23,33,0,35,1,1400,1900,8,0,2048,0,0,0,0,0,0,20,30,14,7,0,17359,0,0,0,0,0,0,0,0,9672,13339,11831,15736,0,0,0,0,0,0,28,41,'',1,3,1,1,1,1,0,23997,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17360,0,0,0,0,0,16997,0,0,0,'Totem of Akida',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17361,0,0,0,0,0,16998,0,0,0,'Totem of Coo',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17362,0,0,0,0,0,16986,0,0,0,'Totem of Tikti',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17363,0,0,0,0,0,16987,0,0,0,'Totem of Yor',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17364,0,0,0,0,0,16988,0,0,0,'Totem of Vark',NULL,NULL,0,10,10,0,35,2,1,1,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17365,0,0,0,0,0,16989,0,0,0,'Stillpine Langauge Totem 06','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17366,0,0,0,0,0,16990,0,0,0,'Stillpine Langauge Totem 07','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17367,0,0,0,0,0,1201,16946,0,0,'Nether Portal - Serenity','Healing Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17368,0,0,0,0,0,5561,16946,0,0,'Nether Portal - Dominance','Damage Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17369,0,0,0,0,0,5047,16946,0,0,'Nether Portal - Perseverence','Tanking Portal',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17370,18608,0,0,0,0,17149,0,0,0,'Laughing Skull Enforcer',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1248,1635,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17371,18619,0,0,0,0,17137,0,0,0,'Shadowmoon Warlock',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,1550,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,17370,17371,0,0,0,0,0,0,0,12739,32197,13338,0,0,0,0,0,0,0,951,1246,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17372,0,0,0,0,0,1042,0,0,0,'Timberstrider Fledgling',NULL,NULL,0,5,6,0,14,0,0.666668,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,12,0,0,0,0,4,6,100,1,1,17372,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12880,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17373,0,0,0,0,0,178,0,0,0,'Timberstrider',NULL,NULL,0,6,8,0,14,0,0.666668,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,12,0,0,0,0,7,10,100,1,1,17373,0,100002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12881,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17374,0,0,0,0,0,17012,0,0,0,'Greater Timberstrider',NULL,NULL,0,7,9,0,14,0,0.666668,0.92857,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,12,0,0,0,0,8,11,100,1,1,17374,0,17374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12882,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),
|
|
(17375,0,0,0,0,0,16861,16993,0,0,'Stillpine Captive',NULL,NULL,0,6,10,0,774,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,4864,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stillpine_capitive',12340),
|
|
(17376,0,0,0,0,0,18783,13069,0,0,'Hellfire Raid Trigger','',NULL,0,60,60,1,114,0,1.3,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17377,18607,0,0,0,0,17153,0,0,0,'Keli\'dan the Breaker',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,125,185,26,7,0,17377,17377,0,0,0,0,0,0,0,40070,30938,30940,33775,0,0,0,0,0,0,4354,5691,'',1,3,1,9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'boss_kelidan_the_breaker',12340),
|
|
(17378,0,0,0,0,0,18075,0,0,0,'Swamp Gas',NULL,NULL,0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,2,'',12340),
|
|
(17379,0,0,0,0,0,16995,16993,0,0,'Stillpine Ancestor Akida',NULL,NULL,0,45,45,0,35,0,1.125,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,2,'',12340),
|
|
(17380,18601,0,0,0,0,19372,0,0,0,'Broggok',NULL,NULL,0,63,63,1,45,1,1,1.14286,1,1,138,199,0,119,4.6,2000,2000,8,834,2048,0,0,0,0,0,0,125,185,26,3,0,17380,0,0,0,0,0,0,0,0,30917,30916,30913,0,0,0,0,0,0,0,3589,4692,'',1,3,1,8,3,1,0,0,0,0,0,0,0,121,1,617299803,0,'boss_broggok',12340),
|
|
(17381,18621,0,0,0,0,18369,0,0,0,'The Maker',NULL,NULL,0,62,62,1,16,0,0.944444,1.42857,1,1,172,240,0,262,4.6,2500,1551,1,0,2048,0,0,0,0,0,0,139,207,30,3,8,17381,17381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4352,5689,'',1,3,1,7.25,2,1,0,23894,0,0,0,0,0,144,1,617299803,0,'boss_the_maker',12340),
|
|
(17382,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Infantry','',NULL,0,70,70,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17383,0,0,0,0,0,16449,16450,16451,0,'Honor Hold Marksman','',NULL,0,70,70,1,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17384,0,0,0,0,0,16387,0,0,0,'Lieutenant Seydel','',NULL,0,70,70,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17385,0,0,0,0,0,16583,0,0,0,'Shattered Hand Elite','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17386,0,0,0,0,0,16996,0,0,0,'Korgoth','',NULL,0,70,70,0,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17387,0,0,0,0,0,16579,0,0,0,'Shattered Hand Slayer','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,15708,10101,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17388,0,0,0,0,0,11537,0,0,0,'Orlug\'Gonn','',NULL,0,60,60,0,45,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(17389,0,0,0,0,0,16581,0,0,0,'Shadowmoon Voidcaller','',NULL,0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,30898,34333,34334,34331,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17390,0,0,0,0,0,16297,16298,16299,0,'Thrallmar Axe Thrower','',NULL,0,1,1,0,1668,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17391,0,0,0,0,0,16995,16993,0,0,'Stillpine Ancestor Coo',NULL,NULL,0,45,45,0,35,0,1.125,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17392,0,0,0,0,0,16999,0,0,0,'Stillpine Ancestor Tikti',NULL,NULL,0,40,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17393,0,0,0,0,0,17002,16993,0,0,'Stillpine Ancestor Yor',NULL,NULL,0,40,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17394,0,0,0,0,0,17000,0,0,0,'Stillpine Ancestor Tikti Snake Visual','',NULL,0,40,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17395,18617,0,0,0,0,17145,0,0,0,'Shadowmoon Summoner',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,2000,1534,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,17370,17395,0,0,0,0,0,0,0,0,0,15242,18399,0,0,0,0,0,0,951,1246,'SmartAI',1,3,1,2.9,3,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17396,21647,0,0,0,0,17143,0,0,0,'Shadowmoon Sorcerer','',NULL,0,61,61,1,16,0,1.2,1.14286,1,1,159,221,0,258,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,15453,15534,15735,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17397,18615,0,0,0,0,17148,0,0,0,'Shadowmoon Adept',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,152,210,0,244,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,120,179,25,7,0,17370,17397,0,0,0,0,0,0,0,11978,3391,0,0,0,0,0,0,0,0,1036,1357,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17398,18612,0,0,0,0,16332,0,0,0,'Nascent Fel Orc',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,1600,1550,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17398,0,0,0,0,0,0,0,22427,31900,0,0,0,0,0,0,0,0,601,790,'SmartAI',1,3,1,1.35,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17399,18614,0,0,0,0,10923,0,0,0,'Seductress',NULL,NULL,0,61,61,1,16,0,1.125,1.14286,1,0,152,210,0,244,4.6,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,17370,0,0,0,0,0,0,90,0,32202,31865,0,0,0,0,0,0,9613,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17400,18604,0,0,0,0,18287,0,0,0,'Felguard Annihilator',NULL,NULL,0,62,62,1,90,0,1,1.42857,1.25,1,172,240,0,262,7.5,2400,1551,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,17400,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,1335,1748,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17401,18605,0,0,0,0,1913,0,0,0,'Felhound Manastalker',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,0,152,210,0,244,1,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,0,17401,0,70160,0,0,0,0,0,0,13321,30849,0,0,0,0,0,0,9612,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17402,0,0,0,0,0,17001,0,0,0,'Yaluu',NULL,NULL,0,60,60,0,1638,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17403,0,0,0,0,0,20328,0,0,0,'Anchorite Alendar',NULL,NULL,0,65,65,1,1638,0,2.4,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),
|
|
(17404,0,0,0,0,0,17015,0,0,0,'Vindicator Sedai',NULL,NULL,0,65,65,1,1683,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,256,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17405,0,0,0,0,0,17017,0,0,0,'Krun Spinebreaker','',NULL,0,60,60,0,1684,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,256,2048,0,0,0,0,0,0,72,106,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17406,0,0,0,0,0,16921,16922,16923,16924,'Artificer','',NULL,7382,25,27,0,1638,1,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,32768,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17407,0,0,0,0,0,17055,0,0,0,'Felmist',NULL,NULL,0,60,60,1,190,0,0.6,0.21429,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,66,1,0,2,'',12340),
|
|
(17408,0,0,0,0,0,17054,0,0,0,'Arcane Vortex',NULL,NULL,0,60,60,1,190,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,66,1,0,0,'',12340),
|
|
(17409,0,0,0,0,0,17004,0,0,0,'Apprentice Boulian','Apprentice Architect',NULL,0,27,28,0,1638,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17410,0,0,0,0,0,17109,16993,0,0,'Stillpine Ancestor Vark',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17411,0,0,0,0,0,17003,0,0,0,'Shadowmaw Alpha Transform','',NULL,0,42,43,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8267,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17412,0,0,0,0,0,17007,0,0,0,'Phaedra','Weapon Merchant',NULL,7410,26,27,0,1638,4225,1,1.14286,1,0,36,47,0,86,1,2000,2000,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17413,0,0,0,0,0,11686,0,0,0,'Sedai Quest Credit Marker','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17414,18618,0,0,0,0,17147,0,0,0,'Shadowmoon Technician',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,1,131,188,0,116,4.6,2000,1550,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,17370,17414,0,0,0,0,0,0,0,30846,40062,6726,0,0,0,0,0,0,0,908,1191,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17415,0,0,0,0,0,17008,0,0,0,'Lordaeron Mage','',NULL,0,60,60,0,290,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(17416,18613,0,0,0,0,17167,0,0,0,'Orc Captive','',NULL,0,60,61,1,1652,0,1,1.14286,1,0,123,177,0,115,1,2000,1518,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,0,17416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17417,0,0,0,0,0,17016,0,0,0,'Mag\'har Escort','',NULL,0,60,60,1,1683,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17418,0,0,0,0,0,17018,0,0,0,'Laughing Skull Ambusher','',NULL,0,60,60,1,1684,0,1,1.14286,1,0,104,138,0,252,1,2000,1900,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17419,0,0,0,0,0,16587,0,0,0,'Rocket','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,16384,0,'',12340),
|
|
(17420,20587,0,0,0,0,17013,0,0,0,'Shattered Hand Heathen',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1800,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,17420,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17421,0,0,0,0,0,17014,0,0,0,'Clopper Wizbang','Explorers\' League',NULL,7471,15,16,0,875,387,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17422,0,0,0,0,0,17019,16993,0,0,'Stillpine Ancestor Coo Transform','',NULL,0,40,50,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17423,0,0,0,0,0,17020,0,0,0,'Harbinger Mikolaas',NULL,NULL,7458,20,20,0,1638,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17424,0,0,0,0,0,17021,0,0,0,'Anchorite Paetheus','First Aid Trainer',NULL,7455,17,17,0,1698,83,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,4096,2048,0,0,2,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17425,0,0,0,0,0,17022,17023,0,0,'Vale Hunter',NULL,NULL,0,4,5,0,1638,0,1,1.14286,1,0,5,6,0,28,1,2000,2000,2,37120,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17426,0,0,0,0,0,17024,0,0,0,'Galaen',NULL,NULL,0,15,15,0,1638,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17427,20579,0,0,0,0,16578,0,0,0,'Shattered Hand Archer',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,16507,17427,0,0,0,0,0,0,0,16100,0,0,0,0,0,0,0,0,0,964,1264,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17428,0,0,0,0,0,13069,0,0,0,'Invisible Test Aggressor','',NULL,0,1,1,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,2,'',12340),
|
|
(17429,18603,0,0,0,0,16332,0,0,0,'Fel Orc Neophyte',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,1,172,240,0,262,4.6,1300,1551,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17429,0,0,0,0,0,0,0,8269,22120,0,0,0,0,0,0,0,0,910,1193,'SmartAI',1,3,1,2,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17430,0,0,0,0,0,16333,0,0,0,'Fel Archer','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17431,0,0,0,0,0,17025,0,0,0,'Velaada','',NULL,7416,55,55,0,1638,3,1,1.14286,1,0,87,116,0,214,1,2000,1000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17432,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Defender',NULL,NULL,0,9,10,0,1686,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17433,0,0,0,0,0,17026,0,0,0,'Vindicator Aalesia','',NULL,0,17,17,0,1698,2,1,1.14286,1,0,23,31,0,56,1,2000,2000,2,4096,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17434,0,0,0,0,0,17027,0,0,0,'Morae','Herbalism Trainer',NULL,7459,15,15,0,1698,83,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,4096,2048,0,0,2,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17435,0,0,0,0,0,15538,0,0,0,'Susurrus','',NULL,7415,70,70,1,35,3,1,1.14286,1,1,234,331,0,286,4.6,1400,1600,2,768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,200,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),
|
|
(17436,0,0,0,0,0,8714,0,0,0,'Aspect of Air',NULL,NULL,0,43,45,0,35,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17437,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Defender Corpse',NULL,NULL,0,9,10,0,35,0,0.666668,0.99206,1,0,13,17,0,42,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17438,0,0,0,0,0,12238,5927,0,0,'Crazed Wildkin Corpse',NULL,NULL,0,9,10,0,14,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,13,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17439,0,0,0,0,0,11363,2001,6802,8589,'Stillpine Hunter',NULL,NULL,0,10,11,0,1686,0,0.666668,0.99206,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17440,0,0,0,0,0,9491,0,0,0,'High Chief Stillpine',NULL,NULL,7434,13,13,0,1685,3,0.666668,0.99206,1,0,17,23,0,44,1,2000,2000,2,32768,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17441,0,0,0,0,0,16993,0,0,0,'Gurf','Skinning Trainer',NULL,7429,9,9,0,1685,83,0.666668,0.99206,1,0,11,15,0,34,1,2000,2000,2,32768,2048,0,0,2,0,0,0,7,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17442,0,0,0,0,0,6211,0,0,0,'Moordo','Leatherworking Trainer',NULL,7430,13,13,0,1685,83,0.666668,0.99206,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17443,0,0,0,0,0,6830,0,0,0,'Kurz the Revelator',NULL,NULL,7432,11,11,0,1685,3,0.666668,0.99206,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17444,0,0,0,0,0,6746,0,0,0,'Magtor the Blind Watcher',NULL,NULL,0,15,15,0,1685,0,0.666668,0.99206,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,25710,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17445,0,0,0,0,0,6829,0,0,0,'Stillpine the Younger',NULL,NULL,7433,10,10,0,1685,3,0.666668,0.99206,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17446,0,0,0,0,0,1011,0,0,0,'Parkat Steelfur','General Goods',NULL,7431,11,11,0,1685,385,0.666668,0.99206,1,0,14,18,0,40,1,2000,2000,2,32768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17447,0,0,0,0,0,17028,0,0,0,'The Kurken',NULL,NULL,0,12,12,0,1687,2,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,45,0,0,0,0,11,17,0,1,65537,17447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,23860,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17448,0,0,0,0,0,17029,0,0,0,'Chieftain Oomooroo',NULL,NULL,0,11,11,0,1687,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17448,0,0,0,0,0,0,0,0,18501,13446,0,0,0,0,0,0,0,0,12,21,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),
|
|
(17449,0,0,0,0,0,16861,0,0,0,'Grisel','',NULL,0,8,8,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17450,0,0,0,0,0,6798,0,0,0,'Griselda','',NULL,0,7,7,0,774,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17451,20571,0,0,0,0,15882,0,0,0,'Lesser Void Zone','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(17452,0,0,0,0,0,17031,17030,0,0,'Vision of the Prophesied Hero',NULL,NULL,0,20,20,0,1683,0,1,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17453,0,0,0,0,0,17032,0,0,0,'Vision of the Kurken',NULL,NULL,0,12,12,0,1684,0,1,1.14286,1,0,17,22,0,46,1,1400,1900,1,0,2048,0,0,0,0,0,0,11,17,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17454,0,0,0,0,0,16874,0,0,0,'Burning Abyssal',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,210,1,1,0,0,0,0,0,0,0,100,1,604057199,0,'',12340),
|
|
(17455,18051,0,0,0,0,16583,0,0,0,'Bonechewer Beastmaster',NULL,NULL,0,60,60,1,16,0,1,1.14286,1,1,104,138,0,252,4.6,1200,1518,1,32832,2048,0,0,0,0,0,0,72,106,26,7,0,17259,17455,0,0,0,0,0,0,0,30635,10966,0,0,0,0,0,0,0,0,1289,1688,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(17456,0,0,0,0,0,184,0,0,0,'Actor Good (DND)','',NULL,0,8,9,0,1683,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17457,0,0,0,0,0,184,0,0,0,'Actor Evil (DND)','',NULL,0,8,9,0,1684,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17458,0,0,0,0,0,19218,0,0,0,'Gnomish Flame Turret',NULL,NULL,0,70,70,1,58,0,1,1.14286,1,0,2,2,0,24,1,1000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,30527,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_gnomish_flame_turret',12340),
|
|
(17459,0,0,0,0,0,11686,4626,0,0,'Chess Waiting Room (DND)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17460,0,0,0,0,0,328,0,0,0,'Chess Ready Room','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17461,20581,0,0,0,0,17725,0,0,0,'Shattered Hand Blood Guard',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,32,16507,17461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17462,20595,0,0,0,0,17726,0,0,0,'Shattered Hand Zealot',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,16507,17462,0,0,0,0,0,0,0,30989,0,0,0,0,0,0,0,0,0,202,269,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17463,0,0,0,0,0,16581,0,0,0,'[UNUSED] Shadowmoon Firestarter','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17464,20586,0,0,0,0,17183,0,0,0,'Shattered Hand Gladiator',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17464,0,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,924,1211,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17465,20583,0,0,0,0,17185,0,0,0,'Shattered Hand Centurion',NULL,NULL,0,71,71,1,2120,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17465,17465,0,0,0,0,0,0,0,30931,15572,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17466,0,0,0,0,0,17008,0,0,0,'Lordaeron Spirit','',NULL,0,60,60,0,290,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(17467,0,0,0,0,0,16633,0,0,0,'Skunk',NULL,NULL,0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(17468,0,0,0,0,0,17822,0,0,0,'Prophet Velen','',NULL,7414,83,83,2,1640,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32832,2048,0,0,0,0,0,0,365,529,98,7,76,0,0,0,0,0,0,0,0,0,59700,59701,59703,33542,0,0,0,0,0,0,700000,750000,'',1,3,1,400,15,1,1,0,0,0,0,0,0,0,1,617299967,0,'',12340),
|
|
(17469,0,0,0,0,0,16264,0,0,0,'Orc Grunt',NULL,NULL,8354,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.15717,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(17470,0,0,0,0,0,15882,0,0,0,'Minor Void Zone','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(17471,20570,0,0,0,0,15294,0,0,0,'Lesser Shadow Fissure',NULL,NULL,0,71,71,1,16,0,0.01,1.14286,1,0,299,426,0,308,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17473,18616,0,0,0,0,11686,0,0,0,'Shadowmoon Summon Visual',NULL,NULL,0,70,70,1,1375,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17474,0,0,0,0,0,169,15435,0,0,'Target Trigger',NULL,NULL,0,60,60,1,35,0,1.3,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17475,0,0,0,0,0,5243,0,0,0,'Murgurgula',NULL,NULL,0,11,11,0,18,0,1,1.14286,1,0,15,20,0,44,1,2500,2000,1,32768,2048,0,0,0,0,0,0,9,14,100,7,0,17475,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,0,11,20,'',1,3,1,1,1,1,0,23849,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17476,0,0,0,0,0,17034,0,0,0,'Giant Chicken','',NULL,0,50,50,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17477,18606,0,0,0,0,16888,16891,0,0,'Hellfire Imp',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,152,210,0,244,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,8,17370,0,0,0,0,0,0,0,0,15242,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17478,18050,0,0,0,0,17048,0,0,0,'Bleeding Hollow Scryer',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,1,123,177,0,115,4.6,1200,1533,8,32832,2048,0,0,0,0,0,0,111,164,25,7,0,17259,17478,0,0,0,0,0,0,0,30615,30659,12471,0,0,0,0,0,0,0,609,800,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17479,0,0,0,0,0,17036,0,0,0,'Gunny','',NULL,7419,65,65,1,1666,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17480,0,0,0,0,0,17215,0,0,0,'Ruada','Warrior Trainer',NULL,7263,12,12,0,1638,51,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,1,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17481,0,0,0,0,0,17233,0,0,0,'Semid','Mage Trainer',NULL,7264,10,10,0,1638,51,1,1.14286,1,0,8,13,0,17,1,2000,2000,8,768,2048,0,0,0,0,8,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17482,0,0,0,0,0,17232,0,0,0,'Guvan','Priest Trainer',NULL,7265,6,6,0,1638,51,0.9,1.14286,1,0,5,5,0,15,1,2000,2000,8,32768,2048,0,0,0,0,5,0,3,4,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,46,1,0,2,'',12340),
|
|
(17483,0,0,0,0,0,17234,0,0,0,'Tullas','Paladin Trainer',NULL,7260,10,10,0,1638,51,1,1.14286,1,0,12,16,0,38,1,2000,2000,2,32768,2048,0,0,0,0,2,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17484,0,0,0,0,0,17229,0,0,0,'Buruk','Pet Trainer',NULL,4783,11,11,0,1638,17,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,33280,2048,0,0,3,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pet_trainer',12340),
|
|
(17485,0,0,0,0,0,17231,0,0,0,'Esbina','Stable Master',NULL,9821,9,9,0,1638,4194305,1,1.14286,1,0,11,15,0,40,1,1500,2000,1,32768,2048,0,0,0,0,0,0,8,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(17486,0,0,0,0,0,17235,0,0,0,'Ziz','Tradesman',NULL,0,13,13,0,1638,128,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17487,0,0,0,0,0,17037,0,0,0,'Erin Kelly','Tailoring Trainer',NULL,8519,9,9,0,12,81,1,1.14286,1,0,11,15,0,34,1,2000,2000,2,36864,2048,0,0,2,0,0,0,7,11,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17488,0,0,0,0,0,17230,0,0,0,'Dulvi','Mining Trainer',NULL,7690,13,13,0,1638,83,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,512,2048,0,0,2,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17489,0,0,0,0,0,17038,0,0,0,'Logan Daniel','General Goods',NULL,0,8,8,0,12,384,1,1.14286,1,0,10,14,0,38,1,1500,2000,1,4608,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17490,0,0,0,0,0,3024,0,0,0,'Ergh of the Stillpine','Trade Supplies',NULL,7428,10,10,0,1685,129,0.666668,0.99206,1,0,13,17,0,42,1,1500,2000,1,33280,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17491,18610,0,0,0,0,17151,0,0,0,'Laughing Skull Rogue',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,1600,1534,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,653,858,'SmartAI',1,3,1,1.45,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17492,0,0,0,0,0,16266,0,0,0,'Raving Wildkin','',NULL,0,7,8,0,1687,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17493,0,0,0,0,0,17039,0,0,0,'Stone Guard Stok\'ton','',NULL,7420,70,70,1,1668,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17494,0,0,0,0,0,7649,0,0,0,'Zevrax',NULL,NULL,0,18,18,0,90,0,1.125,1.14286,1,0,19,26,0,27,1,2000,2000,8,0,2048,0,0,0,0,0,0,17,24,13,3,0,17494,0,0,0,0,0,0,0,0,11962,18376,20791,11980,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17495,0,0,0,0,0,16861,2001,6802,8589,'Stillpine Raider',NULL,NULL,0,9,10,0,1686,0,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17496,0,0,0,0,0,6759,0,0,0,'Cruelfin','Rawgrlgrlgrlgrlgrrgle',NULL,0,12,12,0,18,0,1.125,1.14286,1,0,17,22,0,46,1,2000,2000,1,32768,2048,0,0,0,0,0,0,11,17,100,7,0,17496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17499,0,0,0,0,0,17041,0,0,0,'Vision of the Forlorn','',NULL,0,63,63,0,1683,0,1.71,1.14286,1,1,164,228,0,249,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17500,0,0,0,0,0,17042,0,0,0,'Vision of the Remembered','',NULL,0,63,63,0,1683,0,1,1.14286,1,3,164,228,0,249,35,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,300,20,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(17501,0,0,0,0,0,184,0,0,0,'Monster Spar','',NULL,0,8,9,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17502,0,0,0,0,0,184,0,0,0,'Monster Spar Buddy','',NULL,0,8,9,0,1693,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17503,0,0,0,0,0,17047,0,0,0,'Woeful Healer','',NULL,0,70,70,1,614,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.14,1,1,0,0,0,0,0,0,0,117,1,8388624,2,'',12340),
|
|
(17504,0,0,0,0,0,17214,0,0,0,'Kazi','Warrior Trainer',NULL,7263,50,50,0,1638,49,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,512,2048,0,0,0,0,1,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17505,0,0,0,0,0,17488,0,0,0,'Killac','Hunter Trainer',NULL,7262,40,40,0,1638,51,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,3,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17506,0,0,0,0,0,17570,0,0,0,'Grumman Slatefist','Alterac Valley Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17507,0,0,0,0,0,17571,0,0,0,'Shenarial','Warsong Gulch Battlemaster',NULL,0,1,1,0,1638,1048576,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17508,0,0,0,0,0,17046,0,0,0,'Galaen\'s Corpse',NULL,NULL,0,15,15,0,1638,2,1.125,1.14286,1,0,22,29,0,54,1,2000,1900,1,2,2048,0,0,0,0,0,0,15,22,2,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17509,0,0,0,0,0,17226,0,0,0,'Jol','Paladin Trainer',NULL,7260,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,512,2048,0,0,0,0,2,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17510,0,0,0,0,0,17249,0,0,0,'Izmir','Priest Trainer',NULL,7265,40,40,0,1638,49,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,5,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17511,0,0,0,0,0,17248,0,0,0,'Fallat','Priest Trainer',NULL,7265,50,50,0,1638,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,5,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17512,0,0,0,0,0,17222,0,0,0,'Arred','Jewelcrafting Supplies',NULL,0,50,50,0,1638,128,1,1.14286,1,0,79,104,0,194,1,1500,2000,2,512,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17513,0,0,0,0,0,17243,0,0,0,'Harnan','Mage Trainer',NULL,7264,50,50,0,1638,51,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17514,0,0,0,0,0,17241,0,0,0,'Bati','Mage Trainer',NULL,7264,40,40,0,1638,51,1,1.14286,1,0,40,55,0,60,1,2000,2000,8,512,2048,0,0,0,0,8,0,34,49,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17515,0,0,0,0,0,4951,0,0,0,'Samantha LeCraft','Mistress of Breadcrumbs',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17516,0,0,0,0,0,11686,0,0,0,'Magtheridon\'s Room',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17517,18057,0,0,0,0,16577,0,0,0,'Hellfire Sentry','Herald\'s Sentry',NULL,0,57,58,0,16,0,1,1.14286,1,1,100,132,0,242,4.6,1200,2000,1,32832,2048,0,0,0,0,0,0,69,101,25,7,0,17259,17517,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,1496,1959,'SmartAI',1,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17518,0,0,0,0,0,19251,0,0,0,'Ythyar',NULL,NULL,8179,70,70,1,1731,6273,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17519,0,0,0,0,0,17792,0,0,0,'Hobahken','Shaman Trainer',NULL,7357,60,60,0,1638,51,1,1,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,7,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17520,0,0,0,0,0,6820,0,0,0,'Gurrag','Shaman Trainer',NULL,7357,40,40,0,1638,51,0.666668,0.99206,1,0,52,69,0,128,1,2000,2000,2,512,2048,0,0,0,0,7,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17521,0,0,0,0,0,17053,0,0,0,'The Big Bad Wolf',NULL,NULL,0,73,73,1,14,0,1,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,17521,0,70065,0,0,0,0,0,0,30769,30752,30761,0,0,0,0,0,0,0,188113,229916,'',1,3,1,35,1,1,0,0,0,0,0,0,0,132,1,617299803,1,'boss_bigbadwolf',12340),
|
|
(17522,0,0,0,0,0,17346,0,0,0,'Myst Spinner',NULL,NULL,0,16,17,0,22,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,3,0,0,0,0,17,25,2,1,1,17522,0,0,0,0,0,0,0,0,745,0,0,0,0,0,0,0,13115,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17523,0,0,0,0,0,18043,0,0,0,'Myst Leecher',NULL,NULL,0,17,18,0,22,0,1.125,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,3,0,0,0,0,18,26,3,1,1,17523,0,0,0,0,0,0,0,0,31288,0,0,0,0,0,0,0,13119,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17524,0,0,0,0,0,11344,0,0,0,'Nazzivus Summoner','',NULL,0,13,13,0,90,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,3,0,17524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,22,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17525,0,0,0,0,0,17061,0,0,0,'Bloodmyst Hatchling',NULL,NULL,0,10,11,0,14,0,1,0.99206,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,31,0,0,0,0,9,14,100,1,1,17525,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13026,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17526,0,0,0,0,0,16631,0,0,0,'Bloodmyst Ravager','',NULL,0,13,14,0,14,0,1.2,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,31,0,0,0,0,13,20,1,1,1,0,0,0,0,0,0,0,0,0,3242,0,0,0,0,0,0,0,11563,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17527,0,0,0,0,0,17062,0,0,0,'Enraged Ravager',NULL,NULL,0,16,17,0,14,0,1,0.99206,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,31,0,0,0,0,17,25,2,1,1,17527,0,100004,0,0,0,0,0,0,3242,15716,0,0,0,0,0,0,11564,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17528,0,0,0,0,0,14152,0,0,0,'Tzerak',NULL,NULL,0,14,14,0,90,0,1.125,1.14286,1,0,20,27,0,50,1,2000,1900,1,0,2048,0,0,0,0,0,0,13,20,1,3,0,17528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17529,0,0,0,0,0,11686,0,0,0,'[PH]Channel Target','You shouldn\'t see me',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17530,0,0,0,0,0,17063,0,0,0,'Elekk',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17531,0,0,0,0,0,17064,17066,0,0,'Draenei Protector','',NULL,0,45,45,0,1694,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,5246,11971,25710,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17532,0,0,0,0,0,17071,0,0,0,'Vision of Purity','',NULL,0,73,73,0,1638,0,1.125,1.14286,1,0,316,450,0,320,1,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17533,0,0,0,0,0,17067,0,0,0,'Romulo',NULL,NULL,0,73,73,1,16,0,1.6,1.71429,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,108,17533,0,0,0,0,0,0,0,0,30815,30817,30822,30841,0,0,0,0,0,0,180000,220000,'',0,3,1,17.5,8,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_romulo',12340),
|
|
(17534,0,0,0,0,0,17068,0,0,0,'Julianne',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,108,17534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180000,220000,'',0,3,1,17.5,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_julianne',12340),
|
|
(17535,0,0,0,0,0,17069,0,0,0,'Dorothee','',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33088,2048,0,0,0,0,0,0,276,411,44,6,108,0,0,0,0,0,0,0,0,0,31012,31013,31014,0,0,0,0,0,0,0,0,0,'',1,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_dorothee',12340),
|
|
(17536,18432,0,0,0,0,18812,0,0,0,'Nazan','Vazruden\'s Mount',NULL,0,62,62,1,40,0,1.48,1.14286,1,1,172,240,0,262,7.5,1318,1551,1,0,2048,0,0,0,0,0,0,139,207,30,2,8,17536,0,70065,0,0,0,0,0,0,34653,36920,0,0,0,0,0,0,0,0,3885,5078,'',0,5,1,6.25,1,1,0,23901,0,0,0,0,0,216,1,650854271,2097152,'boss_nazan',12340),
|
|
(17537,18434,0,0,0,0,18407,0,0,0,'Vazruden',NULL,NULL,0,62,62,1,1662,0,1,1.42857,1,1,172,240,0,262,9,1300,1551,1,64,2048,0,0,0,0,0,0,139,207,30,7,8,17537,0,0,0,0,0,0,0,0,19130,15655,30689,0,0,0,0,0,0,0,2865,3746,'',1,3,1,3.6,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_vazruden',12340),
|
|
(17538,0,0,0,0,0,18154,0,0,0,'O\'ros','',NULL,0,73,73,0,1638,2,1,1.42857,1,0,313,448,0,302,1,2000,2000,2,832,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,115,100,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17539,0,0,0,0,0,4589,0,0,0,'Totem of Wrath I','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57658,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17540,18056,0,0,0,0,10950,0,0,0,'Fiendish Hound',NULL,NULL,0,60,60,1,16,0,1.125,1.14286,1,0,146,192,0,238,2,1300,1518,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,0,0,0,0,0,0,0,0,0,35748,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17541,0,0,0,0,0,16923,0,0,0,'Draenei Quartermaster','',NULL,0,27,27,0,1638,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,0,2048,0,0,0,0,0,0,26,39,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17542,0,0,0,0,0,16993,0,0,0,'Young Furbolg Shaman',NULL,NULL,0,10,10,0,1685,0,1.125,1.14286,1,0,12,16,0,38,1,2000,2000,2,4864,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17543,0,0,0,0,0,17076,0,0,0,'Strawman','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,270,401,53,9,104,0,0,0,0,0,0,0,0,0,31046,31069,31073,32404,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,16384,0,'boss_strawman',12340),
|
|
(17544,0,0,0,0,0,17946,0,0,0,'M\'uru',NULL,NULL,0,73,73,0,1638,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17545,0,0,0,0,0,17072,0,0,0,'K\'ure',NULL,NULL,0,68,68,0,1194,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17546,0,0,0,0,0,18261,0,0,0,'Roar','',NULL,0,72,72,1,16,0,1.71,1.14286,1,3,307,438,0,314,7.5,1200,2000,1,320,2048,0,0,0,0,0,0,270,401,53,1,108,0,0,0,0,0,0,0,0,0,31041,31042,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'boss_roar',12340),
|
|
(17547,0,0,0,0,0,17187,0,0,0,'Tinhead','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33088,2048,0,0,0,0,0,0,270,401,53,9,104,0,0,0,0,0,0,0,0,0,31042,31086,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,16384,0,'boss_tinhead',12340),
|
|
(17548,0,0,0,0,0,17079,0,0,0,'Tito','',NULL,0,73,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,7.5,1500,2000,1,64,2048,0,1,0,0,0,0,278,413,58,1,105,0,0,0,0,0,0,0,0,0,31015,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_tito',12340),
|
|
(17549,0,0,0,0,0,16789,16791,16790,16792,'Blood Watch Peacekeeper',NULL,NULL,0,30,32,0,1639,0,1,1.42857,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17550,0,0,0,0,0,17081,0,0,0,'Void Anomaly',NULL,NULL,0,15,16,0,1715,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,0,2048,0,0,0,0,0,0,16,23,2,3,0,17550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17551,0,0,0,0,0,17082,0,0,0,'Tavara','',NULL,0,5,5,0,1694,0,1.5,1.14286,1,0,5,7,0,32,1,2000,2000,1,4104,2048,0,0,0,0,0,0,3,4,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,2,'',12340),
|
|
(17552,0,0,0,0,0,1126,15435,0,0,'Hellfire Death Brazier',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17553,0,0,0,0,0,17083,0,0,0,'Caregiver Topher Loaal','Innkeeper',NULL,7497,17,18,0,1698,66179,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,4096,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(17554,0,0,0,0,0,17084,0,0,0,'Laando','Hippogryph Master',NULL,7470,65,65,0,1638,8195,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17555,0,0,0,0,0,17085,0,0,0,'Stephanos','Hippogryph Master',NULL,7469,65,65,0,1638,8195,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17556,0,0,0,0,0,17086,0,0,0,'Death Ravager',NULL,NULL,0,10,10,0,14,0,1,0.992063,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,31,0,0,0,0,9,13,100,1,0,17556,0,100003,0,50,50,50,50,50,30736,0,13443,3019,0,0,0,0,11595,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_death_ravager',12340),
|
|
(17557,0,0,0,0,0,17087,0,0,0,'Lieutenant Chadwick','',NULL,0,63,63,1,1666,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17558,0,0,0,0,0,17088,0,0,0,'Caza\'rez','',NULL,7825,70,70,1,1668,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17559,0,0,0,0,0,17090,0,0,0,'Niblet','',NULL,0,3,3,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17560,0,0,0,0,0,16876,0,0,0,'Outland Basilisk (Green)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17561,0,0,0,0,0,16877,0,0,0,'Outland Basilisk (Red)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17562,0,0,0,0,0,16878,0,0,0,'Outland Basilisk (Violet)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17563,0,0,0,0,0,16879,0,0,0,'Outland Basilisk (Yellow)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17564,0,0,0,0,0,17091,0,0,0,'Outland Chimera (Green)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17565,0,0,0,0,0,17092,0,0,0,'Outland Chimera (Purple)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17566,0,0,0,0,0,17093,0,0,0,'Outland Chimera (White)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17567,0,0,0,0,0,17094,0,0,0,'Outland Chimera (Yellow)','',NULL,0,60,60,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17568,0,0,0,0,0,17095,0,0,0,'Outland Doomguard (Default)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17569,0,0,0,0,0,17096,0,0,0,'Outland Doomguard (Black)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17570,0,0,0,0,0,17097,0,0,0,'Outland Doomguard (Blue)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17571,0,0,0,0,0,17098,0,0,0,'Outland Doomguard (Green)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17572,0,0,0,0,0,17099,0,0,0,'Outland Doomguard (Purple)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17573,0,0,0,0,0,17100,0,0,0,'Outland Doomguard (Yellow)','',NULL,0,60,60,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.85,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17574,0,0,0,0,0,17101,0,0,0,'Outland Lobstrok (Purple)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17575,0,0,0,0,0,5229,0,0,0,'Eric Maloof Test Critter','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17576,0,0,0,0,0,17104,0,0,0,'Outland Mountain Giant (Zangar Marsh)','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17577,0,0,0,0,0,17103,0,0,0,'Outland Mountain Giant (Netherstorm)','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17578,0,0,0,0,0,3019,0,0,0,'Hellfire Training Dummy',NULL,NULL,0,1,1,0,1693,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(17579,0,0,0,0,0,17108,0,0,0,'Outland Lobstrok (Yellow)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17580,0,0,0,0,0,17107,0,0,0,'Outland Lobstrok (White)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17581,0,0,0,0,0,17105,0,0,0,'Outland Lobstrok (Red)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17582,0,0,0,0,0,17108,0,0,0,'','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17583,0,0,0,0,0,17106,0,0,0,'Outland Lobstrok (Turquoise)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17584,0,0,0,0,0,17110,0,0,0,'Torallius the Pack Handler','Elekk Breeder',NULL,8213,14,14,0,1638,131,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17585,0,0,0,0,0,17111,0,0,0,'Quartermaster Urgronn','Thrallmar Quartermaster',NULL,7450,62,62,1,1669,129,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17586,0,0,0,0,0,17112,0,0,0,'Vorkhan the Elekk Herder',NULL,NULL,0,14,14,0,1638,2,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17587,0,0,0,0,0,17113,17114,0,0,'Draenei Youngling',NULL,NULL,0,8,8,0,1639,2,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17588,0,0,0,0,0,17254,0,0,0,'Veridian Whelp',NULL,NULL,0,16,17,0,50,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,6,0,17588,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,29,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17589,0,0,0,0,0,17253,0,0,0,'Veridian Broodling',NULL,NULL,0,17,18,0,50,0,1.125,1.14286,1,0,24,32,0,58,1,2000,2000,2,0,2048,0,0,0,0,0,0,17,25,3,6,0,17589,0,100004,0,0,0,0,0,0,21067,0,0,0,0,0,0,0,0,0,20,31,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17590,0,0,0,0,0,16191,0,0,0,'Sandworm Missile Target (DND)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,0,'',12340),
|
|
(17591,0,0,0,0,0,17115,0,0,0,'Blood Elf Bandit',NULL,NULL,0,7,7,0,1701,0,1.125,1.14286,1,0,9,12,0,36,1,1400,1900,1,0,2048,0,0,0,0,0,0,6,8,100,7,0,17591,0,0,0,0,0,0,0,0,15691,14873,6253,0,0,0,0,0,0,0,5,12,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17592,0,0,0,0,0,17256,0,0,0,'Razormaw',NULL,NULL,0,20,20,0,14,0,1.48,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,20,30,4,6,0,17592,0,17592,0,125,0,0,0,0,8873,31279,14100,0,0,0,0,0,0,0,73,100,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,210,1,8388624,0,'',12340),
|
|
(17593,0,0,0,0,0,18136,0,0,0,'Hellfire Wolf Rider','',NULL,0,60,60,0,1697,0,1.2,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,30470,8599,36023,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17594,0,0,0,0,0,17117,0,0,0,'Captain Korfang','',NULL,0,63,63,0,1697,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17595,0,0,0,21161,0,17733,0,0,0,'Bonechewer Peon','',NULL,0,59,60,1,1697,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17596,0,0,0,0,0,16577,0,0,0,'Hellfire Lieutenant','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17597,0,0,0,0,0,16387,0,16389,0,'[PH] Captain Obvious Jr.','',NULL,0,64,66,0,1666,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17598,0,0,0,0,0,28266,0,0,0,'Renn\'az','Ammunition Vendor',NULL,0,46,46,0,1494,384,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,36864,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17599,0,0,0,0,0,17118,0,0,0,'Aonar',NULL,NULL,7461,13,13,0,1698,3,1.125,1.14286,1,0,17,23,0,44,1,2000,2000,2,4096,2048,0,0,0,0,0,0,11,17,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17600,0,0,0,0,0,17119,0,0,0,'Draenei Cartographer',NULL,NULL,0,14,14,0,1638,2,1.125,1.14286,1,0,19,25,0,46,1,2000,1900,2,0,2048,0,0,0,0,0,0,12,19,2,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17601,0,0,0,0,0,17142,0,0,0,'Pack Elekk','',NULL,0,17,18,0,35,0,1.2,1.14286,1,0,26,35,0,64,1,2000,2000,1,0,2048,0,0,0,0,0,0,18,26,3,1,0,0,0,0,0,0,0,0,0,0,9613,11962,18376,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,2,'',12340),
|
|
(17602,0,0,0,0,0,17629,0,0,0,'Red Riding Hood (Transform)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(17603,0,0,0,0,0,17121,0,0,0,'Grandmother','',NULL,7441,70,70,1,35,1,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_grandmother',12340),
|
|
(17604,0,0,0,0,0,17360,17361,17362,17363,'Sunhawk Spy',NULL,NULL,0,13,14,0,1714,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,7,0,17604,17604,0,0,0,0,0,0,0,31827,13730,9080,31734,0,0,0,0,0,0,15,24,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17605,0,0,0,0,0,17473,17474,17475,17476,'Sunhawk Defiler','',NULL,0,17,18,0,1714,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17606,0,0,0,0,0,17356,17357,17358,17359,'Sunhawk Reclaimer',NULL,NULL,0,16,17,0,1714,0,1.125,1.14286,1,0,18,25,0,26,1,2000,2000,8,32768,2048,0,0,0,0,0,0,16,23,13,7,0,17606,17606,0,0,0,0,0,0,0,19816,8355,12544,31734,0,0,0,0,0,0,18,28,'SmartAI',1,3,1,1,1,1,0,24399,23873,0,0,0,0,0,1,0,0,'',12340),
|
|
(17607,0,0,0,0,0,17364,17365,17366,0,'Sunhawk Defender',NULL,NULL,0,16,17,0,1714,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,7,0,17607,17607,0,0,0,0,0,0,0,15284,31737,6253,31734,0,0,0,0,0,0,19,30,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17608,0,0,0,0,0,17367,17368,0,0,'Sunhawk Pyromancer',NULL,NULL,0,17,18,0,1714,0,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,32768,2048,0,0,0,0,0,0,17,25,3,7,0,17608,17608,0,0,0,0,0,0,0,11962,9053,17174,31734,0,0,0,0,0,0,20,31,'',1,3,1,1,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17609,0,0,0,0,0,17352,17353,17354,17355,'Sunhawk Saboteur',NULL,NULL,0,17,18,0,1714,0,1,1.14286,1,1,24,32,0,58,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,17,25,3,7,0,17609,17609,0,0,0,0,0,0,0,14443,6660,31734,0,0,0,0,0,0,0,73,100,'',1,3,1,3,1,1,0,24399,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17610,0,0,0,0,0,17348,17349,17350,17351,'Sunhawk Agent',NULL,NULL,0,18,19,0,1714,0,1,1.14286,1,1,20,28,0,28,1.7,2000,2000,8,32832,2048,0,0,0,0,0,0,18,26,13,7,0,17610,17610,0,0,0,0,0,0,0,5916,7159,14873,15691,0,0,0,0,0,0,74,102,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17611,0,0,0,0,0,18783,11686,0,0,'Warchief\'s Portal',NULL,NULL,0,69,69,1,35,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17612,0,0,0,0,0,17381,17380,0,0,'Quel\'dorei Magewraith',NULL,NULL,0,10,10,0,91,0,1.125,1.14286,1,0,8,13,0,17,1,1400,1900,8,0,2048,0,0,0,0,0,0,9,12,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.4,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17613,0,0,0,0,0,17123,0,0,0,'Archmage Alturus','',NULL,7594,70,70,0,1696,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17614,0,0,0,0,0,17124,0,0,0,'Huntress Kella Nightbow',NULL,NULL,7561,20,20,0,80,3,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17615,0,0,0,0,0,1126,0,0,0,'Azuremyst Elekk Mob Generator (Ravager)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17616,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Murloc)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17617,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Wildkin)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17618,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Furbolg)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17619,0,0,0,0,0,7029,0,0,0,'Azuremyst Elekk Mob Generator (Bloodelf)','',NULL,0,9,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17620,0,0,0,0,0,16885,0,0,0,'Ravager Ambusher','',NULL,0,8,9,0,1620,0,1.2,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,31,0,0,0,0,8,11,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11596,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17621,20569,0,0,0,0,17013,0,0,0,'Heathen Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17622,20578,0,0,0,0,16578,0,0,0,'Sharpshooter Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,16507,0,0,0,0,0,0,0,0,30481,15620,37551,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17623,20575,0,0,0,0,16580,0,0,0,'Reaver Guard',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17624,18611,0,0,0,0,17152,0,0,0,'Laughing Skull Warden',NULL,NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,2000,1551,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,17370,17624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,2303,'SmartAI',1,3,1,3,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17625,0,0,0,0,0,16579,0,0,0,'Fel Orc Grunt','',NULL,0,60,60,1,1697,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,39144,0,32959,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17626,18609,0,0,0,0,17150,0,0,0,'Laughing Skull Legionnaire',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,1,159,221,0,258,4.6,2000,1534,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,17370,17626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1248,1635,'SmartAI',1,3,1,2.9,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17627,0,0,0,0,0,16692,0,0,0,'Jenath','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17628,0,0,0,0,0,16693,0,0,0,'Vynna','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17629,0,0,0,0,0,16694,0,0,0,'Feynna','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17630,0,0,0,0,0,16753,0,0,0,'Innkeeper Jovia','Innkeeper',NULL,7288,30,30,0,1604,66177,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17631,0,0,0,0,0,16695,0,0,0,'Ceera','Banker',NULL,7812,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17632,0,0,0,0,0,16696,0,0,0,'Elana','Banker',NULL,7812,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17633,0,0,0,0,0,16697,0,0,0,'Hatheon','Banker',NULL,0,30,30,0,1604,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,4608,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17634,0,0,0,0,0,17136,0,0,0,'K. Lee Smallfry','Master Engineering Trainer',NULL,7512,65,65,1,1667,83,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17635,0,0,0,0,0,17144,0,0,0,'Lordaeron Commander',NULL,NULL,0,60,60,0,123,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17636,0,0,0,0,0,17138,0,0,0,'Kalynna Lathred',NULL,NULL,0,57,57,0,35,2,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17637,0,0,0,0,0,17272,0,0,0,'Mack Diver','Master Engineering Trainer',NULL,0,65,65,1,1669,83,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17638,0,0,0,0,0,3619,0,0,0,'Siltfin Ambusher','',NULL,0,6,7,0,18,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17639,0,0,0,0,0,16266,0,0,0,'Wildkin Ambusher','',NULL,0,9,10,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,23733,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17640,0,0,0,0,0,6821,0,0,0,'Bristlelimb Ambusher','',NULL,0,6,7,0,82,0,1.2,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,0,0,0,0,0,6,8,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(17641,0,0,0,0,0,17115,0,0,0,'Sunhawk Ambusher','',NULL,0,4,5,0,16,0,1.2,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,5916,7159,14873,15691,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17642,0,0,0,0,0,17141,0,0,0,'Tracker Lyceon',NULL,NULL,7460,15,15,0,1698,3,1,1.14286,1,0,20,27,0,48,1,2000,2000,2,4096,2048,0,0,0,0,0,0,14,21,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17643,0,0,0,0,0,17142,0,0,0,'Kessel\'s Elekk','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(17644,0,0,0,0,0,7029,20577,0,0,'Infernal Target','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17645,0,0,0,0,0,18783,11686,0,0,'Infernal Relay',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17646,0,0,0,0,0,18036,0,0,0,'Netherspite Infernal',NULL,NULL,0,75,75,0,954,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,3,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'netherspite_infernal',12340),
|
|
(17647,0,0,0,0,0,17146,0,0,0,'Lordaeron Soldier',NULL,NULL,0,60,60,0,123,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17648,0,0,0,0,0,6173,0,0,0,'Felhunter Minion','',NULL,0,20,20,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1.1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17649,0,0,0,0,0,17155,0,0,0,'Kessel','Elekk Lord',NULL,7462,20,20,0,1638,3,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17650,0,0,0,0,0,16946,0,0,0,'Prince Malchezaar\'s Axes',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(17651,0,0,0,0,0,18720,0,0,0,'Image of Medivh',NULL,NULL,0,70,70,1,1683,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,2,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,1,'npc_image_of_medivh',12340),
|
|
(17652,0,0,0,0,0,17156,0,0,0,'Image of Arcanagos',NULL,NULL,0,70,70,1,1683,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,70,1,1,0,0,0,0,0,0,0,179,1,0,0,'',12340),
|
|
(17653,18620,0,0,0,0,17137,0,0,0,'Shadowmoon Channeler',NULL,NULL,0,62,62,0,16,0,1,1.14286,1,1,131,188,0,116,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,118,175,25,7,32,17370,0,0,0,0,0,0,0,0,12739,30937,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_shadowmoon_channeler',12340),
|
|
(17654,0,0,0,0,0,2597,0,0,0,'Tagged Blacksilt Scout',NULL,NULL,0,12,13,0,634,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17655,0,0,0,0,0,17640,0,0,0,'Blacksmith Frances','Blacksmithing Supplies',NULL,7446,15,15,0,1623,4225,1,1.14286,1,0,22,29,0,54,1,1500,2000,1,4096,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17656,0,0,0,0,0,17159,0,0,0,'Heron Skygaze','Food & Drink',NULL,7447,14,14,0,1636,129,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17657,0,0,0,0,0,17160,0,0,0,'Logistics Officer Ulrike','Honor Hold Quartermaster',NULL,7448,62,62,0,1667,129,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17658,0,0,0,0,0,17161,0,0,0,'Exarch Admetius',NULL,NULL,7449,22,22,0,1700,3,1,1.14286,1,0,32,42,0,78,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17659,0,0,0,0,0,17162,17163,17165,17164,'Blade of Argus',NULL,NULL,0,14,16,0,1700,0,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17660,0,0,0,0,0,17166,0,0,0,'Skeletal Gryphon',NULL,NULL,0,70,70,1,35,0,3.2,4.28571,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,57,1,8388624,2,'',12340),
|
|
(17661,0,0,0,0,0,9277,0,0,0,'Deathclaw','',NULL,0,17,17,0,44,0,1.2,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,4,0,0,0,0,17,25,2,1,1,17661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12850,0,0,0,'',0,1,1,1.25,1,1,0,24025,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17662,18602,0,0,0,0,11686,0,0,0,'Broggok Poison Cloud',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33947648,2048,0,0,0,0,0,0,147,219,32,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,128,'',12340),
|
|
(17663,0,0,0,0,0,17169,0,0,0,'Jessera of Mac\'Aree',NULL,NULL,7452,15,15,0,1700,3,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17664,0,0,0,0,0,17168,0,0,0,'Matis the Cruel','Herald of Sironas',NULL,0,18,18,0,1701,0,1,1.38571,1,1,24,32,0,58,1.7,2000,2000,2,32832,2048,0,0,0,0,0,0,17,25,3,7,128,17664,17664,0,0,0,0,0,0,0,31336,0,0,0,0,0,0,0,0,0,74,102,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17665,0,0,0,0,0,11686,0,0,0,'Arcanagos Credit Marker','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17666,0,0,0,0,0,17218,0,0,0,'Astur','Stable Master',NULL,9821,13,13,0,1638,4194305,1,1.14286,1,0,18,24,0,48,1,1500,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(17667,0,0,0,0,0,17236,0,0,0,'Beega','Bowyer',NULL,0,14,14,0,1638,4480,1,1.14286,1,0,20,27,0,50,1,1500,2000,1,512,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17668,0,0,0,0,0,1951,0,0,0,'Matis\'s Mount','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17669,20574,0,0,0,0,14334,0,0,0,'Rabid Warhound',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,4.6,1500,2000,1,0,2048,0,1,0,0,0,0,186,276,39,1,1,16507,0,70062,0,0,0,0,0,0,30636,30639,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1.45,1,1,0,0,0,0,0,0,0,0,1,512,0,'',12340),
|
|
(17670,20588,0,0,0,0,17184,0,0,0,'Shattered Hand Houndmaster',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17670,0,0,0,0,0,0,0,34100,15620,30932,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17671,20584,0,0,0,0,17186,0,0,0,'Shattered Hand Champion',NULL,NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17671,0,0,0,0,0,0,0,32588,32587,0,0,0,0,0,0,0,0,1308,1713,'SmartAI',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17672,0,0,0,0,0,12430,12431,13949,13950,'Deadwind Villager',NULL,NULL,0,70,70,0,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,11978,13444,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17673,0,0,0,0,0,17170,0,0,0,'Stinkhorn Striker',NULL,NULL,0,12,14,0,14,0,1.125,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,0,0,0,0,13,20,1,1,0,17673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,24041,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17674,0,0,0,0,0,17171,0,0,0,'Prince Toreth','Dragon Riders of Loreth\'Aran',NULL,7478,23,23,0,80,3,1.125,1.14286,1,0,33,44,0,80,1,2000,2000,1,33024,2048,0,0,0,0,0,0,22,33,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(17675,0,0,0,0,0,17172,0,0,0,'Facet of Keanna','',NULL,0,55,57,0,1696,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17676,0,0,0,0,0,17173,0,0,0,'Achelus',NULL,NULL,7463,18,18,0,1638,3,1,1.14286,1,0,26,35,0,64,1,1500,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17677,0,0,0,0,0,1126,15435,0,0,'Arcanagos Spell Dummy',NULL,NULL,0,1,1,0,1683,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17678,0,0,0,0,0,17174,29354,0,0,'Sironas',NULL,NULL,0,20,20,0,1714,0,1.48,1.14286,1,1,27,36,0,64,1.7,2000,2000,2,33600,2048,0,0,0,0,0,0,19,28,4,3,0,17678,0,0,0,0,0,0,0,0,10966,31629,8282,13338,0,0,0,0,0,0,125,168,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(17679,0,0,0,0,0,17175,0,0,0,'Man\'ari Abomination','',NULL,0,20,20,0,1701,0,1.2,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17680,0,0,0,0,0,16213,0,0,0,'Webbed Creature',NULL,NULL,0,15,15,0,14,0,1.125,1.14286,1,0,22,29,0,54,1,6000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,10,8,17680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_webbed_creature',12340),
|
|
(17681,0,0,0,0,0,17176,17177,17178,17179,'Expedition Researcher','',NULL,0,16,17,0,1638,0,1.125,1.14286,1,0,25,33,0,60,1,1400,1900,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17682,0,0,0,0,0,9491,0,0,0,'Princess Stillpine',NULL,NULL,0,16,16,0,1685,2,1.125,1.14286,1,0,22,29,0,52,1,2000,2000,2,37632,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17683,0,0,0,0,0,17180,0,0,0,'Zarakh',NULL,NULL,0,19,19,0,312,0,1.125,1.14286,1,0,27,37,0,68,1,1000,2000,1,0,2048,0,3,0,0,0,0,19,27,3,1,1,17683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13118,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17684,0,0,0,0,0,17181,0,0,0,'Vindicator Boros','Triumvirate of the Hand',NULL,7465,33,33,0,1698,3,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,32768,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17685,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 60 No Armor','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17686,0,0,0,0,0,17182,0,0,0,'Researcher Cornelius',NULL,NULL,7466,17,17,0,1638,3,1.125,1.14286,1,0,25,33,0,60,1,1500,2000,1,36864,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17687,0,0,0,0,0,169,17188,0,0,'Flame Arrow',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17688,0,0,0,0,0,10817,0,0,0,'Crown Guard Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17689,0,0,0,0,0,11686,0,0,0,'<TXT>Crown Guard Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17690,0,0,0,0,0,11686,0,0,0,'<TXT>Eastwall Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17691,0,0,0,0,0,11686,0,0,0,'Eastwall Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17693,20592,0,0,0,0,17727,0,0,0,'Shattered Hand Scout',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17694,20577,0,0,0,0,17189,0,0,0,'Shadowmoon Darkcaster',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,17694,0,0,0,0,0,0,0,12542,12471,11990,0,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,2.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17695,20580,0,0,0,0,17190,0,0,0,'Shattered Hand Assassin',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17695,0,0,0,0,0,0,0,30991,30992,30980,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(17696,0,0,0,0,0,11686,0,0,0,'<TXT>Northpass Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17697,0,0,0,0,0,11686,0,0,0,'Northpass Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17698,0,0,0,0,0,11686,0,0,0,'<TXT>Plaguewood Capture Quest Doodad','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17699,0,0,0,0,0,11686,0,0,0,'Plaguewood Horde Capture Quest Doodad','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17700,0,0,0,0,0,16623,0,0,0,'Will of Sargaras','',NULL,0,70,70,1,1683,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17701,0,0,0,0,0,11257,0,0,0,'Lord Xiz',NULL,NULL,0,13,13,0,74,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,32768,2048,0,0,0,0,0,0,12,18,1,7,0,17701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,26,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17702,0,0,0,0,0,5851,0,0,0,'High Chief Bristlelimb','',NULL,0,13,13,0,82,0,1.125,1.14286,1,0,18,24,0,48,1,1400,1900,1,0,2048,0,0,0,0,0,0,12,18,1,7,0,17702,0,0,0,0,0,0,0,0,20753,15793,0,0,0,0,0,0,0,0,14,23,'SmartAI',1,3,1,1,1,1,0,24099,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17703,0,0,0,0,0,17193,0,0,0,'Messenger Hermesius',NULL,NULL,7464,16,16,0,1638,3,1,1.14286,1,0,23,31,0,56,1,1500,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17704,0,0,0,0,0,17162,17163,17165,17164,'Hand of Argus Swordsman','Hand of Argus',NULL,0,14,16,0,1700,0,1.125,1.14286,1,0,23,31,0,56,1,2000,2000,1,32768,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.34,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17705,0,0,0,0,0,15504,15505,0,0,'Sunhawk Rogue','',NULL,0,14,15,0,1701,0,1.125,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,12540,1833,15581,31734,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17706,0,0,0,0,0,2453,0,0,0,'Felsteel Boar',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,6268,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(17707,0,0,0,0,0,19670,0,0,0,'Dawnstone Crab','',NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17708,0,0,0,0,0,15923,0,0,0,'Living Ruby Serpent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17709,0,0,0,0,0,15905,0,0,0,'Talasite Owl','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17710,0,0,0,0,0,15920,0,0,0,'Nightseye Panther','',NULL,0,1,1,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17711,0,0,0,0,0,21435,0,0,0,'Doomwalker','',NULL,0,73,73,1,90,0,1.72,1.14286,1,3,316,450,0,320,35,3000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,9,76,17711,0,0,0,0,0,0,0,0,32686,33661,33665,33653,0,0,0,0,0,0,4457550,5000000,'',1,3,1,210,1,1,0,0,0,0,0,0,0,224,1,617562111,0,'boss_doomwalker',12340),
|
|
(17712,0,0,0,0,0,1279,0,0,0,'Captain Edward Hanes',NULL,NULL,8298,21,21,0,12,3,1.125,1.14286,1,0,31,40,0,74,1,2000,2000,1,36864,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17713,0,0,0,0,0,11263,0,0,0,'Bloodcursed Naga',NULL,NULL,0,15,16,0,74,0,1.125,1.14286,1,0,17,23,0,24,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,22,13,7,0,17713,0,0,0,0,0,0,0,0,12544,20792,0,0,0,0,0,0,0,0,17,27,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17714,0,0,0,0,0,17556,17194,17196,17197,'Bloodcursed Voyager',NULL,NULL,0,16,17,0,15,0,1.125,1.14286,1,0,25,33,0,60,1,2000,2000,1,32768,2048,0,0,0,0,0,0,17,25,2,6,0,17714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,30,'',1,3,1,1,1,1,0,24153,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17715,0,0,0,0,0,11271,0,0,0,'Atoph the Bloodcursed',NULL,NULL,0,19,19,0,74,0,1.125,1.14286,1,0,27,37,0,68,1,1400,1900,1,0,2048,0,0,0,0,0,0,19,27,3,7,0,17715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,35,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17716,0,0,0,0,0,17198,0,0,0,'Sangrias Stillblade','Blood Knight',NULL,0,12,12,0,14,0,1.125,1.14286,1,0,16,21,0,42,1,1400,1900,2,0,2048,0,0,0,0,0,0,10,15,100,7,128,0,0,0,0,0,0,0,0,0,22120,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17717,0,0,0,0,0,17199,0,0,0,'Knight-Lord Bloodvalor',NULL,NULL,7558,60,60,1,1604,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17718,0,0,0,0,0,17201,0,0,0,'Magister Astalor Bloodsworn',NULL,NULL,9142,60,60,1,1604,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,4096,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17719,0,0,0,0,0,17202,0,0,0,'Ironforge Gryphon Rider','',NULL,0,60,60,0,55,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17720,0,0,0,0,0,17203,0,0,0,'Orgrimmar Wyvern Rider','',NULL,0,60,60,0,29,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17721,20620,0,0,0,0,18388,0,0,0,'Coilfang Engineer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17721,17721,0,0,0,0,0,0,0,6533,40331,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17722,20625,0,0,0,0,18396,0,0,0,'Coilfang Sorceress',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17722,17722,0,0,0,0,0,0,0,31581,15063,12675,0,0,0,0,0,0,0,1094,1433,'SmartAI',1,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17723,20164,0,0,0,0,17450,0,0,0,'Bog Giant',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,64,2048,0,0,0,0,0,0,147,219,32,5,256,17723,0,80001,0,0,0,0,0,0,8599,32065,40318,15550,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.6,1,1,0,0,0,0,0,0,0,0,1,612515583,0,'',12340),
|
|
(17724,20185,0,0,0,0,17752,0,0,0,'Underbat',NULL,NULL,0,62,62,1,1712,0,1,1.28571,1,1,172,240,0,262,4.6,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,17724,0,70065,0,0,0,0,0,0,34171,0,0,0,0,0,0,0,12956,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,133,1,8522768,0,'',12340),
|
|
(17725,20188,0,0,0,0,17754,0,0,0,'Underbog Lurker',NULL,NULL,0,62,63,1,16,0,0.8,1.14286,1,1,181,253,0,268,4.6,2500,2000,1,64,2048,0,0,0,0,0,0,147,219,32,4,256,17725,0,80001,0,0,0,0,0,0,34161,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),
|
|
(17726,20191,0,0,0,0,18399,0,0,0,'Wrathfin Myrmidon',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17726,17726,0,0,0,0,0,0,0,31410,0,0,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),
|
|
(17727,20192,0,0,0,0,18400,0,0,0,'Wrathfin Sentry',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17727,17727,0,0,0,0,0,0,0,11972,11976,0,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631327,0,'',12340),
|
|
(17728,20181,0,0,0,0,17756,0,0,0,'Murkblood Tribesman',NULL,NULL,0,63,64,1,51,0,1,1,1,1,194,274,0,272,4.6,2000,1583,1,64,2048,0,0,0,0,0,0,154,226,33,7,0,17728,17728,0,0,0,0,0,0,0,8599,12057,30798,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17729,20180,0,0,0,0,17757,0,0,0,'Murkblood Spearman',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,4.6,2000,1583,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17729,17729,0,0,0,0,0,0,0,8599,22887,31407,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17730,20177,0,0,0,0,17755,0,0,0,'Murkblood Healer',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17730,17730,0,0,0,0,0,0,0,29427,15585,34423,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17731,20173,0,0,0,0,19403,19405,0,0,'Fen Ray',NULL,NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,0,2048,0,34,0,0,0,0,154,226,33,1,9,17731,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12891,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,202627,0,'',12340),
|
|
(17732,20175,0,0,0,0,18722,6633,7350,11091,'Lykul Wasp',NULL,NULL,0,63,63,1,1711,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,64,2048,0,44,0,0,0,0,147,219,32,1,9,17732,0,0,0,0,0,0,0,0,32330,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),
|
|
(17733,20172,0,0,0,0,9749,6633,7350,11091,'[UNUSED] Lykul Larva','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17734,20187,0,0,0,0,17758,12293,0,0,'Underbog Lord',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,1,194,274,0,272,4.6,2500,2000,1,0,2048,0,0,0,0,0,0,154,226,33,5,256,17734,0,80001,0,0,0,0,0,0,8599,32065,40318,25778,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,617562111,0,'',12340),
|
|
(17735,20193,0,0,0,0,18401,0,0,0,'Wrathfin Warrior',NULL,NULL,0,64,64,1,74,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,154,226,33,7,0,17735,17735,0,0,0,0,0,0,0,11972,11976,8599,0,0,0,0,0,0,0,1296,1697,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),
|
|
(17736,20186,0,0,0,0,17753,0,0,0,'Underbat Swarmer','',NULL,0,62,63,1,1713,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,0,0,0,0,0,0,0,0,0,36139,7145,0,0,0,0,0,0,13087,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(17737,0,0,0,0,0,17091,0,0,0,'Outland Chimera, Green','',NULL,0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,0,0,0,0,0,12,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17738,0,0,0,0,0,17092,0,0,0,'Outland Chimera, Purple','',NULL,0,13,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17739,0,0,0,0,0,17093,0,0,0,'Outland Chimera, White','',NULL,0,12,14,0,7,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17740,0,0,0,0,0,17094,0,0,0,'Outland Chimera, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17741,0,0,0,0,0,17101,0,0,0,'Outland Lobstrok, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17742,0,0,0,0,0,17105,0,0,0,'Outland Lobstrok, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17743,0,0,0,0,0,17106,0,0,0,'Outland Lobstrok, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17744,0,0,0,0,0,17107,0,0,0,'Outland Lobstrok, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17745,0,0,0,0,0,17108,0,0,0,'Outland Lobstrok, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17746,0,0,0,0,0,17096,0,0,0,'Outland Doomguard, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17747,0,0,0,0,0,17097,0,0,0,'Outland Doomguard, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17748,0,0,0,0,0,17095,0,0,0,'Outland Doomguard, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17749,0,0,0,0,0,17098,0,0,0,'Outland Doomguard, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17750,0,0,0,0,0,17099,0,0,0,'Outland Doomguard, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17751,0,0,0,0,0,17100,0,0,0,'Outland Doomguard, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17752,0,0,0,0,0,17075,0,0,0,'Outland Mtn. Giant, Zangarmarsh','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17753,0,0,0,0,0,17073,0,0,0,'Outland Mtn. Giant, Blades Edge','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17754,0,0,0,0,0,17074,0,0,0,'Outland Mtn. Giant, Netherstorm','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17755,0,0,0,0,0,16632,0,0,0,'Pit Lord','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17756,0,0,0,0,0,16876,0,0,0,'Outland Basilisk, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17757,0,0,0,0,0,16877,0,0,0,'Outland Basilisk, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17758,0,0,0,0,0,16878,0,0,0,'Outland Basilisk, Violet','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17759,0,0,0,0,0,16879,0,0,0,'Outland Basilisk, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17760,0,0,0,0,0,16881,0,0,0,'Outland Carrion Bird, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17761,0,0,0,0,0,16880,0,0,0,'Outland Carrion Bird, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17762,0,0,0,0,0,16882,0,0,0,'Outland Carrion Bird, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17763,0,0,0,0,0,16883,0,0,0,'Outland Carrion Bird, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17764,0,0,0,0,0,16884,0,0,0,'Outland Carrion Bird, Yellow','',NULL,1288,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17765,0,0,0,0,0,1598,1608,0,0,'Alliance Silithyst Sentinel',NULL,NULL,0,60,60,0,57,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(17766,0,0,0,0,0,7117,7118,0,0,'Horde Silithyst Sentinel',NULL,NULL,0,60,60,0,71,0,1.1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,37376,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(17767,0,0,0,0,0,17444,0,0,0,'Rage Winterchill','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,108,17767,0,0,0,0,0,186,0,0,31249,31250,31256,31258,0,0,0,0,0,0,875466,1102876,'',0,3,1,490,300,1,0,32459,0,0,0,0,0,200,1,617299803,1,'boss_rage_winterchill',12340),
|
|
(17768,0,0,0,0,0,17198,0,0,0,'Blood Knight Stillblade',NULL,NULL,0,12,12,0,1604,0,1,1.14286,1,0,16,21,0,42,1,2000,2000,2,4864,2048,32,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17769,0,0,0,0,0,17211,0,0,0,'Blood Knight Adept',NULL,NULL,7828,20,20,0,1604,1,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17770,20169,0,0,0,0,17228,0,0,0,'Hungarfen',NULL,NULL,0,65,65,1,16,0,1,1.57143,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,5,264,17770,0,80001,0,0,0,0,0,0,31673,0,0,0,0,0,0,0,0,0,4783,6250,'SmartAI',1,3,1,11,1,1,0,0,0,0,0,0,0,157,1,617037823,0,'',12340),
|
|
(17771,20179,0,0,0,0,17648,0,0,0,'Murkblood Oracle',NULL,NULL,0,63,64,1,51,0,1,1,1,1,168,234,0,252,4.6,2000,1583,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,17771,17771,0,0,0,0,0,0,0,12248,31405,14034,15531,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17772,0,0,0,0,0,30864,0,0,0,'Lady Jaina Proudmoore','',NULL,7552,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'npc_jaina_proudmoore',12340),
|
|
(17773,0,0,0,0,0,17518,0,0,0,'Ossco','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17774,0,0,0,0,0,16711,0,0,0,'Outland Hydra, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17775,0,0,0,0,0,17237,0,0,0,'Outland Hydra, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17776,0,0,0,0,0,17238,0,0,0,'Outland Hydra, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17777,0,0,0,0,0,17239,0,0,0,'Outland Hydra, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17778,0,0,0,0,0,17240,0,0,0,'Outland Hydra, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17779,0,0,0,0,0,16891,0,0,0,'Outland Imp, Gray','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17780,0,0,0,0,0,16888,0,0,0,'Outland Imp, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17781,0,0,0,0,0,16889,0,0,0,'Outland Imp, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17782,0,0,0,0,0,16890,0,0,0,'Outland Imp, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17783,0,0,0,0,0,16893,0,0,0,'Outland Larva, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17784,0,0,0,0,0,16894,0,0,0,'Outland Larva, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17785,0,0,0,0,0,16895,0,0,0,'Outland Larva, Purple','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17786,0,0,0,0,0,16896,0,0,0,'Outland Larva, Red','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17787,0,0,0,0,0,16892,0,0,0,'Outland Larva, Pink','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17788,0,0,0,0,0,16898,0,0,0,'Outland Wind Serpent, Black','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17789,0,0,0,0,0,16901,0,0,0,'Outland Wind Serpent, Blue','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17790,0,0,0,0,0,16900,0,0,0,'Outland Wind Serpent, Green','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17791,0,0,0,0,0,16897,0,0,0,'Outland Wind Serpent, Orange','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17792,0,0,0,0,0,16902,0,0,0,'Outland Wind Serpent, White','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17793,0,0,0,0,0,16899,0,0,0,'Outland Wind Serpent, Yellow','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17794,0,0,0,0,0,5187,16925,0,0,'Alliance Tower Buffer',NULL,NULL,0,1,1,0,84,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17795,0,0,0,0,0,5187,16925,0,0,'Horde Tower Buffer',NULL,NULL,0,1,1,0,83,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17796,20630,0,0,0,0,18638,0,0,0,'Mekgineer Steamrigger',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,17796,17796,0,0,0,0,0,0,0,35107,31485,31486,0,0,0,0,0,0,0,4412,5766,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,612859903,0,'boss_mekgineer_steamrigger',12340),
|
|
(17797,20629,0,0,0,0,11268,0,0,0,'Hydromancer Thespia',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,17797,17797,0,0,0,0,0,0,0,25189,25033,31481,0,0,0,0,0,0,0,4412,5766,'',1,3,1,17,1,1,0,30828,0,0,0,0,0,0,1,617299803,0,'boss_hydromancer_thespia',12340),
|
|
(17798,20633,0,0,0,0,20235,0,0,0,'Warlord Kalithresh',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,17798,17798,0,0,0,0,0,0,0,31534,16172,39061,36453,0,0,0,0,0,0,6919,9041,'',1,3,1,20,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'boss_warlord_kalithresh',12340),
|
|
(17799,20628,0,0,0,0,17691,0,0,0,'Dreghood Slave',NULL,NULL,0,70,70,1,190,0,1,1,1,1,252,357,0,304,4.6,1200,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17799,17799,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17800,20621,0,0,0,0,18389,0,0,0,'Coilfang Myrmidon',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17800,17800,0,0,0,0,0,0,0,15496,7160,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17801,20623,0,0,0,0,18392,0,0,0,'Coilfang Siren',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1684,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17801,17801,0,0,0,0,0,0,0,38660,37664,37856,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17802,20626,0,0,0,0,18398,0,0,0,'Coilfang Warrior',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17802,17802,0,0,0,0,0,0,0,7164,35105,31403,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17803,20622,0,0,0,0,18391,0,0,0,'Coilfang Oracle',NULL,NULL,0,70,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17803,17803,0,0,0,0,0,0,0,8281,31730,22582,0,0,0,0,0,0,0,839,1100,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17804,0,0,0,0,0,17250,0,0,0,'Squire Rowe',NULL,NULL,7480,52,52,0,12,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17805,20624,0,0,0,0,18394,0,0,0,'Coilfang Slavemaster',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17805,17805,0,0,0,0,0,0,0,10987,6713,8269,3416,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17807,0,0,0,0,0,17257,0,0,0,'Master Kelerun Bloodmourn','Blood Knight',NULL,0,30,30,0,1604,2,1.125,1.14286,1,0,39,52,0,96,1,2000,2000,2,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17808,0,0,0,0,0,21069,0,0,0,'Anetheron','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17808,0,0,0,0,0,0,0,0,31306,38061,39346,31306,0,0,0,0,0,0,869013,1094745,'',0,3,1,490,20,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_anetheron',12340),
|
|
(17809,0,0,0,0,0,17258,0,0,0,'Champion Bloodwrath','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17810,0,0,0,0,0,17259,0,0,0,'Champion Lightrend','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17811,0,0,0,0,0,17260,0,0,0,'Champion Swiftblade','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17812,0,0,0,0,0,17261,0,0,0,'Champion Sunstriker','Blood Knight',NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17813,0,0,0,0,0,7192,0,0,0,'[UNUSED] Lost Goblin [PH]','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17814,20538,0,0,0,0,17959,17960,17961,17962,'Lordaeron Watchman','',NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17814,17814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17815,20537,0,0,0,0,17947,17948,17949,17950,'Lordaeron Sentry','',NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17815,17815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17816,19884,0,0,0,0,17106,0,0,0,'Bogstrok',NULL,NULL,0,62,62,1,16,0,1,0.992063,1,1,172,240,0,262,4.6,2000,1551,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,17816,17816,0,0,0,0,0,0,0,31551,0,0,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),
|
|
(17817,19892,0,0,0,0,17101,0,0,0,'Greater Bogstrok',NULL,NULL,0,62,62,1,16,0,1,0.992063,1,1,172,240,0,262,4.6,2000,1551,1,32832,2048,0,0,0,0,0,0,139,207,30,7,0,17817,17817,0,0,0,0,0,0,0,31552,0,0,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),
|
|
(17818,0,0,0,0,0,7029,0,0,0,'Towering Infernal','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,121,1,131073,0,'npc_towering_infernal',12340),
|
|
(17819,20527,0,0,0,0,17999,18000,18001,18002,'Durnholde Sentry',NULL,NULL,0,66,66,1,1748,0,1,1.14286,1,1,210,295,0,282,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,17819,17819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,1147,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17820,20526,0,0,0,0,17979,17980,17982,17983,'Durnholde Rifleman',NULL,NULL,0,66,67,1,1748,0,1,1.14286,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,17820,17820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,1147,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17822,0,0,0,0,0,17263,0,0,0,'Landen Stilwell','',NULL,7530,20,20,0,35,1,1,1.14286,1,0,29,39,0,70,1.7,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17823,0,0,0,0,0,203,0,0,0,'Crazed Worgen','',NULL,0,20,20,0,14,0,1.2,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17824,0,0,0,0,0,17267,17268,0,0,'Captured Sunhawk Agent',NULL,NULL,7531,16,16,0,1194,1,1,1.14286,1,0,23,31,0,56,1,2000,2000,1,33536,2048,0,0,0,0,0,0,16,23,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17825,0,0,0,0,0,17269,0,0,0,'Interrogator Elysia',NULL,NULL,0,19,19,0,1698,2,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17826,20183,0,0,0,0,18570,0,0,0,'Swamplord Musel\'ek',NULL,NULL,0,65,65,1,74,0,1,1,1,1,186,260,0,262,4.6,1800,2000,2,32832,2048,0,0,0,0,0,0,153,227,29,7,8,17826,0,0,0,0,0,0,0,0,31566,34974,31567,18813,0,0,0,0,0,0,3933,5140,'SmartAI',1,3,1,11.25,20,1,0,0,0,0,0,0,0,0,1,617037823,0,'',12340),
|
|
(17827,20165,0,0,0,0,2289,0,0,0,'Claw','Swamplord Musel\'ek\'s Pet',NULL,7525,65,65,1,74,0,1,0.992063,1,1,200,281,0,278,4.6,4000,1601,1,512,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,31429,34298,34971,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,0,1,545339643,0,'',12340),
|
|
(17828,0,0,0,0,0,11410,0,0,0,'[UNUSED] Fnort','Swamplord Musel\'ek\'s Pet','',0,64,64,1,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17829,20171,0,0,0,0,17270,12191,0,0,'Lykul Hatchling','',NULL,0,51,53,0,7,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17830,0,0,0,0,0,1912,0,0,0,'Zelemar the Wrathful',NULL,NULL,0,20,20,0,954,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,3,0,17830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,24225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17831,0,0,0,0,0,17271,0,0,0,'Watcher Leesa\'oh',NULL,NULL,7495,65,65,1,1660,3,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17832,0,0,0,0,0,17258,0,0,0,'Blood Knight Dawnstar','',NULL,7486,23,23,0,1604,1,0.0001,1.14286,1,0,31,41,0,74,1,2000,2000,2,0,2048,32,0,0,0,0,0,21,31,5,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17833,20530,0,0,0,0,18008,18009,18010,18011,'Durnholde Warden',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,17833,17833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17834,0,0,0,0,0,17274,0,0,0,'Lethyn Moonfire','',NULL,7496,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17835,22164,0,0,0,0,19058,0,0,0,'Infinite Assassin',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(17836,20540,0,0,0,0,11570,0,0,0,'Ogre Brawler','',NULL,0,65,65,1,41,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17837,20549,0,0,0,0,592,299,0,298,'Troll Berserker','',NULL,0,65,65,1,99,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17838,0,0,0,0,0,18877,0,0,0,'Time Rift',NULL,NULL,0,70,70,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_rift',12340),
|
|
(17839,20744,0,0,0,0,19326,0,0,0,'Rift Lord',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,225,314,0,288,7.5,1449,1701,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,17839,0,70065,0,0,0,0,0,0,36214,16145,15708,9080,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,9,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(17840,20528,0,0,0,0,780,0,0,0,'Durnholde Tracking Hound',NULL,NULL,0,65,65,1,1748,0,1,1.14286,1,1,200,281,0,278,4.6,1200,1900,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,17840,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17841,0,0,0,0,0,17275,0,0,0,'Ysiel Windsinger','Expedition Leader',NULL,7488,68,68,1,1659,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17842,0,0,0,0,0,18526,0,0,0,'Azgalor','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17842,0,0,0,0,0,0,0,0,42023,31347,40505,40505,0,0,0,0,0,0,857392,1080108,'',0,3,1,490,20,1,0,0,0,0,0,0,0,192,1,617299803,33,'boss_azgalor',12340),
|
|
(17843,0,0,0,0,0,17277,0,0,0,'Vindicator Kuros','Triumvirate of the Hand',NULL,7489,33,33,0,1698,3,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,33024,2048,0,0,0,0,0,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17844,0,0,0,0,0,17276,0,0,0,'Vindicator Aesom','Triumvirate of the Hand',NULL,7517,33,33,0,1698,51,1,1.14286,1,1,43,57,0,104,7.5,1500,2000,2,32768,2048,0,0,0,0,2,0,29,43,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17845,0,0,0,0,0,17278,17279,0,0,'Blood Elf Magister',NULL,NULL,0,50,50,0,1604,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17846,20543,0,0,0,0,11898,5375,4889,1823,'Pit Spectator',NULL,NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,17846,17846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,1089,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17847,0,0,0,0,0,11686,0,0,0,'[PH]Ye Olde Channel Imp','You shouldn\'t see me',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17848,20535,0,0,0,0,17386,0,0,0,'Lieutenant Drake',NULL,NULL,0,68,68,1,1748,0,1,1.42857,1,1,231,325,0,292,7.5,1500,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,17848,17848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3428,4481,'',1,3,1,12,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_lieutenant_drake',12340),
|
|
(17849,0,0,0,0,0,17284,0,0,0,'Slain Outrunner','',NULL,0,6,6,0,1604,2,1,1.14286,1,0,5,5,0,15,1,1500,1900,8,537137920,2048,32,0,0,0,0,0,3,4,11,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17850,0,0,0,0,0,17188,0,0,0,'Sunhawk Reclaimer Generator',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17851,0,0,0,0,0,15590,0,0,0,'Trained Dragonhawk','',NULL,0,60,60,0,775,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,2,'',12340),
|
|
(17852,0,0,0,0,0,17370,0,0,0,'Thrall','Warchief',NULL,7581,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'npc_thrall',12340),
|
|
(17853,0,0,0,0,0,17280,17281,17282,0,'Tracker of the Hand',NULL,NULL,0,18,18,0,1700,0,1.48,1.14286,1,1,24,32,0,58,3,1400,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17854,0,0,0,0,0,17283,0,0,0,'Dire Wolf','',NULL,0,73,73,1,1718,0,1.2,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,64,2048,0,1,0,0,0,0,278,413,58,1,1,0,0,0,0,0,0,0,0,0,31334,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(17855,0,0,0,0,0,20618,20619,20621,20620,'Expedition Warden',NULL,NULL,0,70,70,1,1661,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(17856,0,0,0,0,0,17626,0,0,0,'Gzhun\'tt','',NULL,7510,65,65,1,1708,3,1,0.99206,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17857,0,0,0,0,0,17626,0,0,0,'T\'shu','',NULL,7514,63,63,1,1708,3,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17858,0,0,0,0,0,17285,0,0,0,'Warden Hamoot','',NULL,7550,56,58,0,1660,3,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17859,0,0,0,0,0,16490,0,0,0,'Alex Test Quest Flagging NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17860,20529,0,0,0,0,18004,18005,18006,18007,'Durnholde Veteran',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,17860,17860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,1149,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17861,0,0,0,0,0,11686,0,0,0,'Waterpump Investigation Credit Marker','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17862,20521,0,0,0,0,17387,0,0,0,'Captain Skarloc',NULL,NULL,0,68,68,1,1748,0,1,1.14286,1,1,214,301,0,276,7.5,1500,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,17862,17862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2748,3593,'',1,3,1,12,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_captain_skarloc',12340),
|
|
(17863,0,0,0,0,0,16490,0,0,0,'Matis Credit Marker','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17864,0,0,0,0,0,20930,0,0,0,'Lesser Doomguard','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,0,0,0,0,0,0,0,0,0,3417,31408,31406,0,0,0,0,0,0,0,0,0,'',0,3,1,24.5,5,1,0,0,0,0,0,0,0,121,1,131073,0,'npc_lesser_doomguard',12340),
|
|
(17865,0,0,0,0,0,17168,0,0,0,'Matis','Herald of Sironas',NULL,0,18,18,0,1194,0,1.48,1.14286,1,1,24,32,0,58,7.5,2000,2000,2,33024,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17866,0,0,0,0,0,17626,0,0,0,'Khn\'nix','',NULL,7511,66,66,1,1708,3,1,0.99206,1,0,195,273,0,266,1,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17867,20166,0,0,0,0,1126,15435,0,0,'Coilfang Periodic Bat Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17868,0,0,0,0,0,1126,15435,0,0,'Silithus Spice Worm Mortar Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17869,0,0,0,0,0,1126,16925,0,0,'Silithus Spice Sandworm Mortar Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,59,1,0,0,'',12340),
|
|
(17870,0,0,0,0,0,17288,0,0,0,'Angered Nether-wraith',NULL,NULL,0,70,70,1,634,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,17870,0,0,0,0,0,0,75,100,39337,38205,38206,38207,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17871,20190,0,0,0,0,16273,0,0,0,'Underbog Shambler',NULL,NULL,0,62,63,1,16,0,0.8,1.14286,1,1,164,228,0,249,4.6,2500,2000,2,0,2048,0,0,0,0,0,0,133,196,26,4,256,17871,0,80001,0,0,0,0,0,0,32329,34163,31427,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),
|
|
(17872,20176,0,0,0,0,17760,0,0,0,'Murkblood Foreman','',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,18200,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17873,20178,0,0,0,0,17761,0,0,0,'Murkblood Henchman','Murkblood Foreman\'s Flunky',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17874,0,0,0,0,0,17826,0,0,0,'Image of Velen','',NULL,0,70,70,0,35,0,1.48,1.14286,1,3,234,331,0,286,35,2000,2000,2,832,2048,0,0,0,0,0,0,198,295,33,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(17875,0,0,0,0,0,17280,17281,17282,0,'Hunter of the Hand',NULL,NULL,0,18,18,0,1700,0,1,1.14286,1,1,24,32,0,58,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17876,20548,0,0,0,0,17292,0,0,0,'Thrall',NULL,NULL,7499,67,67,1,1747,3,1,1,1,1,225,314,0,288,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_thrall_old_hillsbrad',12340),
|
|
(17877,0,0,0,0,0,18228,0,0,0,'Fhwoor',NULL,NULL,7516,65,65,1,1709,3,1,1.14286,1,0,186,260,0,262,1,3000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17878,0,0,0,0,0,775,9788,9789,11489,'Scourge Siege Engineer',NULL,NULL,0,60,60,0,21,0,0.888888,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,17878,17878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,156,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(17879,20738,0,0,0,0,20513,0,0,0,'Chrono Lord Deja',NULL,NULL,0,72,72,1,1720,0,1.48,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,17879,0,70066,0,0,0,0,0,0,31457,31467,38539,0,0,0,0,0,0,0,3902,5100,'',1,3,1,15,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_chrono_lord_deja',12340),
|
|
(17880,20745,0,0,0,0,19066,0,0,0,'Temporus',NULL,NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,2,64,17880,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097408,'boss_temporus',12340),
|
|
(17881,20737,0,0,0,0,20510,0,0,0,'Aeonus',NULL,NULL,0,72,72,1,1720,0,1,1.71429,1,1,307,438,0,314,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,17881,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6494,8486,'',1,3,1,20,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'boss_aeonus',12340),
|
|
(17882,20184,0,0,0,0,18194,0,0,0,'The Black Stalker',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,1,8,17882,0,0,0,0,0,0,0,0,31717,31704,31715,20279,0,0,0,0,0,0,5633,7360,'',1,3,1,16,10,1,0,24248,24427,0,0,0,0,0,1,617037823,0,'boss_the_black_stalker',12340),
|
|
(17883,0,0,0,0,0,11686,0,0,0,'Velen Event Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17884,0,0,0,0,0,17294,0,0,0,'Watcher Jhang',NULL,NULL,7515,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17885,0,0,0,0,0,17295,0,0,0,'Earthbinder Rayge',NULL,NULL,7521,64,64,1,1660,1,1,1.14286,1,0,168,234,0,252,4.6,2000,1584,2,512,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17886,0,0,0,0,0,11686,0,0,0,'[DND]Sunhawk Portal Controller',NULL,NULL,0,17,18,0,35,0,1.48,1.14286,1,1,19,26,0,27,1.7,2000,2000,8,33588032,2048,0,0,0,0,0,0,17,24,13,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,3,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17887,0,0,0,0,0,17298,0,0,0,'Void Critter',NULL,NULL,0,3,5,0,1715,0,1.125,1.14286,1,0,5,6,0,28,1,2000,2000,2,32768,2048,0,0,0,0,0,0,3,4,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17888,0,0,0,0,0,17886,0,0,0,'Kaz\'rogal','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17888,0,0,0,0,0,0,0,0,31436,40936,31447,31477,0,0,0,0,0,0,1502364,2018968,'',0,1,1,490,20,1,0,0,0,0,0,0,0,170,1,617299803,1,'boss_kazrogal',12340),
|
|
(17889,0,0,0,0,0,11686,0,0,0,'Sun Gate Event Manager',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17890,0,0,0,0,0,17300,0,0,0,'Weeder Greenthumb','',NULL,7519,63,63,1,1660,1,1,1.14286,1,0,164,228,0,249,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,133,196,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17892,20741,0,0,0,0,19061,0,0,0,'Infinite Chronomancer',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,234,331,0,286,1,2000,1684,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(17893,22938,0,0,0,0,17301,0,0,0,'Naturalist Bite',NULL,NULL,7520,64,64,1,1660,1,1,1.14286,1,0,168,234,0,252,4.6,2000,1584,2,33536,2048,0,0,0,0,0,0,136,202,27,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_natrualist_bite',12340),
|
|
(17894,0,0,0,0,0,17309,0,0,0,'Windcaller Claw',NULL,NULL,0,65,65,1,994,1,1.48,1.14286,1,1,200,281,0,278,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17895,0,0,0,0,0,571,0,0,0,'Ghoul','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,6,72,17895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3758,4732,'',1,3,1,14,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_ghoul',12340),
|
|
(17896,0,0,0,0,0,17319,0,0,0,'Kameel Longstride','Stable Master',NULL,9821,56,58,0,1660,4194305,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(17897,0,0,0,0,0,17308,0,0,0,'Crypt Fiend','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,6,72,17897,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3781,4761,'',1,3,1,17.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_crypt_fiend',12340),
|
|
(17898,0,0,0,0,0,12818,0,0,0,'Abomination','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,72,17898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8208,10338,'',1,3,1,17.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_abomination',12340),
|
|
(17899,0,0,0,0,0,17537,0,0,0,'Shadowy Necromancer','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,17899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3760,4734,'',1,3,1,15.4,10,1,0,0,0,0,0,0,0,147,1,0,0,'npc_necromancer',12340),
|
|
(17900,0,0,0,0,0,17310,0,0,0,'Ashyen','Ancient of Lore',NULL,7559,62,62,0,1659,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npcs_ashyen_and_keleth',12340),
|
|
(17901,0,0,0,0,0,16975,0,0,0,'Keleth','Ancient of War',NULL,7560,62,62,0,1659,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4096,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npcs_ashyen_and_keleth',12340),
|
|
(17902,0,0,0,0,0,775,0,0,0,'Skeleton Invader','',NULL,0,69,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(17903,0,0,0,0,0,2606,0,0,0,'Skeleton Mage','',NULL,0,69,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,31618,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,5,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(17904,0,0,0,0,0,17320,0,0,0,'Fedryen Swiftspear','Cenarion Expedition Quartermaster',NULL,0,60,60,0,1710,4224,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17905,0,0,0,0,0,8783,0,0,0,'Banshee','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,234,331,0,286,7.5,1700,2000,2,64,2048,0,0,0,0,0,0,198,295,33,6,8,17905,0,0,0,0,0,0,0,0,31662,31651,38183,0,0,0,0,0,0,0,3748,4720,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,147,1,8388624,0,'npc_banshee',12340),
|
|
(17906,0,0,0,0,0,17311,0,0,0,'Gargoyle','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1700,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,17906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3729,4695,'',0,3,1,12.6,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'npc_gargoyle',12340),
|
|
(17907,0,0,0,0,0,16919,0,0,0,'Frost Wyrm','',NULL,0,72,72,1,1720,0,1.2,1.14286,1,1,307,438,0,314,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,8,17907,0,0,0,0,0,0,0,0,31688,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5,1,1,0,0,0,0,0,0,0,212,1,80428927,0,'npc_frost_wyrm',12340),
|
|
(17908,0,0,0,0,0,14520,0,0,0,'Giant Infernal','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,17908,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3797,4783,'',0,3,1,12.6,1,1,0,0,0,0,0,0,0,167,1,0,0,'npc_giant_infernal',12340),
|
|
(17909,0,0,0,0,0,17313,0,0,0,'Lauranna Thar\'well','Expedition Cataloguer',NULL,7571,68,68,1,1659,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_alchemy',12340),
|
|
(17910,0,0,0,0,0,17314,0,0,0,'Gregor the Justiciar','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17911,0,0,0,0,0,17315,0,0,0,'Cathela the Seeker','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17912,0,0,0,0,0,17316,0,0,0,'Nemas the Arbiter','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17913,0,0,0,0,0,17317,0,0,0,'Aelmar the Vanquisher','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17914,0,0,0,0,0,17318,0,0,0,'Vicar Hieronymus','Order of the Silver Hand',NULL,0,60,60,0,123,0,1,1.14286,1,1,146,192,0,238,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17915,0,0,0,0,0,11686,0,0,0,'[PH] Invis Paladin Quest Credit','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,3.5,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17916,0,0,0,0,0,17321,0,0,0,'Fel Stalker','',NULL,0,70,70,1,1720,0,1.2,1.14286,1,1,252,357,0,304,7.5,1700,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,8,17916,0,0,0,175,175,175,175,175,31729,0,0,0,0,0,0,0,0,0,3797,4783,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,147,1,0,0,'npc_fel_stalker',12340),
|
|
(17917,20627,0,0,0,0,5564,0,0,0,'Coilfang Water Elemental',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,8,17917,0,0,0,0,0,0,0,0,34449,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(17918,20746,0,0,0,0,6370,0,0,0,'Time Keeper',NULL,NULL,0,70,70,1,1718,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(17919,0,0,0,0,0,17322,0,0,0,'Alliance Footman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17920,0,0,0,0,0,17389,0,0,0,'Alliance Knight','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(17921,0,0,0,0,0,17324,0,0,0,'Alliance Rifleman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'alliance_rifleman',12340),
|
|
(17922,0,0,0,0,0,17325,0,0,0,'Alliance Sorceress','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,248,363,0,135,7.5,1400,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17923,0,0,0,0,0,17626,0,0,0,'Fahssn','Sporeggar',NULL,7574,64,64,1,35,3,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17924,0,0,0,0,0,17626,0,0,0,'Msshi\'fn','Sporeggar Primus',NULL,7573,64,64,1,1708,3,1,0.99206,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17925,0,0,0,0,0,17626,0,0,0,'Gshaff','',NULL,7572,64,64,1,1708,3,1,0.99206,1,0,194,274,0,272,1,1000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17926,0,0,0,0,0,17326,0,0,0,'Scout Loryi',NULL,NULL,7523,18,18,0,1698,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,36864,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17927,0,0,0,0,0,17327,0,0,0,'Scout Jorli',NULL,NULL,7835,18,18,0,1698,3,1,1.14286,1,0,24,32,0,58,1,2000,2000,2,36864,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17928,0,0,0,0,0,17329,0,0,0,'Alliance Priest','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,248,363,0,135,7.5,1400,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17929,0,0,0,0,0,17334,0,0,0,'Kioni','Cloth & Leather Merchant',NULL,0,12,12,0,1638,4224,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17930,0,0,0,0,0,17333,0,0,0,'Nabek','Weapons & Armor Merchant',NULL,0,11,11,0,1638,4224,1,1.14286,1,0,15,20,0,44,1,1500,2000,1,768,2048,0,0,0,0,0,0,9,14,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17931,0,0,0,0,0,17330,0,0,0,'Alliance Peasant','',NULL,0,69,70,1,1716,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17932,0,0,0,0,0,17331,0,0,0,'Horde Grunt','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,8256,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17933,0,0,0,0,0,17332,0,0,0,'Tauren Warrior','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17934,0,0,0,0,0,17335,0,0,0,'Horde Headhunter','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,8256,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17935,0,0,0,0,0,17336,0,0,0,'Horde Witch Doctor','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,8,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17936,0,0,0,0,0,17337,0,0,0,'Horde Shaman','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,8,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17937,0,0,0,0,0,17338,0,0,0,'Horde Peon','',NULL,0,69,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(17938,19888,0,0,0,0,18390,0,0,0,'Coilfang Observer',NULL,NULL,0,62,62,1,74,0,1,1.14286,1,1,160,223,0,246,4.6,2000,1551,2,32832,2048,0,0,0,0,0,0,129,191,26,7,0,17938,17938,0,0,0,0,0,0,0,37668,37666,0,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17939,0,0,0,0,0,9134,0,0,0,'[UNUSED] Coilfang Watcher [PH]','','',0,70,70,0,74,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17940,19891,0,0,0,0,18397,0,0,0,'Coilfang Technician',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,164,228,0,249,4.6,2000,1568,2,32832,2048,0,0,0,0,0,0,133,196,26,7,0,17940,17940,0,0,0,0,0,0,0,31581,16005,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),
|
|
(17941,19893,0,0,0,0,17728,0,0,0,'Mennu the Betrayer',NULL,NULL,0,63,63,1,74,0,1,1,1,1,164,228,0,249,4.6,1200,1584,2,64,2048,0,0,0,0,0,0,133,196,26,7,72,17941,0,0,0,0,0,0,0,0,35010,31981,31985,34980,0,0,0,0,0,0,5631,7358,'SmartAI',1,3,1,17,2.5,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(17942,19894,0,0,0,0,18224,0,0,0,'Quagmirran',NULL,NULL,0,64,64,1,14,0,1,2,1,1,194,274,0,272,4.6,3000,1584,1,64,2048,0,0,0,0,0,0,154,226,33,5,64,17942,0,0,0,0,0,0,0,0,38163,40504,34780,32055,0,0,0,0,0,0,7756,10133,'SmartAI',1,3,1,18,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(17943,0,0,0,0,0,17339,0,0,0,'Night Elf Archer','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17944,0,0,0,0,0,17340,0,0,0,'Dryad','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,31772,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,6,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(17945,0,0,0,0,0,17341,0,0,0,'Night Elf Huntress','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17946,0,0,0,0,0,17607,0,0,0,'Ancient Wisp','',NULL,0,70,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,125,1,0,2,'npc_ancient_wisp',12340),
|
|
(17947,0,0,0,0,0,17200,0,0,0,'Red Crystal Bunny',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17948,0,0,0,0,0,17873,0,0,0,'Tyrande Whisperwind','High Priestess of Elune',NULL,7706,73,73,1,1718,1,1.2,1.14286,1,3,313,448,0,302,35,1200,2000,2,64,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,1,'npc_tyrande_whisperwind',12340),
|
|
(17949,0,0,0,0,0,15399,0,0,0,'Malfurion Stormrage','',NULL,0,73,73,1,1718,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,300,15,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(17950,0,0,0,0,0,11686,0,0,0,'[PH] Invis Stillblade Credit','Nothing to See Here',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17951,20632,0,0,0,0,6936,6937,0,0,'Steamrigger Mechanic',NULL,NULL,0,70,70,1,63,0,1,1.14286,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_steamrigger_mechanic',12340),
|
|
(17952,22163,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,1650,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,17952,0,17952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12926,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17953,0,0,0,0,0,6448,0,0,0,'Buddy','',NULL,0,65,65,1,1710,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,146,1,0,2,'',12340),
|
|
(17954,20631,0,0,0,0,17423,0,0,0,'Naga Distiller',NULL,NULL,0,70,70,1,190,0,1,1,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'npc_naga_distiller',12340),
|
|
(17955,0,0,0,0,0,18227,0,0,0,'Hungry Bog Lord','',NULL,0,64,64,1,35,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,2,'',12340),
|
|
(17956,0,0,0,0,0,17767,0,0,0,'Ikeyen','',NULL,7529,62,62,0,1710,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17957,19885,0,0,0,0,18384,0,0,0,'Coilfang Champion',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17957,17957,0,0,0,0,0,0,0,15284,16145,5246,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17958,19886,0,0,0,0,18387,0,0,0,'Coilfang Defender',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17958,17958,0,0,0,0,0,0,0,15655,31554,0,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,13108177,0,'',12340),
|
|
(17959,19889,0,0,0,0,18393,0,0,0,'Coilfang Slavehandler',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1567,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,17959,17959,0,0,0,0,0,0,0,9080,16172,0,0,0,0,0,0,0,0,1335,1748,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17960,19890,0,0,0,0,18395,0,0,0,'Coilfang Soothsayer',NULL,NULL,0,62,62,1,74,0,1,1,1,1,131,188,0,116,4.6,2000,1551,8,32832,2048,0,0,0,0,0,0,118,175,25,7,0,17960,17960,0,0,0,0,0,0,0,30923,31555,15791,0,0,0,0,0,0,0,952,1249,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17961,19887,0,0,0,0,18386,0,0,0,'Coilfang Enchantress',NULL,NULL,0,62,62,1,74,0,1,1,1,1,160,223,0,246,4.6,2000,1551,2,32832,2048,0,0,0,0,0,0,129,191,26,7,0,17961,17961,0,0,0,0,0,0,0,32173,15234,32193,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17962,19903,0,0,0,0,18302,0,0,0,'Coilfang Collaborator',NULL,NULL,0,61,62,1,51,0,1,1,1,1,172,240,0,262,4.6,1200,1551,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,17962,17962,0,0,0,0,0,0,0,33787,19130,8269,0,0,0,0,0,0,0,1250,1637,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17963,19902,0,0,0,0,17956,0,0,0,'Wastewalker Slave',NULL,NULL,0,62,63,1,190,0,1,1,1,0,138,199,0,119,4.6,2000,1567,8,0,2048,0,0,0,0,0,0,125,185,26,7,0,17963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17964,19904,0,0,0,0,18301,0,0,0,'Wastewalker Worker',NULL,NULL,0,62,63,1,190,0,1,1,1,0,181,253,0,268,4.6,1200,1567,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,17964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,350,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17965,0,0,0,0,0,169,20024,0,0,'Open Portal Target','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17966,19896,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(17967,0,0,0,0,0,10005,0,0,0,'Crypt Scarab','',NULL,0,70,70,0,1720,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(17968,0,0,0,0,0,20939,0,0,0,'Archimonde','',NULL,0,73,73,1,1720,0,1.2,1.14286,0.4,3,313,448,0,302,35,1200,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,17968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032558,1300774,'',0,3,1,525,200,1,0,0,0,0,0,0,0,204,1,617299803,33,'boss_archimonde',12340),
|
|
(17969,0,0,0,0,0,17471,0,0,0,'Kayra Longmane','',NULL,0,60,60,1,1660,2,1,0.92857,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,110,1,0,2,'npc_kayra_longmane',12340),
|
|
(17970,0,0,0,0,0,17447,0,0,0,'Stormcrow Shape','',NULL,0,2,2,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17971,0,0,0,0,0,17376,17377,0,0,'Captured Sunhawk Agent Transform','',NULL,0,16,16,0,1194,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17972,0,0,0,0,0,17657,0,0,0,'Invisible Mount Speed 30','',NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17973,0,0,0,0,0,169,11686,0,0,'Ysiel\'s Presence','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17974,0,0,0,0,0,13069,0,0,0,'Captured Sunhawk Agent Invisible Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17975,21558,0,0,0,0,19045,0,0,0,'High Botanist Freywinn',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,32,17975,17975,0,0,0,0,0,0,0,34557,34551,34550,0,0,0,0,0,0,0,4157,5433,'',1,3,1,15.75,15,1,0,31744,0,0,0,0,0,150,1,650854271,2097152,'boss_high_botanist_freywinn',12340),
|
|
(17976,21551,0,0,0,0,18929,0,0,0,'Commander Sarannis',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,17976,17976,0,0,0,0,0,0,0,34799,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,15,1,1,0,28769,0,0,0,0,0,150,1,650854271,2097152,'boss_commander_sarannis',12340),
|
|
(17977,21582,0,0,0,0,19438,0,0,0,'Warp Splinter',NULL,NULL,0,72,72,1,16,0,2,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,328,17977,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,1,1,0,31085,0,0,0,0,0,144,1,650854271,2097152,'boss_warp_splinter',12340),
|
|
(17978,21581,0,0,0,0,14416,0,0,0,'Thorngrin the Tender',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,3,32,17978,17978,0,0,0,0,0,0,0,34661,39132,34670,0,0,0,0,0,0,0,3264,4268,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'thorngrin_the_tender',12340),
|
|
(17979,0,0,0,0,0,13069,0,0,0,'Bloodmyst Tesla Coil',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17980,21559,0,0,0,0,13109,0,0,0,'Laj',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,72,17980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_laj',12340),
|
|
(17981,0,0,0,0,0,18366,0,0,0,'Voidspawn',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,3,0,17981,0,0,0,0,0,0,0,0,36447,32026,0,0,0,0,0,0,0,0,154,206,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17982,0,0,0,0,0,17384,0,0,0,'Demolitionist Legoso',NULL,NULL,7538,20,20,0,1638,3,1,1,1,1,27,36,0,64,1.7,2000,2000,2,36864,2048,0,0,0,0,0,0,19,28,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,110,1,0,0,'',12340),
|
|
(17983,0,0,0,0,0,17385,0,0,0,'Heur','Herbalism Trainer',NULL,0,10,10,0,1638,80,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,512,2048,0,0,2,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17984,0,0,0,0,0,7804,0,0,0,'Power Source Invisible Bunny',NULL,NULL,0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17985,0,0,0,0,0,11686,0,0,0,'As the Crow Flies Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17986,0,0,0,0,0,17388,0,0,0,'Vindicator Corin',NULL,NULL,7539,19,19,0,1638,3,1,1.14286,1,1,26,34,0,60,1.7,2000,2000,2,36864,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(17987,0,0,0,0,0,4588,0,0,0,'Strength of Earth','',NULL,0,10,10,0,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17988,0,0,0,0,0,11686,0,0,0,'Grand Finale Event Manager',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17989,0,0,0,0,0,17142,0,0,0,'Archimindy',NULL,NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,26,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(17990,20189,0,0,0,0,0,11686,0,0,'Underbog Mushroom',NULL,NULL,0,65,65,1,16,0,0.0001,1.14286,0.1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,34168,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,612794367,0,'',12340),
|
|
(17991,19895,0,0,0,0,17729,0,0,0,'Rokmar the Crackler',NULL,NULL,0,64,64,1,16,0,1.6,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,64,2048,0,0,0,0,0,0,154,226,33,7,72,17991,17991,0,0,0,0,0,0,0,31956,31948,35008,34970,0,0,0,0,0,0,7331,9578,'SmartAI',1,3,1,17,1,1,0,0,0,0,0,0,0,125,1,617299803,0,'',12340),
|
|
(17992,0,0,0,0,0,1126,11686,0,0,'Coilfang Invisible Vacuum Dummy',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(17993,21548,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Protector',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17993,17993,0,0,0,0,0,0,0,29765,34784,35399,0,0,0,0,0,0,0,837,1098,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17994,21545,0,0,0,0,17779,17780,17778,17777,'Bloodwarder Falconer',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17994,17994,0,0,0,0,0,0,0,35401,34852,31567,34879,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17995,0,0,0,0,0,17404,0,0,0,'Lordaeron Veteran',NULL,NULL,0,60,60,0,118,0,1.125,1.14286,1,0,146,192,0,238,1,1289,1518,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17996,0,0,0,0,0,17405,0,0,0,'Lordaeron Fighter',NULL,NULL,0,60,60,0,118,0,1.125,1.14286,1,0,146,192,0,238,1,1289,1518,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(17997,0,0,0,0,0,17408,0,0,0,'Riding Wolf (Red, Alpha)','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(17998,0,0,0,0,0,17035,17612,0,0,'Umbrafen Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(17999,0,0,0,0,0,17035,17612,0,0,'Lagoon Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18000,0,0,0,0,0,17035,17612,0,0,'Serpent Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18001,0,0,0,0,0,4606,0,0,0,'Guardian Water Elemental','',NULL,0,73,73,0,1718,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18002,0,0,0,0,0,17035,17612,0,0,'Marshlight Steam Pump Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18003,0,0,0,0,0,17409,0,0,0,'Anchorite Ahuurn','',NULL,7614,66,66,1,1654,3,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18004,0,0,0,0,0,17410,0,0,0,'Vindicator Idaar','',NULL,7610,63,63,1,1654,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18005,0,0,0,0,0,17411,0,0,0,'Haalrun','Alchemy Supplies',NULL,7612,63,63,1,1654,131,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18006,0,0,0,0,0,17412,0,0,0,'Noraani','Reagent Merchant',NULL,7611,63,63,1,1654,3203,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18007,0,0,0,0,0,17413,0,0,0,'Ruam','',NULL,7613,63,63,1,1654,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18008,0,0,0,0,0,17585,0,0,0,'Ikuti','Kurenai',NULL,7587,64,64,1,84,3,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18009,0,0,0,0,0,17680,0,0,0,'Puluu','',NULL,7589,64,64,1,1722,131,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18010,0,0,0,0,0,17588,0,0,0,'Maktu','Armor Merchant',NULL,7588,64,64,1,1722,4227,1,1,1,0,168,234,0,252,1,2000,2000,2,4096,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18011,0,0,0,0,0,17414,0,0,0,'Zurai','Merchant',NULL,7615,62,62,0,126,4483,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18012,0,0,0,0,0,17415,0,0,0,'Reavij','',NULL,7616,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18013,0,0,0,0,0,17416,0,0,0,'Shadow Hunter Denjai',NULL,NULL,7601,66,66,0,126,3,1.48,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18014,0,0,0,0,0,17417,0,0,0,'Witch Doctor Tor\'gash','',NULL,7602,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18015,0,0,0,0,0,17418,0,0,0,'Gambarinka','Tradesman',NULL,7608,62,62,0,126,131,1.125,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18016,0,0,0,0,0,17419,0,0,0,'Magasha','',NULL,7617,62,62,0,126,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18017,0,0,0,0,0,17420,0,0,0,'Seer Janidi','Reagents',NULL,7603,62,62,0,126,2179,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18018,0,0,0,0,0,17421,0,0,0,'Zurjaya','Fishing Trainer',NULL,7609,62,62,0,126,211,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,2,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18019,0,0,0,0,0,17422,0,0,0,'Timothy Daniels','The Specialist',NULL,7590,63,63,1,12,131,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,4096,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_timothy_daniels',12340),
|
|
(18020,0,0,0,0,0,17424,17026,0,0,'Defender Adrielle','Hand of Argus',NULL,0,19,19,0,1700,3,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,36864,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18021,0,0,0,0,0,17425,0,0,0,'Defender Kaegan','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18022,0,0,0,0,0,17442,17026,0,0,'Defender Ursi','Hand of Argus',NULL,0,19,19,0,1700,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18023,0,0,0,0,0,17438,17410,0,0,'Defender Kranos','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18024,0,0,0,0,0,17441,17026,0,0,'Defender Sorli','Hand of Argus',NULL,0,19,19,0,1700,3,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18025,0,0,0,0,0,17429,17410,0,0,'Defender Auston','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18026,0,0,0,0,0,17430,17410,0,0,'Defender Haqi','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18027,0,0,0,0,0,17432,17410,0,0,'Defender Kadithuul','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18028,0,0,0,0,0,17427,0,0,0,'Defender Akee','Hand of Argus',NULL,0,19,19,0,1700,0,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18029,0,0,0,0,0,17433,17410,0,0,'Defender Kajad','Hand of Argus',NULL,0,20,20,0,1700,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18030,0,0,0,0,0,17448,17026,0,0,'Knight-Defender Zunade','Hand of Argus',NULL,7557,19,19,0,1700,1,1,1.14286,1,0,26,34,0,60,1,2000,2000,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18031,0,0,0,0,0,17443,17410,0,0,'Defender Zaibach','Hand of Argus',NULL,0,20,20,0,1700,0,1.125,1.14286,1,0,27,36,0,64,1,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18032,0,0,0,0,0,17428,17026,0,0,'Defender Ashoon','Hand of Argus',NULL,0,19,19,0,1700,0,1.125,1.14286,1,0,26,34,0,60,1,2000,1900,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18033,0,0,0,0,0,741,0,0,0,'Dark Worg',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,1,0,0,0,0,166,246,35,1,1,18033,0,70061,0,0,0,0,0,0,30639,0,0,0,0,0,0,0,11591,0,177,236,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18034,0,0,0,0,0,17435,17026,0,0,'Defender Katroi','Hand of Argus',NULL,0,19,19,0,1700,0,1.125,1.14286,1,0,26,34,0,60,1,2000,1900,2,32768,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18035,0,0,0,0,0,17426,0,0,0,'Scout Jyoba',NULL,NULL,0,62,62,1,126,2,1,1.14286,1,0,172,240,0,262,1,2000,1900,1,0,2048,32,0,0,0,0,0,139,207,30,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18036,0,0,0,0,0,15231,0,0,0,'Horde Healing Ward','',NULL,0,70,70,0,58,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18037,0,0,0,0,0,19909,0,0,0,'Warmaul Warlock',NULL,NULL,0,66,67,1,1693,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,18037,18037,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,159,213,'SmartAI',1,3,1,1,1,1,0,24502,25604,0,0,0,0,0,1,0,0,'',12340),
|
|
(18038,0,0,0,0,0,17372,17373,17374,17375,'Azuremyst Peacekeeper',NULL,'Directions',8129,22,25,0,1639,1,1,1.42857,1,0,35,48,0,86,1,2000,2000,1,32768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(18039,0,0,0,0,0,17548,0,0,0,'Spirit of Victory','',NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18040,0,0,0,0,0,17444,0,0,0,'Lich','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,20,1,0,0,0,0,0,0,0,200,1,617299803,1,'',12340),
|
|
(18041,0,0,0,0,0,12449,0,0,0,'Doomguard Lord','',NULL,0,73,73,1,1720,0,1.2,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,31436,11876,11443,0,0,0,0,0,0,0,0,0,'',0,3,1,210,20,1,0,0,0,0,0,0,0,170,1,617299803,1,'',12340),
|
|
(18042,0,0,0,0,0,18426,0,0,0,'Umbrafen Slavebinder',NULL,NULL,0,60,60,1,51,0,1.11111,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18043,0,0,0,0,0,17449,17458,17459,17460,'Agitated Orc Spirit',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,18043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,249,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18044,0,0,0,0,0,17582,0,0,0,'Rajis Fyashe',NULL,NULL,0,63,63,1,74,0,1,1,1,1,164,228,0,249,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,7,0,18044,18044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,1140,'SmartAI',1,3,1,4,3,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18045,0,0,0,0,0,11257,0,0,0,'Rajah Kaz\'sith','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18046,0,0,0,0,0,17581,0,0,0,'Rajah Haghazed',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,1333,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,18046,18046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'',1,3,1,4,1,1,0,24280,0,0,0,0,0,0,1,1105,0,'',12340),
|
|
(18047,0,0,0,0,0,11257,0,0,0,'Rajah Vethag','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18048,0,0,0,0,0,17050,0,0,0,'Bleeding Hollow Archer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1200,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17259,17270,0,0,0,0,0,0,0,30614,31942,0,0,0,0,0,0,0,0,2068,2710,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18049,0,0,0,0,0,17044,0,0,0,'Bleeding Hollow Darkcaster (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1200,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17269,0,0,0,0,0,0,0,36808,36807,0,0,0,0,0,0,0,0,1898,2488,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18050,0,0,0,0,0,17048,0,0,0,'Bleeding Hollow Scryer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1303,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,17259,17478,0,0,0,0,0,0,0,30615,15232,30659,0,0,0,0,0,0,0,1218,1600,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18051,0,0,0,0,0,16583,0,0,0,'Bonechewer Beastmaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1289,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17455,0,0,0,0,0,0,0,30635,10966,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(18052,0,0,0,0,0,17043,0,0,0,'Bonechewer Destroyer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17271,0,0,0,0,0,0,0,16856,10101,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18053,0,0,0,0,0,17052,0,0,0,'Bonechewer Hungerer (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17259,0,0,0,0,0,0,0,14516,16244,6713,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18054,0,0,0,0,0,17049,0,0,0,'Bonechewer Ravener (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17264,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2578,3376,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18055,0,0,0,0,0,17732,0,0,0,'Bonechewer Ripper (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1304,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17259,17281,0,0,0,0,0,0,0,18501,0,0,0,0,0,0,0,0,0,5046,6600,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(18056,0,0,0,0,0,10950,0,0,0,'Fiendish Hound (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,4,1300,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,35748,15785,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18057,0,0,0,0,0,16577,0,0,0,'Hellfire Sentry (1)','Herald\'s Sentry',NULL,0,70,70,0,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1200,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17259,17517,0,0,0,0,0,0,0,30621,0,0,0,0,0,0,0,0,0,2992,3918,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18058,0,0,0,0,0,17051,0,0,0,'Hellfire Watcher (1)','Watchkeeper\'s Subordinate',NULL,0,69,69,1,16,0,1.48,1.14286,1,1,230,336,0,133,5.9,1200,2000,8,64,2048,0,0,0,0,0,0,215,321,28,7,0,17259,17309,0,0,0,0,0,0,0,8362,12039,14032,0,0,0,0,0,0,0,2150,2816,'',1,3,1,4.725,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18059,0,0,0,0,0,14334,0,0,0,'Shattered Hand Warhound (1)','',NULL,0,69,69,1,24,0,1.48,1.14286,1,0,245,346,0,298,5.9,1500,2000,1,0,2048,0,1,0,0,0,0,206,302,43,1,1,17259,0,70062,0,0,0,0,0,0,30639,30636,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18060,0,0,0,0,0,16630,0,0,0,'Fel Reaver Netherstorm','',NULL,0,73,73,0,90,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,216,1,617299803,1,'',12340),
|
|
(18061,0,0,0,0,0,5047,0,0,0,'Felguard Netherstorm','',NULL,0,50,50,0,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,0.77,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(18062,0,0,0,0,0,14505,0,0,0,'Enraged Crusher',NULL,NULL,0,65,66,1,91,0,1.55556,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,512,18062,0,80100,0,0,0,0,0,0,32015,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24473,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18063,0,0,0,0,0,17452,0,0,0,'Garrosh','Son of Hellscream',NULL,8019,70,70,0,1652,3,1.48,1.14286,1,3,252,357,0,304,35,2000,2000,1,37120,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(18064,0,0,0,0,0,11546,0,0,0,'Warmaul Shaman',NULL,NULL,0,65,66,1,1693,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18064,18064,0,0,0,0,0,0,0,0,11986,12548,0,0,0,0,0,0,0,156,209,'SmartAI',1,3,1,1,1,1,0,24502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18065,0,0,0,0,0,11576,0,0,0,'Warmaul Brute',NULL,NULL,0,66,67,1,1693,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18065,18065,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,185,246,'',1,3,1,1,1,1,0,24502,25604,0,0,0,0,0,1,0,0,'',12340),
|
|
(18066,0,0,0,0,0,17453,0,0,0,'Farseer Kurkush','The Lightning Sons',NULL,7619,68,68,1,1652,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18067,0,0,0,0,0,17467,0,0,0,'Farseer Corhuk','The Lightning Sons',NULL,7622,68,68,1,1652,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18068,0,0,0,0,0,17468,0,0,0,'Farseer Margadesh','The Lightning Sons',NULL,7623,68,68,1,1652,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18069,0,0,0,0,0,18047,0,0,0,'Mogor','Hero of the Warmaul',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,15982,39529,0,16033,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,10,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(18070,0,0,0,0,0,17529,0,0,0,'Windcaller Blackhoof','',NULL,7569,56,56,0,1710,3,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18071,0,0,0,0,0,17466,0,0,0,'Elementalist Untrag','The Earthen Ring',NULL,7565,68,68,1,1725,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18072,0,0,0,0,0,17465,0,0,0,'Elementalist Sharvak','The Earthen Ring',NULL,7564,70,70,1,1725,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18073,0,0,0,0,0,17464,0,0,0,'Elementalist Lo\'ap','The Earthen Ring',NULL,7562,70,70,1,1725,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18074,0,0,0,0,0,17463,0,0,0,'Elementalist Morgh','The Earthen Ring',NULL,7563,69,69,1,1725,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18075,0,0,0,0,0,17469,0,0,0,'Mannoroth',NULL,NULL,0,73,73,1,1684,0,1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(18076,0,0,0,0,0,17470,0,0,0,'Grom Hellscream','Chieftain of the Warsong Clan',NULL,0,73,73,1,1683,0,1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(18077,0,0,0,0,0,18425,0,0,0,'Umbrafen Oracle',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,18077,18077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,184,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18078,0,0,0,0,0,4626,0,0,0,'The Evil Rabbit','',NULL,0,5,5,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18079,0,0,0,0,0,18425,0,0,0,'Umbrafen Seer',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,18079,18079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,181,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18080,0,0,0,0,0,10920,0,0,0,'Kataru',NULL,NULL,0,62,62,1,14,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,18080,18080,0,0,0,0,0,0,0,12058,32734,0,0,0,0,0,0,0,0,158,211,'SmartAI',1,3,1,1.2,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18081,0,0,0,0,0,14503,0,0,0,'Atsun of the Air','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18082,0,0,0,0,0,17472,0,0,0,'Rokh of the Earth','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18083,0,0,0,0,0,12231,0,0,0,'Far\'hir of the Flame','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18084,0,0,0,0,0,14509,0,0,0,'Watoosun of the Water','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18085,0,0,0,0,0,16889,0,0,0,'Elemental Throne Event Handler','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18086,0,0,0,0,0,17951,0,0,0,'Darkcrest Taskmaster',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18086,18086,0,0,0,0,0,0,0,34811,34812,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18087,0,0,0,0,0,17952,0,0,0,'Darkcrest Siren',NULL,NULL,0,62,63,1,74,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18087,18087,0,0,0,0,0,0,0,9672,11831,34787,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18088,0,0,0,0,0,17953,0,0,0,'Bloodscale Enchantress',NULL,NULL,0,63,64,1,74,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18088,18088,0,0,0,0,0,0,0,34447,34787,33245,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18089,0,0,0,0,0,17954,0,0,0,'Bloodscale Slavedriver',NULL,NULL,0,63,64,1,74,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18089,18089,0,0,0,0,0,0,0,32064,34841,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18090,0,0,0,0,0,17520,0,0,0,'Captain Kroghan',NULL,NULL,0,64,66,1,29,2,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,4096,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18091,0,0,0,0,0,17521,0,0,0,'Messenger Gazgrigg','',NULL,0,62,63,1,29,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,4096,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18092,20545,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,231,325,0,292,4.6,2000,1900,1,32832,2048,0,0,0,0,0,0,195,289,41,7,0,18092,18092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18093,20547,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,214,301,0,276,4.6,3000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18093,18093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18094,20546,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout',NULL,NULL,0,67,68,1,1748,0,1,1.14286,1,1,214,301,0,276,4.6,2000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18094,18094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18095,0,0,0,0,0,11686,1126,0,0,'Doomfire','',NULL,0,73,73,1,1720,0,0.8,1.14286,1,0,316,450,0,320,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,0,'npc_doomfire',12340),
|
|
(18096,20531,0,0,0,0,19135,0,0,0,'Epoch Hunter',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,231,325,0,292,7.5,1500,1900,1,0,2048,0,0,0,0,0,0,195,289,41,2,72,18096,0,70063,0,0,0,0,0,0,31914,31475,33834,0,0,0,0,0,0,0,4278,5591,'',1,4,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_epoch_hunter',12340),
|
|
(18097,0,0,0,0,0,17606,0,0,0,'Nahuud','',NULL,0,64,64,0,1732,2,1,1,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18098,0,0,0,0,0,17524,0,0,0,'Kialon Nightblade',NULL,NULL,8236,65,65,1,1733,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18099,0,0,0,0,0,17525,0,0,0,'Gordawg','Fury of Earth',NULL,7576,73,73,1,1726,3,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(18100,0,0,0,0,0,12129,0,0,0,'Incineratus','Fury of Fire',NULL,0,73,73,1,1726,0,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(18101,0,0,0,0,0,13444,0,0,0,'Aborius','Fury of Water',NULL,0,73,73,1,1726,0,1.48,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(18102,0,0,0,0,0,15538,0,0,0,'Kalandrios','Fury of Air',NULL,0,73,73,1,1726,0,3.2,2.28571,1,1,316,450,3,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,0,0,0,0,0,0,0,0,0,0,16034,25189,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(18103,0,0,0,0,0,18238,0,0,0,'Arcane Guardian','',NULL,0,65,65,1,1603,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18104,0,0,0,0,0,11686,169,0,0,'Doomfire Spirit','',NULL,0,1,1,0,35,0,0.8,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_doomfire_targetting',12340),
|
|
(18105,20168,0,0,0,0,17528,0,0,0,'Ghaz\'an',NULL,NULL,0,65,65,1,1692,0,1,1.14286,1,1,200,281,0,278,4.6,1600,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,1,8,18105,0,70063,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,4315,5640,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,617037823,0,'',12340),
|
|
(18106,0,0,0,0,0,17527,0,0,0,'Jorin Deadeye','',NULL,7627,70,70,1,1735,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18107,20182,0,0,0,0,11271,0,0,0,'Overseer Tidewrath','',NULL,0,65,65,1,1693,0,1.2,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18108,20167,0,0,0,0,1126,11686,0,0,'Coilfang Underbog Hydra Trigger','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18109,0,0,0,0,0,8409,0,0,0,'Living Fire',NULL,NULL,0,70,70,0,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18110,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Big Hut)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18113,0,0,0,0,0,18423,0,0,0,'Feralfen Hunter',NULL,NULL,0,61,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,18113,18113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18114,0,0,0,0,0,18424,0,0,0,'Feralfen Mystic',NULL,NULL,0,61,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,18114,18114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18115,0,0,0,0,0,18422,0,0,0,'Daggerfen Muckdweller',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,18115,18115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18116,0,0,0,0,0,18422,0,0,0,'Daggerfen Assassin',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,18116,18116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18117,0,0,0,0,0,11559,0,0,0,'Ango\'rosh Ogre',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18117,18117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18118,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Shaman',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18118,18118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18119,0,0,0,0,0,11533,0,0,0,'Ango\'rosh Brute',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18119,18119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18120,0,0,0,0,0,20172,0,0,0,'Ango\'rosh Mauler',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18120,18120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18121,0,0,0,0,0,11537,0,0,0,'Ango\'rosh Souleater',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18121,18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,201,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18122,0,0,0,0,0,17955,0,0,0,'Dreghood Drudge',NULL,NULL,0,61,62,1,74,0,1,1,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,18122,18122,0,0,0,0,0,0,0,34789,0,0,0,0,0,0,0,0,0,136,870,'',1,3,1,0.75,0.7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18123,0,0,0,0,0,17609,0,0,0,'Wrekt Slave',NULL,NULL,0,62,62,1,74,0,1,1,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,18123,18123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,178,'SmartAI',1,3,1,0.75,0.7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18124,0,0,0,0,0,19687,0,0,0,'Withered Giant',NULL,NULL,0,61,62,1,1706,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,5,256,18124,0,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24373,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18125,0,0,0,0,0,18449,0,0,0,'Starving Fungal Giant',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,18125,0,80000,0,0,0,0,0,0,35244,35238,32396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18126,0,0,0,0,0,11774,11775,11776,11777,'Expedition Scout',NULL,NULL,0,64,64,1,1728,0,1.2,1.14286,1,0,194,274,0,272,1,1400,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18127,0,0,0,0,0,18229,0,0,0,'Bog Lord',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,18127,0,80000,0,0,0,0,0,0,32077,35273,32065,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18128,0,0,0,0,0,17751,0,0,0,'Sporebat',NULL,NULL,0,61,62,1,7,0,1,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,18128,0,70060,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18129,0,0,0,0,0,17752,0,0,0,'Greater Sporebat',NULL,NULL,0,62,63,1,7,0,1,0.95238,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,18129,0,70061,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18130,0,0,0,0,0,19404,0,0,0,'Marshfang Ripper',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,34,0,0,0,0,120,179,25,1,1,18130,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12893,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18131,0,0,0,0,0,19401,0,0,0,'Marshfang Slicer',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,34,0,0,0,0,133,196,26,1,1,18131,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,24493,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18132,0,0,0,0,0,18722,0,0,0,'Umbraglow Stinger',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,44,0,0,0,0,127,188,28,1,1,18132,0,0,0,0,0,0,0,0,32082,35325,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18133,0,0,0,0,0,19252,0,0,0,'Marshlight Bleeder',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,44,0,0,0,0,147,219,32,1,1,18133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24485,24372,0,0,0,0,0,1,0,0,'',12340),
|
|
(18134,0,0,0,0,0,17781,0,0,0,'Fen Strider',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,1000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,18134,0,0,0,0,0,0,0,0,33628,3391,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18135,0,0,0,0,0,18615,0,0,0,'Marsh Walker',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,1000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18135,0,0,0,0,0,0,0,0,33628,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18136,0,0,0,0,0,18313,0,0,0,'Marsh Lurker',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18136,0,0,0,0,0,0,0,0,9616,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18137,0,0,0,0,0,18313,0,0,0,'Marsh Dredger',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18137,0,0,0,0,0,0,0,0,35234,0,0,0,0,0,0,0,0,0,138,185,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18138,0,0,0,0,0,19286,0,0,0,'Umbrafen Eel',NULL,NULL,0,60,61,1,16,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,18138,0,0,0,0,0,0,0,0,35319,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,24374,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18139,0,0,0,0,0,18323,0,0,0,'Sporeggar Preserver','',NULL,0,65,65,1,1837,0,1,0.99206,1,1,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,35229,11431,6950,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18140,0,0,0,0,0,17627,0,0,0,'Sporeggar Harvester','',NULL,0,63,64,1,1708,0,1,0.99206,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,35229,36991,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18141,0,0,0,0,0,17534,0,0,0,'Greatmother Geyah','',NULL,7768,73,73,0,1652,3,1.48,1.14286,1,3,313,448,0,302,35,2000,2000,2,37120,2048,0,0,0,0,0,0,276,411,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,90,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(18142,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 01)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18143,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 02)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18144,0,0,0,0,0,17200,0,0,0,'Windyreed Quest Credit (Hut 03)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18145,0,0,0,0,0,17535,0,0,0,'Watoosun\'s Polluted Essence',NULL,NULL,0,66,66,1,834,0,1,1.28968,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,0,18145,0,0,0,0,0,0,0,0,32139,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18146,0,0,0,0,0,17536,0,0,0,'Champion Vranesh','',NULL,0,60,60,0,1602,0,1,1.38571,1,0,146,192,0,238,1,2000,2000,2,4096,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18147,0,0,0,0,0,17538,17539,17540,17541,'Silvermoon Ranger',NULL,NULL,0,55,55,0,1656,0,1,1.14286,1,0,67,93,0,101,1,1500,2000,8,4096,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18148,0,0,0,0,0,17542,0,0,0,'Outland Wrathguard PH Test Size/Model/NoAnim','',NULL,0,65,66,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18149,0,0,0,0,0,17543,0,0,0,'Outland Shivan','',NULL,0,65,66,1,90,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18150,0,0,0,0,0,15394,0,0,0,'Gurgle','Tor\'gash\'s Pet',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18151,0,0,0,0,0,15398,0,0,0,'Gargle','Tor\'gash\'s Pet',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18152,0,0,0,0,0,15394,15395,15398,15397,'Baby Murloc','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18153,0,0,0,0,0,5233,0,0,0,'Spirit Healer (DND)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18154,0,0,0,0,0,17605,0,0,0,'Ssslith',NULL,NULL,0,65,65,1,74,0,1,1.14286,1,1,186,260,0,262,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18154,0,0,0,0,0,0,0,0,12674,17741,0,0,0,0,0,0,0,0,819,4146,'',0,3,1,7,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18155,21544,0,0,0,0,19685,0,0,0,'Bloodfalcon',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1600,1900,1,0,2048,0,30,0,0,0,0,206,302,43,1,1,18155,0,0,0,0,0,0,0,0,34856,32323,18144,0,0,0,0,0,10483,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18156,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Left','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18157,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Middle','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18158,0,0,0,0,0,11686,0,0,0,'Silvermoon City Target Dummy Right','',NULL,0,50,50,0,15,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18159,0,0,0,0,0,11576,0,0,0,'Boss Grog\'ak',NULL,NULL,0,62,63,1,45,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18159,18159,0,0,0,0,0,0,0,13730,35473,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,24238,24472,0,0,0,0,0,1,0,0,'',12340),
|
|
(18160,0,0,0,0,0,11574,0,0,0,'Overlord Gorefist',NULL,NULL,0,64,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18160,18160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1.3,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18161,0,0,0,0,0,11686,0,0,0,'Underground Well Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18162,0,0,0,0,0,11686,0,0,0,'Underground Pond Credit Marker','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18163,0,0,0,0,0,17563,0,0,0,'Cannon Test','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(18164,0,0,0,0,0,15435,0,0,0,'Cannon Test Target','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(18165,0,0,0,0,0,17575,0,0,0,'Archmage Cedric',NULL,NULL,7593,56,58,0,1696,3,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,32768,2048,0,0,0,0,0,0,59,87,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18166,0,0,0,0,0,18921,0,0,0,'Khadgar','Sons of Lothar',NULL,7596,71,71,1,35,3,1,1.14286,1,1,255,373,0,137,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18167,0,0,0,0,0,17549,0,0,0,'Elekk, Ground Taxi','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18168,0,0,0,0,0,17550,0,0,0,'The Crone','',NULL,0,73,73,1,14,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33088,2048,0,0,0,0,0,0,276,411,44,7,108,18168,0,0,0,0,0,0,0,0,32337,0,0,0,0,0,0,0,0,0,344602,421181,'',1,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299803,1,'boss_crone',12340),
|
|
(18169,0,0,0,0,0,17211,0,17552,0,'Blood Knight Initiate','',NULL,0,20,20,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18170,20534,0,0,0,0,19058,0,0,0,'Infinite Slayer',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,231,325,0,292,7.5,2000,1900,1,32832,2048,0,0,0,0,0,0,195,289,41,2,0,18170,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(18171,20532,0,0,0,0,19061,0,0,0,'Infinite Defiler',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,214,301,0,276,7.5,2000,1900,2,32832,2048,0,0,0,0,0,0,179,266,31,2,0,18171,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(18172,20533,0,0,0,0,19059,0,0,0,'Infinite Saboteur',NULL,NULL,0,68,68,1,1748,0,1.48,1.14286,1,1,214,301,0,276,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,2,0,18172,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,982,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(18173,0,0,0,0,0,11686,0,0,0,'Bloodmyst Elekk Dismounter',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18174,0,0,0,0,0,17553,0,0,0,'Initiate Colin',NULL,NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18175,0,0,0,0,0,17551,0,0,0,'Initiate Emeline',NULL,NULL,0,20,20,0,1604,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18176,19897,0,0,0,0,20230,0,0,0,'Tainted Earthgrab Totem',NULL,NULL,0,64,64,0,74,0,1,1,1,0,194,274,0,272,1,2000,1631,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,31982,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18177,19900,0,0,0,0,16997,0,0,0,'Tainted Stoneskin Totem',NULL,NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,31986,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18178,19898,0,0,0,0,4589,0,0,0,'Tainted Fire Totem','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18179,19899,0,0,0,0,20231,0,0,0,'Corrupted Nova Totem',NULL,NULL,0,64,74,0,74,0,1,1,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,11,0,0,0,0,0,0,0,0,0,0,33134,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18180,0,0,0,0,0,17557,0,0,0,'Hemet Nesingwary','',NULL,7579,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18181,0,0,0,0,0,17559,0,0,0,'Minion of Gurok',NULL,NULL,0,64,65,1,91,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18182,0,0,0,0,0,17569,0,0,0,'Gurok the Usurper','',NULL,0,67,67,1,91,0,1.48,1.14286,1,1,225,314,0,288,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,4,512,18182,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1537,'SmartAI',1,3,1,4,2,1,0,24503,0,0,0,0,0,199,1,137296,0,'',12340),
|
|
(18183,0,0,0,0,0,17560,0,0,0,'Arechron','',NULL,0,70,70,1,1722,2,1,1,1,0,252,357,0,304,1,2000,1684,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18184,0,0,0,0,0,19668,0,0,0,'Mo\'arg Engineer Transform (Magnetic Mode)','',NULL,0,66,67,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18185,0,0,0,0,0,17562,0,0,0,'Feralfen Serpent Spirit',NULL,NULL,0,63,64,1,14,0,1.125,1.14286,1,0,194,274,0,272,1,1333,1568,1,0,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18186,0,0,0,0,0,15221,0,0,0,'Feralfen Totem','',NULL,0,1,1,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18187,0,0,0,0,0,17564,0,0,0,'Cheneta','Horde Emissary',NULL,0,60,60,0,29,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18188,0,0,0,0,0,17565,0,0,0,'Tatai','Horde Emissary',NULL,0,60,60,0,126,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18189,0,0,0,0,0,17566,0,0,0,'Dela Runetotem','Horde Emissary',NULL,0,60,60,0,104,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18190,0,0,0,0,0,17567,0,0,0,'Kristine Denny','Horde Emissary',NULL,0,60,60,0,68,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18191,0,0,0,0,0,17568,0,0,0,'Ambassador Kelemar',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18192,0,0,0,0,0,18253,18258,18259,18260,'Horde Halaani Guard',NULL,NULL,0,65,65,1,83,0,1,2.14286,1,0,200,281,0,278,1,2000,1900,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,18192,18192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3877,5068,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),
|
|
(18194,0,0,0,0,0,11774,11775,11776,11777,'Expedition Preserver',NULL,NULL,0,70,70,1,1728,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18196,0,0,0,0,0,17200,0,0,0,'Gurok Event Controller',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18197,0,0,0,0,0,11653,0,0,0,'Elder Kuruti',NULL,NULL,7582,63,63,1,51,1,1.11111,1.14286,1,1,164,228,0,249,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,32056,12550,11986,12058,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_elder_kuruti',12340),
|
|
(18198,0,0,0,0,0,17573,0,0,0,'Bird Spirit Illusion','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18199,0,0,0,0,0,11686,0,0,0,'Silithus Dust Turnin Quest Doodad Horde',NULL,NULL,0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18200,0,0,0,0,0,17580,0,0,0,'Shado \'Fitz\' Farstrider',NULL,NULL,7592,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18201,0,0,0,0,0,18030,0,0,0,'Tamed Sporebat',NULL,NULL,0,56,57,0,51,0,1,0.95238,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,33,0,0,0,0,68,99,24,1,0,18201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,87,'',1,3,1,0.3,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18202,0,0,0,0,0,17583,0,0,0,'Murkblood Putrifier',NULL,NULL,0,65,66,1,1679,0,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18202,18202,0,0,0,0,0,0,0,32133,32087,32134,32132,0,0,0,0,0,0,156,209,'',1,3,1,1,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18203,0,0,0,0,0,17584,0,0,0,'Murkblood Raider',NULL,NULL,0,66,67,1,1679,0,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18203,18203,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,174,232,'',1,3,1,0.9,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18204,0,0,0,0,0,17586,0,0,0,'Ortor of Murkblood',NULL,NULL,0,67,67,1,1679,0,1.125,1.14286,1,0,204,287,0,272,1,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18204,18204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,220,'',1,3,1,1,1,1,0,24542,24543,0,0,0,0,0,1,0,0,'',12340),
|
|
(18205,0,0,0,0,0,19582,0,0,0,'Clefthoof',NULL,NULL,0,64,65,1,7,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,18205,0,70166,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18206,19901,0,0,0,0,18300,0,0,0,'Wastewalker Captive',NULL,NULL,0,62,63,1,51,0,1,1,1,1,181,253,0,268,4.6,1200,1900,1,33554496,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18207,0,0,0,0,0,17589,17590,17591,0,'Murkblood Scavenger',NULL,NULL,0,64,64,1,1679,0,1,1,1,0,145,215,0,121,1,2000,2000,8,32768,2048,0,0,0,0,0,0,132,197,26,7,0,18207,18207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,103,'',1,3,1,0.25,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18208,0,0,0,0,0,17200,0,0,0,'Murkblood Event Controller',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18209,0,0,0,0,0,17592,0,0,0,'Kurenai Captive',NULL,NULL,0,62,62,1,1722,2,1.125,1.14286,1,0,160,223,0,246,1,1400,1900,2,0,2048,0,0,0,0,0,0,129,191,26,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_kurenai_captive',12340),
|
|
(18210,0,0,0,0,0,17593,0,0,0,'Mag\'har Captive',NULL,NULL,0,62,62,1,1652,2,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,37632,2048,0,0,0,0,0,0,129,191,26,7,4096,0,0,0,0,0,0,0,0,0,12491,16006,0,12548,0,0,0,0,0,0,0,0,'',1,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_maghar_captive',12340),
|
|
(18211,0,0,0,0,0,17594,17595,0,0,'Murkblood Brute',NULL,NULL,0,67,67,1,1679,0,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18211,18211,0,0,0,0,0,0,0,32104,32105,30798,0,0,0,0,0,0,0,152,203,'',1,3,1,0.7,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18212,0,0,0,0,0,705,0,0,0,'Mudfin Frenzy',NULL,NULL,0,62,63,1,1878,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18213,0,0,0,0,0,18314,0,0,0,'Mire Hydra',NULL,NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,18213,0,70061,0,0,0,0,0,0,39419,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,24375,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18214,0,0,0,0,0,18314,0,0,0,'Fenclaw Thrasher',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18214,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,24486,24375,0,0,0,0,0,1,0,0,'',12340),
|
|
(18215,0,0,0,0,0,17200,0,0,0,'Murkblood Target Dummy',NULL,NULL,0,65,65,1,1679,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,32,262146,'',12340),
|
|
(18216,0,0,0,0,0,11998,0,0,0,'TugofWar Buffbot, Horde','',NULL,0,70,70,1,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18217,0,0,0,0,0,1295,0,0,0,'TugofWar Buffbot, Alliance','',NULL,0,70,70,1,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18218,0,0,0,0,0,17597,0,0,0,'Harold Lane',NULL,NULL,7607,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18220,0,0,0,0,0,18380,0,0,0,'Ravenous Windroc',NULL,NULL,0,65,66,1,14,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,18220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18221,0,0,0,0,0,17601,0,0,0,'Holaaru','',NULL,7618,43,43,0,1694,3,1,1,1,0,47,66,0,71,1,2000,2000,8,4096,2048,0,0,0,0,0,0,40,58,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18222,0,0,0,0,0,17602,0,0,0,'Otonbu the Sage','',NULL,0,66,66,1,1722,2,1,1,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18223,0,0,0,0,0,17603,0,0,0,'Mo\'mor the Breaker','',NULL,0,67,67,1,1722,2,1,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18224,0,0,0,0,0,17604,0,0,0,'Poli\'lukluk the Wiser','',NULL,0,68,68,1,1722,2,1,1,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18225,0,0,0,0,0,169,11686,0,0,'Fire Bomb Target',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18226,0,0,0,0,0,18353,0,0,0,'Talbuk Patriarch',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,18226,0,70063,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18228,0,0,0,0,0,17612,0,0,0,'Garadar Event Controller (Farseer)',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18229,0,0,0,0,0,17611,0,0,0,'Saurfang the Younger',NULL,NULL,7621,70,70,0,1653,3,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18230,0,0,0,0,0,17614,0,0,0,'Trayanise',NULL,NULL,0,12,12,0,1604,0,1,1.14286,1,0,12,17,0,19,1,2000,2000,8,32768,2048,0,0,0,0,0,0,11,16,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18231,0,0,0,0,0,17615,0,0,0,'Keyanomir',NULL,NULL,0,23,23,0,1604,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,30,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18232,0,0,0,0,0,4162,0,0,0,'Nimrida','Keyanomir\'s Minion',NULL,0,23,23,0,1604,0,1,1.14286,1,0,23,33,0,35,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,30,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18233,0,0,0,0,0,17616,0,0,0,'Elementalist Ioki','The Earthen Ring',NULL,0,65,65,1,1725,2,1,1,1,0,186,260,0,262,1,2000,1601,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18234,0,0,0,0,0,17617,0,0,0,'Elementalist Yal\'hah','The Earthen Ring',NULL,0,65,65,1,1725,2,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18235,0,0,0,0,0,4587,0,0,0,'Corrupted Healing Stream Totem',NULL,NULL,0,67,67,0,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18236,0,0,0,0,0,4590,0,0,0,'Corrupted Air Totem','',NULL,0,67,67,0,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18237,0,0,0,0,0,17618,0,0,0,'Tiny Arcane Construct',NULL,NULL,0,15,15,0,1604,0,1,2.14286,1,0,20,27,0,48,1,2000,2000,2,32768,2048,0,0,0,0,0,0,14,21,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(18238,0,0,0,0,0,17619,0,0,0,'Murkblood Invader',NULL,NULL,0,67,67,1,1679,0,1,1.38571,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,18238,18238,0,0,0,0,0,0,0,15496,11971,0,0,0,0,0,0,0,0,190,253,'',1,3,1,1,1,1,0,24542,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18239,0,0,0,0,0,17906,0,0,0,'Elekk, Mount (Elite)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18240,0,0,0,0,0,17621,17622,17623,17624,'Sunspring Villager',NULL,NULL,0,52,68,0,35,0,1,1.14286,1,0,231,325,0,292,1,1400,1900,1,2,2048,0,0,0,0,0,0,195,289,41,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18241,0,0,0,0,0,17625,0,0,0,'Crusty',NULL,NULL,0,31,32,0,15,0,1.02,1.14286,1,4,45,60,0,108,1,1800,2000,1,0,2048,0,8,0,0,0,0,31,46,10,1,1,18241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13024,0,40,205,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18242,0,0,0,0,0,1126,15880,0,0,'Infernal Relay (Hyjal)','',NULL,0,1,1,0,1720,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),
|
|
(18243,0,0,0,0,0,17630,0,0,0,'Lorti','Merchant',NULL,0,60,62,1,126,2176,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18244,0,0,0,0,0,17631,0,0,0,'Khalan','Stable Master',NULL,9821,60,62,1,126,4194305,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(18245,0,0,0,0,0,17632,0,0,0,'Merajit','Innkeeper',NULL,7856,60,62,1,126,66177,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(18246,0,0,0,0,0,17633,0,0,0,'Tayemba',NULL,NULL,0,60,62,1,126,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18247,0,0,0,0,0,17634,0,0,0,'Farbosi',NULL,NULL,0,60,62,1,126,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18248,0,0,0,0,0,17635,0,0,0,'Nekthar',NULL,NULL,8240,65,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18249,0,0,0,0,0,17636,0,0,0,'Mokasa',NULL,NULL,0,60,62,1,1734,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18250,0,0,0,0,0,17637,0,0,0,'Joraal','Stable Master',NULL,9821,61,63,1,1638,4194305,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(18251,0,0,0,0,0,17638,0,0,0,'Caregiver Abidaar','Innkeeper',NULL,7497,61,63,1,1638,65665,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,4096,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(18252,0,0,0,0,0,17639,0,0,0,'Andarl','',NULL,7738,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18253,0,0,0,0,0,17641,0,0,0,'Archmage Leryda','',NULL,8441,69,69,1,1696,3,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18254,0,0,0,0,0,17644,0,0,0,'Shadow of Aran',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,280,20,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),
|
|
(18255,0,0,0,0,0,17645,0,0,0,'Apprentice Darius','',NULL,0,68,68,0,1696,128,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,32768,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18256,0,0,0,0,0,18254,18255,18256,18257,'Alliance Halaani Guard',NULL,NULL,0,65,65,1,84,0,1,2.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,18256,18256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665,4791,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),
|
|
(18257,0,0,0,0,0,18383,0,0,0,'Gutripper',NULL,NULL,0,67,67,1,14,0,2.4,2.28571,1,1,225,314,0,288,4.6,1400,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,18257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10707,0,0,0,'',1,3,1,4,1,1,0,24513,0,0,0,0,0,202,1,0,0,'',12340),
|
|
(18258,0,0,0,0,0,19223,0,0,0,'Bach\'lor',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,1,0,18258,0,70065,0,0,0,0,0,0,32019,32020,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,24523,0,0,0,0,0,0,1,1104,0,'',12340),
|
|
(18259,0,0,0,0,0,19585,0,0,0,'Banthar',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,1,0,18259,0,70065,0,0,0,0,0,0,32023,35382,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,24496,0,0,0,0,0,0,1,8389712,0,'',12340),
|
|
(18260,0,0,0,0,0,11551,0,0,0,'Boulderfist Invader',NULL,NULL,0,64,65,1,45,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18260,18260,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18261,0,0,0,0,0,17659,0,0,0,'Lantresor of the Blade',NULL,NULL,7675,70,70,1,35,3,1.48,1.14286,1,1,252,357,0,304,4.6,3000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18262,0,0,0,0,0,11546,0,0,0,'Unkor the Ruthless','',NULL,0,65,65,1,45,2,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,18262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_unkor_the_ruthless',12340),
|
|
(18263,0,0,0,0,0,7950,11686,0,0,'Nagrand Spawn Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18264,0,0,0,0,0,169,11686,0,0,'Nagrand Spawn Timer',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18265,0,0,0,0,0,17647,0,0,0,'Gezhe','The Consortium',NULL,7625,68,68,1,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18266,0,0,0,0,0,18488,0,0,0,'Warrant Officer Tracy Proudwell','',NULL,7892,70,70,1,1737,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18267,0,0,0,0,0,18486,0,0,0,'Battlecryer Blackeye',NULL,NULL,7893,70,70,1,1729,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18268,0,0,0,0,0,16405,0,0,0,'Test Arena Master','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18269,0,0,0,0,0,17839,0,0,0,'Khoraazi','Chairman of the Consortium',NULL,0,72,72,1,1731,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18270,0,0,0,0,0,17793,0,0,0,'Kruugall','Shaman Trainer',NULL,0,50,50,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18271,0,0,0,0,0,17191,0,0,0,'Consortium Prospector','',NULL,0,65,65,1,1731,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18272,0,0,0,0,0,20174,0,0,0,'Consortium Gemcutter',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18273,0,0,0,0,0,17650,0,0,0,'Kilrath','',NULL,0,68,68,1,1735,2,1.71,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18274,0,0,0,0,0,17191,0,0,0,'Consortium Overseer',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18275,0,0,0,0,0,11686,0,0,0,'Invis Ball Game Referee','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18276,0,0,0,0,0,17840,0,0,0,'Zerid','',NULL,7626,65,65,1,1731,3,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18277,0,0,0,0,0,17651,0,0,0,'Kinamisa','Leatherworking Supplies',NULL,0,20,20,0,1695,128,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,4608,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18278,0,0,0,0,0,17652,0,0,0,'Pilot Marsha','Engineering Supplies',NULL,7628,68,68,1,35,4225,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18280,0,0,0,0,0,18029,0,0,0,'Sporewing',NULL,NULL,0,62,62,1,14,0,1,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,33,0,0,0,0,139,207,30,1,1,18280,0,70061,0,0,0,0,0,0,35394,0,0,0,0,0,0,0,12957,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18281,0,0,0,0,0,18035,0,0,0,'Boglash',NULL,NULL,0,61,61,1,14,0,1,1.14286,1,1,159,221,0,258,4.6,1000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,1,0,18281,0,0,0,0,0,0,0,0,35493,33070,3417,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,2,1,0,24427,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18282,0,0,0,0,0,18316,0,0,0,'Lord Klaq',NULL,NULL,0,62,62,1,1693,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,1551,2,0,2048,0,0,0,0,0,0,129,191,26,4,0,18282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,186,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18283,0,0,0,0,0,18724,0,0,0,'Blacksting',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,44,0,0,0,0,139,207,30,1,1,18283,0,0,0,0,0,0,0,0,35331,17170,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,25448,0,0,0,0,0,1,0,0,'',12340),
|
|
(18284,0,0,0,0,0,18413,0,0,0,'Razorgill','',NULL,0,62,63,1,14,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18285,0,0,0,0,0,19400,0,0,0,'\"Count\" Ungula',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,34,0,0,0,0,136,202,27,1,1,18285,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12886,0,0,0,'SmartAI',1,3,1,1.2,0.6,1,0,24493,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18286,0,0,0,0,0,2423,0,0,0,'Mragesh',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18286,0,70061,0,0,0,0,0,0,35316,35317,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24486,24375,0,0,0,0,0,1,0,0,'',12340),
|
|
(18287,0,0,0,0,0,17542,0,0,0,'Brian Birmingham','TEST',NULL,0,73,73,0,1734,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18288,0,0,0,0,0,17658,0,0,0,'Cailan','',NULL,0,60,60,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18289,0,0,0,0,0,17902,0,0,0,'Bull Elekk',NULL,NULL,0,66,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,18289,0,70063,0,0,0,0,0,0,15550,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18290,0,0,0,0,0,18045,0,0,0,'Tusker','Queen of the Elekk',NULL,0,68,68,1,14,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,1,0,18290,0,70063,0,0,0,0,0,0,15550,12612,32019,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,24505,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18292,0,0,0,0,0,17664,17665,17666,17667,'Bleeding Hollow Refugee',NULL,NULL,0,43,65,0,1652,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18293,0,0,0,0,0,17621,17622,17623,17624,'Sunspring Post Refugee',NULL,NULL,0,35,54,0,1652,0,1,1.14286,1,0,92,122,0,224,1,3000,2000,1,36864,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18294,0,0,0,0,0,17660,0,0,0,'Kristen Dipswitch',NULL,NULL,7629,63,63,1,35,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18295,0,0,0,0,0,17661,0,0,0,'Prospector Conall','Explorers\' League',NULL,7683,60,61,1,55,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18296,0,0,0,0,0,20545,20546,0,0,'Sunspring Post Orphan',NULL,NULL,0,8,15,0,1652,0,1,0.99206,1,0,22,29,0,54,1,3000,2000,1,33536,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18297,0,0,0,0,0,17662,0,0,0,'Gankly Rottenfist',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,1601,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18298,0,0,0,0,0,17191,0,0,0,'Gava\'xi',NULL,NULL,0,67,67,1,1678,0,1.125,1.14286,1,0,204,287,0,272,1,1391,1634,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18298,18298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,220,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18299,0,0,0,0,0,20542,20545,0,0,'Bleeding Hollow Orphan',NULL,NULL,0,9,14,0,1652,0,1,0.99206,1,0,20,27,0,50,1,3000,2000,1,33536,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18300,0,0,0,0,0,17668,0,0,0,'Elkay\'gan the Mystic','',NULL,0,68,68,1,1652,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18301,0,0,0,0,0,17669,0,0,0,'Matron Celestine',NULL,NULL,0,63,63,1,1652,2,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,36864,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18302,0,0,0,0,0,17670,0,0,0,'Matron Drakia','',NULL,7630,64,64,1,1652,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,36864,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18303,0,0,0,0,0,17671,0,0,0,'Lyria Skystrider',NULL,NULL,0,15,15,0,1637,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18304,0,0,0,0,0,1126,11686,0,0,'Building','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18305,0,0,0,0,0,17188,0,0,0,'Burning Blade Pyre (01)',NULL,NULL,0,27,27,0,35,0,1,1.14286,1,0,38,51,0,92,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,26,39,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18306,0,0,0,0,0,10811,17188,0,0,'Burning Blade Pyre (02)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18307,0,0,0,0,0,10811,17188,0,0,'Burning Blade Pyre (03)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18308,0,0,0,0,0,17188,0,0,0,'Burning Blade Pyre (04)',NULL,NULL,0,11,11,0,35,0,1.125,1.14286,1,0,15,20,0,44,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,9,14,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18309,20258,0,0,0,0,19778,0,0,0,'Ethereal Scavenger',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,7,64,18309,18309,0,0,0,0,0,0,0,33865,33871,34920,0,0,0,0,0,0,0,1041,1364,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18311,20255,0,0,0,0,20466,0,0,0,'Ethereal Crypt Raider',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,7,64,18311,18311,0,0,0,0,0,0,0,22911,32315,31403,0,0,0,0,0,0,0,1253,1642,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18312,20260,0,0,0,0,20986,0,0,0,'Ethereal Spellbinder',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,162,234,0,125,4.6,1500,2000,8,64,2048,0,0,0,0,0,0,148,220,27,7,64,18312,18312,0,0,0,0,0,0,0,34470,37668,0,0,0,0,0,0,0,0,618,811,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18313,20259,0,0,0,0,21004,0,0,0,'Ethereal Sorcerer',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18313,18313,0,0,0,0,0,0,0,25603,0,0,0,0,0,0,0,0,0,828,1087,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18314,20264,0,0,0,0,20468,0,0,0,'Nexus Stalker',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,1400,2000,1,64,2048,0,0,0,0,0,0,175,260,37,7,64,18314,18314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,1144,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18315,20261,0,0,0,0,21004,0,0,0,'Ethereal Theurgist',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,162,234,0,125,4.6,1600,2000,8,64,2048,0,0,0,0,0,0,148,220,27,7,64,18315,18315,0,0,0,0,0,0,0,38064,34920,13323,0,0,0,0,0,0,0,619,814,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18317,20257,0,0,0,0,21005,0,0,0,'Ethereal Priest',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18317,18317,0,0,0,0,0,0,0,34944,34495,35944,0,0,0,0,0,0,0,616,809,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18318,20693,0,0,0,0,20572,0,0,0,'Sethekk Initiate',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,64,18318,18318,0,0,0,0,0,0,0,33961,16145,0,0,0,0,0,0,0,0,1258,1648,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18319,20697,0,0,0,0,20682,0,0,0,'Time-Lost Scryer',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1600,2000,8,64,2048,0,0,0,0,0,0,156,232,27,6,64,18319,18319,0,0,0,0,0,0,0,17138,12160,32689,22273,0,0,0,0,0,0,663,871,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18320,20698,0,0,0,0,20683,0,0,0,'Time-Lost Shadowmage',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,230,336,0,133,4.6,1800,1900,8,0,2048,0,0,0,0,0,0,215,321,28,6,64,18320,18320,0,0,0,0,0,0,0,32682,32675,0,0,0,0,0,0,0,0,709,931,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18321,20701,0,0,0,0,20598,0,0,0,'Sethekk Talon Lord',NULL,NULL,0,68,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,1800,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,64,18321,18321,0,0,0,0,0,0,0,32674,32654,0,0,0,0,0,0,0,0,793,1040,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18322,20696,0,0,0,0,20573,0,0,0,'Sethekk Ravenguard',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,231,325,0,292,4.6,1600,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,18322,18322,0,0,0,0,0,0,0,40423,32651,34970,0,0,0,0,0,0,0,920,1206,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18323,20692,0,0,0,0,18628,0,0,0,'Sethekk Guard',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,64,18323,18323,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,1598,2092,'SmartAI',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18325,20695,0,0,0,0,20572,0,0,0,'Sethekk Prophet',NULL,NULL,0,68,68,1,16,0,1,1,1,1,212,309,0,130,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,197,294,27,7,64,18325,18325,0,0,0,0,0,0,0,27641,0,0,0,0,0,0,0,0,0,708,929,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(18326,20699,0,0,0,0,17865,0,0,0,'Sethekk Shaman',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,1600,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,64,18326,18326,0,0,0,0,0,0,0,15501,0,0,0,0,0,0,0,0,0,794,1042,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18327,20691,0,0,0,0,20682,0,0,0,'Time-Lost Controller',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,156,232,27,6,64,18327,18327,0,0,0,0,0,0,0,0,35013,0,0,0,0,0,0,0,0,918,1204,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18328,20694,0,0,0,0,17865,0,0,0,'Sethekk Oracle',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,1,170,246,0,128,4.6,1800,2000,8,64,2048,0,0,0,0,0,0,156,232,27,7,64,18328,18328,0,0,0,0,0,0,0,32129,32690,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18329,0,0,0,0,0,17866,0,0,0,'[UNUSED] Sethekk Magelord','','',0,69,69,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18331,20256,0,0,0,0,20987,0,0,0,'Ethereal Darkcaster',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,1,154,222,0,124,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,140,208,26,7,64,18331,18331,0,0,0,0,0,0,0,16592,34942,34930,0,0,0,0,0,0,0,618,811,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18332,0,0,0,0,0,10916,0,0,0,'Talut','',NULL,0,64,64,0,1660,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18333,0,0,0,0,0,19645,0,0,0,'Shadrek','',NULL,7723,66,66,1,1731,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18334,0,0,0,0,0,17678,17896,17897,0,'Wild Elekk',NULL,NULL,0,66,66,1,7,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,1,0,18334,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18335,0,0,0,0,0,18271,0,0,0,'Consortium Recruiter','The Consortium',NULL,7631,68,68,1,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18336,0,0,0,0,0,17672,0,0,0,'Silvermoon Magister',NULL,NULL,0,15,15,0,1604,0,1,1.14286,1,0,16,22,0,22,1,2000,2000,8,32768,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18337,0,0,0,0,0,17673,0,0,0,'Priest Kath\'mar','',NULL,0,15,15,0,1604,0,1,1.14286,1,0,16,22,0,22,1,1400,1900,8,0,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18338,0,0,0,0,0,18650,0,0,0,'Highlord Kruul',NULL,NULL,0,63,63,1,1769,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,2,1,0,0,0,0,0,0,0,151,1,617299803,0,'',12340),
|
|
(18340,0,0,0,0,0,11255,0,0,0,'Steam Pump Overseer',NULL,NULL,0,62,63,1,74,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18340,18340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18341,20267,0,0,0,0,19338,0,0,0,'Pandemonius',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,5,282,4.6,1200,2000,1,64,2048,0,0,0,0,0,0,175,260,37,3,64,18341,0,0,0,0,0,0,0,0,32358,0,0,0,0,0,0,0,0,0,4784,6253,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),
|
|
(18342,0,0,0,0,0,11686,0,0,0,'Theatre Spotlight','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18343,20268,0,0,0,0,19332,0,0,0,'Tavarok',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,1200,2000,1,64,2048,0,0,0,0,0,0,175,260,37,5,576,18343,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977,5198,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),
|
|
(18344,20266,0,0,0,0,19780,0,0,0,'Nexus-Prince Shaffar',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,161,240,29,7,72,18344,18344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3807,4976,'',1,3,1,18,10,1,0,28490,0,0,0,0,0,0,1,617299803,0,'boss_nexusprince_shaffar',12340),
|
|
(18345,0,0,0,0,0,17675,0,0,0,'Riding Wyvern (Nagrand PvP Event)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18346,0,0,0,0,0,17841,0,0,0,'Consortium Claviger',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18347,0,0,0,0,0,17676,0,0,0,'Olirea','Fishing Supplies',NULL,0,40,40,0,1604,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,4608,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18348,0,0,0,0,0,17682,0,0,0,'Fanin','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18349,0,0,0,0,0,17683,0,0,0,'Iressa','Auctioneer',NULL,0,30,30,0,1638,2097152,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18350,0,0,0,0,0,17684,0,0,0,'Jaela','Banker',NULL,7808,30,30,0,1638,131073,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18351,0,0,0,0,0,10170,0,0,0,'Lump',NULL,NULL,21290,65,65,1,1711,1,1,1.14286,1,0,200,281,0,278,1,1800,2000,1,528,2048,0,0,0,0,0,0,166,246,35,7,0,18351,18351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18352,0,0,0,0,0,11545,0,0,0,'Boulderfist Hunter',NULL,NULL,0,64,65,1,1711,0,1,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18352,18352,0,0,0,0,0,0,0,32248,0,0,0,0,0,0,0,0,0,181,241,'',1,3,1,1,1,1,0,25468,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18353,0,0,0,0,0,17690,0,0,0,'Huntress Bintook','',NULL,0,67,67,1,1732,2,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18354,0,0,0,0,0,17188,0,0,0,'Lump\'s Quest Credit',NULL,NULL,0,65,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,1800,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18355,0,0,0,0,0,11078,0,0,0,'[UNUSED] Dusty Skeleton [PH]','','',0,64,64,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(18357,0,0,0,0,0,17694,0,0,0,'Ebon Gryphon','',NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18358,0,0,0,0,0,17695,0,0,0,'Sporeggar Spawn',NULL,NULL,0,60,60,1,1708,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18359,0,0,0,0,0,17696,0,0,0,'Snowy Gryphon','',NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18360,0,0,0,0,0,17697,0,0,0,'Golden Gryphon','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18361,0,0,0,0,0,17698,0,0,0,'Outland Gryphon Mount Armored (OLD)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18362,0,0,0,0,0,17717,0,0,0,'Swift Purple Gryphon','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18363,0,0,0,0,0,17699,0,0,0,'Tawny Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18364,0,0,0,0,0,17700,0,0,0,'Blue Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18365,0,0,0,0,0,17701,0,0,0,'Green Wind Rider','',NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18366,0,0,0,0,0,17702,0,0,0,'UNUSED Outland Wyvern Mount (Armored)','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(18367,0,0,0,0,0,146,0,0,0,'[UNUSED] Draenei Spirit [PH]','','',0,64,65,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18368,0,0,0,0,0,17704,0,0,0,'Voidcaller','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18369,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,7674,60,60,1,1722,3,1,1,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,18369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),
|
|
(18370,20598,0,0,0,0,15294,0,0,0,'Wild Shadow Fissure',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18371,20318,0,0,0,0,18916,0,0,0,'Shirrak the Dead Watcher',NULL,NULL,0,66,66,1,16,0,1.6,1.71429,1,1,195,273,0,266,4.6,2000,1618,2,0,2048,0,0,0,0,0,0,161,240,29,6,72,18371,0,0,0,0,0,0,0,0,36383,32265,0,0,0,0,0,0,0,0,5209,6808,'',0,1,1,15.75,5,1,0,0,0,0,0,0,0,167,1,617299803,0,'boss_shirrak_the_dead_watcher',12340),
|
|
(18372,0,0,0,0,0,17707,0,0,0,'Rough Stone Statue',NULL,NULL,0,5,5,1,15,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,32253,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18373,20306,0,0,0,0,17715,0,0,0,'Exarch Maladaar',NULL,NULL,0,67,67,1,16,0,1.6,1.71429,1,1,204,287,0,272,4.6,2000,1634,2,0,2048,0,0,0,0,0,0,170,253,31,7,72,18373,18373,0,0,0,0,0,0,0,32346,32421,32422,32424,0,0,0,0,0,0,5636,7365,'',0,1,1,16.5,5,1,0,0,0,0,0,0,0,167,1,617299803,0,'boss_exarch_maladaar',12340),
|
|
(18374,20308,0,0,0,0,1126,0,0,0,'Focus Fire','',NULL,0,66,66,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(18375,0,0,0,0,0,17703,0,0,0,'Swift Green Gryphon','',NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18376,0,0,0,0,0,17718,0,0,0,'Swift Red Gryphon','',NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18377,0,0,0,0,0,17719,0,0,0,'Swift Red Wind Rider','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18378,0,0,0,0,0,17720,0,0,0,'Swift Green Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18379,0,0,0,0,0,17721,0,0,0,'Swift Purple Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18380,0,0,0,0,0,17722,0,0,0,'Swift Yellow Wind Rider','',NULL,0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18381,0,0,0,0,0,17723,0,0,0,'Netherwhelp','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18382,0,0,0,0,0,17626,0,0,0,'Mycah','Sporeggar Quartermaster',NULL,0,64,64,1,1708,4224,1,0.99206,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18383,0,0,0,0,0,17730,0,0,0,'Kurgatok',NULL,NULL,7739,62,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18384,0,0,0,0,0,17731,0,0,0,'Malukaz',NULL,NULL,7750,62,65,1,1735,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18385,0,0,0,0,0,17734,0,0,0,'Rakoria','',NULL,5181,60,62,1,1734,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,36864,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18386,0,0,0,0,0,17735,0,0,0,'Rokag','',NULL,7749,70,70,1,1734,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18387,0,0,0,0,0,17736,0,0,0,'Bertelm','',NULL,7753,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18388,0,0,0,0,0,17200,0,0,0,'Shadow Council Credit Marker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18389,0,0,0,0,0,17737,0,0,0,'Thander','',NULL,7743,64,64,1,1733,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18390,0,0,0,0,0,18100,0,0,0,'Ros\'eleth','',NULL,7752,64,64,1,1732,3,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18391,0,0,0,0,0,17742,0,0,0,'Giselda the Crone','',NULL,0,67,67,1,16,0,1.125,1.14286,1,0,204,287,0,272,1,3000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,18391,18391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18392,0,0,0,0,0,17743,0,0,0,'Invisible Man Mount 30','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18393,0,0,0,0,0,17200,0,0,0,'Warmaul Ogre Credit Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18394,20262,0,0,0,0,15438,0,0,0,'Ethereal Wraith',NULL,NULL,0,65,65,0,16,0,1.2,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,4,0,0,0,0,0,0,0,0,0,0,34934,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18395,0,0,0,0,0,17200,0,0,0,'Warmaul Pyre Credit Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18396,0,0,0,0,0,18355,0,0,0,'Boulderfist Saboteur',NULL,NULL,0,64,64,1,495,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,7,4096,0,0,0,0,0,0,0,0,0,32248,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18397,0,0,0,21276,0,17744,17745,0,0,'Kil\'sorrow Invader',NULL,NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18398,0,0,0,0,0,19797,0,0,0,'Brokentoe',NULL,NULL,0,65,66,1,14,0,1.48,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(18399,0,0,0,0,0,17831,18046,0,0,'Murkblood Twin',NULL,NULL,0,65,65,1,1679,0,1.48,1.14286,1,1,200,281,0,278,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,15692,32319,14873,30798,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(18400,0,0,0,0,0,17832,0,0,0,'Rokdar the Sundered Lord',NULL,NULL,0,66,66,1,16,0,1.48,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,31389,16727,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18401,0,0,0,0,0,17746,0,0,0,'Skra\'gath',NULL,NULL,0,66,66,1,14,0,1.48,1.14286,1,1,162,234,0,125,7.5,1400,1900,8,0,2048,0,0,0,0,0,0,148,220,27,3,0,0,0,0,0,0,0,0,115,0,16429,32324,29299,32322,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,12,15,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(18402,0,0,0,0,0,17747,17748,17750,17749,'Warmaul Champion',NULL,NULL,0,67,67,1,16,0,1.48,1.14286,1,1,225,314,0,288,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,15708,17963,31403,32323,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,16,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(18403,0,0,0,0,0,17752,0,0,0,'Sporebat','',NULL,0,63,64,1,1712,0,1.2,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.8,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(18404,21549,0,0,0,0,17813,17815,17816,17817,'Bloodwarder Steward',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,18404,18404,0,0,0,0,0,0,0,34821,0,0,0,0,0,0,0,0,0,1049,1375,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16,0,'',12340),
|
|
(18405,21578,0,0,0,0,18930,0,0,0,'Tempest-Forge Peacekeeper',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,18405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(18406,0,0,0,0,0,17759,0,0,0,'Swift Blue Gryphon','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18407,0,0,0,0,0,17762,0,0,0,'Warden Bullrok',NULL,NULL,7686,70,70,0,1650,3,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18408,0,0,0,0,0,17763,0,0,0,'Warden Moi\'bff Jill','',NULL,9096,70,70,0,1721,3,1,1,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18409,20170,0,0,0,0,17751,0,0,0,'Large AOI Underbat',NULL,NULL,0,62,63,1,1712,0,1,1.28571,1,0,164,228,0,249,1,2000,1900,2,33555264,2048,0,0,0,0,0,0,133,196,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(18410,0,0,0,0,0,11686,0,0,0,'Hyjal Despawn Trigger Unit','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18411,0,0,0,0,0,18155,0,0,0,'Durn the Hungerer','Son of Gruul',NULL,0,67,67,1,1711,0,2.4,2.57143,1,1,225,314,0,288,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,186,276,39,7,8,18411,18411,0,0,0,0,0,0,0,31994,34771,28168,0,0,0,0,0,0,0,5211,6810,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),
|
|
(18412,0,0,0,0,0,14501,0,0,0,'Cyclone (The Crone)','',NULL,0,73,73,1,634,0,1.125,1.14286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,2,'npc_cyclone',12340),
|
|
(18413,0,0,0,0,0,11550,0,0,0,'Zorbo the Advisor',NULL,NULL,0,66,66,1,45,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,18413,18413,0,0,0,0,0,0,0,0,12548,11986,0,0,0,0,0,0,0,157,210,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18414,0,0,0,0,0,17768,0,0,0,'Elder Yorley','',NULL,7687,67,67,1,1653,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,36864,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18415,0,0,0,0,0,17769,0,0,0,'Elder Ungriz','',NULL,7688,68,68,1,1653,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18416,0,0,0,0,0,17770,0,0,0,'Huntress Kima','',NULL,7695,64,64,1,1722,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18417,0,0,0,0,0,17771,0,0,0,'Altruis the Sufferer','',NULL,7719,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18418,0,0,0,0,0,17772,0,0,0,'Nethrandamus',NULL,NULL,0,70,70,1,1726,0,1,2.85714,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,500,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(18419,21546,0,0,0,0,17883,17884,0,0,'Bloodwarder Greenkeeper',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18419,18419,0,0,0,0,0,0,0,34798,34800,34797,0,0,0,0,0,0,0,879,1153,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18420,21574,0,0,0,0,17916,17917,17918,0,'Sunseeker Geomancer',NULL,NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18420,18420,0,0,0,0,0,0,0,34356,34360,34170,0,0,0,0,0,0,0,1095,1435,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,1537,0,'',12340),
|
|
(18421,21577,0,0,0,0,17842,17843,17844,17845,'Sunseeker Researcher',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18421,18421,0,0,0,0,0,0,0,34352,34354,34353,34355,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18422,21570,0,0,0,0,17819,17820,0,0,'Sunseeker Botanist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18422,18422,0,0,0,0,0,0,0,34254,34350,34361,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18423,0,0,0,0,0,18649,0,0,0,'Cho\'war the Pillager',NULL,NULL,0,67,67,1,45,0,1.48,1.14286,1,1,225,314,0,288,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,18423,18423,0,0,0,0,0,0,0,15708,17963,32323,31403,0,0,0,0,0,0,1981,2592,'',1,3,1,7,1,1,0,25590,25648,24502,25604,0,0,0,1,2048,0,'',12340),
|
|
(18424,0,0,0,0,0,17783,0,0,0,'Warden Treelos',NULL,NULL,7692,64,64,1,1660,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33536,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18425,0,0,0,0,0,17784,0,0,0,'Peep the Outland Phoenix (Demo)','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18426,0,0,0,0,0,17785,0,0,0,'Terellia','Trade Supplies',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18427,0,0,0,0,0,17787,0,0,0,'Fazu','Tradesman',NULL,0,23,23,0,1638,128,1,1.14286,1,0,33,44,0,80,1,1500,2000,1,32768,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18428,0,0,0,0,0,17788,17789,17790,17791,'Mag\'har Prisoner',NULL,NULL,0,60,65,0,1652,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,37632,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18429,20252,0,0,0,0,19702,0,0,0,'Arcane Fiend',NULL,NULL,0,64,64,1,16,0,1.2,1.14286,1,0,168,234,0,252,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,5,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(18430,20253,0,0,0,0,19646,0,0,0,'Ethereal Apprentice',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,64,2048,0,0,0,0,0,0,153,227,29,7,64,0,0,0,0,0,0,0,0,0,32369,32370,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18431,20254,0,0,0,0,25866,0,0,0,'Ethereal Beacon',NULL,NULL,0,65,65,1,16,0,4,1.42857,1,0,186,260,0,262,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,64,0,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(18432,0,0,0,0,0,18812,0,0,0,'Nazan (1)','Vazruden\'s Mount',NULL,0,72,72,1,40,0,1.48,1.14286,1,1,307,438,0,314,13,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,18432,0,70065,0,210,210,210,210,210,36921,33793,39427,0,0,0,0,0,0,0,7770,10156,'',0,5,1,12,1,1,0,33833,23901,0,0,0,0,216,1,650854271,2097152,'',12340),
|
|
(18433,0,0,0,0,0,18237,0,0,0,'Omor the Unscarred (1)','',NULL,0,72,72,1,90,0,2,1.42857,1,1,304,436,0,296,16,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,0,18433,0,0,0,0,0,0,93,0,31901,39297,30695,30707,0,0,0,0,0,0,7174,9380,'',1,3,1,14,5,1,0,23886,0,0,0,0,0,151,1,650854271,2097153,'',12340),
|
|
(18434,0,0,0,0,0,18407,0,0,0,'Vazruden (1)','',NULL,0,72,72,1,1662,0,1,1.42857,1,1,307,438,0,314,16,1300,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,8,17537,0,0,0,0,0,0,0,0,40392,0,0,0,0,0,0,0,0,0,5730,7492,'',1,3,1,8.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(18435,0,0,0,0,0,18944,0,0,0,'Vazruden the Herald (1)','',NULL,0,72,72,1,40,0,4,2.5,1,1,307,438,0,314,5.9,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,36921,33793,39427,0,0,0,0,0,0,0,0,0,'',0,4,1,12,1,1,0,33833,23901,0,0,0,0,216,1,0,0,'',12340),
|
|
(18436,0,0,0,0,0,18236,0,0,0,'Watchkeeper Gargolmar (1)','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,16,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,0,18436,17306,0,0,0,0,0,0,0,32154,22857,34645,36814,0,0,0,0,0,0,8704,11378,'',0,3,1,14,1,1,0,23881,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(18437,0,0,0,0,0,17795,0,0,0,'Vicious Teromoth',NULL,NULL,0,62,63,1,14,0,1,1.42857,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,37,0,0,0,0,147,219,32,1,1,18437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13104,0,0,0,'SmartAI',1,3,1,1,1,1,0,24279,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18438,0,0,0,0,0,17798,0,0,0,'Naphthal\'ar',NULL,NULL,0,64,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,1584,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18438,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18439,0,0,0,0,0,17801,0,0,0,'Garokk','Ex-Arena Battlemaster',NULL,7872,61,61,1,35,1,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18440,0,0,0,0,0,11536,0,0,0,'Warmaul Chef Bufferlo',NULL,NULL,0,65,66,1,1693,0,1.48,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,18440,18440,0,0,0,0,0,0,0,31994,32376,32378,0,0,0,0,0,0,0,873,1144,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18441,20305,0,0,0,0,12432,0,0,0,'Stolen Soul','',NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_stolen_soul',12340),
|
|
(18442,0,0,0,0,0,17802,0,0,0,'Prospector Balmoral','Explorers\' League',NULL,0,64,65,1,534,2,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18443,0,0,0,0,0,17803,0,0,0,'Lookout Nodak','',NULL,0,64,65,1,714,2,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18444,0,0,0,0,0,11686,0,0,0,'Corki Event Controller',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18445,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,0,60,60,1,1722,2,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),
|
|
(18446,0,0,0,0,0,17804,0,0,0,'Earthbinder Tavgren',NULL,NULL,7696,63,63,1,1660,3,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,33536,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18447,0,0,0,0,0,17807,0,0,0,'Tooki','',NULL,7697,65,65,1,1734,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18448,0,0,0,0,0,17080,0,0,0,'Kokorek','',NULL,0,64,65,1,35,2,1.71,1.14286,1,1,200,281,0,278,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18449,0,0,0,0,0,17006,0,0,0,'Shienor Talonite',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18449,18449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18450,0,0,0,0,0,17005,0,0,0,'Shienor Sorcerer',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18450,18450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18451,0,0,0,0,0,16875,0,0,0,'Shienor Wing Guard',NULL,NULL,0,62,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18451,18451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18452,0,0,0,0,0,17805,0,0,0,'Skithian Dreadhawk',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18452,18452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,27861,31655,0,0,0,0,0,1,0,0,'',12340),
|
|
(18453,0,0,0,0,0,17806,0,0,0,'Skithian Windripper',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,168,234,0,252,1,3000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18453,18453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,199,'SmartAI',1,3,1,1,1,1,0,27861,31655,0,0,0,0,0,1,0,0,'',12340),
|
|
(18454,0,0,0,0,0,17808,0,0,0,'Shalassi Talonguard',NULL,NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18454,18454,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18455,0,0,0,0,0,17809,0,0,0,'Shalassi Oracle',NULL,NULL,0,64,65,1,1738,0,1.125,1.14286,1,0,186,260,0,262,1,3000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,18455,18455,0,0,0,0,0,0,0,32907,6535,12058,11824,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18456,0,0,0,0,0,18428,0,0,0,'Tuurem Scavenger',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18456,18456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'',1,3,1,1,1,1,0,25850,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18457,0,0,0,0,0,18427,0,0,0,'Tuurem Hunter',NULL,NULL,0,62,63,1,51,0,1.11111,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18457,18457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,25850,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18458,0,0,0,0,0,11686,0,0,0,'Veil Shalas Ward','You shouldn\'t see me',NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18459,0,0,0,0,0,17810,0,0,0,'Jenai Starwhisper','',NULL,7698,65,65,1,1733,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18460,0,0,0,0,0,17811,18072,18073,0,'Lost Spirit',NULL,NULL,0,64,65,1,21,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,18460,18460,0,0,0,0,0,0,0,32938,0,0,0,0,0,0,0,0,0,179,239,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18461,0,0,0,0,0,16876,0,0,0,'Dampscale Basilisk',NULL,NULL,0,62,63,1,49,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,18461,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18462,0,0,0,0,0,17808,0,0,0,'Shalassi Sentry','',NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18463,0,0,0,0,0,17812,0,0,0,'Dampscale Devourer',NULL,NULL,0,63,64,1,49,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,18463,0,70163,0,0,0,0,0,0,32906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18464,0,0,0,0,0,20025,0,0,0,'Warp Stalker',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,32,0,0,0,0,136,202,27,1,1,18464,0,70160,0,0,0,0,0,0,32920,32939,32942,32922,0,0,0,0,10525,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18465,0,0,0,0,0,19998,0,0,0,'Warp Hunter',NULL,NULL,0,64,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,32,0,0,0,0,166,246,35,1,1,18465,0,70160,0,0,0,0,0,0,32920,32939,32942,39449,0,0,0,0,11577,0,0,0,'SmartAI',1,3,1,1,1,1,0,25678,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18466,0,0,0,0,0,8271,0,0,0,'Dreadfang Lurker',NULL,NULL,0,63,64,1,22,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,3,0,0,0,0,154,226,33,1,1,18466,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,10520,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18467,0,0,0,0,0,9929,0,0,0,'Dreadfang Widow',NULL,NULL,0,64,65,1,22,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,18467,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,10521,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18468,0,0,0,0,0,17574,0,0,0,'Teromoth',NULL,NULL,0,62,63,1,7,0,1,1.42857,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,37,0,0,0,0,147,219,32,1,1,18468,0,0,0,0,0,0,0,0,32904,0,0,0,0,0,0,0,13102,0,0,0,'SmartAI',1,3,1,1,1,1,0,25672,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18469,0,0,0,0,0,17798,0,0,0,'Royal Teromoth',NULL,NULL,0,63,64,1,7,0,1,1.42857,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,37,0,0,0,0,154,226,33,1,1,18469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13101,0,0,0,'SmartAI',1,3,1,1,1,1,0,29475,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18470,0,0,0,0,0,1192,0,0,0,'Bonelasher',NULL,NULL,0,64,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,7,0,0,0,0,166,246,35,1,1,18470,0,0,0,0,0,0,0,0,34363,0,0,0,0,0,0,0,12867,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18471,0,0,0,0,0,17836,0,0,0,'Gurgthock',NULL,NULL,7699,65,65,1,35,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,770,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18472,20690,0,0,0,0,20599,0,0,0,'Darkweaver Syth',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,212,309,5,130,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,197,294,27,7,72,18472,18472,0,0,0,0,0,0,0,15659,33534,15039,33620,0,0,0,0,0,0,4789,6259,'SmartAI',1,1,1,18,20,1,0,27633,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(18473,20706,0,0,0,0,18636,0,0,0,'Talon King Ikiss',NULL,NULL,0,68,68,1,16,0,1,1.42857,1,1,212,309,0,130,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,197,294,27,7,72,18473,18473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514,4594,'',1,1,1,17,6,1,0,27632,0,0,0,0,0,144,1,617299803,0,'boss_talon_king_ikiss',12340),
|
|
(18474,0,0,0,0,0,17701,0,0,0,'Old Crappy McWeaksauce','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18475,0,0,0,0,0,11551,0,0,0,'Mug\'gok',NULL,NULL,0,64,65,1,45,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,25666,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18476,0,0,0,0,0,11419,0,0,0,'Timber Worg',NULL,NULL,0,62,63,1,38,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,1,0,0,0,0,147,219,32,1,1,18476,0,70061,0,0,0,0,0,0,32918,32919,0,0,0,0,0,0,11592,0,0,0,'SmartAI',1,1,1,1,1,1,0,25812,25807,0,0,0,0,0,1,0,0,'',12340),
|
|
(18477,0,0,0,0,0,11417,0,0,0,'Timber Worg Alpha',NULL,NULL,0,63,64,1,38,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,1,0,0,0,0,154,226,33,1,1,18477,0,70061,0,0,0,0,0,0,3149,32919,0,0,0,0,0,0,13043,0,0,0,'SmartAI',1,1,1,1,1,1,0,25807,25812,0,0,0,0,0,1,0,0,'',12340),
|
|
(18478,20303,0,0,0,0,18142,0,0,0,'Avatar of the Martyred',NULL,NULL,0,67,67,1,16,0,1.48,1.14286,1,1,225,314,0,288,7.5,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4.75,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(18479,0,0,0,0,0,1126,17522,0,0,'Vazruden Fire Trap','',NULL,0,60,60,1,370,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(18480,0,0,0,0,0,17833,0,0,0,'Broken Corpse','',NULL,7703,60,60,1,35,1,1,1,1,0,104,138,0,252,1,2000,1518,1,537166592,2048,32,0,0,0,0,0,72,106,26,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18481,0,0,0,0,0,18135,0,0,0,'A\'dal',NULL,NULL,7966,73,73,1,1741,3,1,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,617562111,2,'',12340),
|
|
(18482,0,0,0,0,0,17837,0,0,0,'Empoor',NULL,NULL,7704,63,63,1,35,3,1,1,1,0,164,228,0,249,1,2000,2000,2,33280,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18483,0,0,0,0,0,17838,0,0,0,'Empoor\'s Bodyguard',NULL,NULL,0,62,62,1,35,0,1,1,1,0,172,240,0,262,1,2000,2000,1,33280,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18484,0,0,0,0,0,17689,0,0,0,'Wind Trader Lathrai',NULL,NULL,7713,65,65,1,35,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18485,0,0,0,0,0,1461,0,0,0,'Night Elf Ancient of War','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(18486,0,0,0,0,0,1460,0,0,0,'Night Elf Ancient of Lore','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(18487,0,0,0,0,0,17846,0,0,0,'Night Elf Ancient Protector','',NULL,0,70,70,1,1718,0,1.2,1.14286,1,0,252,357,0,304,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(18488,0,0,0,0,0,18512,18513,18514,0,'Telaari Watcher',NULL,NULL,0,70,70,1,1721,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18489,0,0,0,0,0,17971,18506,18507,18508,'Garadar Defender',NULL,NULL,0,70,70,1,1650,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18490,0,0,0,0,0,17847,17848,17849,17850,'Fallen Druid','',NULL,0,62,65,1,1660,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,536871680,2049,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18491,0,0,0,0,0,11686,0,0,0,'Veil Shalas Totem','You shouldn\'t see me',NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18492,0,0,0,0,0,8470,0,0,0,'Tavgren\'s Kodo','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18493,20301,0,0,0,0,17924,17925,17926,17927,'Auchenai Soulpriest',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18493,18493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1043,1366,'SmartAI',1,1,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18494,0,0,0,0,0,17854,0,0,0,'Deirom','',NULL,0,63,63,1,534,0,1.125,1.14286,1,0,181,253,0,268,1,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18495,20302,0,0,0,0,17942,17943,17944,17945,'Auchenai Vindicator',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18495,18495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1043,1366,'SmartAI',1,1,1,2.9,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18496,0,0,0,0,0,17855,0,0,0,'Dugar','',NULL,0,63,63,1,714,0,1.125,1.14286,1,0,181,253,0,268,1,1400,1900,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18497,20299,0,0,0,0,17910,17911,17912,17919,'Auchenai Monk',NULL,NULL,0,65,66,1,16,0,1.6,1.71429,1,1,210,295,0,282,4.6,1600,1617,1,0,2048,0,0,0,0,0,0,175,260,37,7,72,18497,18497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,1810,'SmartAI',1,1,1,3.1,1,1,0,0,0,0,0,0,0,167,1,80426843,0,'',12340),
|
|
(18498,20321,0,0,0,0,17920,17921,17922,17923,'Unliving Soldier',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,200,281,0,278,4.6,1362,1601,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,18498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,378,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18499,20322,0,0,0,0,17932,17933,17934,17935,'Unliving Sorcerer',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,4.6,1376,1617,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,340,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18500,20320,0,0,0,0,17928,17929,17930,17931,'Unliving Cleric',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,1377,1618,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,331,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18501,20323,0,0,0,0,17938,17939,17940,17941,'Unliving Stalker',NULL,NULL,0,65,65,1,16,0,1,1.14286,1,0,186,260,0,262,1,1362,1601,2,0,2048,0,0,0,0,0,0,153,227,29,6,0,18501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1.35,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18502,0,0,0,0,0,17607,0,0,0,'Night Elf Wisp','',NULL,0,69,70,1,1719,0,1.2,1.14286,1,1,252,357,0,304,7.5,1400,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18503,20309,0,0,0,0,17936,17937,0,0,'Phantasmal Possessor','',NULL,0,65,65,1,16,0,1,1.14286,1,0,154,222,0,124,1,1400,1900,8,0,2048,0,0,0,0,0,0,140,208,26,6,0,18503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',1,3,1,0.3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18504,0,0,0,0,0,3019,19283,0,0,'Silvermoon Practice Dummy',NULL,NULL,0,50,50,0,1703,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18506,20316,0,0,0,0,25873,0,0,0,'Raging Soul',NULL,NULL,0,65,66,1,16,0,1,1.14286,1,0,195,273,0,266,1,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.55,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18507,0,0,0,0,0,17538,17539,17540,17541,'Silvermoon Farstrider',NULL,NULL,0,55,55,0,1745,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18521,20315,0,0,0,0,17991,17992,0,0,'Raging Skeleton',NULL,NULL,0,66,67,1,16,0,1,1.42857,1,1,225,314,0,288,4.6,2000,1633,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,18521,18521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1342,1757,'SmartAI',1,1,1,2.75,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(18524,20298,0,0,0,0,17970,17990,0,0,'Angered Skeleton',NULL,NULL,0,66,66,1,16,0,1,1.42857,1,1,210,295,0,282,4.6,2000,1618,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,18524,18524,0,0,0,0,0,0,0,32885,0,0,0,0,0,0,0,0,0,1299,1702,'SmartAI',1,1,1,2.75,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(18525,0,0,0,0,0,17870,0,0,0,'G\'eras',NULL,NULL,0,72,72,1,1741,128,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18526,0,0,0,0,0,17072,0,0,0,'K\'ode','',NULL,0,73,73,1,1741,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18527,0,0,0,0,0,17874,0,0,0,'Conjurer Tyren',NULL,NULL,0,57,57,0,1604,0,1,1.14286,1,0,69,96,0,106,1,2000,2000,8,32768,2048,0,0,0,0,0,0,58,85,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18528,0,0,0,0,0,20306,0,0,0,'Xi\'ri','',NULL,8650,70,70,1,1741,3,1.1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18529,0,0,0,0,0,17072,0,0,0,'Ve\'ru','',NULL,0,73,73,1,1741,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18530,0,0,0,0,0,17875,0,0,0,'Voren\'thal the Seer','',NULL,8182,72,72,1,1744,2,1,1.14286,1,1,307,438,0,314,4.6,1464,1717,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18531,0,0,0,0,0,17878,0,0,0,'Magistrix Fyalenn','The Scryers',NULL,8181,73,73,1,1744,3,1,1.14286,1,1,270,395,0,143,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18532,0,0,0,0,0,11686,0,0,0,'Forge Camp: Hate - Event Generator',NULL,NULL,0,68,68,1,35,0,1.125,1.14286,1,0,214,301,0,276,1,1800,2000,2,33555200,2048,0,0,0,0,0,0,179,266,31,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18533,0,0,0,0,0,20576,0,0,0,'Luanga the Imprisoner','',NULL,0,65,65,1,1738,0,1.48,1.14286,1,1,186,260,0,262,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18533,18533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,1200,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1040,0,'',12340),
|
|
(18534,0,0,0,0,0,17096,0,0,0,'Soldier of Hate','',NULL,0,1,1,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18535,0,0,0,0,0,18291,0,0,0,'Demos, Overseer of Hate',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2875,3759,'',1,3,1,10,1,1,0,25770,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18536,0,0,0,0,0,17880,0,0,0,'Xirkos, Overseer of Fear',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2875,3759,'',1,3,1,10,1,1,0,25771,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18537,0,0,0,0,0,17881,0,0,0,'Adyen the Lightwarden',NULL,NULL,8117,71,71,1,1743,3,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,14518,13005,13952,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18538,0,0,0,0,0,17882,0,0,0,'Ishanah','High Priestess of the Aldor',NULL,7735,72,72,1,1743,3,1,1.14286,1,1,263,384,0,140,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,247,369,34,7,4096,0,0,0,0,0,0,0,0,0,35096,15238,22187,0,0,0,0,0,0,0,0,0,'',0,3,1,20,4,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ishanah',12340),
|
|
(18539,0,0,0,0,0,17867,0,0,0,'Ashkaz',NULL,NULL,0,63,63,1,1738,0,1,1.14286,1,0,164,228,0,249,1,3000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18539,18539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18540,0,0,0,0,0,17808,0,0,0,'Ayit',NULL,NULL,0,63,63,1,1738,0,1,1.14286,1,0,181,253,0,268,1,3000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,18540,18540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18541,0,0,0,0,0,17860,0,0,0,'Urdak',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18541,18541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18542,0,0,0,0,0,1433,0,0,0,'Alexston Chrome','Tavern of Time',NULL,7712,70,70,0,35,65665,1,1.14286,1,0,252,357,0,304,1,1000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18543,0,0,0,0,0,17888,0,0,0,'Nethrandamus Taxi','',NULL,0,70,70,1,1726,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,500,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(18544,0,0,0,0,0,19537,0,0,0,'Veraku',NULL,NULL,0,70,70,1,1824,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18545,0,0,0,0,0,17890,0,0,0,'Ashes of Al\'ar','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18546,0,0,0,0,0,17891,0,0,0,'Wild Elekk Murkblood Mount','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18547,0,0,0,0,0,17892,17893,17894,17895,'Scryer Arcanist',NULL,NULL,0,61,61,1,1744,0,1,1.14286,1,0,123,177,0,115,1,2000,2000,8,33024,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18548,0,0,0,0,0,17898,17900,0,0,'Firewing Courier',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18548,18548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,1000,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18549,0,0,0,0,0,17903,17904,17905,17907,'Aldor Vindicator',NULL,'Directions',8419,70,70,1,1777,1,1,1.38571,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32768,'guard_shattrath_aldor',12340),
|
|
(18550,0,0,0,0,0,18427,0,0,0,'Tuurem Ambusher','',NULL,0,63,63,1,51,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18551,0,0,0,0,0,11686,0,0,0,'Altruis Kill Credit','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18552,0,0,0,0,0,17913,17914,17915,0,'Aldor Mason','',NULL,0,70,70,1,1743,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18553,0,0,0,0,0,1126,11686,0,0,'Dark Portal Black Crystal Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1.4,1.5,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,50,1,0,130,'',12340),
|
|
(18554,0,0,0,0,0,17958,0,0,0,'Sharth Voldoun',NULL,NULL,0,65,65,1,16,0,1.125,1.14286,1,0,186,260,0,262,1,1362,1601,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,18554,18554,0,0,0,0,0,0,0,15277,13952,32917,0,0,0,0,0,0,0,307,406,'SmartAI',1,3,1,2.5,1,1,0,29912,0,0,0,0,0,0,1,536879120,0,'',12340),
|
|
(18555,0,0,0,0,0,1126,11686,0,0,'Dark Portal Beam Invisible Stalker',NULL,NULL,0,1,1,0,35,0,4,1.14286,1.35,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),
|
|
(18556,20311,0,0,0,0,17920,17921,17922,17923,'Phasing Soldier',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,210,295,0,282,4.6,2000,1617,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,18556,0,0,0,0,0,0,0,0,32828,11972,0,0,0,0,0,0,0,0,229,303,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18557,20310,0,0,0,0,17928,17929,17930,17931,'Phasing Cleric',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,1,2000,1617,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18557,0,0,0,0,0,0,0,0,33324,25028,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18558,20312,0,0,0,0,17932,17933,17934,17935,'Phasing Sorcerer',NULL,NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,1,2000,1601,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18558,0,0,0,0,0,0,0,0,12466,15043,15744,0,0,0,0,0,0,0,193,256,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18559,20313,0,0,0,0,17938,17939,17940,17941,'Phasing Stalker','',NULL,0,65,66,1,7,0,1,1.14286,1,0,195,273,0,266,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,6,0,18559,0,0,0,0,0,0,0,0,15547,31975,0,0,0,0,0,0,0,0,195,259,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18560,0,0,0,0,0,1126,16925,0,0,'Justin\'s Bunny Target',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18562,0,0,0,0,0,22862,11686,22862,0,'Purple Ground Rune','','',0,1,1,0,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18563,0,0,0,0,0,1126,16925,0,0,'Justin\'s Bunny Channeler',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,32573,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18564,0,0,0,0,0,13808,0,0,0,'Horde Field Scout',NULL,NULL,7722,65,65,1,83,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18565,0,0,0,0,0,18106,0,0,0,'Theloria Shadecloak','',NULL,7751,63,64,1,534,3,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18566,0,0,0,0,0,17976,0,0,0,'Shadowstalker Kaide','',NULL,7754,63,63,1,714,3,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18567,0,0,0,0,0,18370,17207,0,0,'Mo\'arg Master Planner',NULL,NULL,0,68,68,1,90,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,18567,18567,0,0,0,0,0,0,0,31705,0,0,0,0,0,0,0,0,0,1218,1595,'',1,3,1,4,2,1,0,25751,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18568,0,0,0,0,0,17972,0,0,0,'Scryer Arcane Guardian',NULL,'Directions',8357,70,70,1,1746,1,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32768,'guard_shattrath_scryer',12340),
|
|
(18581,0,0,0,0,0,2027,0,0,0,'Alliance Field Scout',NULL,NULL,7724,65,65,1,84,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18582,0,0,0,0,0,1126,11686,0,0,'Dark Portal Emitter Invisible Stalker','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),
|
|
(18583,0,0,0,0,0,18003,0,0,0,'Lisaile Fireweaver',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,18583,18583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18584,0,0,0,0,0,18405,0,0,0,'Sal\'salabim',NULL,NULL,7725,68,68,1,35,3,0.944444,0.95238,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_salsalabim',12340),
|
|
(18585,0,0,0,0,0,11548,0,0,0,'Raliq the Drunk',NULL,NULL,7729,68,68,0,35,1,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,7,0,18585,18585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,1095,'',1,3,1,4.5,1,1,0,25767,0,0,0,0,0,0,1,0,2,'npc_raliq_the_drunk',12340),
|
|
(18586,0,0,0,0,0,17627,0,0,0,'Coosh\'coosh',NULL,NULL,7730,68,68,0,35,1,1,0.992063,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,18586,18586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,929,'',1,3,1,4.5,1,1,0,25768,0,0,0,0,0,0,1,0,2,'npc_cooshcoosh',12340),
|
|
(18587,21552,0,0,0,0,19030,0,0,0,'Frayer',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,18587,0,0,0,0,0,0,0,0,34201,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18588,0,0,0,0,0,18012,0,0,0,'Floon',NULL,NULL,7732,68,68,1,35,1,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,6,0,18588,0,0,0,0,0,0,0,0,9672,122,6726,0,0,0,0,0,0,0,580,762,'',1,3,1,3.5,4,1,0,25769,0,0,0,0,0,0,1,8388624,2,'npc_floon',12340),
|
|
(18589,0,0,0,0,0,17612,0,0,0,'Forge Camp: Hate Quest Credit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18590,0,0,0,0,0,17612,0,0,0,'Forge Camp: Fear Quest Credit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18593,0,0,0,0,0,18016,18017,18018,18019,'Scryer Retainer',NULL,NULL,0,63,66,1,1744,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33024,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18594,0,0,0,0,0,18020,0,0,0,'Dathris Sunstriker',NULL,NULL,0,70,70,1,1744,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18595,0,0,0,0,0,18216,0,0,0,'Warped Peon',NULL,NULL,0,62,63,1,16,0,1,0.85714,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,18595,18595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,195,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18596,0,0,0,0,0,18021,0,0,0,'Arcanist Adyria','The Scryers',NULL,7734,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18597,0,0,0,0,0,18022,0,0,0,'Sha\'nir','The Aldor',NULL,7733,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18598,20541,0,0,0,0,18023,18091,18092,18093,'Orc Prisoner',NULL,NULL,0,65,65,1,1816,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18599,0,0,0,0,0,21,11686,0,0,'Exodar Aura Emitter','',NULL,0,60,60,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18600,0,0,0,0,0,18027,18024,18026,18025,'Injured Refugee',NULL,NULL,0,70,70,1,1818,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18601,0,0,0,0,0,19372,0,0,0,'Broggok (1)','',NULL,0,72,72,1,45,1,1.48,1.14286,1,1,263,384,0,140,5.9,2000,2000,8,834,2048,0,0,0,0,0,0,247,369,34,3,0,18601,0,0,0,0,0,0,0,0,30917,30916,30913,0,0,0,0,0,0,0,7178,9384,'',1,3,1,16,3,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),
|
|
(18602,0,0,0,0,0,11686,0,0,0,'Broggok Poison Cloud (1)','',NULL,0,60,60,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33947648,2048,0,0,0,0,0,0,147,219,32,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,128,'',12340),
|
|
(18603,0,0,0,0,0,16332,0,0,0,'Fel Orc Neophyte (1)','',NULL,0,71,71,1,14,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,22120,8269,0,0,0,0,0,0,0,0,1820,2386,'',1,3,1,2.7,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18604,0,0,0,0,0,18287,0,0,0,'Felguard Annihilator (1)','',NULL,0,71,71,1,90,0,1.48,1.14286,1.25,1,299,426,0,308,13,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,17400,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18605,0,0,0,0,0,1913,0,0,0,'Felhound Manastalker (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1304,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,17401,0,70162,0,0,0,0,0,0,13321,30849,0,0,0,0,0,0,9612,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18606,0,0,0,0,0,16888,16891,0,0,'Hellfire Imp (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,8,17370,0,0,0,0,0,0,0,0,16144,15242,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18607,0,0,0,0,0,17153,0,0,0,'Keli\'dan the Breaker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1333,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,18607,17377,0,0,0,0,0,0,0,30940,30938,33775,17228,0,0,0,0,0,0,8708,11382,'',1,3,1,20,1,1,0,33814,23894,0,0,0,0,0,1,0,1,'',12340),
|
|
(18608,0,0,0,0,0,17149,0,0,0,'Laughing Skull Enforcer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17370,0,0,0,0,0,0,0,15655,14516,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18609,0,0,0,0,0,17150,0,0,0,'Laughing Skull Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17624,0,0,0,0,0,0,0,8599,10966,0,0,0,0,0,0,0,0,2496,3270,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18610,0,0,0,0,0,17151,0,0,0,'Laughing Skull Rogue (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17370,17491,0,0,0,0,0,0,0,30832,34969,6434,30991,0,0,0,0,0,0,1306,1716,'',1,3,1,1.9575,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18611,0,0,0,0,0,17152,0,0,0,'Laughing Skull Warden (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,0,0,0,0,0,0,0,0,30833,0,0,0,0,0,0,0,0,0,3520,4606,'',1,3,1,5.5,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18612,0,0,0,0,0,16332,0,0,0,'Nascent Fel Orc (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1317,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17370,17398,0,0,0,0,0,0,0,22427,31900,0,0,0,0,0,0,0,0,1202,1580,'',1,3,1,3.6,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18613,0,0,0,0,0,17167,0,0,0,'Orc Captive (1)','',NULL,0,68,70,1,1652,0,1.125,1.14286,1,0,248,363,0,135,1,1289,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18614,0,0,0,0,0,10923,0,0,0,'Seductress (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,5.9,1304,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,17370,0,0,0,0,0,0,90,0,32202,31865,0,0,0,0,0,0,9613,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18615,0,0,0,0,0,17148,0,0,0,'Shadowmoon Adept (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17370,17397,0,0,0,0,0,0,0,11978,3391,0,0,0,0,0,0,0,0,2072,2714,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18616,0,0,0,0,0,11686,0,0,0,'Shadowmoon Summon Visual (1)','',NULL,0,70,70,1,1375,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.8225,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18617,0,0,0,0,0,17145,0,0,0,'Shadowmoon Summoner (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1304,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17395,0,0,0,0,0,0,0,15242,16102,0,0,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,3,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18618,0,0,0,0,0,17147,0,0,0,'Shadowmoon Technician (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,0,0,0,0,0,0,0,0,6726,40062,30846,0,0,0,0,0,0,0,1816,2382,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18619,0,0,0,0,0,17137,0,0,0,'Shadowmoon Warlock (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1317,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,17370,17371,0,0,0,0,0,0,0,32197,13338,33111,12739,0,0,0,0,0,0,1902,2492,'',1,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18620,0,0,0,0,0,17137,0,0,0,'Shadowmoon Channeler (1)','',NULL,0,71,71,0,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,32,17370,0,0,0,0,0,0,0,0,30937,12739,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18621,0,0,0,0,0,18369,0,0,0,'The Maker (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1318,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,18621,17381,0,0,0,0,0,0,0,30925,30923,0,0,0,0,0,0,0,0,8704,11378,'',1,3,1,14,2,1,0,23894,0,0,0,0,0,144,1,617299803,1,'',12340),
|
|
(18622,0,0,0,0,0,17191,0,0,0,'Iz\'zard',NULL,NULL,0,65,65,1,1731,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,512,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18623,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 70 Warrior','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18624,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 73 Warrior','',NULL,0,73,73,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),
|
|
(18625,0,0,0,0,0,11686,0,0,0,'Dark Portal Dummy',NULL,NULL,0,68,70,1,1683,0,1.48,1.14286,1,1,234,331,0,286,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,33480,11428,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18626,0,0,0,0,0,18032,0,0,0,'Trainee Alcor',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18627,0,0,0,0,0,18033,0,0,0,'Trainee Firea',NULL,NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18628,0,0,0,0,0,18034,0,0,0,'Trainee Sinthar','',NULL,0,60,60,0,1604,0,1,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18629,0,0,0,0,0,18037,0,0,0,'Instructor Cel',NULL,NULL,0,70,70,1,1604,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18631,20640,0,0,0,0,18586,18587,18588,0,'Cabal Cultist',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18631,18631,0,0,0,0,0,0,0,3391,15614,0,0,0,0,0,0,0,0,922,1209,'SmartAI',1,3,1,2.6,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18632,20642,0,0,0,0,18593,18594,18595,0,'Cabal Executioner',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18632,18632,0,0,0,0,0,0,0,15578,30485,7160,0,0,0,0,0,0,0,1053,1380,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18633,20638,0,0,0,0,18579,18580,18581,18582,'Cabal Acolyte',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18633,18633,0,0,0,0,0,0,0,12039,25058,33482,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18634,20648,0,0,0,0,18605,18606,18608,0,'Cabal Summoner',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18634,18634,0,0,0,0,0,0,0,14034,0,0,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18635,20641,0,0,0,0,18589,18590,18591,18592,'Cabal Deathsworn',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18635,18635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18636,20639,0,0,0,0,18583,18584,18585,0,'Cabal Assassin',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,1800,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18636,18636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18637,20646,0,0,0,0,18599,18600,18601,0,'Cabal Shadow Priest',NULL,NULL,0,69,70,1,16,0,1,1,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18637,18637,0,0,0,0,0,0,0,15473,17165,14032,0,0,0,0,0,0,0,837,1098,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18638,20650,0,0,0,0,18612,18613,18614,0,'Cabal Zealot',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2200,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18638,18638,0,0,0,0,0,0,0,12471,33499,19812,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18639,20647,0,0,0,0,18602,18603,18604,0,'Cabal Spellbinder',NULL,NULL,0,70,71,1,16,0,1,1,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18639,18639,0,0,0,0,0,0,0,32691,33502,0,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18640,20649,0,0,0,0,18609,18610,18611,0,'Cabal Warlock',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18640,18640,0,0,0,0,0,0,0,32863,12471,13787,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18641,20643,0,0,0,0,18038,0,0,0,'Cabal Familiar',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,0,230,336,0,133,4.6,1600,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,3,0,18641,0,0,0,0,0,0,0,0,38239,0,0,0,0,0,0,0,0,0,168,225,'SmartAI',1,3,1,1.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18642,20651,0,0,0,0,7949,0,0,0,'Fel Guardhound',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,18642,0,70162,0,0,0,0,0,0,30849,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.45,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18643,0,0,0,0,0,18039,0,0,0,'Barnes (Tuxedo)','The Stage Manager',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18644,0,0,0,0,0,11354,0,0,0,'Tarren Mill Peasant',NULL,NULL,0,15,15,0,12,0,1,1.14286,1,0,22,29,0,54,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18645,0,0,0,0,0,18040,0,0,0,'Tarren Mill Peasant (With Sack)','',NULL,0,1,1,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18646,0,0,0,0,0,18232,0,0,0,'Tarren Mill Horsehand',NULL,NULL,0,15,15,0,35,0,1,0.85714,1,0,22,29,0,54,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(18647,0,0,0,0,0,18923,0,0,0,'Deathskitter',NULL,NULL,0,64,64,1,22,0,1.48,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32832,2048,0,3,0,0,0,0,154,226,33,1,1,18647,0,0,0,0,0,0,0,0,32902,0,0,0,0,0,0,0,13120,0,1083,1420,'SmartAI',1,1,1,4,1,1,0,25814,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18648,0,0,0,0,0,18042,0,0,0,'Stonegazer',NULL,NULL,0,64,64,1,49,0,1.48,1.14286,1,1,194,274,0,272,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18648,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.5,1,1,0,25815,0,0,0,0,0,0,1,8389712,0,'',12340),
|
|
(18649,0,0,0,0,0,18234,0,0,0,'Innkeeper Monica',NULL,NULL,0,1,2,0,35,0,0.8,0.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,2,'npc_innkeeper',12340),
|
|
(18650,0,0,0,0,0,229,2325,237,238,'Tarren Mill Horse',NULL,NULL,0,1,1,0,190,0,1,0.42857,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,75,1,0,2,'',12340),
|
|
(18651,0,0,0,0,0,236,0,0,0,'Young Blanchy',NULL,NULL,0,2,2,0,35,0,1,1.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18652,0,0,0,0,0,18044,0,0,0,'Zahlia','',NULL,0,69,69,1,1818,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18653,0,0,0,0,0,221,0,0,0,'Seth',NULL,NULL,7747,1,1,0,1818,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18654,0,0,0,0,0,1126,11686,0,0,'Crowd Murmur Helper',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18655,0,0,0,0,0,221,0,0,0,'Jay Lemieux',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18656,0,0,0,0,0,252,0,0,0,'Julie Honeywell',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18657,0,0,0,0,0,18053,18054,18055,0,'Tarren Mill Fisherman',NULL,NULL,0,23,24,0,1665,0,1,1.14286,1,0,34,46,0,84,1,2000,1900,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18658,0,0,0,21276,0,18048,18056,18049,18057,'Kil\'sorrow Ritualist',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,128,18658,18658,0,0,0,0,0,0,0,32063,9613,0,0,0,0,0,0,0,0,1167,1222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18659,0,0,0,0,0,18955,0,0,0,'Voidwraith','',NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,5,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18660,0,0,0,0,0,17543,0,0,0,'Subjugator Vaz\'shir','',NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18660,18660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18661,0,0,0,0,0,18373,0,0,0,'Terrorguard','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,18661,18661,0,0,0,0,0,0,0,11443,11876,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18662,0,0,0,0,0,18051,18059,18060,18061,'Orc Ancestor',NULL,NULL,0,67,68,0,1194,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18663,20655,0,0,0,0,159,0,0,0,'Maiden of Discipline',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1435,1684,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18663,0,0,0,0,0,0,0,0,32202,31865,0,0,0,0,0,0,0,0,229,303,'SmartAI',1,3,1,1.45,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18664,0,0,0,0,0,18,0,0,0,'Aged Dalaran Wizard',NULL,NULL,0,59,61,0,35,128,1,1.14286,1,0,123,177,0,115,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18665,0,0,0,0,0,18783,11686,0,0,'Overrun Target',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18666,0,0,0,0,0,18052,0,0,0,'Dalaran Sorceress',NULL,NULL,0,61,63,1,35,0,1,1.14286,1,1,138,199,0,119,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,125,185,26,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(18667,20637,0,0,0,0,18058,0,0,0,'Blackheart the Inciter',NULL,NULL,0,72,72,1,1787,0,1,1.71429,1,1,307,438,0,314,4.6,2700,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,18667,18667,0,0,0,0,0,0,0,33709,33676,33707,0,0,0,0,0,0,0,6069,7931,'',1,3,1,18.75,10,1,0,30808,0,0,0,0,0,164,1,617299803,0,'boss_blackheart_the_inciter',12340),
|
|
(18668,0,0,0,0,0,18219,0,0,0,'Vaeron Kormar',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18669,0,0,0,0,0,18218,0,0,0,'Terric Brightwind',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18670,0,0,0,0,0,18063,0,0,0,'Ironjaw',NULL,NULL,0,63,64,1,38,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,1,0,0,0,0,154,226,33,1,1,18670,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13029,0,0,0,'SmartAI',1,1,1,1,1,1,0,25807,25837,0,0,0,0,0,1,0,0,'',12340),
|
|
(18671,0,0,0,0,0,18074,0,0,0,'Priest Ennas',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18672,0,0,0,0,0,18064,0,0,0,'Thomas Yance','Travelling Salesman',NULL,0,40,40,0,35,4224,1,1.14286,1,0,56,74,0,136,4.6,2000,1900,1,512,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18673,20542,0,0,0,0,11898,5375,4889,1823,'Pit Announcer',NULL,NULL,0,65,65,1,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18674,0,0,0,0,0,18067,0,0,0,'[UNUSED]Anchorite Lyteera','',NULL,0,68,68,1,1743,0,1.125,1.14286,1,0,231,325,0,292,1,1406,1651,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18675,0,0,0,0,0,21039,0,0,0,'Soolaveen',NULL,NULL,7741,70,70,1,1818,3,1,1,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18676,0,0,0,0,0,7552,0,0,0,'Keb\'ezil','Kurgatok\'s Minion',NULL,0,63,63,1,714,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,36864,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18677,0,0,0,0,0,20761,0,0,0,'Mekthorg the Wild','',NULL,0,61,61,1,1662,0,1.83,1.14286,1,4,159,221,0,258,1,1400,1900,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,18677,18677,0,0,0,0,0,0,0,15576,38875,8599,0,0,0,0,0,0,0,263,349,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18678,0,0,0,0,0,17445,0,0,0,'Fulgorge',NULL,NULL,0,62,62,1,14,0,1,1,1,4,172,240,0,262,1,2000,1900,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,18678,0,70061,0,0,0,0,0,0,32330,32738,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18679,0,0,0,0,0,20044,0,0,0,'Vorakem Doomspeaker','Herald of Doom Lord Kazzak',NULL,0,62,62,1,90,0,1,1.14286,1,4,160,223,0,246,1,2000,2000,2,4,2048,0,0,0,0,0,0,129,191,26,3,0,18679,0,0,0,0,0,0,0,0,0,9080,8599,0,0,0,0,0,0,0,262,1325,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18680,0,0,0,0,0,20770,0,0,0,'Marticar','',NULL,0,63,63,1,14,0,1.78,1.14286,1,4,181,253,0,268,1,1600,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,1,0,18680,0,0,0,0,0,0,0,0,35493,32039,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,24427,0,0,0,0,0,0,1,545470463,0,'',12340),
|
|
(18681,0,0,0,0,0,20768,0,0,0,'Coilfang Emissary',NULL,NULL,0,63,63,1,74,0,1,1,1,4,164,228,0,249,1,2000,1900,2,0,2048,0,0,0,0,0,0,133,196,26,7,0,18681,0,0,0,0,0,0,0,0,36990,11831,39207,46457,0,0,0,0,0,0,240,318,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18682,0,0,0,0,0,20769,0,0,0,'Bog Lurker','',NULL,0,63,63,1,14,0,0.8,1.14286,1,4,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,4,0,18682,0,0,0,0,0,0,0,0,34163,35238,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18683,0,0,0,0,0,19681,0,0,0,'Voidhunter Yar','',NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,18683,0,0,0,0,0,0,0,0,12471,38051,40633,36990,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18684,0,0,0,0,0,18070,0,0,0,'Bro\'Gaz the Clanless','',NULL,0,66,66,1,45,0,1,1.14286,1,4,195,273,0,266,1,2000,2000,2,4,2048,0,0,0,0,0,0,161,240,29,7,0,18684,0,0,0,0,0,0,0,0,12468,15586,12555,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18685,0,0,0,0,0,20766,0,0,0,'Okrek','',NULL,0,64,64,1,1738,0,1.83,1.14286,1,4,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,18685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,325,'SmartAI',1,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18686,0,0,0,0,0,20767,0,0,0,'Doomsayer Jurim',NULL,NULL,0,64,64,1,14,0,1.83,1.14286,1,4,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,18686,0,0,0,0,0,0,0,0,12471,39212,12493,39210,0,0,0,0,0,0,245,325,'SmartAI',1,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18687,0,0,0,0,0,18090,0,0,0,'Mother Kashur',NULL,NULL,0,70,70,0,1652,2,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18688,0,0,0,0,0,18051,18059,18060,18061,'Ancient Orc Ancestor',NULL,NULL,0,67,68,1,1194,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18689,0,0,0,0,0,12073,0,0,0,'Crippler',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,4,200,281,0,278,1,2000,2000,1,4,2048,0,0,0,0,0,0,166,246,35,6,0,18689,0,0,0,0,0,0,0,0,38882,39214,38621,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18690,0,0,0,0,0,20862,0,0,0,'Morcrush','',NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,18690,0,80101,0,0,0,0,0,0,35238,0,0,0,0,0,0,0,0,0,6418,8386,'',1,3,1,2.29,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18691,0,0,0,0,0,4590,0,0,0,'Shadow Totem','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18692,0,0,0,0,0,8574,0,0,0,'Hemathion',NULL,NULL,0,68,68,1,14,0,1,1.14286,1,4,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,2,0,18692,0,70171,0,0,0,0,0,0,9573,14100,38895,0,0,0,0,0,0,0,0,0,'',0,3,1,2,4,1,0,0,0,0,0,0,0,0,1,550124543,0,'',12340),
|
|
(18693,0,0,0,0,0,20762,0,0,0,'Speaker Mar\'grom','',NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,18693,0,0,0,0,0,0,0,0,12466,37844,15241,15497,0,0,0,0,0,0,269,357,'',1,3,1,2,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(18694,0,0,0,0,0,20590,0,0,0,'Collidus the Warp-Watcher','',NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18694,0,0,0,0,0,0,0,0,36414,34322,14514,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18695,0,0,0,0,0,11347,0,0,0,'Ambassador Jerrikar','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,4,245,346,0,298,1,2000,2000,1,4,2048,0,0,0,0,0,0,206,302,43,3,0,18695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,1671,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18696,0,0,0,0,0,20810,0,0,0,'Kraator',NULL,NULL,0,68,68,1,14,0,1.78,1.14286,1,4,231,325,0,292,1,1400,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,18696,0,0,0,0,0,0,0,0,39293,0,0,0,0,0,0,0,0,0,6418,8386,'SmartAI',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(18697,0,0,0,0,0,20765,0,0,0,'Chief Engineer Lorthander','',NULL,0,69,69,1,1701,0,1,1.14286,1,4,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,18697,0,0,0,0,0,0,0,0,13748,38898,38663,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18698,0,0,0,0,0,20764,0,0,0,'Ever-Core the Punisher',NULL,NULL,0,68,68,1,14,0,1.83,1.14286,1,4,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,18698,0,0,0,0,0,0,0,0,35892,33860,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18699,0,0,0,0,0,17102,0,0,0,'Netherstorm Rare Chimaera UNUSED','','',0,68,68,1,14,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,15,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18700,20317,0,0,0,0,18138,0,0,0,'Reanimated Bones',NULL,NULL,0,66,67,1,16,0,1,1.14286,1,0,225,314,0,288,4.6,2000,1633,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,0.54,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18701,20689,0,0,0,0,1132,0,0,0,'Dark Vortex',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18702,20300,0,0,0,0,18077,18078,18079,18080,'Auchenai Necromancer',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,195,273,0,266,4.6,2000,1634,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,18702,18702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1639,2146,'SmartAI',1,1,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18703,20700,0,0,0,0,14368,0,0,0,'Sethekk Spirit',NULL,NULL,0,6,6,0,16,0,1.48,1.14286,1,1,7,9,0,34,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,4,6,100,7,8,0,0,0,0,0,0,0,0,0,24050,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),
|
|
(18704,0,0,0,0,0,18086,0,0,0,'Taela Everstride','',NULL,7745,66,66,1,1733,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18705,0,0,0,0,0,18087,0,0,0,'Mawg Grimshot',NULL,NULL,7746,66,66,1,1734,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18706,0,0,0,0,0,17408,0,0,0,'Bonechewer Riding Wolf',NULL,NULL,0,58,59,1,1663,0,0.5,0.69286,1,0,102,135,0,248,1,2000,1500,1,0,2048,0,0,0,0,0,0,70,103,25,1,0,0,0,0,0,0,0,0,0,0,16460,3149,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,25812,25807,0,0,0,0,0,1,0,0,'',12340),
|
|
(18707,0,0,0,0,0,18094,0,0,0,'Torgos',NULL,NULL,0,65,65,1,14,0,2.8,1.71429,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,1,0,18707,0,0,0,0,0,0,0,0,32903,13579,32022,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,3,1,1,0,25852,0,0,0,0,0,171,1,1026,0,'',12340),
|
|
(18708,20657,0,0,0,0,18839,0,0,0,'Murmur',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,4.6,2800,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,104,18708,18708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17969,23471,'',1,3,1,57.5,15,1,0,0,0,0,0,0,0,167,0,617299803,0,'boss_murmur',12340),
|
|
(18712,0,0,0,0,0,18095,0,0,0,'Advisor Faila','',NULL,7774,68,68,1,1734,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18713,0,0,0,0,0,18096,0,0,0,'Lieutenant Gravelhammer','',NULL,7773,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18714,0,0,0,0,0,18097,0,0,0,'Scout Neftis',NULL,NULL,7772,67,67,1,1734,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18715,0,0,0,0,0,18099,0,0,0,'Private Weeks','',NULL,21253,67,67,1,1733,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33536,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18716,0,0,0,0,0,18118,18119,18120,18121,'Shadowy Initiate','',NULL,7759,62,62,1,1750,1,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18717,0,0,0,0,0,18122,18123,18124,18125,'Shadowy Laborer',NULL,NULL,7757,60,60,1,1750,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18718,0,0,0,0,0,17978,17985,18114,0,'Shadowy Hunter',NULL,NULL,0,65,65,1,16,0,1,0.857143,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18718,18718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,237,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18719,0,0,0,0,0,18107,18108,18109,18110,'Shadowy Advisor',NULL,NULL,7760,63,63,1,1750,1,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18720,0,0,0,0,0,18127,0,0,0,'Shadowmaster Grieve',NULL,NULL,7776,65,65,1,1750,1,1,0.857143,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,18720,18720,0,0,0,0,0,0,0,32916,32736,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18721,0,0,0,0,0,169,15435,0,0,'World Trigger (Friendly + Invis Man)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18722,0,0,0,0,0,18103,18104,18105,0,'Leper Gnome Laborer',NULL,NULL,0,2,7,0,1604,0,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,32768,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18723,0,0,0,0,0,18102,0,0,0,'Erozion',NULL,NULL,7769,70,70,1,35,3,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18724,0,0,0,0,0,18217,0,0,0,'Melaya Tassier',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18725,0,0,0,0,0,8317,0,0,0,'Brazen',NULL,NULL,7959,70,70,1,35,1,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18726,20307,0,0,0,0,11686,0,0,0,'Flying Raging Soul','',NULL,0,65,65,1,35,0,1,1.14286,1,0,186,260,0,262,1,2000,1900,2,0,2048,0,0,0,0,0,0,153,227,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18727,0,0,0,0,0,18134,0,0,0,'Rarthein',NULL,NULL,0,55,55,0,1695,0,1,1.14286,1,0,94,125,0,228,1,1500,2000,1,4096,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18728,0,0,0,0,0,17887,0,0,0,'Doom Lord Kazzak',NULL,NULL,0,73,73,1,90,0,1,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,18728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110755,144638,'',1,3,1,112,2,1,0,0,0,0,0,0,0,151,1,617299803,0,'boss_doomlord_kazzak',12340),
|
|
(18729,0,0,0,0,0,1126,15880,0,0,'Infernal Rain (Hellfire)',NULL,NULL,0,70,70,1,14,0,6.4,2.85714,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),
|
|
(18730,0,0,0,0,0,159,0,0,0,'Sirigna\'no','Keelen Sheets\'s Minion',NULL,0,60,60,0,1604,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18731,20636,0,0,0,0,18821,0,0,0,'Ambassador Hellmaw',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,307,438,0,314,4.6,3000,2000,1,2147483712,2048,0,0,0,0,0,0,270,401,53,3,64,18731,18731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18.25,10,1,0,0,0,0,0,0,0,167,1,612646911,0,'boss_ambassador_hellmaw',12340),
|
|
(18732,20653,0,0,0,0,18535,0,0,0,'Grandmaster Vorpil',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,64,18732,18732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,18.75,10,1,0,30827,0,0,0,0,0,150,1,617299803,0,'boss_grandmaster_vorpil',12340),
|
|
(18733,0,0,0,0,0,18671,0,0,0,'Fel Reaver',NULL,NULL,0,70,70,1,954,0,2.8,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,9,40,18733,0,0,0,0,0,0,0,0,41534,0,0,0,0,0,0,0,0,0,4409,5762,'',1,3,1,15,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(18734,0,0,0,0,0,17707,0,0,0,'Coarse Stone Statue',NULL,NULL,0,15,15,0,15,0,0.9,1.14286,1,0,22,29,0,54,1,1400,1900,1,0,2048,0,0,0,0,0,0,15,22,2,4,0,0,0,0,0,0,0,0,0,0,32787,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18735,0,0,0,0,0,17707,0,0,0,'Heavy Stone Statue','',NULL,0,25,25,0,15,0,0.9,1.14286,1,0,35,48,0,86,1,1400,1900,1,0,2048,0,0,0,0,0,0,24,36,6,4,0,0,0,0,0,0,0,0,0,0,32788,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18736,0,0,0,0,0,17707,0,0,0,'Solid Stone Statue','',NULL,0,35,35,0,15,0,0.9,1.14286,1,0,49,64,0,118,1,1400,1900,1,0,2048,0,0,0,0,0,0,33,49,11,4,0,0,0,0,0,0,0,0,0,0,32790,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18737,0,0,0,0,0,17707,0,0,0,'Dense Stone Statue','',NULL,0,45,45,0,15,0,0.9,1.14286,1,0,76,100,0,184,1,1400,1900,1,0,2048,0,0,0,0,0,0,52,76,17,4,0,0,0,0,0,0,0,0,0,0,32791,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18738,0,0,0,0,0,17707,0,0,0,'Primal Stone Statue','',NULL,0,55,55,0,15,0,1.2,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,4,0,0,0,0,0,0,0,0,0,0,32792,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18739,0,0,0,0,0,4473,0,0,0,'Giraffe','',NULL,0,1,1,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18740,0,0,0,0,0,15135,14558,15132,4305,'Serpent','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(18741,0,0,0,0,0,17547,0,0,0,'Dragonhawk','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(18742,0,0,0,0,0,657,11180,0,0,'Worgen','',NULL,0,1,1,0,189,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(18743,0,0,0,0,0,18144,0,0,0,'Elrodan',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18744,0,0,0,0,0,18145,0,0,0,'Aurosalia',NULL,NULL,0,30,30,0,1604,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18745,0,0,0,0,0,18146,0,0,0,'Captain Auric Sunchaser','',NULL,7814,70,70,1,1733,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18747,0,0,0,0,0,18181,0,0,0,'Krugosh','Master Mining Trainer',NULL,0,65,65,1,1729,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18748,0,0,0,0,0,18183,0,0,0,'Ruak Stronghorn','Master Herbalism Trainer',NULL,7691,65,65,1,1729,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18749,0,0,0,0,0,18151,0,0,0,'Dalinna','Master Tailoring Trainer',NULL,7818,60,60,0,1729,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18750,0,0,0,0,0,18147,0,0,0,'Shimmerscale Eel',NULL,NULL,0,62,63,0,14,0,1,0.85714,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,18750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,25891,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(18751,0,0,0,0,0,18172,0,0,0,'Kalaen','Master Jewelcrafting Trainer',NULL,7815,60,60,0,1729,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18752,0,0,0,0,0,18174,0,0,0,'Zebig','Master Engineering Trainer',NULL,0,60,60,0,1729,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18753,0,0,0,0,0,18180,0,0,0,'Felannia','Master Enchanting Trainer','Trainer',0,60,60,0,1729,209,1,1.14286,1,0,146,192,0,238,1,1500,2000,2,4608,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18754,0,0,0,0,0,18176,0,0,0,'Barim Spilthoof','Master Leatherworking Trainer',NULL,7816,60,60,0,29,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18755,0,0,0,0,0,18186,0,0,0,'Moorutu','Master Skinning Trainer',NULL,7842,60,60,0,1729,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18756,0,0,0,0,0,18148,0,0,0,'Haris Pilton','Socialite',NULL,0,63,64,1,35,130,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33024,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18757,0,0,0,0,0,169,11686,0,0,'Zangarmarsh PvP Beam (Red)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18758,0,0,0,0,0,18149,18150,0,0,'Telhamat Protector',NULL,NULL,0,59,60,0,1639,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18759,0,0,0,0,0,169,11686,0,0,'Zangarmarsh PvP Beam (Blue)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18760,0,0,0,0,0,18827,0,0,0,'Isla Starmane',NULL,NULL,7821,63,63,1,1660,3,1.125,1.14286,1,0,164,228,0,249,1,2000,2000,2,37632,2048,0,0,0,0,0,0,133,196,26,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,0,0,'npc_isla_starmane',12340),
|
|
(18761,0,0,0,0,0,18153,0,0,0,'Darise','Auctioneer',NULL,0,30,30,0,1604,2097152,1,1.14286,1,0,39,52,0,96,1,1500,2000,2,4608,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18762,0,0,0,0,0,18156,0,0,0,'Tinkerbell','Haris Pilton\'s Pet',NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18763,0,0,0,0,0,18157,18158,0,0,'Blood Elf Warlock',NULL,NULL,0,50,50,0,1604,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18764,20523,0,0,0,0,18160,0,0,0,'Durnholde Armorer',NULL,NULL,0,65,65,1,634,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18765,20524,0,0,0,0,18161,0,0,0,'Durnholde Cook',NULL,NULL,0,65,65,1,634,0,1,1.14286,1,0,200,281,0,278,4.6,2000,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18766,20314,0,0,0,0,11686,0,0,0,'Pool of Souls','',NULL,0,1,1,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18768,0,0,0,0,0,18164,0,0,0,'Brazen Taxi','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(18769,20550,0,0,0,0,18165,0,0,0,'Young Thrall (Equipped)','',NULL,0,1,1,0,1747,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18770,0,0,0,0,0,18169,0,0,0,'Soldier of Terror','',NULL,0,68,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18771,0,0,0,0,0,18177,0,0,0,'Brumman','Master Leatherworking Trainer',NULL,0,60,60,0,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18772,0,0,0,0,0,18171,0,0,0,'Hama','Master Tailoring Trainer',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,512,2048,0,0,2,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18773,0,0,0,0,0,18179,0,0,0,'Johan Barnes','Master Enchanting Trainer','Trainer',7818,60,60,0,1737,209,1,1.14286,1,0,146,192,0,238,1,1500,2000,2,512,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18774,0,0,0,0,0,18173,0,0,0,'Tatiana','Master Jewelcrafting Trainer',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18775,0,0,0,0,0,18175,0,0,0,'Lebowski','Master Engineering Trainer',NULL,7820,60,60,1,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18776,0,0,0,0,0,18184,0,0,0,'Rorelien','Master Herbalism Trainer',NULL,7691,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18777,0,0,0,0,0,18185,0,0,0,'Jelena Nightsky','Master Skinning Trainer',NULL,7842,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18778,20304,0,0,0,0,11686,0,0,0,'Cosmetic Raging Soul','',NULL,0,66,66,1,35,0,1,1.14286,1,0,195,273,0,266,1,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18779,0,0,0,0,0,18182,0,0,0,'Hurnak Grimmord','Master Mining Trainer',NULL,7690,60,60,0,1737,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18780,0,0,0,0,0,18178,0,0,0,'The Curator Transform Visual','',NULL,0,73,73,1,16,0,1.2,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,20,1,0,0,0,0,0,0,0,184,1,617299803,1,'',12340),
|
|
(18781,0,0,0,0,0,19798,0,0,0,'Faenel the Drunkard',NULL,NULL,0,50,50,0,1604,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,33558784,2048,0,0,0,0,0,0,50,73,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18782,0,0,0,0,0,1126,11686,0,0,'Silvermoon Ritual of Summoning Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(18783,0,0,0,0,0,18187,0,0,0,'Sabille','Bartender',NULL,0,30,30,0,1604,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18785,0,0,0,0,0,18246,0,0,0,'Kuma','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18788,0,0,0,0,0,18332,0,0,0,'Munci','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18789,0,0,0,0,0,18348,0,0,0,'Furgu','Hippogryph Master',NULL,6944,65,65,0,1638,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18790,0,0,0,0,0,18189,0,0,0,'Gatewatcher Aendor',NULL,NULL,7828,20,20,0,1604,1,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,4096,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18791,0,0,0,0,0,18714,0,0,0,'Du\'ga','Wind Rider Master',NULL,6944,65,65,0,126,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18792,0,0,0,0,0,16732,16733,16734,16735,'Harassed Citizen',NULL,NULL,7834,5,9,0,1604,1,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,4608,2048,0,0,0,0,0,0,8,11,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18793,20654,0,0,0,0,21584,15880,0,0,'Invisible Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18794,20645,0,0,0,0,18191,18192,0,0,'Cabal Ritualist',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,18794,18794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,1153,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18795,0,0,0,0,0,4589,0,0,0,'Lesser Scorching Totem',NULL,NULL,0,10,11,0,58,0,1.125,1.14286,1,0,15,20,0,44,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,14,100,11,0,0,0,0,0,0,0,0,0,0,32969,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18796,20652,0,0,0,0,18193,0,0,0,'Fel Overseer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,0,18796,18796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3686,4818,'SmartAI',1,3,1,12,3,1,0,0,0,0,0,0,0,0,1,80428895,0,'',12340),
|
|
(18797,20662,0,0,0,0,9786,0,0,0,'Tortured Skeleton',NULL,NULL,0,69,69,1,21,0,1,1.14286,1,0,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18798,20544,0,0,0,0,18223,0,0,0,'Skarloc\'s Mount',NULL,NULL,0,1,1,0,634,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18799,0,0,0,0,0,18211,18212,0,0,'Silvermoon Citizen',NULL,NULL,0,1,1,0,1637,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,32768,2048,0,0,0,0,0,0,1,2,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18800,0,0,0,0,0,18195,18340,18341,0,'Worker',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18801,0,0,0,0,0,14,0,0,0,'Master Enchanter Theopolus','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18802,0,0,0,0,0,18204,0,0,0,'Alchemist Gribble','Master Alchemy Trainer',NULL,7818,60,60,0,1737,3283,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,2,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18803,0,0,0,0,0,6819,0,0,0,'Stillpine Ambassador Frasaboo','Envoy of the Stillpine',NULL,7832,17,17,0,1685,3,0.666668,0.99206,1,0,25,33,0,60,1,2000,2000,1,4096,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18804,0,0,0,0,0,18210,0,0,0,'Prospector Nachlan','Explorers\' League',NULL,7833,45,45,0,55,83,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,512,2048,0,0,2,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18805,0,0,0,0,0,18239,0,0,0,'High Astromancer Solarian',NULL,NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,6,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,18805,0,0,0,0,0,0,0,0,42783,33009,39414,0,0,0,0,0,0,0,873382,1067467,'',0,3,1,350,75,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_high_astromancer_solarian',12340),
|
|
(18806,0,0,0,0,0,19050,19051,19052,0,'Solarium Priest',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18807,0,0,0,0,0,2577,0,0,0,'Kerna','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18808,0,0,0,0,0,21068,0,0,0,'Gursha','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1.48,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18809,0,0,0,0,0,5771,0,0,0,'Furnan Skysoar','Gryphon Master',NULL,6944,65,65,0,1737,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18810,0,0,0,0,0,18214,0,0,0,'Otonambusi','General Goods',NULL,0,12,12,0,1638,384,1,1,1,0,16,21,0,42,1,2000,2000,2,32768,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18811,0,0,0,0,0,18220,0,0,0,'Meriaad','General Goods',NULL,0,14,14,0,1638,384,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,4096,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18812,0,0,0,0,0,18221,0,0,0,'Ereuso',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18813,0,0,0,0,0,18222,0,0,0,'Duumehi',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18814,0,0,0,0,0,1126,11686,0,0,'Exodar Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18815,0,0,0,0,0,19231,19232,19233,19234,'Exodar Proselyte',NULL,NULL,0,30,30,0,1638,0,1,0.62857,1,0,30,42,0,44,1,2000,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,85,1,0,2,'',12340),
|
|
(18816,0,0,0,0,0,18233,0,0,0,'Chief Researcher Amereldine',NULL,NULL,7838,69,69,0,1604,3,1,1.14286,1,1,245,346,0,298,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18817,0,0,0,0,0,18235,0,0,0,'Chief Researcher Kartos','',NULL,7839,69,69,0,12,3,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18818,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - East','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18819,0,0,0,0,0,18240,0,0,0,'Exodar Proselyte Leader','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18820,0,0,0,0,0,18240,0,0,0,'Exodar Proselyte Leader 2','',NULL,0,30,30,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,85,1,0,2,'',12340),
|
|
(18821,0,0,0,0,0,18243,0,0,0,'Quartermaster Jaffrey Noreliqe',NULL,NULL,0,65,65,1,1604,129,1,1.14286,1,1,186,260,0,262,7.5,2000,1900,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18822,0,0,0,0,0,18241,0,0,0,'Quartermaster Davian Vaclav','',NULL,7841,65,65,1,12,129,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18823,0,0,0,0,0,4606,0,0,0,'Minor Water Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18824,0,0,0,0,0,18244,0,0,0,'Minor Fire Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18825,0,0,0,0,0,18245,0,0,0,'Minor Air Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18826,0,0,0,0,0,1108,0,0,0,'Minor Earth Spirit','',NULL,0,10,10,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18827,0,0,0,0,0,17457,0,0,0,'Gan\'arg Sapper',NULL,NULL,0,59,60,1,90,0,1,1.14286,1,0,104,138,0,252,1,1538,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,18827,18827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,930,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18828,0,0,0,0,0,16925,0,0,0,'Camera Shaker',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18829,0,0,0,0,0,11440,11438,0,0,'Hellfire Warder','',NULL,0,72,72,1,16,0,1.3,1.14286,1,3,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,108,0,0,0,0,0,0,0,0,0,39175,30530,34436,34437,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,22.4,30,1,0,0,0,0,0,0,0,0,1,604057215,0,'',12340),
|
|
(18830,20644,0,0,0,0,18596,18597,18598,0,'Cabal Fanatic',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18830,18830,0,0,0,0,0,0,0,12021,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(18831,0,0,0,0,0,18649,0,0,0,'High King Maulgar','Lord of the Ogres',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,316,450,0,320,50,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,18831,0,0,0,0,0,0,0,0,28168,33230,33238,16508,0,0,0,0,0,0,255222,311938,'',1,3,1,70,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_high_king_maulgar',12340),
|
|
(18832,0,0,0,0,0,20194,0,0,0,'Krosh Firehand',NULL,NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,33051,33054,33061,0,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_krosh_firehand',12340),
|
|
(18834,0,0,0,0,0,20195,0,0,0,'Olm the Summoner','',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,1701,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_olm_the_summoner',12340),
|
|
(18835,0,0,0,0,0,12472,0,0,0,'Kiggler the Crazed','',NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,25,1449,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,33237,33175,33173,36152,0,0,0,0,0,0,0,0,'',1,3,1,35,30,1,0,0,0,0,0,0,0,164,1,650854267,2097153,'boss_kiggler_the_crazed',12340),
|
|
(18836,0,0,0,0,0,11585,0,0,0,'Blindeye the Seer',NULL,NULL,0,73,73,1,45,0,2.5,1.14286,1,3,313,448,0,302,20,1449,1701,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,0,0,0,0,0,0,0,0,0,30991,30992,33152,0,0,0,0,0,0,0,0,0,'',1,3,1,35,20,1,0,0,0,0,0,0,0,164,1,604055167,2097153,'boss_blindeye_the_seer',12340),
|
|
(18838,0,0,0,0,0,8610,0,0,0,'Nightlord Malphas','',NULL,0,61,61,1,90,0,1.125,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18839,0,0,0,0,0,18269,0,0,0,'Magical Crawdad','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(18840,0,0,0,0,0,11686,0,0,0,'Sunspring Post Credit Marker',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),
|
|
(18841,0,0,0,0,0,11686,0,0,0,'Laughing Skull Clan Ruins Credit Marker',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),
|
|
(18842,0,0,0,0,0,11686,0,0,0,'Garadar Credit Marker',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),
|
|
(18843,0,0,0,0,0,11686,0,0,0,'Bleeding Hollow Clan Ruins Credit Marker','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_creditmarker_visit_with_ancestors',12340),
|
|
(18844,0,0,0,0,0,3317,0,0,0,'Porter','',NULL,0,70,70,1,1732,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18845,0,0,0,0,0,17105,0,0,0,'Benevolent Mr. Pinchy',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18846,0,0,0,0,0,17105,0,0,0,'Furious Mr. Pinchy',NULL,NULL,0,70,70,1,7,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18847,0,0,0,0,0,7972,0,0,0,'Wild Fel Stalker','',NULL,0,73,73,1,45,0,1.71,1.14286,1,3,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,33086,33091,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(18848,20656,0,0,0,0,17543,0,0,0,'Malicious Instructor',NULL,NULL,0,70,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,1200,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,0,18848,18848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3134,4097,'SmartAI',1,3,1,12.25,3,1,0,0,0,0,0,0,0,0,1,131073,0,'',12340),
|
|
(18849,0,0,0,0,0,7907,15880,0,0,'Invis Alliance Siege Engine - East','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18850,0,0,0,0,0,19452,19453,0,0,'Sunfury Guardsman',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,18850,18850,0,0,0,0,0,0,0,35877,8599,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18851,0,0,0,0,0,17545,0,0,0,'Dragonhawk Protector','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,30,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18852,0,0,0,0,0,19121,19122,19123,19124,'Sunfury Warp-Engineer',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18852,18852,0,0,0,0,0,0,0,35919,35920,0,0,0,0,0,0,0,0,167,222,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18853,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Bloodwarder',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,18853,18853,0,0,0,0,0,0,0,35877,8599,0,0,0,0,0,0,0,0,194,259,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18854,0,0,0,0,0,17545,0,0,0,'Unstable Dragonhawk','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,30,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10482,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18855,0,0,0,0,0,19115,19116,19117,19118,'Sunfury Magister',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18855,18855,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18856,0,0,0,0,0,19201,0,0,0,'Arcane Annihilator',NULL,NULL,0,68,68,1,1798,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,179,266,31,4,0,18856,0,0,0,0,0,0,0,0,33860,35892,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,28787,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18857,0,0,0,0,0,19125,19126,0,0,'Sunfury Warp-Master',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,18857,18857,0,0,0,0,0,0,0,35919,0,0,0,0,0,0,0,0,0,167,224,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18858,0,0,0,0,0,18448,0,0,0,'Wrathbringer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18858,18858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18859,0,0,0,0,0,18699,0,0,0,'Wrath Priestess',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18859,18859,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,30850,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18860,0,0,0,0,0,19586,0,0,0,'Daughter of Destiny',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18860,18860,0,0,0,0,0,0,0,36225,36844,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18861,0,0,0,0,0,18291,0,0,0,'Eredar Tactician','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18862,0,0,0,0,0,8610,0,0,0,'Dread Overlord','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18863,0,0,0,0,0,14272,0,0,0,'Manaspawn','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18864,0,0,0,0,0,19672,0,0,0,'Mana Wraith',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,6,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,18864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28527,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18865,0,0,0,0,0,19916,0,0,0,'Warp Aberration',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,6,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,18865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18866,0,0,0,0,0,15438,0,0,0,'Mageslayer',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,18866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18867,0,0,0,0,0,19003,0,0,0,'Mana Seeker',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,18867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18868,0,0,0,0,0,17081,0,0,0,'Voidfiend','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18869,0,0,0,0,0,18050,0,0,0,'Unstable Voidwraith',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,18869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18870,0,0,0,0,0,18990,0,0,0,'Voidshrieker',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,18870,0,0,0,0,0,0,0,0,34191,34344,34338,34322,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18871,0,0,0,0,0,18170,0,0,0,'Voidlord','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18872,0,0,0,0,0,19103,19106,19104,19107,'Disembodied Vindicator',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,18872,18872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18873,0,0,0,0,0,19099,19100,19102,19101,'Disembodied Protector',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,18873,18873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(18874,0,0,0,0,0,18660,0,0,0,'Zaxxis Spell-Thief','',NULL,0,67,68,1,16,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18875,0,0,0,0,0,19650,0,0,0,'Zaxxis Raider',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,18875,18875,0,0,0,0,0,0,0,35922,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18876,0,0,0,0,0,19191,0,0,0,'Phase Hatchling','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18877,0,0,0,0,0,19272,0,0,0,'Nether Drake',NULL,NULL,0,68,69,1,1824,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,18877,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18878,0,0,0,0,0,19369,0,0,0,'Warp Beast','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,32,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11573,0,0,0,'',0,3,1,1,1,1,0,28527,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18879,0,0,0,0,0,19435,0,0,0,'Phase Hunter',NULL,NULL,0,67,68,1,14,0,1.6,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,18879,0,70063,0,0,0,0,0,0,36574,2691,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'npc_phase_hunter',12340),
|
|
(18880,0,0,0,0,0,19416,0,0,0,'Nether Ray',NULL,NULL,0,67,68,1,14,0,1.6,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,34,0,0,0,0,179,266,31,1,1,18880,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12887,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,28417,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(18881,0,0,0,0,0,19662,0,0,0,'Sundered Rumbler',NULL,NULL,0,67,68,1,91,0,1.55556,1.14286,1,0,231,325,3,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,512,18881,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18882,0,0,0,0,0,19456,0,0,0,'Sundered Thunderer',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,512,18882,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18883,0,0,0,0,0,19690,0,0,0,'Mana Snapper',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,18883,0,0,0,0,0,0,0,0,37176,34814,36574,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18884,0,0,0,0,0,19979,0,0,0,'Warp Chaser',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,32,0,0,0,0,195,289,41,1,1,18884,0,70161,0,0,0,0,0,0,32920,32739,32942,37417,0,0,0,0,11576,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18885,0,0,0,0,0,18700,0,0,0,'Farahlon Giant',NULL,NULL,0,67,68,1,778,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,18885,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,1593,'',1,3,1,4,1,1,0,29163,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18886,0,0,0,0,0,19458,0,0,0,'Farahlon Breaker',NULL,NULL,0,69,70,1,778,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,18886,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,1708,'',1,3,1,4,1,1,0,29163,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18887,0,0,0,0,0,18276,0,0,0,'Taretha',NULL,NULL,7852,25,25,0,35,1,1.125,1.14286,1,0,35,48,0,86,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taretha',12340),
|
|
(18888,0,0,0,0,0,18277,0,0,0,'Peoreth of the Weakest Sauce','Teleport to the Undercity',NULL,0,60,60,0,1735,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18889,0,0,0,0,0,18278,0,0,0,'Maltrake, Servant of Rommath','Teleport to Silvermoon City',NULL,0,60,60,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18890,0,0,0,0,0,16931,0,0,0,'Walla\'s Quest Test NPC','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18891,20659,0,0,0,0,18280,0,0,0,'Spy To\'gun',NULL,NULL,0,70,70,1,1818,2,1,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18892,0,0,0,0,0,18281,18282,18284,18285,'Broken Miner',NULL,NULL,0,30,30,0,1638,0,1,1,1,0,30,42,0,44,1,2000,2000,8,32768,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18893,0,0,0,0,0,20659,0,0,0,'Spymistress Mehlisah Highcrown','',NULL,7854,70,70,1,1818,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18894,21645,0,0,0,0,9129,0,0,0,'Felguard Brute',NULL,NULL,0,61,61,1,90,0,1,1.42857,1,1,159,221,0,258,4.6,2000,1534,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,17370,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,1291,1690,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18895,0,0,0,0,0,20291,0,0,0,'Ear-Biter','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18896,0,0,0,0,0,1126,11686,0,0,'Exodar Holographic Emitter',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18897,0,0,0,0,0,18290,0,0,0,'\"King\" Dond','Arena Organizer',NULL,8494,70,70,1,35,262145,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18898,0,0,0,0,0,18293,0,0,0,'Explodyne Fizzlespurt','Arena Vendor',NULL,0,70,70,1,35,129,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18899,0,0,0,0,0,18295,0,0,0,'Torias',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18900,0,0,0,0,0,18296,0,0,0,'Tobin',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18901,0,0,0,0,0,18297,0,0,0,'Curzon',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18902,0,0,0,0,0,18298,0,0,0,'Emony',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18903,0,0,0,0,0,18299,0,0,0,'Audrid',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18904,0,0,0,0,0,18303,0,0,0,'Vision of the Forgotten','',NULL,0,68,68,1,1194,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18905,0,0,0,0,0,18304,0,0,0,'Innkeeper Bazil Olof\'tazun','Innkeeper',NULL,7288,61,61,0,1604,66177,1,1.14286,1,0,123,177,0,115,1,1500,2000,8,512,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(18906,0,0,0,0,0,18305,0,0,0,'Caregiver Ophera Windfury','Innkeeper',NULL,7497,61,61,1,1638,66177,1,1.14286,1,0,159,221,0,258,1,1000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(18907,0,0,0,0,0,18306,0,0,0,'Innkeeper Coryth Stoktron','Innkeeper',NULL,7855,63,63,0,1660,66433,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18908,0,0,0,0,0,18307,0,0,0,'Innkeeper Kerp','Innkeeper',NULL,7481,63,63,1,1722,65665,1,1,1,0,181,253,0,268,1,1000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18909,0,0,0,0,0,18308,18309,19665,19666,'Zabra\'jin Guard','',NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18910,0,0,0,0,0,18308,18309,0,0,'Swamprat Guard',NULL,NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18911,0,0,0,0,0,18320,0,0,0,'Juno Dufrain','Master Fishing Trainer',NULL,10437,60,60,0,35,145,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18912,0,0,0,0,0,18312,0,0,0,'Sporelok',NULL,NULL,0,61,62,1,1709,0,1,0.99206,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,35229,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.35,0.35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18913,0,0,0,0,0,18318,0,0,0,'Matron Tikkit','Innkeeper',NULL,7857,65,65,1,1652,66177,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(18914,0,0,0,0,0,18319,0,0,0,'Caregiver Isel','Innkeeper',NULL,7481,65,65,1,1722,65665,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18915,0,0,0,0,0,18321,0,0,0,'Foreman Dunaer',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18916,0,0,0,0,0,18322,0,0,0,'Valon',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18917,0,0,0,0,0,18324,0,0,0,'Chakaa',NULL,NULL,0,60,60,0,1638,0,1,1,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18918,0,0,0,0,0,18325,0,0,0,'Drysc',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18919,0,0,0,0,0,18326,0,0,0,'Sayari',NULL,NULL,0,20,20,0,1638,0,1,1.14286,1,0,21,29,0,30,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,27,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18920,0,0,0,0,0,18327,0,0,0,'Alorii','',NULL,0,20,20,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18921,0,0,0,0,0,18328,0,0,0,'Artificer Drenin',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18922,0,0,0,0,0,18330,18331,19476,19477,'Telredor Guard','',NULL,0,65,65,1,1639,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18924,0,0,0,0,0,18329,0,0,0,'Artificer Andren',NULL,NULL,0,65,65,1,1639,0,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(18925,0,0,0,0,0,19048,19049,0,0,'Solarium Agent',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18926,0,0,0,0,0,18334,0,0,0,'Sleyin','Weapon Vendor',NULL,0,10,10,0,1604,4224,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18927,0,0,0,0,0,19177,19178,0,0,'Human Commoner',NULL,NULL,8988,1,1,0,12,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18928,0,0,0,0,0,11686,0,0,0,'Astromancer Solarian Spotlight',NULL,NULL,0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18929,0,0,0,0,0,18335,0,0,0,'Kyrenna','Cheese Vendor',NULL,0,10,10,0,1604,640,1,1.14286,1,0,13,17,0,42,1,1500,2000,1,4608,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18930,0,0,0,0,0,18665,0,0,0,'Vlagga Freyfeather','Wind Rider Master',NULL,7938,65,65,1,1760,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18931,0,0,0,0,0,18666,0,0,0,'Amish Wildhammer','Gryphon Master',NULL,7939,65,65,1,1756,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18932,0,0,0,0,0,0,11686,0,0,'Astromancer Trigger',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,617299803,128,'',12340),
|
|
(18933,0,0,0,0,0,17865,0,0,0,'Isfar','',NULL,7866,67,67,1,1818,3,1,1.14286,1,0,204,287,0,272,1,1200,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18934,20525,0,0,0,0,18336,18337,18338,18339,'Durnholde Mage',NULL,NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18934,18934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,927,'SmartAI',1,3,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18935,0,0,0,0,0,19177,0,0,0,'[PH] Gossip NPC, Human Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18936,0,0,0,0,0,19178,0,0,0,'[PH] Gossip NPC, Human Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18937,0,0,0,0,0,20193,0,0,0,'Amerun Leafshade','Hippogryph Master',NULL,6944,65,65,1,80,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18938,0,0,0,0,0,1233,0,0,0,'Krexcil','Flight Master',NULL,6944,65,65,1,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18939,0,0,0,0,0,7250,0,0,0,'Brubeck Stormfoot','Gryphon Master',NULL,6944,65,65,1,694,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18940,0,0,0,0,0,20969,0,0,0,'Nutral','Flight Master',NULL,6944,65,65,1,35,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18941,0,0,0,0,0,3939,18337,0,0,'[PH] Gossip NPC, Human, Specific Look','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18942,0,0,0,0,0,16685,0,0,0,'Innalia','Wind Rider Master',NULL,6944,65,65,1,1604,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18943,0,0,0,0,0,18330,18331,0,0,'Orebor Harborage Defender','',NULL,0,65,65,1,1639,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,12170,12169,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18944,0,0,0,0,0,18345,0,0,0,'Fel Soldier','',NULL,0,70,70,1,1754,0,1.02,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(18945,0,0,0,0,0,18622,0,0,0,'Pit Commander','',NULL,0,72,72,1,1754,0,0.777776,2.28571,1,1,304,436,0,296,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,8,0,0,0,0,0,0,0,0,0,33972,30619,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,100,1,0,0,0,0,0,0,0,199,1,650854271,2097216,'',12340),
|
|
(18946,0,0,0,0,0,7950,0,0,0,'Infernal Siegebreaker',NULL,NULL,0,70,70,1,1752,0,1.6,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,167,1,0,64,'',12340),
|
|
(18947,0,0,0,0,0,18343,0,0,0,'Solanin','Bag Vendor',NULL,7864,10,10,0,1604,129,1,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18948,0,0,0,0,0,3167,5446,0,0,'Stormwind Soldier','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18949,0,0,0,0,0,18452,18453,0,0,'Stormwind Mage','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,230,336,0,133,4.6,2000,2000,8,33028,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18950,0,0,0,0,0,4259,4260,4601,4602,'Orgrimmar Grunt','',NULL,0,68,68,1,1758,0,1,1.14286,1,1,231,325,0,292,4.6,1250,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18951,0,0,0,0,0,18344,0,0,0,'Erilia','Enchanting Vendor',NULL,0,10,10,0,1604,128,1,1.14286,1,0,8,13,0,17,1,1500,2000,8,4608,2048,0,0,0,0,0,0,9,12,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18952,0,0,0,21161,0,18855,0,0,0,'Bonechewer Scavenger',NULL,NULL,0,58,59,1,1663,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,18952,18952,0,0,0,0,0,0,0,13398,34113,0,0,0,0,0,0,0,0,136,1261,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18953,0,0,0,0,0,20192,0,0,0,'Unoke Tenderhoof','Wind Rider Master',NULL,0,65,65,1,1729,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18954,0,0,0,0,0,18346,0,0,0,'Sailor Melinan','Drink Vendor',NULL,0,10,10,0,1604,128,1.125,1.14286,1,0,12,16,0,38,1,1500,2000,2,4608,2048,0,0,0,0,0,0,8,12,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18955,0,0,0,0,0,16480,16925,0,0,'Camera Shaker - 30-90 seconds',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18956,0,0,0,0,0,18347,0,0,0,'Lakka',NULL,NULL,7868,67,67,1,35,1,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18957,0,0,0,0,0,5706,0,0,0,'Innkeeper Grilka','Innkeeper',NULL,1290,65,65,1,1735,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,37376,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18958,0,0,0,0,0,17543,0,0,0,'Giselda Transform','',NULL,0,65,66,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18959,0,0,0,0,0,3737,0,0,0,'Dod\'ss','General Goods',NULL,0,60,65,1,1735,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18960,0,0,0,0,0,18421,0,0,0,'Rungor','Trade Goods',NULL,0,60,65,1,1735,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18961,0,0,0,0,0,19329,19112,0,0,'Void Spawner','',NULL,0,60,60,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18962,0,0,0,0,0,4559,0,0,0,'Bar Talet','Bowyer',NULL,0,60,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18963,0,0,0,0,0,18431,0,0,0,'Windroc Huntress',NULL,NULL,0,66,66,1,32,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,18963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10712,0,0,0,'',1,7,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18964,0,0,0,0,0,19219,0,0,0,'Injured Talbuk',NULL,NULL,0,64,64,1,31,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,18964,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18965,0,0,0,0,0,2306,14613,14614,14615,'Darnassian Archer','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18966,0,0,0,0,0,18443,0,0,0,'Justinius the Harbinger','',NULL,0,70,70,1,1757,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18967,0,0,0,0,0,5561,16946,0,0,'Dark Assault - Alliance Portal - Invisible Stalker',NULL,NULL,0,1,1,0,14,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18968,0,0,0,0,0,1070,16946,0,0,'Dark Assault - Horde Portal - Invisible Stalker',NULL,NULL,0,1,1,0,14,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(18969,0,0,0,0,0,18409,0,0,0,'Melgromm Highmountain','',NULL,0,70,70,1,1759,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18970,0,0,0,0,0,15574,15577,15578,15579,'Darkspear Axe Thrower','',NULL,0,68,68,1,1758,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18971,0,0,0,0,0,18454,18455,0,0,'Undercity Mage','',NULL,0,68,68,1,1759,0,1,1.14286,1,1,230,336,0,133,4.6,2000,2000,8,33028,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18972,0,0,0,0,0,18408,18456,0,0,'Orgrimmar Shaman',NULL,NULL,0,68,68,1,1759,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18973,0,0,0,0,0,4259,4260,4602,4601,'Stonebreaker Grunt',NULL,NULL,0,65,65,1,106,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,40505,8208,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18974,0,0,0,0,0,17210,0,0,0,'Z\'kral',NULL,NULL,0,62,62,1,90,0,0.944444,0.95238,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,18974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,4051,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18975,0,0,0,0,0,20045,0,0,0,'Wrathguard',NULL,NULL,0,58,59,1,1752,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,18975,18975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,1056,'',1,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18976,0,0,0,0,0,17210,0,0,0,'Urga\'zz','',NULL,0,62,62,1,90,0,0.944444,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,18976,18976,0,0,0,0,0,0,0,34095,32004,32003,0,0,0,0,0,0,0,164,220,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18977,0,0,0,0,0,18251,0,0,0,'Felguard Destroyer',NULL,NULL,0,60,60,1,90,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,3,0,18977,18977,0,0,0,0,0,0,0,40220,40505,33971,0,0,0,0,0,0,0,524,689,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18978,0,0,0,0,0,16480,0,0,0,'Heckling Fel Sprite',NULL,NULL,0,57,58,0,90,0,1,1.71429,1,0,93,123,0,228,1,2000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,3,0,18978,18978,0,0,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,340,'',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(18979,0,0,0,0,0,18414,0,0,0,'Mobaz','',NULL,0,61,61,1,14,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,29158,31747,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18980,0,0,0,0,0,18414,0,0,0,'Durgoth','',NULL,0,60,60,1,14,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,29158,31747,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18981,0,0,0,0,0,18419,0,0,0,'Doomwhisperer',NULL,NULL,0,59,59,1,90,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,18981,18981,0,0,0,0,0,0,0,33969,0,0,0,0,0,0,0,0,0,119,728,'SmartAI',1,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18982,22173,0,0,0,0,18416,0,0,0,'Sable Jaguar',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,4.6,1000,2000,1,0,2048,0,2,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13355,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18983,22162,0,0,0,0,1104,0,0,0,'Blackfang Tarantula',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,4.6,2000,1650,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,18983,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13167,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18984,0,0,0,0,0,18415,0,0,0,'Trag','Stable Master',NULL,9821,60,66,1,1735,4194305,1,1.14286,1,0,210,295,0,282,1,1000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(18985,0,0,0,0,0,18418,0,0,0,'Seer Skaltesh',NULL,NULL,7859,60,60,1,1638,1,1,1,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18986,0,0,0,0,0,18457,18458,0,0,'Ironforge Paladin','',NULL,0,68,68,1,1755,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,33040,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18987,0,0,0,0,0,1715,0,0,0,'Gaston','Chef',NULL,7818,60,60,0,1737,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18988,0,0,0,0,0,1562,0,0,0,'Baxter','Chef',NULL,7818,60,60,0,1729,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18989,0,0,0,0,0,4261,12166,12165,4264,'Stonebreaker Guard','',NULL,0,60,66,0,85,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18990,0,0,0,0,0,18246,0,0,0,'Burko','Medic',NULL,0,60,60,0,1638,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18991,0,0,0,0,0,17651,0,0,0,'Aresella','Medic',NULL,0,60,60,0,1604,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18992,0,0,0,0,0,19906,0,0,0,'Captain Krosh',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,18992,18992,0,0,0,0,0,0,0,35491,0,0,0,0,0,0,0,0,0,174,232,'',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18993,0,0,0,0,0,10564,0,0,0,'Naka','Cooking Supplies',NULL,7879,60,60,0,1710,209,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18994,22166,0,0,0,0,19062,0,0,0,'Infinite Executioner',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(18995,22168,0,0,0,0,19063,0,0,0,'Infinite Vanquisher',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(18996,0,0,0,0,0,18430,0,0,0,'Windroc Hunter',NULL,NULL,0,64,65,1,32,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,26,0,0,0,0,166,246,35,1,1,18996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10712,0,0,0,'',1,7,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(18997,0,0,0,0,0,18432,0,0,0,'Fallesh Sunfallow','Weapon Merchant',NULL,7881,62,62,0,1604,4225,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18998,0,0,0,0,0,18433,0,0,0,'Lursa Sunfallow','Reagents',NULL,7882,63,63,0,1604,2177,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(18999,0,0,0,0,0,18437,18438,18439,18440,'Allerian Defender',NULL,NULL,0,64,66,1,210,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19000,0,0,0,0,0,18435,18436,18829,18830,'High Elf Ranger',NULL,NULL,0,65,66,1,210,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19001,0,0,0,0,0,18442,0,0,0,'Talaara','Weapon Merchant',NULL,7883,63,63,0,1638,4225,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19002,0,0,0,0,0,18444,0,0,0,'Gardok Ripjaw',NULL,NULL,0,65,67,1,106,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,36864,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19003,0,0,0,0,0,18446,18447,0,0,'Allerian Horseman','',NULL,0,60,60,1,210,0,1,2.28571,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19004,0,0,0,0,0,18445,0,0,0,'Vodesiin','Reagents',NULL,7884,62,62,0,1638,2177,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19005,0,0,0,0,0,18531,0,0,0,'Wrath Master','',NULL,0,71,71,1,1754,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(19006,0,0,0,0,0,19792,0,0,0,'Silvermoon Magister',NULL,NULL,0,70,70,1,1760,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(19007,0,0,0,0,0,10215,0,0,0,'Gnomeregan Conjuror',NULL,NULL,0,70,70,1,1756,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19008,0,0,0,0,0,7907,15880,0,0,'Invis Alliance Siege Engine - West','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19009,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - West','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19010,0,0,0,0,0,18069,17188,0,0,'Camera Shaker - JK','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19011,0,0,0,0,0,18459,0,0,0,'Osrok the Immovable','Armorsmith & Blacksmithing Supplies',NULL,7885,60,66,0,1652,4225,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19012,0,0,0,0,0,18460,0,0,0,'Sparik','Armorsmith & Blacksmithing Supplies',NULL,7886,60,66,0,1722,4225,1,1,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19013,0,0,0,0,0,18461,0,0,0,'Vanteg','Reagents & Poison Supplies',NULL,0,60,66,0,1652,3201,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,36864,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19014,0,0,0,0,0,18462,0,0,0,'Ogir','Reagents & Poison Supplies',NULL,7887,60,66,0,1722,129,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19015,0,0,0,0,0,18463,0,0,0,'Mathar G\'ochar','Trade Supplies',NULL,0,60,66,0,1652,129,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19016,21646,0,0,0,0,16888,16891,0,0,'Hellfire Familiar',NULL,NULL,0,61,61,1,16,0,1,1.14286,1,0,152,210,0,244,4.6,2000,1534,2,0,2048,0,0,0,0,0,0,120,179,25,3,8,17370,0,0,0,0,0,0,0,0,13341,14034,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19017,0,0,0,0,0,18464,0,0,0,'Borto','Trade Supplies',NULL,7888,60,66,1,1722,129,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19018,0,0,0,0,0,18465,0,0,0,'Wilda Bearmane','Stable Master',NULL,9821,60,65,0,1652,4194305,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(19019,0,0,0,0,0,18466,0,0,0,'Luftasia','Stable Master',NULL,7889,60,66,0,1722,4194305,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19020,0,0,0,0,0,18468,0,0,0,'Matron Qualia','General Goods',NULL,0,60,66,0,1652,385,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19021,0,0,0,0,0,18469,0,0,0,'Nancila','General Goods',NULL,7890,60,66,0,1722,129,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19022,0,0,0,0,0,599,0,0,0,'Stabled Panther',NULL,NULL,0,61,67,0,1652,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,36864,2048,0,2,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19023,0,0,0,0,0,18470,0,0,0,'Stabled Tallstrider',NULL,NULL,0,61,68,0,1652,0,1.125,1.14286,1,0,231,325,0,292,1,1300,2000,1,36864,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19024,0,0,0,0,0,4714,0,0,0,'Stabled Boar',NULL,NULL,0,61,67,0,1652,0,1.125,1.14286,1,0,225,314,0,288,1,1300,2000,1,36864,2048,0,2,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19025,0,0,0,0,0,865,0,0,0,'Stabled Bear',NULL,NULL,0,62,62,0,1652,0,1.125,1.14286,1,0,172,240,0,262,1,1300,2000,1,36864,2048,0,2,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19026,0,0,0,0,0,1339,0,0,0,'Stabled Raptor',NULL,NULL,0,60,68,0,1652,0,1.125,1.14286,1,0,231,325,0,292,1,1300,2000,1,36864,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19027,0,0,0,0,0,1977,0,0,0,'Stabled Kurenai Lion',NULL,NULL,0,60,66,0,1722,0,1,1.42857,1,0,210,295,0,282,1,1300,2000,1,32768,2048,0,2,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,1754,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19028,0,0,0,0,0,11686,7907,0,0,'The Overlook Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19029,0,0,0,0,0,1061,16925,0,0,'The Stadium Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19030,0,0,0,0,0,599,0,0,0,'Stabled Kurenai Panther',NULL,NULL,0,60,68,0,1722,0,1,1.42857,1,0,231,325,0,292,1,1300,2000,1,32768,2048,0,2,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,1754,0,0,0,0,0,0,0,0,5830,0,0,0,'',1,1,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19031,0,0,0,0,0,4714,0,0,0,'Stabled Kurenai Boar','',NULL,0,60,68,0,1722,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(19032,0,0,0,0,0,1061,16925,0,0,'Broken Hill Capture Credit Marker',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19033,0,0,0,0,0,18472,0,0,0,'Nicole Bartlett','Matron',NULL,8000,60,60,0,1818,1,1,1.14286,1,0,104,138,0,252,1,1000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19034,0,0,0,0,0,18475,0,0,0,'Mendorn','Banker',NULL,0,70,70,1,1743,131073,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19035,0,0,0,0,0,18473,0,0,0,'Wazat',NULL,NULL,7891,65,65,1,35,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19036,0,0,0,0,0,18474,0,0,0,'Tun\'Aakei','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19037,0,0,0,0,0,18476,0,0,0,'Erath','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19038,0,0,0,0,0,18478,0,0,0,'Supply Officer Mills','Rations',NULL,0,60,60,0,210,640,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19039,0,0,0,0,0,18477,0,0,0,'Fald\'Erei','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19040,0,0,0,0,0,18479,0,0,0,'Wahten','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19041,0,0,0,0,0,169,17188,0,0,'Jump-a-tron 4000',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19042,0,0,0,0,0,18491,0,0,0,'Leeli Longhaggle','Trade Goods',NULL,0,60,60,0,210,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19043,0,0,0,0,0,18481,0,0,0,'Ahemen','Staff Vendor',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19044,0,0,0,0,0,18698,0,0,0,'Gruul the Dragonkiller','',NULL,0,73,73,1,16,0,2,1.14286,1,3,316,450,0,320,35,1449,1701,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,19044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280755,366638,'',1,3,1,315,1,1,0,31750,0,0,0,0,0,210,1,650854271,2097409,'boss_gruul',12340),
|
|
(19045,0,0,0,0,0,18480,0,0,0,'Oloraak','Fish Merchant',NULL,7937,60,60,1,1818,643,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19046,0,0,0,0,0,18482,0,0,0,'Minalei','Innkeeper',NULL,7896,19,19,0,1743,65537,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,33024,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(19047,0,0,0,0,0,17859,0,0,0,'Lissaf','Blade Merchant',NULL,7900,60,60,1,1818,4225,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19048,0,0,0,0,0,18483,18484,0,0,'Stonebreaker Peon',NULL,NULL,0,50,51,0,1735,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,36864,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,19643,8646,18396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19049,0,0,0,0,0,18485,0,0,0,'Karokka','Poison Supplies',NULL,0,60,60,1,1818,1152,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19050,0,0,0,0,0,18487,0,0,0,'Garul','Food & Drink',NULL,0,70,70,1,1743,640,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19051,0,0,0,0,0,18485,0,0,0,'Araac',NULL,NULL,7908,60,60,1,1818,1,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19052,0,0,0,0,0,17867,0,0,0,'Lorokeem','Master Alchemy Trainer',NULL,8540,63,63,1,1818,83,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,256,2048,0,0,2,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_alchemy',12340),
|
|
(19053,0,0,0,0,0,18492,0,0,0,'Fabian Lanzonelli','General Goods & Bags',NULL,0,60,60,0,210,384,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19054,0,0,0,0,0,173,0,0,0,'New Horse Riding Trainer','Trainer',NULL,0,62,62,0,12,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19055,0,0,0,0,0,18494,0,0,0,'Windroc Matriarch',NULL,NULL,0,66,66,1,32,0,2.4,2,1,1,210,295,0,282,7.5,1377,1618,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,19055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10713,0,0,0,'SmartAI',1,4,1,5.8,1,1,0,27841,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19056,0,0,0,0,0,18493,0,0,0,'Cecil Meyers','Blacksmithing Supplies',NULL,0,60,60,0,210,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19057,0,0,0,0,0,18858,0,0,0,'[PH] Gossip NPC Human Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19058,0,0,0,0,0,18860,0,0,0,'[PH] Gossip NPC Human Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19059,0,0,0,0,0,18800,0,0,0,'[PH] Gossip NPC Human Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19060,0,0,0,0,0,18801,0,0,0,'[PH] Gossip NPC Human Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19063,0,0,0,0,0,18495,0,0,0,'Hamanar','Master Jewelcrafting Trainer',NULL,7818,70,70,1,1743,81,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19064,0,0,0,0,0,18496,0,0,0,'Leatei',NULL,NULL,0,50,50,0,1818,0,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,33024,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19065,0,0,0,0,0,18499,0,0,0,'Inessera','Jewelcrafting Supplies Vendor',NULL,0,19,19,0,1743,128,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,33024,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19066,0,0,0,0,0,18275,0,0,0,'Crystalhide Colossus','',NULL,0,62,63,1,778,0,1.2,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,512,0,0,80101,0,0,0,0,0,0,33688,40340,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19067,0,0,0,0,0,18505,0,0,0,'Fel Cannon: Hate',NULL,NULL,0,70,70,0,14,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19068,0,0,0,0,0,17971,18506,18507,18508,'Garadar Wolf Rider',NULL,NULL,0,70,70,1,1650,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19069,0,0,0,0,0,18509,0,0,0,'Garadar Riding Wolf','',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19070,0,0,0,0,0,18510,0,0,0,'Holo-Imp',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19071,0,0,0,0,0,18512,18513,18514,0,'Telaari Elekk Rider','',NULL,0,70,70,1,1721,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19072,0,0,0,0,0,18511,0,0,0,'Telaar Elekk Mount','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19073,0,0,0,0,0,18515,0,0,0,'Nibblet',NULL,NULL,0,60,60,0,534,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19074,0,0,0,0,0,18516,0,0,0,'Skreah','Alchemy Supplies',NULL,0,60,60,1,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19075,0,0,0,0,0,18489,18517,18518,18519,'Skettis Outcast',NULL,NULL,0,60,60,1,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19076,0,0,0,0,0,18520,18521,0,0,'High Elf Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19077,0,0,0,0,0,18522,18523,18524,0,'Dwarf Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19078,0,0,0,0,0,18796,0,0,0,'[PH] Gossip NPC Dwarf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19079,0,0,0,0,0,18797,0,0,0,'[PH] Gossip NPC Dwarf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19080,0,0,0,0,0,18802,0,0,0,'[PH] Gossip NPC Night Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19081,0,0,0,0,0,18803,0,0,0,'[PH] Gossip NPC Night Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19082,0,0,0,0,0,18794,0,0,0,'[PH] Gossip NPC Draenei Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19083,0,0,0,0,0,18795,0,0,0,'[PH] Gossip NPC Draenei Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19084,0,0,0,0,0,18785,0,0,0,'[PH] Gossip NPC Blood Elf Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19085,0,0,0,0,0,18793,0,0,0,'[PH] Gossip NPC Blood Elf Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19086,0,0,0,0,0,18804,0,0,0,'[PH] Gossip NPC Orc Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19087,0,0,0,0,0,18805,0,0,0,'[PH] Gossip NPC Orc Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19088,0,0,0,0,0,18806,0,0,0,'[PH] Gossip NPC Tauren Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19089,0,0,0,0,0,18807,0,0,0,'[PH] Gossip NPC Tauren Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19090,0,0,0,0,0,18811,0,0,0,'[PH] Gossip NPC Undead Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19091,0,0,0,0,0,18810,0,0,0,'[PH] Gossip NPC Undead Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19092,0,0,0,0,0,18844,0,0,0,'[PH] Gossip NPC Dwarf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19093,0,0,0,0,0,18867,0,0,0,'[PH] Gossip NPC Night Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19094,0,0,0,0,0,18842,0,0,0,'[PH] Gossip NPC Draenei Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19095,0,0,0,0,0,18840,0,0,0,'[PH] Gossip NPC Blood Elf Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19096,0,0,0,0,0,18869,0,0,0,'[PH] Gossip NPC Orc Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19097,0,0,0,0,0,18871,0,0,0,'[PH] Gossip NPC Tauren Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19098,0,0,0,0,0,18875,0,0,0,'[PH] Gossip NPC Undead Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19099,0,0,0,0,0,18841,0,0,0,'[PH] Gossip NPC Blood Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19100,0,0,0,0,0,18843,0,0,0,'[PH] Gossip NPC Draenei Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19101,0,0,0,0,0,18845,0,0,0,'[PH] Gossip NPC Dwarf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19102,0,0,0,0,0,18868,0,0,0,'[PH] Gossip NPC Night Elf Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19103,0,0,0,0,0,18870,0,0,0,'[PH] Gossip NPC Orc Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19104,0,0,0,0,0,18872,0,0,0,'[PH] Gossip NPC Tauren Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19105,0,0,0,0,0,18876,0,0,0,'[PH] Gossip NPC Undead Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19106,0,0,0,0,0,19169,0,0,0,'[PH] Gossip NPC, Blood Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19107,0,0,0,0,0,19171,0,0,0,'[PH] Gossip NPC, Draenei Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19108,0,0,0,0,0,19173,0,0,0,'[PH] Gossip NPC, Dwarf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19109,0,0,0,0,0,19181,0,0,0,'[PH] Gossip NPC, Orc Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19110,0,0,0,0,0,19187,0,0,0,'[PH] Gossip NPC, Undead Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19111,0,0,0,0,0,19183,0,0,0,'[PH] Gossip NPC, Tauren Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19112,0,0,0,0,0,19179,0,0,0,'[PH] Gossip NPC, Night Elf Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19113,0,0,0,0,0,19170,0,0,0,'[PH] Gossip NPC, Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19114,0,0,0,0,0,19172,0,0,0,'[PH] Gossip NPC, Draenei Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19115,0,0,0,0,0,19174,0,0,0,'[PH] Gossip NPC, Dwarf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19116,0,0,0,0,0,19180,0,0,0,'[PH] Gossip NPC, Night Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19117,0,0,0,0,0,19182,0,0,0,'[PH] Gossip NPC, Orc Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19118,0,0,0,0,0,19184,0,0,0,'[PH] Gossip NPC, Tauren Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19119,0,0,0,0,0,19188,0,0,0,'[PH] Gossip NPC, Undead Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19120,0,0,0,0,0,18027,18528,18529,18530,'Broken Refugee',NULL,NULL,0,60,60,0,1818,0,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19121,0,0,0,0,0,19175,0,0,0,'[PH] Gossip NPC, Gnome Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19122,0,0,0,0,0,19176,0,0,0,'[PH] Gossip NPC, Gnome Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19123,0,0,0,0,0,19185,0,0,0,'[PH] Gossip NPC, Troll Female','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19124,0,0,0,0,0,19186,0,0,0,'[PH] Gossip NPC, Troll Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19125,0,0,0,0,0,18798,0,0,0,'[PH] Gossip NPC Gnome Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19126,0,0,0,0,0,18799,0,0,0,'[PH] Gossip NPC Gnome Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19127,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19128,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Christmas','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19129,0,0,0,0,0,18846,0,0,0,'[PH] Gossip NPC Gnome Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19130,0,0,0,0,0,18873,0,0,0,'[PH] Gossip NPC Troll Female, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19131,0,0,0,0,0,18847,0,0,0,'[PH] Gossip NPC Gnome Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19132,0,0,0,0,0,18874,0,0,0,'[PH] Gossip NPC Troll Male, Lunar Festival','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19133,0,0,0,0,0,18532,0,0,0,'Ohlorn Farstrider','Nesingwary Safari',NULL,7936,70,70,1,1735,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19134,0,0,0,0,0,18502,0,0,0,'Stonescythe Flayer','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,32732,43246,22120,33810,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19135,0,0,0,0,0,18504,0,0,0,'Stonescythe Ripper','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,33912,33911,33896,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19136,0,0,0,0,0,18878,0,0,0,'Flamewaker Imp',NULL,NULL,0,58,58,1,90,0,1,1.14286,1,0,71,98,0,107,1,2000,2000,8,0,2048,0,0,0,0,0,0,59,87,24,3,0,19136,19136,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,72,266,'SmartAI',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19137,0,0,0,0,0,18536,0,0,0,'\"Shotgun\" Jones','Nesingwary Safari',NULL,7940,70,70,1,1732,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19138,0,0,0,0,0,18548,18550,18551,18552,'Anchorite Attendant',NULL,NULL,0,19,19,0,1743,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19139,0,0,0,0,0,16074,0,0,0,'Nagrand Target Dummy',NULL,NULL,0,40,40,0,1095,0,1,1,1,0,56,74,0,136,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,39,57,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16416,262146,'',12340),
|
|
(19140,0,0,0,0,0,18545,0,0,0,'Mag\'har Pitfighter',NULL,NULL,0,66,66,1,1652,1,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,37632,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19141,0,0,0,0,0,18538,0,0,0,'Kurenai Pitfighter','',NULL,7941,66,66,1,1722,1,1,1,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19142,0,0,0,0,0,18537,18539,18540,18541,'Aldor Anchorite',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19144,0,0,0,0,0,18544,18543,18542,0,'Mag\'har Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19145,0,0,0,0,0,2575,0,0,0,'Old Horse Trainer','Horse Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19146,0,0,0,0,0,2575,0,0,0,'Old Raptor Trainer','Raptor Pet Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19147,0,0,0,0,0,18546,18547,0,0,'Allerian Peasant',NULL,NULL,0,55,55,0,1733,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19148,0,0,0,0,0,19174,19173,0,0,'Dwarf Commoner','',NULL,8988,1,1,0,55,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19149,0,0,0,0,0,18549,18553,18554,18555,'Telaari Citizen',NULL,NULL,0,64,64,1,1722,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19150,0,0,0,0,0,18556,18557,18558,18559,'Orc Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19151,0,0,0,0,0,18562,18563,18564,18565,'Captured Halaani Blood Knight','',NULL,0,65,65,1,714,0,1,2.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(19152,0,0,0,0,0,18561,18255,18256,18257,'Interrogator Khan','Hand of Argus',NULL,0,73,73,0,1638,0,1,2.14286,1,1,316,450,0,320,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(19153,0,0,0,0,0,18566,18567,18568,18569,'Aldor Neophyte',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19154,0,0,0,0,0,644,0,0,0,'Soot',NULL,NULL,0,60,60,1,210,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19155,0,0,0,0,0,17544,17626,17628,17627,'Sporeling Refugee',NULL,NULL,0,60,60,0,1818,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19156,0,0,0,0,0,18571,18513,18514,0,'Telaari Jailor','',NULL,7943,65,65,1,1721,1,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19157,0,0,0,0,0,18572,18573,18574,18575,'Captured Halaani Vindicator',NULL,NULL,0,65,65,1,534,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,4864,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(19158,0,0,0,0,0,18506,18507,18508,18576,'Garadar Guard Captain',NULL,NULL,7944,70,70,1,1650,1,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,29651,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19159,0,0,0,0,0,18546,18547,0,0,'Allerian Peasant Cosmetic',NULL,NULL,0,55,55,0,1732,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19160,0,0,0,0,0,18420,0,0,0,'Wrathguard Defender','',NULL,0,62,63,1,1752,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19161,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Combatant',NULL,NULL,0,64,65,1,1683,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19162,0,0,0,0,0,152,11650,0,0,'Lost One Refugee',NULL,NULL,0,60,60,0,1818,0,1.11111,1.14286,1,0,104,138,0,252,1,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19163,0,0,0,0,0,19314,221,14589,19092,'Refugee Kid',NULL,NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19164,0,0,0,0,0,11873,19315,14616,19091,'Refugee Child',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19165,0,0,0,0,0,18577,18578,0,0,'Veteran Vindicator',NULL,NULL,0,70,70,1,1743,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19166,21543,0,0,0,0,18662,0,0,0,'Tempest-Forge Patroller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1733,2268,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(19167,21524,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Slayer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19167,19167,0,0,0,0,0,0,0,15708,35189,15589,0,0,0,0,0,0,0,1094,1433,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19168,21539,0,0,0,0,17916,17917,17918,0,'Sunseeker Astromage',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19168,19168,0,0,0,0,0,0,0,35265,35267,36807,0,0,0,0,0,0,0,1389,1819,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19169,0,0,0,0,0,19169,19170,0,0,'Blood Elf Commoner','',NULL,7921,1,1,0,1604,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19170,0,0,0,0,0,18616,18617,18618,18619,'Peasant Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19171,0,0,0,0,0,19171,19172,0,0,'Draenei Commoner','',NULL,8988,1,1,0,1638,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19172,0,0,0,0,0,19176,19175,0,0,'Gnome Commoner','',NULL,8988,1,1,0,875,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19173,0,0,0,0,0,19180,19179,0,0,'Night Elf Commoner',NULL,NULL,8988,1,1,0,80,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19174,0,0,0,0,0,18620,0,0,0,'Chieftain Mummaki',NULL,NULL,0,64,64,1,51,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,19174,0,0,0,0,0,0,0,0,7159,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,27943,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19175,0,0,0,0,0,19181,19182,0,0,'Orc Commoner','',NULL,7925,1,1,0,29,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19176,0,0,0,0,0,19183,19184,0,0,'Tauren Commoner',NULL,NULL,8988,1,1,0,104,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19177,0,0,0,0,0,19185,19186,0,0,'Troll Commoner','',NULL,7935,1,1,0,126,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19178,0,0,0,0,0,19187,19188,0,0,'Forsaken Commoner','',NULL,8988,1,1,0,68,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19179,0,0,0,0,0,1126,11686,0,0,'Formation Marker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19180,0,0,0,0,0,18623,0,0,0,'Seymour','Master Skinning Trainer',NULL,7818,60,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19181,0,0,0,0,0,2585,0,0,0,'Lemla Hopewing','Apprentice Gryphon Master',NULL,0,58,58,0,1737,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19182,0,0,0,0,0,18626,0,0,0,'Shaarubo','Bartender',NULL,0,60,60,0,1818,640,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19183,0,0,0,0,0,19584,0,0,0,'Clefthoof Calf',NULL,NULL,0,62,63,1,7,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,19183,0,70166,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19184,0,0,0,0,0,18625,0,0,0,'Mildred Fletcher','Physician',NULL,8522,65,65,0,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19185,0,0,0,0,0,18627,0,0,0,'Jack Trapper','Cook',NULL,8460,65,65,0,35,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19186,0,0,0,0,0,18629,0,0,0,'Kylene','Barmaid',NULL,8784,60,60,0,1818,723,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19187,0,0,0,0,0,18630,0,0,0,'Darmari','Master Leatherworking Trainer',NULL,7816,63,63,0,1818,81,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33024,2048,0,0,2,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19188,0,0,0,0,0,18275,0,0,0,'Raging Colossus',NULL,NULL,0,63,63,1,778,0,1,0.99206,1,1,181,253,0,268,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,147,219,32,5,512,19188,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,1327,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19189,0,0,0,16934,0,20062,0,0,0,'Quillfang Skitterer',NULL,NULL,0,60,62,1,14,0,3.2,2,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,31,0,0,0,0,139,207,30,1,1,19189,0,70163,0,0,0,0,0,0,33781,33968,0,0,0,0,0,0,11566,0,0,0,'SmartAI',1,3,1,1,1,1,0,23217,0,0,0,0,0,187,1,0,0,'',12340),
|
|
(19190,0,0,0,0,0,9129,0,0,0,'Fel Handler',NULL,NULL,0,58,59,1,1752,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,3,0,19190,19190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,868,'SmartAI',1,3,1,0.8,0.8,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19191,0,0,0,0,0,18371,0,0,0,'Arazzius the Cruel',NULL,NULL,0,63,63,1,90,0,0.888888,0.9127,1,1,164,228,0,249,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,133,196,26,3,0,19191,19191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1974,2583,'SmartAI',1,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19192,0,0,0,0,0,18419,0,0,0,'Mistress of Doom',NULL,NULL,0,62,63,1,90,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,19192,19192,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,147,197,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19193,0,0,0,0,0,18637,0,0,0,'High Exarch Commodus',NULL,NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19194,0,0,0,0,0,18639,0,0,0,'Ernie Packwell','Trade Goods',NULL,0,61,61,0,1818,128,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,33024,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19195,0,0,0,0,0,18640,0,0,0,'Jim Saltit','Cooking Supplies',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19196,0,0,0,0,0,18641,0,0,0,'Cro Threadstrong','Leatherworking Supplies',NULL,0,62,62,0,1818,128,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33024,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19197,0,0,0,0,0,18642,0,0,0,'Eral','General Goods',NULL,0,60,60,0,1818,384,1,1,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19198,0,0,0,0,0,1126,11686,0,0,'Invisible Tractor Beam Source',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19199,0,0,0,0,0,14556,0,0,0,'Dread Overseer','',NULL,0,71,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19200,20658,0,0,0,0,18880,0,0,0,'Shape of the Beast','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.45,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19201,0,0,0,0,0,18645,0,0,0,'Mountain Gronn',NULL,NULL,0,66,66,0,1692,0,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,175,260,37,7,0,19201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,980,'',1,3,1,4,1,1,0,28665,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19202,0,0,0,0,0,18648,0,0,0,'Emissary Mordin',NULL,NULL,0,63,63,0,1956,2,1,1.14286,1,1,164,228,0,249,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19203,20703,0,0,0,0,1070,0,0,0,'Syth Fire Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,2,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,33526,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19204,20704,0,0,0,0,5561,0,0,0,'Syth Frost Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,4,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,72,0,0,0,0,0,0,0,0,0,33528,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19205,20702,0,0,0,0,8714,0,0,0,'Syth Arcane Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,6,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,33527,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19206,20705,0,0,0,0,1130,0,0,0,'Syth Shadow Elemental',NULL,NULL,0,69,69,1,91,0,1.125,1.14286,1,0,224,316,5,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,4,72,0,0,0,0,0,0,0,0,0,33529,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19207,0,0,0,0,0,12168,0,0,0,'Infernal Hound','',NULL,0,50,50,0,1768,0,1.6,1.14286,1,0,85,112,0,206,1,1600,1800,1,0,2048,0,45,0,0,0,0,58,86,20,1,65537,0,0,0,0,0,0,0,0,0,19483,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),
|
|
(19208,20660,0,0,0,0,18579,18580,18581,18582,'Summoned Cabal Acolyte',NULL,NULL,0,69,69,1,16,0,1.71,1.14286,1,1,224,316,0,282,4.6,1500,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19208,0,0,0,0,0,0,0,0,12039,25058,33482,0,0,0,0,0,0,0,794,1042,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19209,20661,0,0,0,0,18589,18590,18591,18592,'Summoned Cabal Deathsworn',NULL,NULL,0,69,69,1,16,0,1.48,1.14286,1,1,245,346,0,298,4.6,1500,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,0,19209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19210,0,0,0,0,0,18505,0,0,0,'Fel Cannon: Fear',NULL,NULL,0,70,70,1,90,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19211,0,0,0,0,0,17035,11686,0,0,'Fel Cannon: Fear Target',NULL,NULL,0,70,70,1,35,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19212,0,0,0,0,0,17035,11686,0,0,'Fel Cannon: Hate Target',NULL,NULL,0,70,70,1,35,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19213,0,0,0,0,0,18656,0,0,0,'Eiin','Specialty Tailoring Supplies',NULL,0,53,53,0,1818,128,1,1,1,0,89,119,0,218,1,2000,2000,1,33024,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19214,0,0,0,0,0,7950,0,0,0,'Hand of the Highlord',NULL,NULL,0,63,63,1,1769,0,1,1.14286,1,1,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,19214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,617299803,1,'',12340),
|
|
(19215,0,0,0,0,0,1126,15880,0,0,'Infernal Relay (Hellfire)',NULL,NULL,0,1,1,0,1718,0,6.4,2.85714,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),
|
|
(19216,0,0,0,0,0,22951,0,0,0,'Grand Anchorite Almonen',NULL,NULL,0,73,73,1,1956,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19217,0,0,0,0,0,18661,0,0,0,'Ravandwyr','Kirin Tor Apprentice',NULL,7981,67,67,1,35,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19218,21525,0,0,0,0,18816,0,0,0,'Gatewatcher Gyro-Kill',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,19218,19218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199,5489,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_gatewatcher_gyrokill',12340),
|
|
(19219,21533,0,0,0,0,19162,0,0,0,'Mechano-Lord Capacitus',NULL,NULL,0,72,72,1,90,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,19219,0,0,0,0,0,0,0,0,35161,35159,35158,35057,0,0,0,0,0,0,6494,8486,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_mechano_lord_capacitus',12340),
|
|
(19220,21537,0,0,0,0,20033,0,0,0,'Pathaleon the Calculator',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,4.6,1200,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,19220,19220,0,0,0,0,0,0,0,35280,35289,36021,36022,0,0,0,0,0,0,5644,7376,'',1,3,1,17,10,1,0,31086,0,0,0,0,0,0,1,650854271,2097152,'boss_pathaleon_the_calculator',12340),
|
|
(19221,21536,0,0,0,0,19166,0,0,0,'Nethermancer Sepethrea',NULL,NULL,0,72,72,1,16,0,1.6,1.71,1,1,304,436,0,296,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,19221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,16.5,10,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_nethermancer_sepethrea',12340),
|
|
(19222,0,0,0,0,0,1421,0,0,0,'Magma Flow Totem','',NULL,0,70,76,0,7,0,1,1,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19223,0,0,0,0,0,18663,0,0,0,'Granny Smith','Fruit Seller',NULL,0,65,65,0,1818,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19224,20663,0,0,0,0,16946,0,0,0,'Void Portal',NULL,NULL,0,70,70,0,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,570426112,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19225,0,0,0,0,0,16998,0,0,0,'Strength of the Storm Totem',NULL,NULL,0,70,70,0,58,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19226,20664,0,0,0,0,17081,0,0,0,'Void Traveler',NULL,NULL,0,69,69,1,16,0,0.3,1.14286,1,0,224,316,0,282,1,1500,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,33846,33783,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,70,1,0,0,'npc_voidtraveler',12340),
|
|
(19227,0,0,0,0,0,18664,0,0,0,'Griftah','Amazing Amulets',NULL,7947,60,60,1,1818,131,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19228,0,0,0,0,0,18667,0,0,0,'Perry Gatner',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19229,0,0,0,0,0,18668,0,0,0,'Commander Duron','',NULL,0,70,70,1,1756,2,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19230,0,0,0,0,0,1070,18695,0,0,'Dark Assault - Legion Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19231,21527,0,0,0,0,17977,0,0,0,'Mechanar Crusher',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19231,19231,0,0,0,0,0,0,0,35055,35056,0,0,0,0,0,0,0,0,1349,1766,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19232,0,0,0,0,0,18754,0,0,0,'Innkeeper Haelthol','Innkeeper',NULL,7949,60,60,1,1744,66177,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(19233,0,0,0,0,0,16634,0,0,0,'Flying Voidwalker','',NULL,0,60,61,1,954,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,33914,33916,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19234,0,0,0,0,0,18756,0,0,0,'Yurial Soulwater','Enchanting Supplies',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19235,0,0,0,0,0,18757,0,0,0,'Amshesha Stilldark','Reagents',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19236,0,0,0,0,0,18758,0,0,0,'Quelama Lightblade','Wand Vendor',NULL,0,60,60,1,1744,4224,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33536,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19237,0,0,0,0,0,16874,17612,0,0,'Test - Voidwalker Spawn Portal','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19238,0,0,0,0,0,18759,0,0,0,'Urumir Stavebright','Staff Vendor',NULL,0,60,60,1,1744,4224,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19239,0,0,0,0,0,18760,0,0,0,'Mahir Redstroke','Dagger Vendor',NULL,0,62,62,1,1744,5248,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,33024,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19240,0,0,0,0,0,18761,0,0,0,'Selanam the Blade','Sword Vendor',NULL,0,64,64,1,1744,4224,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19241,0,0,0,0,0,15093,0,0,0,'Edward the Temporary','Alpha Gem Vendor',NULL,0,60,60,1,1671,0,1.125,1.14286,1,0,104,138,0,252,1,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19242,0,0,0,0,0,18762,0,0,0,'Olodam Farhollow','',NULL,0,64,64,1,1744,0,1,1.14286,1,0,145,215,0,121,1,2000,2000,8,33024,2048,0,0,0,0,0,0,132,197,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19243,0,0,0,0,0,18763,0,0,0,'Nalama the Merchant','General Goods',NULL,0,60,60,1,1744,384,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19244,0,0,0,0,0,18764,0,0,0,'Trader Endernor','Trade Goods',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19245,0,0,0,0,0,18765,0,0,0,'Vinemaster Alamaro','Wine Vendor',NULL,0,60,60,1,1744,128,1,1.14286,1,0,74,102,0,112,1,1500,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19246,0,0,0,0,0,18766,0,0,0,'Berudan Keysworn','Banker',NULL,0,60,60,1,1744,131073,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19247,0,0,0,0,0,17895,0,0,0,'Nuolla Dawncaller','Priest Trainer',NULL,0,63,63,1,1744,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19248,0,0,0,0,0,18771,0,0,0,'Enchanter Salias','Apprentice Enchanter',NULL,0,60,60,1,1744,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19249,0,0,0,0,0,18774,0,0,0,'Enchantress Metura','Apprentice Enchanter',NULL,0,60,60,1,1744,0,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19250,0,0,0,0,0,18772,0,0,0,'Enchanter Aeldron','Apprentice Enchanter',NULL,0,61,61,1,1744,0,1,1.14286,1,0,123,177,0,115,1,2000,2000,8,33024,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19251,0,0,0,0,0,18775,0,0,0,'Enchantress Volali','Enchanting Trainer',NULL,0,62,62,1,1744,80,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33024,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19252,0,0,0,0,0,18773,0,0,0,'High Enchanter Bardolan','Master Enchanting Trainer','Trainer',7818,63,63,1,1744,81,1,1.14286,1,0,138,199,0,119,1,1500,2000,8,33024,2048,0,0,2,0,0,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19253,0,0,0,0,0,18669,0,0,0,'Lieutenant General Orion','',NULL,8086,70,70,1,1760,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19254,0,0,0,0,0,18670,0,0,0,'Warlord Dar\'toon','',NULL,8069,70,70,1,714,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19255,0,0,0,0,0,18672,0,0,0,'General Krakork',NULL,NULL,8087,71,71,1,1669,3,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19256,0,0,0,0,0,18673,0,0,0,'Sergeant Shatterskull',NULL,NULL,8091,64,64,1,1668,3,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19257,0,0,0,0,0,18674,0,0,0,'Arcanist Torseldori','',NULL,0,66,66,1,1668,2,1,1.14286,1,1,195,273,0,266,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19258,0,0,0,0,0,18675,18676,18677,18678,'Bloodmage',NULL,NULL,0,63,65,1,1668,2,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19259,0,0,0,0,0,10906,0,0,0,'Infernal Invader','Dreadcaller\'s Minion',NULL,0,60,61,0,90,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(19260,0,0,0,0,0,16630,0,0,0,'Destroyed Fel Reaver','',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,225,1,16384,2,'',12340),
|
|
(19261,0,0,0,0,0,10906,0,0,0,'Infernal Warbringer',NULL,NULL,0,58,59,1,90,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,3,0,19261,19261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1180,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19262,0,0,0,0,0,14556,0,0,0,'Dreadcaller Ebuch\'nizor','',NULL,0,61,61,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19263,0,0,0,0,0,18679,0,0,0,'Warboss Nekrogg',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,19263,19263,0,0,0,0,0,0,0,39070,34113,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,28047,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19264,0,0,0,0,0,18686,0,0,0,'Force-Commander Gorax',NULL,NULL,0,63,63,1,1662,0,1,1.14286,1,1,181,253,0,268,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,19264,19264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(19265,0,0,0,0,0,18680,0,0,0,'Scout Makha',NULL,NULL,0,60,60,1,1735,3,1.48,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,4352,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19266,0,0,0,0,0,18681,0,0,0,'Private Imarion',NULL,NULL,0,60,60,1,1732,3,1.48,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19267,0,0,0,0,0,18690,0,0,0,'Laughing Skull Berserker','',NULL,0,61,62,1,1662,0,1.2,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19268,0,0,0,0,0,18853,0,0,0,'Bleeding Hollow Vizier','',NULL,0,60,61,1,1662,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,45329,32709,29924,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(19269,0,0,0,0,0,18688,0,0,0,'Bonechewer Grunt','',NULL,0,61,62,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19270,0,0,0,0,0,18689,0,0,0,'Shattrath Saul',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19271,0,0,0,0,0,18691,0,0,0,'Albert Quarksprocket',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19272,0,0,0,0,0,18692,0,0,0,'Harbinger Argomen','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19273,0,0,0,0,0,18694,0,0,0,'Forward Commander To\'arch','',NULL,7955,65,65,1,1668,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19274,0,0,0,0,0,1869,0,0,0,'Ushtug the Temporary','Alpha Gem Vendor',NULL,0,60,60,1,1729,0,1.125,1.14286,1,0,104,138,0,252,1,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19275,0,0,0,0,0,18712,0,0,0,'Armored Wyvern Destroyer','',NULL,0,70,70,0,1729,0,4,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19276,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Spite',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19277,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Rage',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19278,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Hate',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19279,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Fear',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19280,0,0,0,0,0,18696,0,0,0,'Red Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19281,0,0,0,0,0,18697,0,0,0,'Swift Pink Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19282,0,0,0,0,0,18699,0,0,0,'Subjugator Shi\'aziv',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19282,19282,0,0,0,0,0,0,0,32000,32026,0,0,0,0,0,0,0,0,143,192,'',0,3,1,1,1,1,0,28513,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19283,0,0,0,0,0,18702,18703,18707,18706,'Vagrant',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19284,0,0,0,0,0,14255,0,0,0,'Invading Felguard',NULL,NULL,0,60,60,0,1754,0,1.15,1.14286,1,0,104,138,0,252,1,1400,1650,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19285,0,0,0,0,0,12817,0,0,0,'Invading Infernal',NULL,NULL,0,62,62,0,1754,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19286,0,0,0,0,0,1913,0,0,0,'Invading Fel Stalker',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19287,0,0,0,0,0,16575,0,0,0,'Invading Voidwalker',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19288,0,0,0,0,0,10691,0,0,0,'Dreadknight',NULL,NULL,0,63,63,1,1754,0,1,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19289,0,0,0,0,0,18704,18705,18702,18703,'Vagabond',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19290,0,0,0,0,0,10924,0,0,0,'Invading Anguisher',NULL,NULL,0,61,61,0,1754,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19291,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Alpha',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19292,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Beta',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19293,0,0,0,0,0,18709,0,0,0,'Tola\'thion','',NULL,7954,62,62,1,1660,3,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19294,0,0,0,0,0,18708,0,0,0,'Earthbinder Galandria Nightbreeze',NULL,NULL,7953,64,64,1,1660,3,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.5,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19295,0,0,0,22334,0,18690,0,0,0,'Shattered Hand Grenadier',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,19295,19295,0,0,0,0,0,0,0,7978,0,0,0,0,0,0,0,0,0,159,213,'SmartAI',1,3,1,1,1,1,0,28039,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19296,0,0,0,0,0,18711,0,0,0,'Innkeeper Biribi','Innkeeper',NULL,7952,60,60,1,1732,66177,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19297,0,0,0,0,0,11686,0,0,0,'[PH]Dynamite Target','You shouldn\'t see me',NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19298,0,0,0,0,0,20047,0,0,0,'Warbringer Arix\'Amal',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,3,0,19298,19298,0,0,0,0,0,0,0,15496,32008,32009,0,0,0,0,0,0,0,160,214,'SmartAI',1,3,1,1.2,1,1,0,29795,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19299,0,0,0,0,0,18699,0,0,0,'Deathwhisperer','',NULL,0,69,70,1,1752,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,19299,0,0,0,0,0,0,0,0,3391,15088,32417,0,0,0,0,0,0,0,1304,1708,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19300,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19301,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19302,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19303,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19304,0,0,0,0,0,169,11686,0,0,'Blackheart the Inciter',NULL,NULL,0,70,70,1,1761,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19305,0,0,0,0,0,19325,0,0,0,'Goliathon','King of the Colossi',NULL,0,63,63,1,778,0,1,1.14286,1,1,181,253,0,268,7.5,1347,1584,1,64,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19306,20263,0,0,0,0,16217,0,0,0,'Mana Leech',NULL,NULL,0,64,64,1,16,0,1,0.85714,1,0,168,234,0,252,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,1,0,19306,0,0,0,0,0,0,0,0,25602,15785,34933,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(19307,20265,0,0,0,0,18050,0,0,0,'Nexus Terror',NULL,NULL,0,64,64,1,14,0,1,0.99206,1,1,194,274,5,272,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,154,226,33,3,2,19307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,1808,'SmartAI',1,3,1,5.25,1,1,0,0,0,0,0,0,0,0,1,12787217,0,'',12340),
|
|
(19308,0,0,0,0,0,18715,0,0,0,'Marshal Isildor','',NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19309,0,0,0,0,0,18716,0,0,0,'Sergeant Altumus','',NULL,0,64,64,1,1666,2,1,1.14286,1,1,194,274,0,272,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19310,0,0,0,0,0,18739,0,0,0,'Forward Commander Kingston','',NULL,7961,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19311,0,0,0,0,0,18880,0,0,0,'Portal Hound','',NULL,0,57,58,0,1754,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,0,2048,0,0,0,0,0,0,69,101,25,3,0,0,0,0,0,0,0,0,0,0,19483,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),
|
|
(19312,0,0,0,22334,0,18725,0,0,0,'Drillmaster Zurok',NULL,NULL,0,62,62,1,1662,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,139,207,30,7,0,19312,19312,0,0,0,0,0,0,0,15578,18813,0,0,0,0,0,0,0,0,995,1304,'SmartAI',1,3,1,4,1,1,0,28099,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19313,0,0,0,0,0,2467,0,0,0,'Dan Reed Magical Reflection Dummy','',NULL,0,60,60,0,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(19314,0,0,0,0,0,18729,0,0,0,'Supply Officer Shandria','General Goods & Repairs',NULL,0,62,62,1,1667,4993,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19315,0,0,0,0,0,18730,0,0,0,'Supply Officer Isabel','General Goods & Repairs',NULL,7957,62,62,1,1669,4225,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19316,0,0,0,0,0,18731,0,0,0,'Field Marshal Rohamus',NULL,NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19317,0,0,0,0,0,18732,0,0,0,'Drek\'Gol','Wind Rider Master',NULL,6944,65,65,1,1729,8193,1.71,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19318,0,0,0,0,0,18733,0,0,0,'Gromden','Banker',NULL,0,70,70,1,1743,131073,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19319,0,0,0,0,0,18734,0,0,0,'Innkeeper Darg Bloodclaw','Innkeeper',NULL,1290,65,65,1,1735,65537,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19320,0,0,0,0,0,11407,11406,0,0,'Argent Protector','',NULL,0,60,60,1,1767,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19321,0,0,0,0,0,18735,0,0,0,'Quartermaster Endarin','Aldor Quartermaster',NULL,0,70,70,1,1743,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19322,0,0,0,0,0,10727,16150,0,0,'Argent Guardian','',NULL,0,60,60,1,1767,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19323,0,0,0,0,0,2467,0,0,0,'Dan Reed Uber-resist Test Dummy','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(19324,0,0,0,0,0,18736,0,0,0,'Armored Gryphon Destroyer','',NULL,0,70,70,0,1666,0,4,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19325,0,0,0,0,0,18737,0,0,0,'Barnu Cragcrush','Stable Master',NULL,9821,1,1,0,35,4194305,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',1),
|
|
(19326,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Oblivion',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19327,0,0,0,0,0,11686,0,0,0,'Spore Cloud','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19328,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Gehenna',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19329,0,0,0,0,0,10811,17188,0,0,'Legion Antenna: Mageddon',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19330,0,0,0,0,0,18770,0,0,0,'Lisrythe Bloodwatch','Fence',NULL,0,64,64,1,1744,128,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33024,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19331,0,0,0,0,0,18769,0,0,0,'Quartermaster Enuril','Scryer Quartermaster',NULL,0,62,62,1,1744,128,1,1.14286,1,0,131,188,0,116,1,1500,2000,8,33024,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19332,0,0,0,0,0,18738,0,0,0,'Stone Guard Ambelan','',NULL,7958,61,61,1,1729,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19333,0,0,0,0,0,3869,0,0,0,'Grokom Deatheye','Weaponsmith',NULL,8386,65,65,1,1735,4227,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19334,0,0,0,0,0,14556,0,0,0,'Dreadcaller Xaldonus','',NULL,0,61,61,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19335,0,0,0,0,0,18699,0,0,0,'Subjugator Yalqiz',NULL,NULL,0,62,62,1,90,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19335,19335,0,0,0,0,0,0,0,32000,32026,0,0,0,0,0,0,0,0,143,192,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19336,0,0,0,0,0,19329,18685,0,0,'Void Spawner XL',NULL,NULL,0,60,60,1,190,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19337,0,0,0,0,0,18740,18741,18742,18743,'Aldor Marksman',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19338,0,0,0,0,0,18767,0,0,0,'L\'lura Goldspun','Banker',NULL,0,60,60,1,1744,131073,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33024,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19339,0,0,0,0,0,1866,0,0,0,'Korthul','Bowyer & Gunsmith',NULL,0,65,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19340,0,0,0,0,0,18768,0,0,0,'Mi\'irku Farstep','Portal Trainer',NULL,8433,63,63,1,1744,49,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,33024,2048,0,0,0,0,8,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19341,0,0,0,0,0,3865,0,0,0,'Grutah','Master Blacksmithing Trainer',NULL,7809,65,65,1,1735,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19342,0,0,0,0,0,3866,0,0,0,'Krek Cragcrush','Blacksmithing Supplies',NULL,0,65,65,1,1735,4224,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19343,0,0,0,0,0,1313,0,0,0,'Trop Rendlimb','General Goods',NULL,0,65,65,1,1735,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19344,0,0,0,0,0,18744,0,0,0,'Legassi','Chef Extraordinaire',NULL,7960,62,62,1,35,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19345,0,0,0,0,0,4356,0,0,0,'Kalara','Trade Goods',NULL,0,65,65,1,1735,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,4608,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19346,0,0,0,0,0,18745,0,0,0,'Harbinger Erothem','',NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19347,0,0,0,0,0,5368,0,0,0,'Tredge','Tailoring Supplies',NULL,0,43,43,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19348,0,0,0,0,0,6308,0,0,0,'Targrom','Food & Drink',NULL,0,62,62,0,1735,128,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,4608,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19349,0,0,0,0,0,20308,0,0,0,'Thornfang Ravager',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,19349,0,70163,0,0,0,0,0,0,3242,25640,0,0,0,0,0,0,11570,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19350,0,0,0,0,0,20063,0,0,0,'Thornfang Venomspitter',NULL,NULL,0,62,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,19350,0,70163,0,0,0,0,0,0,3242,25640,6917,0,0,0,0,0,11569,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19351,0,0,0,0,0,18747,0,0,0,'Daggle Ironshaper','Guns & Ammunition',NULL,0,65,65,1,1732,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19352,0,0,0,0,0,18748,0,0,0,'Dreg Cloudsweeper','Innkeeper',NULL,6944,65,65,1,1732,65665,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(19353,0,0,0,0,0,18749,18750,18751,18752,'Wildhammer Guard',NULL,NULL,0,70,70,1,84,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19354,0,0,0,0,0,18753,0,0,0,'Arzeth the Merciless','Servant of the Betrayer',NULL,0,63,63,1,51,0,1,1.38889,1,1,164,228,0,249,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,133,196,26,3,0,19354,19354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,540,'SmartAI',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19355,0,0,0,0,0,18483,18484,0,0,'Shadowmoon Peon',NULL,NULL,0,60,60,0,1735,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,36864,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,19643,15618,18396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19356,0,0,0,0,0,17081,0,0,0,'Void Wanderer','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19357,0,0,0,0,0,18050,0,0,0,'Dimming Voidwraith','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29822,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19358,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Alpha (Alliance)',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19359,0,0,0,0,0,10811,17188,0,0,'Legion Transporter: Beta (Alliance)',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19361,0,0,0,0,0,17767,0,0,0,'Naladu',NULL,NULL,7964,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19362,0,0,0,0,0,20113,20114,20115,20116,'Kor\'kron Defender',NULL,NULL,0,70,70,1,1801,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19363,0,0,0,0,0,18755,0,0,0,'Sergeant Dalton',NULL,NULL,0,60,60,0,1671,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19364,0,0,0,0,0,20117,20118,16317,16318,'Kor\'kron Rider',NULL,NULL,0,65,65,1,1735,0,1,2.28571,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19365,0,0,0,0,0,19001,19002,0,0,'Argent Bowman',NULL,NULL,0,60,60,1,1766,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19366,0,0,0,0,0,19428,19429,19430,0,'Argent Hunter',NULL,NULL,0,60,60,1,1766,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19367,0,0,0,0,0,18776,0,0,0,'\"Screaming\" Screed Luckheed','Zeppelin Pilot',NULL,7965,61,61,1,35,3,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19368,0,0,0,0,0,18777,0,0,0,'Crinn Pathfinder','Stable Master',NULL,9821,65,65,1,1732,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(19369,0,0,0,0,0,18778,0,0,0,'Celie Steelwing','Cook',NULL,0,65,65,1,1732,80,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19370,0,0,0,0,0,18787,0,0,0,'Ordinn Thunderfist','Hammersmith',NULL,8387,65,65,1,1732,4227,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19371,0,0,0,0,0,18779,0,0,0,'Dalin Stouthammer','Cooking Supplies',NULL,0,65,65,1,1732,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19372,0,0,0,0,0,18780,0,0,0,'Oran Blusterbrew','Trade Goods',NULL,0,65,65,1,1732,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19373,0,0,0,0,0,18781,0,0,0,'Mari Stonehand','Armorsmith',NULL,0,65,65,1,1732,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19374,0,0,0,0,0,18782,0,0,0,'Salle Sunforge','General Goods',NULL,0,65,65,1,1732,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19375,0,0,0,0,0,18784,0,0,0,'Eli Thunderstrike','Sky\'ree\'s Keeper',NULL,7973,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19376,0,0,0,0,0,17188,17188,0,0,'Honor Hold Target Dummy Tower',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19377,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Nemarn',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19378,0,0,0,0,0,18552,0,0,0,'Anchorite Nindumen','',NULL,0,63,63,0,1743,0,1.4,1.14286,1,0,164,228,0,249,1,2000,2000,2,768,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,50,1,0,2,'',12340),
|
|
(19379,0,0,0,0,0,17718,0,0,0,'Sky\'ree','Gryphon of Kurdran Wildhammer',NULL,0,70,70,1,1732,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19380,0,0,0,0,0,18309,0,0,0,'Guard Untula','',NULL,0,65,65,1,877,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36928,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19381,0,0,0,0,0,1126,11686,0,0,'Flame Wave','','',0,58,62,1,35,0,1.1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,139,207,30,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19382,0,0,0,0,0,17202,0,0,0,'Wildhammer Gryphon Rider',NULL,NULL,0,70,70,1,1732,2,1,2.85714,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19383,0,0,0,0,0,18792,0,0,0,'Captured Gnome','Item Repair',NULL,0,2,7,0,714,4224,1,1.14286,1,0,9,12,0,36,1,2000,2000,1,36864,2048,0,0,0,0,0,0,6,8,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19384,0,0,0,0,0,18788,18789,18790,18791,'Wildhammer Scout',NULL,NULL,0,70,70,1,1732,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19385,0,0,0,0,0,19434,0,0,0,'Lord Marshal Raynor',NULL,NULL,0,70,70,1,1767,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19386,0,0,0,0,0,19431,19432,19433,0,'Stormwind Marshal',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19387,0,0,0,0,0,1126,17188,0,0,'Wildhammer Stronghold Target Dummy Left',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19388,0,0,0,0,0,1126,17188,0,0,'Wildhammer Stronghold Target Dummy Right',NULL,NULL,0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19389,0,0,0,0,0,18356,0,0,0,'Lair Brute','',NULL,0,72,72,1,45,0,1.71,1.14286,1,1,307,438,0,314,20,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,72,19389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12444,16256,'SmartAI',1,3,1,28,1,1,0,0,0,0,0,0,0,164,1,604057215,0,'',12340),
|
|
(19390,0,0,0,0,0,18566,18567,18568,18569,'Mounted Neophyte',NULL,NULL,0,70,70,1,1743,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19391,0,0,0,0,0,14152,0,0,0,'Felguard Lieutenant',NULL,NULL,0,60,60,0,1754,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,15621,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19392,0,0,0,0,0,16387,16388,16389,16390,'Watch Commander Leonus',NULL,NULL,0,60,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19393,0,0,0,0,0,10811,17188,0,0,'Fear Controller',NULL,NULL,0,70,70,1,1737,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19394,0,0,0,0,0,18814,0,0,0,'Barimoke Wildbeard',NULL,NULL,0,60,60,1,1732,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19395,0,0,0,0,0,18815,0,0,0,'Bron Goldhammer',NULL,NULL,0,60,60,1,1732,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19397,0,0,0,0,0,18368,18370,18816,0,'Mo\'arg Overseer',NULL,NULL,0,70,71,0,90,0,0.944444,0.952381,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(19398,0,0,0,0,0,18817,18818,18819,0,'Gan\'arg Peon',NULL,NULL,0,68,70,0,90,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(19399,0,0,0,0,0,18820,0,0,0,'Fel Cannon',NULL,NULL,0,70,71,0,90,0,1,0.992063,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,64,'',12340),
|
|
(19400,0,0,0,0,0,16630,0,0,0,'Fel Reaver Sentry',NULL,NULL,0,72,72,0,90,0,2.4,3.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,1,1,0,0,0,0,0,0,0,237,1,16384,64,'',12340),
|
|
(19401,0,0,0,0,0,18822,0,0,0,'Wing Commander Brack','',NULL,7967,65,65,1,1668,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19402,0,0,0,0,0,18823,0,0,0,'Withered Bog Lord',NULL,NULL,0,62,62,1,1706,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,5,256,19402,0,80000,0,0,0,0,0,0,35235,35238,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29481,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19403,0,0,0,0,0,15381,0,0,0,'Goblin Steam Tonk','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(19404,0,0,0,0,0,15381,0,0,0,'Gnomish Steam Tonk','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(19405,0,0,0,0,0,15381,0,0,0,'Steam Tonk',NULL,NULL,0,1,1,0,1616,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,256,2048,0,0,0,0,0,0,1,2,100,9,0,0,0,0,0,0,0,0,0,0,24933,25024,0,27746,0,0,0,0,0,0,0,0,'',1,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,16384,0,'npc_steam_tonk',12340),
|
|
(19406,0,0,0,0,0,19425,19426,19427,0,'Thunder Bluff Huntsman',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19407,0,0,0,0,0,17907,17903,0,0,'Azuremyst Vindicator',NULL,NULL,0,65,65,1,1767,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19408,0,0,0,0,0,10070,0,0,0,'Maiden of Pain',NULL,NULL,0,61,61,1,90,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,3,0,19408,19408,0,0,0,0,0,0,0,15968,34086,0,0,0,0,0,0,0,0,138,1090,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19409,0,0,0,0,0,18835,0,0,0,'Wing Commander Dabir\'ee','',NULL,7970,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(19410,0,0,0,22334,0,18865,0,0,0,'Shattered Hand Neophyte',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,19410,19410,0,0,0,0,0,0,0,11640,11639,6742,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19411,0,0,0,22334,0,18866,0,0,0,'Shattered Hand Warlock',NULL,NULL,0,62,63,1,1662,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,19411,19411,0,0,0,0,0,0,0,9613,11962,13787,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19412,0,0,0,0,0,18135,0,0,0,'D\'ore','',NULL,0,73,73,1,1741,2,1,1.42857,1,1,270,395,0,143,7.5,2000,1900,8,0,2048,0,0,0,0,0,0,255,380,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,500,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19413,0,0,0,22334,0,18864,0,0,0,'Shattered Hand Mage',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,32768,2048,0,0,0,0,0,0,118,175,25,7,0,19413,19413,0,0,0,0,0,0,0,14034,11831,0,0,0,0,0,0,0,0,140,188,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19414,0,0,0,22334,0,18863,0,0,0,'Shattered Hand Guard',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19414,19414,0,0,0,0,0,0,0,11976,33960,0,0,0,0,0,0,0,0,170,227,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19415,0,0,0,22334,0,18857,0,0,0,'Shattered Hand Acolyte',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,19415,19415,0,0,0,0,0,0,0,11642,16568,13864,0,0,0,0,0,0,0,151,202,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19416,0,0,0,0,0,18836,18882,18883,18884,'Ancient Draenei Spirit',NULL,NULL,0,1,70,1,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19417,0,0,0,0,0,18838,0,0,0,'Ramdor the Mad',NULL,NULL,8029,66,66,1,35,3,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19418,0,0,0,0,0,18837,0,0,0,'Crystalhide Shardling','',NULL,0,62,63,1,778,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19419,0,0,0,0,0,18837,0,0,0,'Raging Shardling',NULL,NULL,0,62,63,1,778,0,1,1.14286,1,0,181,253,0,268,1,1332,1567,1,0,2048,0,0,0,0,0,0,147,219,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19420,0,0,0,0,0,19383,0,0,0,'Goliathon Shardling',NULL,NULL,0,60,61,1,778,0,1,1.14286,1,0,159,221,0,258,1,1332,1567,1,0,2048,0,0,0,0,0,0,127,188,28,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19421,0,0,0,0,0,18190,15880,0,0,'Netherstorm Crystal Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19422,0,0,0,0,0,18850,0,0,0,'Bleeding Hollow Necrolyte',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19422,19422,0,0,0,0,0,0,0,34073,9053,34019,0,0,0,0,0,0,0,137,939,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(19423,0,0,0,0,0,9562,0,0,0,'Bleeding Hollow Worg',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,1,0,0,0,0,72,106,26,1,1,19423,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13038,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19424,0,0,0,0,0,18852,0,0,0,'Bleeding Hollow Tormentor',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19424,19424,0,0,0,0,0,0,0,33924,31553,0,0,0,0,0,0,0,0,137,562,'SmartAI',1,3,1,1,1,1,0,30157,30425,0,0,0,0,0,1,0,0,'',12340),
|
|
(19425,0,0,0,0,0,16310,16312,0,0,'Orgrimmar Peon',NULL,NULL,0,50,51,0,1760,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,1,33024,2048,0,0,0,0,0,0,59,87,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19426,0,0,0,0,0,4259,4602,0,0,'Peon Overseer',NULL,NULL,0,55,55,0,1760,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19427,20665,0,0,0,0,16946,0,0,0,'Voidwalker Summoner',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19428,20688,0,0,0,0,19788,0,0,0,'Cobalt Serpent',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,27,0,0,0,0,179,266,31,1,1,19428,0,70063,0,0,0,0,0,0,38133,38110,17503,0,0,0,0,0,11586,0,0,0,'SmartAI',1,1,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19429,20686,0,0,0,0,20725,0,0,0,'Avian Darkhawk',NULL,NULL,0,66,66,1,16,0,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,64,2048,0,26,0,0,0,0,175,260,37,1,1,19429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13246,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19430,0,0,0,0,0,4588,0,0,0,'Test Elemental Totem','',NULL,0,60,60,0,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19431,0,0,0,0,0,14511,0,0,0,'Test Elemental','',NULL,0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19432,0,0,0,0,0,4259,4602,16307,16308,'Injured Grunt',NULL,NULL,0,57,58,0,1760,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19433,20522,0,0,0,0,11686,0,0,0,'CoT Hillsbrad Despawn Trigger Unit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19434,0,0,0,0,0,8610,0,0,0,'Dreadcaller',NULL,NULL,0,59,59,1,90,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,3,0,19434,19434,0,0,0,0,0,0,0,11443,32666,0,0,0,0,0,0,0,0,119,1008,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19435,0,0,0,0,0,1602,0,0,0,'Dark Cleric Malod','Healing & Sustenance',NULL,0,68,68,1,714,640,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33536,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19436,0,0,0,0,0,1377,0,0,0,'Supply Master Broog','Supplies',NULL,0,65,65,1,714,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19437,0,0,0,0,0,4626,15880,0,0,'Netherstorm Kneel Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19438,0,0,0,0,0,18881,0,0,0,'Image of Erozion',NULL,NULL,0,70,70,1,35,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19439,0,0,0,0,0,328,15880,0,0,'Netherstorm Work Mining Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19440,0,0,0,0,0,14430,0,0,0,'Eye of Grillok',NULL,NULL,0,60,60,1,1662,0,1,0.99206,1,0,104,138,0,252,1,10000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19441,0,0,0,0,0,19447,0,0,0,'Angersmith Okkos','',NULL,0,60,60,1,1662,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19442,0,0,0,0,0,19345,0,0,0,'Worg Master Kruush',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,19442,0,0,0,0,0,0,0,0,8599,34076,30478,0,0,0,0,0,0,0,129,173,'SmartAI',1,3,1,0.75,1,1,0,30157,30425,31374,0,0,0,0,1,0,0,'',12340),
|
|
(19443,0,0,0,0,0,21025,0,0,0,'Tagar Spinebreaker',NULL,NULL,0,61,61,1,1662,0,1,1.14286,1,1,159,221,0,258,4.6,2000,1534,1,32832,2048,0,0,0,0,0,0,127,188,28,7,0,19443,19443,0,0,0,0,0,0,0,34108,34109,0,0,0,0,0,0,0,0,951,1246,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19444,0,0,0,0,0,18889,18890,0,0,'Peasant Worker',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19445,0,0,0,0,0,18891,0,0,0,'Wounded Soldier',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19446,0,0,0,0,0,18892,0,0,0,'Operations Officer',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33024,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19447,0,0,0,0,0,18893,0,0,0,'Brother Daniels',NULL,NULL,0,55,55,0,1756,0,1,1.14286,1,0,94,125,0,228,1,1000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19449,0,0,0,0,0,20207,20208,20209,20210,'Thunderlord Grunt',NULL,NULL,0,65,65,1,83,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,40505,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19450,0,0,0,0,0,18898,0,0,0,'Pol Snowhoof','Trade Goods',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19451,0,0,0,0,0,3337,0,0,0,'Quartermaster Gorman','Rations',NULL,0,60,60,0,1756,640,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19452,0,0,0,0,0,3336,0,0,0,'Quartermaster Drake','Supplies',NULL,0,65,65,1,1756,4480,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19453,0,0,0,0,0,19487,19488,19489,19490,'Sunfury Captain',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19453,19453,0,0,0,0,0,0,0,32064,35871,8599,0,0,0,0,0,0,0,195,260,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19454,0,0,0,0,0,16422,16423,16424,18900,'Fallen Stormwind Infantry','',NULL,0,57,58,0,1078,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19455,0,0,0,0,0,15455,0,0,0,'Nurse Judith',NULL,NULL,0,60,60,0,1756,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19456,0,0,0,0,0,18901,0,0,0,'Whitebark\'s Spirit',NULL,NULL,0,10,10,0,16,2,1.125,1.14286,1,0,13,17,0,42,1,1400,1900,1,0,2048,0,0,0,0,0,0,9,13,100,4,0,0,0,0,0,0,0,0,0,0,11442,31287,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19457,0,0,0,0,0,19346,0,0,0,'Grillok \"Darkeye\"',NULL,NULL,0,61,61,1,1663,0,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,32768,2048,0,0,0,0,0,0,120,179,25,7,0,19457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,374,'SmartAI',1,3,1,2.8,2,1,0,30157,30425,31529,0,0,0,0,1,0,0,'',12340),
|
|
(19458,0,0,0,0,0,2352,0,0,0,'Ripp',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,1,0,0,0,0,70,103,25,1,1,19458,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13037,0,0,0,'SmartAI',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19459,0,0,0,0,0,2352,0,0,0,'Feng',NULL,NULL,0,60,60,1,1662,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,1,0,0,0,0,72,106,26,1,1,19459,0,70060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13039,0,0,0,'SmartAI',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19460,0,0,0,0,0,9786,0,0,0,'Bleeding Hollow Skeleton',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19461,0,0,0,0,0,16887,0,0,0,'Tamed Ravager',NULL,NULL,0,62,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19463,0,0,0,0,0,9786,0,0,0,'Orc Skeleton','',NULL,0,1,1,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19464,0,0,0,0,0,14593,0,0,0,'Bleeding Hollow Soul','',NULL,0,59,60,1,634,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,0.2,1,0,0,0,0,0,0,0,79,1,8388624,2,'',12340),
|
|
(19466,0,0,0,0,0,20518,0,0,0,'Exarch Orelis','',NULL,8074,69,69,1,1743,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,4096,0,0,0,0,0,0,0,0,0,29426,16509,13730,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19467,0,0,0,0,0,18903,0,0,0,'Anchorite Karja',NULL,NULL,8112,69,69,1,1743,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19468,0,0,0,0,0,18906,0,0,0,'Spymaster Thalodien',NULL,NULL,8006,68,68,1,1744,3,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19469,0,0,0,0,0,18905,0,0,0,'Magistrix Larynna',NULL,NULL,0,69,69,1,1744,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19470,0,0,0,0,0,18907,0,0,0,'Gholah','Innkeeper',NULL,1290,60,60,0,1735,65665,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19471,0,0,0,0,0,18909,0,0,0,'Old Orok','Fruit & Fungus',NULL,9856,60,60,0,1735,130,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19472,0,0,0,0,0,18911,0,0,0,'Threlc','Fishmonger',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19473,0,0,0,0,0,18912,0,0,0,'Raiza','Throwing Weapons & Ammunition',NULL,0,60,60,0,1735,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19474,0,0,0,0,0,18913,0,0,0,'Karnaze','General Goods',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19475,0,0,0,0,0,18578,18914,0,0,'Harbinger Haronem','',NULL,0,70,70,1,1956,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19476,0,0,0,0,0,18915,0,0,0,'Lor','Stable Master',NULL,9821,60,60,0,1735,4194305,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(19477,0,0,0,0,0,17823,0,0,0,'Fleeing Dreghood Warrior',NULL,NULL,0,57,57,0,35,0,1.125,1.14286,1,0,98,130,0,238,1,1244,1467,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,19477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,146,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19478,0,0,0,0,0,18918,0,0,0,'Fera Palerunner','First Aid Trainer',NULL,5856,60,60,0,1735,81,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19479,0,0,0,0,0,18917,0,0,0,'Orgatha','Axesmith',NULL,0,60,60,0,1735,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19480,0,0,0,0,0,18919,0,0,0,'Darkened Spirit',NULL,NULL,0,67,68,1,14,0,1.48,1.14286,1,1,231,325,5,292,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,10,2,0,0,0,0,0,0,0,0,0,31293,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19481,0,0,0,0,0,19284,0,0,0,'Archmage Vargoth','Kirin Tor',NULL,21255,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19482,0,0,0,0,0,18920,0,0,0,'Sagan','Ravandwyr\'s Familiar',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19483,0,0,0,0,0,328,15880,0,0,'Netherstorm Use Standing Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19484,0,0,0,0,0,328,15880,0,0,'Netherstorm Repair Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19485,0,0,0,0,0,18924,0,0,0,'Magister Falris',NULL,NULL,0,64,64,1,1744,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19486,21572,0,0,0,0,18925,18926,0,0,'Sunseeker Chemist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19486,19486,0,0,0,0,0,0,0,34359,34358,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19487,0,0,0,0,0,17545,0,0,0,'Dragonhawk Mount','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19488,0,0,0,0,0,18927,0,0,0,'Custodian Dieworth','Keeper of Kirin\'Var',NULL,7996,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19489,0,0,0,0,0,18928,0,0,0,'Lieutenant-Sorcerer Morran',NULL,NULL,7995,67,67,0,35,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19490,0,0,0,0,0,2575,0,0,0,'World Flying Mount Trainer','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19491,0,0,0,0,0,2575,0,0,0,'World Flying Mount Vendor Alliance','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19492,0,0,0,0,0,2575,0,0,0,'World Flying Mount Vendor Horde','Horse Riding Trainer',NULL,0,10,10,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19493,0,0,0,0,0,19525,0,0,0,'Ekkorash the Inquisitor',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,214,301,0,276,1,1406,1651,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19493,0,0,0,0,0,0,0,0,36040,11980,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28292,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19494,0,0,0,0,0,19301,0,0,0,'Ar\'kelos',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,4,0,19494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19495,0,0,0,0,0,10582,0,0,0,'Innkeeper Shaunessy','Innkeeper',NULL,1293,65,65,1,80,65665,1,1.14286,1,0,200,281,0,278,1,1000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19496,0,0,0,0,0,18932,0,0,0,'Spy Grik\'tha','',NULL,7980,70,70,1,1818,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19497,0,0,0,0,0,2055,0,0,0,'Caoileann','Trade Goods',NULL,0,65,65,1,80,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19498,0,0,0,0,0,4404,0,0,0,'Tanaide','General Goods',NULL,0,63,66,1,80,128,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19499,0,0,0,0,0,1712,0,0,0,'Cahill','Weaponsmith',NULL,0,62,65,1,80,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19500,0,0,0,0,0,4841,4842,4843,4844,'Sylvanaar Sentinel',NULL,NULL,0,65,65,1,79,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,19500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19501,0,0,0,0,0,20666,20669,20668,17626,'Lower City Operative','Lower City',NULL,0,69,70,1,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19502,0,0,0,0,0,20663,20664,20665,17544,'Lower City Healer',NULL,NULL,0,69,70,1,1818,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33024,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19503,0,0,0,0,0,18938,18939,0,0,'Cabal Agent',NULL,NULL,0,68,70,1,1771,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19504,0,0,0,0,0,18940,18941,18942,18943,'Scryer Guardian',NULL,NULL,0,70,70,1,1838,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19505,21571,0,0,0,0,21341,21340,0,0,'Sunseeker Channeler',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19505,19505,0,0,0,0,0,0,0,34637,0,0,0,0,0,0,0,0,0,754,989,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19506,0,0,0,0,0,17115,0,0,0,'Master Handler Sylvester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19507,21573,0,0,0,0,21337,21335,21336,0,'Sunseeker Gene-Splicer','',NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19507,19507,0,0,0,0,0,0,0,34642,0,0,0,0,0,0,0,0,0,711,933,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19508,21576,0,0,0,0,21338,21339,0,0,'Sunseeker Herbalist',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19508,19508,0,0,0,0,0,0,0,22127,34641,0,0,0,0,0,0,0,0,966,1266,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19509,21575,0,0,0,0,21333,21334,0,0,'Sunseeker Harvester',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19509,19509,0,0,0,0,0,0,0,34639,34640,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19510,21522,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Centurion',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19510,19510,0,0,0,0,0,0,0,35178,0,0,0,0,0,0,0,0,0,1476,1932,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19511,21563,0,0,0,0,11331,0,0,0,'Nethervine Inciter',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19511,19511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19512,21564,0,0,0,0,2878,0,0,0,'Nethervine Reaper',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19512,19512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19513,21560,0,0,0,0,18082,0,0,0,'Mutate Fear-Shrieker','',NULL,0,70,70,1,1692,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(19514,0,0,0,0,0,18945,0,0,0,'Al\'ar','Phoenix God',NULL,0,73,73,1,16,0,2.2,2.2,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,108,19514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269650,1551795,'',0,7,1,280,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_alar',12340),
|
|
(19516,0,0,0,0,0,18951,0,0,0,'Void Reaver',NULL,NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,9,76,19516,0,0,0,0,0,0,0,0,25778,34162,0,0,0,0,0,0,0,0,1044266,1276325,'',0,3,1,525,1,1,0,0,0,0,0,0,0,225,1,650854271,2097409,'boss_void_reaver',12340),
|
|
(19517,0,0,0,0,0,18948,0,0,0,'Alorra','Armorer',NULL,0,70,70,1,1746,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19518,0,0,0,0,0,18949,0,0,0,'Feranin','Food & Drink',NULL,0,70,70,1,1746,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19519,0,0,0,0,0,19164,0,0,0,'Starving Bog Lord',NULL,NULL,0,64,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,19519,0,80000,0,0,0,0,0,0,35244,35238,32396,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24373,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19520,0,0,0,0,0,18950,0,0,0,'Lelagar','Blacksmithing Supplies',NULL,0,70,70,1,1746,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19521,0,0,0,0,0,18952,0,0,0,'Arrond','Tailoring Supplies',NULL,0,70,70,1,1746,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19522,0,0,0,0,0,3020,0,0,0,'Altar of Shattra Scryer Guardpost','',NULL,0,1,1,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(19523,20572,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Left Head',NULL,NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_omrogg_heads',12340),
|
|
(19524,20573,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Right Head',NULL,NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_omrogg_heads',12340),
|
|
(19525,0,0,0,0,0,11686,0,0,0,'Stage Spotlight','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19526,0,0,0,0,0,18965,0,0,0,'Dunaman','Weapons Vendor',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19527,0,0,0,0,0,19196,0,0,0,'Vacillating Voidcaller',NULL,NULL,0,61,62,1,954,0,1,0.992063,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,3,0,19527,0,0,0,0,0,0,0,0,34191,34344,34338,34333,0,0,0,0,0,0,140,188,'SmartAI',1,3,1,1,1,1,0,29161,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19528,0,0,0,0,0,18959,0,0,0,'Nanomah','Provisions Merchant',NULL,0,70,70,1,1743,640,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19529,0,0,0,0,0,19959,19960,0,0,'Stormspire Nexus-Guard','',NULL,0,71,71,1,1836,0,1.48,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,16856,9080,15284,36980,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19530,0,0,0,0,0,18964,0,0,0,'Darmend','Blacksmithing Supplies',NULL,0,70,70,1,1743,4224,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,9487,13878,11436,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19531,0,0,0,0,0,19955,0,0,0,'Eyonix','Innkeeper',NULL,7982,60,60,0,1731,65665,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(19532,0,0,0,0,0,18963,0,0,0,'Dearny','Leatherworking Merchant',NULL,0,70,70,1,1743,128,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,10578,13878,11436,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19533,0,0,0,0,0,19956,0,0,0,'Dealer Aljaan','Trade Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19534,0,0,0,0,0,19957,0,0,0,'Dealer Digriz','General Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19535,0,0,0,0,0,20987,0,0,0,'Dealer Zijaad','Arcane Goods',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19536,0,0,0,0,0,19956,0,0,0,'Dealer Jadyan','Exotic Weapons',NULL,0,60,60,0,1731,4224,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19537,0,0,0,0,0,19956,0,0,0,'Dealer Malij','Enchanting Supplies',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19538,0,0,0,0,0,19956,0,0,0,'Dealer Senzik','Gems & Jewelcrafting Supplies',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19539,0,0,0,0,0,18660,0,0,0,'Jazdalaad','Master Jewelcrafting Trainer',NULL,8646,60,60,0,1731,209,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19540,0,0,0,0,0,18660,0,0,0,'Asarnan','Master Enchanting Trainer','Trainer',7818,60,60,1,1731,209,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19541,0,0,0,0,0,18966,18967,18968,18969,'Netherstorm Agent',NULL,NULL,0,70,70,1,1806,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(19542,0,0,0,0,0,20661,0,0,0,'Field Commander Mahfuun','',NULL,7983,70,70,1,1818,3,1,1,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19543,0,0,0,0,0,18971,0,0,0,'Battle-Mage Dathric','Kirin Tor',NULL,0,68,68,1,1810,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,19543,19543,0,0,0,0,0,0,0,17273,36104,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1.3,2,1,0,29331,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19544,0,0,0,0,0,18972,0,0,0,'Conjurer Luminrath','Kirin Tor',NULL,0,68,68,1,1811,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19544,19544,0,0,0,0,0,0,0,9532,14514,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19545,0,0,0,0,0,18973,0,0,0,'Cohlien Frostweaver','Kirin Tor',NULL,0,68,68,1,1809,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19545,19545,0,0,0,0,0,0,0,33245,0,11831,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19546,0,0,0,0,0,18978,0,0,0,'Abjurist Belmara','Kirin Tor',NULL,0,68,68,1,1808,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19546,19546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1.3,1.6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19547,0,0,0,0,0,17188,0,0,0,'Invis Bookshelf',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19548,0,0,0,0,0,17188,0,0,0,'Invis Dresser',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19549,0,0,0,0,0,17188,0,0,0,'Invis Weapon Rack',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19550,0,0,0,0,0,17188,0,0,0,'Invis Footlocker',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19551,0,0,0,0,0,19682,0,0,0,'Ember of Al\'ar',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,188,1,650852223,0,'',12340),
|
|
(19552,0,0,0,0,0,17192,0,0,0,'Goblin Zeppelin','',NULL,0,1,1,0,1616,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,16384,0,'',12340),
|
|
(19553,0,0,0,0,0,19493,19494,19495,19496,'Sunfury Worker','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19554,0,0,0,0,0,18988,0,0,0,'Dimensius the All-Devouring',NULL,NULL,0,70,70,1,1715,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33555268,2048,0,0,0,0,0,0,215,320,44,3,0,19554,0,0,0,0,0,0,0,0,37412,37422,37500,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19555,0,0,0,0,0,1126,11686,0,0,'TK Atrium Channel Target',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19556,0,0,0,0,0,19015,0,0,0,'Thrall','Warchief',NULL,0,73,73,1,1735,2,1.1,1.14286,1,3,313,448,0,302,35,1333,1568,2,0,2048,0,0,0,0,0,0,276,411,44,7,4110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(19557,21555,0,0,0,0,19029,0,0,0,'Greater Frayer',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,19557,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19558,0,0,0,0,0,18991,0,0,0,'Amilya Airheart','Wind Rider Master',NULL,6944,65,65,1,1074,8193,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19559,0,0,0,0,0,18992,0,0,0,'Mondul','Food & Drink',NULL,0,60,60,0,1729,640,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19560,0,0,0,0,0,18993,0,0,0,'Lukra','General Goods',NULL,0,60,60,0,1729,384,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19561,0,0,0,0,0,18994,0,0,0,'Hagash the Blind','Bowyer',NULL,0,60,60,0,1729,4480,1,1.14286,1,0,104,138,0,252,1,1500,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19562,0,0,0,0,0,18995,0,0,0,'Peon Bolgar','Trade Goods',NULL,0,52,52,0,1729,128,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19563,0,0,0,0,0,10811,13069,0,0,'Dimensius Quest Enabler','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19564,0,0,0,0,0,18996,0,0,0,'Void Storm','',NULL,0,70,70,0,1715,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19565,0,0,0,0,0,18997,0,0,0,'Enormous Void Storm',NULL,NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19566,0,0,0,0,0,6738,6739,0,0,'Nethergarde Advisor',NULL,NULL,0,58,59,1,1767,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19567,0,0,0,0,0,6778,0,0,0,'Watcher Theronus',NULL,NULL,0,60,60,1,12,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19568,0,0,0,0,0,18998,0,0,0,'Unending Voidwraith',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19569,0,0,0,0,0,18999,0,0,0,'Netherologist Coppernickels','B.O.O.M.',NULL,7991,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19570,0,0,0,0,0,19000,0,0,0,'Rocket-Chief Fuselage','B.O.O.M. Commander',NULL,7992,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19571,0,0,0,0,0,20622,0,0,0,'Innkeeper Remi Dodoso','Innkeeper',NULL,8103,65,65,1,35,65537,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(19572,0,0,0,0,0,10743,0,0,0,'Gant','Food & Drink',NULL,0,65,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19573,0,0,0,0,0,7099,0,0,0,'Dash','Trade Supplies',NULL,0,60,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19574,0,0,0,0,0,7098,0,0,0,'Kizzie','General Supplies',NULL,0,61,65,1,35,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19575,0,0,0,0,0,10742,0,0,0,'Qiff','Engineering Supplies',NULL,0,65,67,1,35,4224,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19576,0,0,0,0,0,18174,0,0,0,'Xyrol','Master Engineering Trainer',NULL,7818,65,65,1,35,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,2,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19577,0,0,0,0,0,169,15880,0,0,'Arcane Orb Target','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(19578,0,0,0,0,0,19004,0,0,0,'Bot-Specialist Alley','B.O.O.M.',NULL,7994,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19579,0,0,0,0,0,19005,0,0,0,'Cohlien Frostweaver with Hat','Kirin Tor',NULL,0,68,68,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19580,0,0,0,0,0,19008,0,0,0,'Luminrath with Cape','Kirin Tor',NULL,0,68,68,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19581,0,0,0,0,0,20972,0,0,0,'Maddix','Flight Master',NULL,8558,65,65,1,1743,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4112,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19582,0,0,0,0,0,15200,0,0,0,'Maxx A. Million Mk. I',NULL,NULL,0,63,63,1,35,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,33536,2048,0,0,0,0,0,0,147,219,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,16384,2,'',12340),
|
|
(19583,0,0,0,0,0,1233,0,0,0,'Grennik','Flight Master',NULL,6944,65,65,1,35,8193,1.48,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19584,0,0,0,0,0,19031,0,0,0,'Frayer (Arcane)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19585,0,0,0,0,0,16346,0,0,0,'Frayer (Fire)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19586,0,0,0,0,0,19033,0,0,0,'Frayer (Frost)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19587,0,0,0,0,0,19034,0,0,0,'Frayer (Shadow)','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19588,0,0,0,0,0,6889,0,0,0,'Maxx A. Million Mk. II',NULL,NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,16384,2,'',12340),
|
|
(19589,0,0,0,0,0,19013,0,0,0,'Maxx A. Million Mk. V',NULL,NULL,0,67,67,1,35,2,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,121,1,16384,0,'npc_maxx_a_million_escort',12340),
|
|
(19590,0,0,0,0,0,17035,11686,0,0,'Thrall Event Generator',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19591,0,0,0,0,0,19014,0,0,0,'Snowsong','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19592,0,0,0,0,0,19016,19519,0,0,'Kor\'kron Warrior','',NULL,0,71,72,1,1735,0,1.48,1.14286,1,1,307,438,0,314,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19593,0,0,0,0,0,19019,0,0,0,'Spellbinder Maryana',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19593,19593,0,0,0,0,0,0,0,35927,15091,35917,0,0,0,0,0,0,0,170,226,'SmartAI',1,3,1,1,1,1,0,28368,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(19594,0,0,0,0,0,19017,0,0,0,'Kor\'kron Honor Guard','',NULL,0,73,73,1,1735,0,1.48,1.14286,1,1,316,450,0,320,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19595,0,0,0,0,0,19436,0,0,0,'Drained Phase Hunter',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,19595,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19596,0,0,0,0,0,1166,207,2327,2328,'Kor\'kron Mount','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19597,0,0,0,0,0,19015,17612,0,0,'Thrall\'s Hero Music','',NULL,0,73,73,1,1735,0,1.48,1.14286,1,3,316,450,0,320,35,1333,1568,1,0,2048,0,0,0,0,0,0,278,413,58,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(19598,21561,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19598,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(19599,0,0,0,0,0,16575,0,0,0,'Void Servant','',NULL,0,63,63,1,90,0,1.125,1.14286,1,0,164,228,0,249,1,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19600,0,0,0,0,0,17819,17820,0,0,'Warp-Master Leranis','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19601,0,0,0,0,0,19022,19520,0,0,'Tauren Warrior','',NULL,0,71,72,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19602,0,0,0,0,0,19023,19024,19025,19026,'Tauren Mount','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19603,0,0,0,0,0,19521,0,0,0,'Tauren Shaman','',NULL,0,73,73,1,1735,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19604,0,0,0,0,0,11894,0,0,0,'Drek\'Thar','',NULL,0,72,72,1,1735,0,1.48,1.14286,1,3,304,436,0,296,35,1333,1568,2,0,2048,0,0,0,0,0,0,268,399,40,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(19605,0,0,0,0,0,19040,19024,19025,19026,'Duros','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19606,0,0,0,0,0,19028,0,0,0,'Grek','',NULL,7999,65,65,1,1734,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19607,0,0,0,0,0,19036,0,0,0,'Grek\'s Riding Wolf',NULL,NULL,0,64,64,1,1734,0,1,1.38571,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19608,21554,0,0,0,0,17714,0,0,0,'Frayer Wildling',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,19608,0,0,0,0,0,0,0,0,34644,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19609,0,0,0,0,0,17206,18368,0,0,'Mo\'arg Engineer Transform (Drill)','',NULL,0,66,67,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19610,0,0,0,0,0,19037,19076,19077,0,'Irradiated Worker',NULL,NULL,0,60,64,1,35,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19611,0,0,0,0,0,18906,0,0,0,'Caleth Sunblade','The Scryers',NULL,0,68,68,1,1744,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19612,0,0,0,0,0,19038,0,0,0,'Irradiated Manager',NULL,NULL,0,65,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19613,0,0,0,0,0,19040,19024,19025,19026,'Drakan','',NULL,0,70,70,1,1735,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19614,0,0,0,0,0,19041,0,0,0,'Malukaz in Wolf Regalia','',NULL,0,62,65,1,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19615,0,0,0,0,0,19044,0,0,0,'Terokkar Wolf Spirit (Humanoid Form)','',NULL,0,26,27,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19616,0,0,0,0,0,20801,0,0,0,'Terokkar Wolf Spirit','',NULL,0,63,64,1,1735,0,1.125,1.14286,1,0,194,274,0,272,1,1400,1900,1,0,2048,0,1,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,32919,3149,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19617,0,0,0,0,0,19043,0,0,0,'Boots','B.O.O.M. Master Mixologist',NULL,8001,70,70,1,35,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19618,0,0,0,0,0,11686,0,0,0,'Warpmaster Lyssendra Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19619,0,0,0,0,0,11686,0,0,0,'Commander Dawnforge Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19620,0,0,0,0,0,11686,0,0,0,'Arcanist Ardonis Credit',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19621,0,0,0,0,0,19046,0,0,0,'Bill','B.O.O.M. Fire Marshal',NULL,0,68,68,1,35,0,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33536,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19622,0,0,0,0,0,20023,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves',NULL,0,73,73,1,16,0,1.2,1.2,1,3,313,448,0,302,70,2000,2000,2,2,2048,0,0,0,0,0,0,276,411,44,7,108,19622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075954,1315055,'',0,3,1,420,500,1,0,29905,0,0,0,0,0,147,1,617299839,2097409,'boss_kaelthas',12340),
|
|
(19623,0,0,0,0,0,19047,0,0,0,'Doc','B.O.O.M.',NULL,0,68,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19624,0,0,0,0,0,20741,20742,20740,0,'Wounded Stormwind Infantry',NULL,NULL,0,57,58,0,1756,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,256,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19625,0,0,0,0,0,19053,0,0,0,'Alorya','General Goods',NULL,0,65,65,0,1746,128,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19626,0,0,0,0,0,19054,0,0,0,'Belanna',NULL,NULL,0,60,60,0,1746,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19627,0,0,0,0,0,19055,0,0,0,'Sulamin',NULL,NULL,0,65,65,1,1746,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19628,0,0,0,0,0,19056,0,0,0,'Furan',NULL,NULL,0,60,60,0,1746,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19629,0,0,0,0,0,19057,0,0,0,'Denath',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19630,0,0,0,0,0,19054,0,0,0,'Deanth','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19631,0,0,0,0,0,19080,0,0,0,'Harram',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19632,20174,0,0,0,0,19367,6633,7350,11091,'Lykul Stinger',NULL,NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,7.5,2000,2000,1,64,2048,0,44,0,0,0,0,154,226,33,1,9,19632,0,0,0,0,0,0,0,0,34392,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),
|
|
(19633,21547,0,0,0,0,21331,21332,0,0,'Bloodwarder Mender',NULL,NULL,0,69,69,1,16,0,1.71,1.14286,1,1,230,336,0,133,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,19633,19633,0,0,0,0,0,0,0,35096,34809,17194,0,0,0,0,0,0,0,709,931,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19634,0,0,0,0,0,19069,0,0,0,'Lead Sapper Blastfizzle','B.O.O.M. Sap Foreman',NULL,8003,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19635,0,0,0,0,0,19111,0,0,0,'Captain Arathyn',NULL,NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19635,19635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,28376,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(19636,0,0,0,0,0,19074,0,0,0,'Draenei Fire Totem','',NULL,0,10,10,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19637,0,0,0,0,0,19073,0,0,0,'Draenei Earth Totem','',NULL,0,6,6,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19638,0,0,0,0,0,19075,0,0,0,'Draenei Water Totem','',NULL,0,20,20,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19639,0,0,0,0,0,19071,0,0,0,'Draenei Air Totem','',NULL,0,42,42,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19640,0,0,0,0,0,9562,0,0,0,'Bleeding Hollow Riding Worg',NULL,NULL,0,60,61,1,1662,0,1,1.14286,1,0,159,221,0,258,1,2000,1533,1,0,2048,0,1,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19641,0,0,0,0,0,18848,0,0,0,'Warp-Raider Nesaad',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,19641,19641,0,0,0,0,0,0,0,35924,0,0,0,0,0,0,0,0,0,230,305,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19642,0,0,0,0,0,20985,0,0,0,'Zaxxis Stalker',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,19642,19642,0,0,0,0,0,0,0,32920,7159,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19643,0,0,0,0,0,19461,19462,0,0,'Sunfury Astromancer',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19643,19643,0,0,0,0,0,0,0,38391,35914,35917,0,0,0,0,0,0,0,178,237,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19644,0,0,0,0,0,19078,0,0,0,'Image of Archmage Vargoth','',NULL,8024,70,70,1,35,3,1.125,1.14286,1,0,248,363,0,135,1,2000,1684,8,2,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19645,0,0,0,0,0,19079,0,0,0,'Papa Wheeler','B.O.O.M. Mech Tech',NULL,8008,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19646,0,0,0,0,0,17035,11686,0,0,'Thrall Event Dummy',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19647,0,0,0,0,0,19083,0,0,0,'Thrall','Warchief',NULL,0,73,73,1,1735,0,1.1,1.14286,1,3,316,450,0,320,35,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,10,4102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1000,300,1,0,0,0,0,0,0,0,0,1,617299803,32770,'',12340),
|
|
(19648,0,0,0,0,0,19081,0,0,0,'Maranem',NULL,NULL,0,60,60,0,1743,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19649,0,0,0,0,0,19082,0,0,0,'Dorni','General Goods',NULL,0,60,60,0,1743,384,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19650,0,0,0,0,0,17916,17918,17917,0,'[PH]Sunfury Caster - Sunfury Hold','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,28472,28473,28474,28475,0,0,0,1,0,0,'',12340),
|
|
(19651,0,0,0,0,0,17903,17904,17907,17905,'Seasoned Vindicator',NULL,NULL,0,70,70,1,1743,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19652,0,0,0,0,0,5187,16925,0,0,'Disrupt the Communications Quest Credit Marker North',NULL,NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19653,0,0,0,0,0,4606,0,0,0,'Glacius',NULL,NULL,0,67,67,1,1701,0,1.125,1.14286,1,0,225,314,0,288,1,2500,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,0.75,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19654,0,0,0,0,0,17035,13069,0,0,'Area 52 Analyzer Bunny',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19655,0,0,0,0,0,17035,13069,0,0,'Area 52 Ethereal Technology Bunny',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19656,0,0,0,0,0,17519,11686,0,0,'Invisible Location Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19657,0,0,0,0,0,19084,0,0,0,'Summoner Kanthin',NULL,NULL,0,69,69,1,1701,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,19657,19657,0,0,0,0,0,0,0,19816,36989,17273,0,0,0,0,0,0,0,173,230,'SmartAI',1,3,1,1,1,1,0,28479,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(19658,0,0,0,0,0,17063,0,0,0,'Brown Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19659,0,0,0,0,0,17906,0,0,0,'Great Elite Elekk',NULL,NULL,0,1,1,0,1741,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(19660,0,0,0,0,0,17035,11686,0,0,'Garrosh\'s Buff Bots',NULL,NULL,0,70,70,1,1735,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19661,0,0,0,0,0,19088,0,0,0,'Viggz Shinesparked','Engineering Supplies',NULL,0,64,64,1,1818,128,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19662,0,0,0,0,0,19087,0,0,0,'Aaron Hollman','Blacksmithing Supplies',NULL,0,60,60,0,1818,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19663,0,0,0,0,0,19086,0,0,0,'Madame Ruby','Enchanting Supplies',NULL,0,60,60,0,1818,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33024,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19664,0,0,0,0,0,19089,0,0,0,'Muffin Man Moser','Bread Merchant',NULL,8227,65,65,1,1818,641,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19665,0,0,0,0,0,856,857,0,0,'Ewe',NULL,NULL,0,3,3,0,31,0,1,0.85714,1,0,3,4,0,28,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,2,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(19666,0,0,0,0,0,19638,0,0,0,'Shadow Lord Xiraxis','',NULL,0,66,66,1,1194,0,1,1.14286,1,1,195,273,0,266,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,14,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19667,0,0,0,0,0,20175,0,0,0,'Consortium Nether Runner',NULL,NULL,0,65,65,1,1731,0,1,1.42857,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(19668,0,0,0,0,0,19110,0,0,0,'Shadowfiend',NULL,NULL,0,66,70,1,14,0,1.2,1.14286,1,0,234,331,5,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,63619,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.7,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_pet_pri_shadowfiend',12340),
|
|
(19669,0,0,0,0,0,19655,0,0,0,'Mamdy the \"Ologist\"','',NULL,8020,64,64,1,1731,1,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19670,0,0,0,0,0,19656,0,0,0,'Artificer Morphalius',NULL,NULL,0,64,64,1,1731,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19671,0,0,0,0,0,19627,0,0,0,'Cryo-Engineer Sha\'heen','',NULL,0,66,66,1,1731,2,1,1.14286,1,1,195,273,0,266,7.5,2000,2000,2,4096,2048,0,0,0,0,0,0,161,240,29,7,4096,0,0,0,0,0,0,0,0,0,14514,13901,22938,33839,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19672,0,0,0,0,0,19645,0,0,0,'Consortium Laborer','',NULL,0,61,64,1,1731,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19673,0,0,0,0,0,19627,0,0,0,'Consortium Engineer','',NULL,0,63,65,1,1731,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19674,0,0,0,0,0,21020,0,0,0,'Nexus-Prince Haramad','',NULL,8026,73,73,1,1731,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19675,0,0,0,0,0,21020,0,0,0,'Nexus-Prince Haramad',NULL,NULL,0,73,73,1,1788,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19676,0,0,0,0,0,19105,0,0,0,'\"Captain\" Kaftiz','',NULL,8022,68,68,1,1731,3,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19677,0,0,0,0,0,7552,13069,0,0,'Consortium Spell Marker','',NULL,0,65,65,1,35,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19678,0,0,0,0,0,19108,0,0,0,'Fantei','Reagents',NULL,8664,63,63,0,1818,2179,1,1,1,0,164,228,0,249,1,2000,2000,2,33024,2048,0,0,0,0,0,0,133,196,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19679,0,0,0,0,0,19654,0,0,0,'\"Slim\"','Shady Dealer',NULL,8021,63,63,1,1731,129,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_slim',12340),
|
|
(19680,0,0,0,0,0,11686,0,0,0,'Aldor Spawn Controller',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19681,0,0,0,0,0,19329,18684,0,0,'Void Spawner L',NULL,NULL,0,60,60,1,190,0,1,1.28968,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19682,0,0,0,0,0,19790,0,0,0,'Emissary Mordiba','',NULL,0,59,59,1,1669,2,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,33280,2048,0,0,0,0,0,0,60,88,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19683,0,0,0,0,0,19789,0,0,0,'Ogath the Mad','',NULL,0,60,60,1,1669,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33280,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19684,0,0,0,0,0,19127,19128,19129,0,'Haggard War Veteran',NULL,NULL,0,65,65,1,1818,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19685,0,0,0,0,0,19113,0,0,0,'Khadgar\'s Servant',NULL,NULL,0,60,66,1,35,0,1.8,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,126,1,0,2,'npc_kservant',12340),
|
|
(19686,0,0,0,0,0,15438,0,0,0,'Nether Anomaly',NULL,NULL,0,67,68,1,1772,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19687,0,0,0,0,0,20167,20168,20169,20170,'Shattrath City Peacekeeper',NULL,'Directions',8282,70,70,1,1775,1,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(19688,0,0,0,0,0,17972,0,0,0,'Scryer Vault Guardian',NULL,NULL,0,70,70,1,1744,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19689,0,0,0,0,0,19134,19136,19137,19138,'Draenei Pilgrim',NULL,NULL,0,60,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19690,0,0,0,0,0,19502,0,0,0,'N. D. Meancamp','B.O.O.M. Salvage',NULL,8027,67,67,1,35,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19691,0,0,0,0,0,18746,0,0,0,'Test Ravager','',NULL,0,63,63,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19692,0,0,0,0,0,8189,0,0,0,'Boom Bot',NULL,NULL,0,67,68,1,14,0,1,0.35714,1,0,231,325,0,292,1,2000,2000,1,163840,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,64,'',12340),
|
|
(19693,0,0,0,0,0,19140,0,0,0,'Clarissa',NULL,NULL,8028,72,72,1,35,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19694,0,0,0,0,0,19147,0,0,0,'Loolruna','Armorer',NULL,0,62,62,1,1654,4480,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,4096,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19695,0,0,0,0,0,19142,0,0,0,'Peasant (Wood) 1.50','',NULL,0,1,2,0,1719,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19696,0,0,0,0,0,19143,0,0,0,'Polean','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19697,0,0,0,0,0,19144,0,0,0,'Ha\'lei',NULL,NULL,0,10,10,0,35,2,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,768,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19698,0,0,0,0,0,19145,0,0,0,'Greatfather Aldrimus','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_greatfather_aldrimus',12340),
|
|
(19700,0,0,0,0,0,19149,0,0,0,'Johnny Castle','',NULL,0,50,50,0,1818,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19701,0,0,0,21161,0,19148,0,0,0,'Bonechewer Evoker',NULL,NULL,0,58,59,1,1662,0,1,1.14286,1,0,133,176,0,234,1,2000,2000,2,32768,2048,0,0,0,0,0,0,91,133,23,7,0,19701,19701,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,119,1064,'SmartAI',1,3,1,1,1,1,0,30327,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19702,0,0,0,0,0,18548,18550,18551,18552,'Aldor Acolyte',NULL,NULL,0,19,19,0,1743,0,1,1.14286,1,0,27,37,0,68,1,2000,2000,1,768,2048,0,0,0,0,0,0,19,27,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19703,0,0,0,0,0,18783,0,0,0,'Magtheridon',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(19704,0,0,0,0,0,15093,0,0,0,'Tom','Programmer Extraordinaire',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19705,0,0,0,0,0,19150,0,0,0,'Master Daellis Dawnstrike',NULL,NULL,0,69,69,1,1701,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,19705,19705,0,0,0,0,0,0,0,29651,6660,35963,35964,0,0,0,0,0,0,200,266,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19706,0,0,0,0,0,16879,0,0,0,'Marshrock Threshalisk',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,19706,0,70163,0,0,0,0,0,0,35385,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19707,0,0,0,0,0,19439,19440,19441,19442,'Sunfury Archer',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19707,19707,0,0,0,0,0,0,0,37847,12024,6660,0,0,0,0,0,0,0,192,256,'SmartAI',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19708,0,0,0,0,0,17364,0,0,0,'Sunfury Warrior [PH]','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19709,0,0,0,0,0,19151,0,0,0,'Chief Engineer Trep','B.O.O.M. Engineering',NULL,8030,69,69,1,35,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19710,21526,0,0,0,0,21191,0,0,0,'Gatewatcher Iron-Hand',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,19710,19710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,6821,'',1,3,1,16.5,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_gatewatcher_iron_hand',12340),
|
|
(19711,21530,0,0,0,0,19254,0,0,0,'Mechanar Ripper (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19712,21528,0,0,0,0,18646,0,0,0,'Mechanar Driller',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19712,19712,0,0,0,0,0,0,0,35047,35056,0,0,0,0,0,0,0,0,1349,1766,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19713,21532,0,0,0,0,18647,0,0,0,'Mechanar Wrecker',NULL,NULL,0,70,70,1,90,0,0.944444,0.95238,1,1,252,357,0,304,4.6,2200,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19713,19713,0,0,0,0,0,0,0,35049,35056,0,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19714,21529,0,0,0,0,19255,0,0,0,'Mechanar Pulverizer (UNUSED)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19715,0,0,0,0,0,19153,0,0,0,'Ezekiel',NULL,NULL,0,65,65,1,1741,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19716,21531,0,0,0,0,18288,0,0,0,'Mechanar Tinkerer',NULL,NULL,0,69,69,1,90,0,1,1.14286,1,0,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19716,19716,0,0,0,0,0,0,0,35057,35062,35058,0,0,0,0,0,0,0,353,466,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19717,0,0,0,0,0,5187,16925,0,0,'Disrupt the Communications Quest Credit Marker South',NULL,NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19718,0,0,0,0,0,20660,0,0,0,'Provisioner Tsaalt','',NULL,8031,68,68,1,1818,129,1,1,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19719,0,0,0,0,0,19155,0,0,0,'Ricole Nichie','Ex-Socialite',NULL,0,61,61,1,35,0,1.125,1.14286,1,0,152,210,0,244,1,1400,1900,2,0,2048,0,0,0,0,0,0,120,179,25,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19720,0,0,0,0,0,19156,0,0,0,'\"Dirty\" Larry','Ruffian',NULL,8033,66,66,1,1194,3,1,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19721,0,0,0,0,0,19157,0,0,0,'Haris Nachosis','Socialite',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19722,0,0,0,0,0,19158,0,0,0,'Muheru the Weaver','Tailoring Supplies',NULL,0,64,64,1,1733,128,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,512,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19723,0,0,0,0,0,4449,17188,0,0,'Invis BE Ballista',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19724,0,0,0,0,0,7552,17188,0,0,'Invis BE Tent',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19725,0,0,0,0,0,19159,0,0,0,'\"Epic\" Malone','Ruffian',NULL,0,66,66,1,1194,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19726,0,0,0,0,0,19160,0,0,0,'\"Creepjack\"','Ruffian',NULL,0,66,66,1,1194,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19727,0,0,0,0,0,7907,17612,0,0,'Netherstorm Shoot Target',NULL,NULL,0,1,1,0,954,0,8,2.85714,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),
|
|
(19728,0,0,0,0,0,19161,0,0,0,'Mama Wheeler','B.O.O.M. Mech Tech',NULL,8032,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19729,0,0,0,0,0,16879,0,0,0,'Ironspine Threshalisk',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,19729,0,70163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19730,0,0,0,0,0,19163,0,0,0,'Ironspine Gazer',NULL,NULL,0,63,64,1,14,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,19730,0,70163,0,0,0,0,0,0,35313,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19731,0,0,0,0,0,18274,19285,19287,19288,'Nether Beast',NULL,NULL,0,67,68,1,1772,0,0.7,0.25,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.15,1,1,0,0,0,0,0,0,0,67,1,0,64,'',12340),
|
|
(19732,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Warlock',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,138,199,0,119,1,2000,2000,8,32768,2048,0,0,0,0,0,0,125,185,26,7,0,19732,19732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19733,0,0,0,0,0,18422,0,0,0,'Daggerfen Servant',NULL,NULL,0,62,62,1,51,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19733,19733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,128,'SmartAI',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19734,0,0,0,0,0,18227,0,0,0,'Fungal Giant',NULL,NULL,0,63,64,1,1706,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,5,256,19734,0,80000,0,0,0,0,0,0,35273,35252,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19735,21542,0,0,0,0,19165,0,0,0,'Tempest-Forge Destroyer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4793,6264,'SmartAI',1,3,1,12,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(19736,0,0,0,0,0,19791,0,0,0,'Althen the Historian','',NULL,0,59,59,1,1669,2,1,1.14286,1,0,72,100,0,110,1,2000,2000,8,33280,2048,0,0,0,0,0,0,60,88,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19737,0,0,0,0,0,19167,0,0,0,'Engineering Crewmember',NULL,NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19738,0,0,0,0,0,18370,0,0,0,'Doomclaw',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19738,19738,0,0,0,0,0,0,0,34261,36205,0,0,0,0,0,0,0,0,243,322,'SmartAI',1,3,1,1.3,1,1,0,28563,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19739,0,0,0,0,0,20044,0,0,0,'Wrathflayer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19740,0,0,0,0,0,20044,0,0,0,'Wrathwalker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,3,0,19740,19740,0,0,0,0,0,0,0,38607,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19741,0,0,0,0,0,18419,0,0,0,'Hatescreamer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19742,0,0,0,0,0,18419,0,0,0,'Merciless Inciter','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19743,0,0,0,0,0,6686,0,0,0,'Nathrezim Councilor','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19744,0,0,0,0,0,8611,0,0,0,'Dreadwarden','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,19744,19744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19745,0,0,0,0,0,19715,0,0,0,'Pit Obliterator','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19746,0,0,0,0,0,16632,0,0,0,'Pit Breaker','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19747,0,0,0,0,0,20533,0,0,0,'Baelmon the Hound-Master','',NULL,0,68,68,1,90,0,0.888888,0.9127,1,1,214,301,0,276,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,3,0,19747,19747,0,0,0,0,0,0,0,11443,20754,0,0,0,0,0,0,0,0,1218,1595,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19748,0,0,0,0,0,18286,0,0,0,'Legionlord','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19749,0,0,0,0,0,15228,0,0,0,'Shadowmoon Specter','',NULL,0,68,69,1,21,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19750,0,0,0,0,0,1126,11686,0,0,'Chilled Ground','',NULL,0,1,1,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19751,0,0,0,0,0,15228,0,0,0,'Vengeful Shadowmoon Wraith','',NULL,0,68,69,1,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19752,0,0,0,0,0,7029,0,0,0,'Marauding Infernal','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19753,0,0,0,0,0,18621,0,0,0,'Infernal Wrangler','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19754,0,0,0,0,0,18621,0,0,0,'Deathforge Tinkerer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19754,19754,0,0,0,0,0,0,0,0,38753,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,30672,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19755,0,0,0,0,0,18368,0,0,0,'Mo\'arg Weaponsmith',NULL,NULL,0,66,67,1,90,0,0.944444,0.95238,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,3,0,19755,19755,0,0,0,0,0,0,0,37580,36253,0,0,0,0,0,0,0,0,189,252,'SmartAI',1,3,1,1,1,1,0,30695,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19756,0,0,0,0,0,17210,0,0,0,'Deathforge Smith',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19756,19756,0,0,0,0,0,0,0,37580,36225,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30672,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19757,0,0,0,0,0,14518,0,0,0,'Infernal Soul',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,19757,0,0,0,0,0,0,0,0,11969,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.9,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19758,0,0,0,0,0,19902,0,0,0,'Infernal Animus','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,40633,39055,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19759,0,0,0,0,0,169,0,0,0,'Newly Crafted Infernal',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19760,0,0,0,0,0,7029,0,0,0,'Cooling Infernal',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,570425600,2048,0,0,0,0,0,0,206,302,43,3,0,19760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19761,0,0,0,0,0,7029,0,0,0,'Felspark Infernal','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19762,0,0,0,0,0,19360,0,0,0,'Coilskar Defender',NULL,NULL,0,68,68,1,1826,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,195,289,41,7,0,19762,19762,0,0,0,0,0,0,0,38233,38031,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19763,0,0,0,0,0,7109,0,0,0,'Manni',NULL,NULL,0,50,50,0,35,0,1.125,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19764,0,0,0,0,0,7109,0,0,0,'Moh',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19765,0,0,0,0,0,19364,0,0,0,'Coilskar Myrmidon',NULL,NULL,0,69,70,1,1813,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,19765,19765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19766,0,0,0,0,0,7109,0,0,0,'Jakk',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19767,0,0,0,0,0,19366,0,0,0,'Coilskar Sorceress',NULL,NULL,0,69,70,1,1826,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,19767,19767,0,0,0,0,0,0,0,38026,32011,0,0,0,0,0,0,0,0,175,233,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19768,0,0,0,0,0,19365,0,0,0,'Coilskar Siren',NULL,NULL,0,68,69,1,1826,0,1,1,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19768,19768,0,0,0,0,0,0,0,32011,38026,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19769,0,0,0,0,0,19362,0,0,0,'Coilskar Screamer',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19770,0,0,0,0,0,20142,0,0,0,'Ravening Snap Dragon','',NULL,0,68,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,32,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19771,0,0,0,0,0,18719,0,0,0,'Greater Snap Dragon','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,32,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19772,0,0,0,0,0,19523,0,0,0,'Spirit Sage Gartok','',NULL,8035,65,65,1,83,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19773,0,0,0,0,0,19522,0,0,0,'Spirit Sage Zran','',NULL,8034,65,65,1,84,129,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19774,0,0,0,0,0,19192,0,0,0,'Toban','Apprentice Jewelcrafter',NULL,0,70,70,1,1604,81,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19775,0,0,0,0,0,19193,0,0,0,'Kalinda','Jewelcrafting Trainer',NULL,8380,30,30,0,1604,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,4608,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19776,0,0,0,0,0,19197,0,0,0,'Experimental Pilot',NULL,NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19777,0,0,0,0,0,19194,0,0,0,'Elaando','Apprentice Jewelcrafter',NULL,0,30,30,0,1638,81,1.125,1.14286,1,0,42,56,0,102,1,1400,1900,1,0,2048,0,0,2,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19778,0,0,0,0,0,19195,0,0,0,'Farii','Jewelcrafting Trainer',NULL,8382,30,30,0,1638,81,1,1.14286,1,0,39,52,0,96,1,2000,2000,2,512,2048,0,0,2,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19779,0,0,0,0,0,19493,19494,19495,19496,'Sunfury Geologist',NULL,NULL,0,67,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19779,19779,0,0,0,0,0,0,0,36645,35918,0,0,0,0,0,0,0,0,196,261,'SmartAI',0,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19780,0,0,0,0,0,19198,0,0,0,'Off-Duty Engineer','B.O.O.M. Engineering',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19781,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),
|
|
(19782,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),
|
|
(19783,0,0,0,0,0,16946,0,0,0,'Astral Flare',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.33,1,1,0,0,0,0,0,0,0,129,1,650854271,2097408,'',12340),
|
|
(19784,0,0,0,0,0,14559,0,0,0,'Coilskar Cobra',NULL,NULL,0,68,68,1,1826,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,35,0,0,0,0,195,289,41,1,1,19784,0,70168,0,0,0,0,0,0,38030,0,0,0,0,0,0,0,10530,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19785,0,0,0,0,0,14559,0,0,0,'Venomcowl Cobra','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,35,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11588,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19786,0,0,0,0,0,16895,0,0,0,'Cistern Slugg','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19787,0,0,0,0,0,16895,0,0,0,'Devouring Slugg','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19788,0,0,0,0,0,19361,0,0,0,'Coilskar Muckwatcher',NULL,NULL,0,70,70,1,1826,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,19788,19788,0,0,0,0,0,0,0,38232,38029,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19789,0,0,0,0,0,19363,0,0,0,'Coilskar Waterkeeper',NULL,NULL,0,69,69,1,1826,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19789,19789,0,0,0,0,0,0,0,9672,38033,0,0,0,0,0,0,0,0,173,230,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19790,0,0,0,0,0,3034,0,0,0,'Mud Lurker','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19791,0,0,0,0,0,3034,0,0,0,'Lightless Mud Flinger','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19792,0,0,0,0,0,20350,20351,20352,20353,'Eclipsion Centurion',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19792,19792,0,0,0,0,0,0,0,36476,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),
|
|
(19793,0,0,0,0,0,15504,0,0,0,'Eclipsion Pyromancer','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19794,0,0,0,0,0,15504,0,0,0,'Eclipsion Magister','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19795,0,0,0,0,0,20676,20677,20678,0,'Eclipsion Blood Knight',NULL,NULL,0,69,69,1,1701,0,1,1.38571,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,2048,19795,19795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,227,'',1,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19796,0,0,0,0,0,20354,20355,20356,20357,'Eclipsion Archmage',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,19796,19796,0,0,0,0,0,0,0,37986,13878,11829,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),
|
|
(19797,0,0,0,0,0,20773,20774,0,0,'Illidari Highlord','The Crimson Sigil',NULL,0,71,71,1,1701,0,1,1.14286,1,1,296,424,0,290,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,19797,0,0,0,0,0,0,0,16102,38010,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,6,1,0,30640,0,0,0,0,0,0,1,67110917,0,'npc_illidari_spawn',12340),
|
|
(19798,0,0,0,0,0,16348,0,0,0,'Arcane Eradicator','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19799,0,0,0,0,0,19991,0,0,0,'Illidari Dreadbringer','Servant of Illidan',NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19799,19799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,239,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19800,0,0,0,0,0,20214,0,0,0,'Illidari Painlasher','Servant of Illidan',NULL,0,68,69,1,1813,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,19800,19800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,190,'',1,3,1,0.75,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19801,0,0,0,0,0,19892,0,0,0,'Illidari Agonizer',NULL,NULL,0,67,67,1,1813,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,3,0,19801,19801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,120,'',1,3,1,0.3,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19802,0,0,0,0,0,18654,0,0,0,'Illidari Shocktrooper','Servant of Illidan',NULL,0,68,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,19802,19802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19803,0,0,0,0,0,18832,0,0,0,'Illidari Destroyer','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19804,0,0,0,0,0,16313,0,0,0,'Hound of the Betrayer','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19805,0,0,0,0,0,15504,0,0,0,'Eclipsion Jailor','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19806,0,0,0,0,0,20360,20361,20362,20363,'Eclipsion Bloodwarder',NULL,NULL,0,70,70,1,1701,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,19806,19806,0,0,0,0,0,0,0,12555,37838,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,30640,31316,0,0,0,0,0,1,0,0,'',12340),
|
|
(19807,0,0,0,0,0,17956,0,0,0,'Greyheart Wayfinder','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19808,0,0,0,0,0,17956,0,0,0,'Greyheart Orc-Slayer','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19809,0,0,0,0,0,17956,0,0,0,'Greyheart Shaman','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19810,0,0,0,0,0,17956,0,0,0,'Greyheart Nether-sage','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19811,0,0,0,0,0,17956,0,0,0,'Greyheart Battle-Master','',NULL,0,68,69,1,1701,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19812,0,0,0,0,0,18419,0,0,0,'Illidari Informant','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19813,0,0,0,0,0,16324,0,0,0,'Bloodskin Mutate','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19814,0,0,0,0,0,16324,0,0,0,'Bloodskin Grunt','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19815,0,0,0,0,0,16324,0,0,0,'Bloodskin Warlock','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19816,0,0,0,0,0,16324,0,0,0,'Bloodskin Berserker','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19817,0,0,0,0,0,16324,0,0,0,'Bloodskin Destroyer','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19818,0,0,0,0,0,16324,0,0,0,'Bloodskin Warlord','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19819,0,0,0,0,0,19200,0,0,0,'[PH] Illidari Overseer','',NULL,0,71,71,1,1813,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19820,0,0,0,0,0,19200,0,0,0,'Illidari Executioner','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19821,0,0,0,0,0,18832,0,0,0,'Illidari Peacekeer','',NULL,0,71,71,1,1813,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19822,0,0,0,0,0,18832,0,0,0,'Illidari Brute','',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19823,0,0,0,0,0,20261,0,0,0,'Crazed Colossus',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,19823,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2452,3207,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19824,0,0,0,0,0,20750,0,0,0,'Son of Corok',NULL,NULL,0,68,69,1,1701,0,1,0.99206,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,5,512,19824,0,80101,0,0,0,0,0,0,12612,0,0,0,0,0,0,0,0,0,1260,1650,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19825,0,0,0,0,0,20278,0,0,0,'Dark Conclave Talonite',NULL,NULL,0,67,67,1,1738,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,6,0,19825,19825,0,0,0,0,0,0,0,39229,39230,0,0,0,0,0,0,0,0,160,214,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19826,0,0,0,0,0,20276,0,0,0,'Dark Conclave Shadowmancer',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,19826,19826,0,0,0,0,0,0,0,9613,39176,16588,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1.1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),
|
|
(19827,0,0,0,0,0,20273,0,0,0,'Dark Conclave Ravenguard',NULL,NULL,0,68,68,1,1738,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,6,0,19827,19827,0,0,0,0,0,0,0,23600,8599,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),
|
|
(19828,0,0,0,0,0,173,0,0,0,'Outland Riding Trainer','Trainer',NULL,0,62,62,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19829,0,0,0,0,0,19204,0,0,0,'Warp-Master Lyssendra','',NULL,0,68,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19830,0,0,0,0,0,19202,0,0,0,'Arcanist Ardonis',NULL,NULL,8040,67,67,1,1701,1,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,19830,19830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,228,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19831,0,0,0,0,0,19205,0,0,0,'Commander Dawnforge',NULL,NULL,8041,68,68,1,1701,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19831,0,0,0,0,0,0,0,0,35871,35473,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'npc_commander_dawnforge',12340),
|
|
(19832,0,0,0,0,0,19203,0,0,0,'Doctor Vomisa, Ph.T.','B.O.O.M. Experimentalist',NULL,8037,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19833,0,0,0,0,0,1206,2957,2958,6303,'Venomous Snake','','',0,68,70,1,190,0,1,1.14286,1,5,16,24,0,304,1,1801,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_hunter_snake_trap',12340),
|
|
(19835,0,0,0,0,0,19206,0,0,0,'Gigo \"Goggles\" Geargrind','Engineering Supplies',NULL,0,55,55,0,1667,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19836,0,0,0,0,0,19207,0,0,0,'Mixie Farshot','Gun Merchant',NULL,0,52,52,0,1729,384,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,32768,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19837,0,0,0,0,0,19208,0,0,0,'Daga Ramba','Potions',NULL,0,60,60,0,1735,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19838,0,0,0,0,0,16925,0,0,0,'Hellfire Quest - Explosion Visual (DND)',NULL,NULL,0,1,1,0,35,0,1,0.992063,1,0,2,2,0,24,1,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19839,0,0,0,0,0,19210,0,0,0,'Lariel Sunrunner',NULL,NULL,0,69,69,1,1744,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19840,0,0,0,0,0,19209,0,0,0,'Caledis Brightdawn',NULL,NULL,8038,68,68,1,1744,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19841,0,0,0,0,0,6851,0,0,0,'(PH) Scryers Ride','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19842,0,0,0,0,0,17188,0,0,0,'Invis KV Defender',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19843,21565,0,0,0,0,2019,0,0,0,'Nethervine Trickster','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,32,19843,19843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19844,0,0,0,0,0,19213,0,0,0,'Nitrin the Learned','',NULL,0,66,66,1,35,2,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19845,0,0,0,0,0,11686,0,0,0,'Area 52 Fireworks Controller',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19846,0,0,0,0,0,16506,0,0,0,'[PH] Horn Ghost','',NULL,0,1,1,0,1770,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19847,0,0,0,0,0,19214,0,0,0,'Levixus','The Soul Caller',NULL,0,66,66,1,90,0,0.888888,0.9127,1,1,195,273,0,266,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,3,0,19847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2574,3367,'SmartAI',1,3,1,12,10,1,0,28677,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19848,0,0,0,0,0,19216,0,0,0,'Harbinger Ennarth','',NULL,0,69,69,1,1640,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19849,0,0,0,0,0,19357,0,0,0,'Scrap Reaver X6000',NULL,NULL,0,68,68,1,1770,0,4,2.57143,1,1,231,325,0,292,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,34618,34620,34619,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,216,1,16384,2,'',12340),
|
|
(19850,0,0,0,0,0,19217,0,0,0,'Councilor Arial D\'Anastasis','',NULL,0,62,62,0,1604,0,1,1.14286,1,0,172,240,0,262,1,2000,1900,8,768,2048,0,0,0,0,0,0,139,207,30,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19851,0,0,0,0,0,19230,0,0,0,'Negatron',NULL,NULL,0,69,69,1,1771,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,9,40,0,0,0,0,0,0,0,0,0,34625,33919,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(19852,0,0,0,0,0,6173,0,0,0,'Artifact Seeker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19852,0,70161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19853,0,0,0,0,0,16269,0,0,0,'Felblade Doomguard',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19853,19853,0,0,0,0,0,0,0,35238,32736,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19854,0,0,0,0,0,8611,0,0,0,'Nathrezim Surveyor','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19855,0,0,0,0,0,19222,0,0,0,'Sir Maximus Adams','Arathi Basin Battlemaster',NULL,0,61,61,1,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19856,0,0,0,0,0,19226,0,0,0,'Steamwheedle Sam','Arena Organizer',NULL,0,70,70,1,35,262145,1.125,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19857,0,0,0,0,0,19225,0,0,0,'Meminnie','Arena Vendor',NULL,0,70,70,1,35,129,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19858,0,0,0,0,0,18290,0,0,0,'\"Lefty\" Puddemup','Arena Battlemaster',NULL,8218,70,70,1,35,1048576,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19859,0,0,0,0,0,19228,0,0,0,'Max Luna','Arena Battlemaster',NULL,0,70,70,1,35,1048577,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,576,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19860,0,0,0,0,0,19229,0,0,0,'Katrina Turner',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19861,0,0,0,0,0,19224,0,0,0,'Bip Nigstrom','Arena Organizer',NULL,0,70,70,1,474,262145,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19862,0,0,0,0,0,19353,0,0,0,'Urtrak',NULL,NULL,0,61,61,1,1771,0,1.125,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19863,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding',NULL,NULL,0,58,58,1,1770,0,1.125,1.14286,1,0,100,132,0,242,1,1400,1900,1,0,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19864,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding Captain',NULL,NULL,0,59,59,1,1665,0,1.125,1.14286,1,0,102,135,0,248,1,1400,1900,1,0,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19865,21562,0,0,0,0,18083,0,0,0,'Mutate Horror','',NULL,0,70,70,1,1692,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(19866,0,0,0,0,0,10811,11686,0,0,'Invis East KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19867,0,0,0,0,0,10811,11686,0,0,'Invis NE KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19868,0,0,0,0,0,10811,11686,0,0,'Invis West KV Rune',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19869,0,0,0,0,0,16925,0,0,0,'Snake Trap',NULL,NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19870,0,0,0,0,0,1126,11686,0,0,'Invis KV Shield Generator',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19871,0,0,0,0,0,169,11686,0,0,'World Trigger (Not Immune NPC)',NULL,NULL,0,60,60,0,114,0,0.1,0.114286,1,0,104,138,0,252,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19872,0,0,0,0,0,16640,0,0,0,'Lady Catriona Von\'Indi','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19873,0,0,0,0,0,16638,0,0,0,'Lord Crispin Ference',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19874,0,0,0,0,0,16637,0,0,0,'Baron Rafe Dreuger',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,8,0,0,0,0,0,0,0,0,0,39255,39268,17290,39263,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19875,0,0,0,0,0,19327,0,0,0,'Baroness Dorothea Millstipe',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,29405,29570,29406,29562,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19876,0,0,0,0,0,19328,0,0,0,'Lord Robin Daris','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8.4,8,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19877,0,0,0,0,0,17054,0,0,0,'Nether Storm','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19878,20319,0,0,0,0,19235,0,0,0,'Spirit of Exarch Maladaar','',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,16.75,5,1,0,0,0,0,0,0,0,167,1,8388624,2,'',12340),
|
|
(19879,0,0,0,0,0,19236,0,0,0,'Horvon the Armorer','Armorsmith',NULL,8047,62,62,1,35,4225,1,1.14286,1,0,172,240,0,262,1,2000,1900,1,0,2048,0,0,0,0,0,0,139,207,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(19880,0,0,0,0,0,19645,0,0,0,'Nether-Stalker Khay\'ji','',NULL,8048,70,70,1,1731,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19881,0,0,0,0,0,19237,19238,19664,0,'Severed Spirit','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,212,309,0,130,1,2000,2000,8,0,2048,0,0,0,0,0,0,197,294,27,6,0,19881,19881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,221,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19882,0,0,0,0,0,19322,0,0,0,'Jero\'me','Mo\'rrisroe\'s Minion',NULL,8060,25,25,0,1695,1,1,0.85714,1,0,33,45,0,80,1,2000,2000,2,32768,2048,0,0,0,0,0,0,23,31,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(19883,0,0,0,0,0,14703,19240,0,0,'Mana Storm','',NULL,0,60,60,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19884,0,0,0,0,0,17106,0,0,0,'Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17816,17816,0,0,0,0,0,0,0,31551,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),
|
|
(19885,0,0,0,0,0,18384,0,0,0,'Coilfang Champion (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17957,17957,0,0,0,0,0,0,0,15284,16145,5246,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(19886,0,0,0,0,0,18387,0,0,0,'Coilfang Defender (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17958,17958,0,0,0,0,0,0,0,15655,31554,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,536938579,0,'',12340),
|
|
(19887,0,0,0,0,0,18386,0,0,0,'Coilfang Enchantress (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17961,17961,0,0,0,0,0,0,0,32173,37664,37665,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(19888,0,0,0,0,0,18390,0,0,0,'Coilfang Observer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1318,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,17938,17938,0,0,0,0,0,0,0,37666,37668,0,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19889,0,0,0,0,0,18393,0,0,0,'Coilfang Slavehandler (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1332,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17959,17959,0,0,0,0,0,0,0,9080,16172,0,0,0,0,0,0,0,0,2670,3496,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(19890,0,0,0,0,0,18395,0,0,0,'Coilfang Soothsayer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,248,363,0,135,5.9,1318,2000,8,32832,2048,0,0,0,0,0,0,233,347,28,7,0,17960,17960,0,0,0,0,0,0,0,15791,31555,15791,0,0,0,0,0,0,0,1904,2498,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19891,0,0,0,0,0,18397,0,0,0,'Coilfang Technician (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,296,424,0,290,5.9,1333,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,17940,17940,0,0,0,0,0,0,0,3976,27085,30798,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,10,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),
|
|
(19892,0,0,0,0,0,17101,0,0,0,'Greater Bogstrok (1)','',NULL,0,70,70,1,16,0,2,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,17817,17817,0,0,0,0,0,0,0,35760,0,0,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,65553,0,'',12340),
|
|
(19893,0,0,0,0,0,17728,0,0,0,'Mennu the Betrayer (1)','',NULL,0,72,72,1,74,0,1.48,1.14286,1,1,304,436,0,296,5.9,1347,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,72,19893,0,0,0,0,0,0,0,0,31991,35010,34980,31981,0,0,0,0,0,0,11262,14716,'',1,3,1,22.95,2.5,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(19894,0,0,0,0,0,18224,0,0,0,'Quagmirran (1)','',NULL,0,72,72,1,14,0,1.48,2,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,64,19894,0,0,0,0,0,0,0,0,38153,40504,39340,32055,0,0,0,0,0,0,15512,20266,'',1,3,1,24.3,1,1,0,33821,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(19895,0,0,0,0,0,17729,0,0,0,'Rokmar the Crackler (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1347,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,72,19895,0,0,0,0,0,0,0,0,34970,31948,38801,35008,0,0,0,0,0,0,14662,19156,'',1,3,1,22.95,1,1,0,0,0,0,0,0,0,125,1,617299803,1,'',12340),
|
|
(19896,0,0,0,0,0,8189,0,0,0,'[UNUSED] Summoned Bombling (1)','','',0,62,62,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(19897,0,0,0,0,0,20230,0,0,0,'Tainted Earthgrab Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1388,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31982,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19898,0,0,0,0,0,4589,0,0,0,'Tainted Fire Totem (1)','',NULL,0,70,70,0,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19899,0,0,0,0,0,20231,0,0,0,'Corrupted Nova Totem (1)','',NULL,0,70,74,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,33134,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19900,0,0,0,0,0,16997,0,0,0,'Tainted Stoneskin Totem (1)','',NULL,0,70,70,0,74,0,1.125,1.14286,1,0,252,357,0,304,1,1347,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,31986,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19901,0,0,0,0,0,18300,0,0,0,'Wastewalker Captive (1)','',NULL,0,70,70,1,51,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,33554496,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19902,0,0,0,0,0,17956,0,0,0,'Wastewalker Slave (1)','',NULL,0,71,71,1,190,0,1.125,1.14286,1,0,255,373,0,137,5.9,1332,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,17963,0,0,0,0,0,0,0,0,32192,15497,0,0,0,0,0,0,0,0,396,528,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19903,0,0,0,0,0,18302,0,0,0,'Coilfang Collaborator (1)','',NULL,0,70,70,1,51,0,1.48,1.14286,1,1,252,357,0,304,5.9,1318,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,17962,17962,0,0,0,0,0,0,0,33787,19130,8269,0,0,0,0,0,0,0,2500,3274,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(19904,0,0,0,0,0,18301,0,0,0,'Wastewalker Worker (1)','',NULL,0,71,71,1,190,0,1.125,1.14286,1,0,299,426,0,308,5.9,1332,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17964,0,0,0,0,0,0,0,0,37662,0,0,0,0,0,0,0,0,0,528,700,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19905,0,0,0,0,0,19242,0,0,0,'The Black Bride','Arathi Basin Battlemaster',NULL,8075,61,61,0,1735,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19906,0,0,0,0,0,19243,0,0,0,'Usha Eyegouge','Alterac Valley Battlemaster',NULL,8079,61,61,0,106,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19907,0,0,0,0,0,19244,0,0,0,'Grumbol Grimhammer','Alterac Valley Battlemaster',NULL,8078,61,61,0,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19908,0,0,0,0,0,19245,0,0,0,'Su\'ura Swiftarrow','Warsong Gulch Battlemaster',NULL,8077,61,61,0,210,1048577,1.05,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19909,0,0,0,0,0,18290,0,0,0,'Rex Pixem','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19910,0,0,0,0,0,19247,0,0,0,'Gargok','Warsong Gulch Battlemaster',NULL,8076,61,61,0,106,1048577,1,1.38571,1,1,159,221,0,258,4.6,2000,2000,1,4672,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19911,0,0,0,0,0,18968,0,0,0,'Beka Zipwhistle','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19912,0,0,0,0,0,18290,0,0,0,'Zeggon Botsnap','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19913,0,0,0,0,0,16946,0,0,0,'Area 52 Spotlight',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19914,0,0,0,0,0,16724,0,0,0,'Hutihu','Su\'ura Swiftarrow\'s Pet',NULL,0,55,55,0,210,0,1.05,1.14286,1,0,94,125,0,228,1,1500,2000,1,4608,2048,0,0,0,0,0,0,65,95,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19915,0,0,0,0,0,18290,0,0,0,'Max Xim','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19916,0,0,0,0,0,19258,0,0,0,'Archmage\'s Ritual Crystal',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19917,0,0,0,0,0,19259,0,0,0,'Riding Dragonhawk','',NULL,0,40,40,0,2091,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19918,0,0,0,0,0,19260,0,0,0,'Time Watcher','',NULL,0,70,70,1,1779,0,0.666668,1.19048,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19919,21580,0,0,0,0,17714,0,0,0,'Thorn Lasher','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19920,21579,0,0,0,0,17713,0,0,0,'Thorn Flayer','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,35507,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19921,0,0,0,0,0,1206,2957,2958,6303,'Viper','','',0,68,70,1,190,0,1,1.14286,1,5,38,53,0,304,1,2803,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_hunter_snake_trap',12340),
|
|
(19922,0,0,0,0,0,20211,0,0,0,'Tornado',NULL,NULL,0,63,70,1,114,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,2,'',12340),
|
|
(19923,0,0,0,0,0,18290,0,0,0,'Bipp Glizzitor','Arena Battlemaster',NULL,8218,70,70,1,35,1048576,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19924,0,0,0,0,0,17188,0,0,0,'Invis Ritual Crystal',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19925,0,0,0,0,0,19266,0,0,0,'Miglik Blotstrom','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19926,0,0,0,0,0,19119,0,0,0,'Spellreaver Marathelle',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19926,19926,0,0,0,0,0,0,0,35831,35848,35843,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,28475,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(19927,0,0,0,0,0,19260,0,0,0,'Time Watcher Transform','',NULL,0,70,70,1,35,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19928,0,0,0,0,0,14213,0,0,0,'Laj (Arcane)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,16.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19929,0,0,0,0,0,13110,0,0,0,'Laj (Fire)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19930,0,0,0,0,0,14112,0,0,0,'Laj (Frost)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19931,0,0,0,0,0,14214,0,0,0,'Laj (Nature)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,16.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19932,0,0,0,0,0,19267,0,0,0,'Andormu','Keepers of Time',NULL,0,70,70,0,1779,130,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19933,0,0,0,0,0,19268,0,0,0,'Nozari','Keepers of Time',NULL,0,70,70,0,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19934,0,0,0,0,0,19270,0,0,0,'Zaladormu','',NULL,0,70,70,0,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19935,0,0,0,0,0,20222,0,0,0,'Soridormi','The Scale of Sands',NULL,8234,73,73,0,1778,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19936,0,0,0,0,0,338,0,0,0,'Arazmodu','The Scale of Sands',NULL,0,71,71,0,1778,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19937,0,0,0,0,0,16502,16503,16504,16505,'Commander Hogarth',NULL,NULL,0,59,59,1,35,2,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,11976,36988,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(19938,0,0,0,0,0,19271,0,0,0,'Image of Commander Sarannis',NULL,NULL,0,71,71,1,35,0,0.0001,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19939,0,0,0,0,0,328,15880,0,0,'Netherstorm Nether Beast Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(19940,0,0,0,0,0,20101,0,0,0,'Apex',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,19940,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1216,1593,'SmartAI',0,3,1,4,1,1,0,28786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19941,0,0,0,0,0,19437,0,0,0,'Sagan (Skunk Form)','Ravandwyr\'s Familiar',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19942,0,0,0,0,0,16130,0,0,0,'Agent Proudwell','The Argent Dawn',NULL,0,55,55,0,794,2,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19943,0,0,0,0,0,18485,0,0,0,'Lashh\'an Talonite',NULL,NULL,0,65,66,1,1738,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19943,19943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19944,0,0,0,0,0,17858,0,0,0,'Lashh\'an Wing Guard',NULL,NULL,0,65,66,1,1738,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19944,19944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19945,0,0,0,0,0,19605,0,0,0,'Lashh\'an Windwalker','',NULL,0,65,66,1,1738,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19945,19945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19946,0,0,0,0,0,17951,0,0,0,'Darkcrest Slaver',NULL,NULL,0,61,62,1,74,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,19946,19946,0,0,0,0,0,0,0,6607,13730,0,0,0,0,0,0,0,0,164,1417,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19947,0,0,0,0,0,17952,0,0,0,'Darkcrest Sorceress',NULL,NULL,0,61,62,1,74,0,1,1,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,19947,19947,0,0,0,0,0,0,0,13901,12544,34787,0,0,0,0,0,0,0,138,1303,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19948,0,0,0,19991,0,10708,0,0,0,'Bloodmaul Skirmisher',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19948,19948,0,0,0,0,0,0,0,34932,37786,34802,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19949,21567,0,0,0,0,9590,0,0,0,'Sapling','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.45,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(19950,0,0,0,0,0,19278,19280,19281,19282,'Custodian of Time','',NULL,0,70,70,1,1779,0,1.6,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(19951,0,0,0,0,0,19279,0,0,0,'Warden of Time','',NULL,0,70,70,1,1779,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(19952,0,0,0,19991,0,11550,0,0,0,'Bloodmaul Geomancer',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,195,273,0,266,1,1333,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19952,19952,0,0,0,0,0,0,0,9053,12544,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19953,21553,0,0,0,0,17009,0,0,0,'Frayer Protector',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,34745,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19954,21556,0,0,0,0,9591,0,0,0,'Greater Sapling','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(19956,0,0,0,19991,0,11553,0,0,0,'Bloodmaul Lookout','',NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19957,0,0,0,19991,0,11549,0,0,0,'Bloodmaul Brewmaster',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19957,19957,0,0,0,0,0,0,0,37591,30798,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19958,21583,0,0,0,0,19289,0,0,0,'White Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(19959,20739,0,0,0,0,19061,19062,19058,0,'Imprisoned Infinite Dragonspawn','',NULL,0,70,70,1,1720,0,2,1.42857,1.5,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,3,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(19960,0,0,0,0,0,19486,0,0,0,'Doomforge Engineer',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19960,19960,0,0,0,0,0,0,0,36251,36253,0,0,0,0,0,0,0,0,193,257,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19961,0,0,0,0,0,19961,0,0,0,'Doomforge Attendant',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19961,19961,0,0,0,0,0,0,0,36208,36846,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19962,21550,0,0,0,0,19290,0,0,0,'Blue Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(19963,0,0,0,0,0,19975,0,0,0,'Doomcryer','',NULL,0,68,68,1,90,0,1.48,1.14286,1,1,214,301,0,276,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,19963,19963,0,0,0,0,0,0,0,34017,36541,37629,0,0,0,0,0,0,0,1005,1317,'SmartAI',1,3,1,4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19964,21566,0,0,0,0,20139,0,0,0,'Red Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(19965,0,0,0,0,0,19168,0,0,0,'Doomforge Constructor','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,37631,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19966,0,0,0,0,0,19190,0,0,0,'Doomforge Laborer','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19966,0,0,0,0,0,0,0,0,7978,37630,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19967,0,0,0,0,0,19982,0,0,0,'Terror Sentry','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19968,0,0,0,0,0,20214,0,0,0,'Maiden of Nightmares','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19969,21557,0,0,0,0,19292,0,0,0,'Green Seedling',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.15,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(19970,0,0,0,0,0,19668,0,0,0,'Dreadforge Steam-Smith','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19971,0,0,0,0,0,19961,0,0,0,'Dreadforge Servant','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,19971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19972,0,0,0,0,0,19991,0,0,0,'Night Walker','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19973,0,0,0,0,0,18139,0,0,0,'Abyssal Flamebringer',NULL,NULL,0,70,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19973,19973,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(19974,0,0,0,0,0,19168,0,0,0,'Dreadforge Machinist','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,36208,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19975,0,0,0,0,0,18818,0,0,0,'Dreadforge Worker','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19976,0,0,0,0,0,18166,0,0,0,'Terrorslayer','',NULL,0,60,61,1,90,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19978,0,0,0,0,0,19168,18368,0,0,'Deathforge Over-Smith','',NULL,0,68,68,1,90,0,0.944444,0.95238,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19978,19978,0,0,0,0,0,0,0,36486,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19979,0,0,0,0,0,19190,0,0,0,'Deathforge Technician','',NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19979,19979,0,0,0,0,0,0,0,36250,36825,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19980,0,0,0,0,0,19368,0,0,0,'Void Terror','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,19980,0,70161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19981,0,0,0,0,0,19294,0,0,0,'Eredar Fel-Lord','',NULL,0,60,61,1,90,0,1.2,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,0,0,0,0,0,127,188,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19982,0,0,0,0,0,18485,0,0,0,'Vekh\'nir Keeneye',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19982,19982,0,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,30655,30561,0,0,0,0,0,1,0,0,'',12340),
|
|
(19983,0,0,0,0,0,17868,0,0,0,'Vekh\'nir Stormcaller',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19983,19983,0,0,0,0,0,0,0,37654,32717,0,0,0,0,0,0,0,0,154,206,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),
|
|
(19984,0,0,0,0,0,17858,0,0,0,'Vekh\'nir Dreadhawk',NULL,NULL,0,65,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19984,19984,0,0,0,0,0,0,0,11642,37583,0,0,0,0,0,0,0,0,159,212,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),
|
|
(19985,0,0,0,0,0,18485,0,0,0,'Ruuan\'ok Cloudgazer',NULL,NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,19985,19985,0,0,0,0,0,0,0,9532,12550,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19986,0,0,0,0,0,19606,0,0,0,'Ruuan\'ok Skyfury',NULL,NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19986,19986,0,0,0,0,0,0,0,37681,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19987,0,0,0,0,0,17858,0,0,0,'Ruuan\'ok Ravenguard','',NULL,0,66,67,1,1738,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19987,19987,0,0,0,0,0,0,0,37581,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19988,0,0,0,0,0,18485,0,0,0,'Grishna Falconwing','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19988,19988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19989,0,0,0,0,0,19604,0,0,0,'Grishna Harbinger','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,19989,19989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19990,0,0,0,0,0,17858,0,0,0,'Grishna Scorncrow','',NULL,0,67,68,1,1738,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,19990,19990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(19991,0,0,0,0,0,19905,0,0,0,'Bloodmaul Brute',NULL,NULL,0,65,66,1,1781,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19991,19991,0,0,0,0,0,0,0,34932,15496,37577,8599,0,0,0,0,0,0,180,240,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19992,0,0,0,19991,0,17835,0,0,0,'Bloodmaul Shaman',NULL,NULL,0,65,65,1,1781,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,19992,19992,0,0,0,0,0,0,0,12550,0,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19993,0,0,0,0,0,17782,0,0,0,'Bloodmaul Mauler',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,19993,19993,0,0,0,0,0,0,0,34932,37786,37592,0,0,0,0,0,0,0,189,252,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19994,0,0,0,0,0,19755,0,0,0,'Bloodmaul Warlock',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,19994,19994,0,0,0,0,0,0,0,34932,13787,20825,0,0,0,0,0,0,0,176,235,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19995,0,0,0,0,0,19762,0,0,0,'Bladespire Brute',NULL,NULL,0,65,66,1,1780,0,1.6,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,19995,19995,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,184,245,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19996,0,0,0,0,0,18070,0,0,0,'Bladespire Battlemage',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,19996,19996,0,0,0,0,0,0,0,6742,16102,0,0,0,0,0,0,0,0,961,1260,'SmartAI',1,3,1,4,3,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19997,0,0,0,0,0,11583,0,0,0,'Bladespire Enforcer',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,186,276,39,7,0,19997,19997,0,0,0,0,0,0,0,8599,15588,0,0,0,0,0,0,0,0,1216,1593,'SmartAI',1,3,1,4,1,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19998,0,0,0,19995,0,19765,0,0,0,'Bladespire Shaman',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,19998,19998,0,0,0,0,0,0,0,26098,12550,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(19999,0,0,0,0,0,17191,0,0,0,'Astralan Spell-Thief','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20000,0,0,0,0,0,30404,0,0,0,'Alexander!','',NULL,0,1,1,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.873,1,1,0,0,0,0,0,0,0,781,1,0,0,'',12340),
|
|
(20001,0,0,0,0,0,1056,0,0,0,'Mountain Lion Mother',NULL,NULL,0,26,26,0,16,0,1.06,1.14286,1,0,37,49,0,90,1,1740,1914,1,0,2048,0,2,0,0,0,0,25,37,7,1,16,0,0,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20002,0,0,0,0,0,15032,0,0,0,'Hurlog Horde','Warsong Gulch Battlemaster',NULL,0,61,61,1,35,1048576,1.95,1.14286,1,1,159,221,0,258,7.5,1166,1283,1,0,2048,0,0,0,0,0,0,127,188,28,7,134742118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,858,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20003,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 01',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20010,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Neutral)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20011,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Friendly)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20012,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Honored)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20013,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Revered)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20014,0,0,0,0,0,14784,0,0,0,'Illiyana Moonblaze','Silverwing Supply Officer (Exalted)',NULL,0,55,55,0,1514,4098,1.25,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20019,0,0,0,0,0,17191,0,0,0,'Astralan Bandit','',NULL,0,58,60,1,1678,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20020,0,0,0,0,0,17191,0,0,0,'Astralan Arcanist','',NULL,0,58,60,1,1678,4098,1.25,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20021,0,0,0,0,0,20138,0,0,0,'Nether Whelp','',NULL,0,67,67,1,16,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,2,0,20021,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),
|
|
(20022,0,0,0,0,0,14785,0,0,0,'Kelm Hargunth','Warsong Supply Officer (Honored)',NULL,0,55,55,0,1515,4098,1.25,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,4718592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(20023,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 02',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20024,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge Kneel Target 03',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20025,0,0,0,0,0,18416,0,0,0,'Sable Jaguar Specimen',NULL,NULL,0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,1000,2000,1,33555200,2048,0,2,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20026,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk Specimen',NULL,NULL,0,67,68,0,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33587968,2048,0,6,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20027,0,0,0,0,0,1104,0,0,0,'Blackfang Tarantula Specimen',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33555200,2048,0,3,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20028,0,0,0,0,0,19297,0,0,0,'Doba','Cooking Supplies',NULL,0,63,63,1,1722,128,1,1,1,0,181,253,0,268,1,1000,2000,1,512,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20029,0,0,0,0,0,19296,0,0,0,'Thalassian Warhorse','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20030,0,0,0,0,0,19085,0,0,0,'Thalassian Charger','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20031,0,0,0,0,0,19386,19387,0,0,'Bloodwarder Legionnaire',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,1800,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20031,20031,0,0,0,0,0,0,0,35949,15284,15578,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20032,0,0,0,0,0,19388,21000,0,0,'Bloodwarder Vindicator',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20032,20032,0,0,0,0,0,0,0,39078,37249,13005,37251,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,144,1,550452223,0,'',12340),
|
|
(20033,0,0,0,0,0,19390,19391,0,0,'Astromancer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,1500,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,10000,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),
|
|
(20034,0,0,0,0,0,19392,19393,0,0,'Star Scryer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20034,0,0,0,0,0,0,0,0,37122,37124,37126,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),
|
|
(20035,0,0,0,0,0,20978,19397,0,0,'Bloodwarder Marshal',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,30,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,72,20035,0,0,0,0,0,0,0,0,35949,34996,15589,36132,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,150,1,551238655,0,'',12340),
|
|
(20036,0,0,0,0,0,19394,21001,0,0,'Bloodwarder Squire',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,1600,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20036,20036,0,0,0,0,0,0,0,39078,37254,39077,37255,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,150,1,618610687,0,'',12340),
|
|
(20037,0,0,0,0,0,19398,19399,0,0,'Tempest Falconer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20037,20051,0,0,0,0,0,0,0,37318,37154,37317,39079,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,5,1,0,0,0,0,0,0,0,150,1,618610687,0,'',12340),
|
|
(20038,0,0,0,0,0,19298,0,0,0,'Phoenix-Hawk Hatchling',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,15,2000,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,73,20038,0,70065,0,0,0,0,0,0,37160,37319,0,0,0,0,0,0,10487,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,167,1,2048,0,'',12340),
|
|
(20039,0,0,0,0,0,19299,0,0,0,'Phoenix-Hawk',NULL,NULL,0,72,72,1,16,0,2,1.14286,1,1,307,438,0,314,30,1800,2000,1,0,2048,0,30,0,0,0,0,270,401,53,1,73,20039,0,70066,0,0,0,0,0,0,37319,37160,0,0,0,0,0,0,10486,0,0,0,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,164,1,617562111,0,'',12340),
|
|
(20040,0,0,0,0,0,19410,0,0,0,'Crystalcore Devastator',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,6,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,20040,0,0,0,0,0,0,0,0,35035,35039,37102,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,550469631,0,'',12340),
|
|
(20041,0,0,0,0,0,19300,0,0,0,'Crystalcore Sentinel',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,20041,0,0,0,0,0,0,0,0,37106,39425,37104,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,164,1,617578495,0,'',12340),
|
|
(20042,0,0,0,0,0,19412,19413,0,0,'Tempest-Smith',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20043,0,0,0,0,0,19470,19471,0,0,'Apprentice Star Scryer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,20043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,150,1,80680959,0,'',12340),
|
|
(20044,0,0,0,0,0,19472,19473,0,0,'Novice Astromancer',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,20044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,10000,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,144,1,80680959,0,'',12340),
|
|
(20045,0,0,0,0,0,19474,19475,0,0,'Nether Scryer',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20045,0,0,0,0,0,0,0,0,37126,37135,0,0,0,0,0,0,0,0,7100,11020,'',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),
|
|
(20046,0,0,0,0,0,19423,19424,0,0,'Astromancer Lord',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),
|
|
(20047,0,0,0,0,0,19499,19500,0,0,'Crimson Hand Battle Mage','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20032,20051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,2048,0,'',12340),
|
|
(20048,0,0,0,0,0,19505,19506,0,0,'Crimson Hand Centurion','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,20048,0,0,0,0,0,0,0,0,37268,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,2312,0,'',12340),
|
|
(20049,0,0,0,0,0,19503,19504,0,0,'Crimson Hand Blood Knight','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,20049,20049,0,0,0,0,0,0,0,39078,37257,39077,37260,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,167,1,617562111,0,'',12340),
|
|
(20050,0,0,0,0,0,19507,19508,0,0,'Crimson Hand Inquisitor','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20050,20050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,167,1,551436287,0,'',12340),
|
|
(20051,0,0,0,0,0,17210,0,0,0,'UNUSED - Golem Crafter','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20052,0,0,0,0,0,19254,0,0,0,'Crystalcore Mechanic',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,72,20052,20052,0,0,0,0,0,0,0,37121,37123,0,0,0,0,0,0,0,0,7100,11020,'SmartAI',0,3,1,17.5,5,1,0,0,0,0,0,0,0,144,1,2049,0,'',12340),
|
|
(20053,20536,0,0,0,0,19306,19307,19308,19309,'Lodaeron Sentry Specimen',NULL,NULL,0,65,65,0,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20054,20539,0,0,0,0,19310,19311,19312,19313,'Lordaeron Watchman Specimen',NULL,NULL,0,65,65,0,1749,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20055,0,0,0,0,0,19305,0,0,0,'Tarren Mill Peasant Specimen',NULL,NULL,0,15,15,0,12,0,0.666668,1.14286,1,0,22,29,0,54,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20058,0,0,0,0,0,19347,0,0,0,'Bloodmaul Dire Wolf','',NULL,0,65,65,1,1781,0,1,1.14286,1,0,200,281,0,278,1,1500,2000,1,32768,2048,0,1,0,0,0,0,166,246,35,1,1,20058,0,70061,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,11590,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20059,21541,0,0,0,0,17916,17917,17918,0,'Sunseeker Netherbinder',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,248,363,0,135,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,20059,20059,0,0,0,0,0,0,0,21668,35261,0,0,0,0,0,0,0,0,796,1044,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20060,0,0,0,0,0,20178,0,0,0,'Lord Sanguinar','The Blood Hammer',NULL,0,73,73,1,16,0,1.2,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),
|
|
(20061,0,0,0,0,0,11686,0,0,0,'Frostbite Invisible Stalker',NULL,NULL,0,80,80,1,974,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33554432,2048,8,0,0,0,0,0,262,389,48,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_frostbite_invisible_stalker',12340),
|
|
(20062,0,0,0,0,0,20237,0,0,0,'Grand Astromancer Capernian','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.2,1.2,1,3,270,395,0,143,30,1500,1500,8,2,2048,0,0,0,0,0,0,255,380,37,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,5000,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),
|
|
(20063,0,0,0,0,0,20177,0,0,0,'Master Engineer Telonicus','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.2,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,165,1,650854271,2097408,'',12340),
|
|
(20064,0,0,0,0,0,20236,0,0,0,'Thaladred the Darkener','Advisor to Kael\'thas',NULL,0,73,73,1,16,0,1.1,1.2,1,3,316,450,0,320,30,1500,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,36965,36966,30225,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,1,1,0,0,0,0,0,0,0,97,1,650854271,2097408,'',12340),
|
|
(20066,0,0,0,0,0,17685,0,0,0,'Gahruj',NULL,NULL,8054,68,68,1,1731,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20067,0,0,0,0,0,18660,0,0,0,'Zuben Elgenubi',NULL,NULL,8055,70,70,1,1731,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20068,0,0,0,0,0,17689,0,0,0,'Zuben Eschamali',NULL,NULL,8056,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20069,0,0,0,0,0,19304,0,0,0,'Night Elf Wisp Specimen','',NULL,0,69,70,1,1719,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(20071,0,0,0,0,0,18660,0,0,0,'Wind Trader Marid',NULL,NULL,8071,69,69,1,1731,3,1.5,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(20072,0,0,0,0,0,19375,0,0,0,'Cobalt War Talbuk',NULL,NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20073,0,0,0,0,0,17688,0,0,0,'Ghanim','',NULL,0,70,70,1,1731,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20074,0,0,0,0,0,19221,0,0,0,'Riding Talbuk (Elite)','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20075,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk',NULL,NULL,0,67,68,1,16,0,1.05,1.14286,1,0,231,325,0,292,4.6,1400,1900,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,12166,0,0,0,0,0,0,0,12926,0,0,0,'SmartAI',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20076,0,0,0,0,0,17423,0,0,0,'Naga Distiller (Coilskar Point)',NULL,NULL,0,70,70,1,190,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(20078,21569,0,0,0,0,19317,19316,0,0,'Summoned Bloodwarder Reservist',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20079,0,0,0,0,0,4606,0,0,0,'Darkcrest Sentry',NULL,NULL,0,61,62,0,74,0,1,1.28968,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,4,0,20079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20080,0,0,0,0,0,19319,0,0,0,'Galgrom','Provisioner',NULL,8057,65,65,1,1779,897,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20081,0,0,0,0,0,19320,0,0,0,'Bortega','Reagents & Poison Supplies',NULL,8058,65,65,1,1779,3201,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20082,0,0,0,0,0,19321,0,0,0,'Yarley','Armorer',NULL,8059,65,65,1,1779,4225,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20083,21568,0,0,0,0,21331,21332,0,0,'Summoned Bloodwarder Mender',NULL,NULL,0,69,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,7.5,1400,1900,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20084,0,0,0,0,0,21019,0,0,0,'Image of Nexus-Prince Haramad',NULL,NULL,8083,73,73,1,1731,3,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20085,0,0,0,0,0,1061,16925,0,0,'Infernal Invasion Hero Say Director',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20086,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point One Trigger',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20087,0,0,0,0,0,19323,0,0,0,'Worker Mo\'rrisroe','Silvermoon Builders Association',NULL,0,70,70,0,1695,0,1,0.85714,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20088,0,0,0,0,0,17954,0,0,0,'Bloodscale Overseer',NULL,NULL,0,61,62,1,74,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,20088,20088,0,0,0,0,0,0,0,34812,9080,0,0,0,0,0,0,0,0,164,219,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20089,0,0,0,0,0,17953,0,0,0,'Bloodscale Wavecaller',NULL,NULL,0,62,62,1,74,0,1,1,1,0,160,223,0,246,1,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,20089,20089,0,0,0,0,0,0,0,32011,34827,0,0,0,0,0,0,0,0,139,186,'SmartAI',1,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20090,0,0,0,0,0,4606,0,0,0,'Bloodscale Sentry',NULL,NULL,0,62,63,0,74,0,1,1.28968,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,4,0,20090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20091,0,0,0,0,0,17954,0,0,0,'Bloodscale Myrmidon','',NULL,0,63,64,1,74,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,34812,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20092,0,0,0,0,0,19645,0,0,0,'Dealer Hazzin','General Provisioner',NULL,8063,68,68,1,1731,131,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20093,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Arakkoa Spell Origin',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20094,0,0,0,0,0,16881,0,0,0,'Arakkoa Test Summon Bird','',NULL,0,1,1,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20095,0,0,0,19991,0,17782,0,0,0,'Grimnok Battleborn','',NULL,0,67,67,1,1781,0,1.6,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20095,20095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20096,0,0,0,0,0,19333,0,0,0,'Uriku','Cooking Supplies',NULL,0,63,63,1,1722,128,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20097,0,0,0,0,0,19334,0,0,0,'Nula the Butcher','Cooking Supplies',NULL,0,65,66,1,1651,640,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20098,0,0,0,0,0,19315,0,0,0,'Jane',NULL,NULL,0,1,1,0,1604,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20099,0,0,0,0,0,19335,0,0,0,'Kate','',NULL,0,1,1,0,1638,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20100,0,0,0,0,0,19336,0,0,0,'Jessel',NULL,NULL,0,13,13,0,1604,0,1.125,1.14286,1,0,18,24,0,48,1,2000,2000,1,768,2048,0,0,0,0,0,0,12,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20101,0,0,0,0,0,19337,0,0,0,'Nether-Stalker','Marid\'s Guardian',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20102,0,0,0,0,0,19340,19343,0,0,'Goblin Commoner',NULL,NULL,10248,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20103,0,0,0,0,0,19339,0,0,0,'[PH] Gossip NPC Goblin Female, Christmas','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20104,0,0,0,0,0,19340,0,0,0,'[PH] Gossip NPC, Goblin Female','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20105,0,0,0,0,0,19341,0,0,0,'[PH] Gossip NPC Goblin Female, Lunar Festival','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20106,0,0,0,0,0,21067,0,0,0,'[PH] Gossip NPC Goblin Male, Lunar Festival','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20107,0,0,0,0,0,19343,0,0,0,'[PH] Gossip NPC, Goblin Male','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20109,0,0,0,0,0,20738,0,0,0,'Lashh\'an Kaliri',NULL,NULL,0,61,62,1,1738,0,1.4,1.42857,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,26,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(20110,0,0,0,0,0,19380,0,0,0,'Tyri',NULL,NULL,8068,70,70,1,35,3,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20111,0,0,0,0,0,19382,0,0,0,'Jorad Mace',NULL,NULL,0,70,70,1,35,2,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20112,0,0,0,0,0,17689,0,0,0,'Wind Trader Tuluman','Weapon Merchant',NULL,8070,70,70,1,1731,4227,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20113,0,0,0,0,0,18434,0,0,0,'Lashh\'an Matriarch','',NULL,0,66,66,1,1738,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20113,20113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30529,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20114,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point Two Trigger',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20115,0,0,0,0,0,18425,0,0,0,'Umbrafen Witchdoctor',NULL,NULL,0,60,61,1,51,0,1.11111,1.14286,1,0,152,210,0,244,1,2000,2000,2,0,2048,0,0,0,0,0,0,120,179,25,7,0,20115,20115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20116,0,0,0,19991,0,17782,0,0,0,'Gurn Grubnosh','',NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,20116,20116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,464,'',1,3,1,2.25,1,1,0,30417,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20117,0,0,0,0,0,18088,0,0,0,'Vengeful Unyielding Knight',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20118,0,0,0,0,0,19348,0,0,0,'Jihi','Warsong Gulch Battlemaster',NULL,8258,61,61,0,1638,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20119,0,0,0,0,0,19349,0,0,0,'Mahul','Alterac Valley Battlemaster',NULL,8253,61,61,0,1638,1048577,1.48,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20120,0,0,0,0,0,19350,0,0,0,'Tolo','Arathi Basin Battlemaster',NULL,8257,61,61,1,1638,1048577,1.48,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,832,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20121,0,0,0,0,0,19351,0,0,0,'Fingin','Poison Supplies',NULL,0,30,30,0,1638,1152,1,1.14286,1,0,42,56,0,102,1,1500,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20122,0,0,0,0,0,17953,0,0,0,'Bloodscale Sea Witch','',NULL,0,64,64,1,74,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,8398,22645,37432,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1.2,1,0,24280,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20123,0,0,0,0,0,19354,0,0,0,'Farmer Griffith',NULL,NULL,0,60,65,1,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20124,0,0,0,0,0,19356,0,0,0,'Kradu Grimblade','Weaponsmith Trainer',NULL,9131,65,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,9787,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20125,0,0,0,0,0,19355,0,0,0,'Zula Slagfury','Armorsmith Trainer',NULL,9132,65,65,1,1818,81,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,2,9788,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20126,0,0,0,0,0,2429,0,0,0,'Sylvanaar Ancient Protector',NULL,NULL,0,70,70,1,80,0,1.11111,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20127,0,0,0,0,0,20730,0,0,0,'Tame Kaliri','',NULL,0,60,61,1,7,0,1.4,1.42857,1,0,159,221,0,258,1,2000,2000,1,33554944,2048,0,26,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),
|
|
(20128,0,0,0,0,0,17035,17612,0,0,'Netherstorm Triangulation Point Three Trigger','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20129,0,0,0,0,0,19278,19280,19281,19282,'Custodian of Time',NULL,NULL,0,70,70,1,1779,0,1.6,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'npc_custodian_of_time',12340),
|
|
(20130,0,0,0,0,0,19314,0,0,0,'Andormu','Keepers of Time',NULL,0,66,66,0,1779,130,1,0.99206,1,1,210,295,0,282,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20131,0,0,0,0,0,19315,0,0,0,'Nozari','Keepers of Time',NULL,0,60,60,0,1779,0,1,0.99206,1,1,104,138,0,252,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20132,0,0,0,0,0,19358,0,0,0,'Socrethar',NULL,NULL,0,72,72,1,1786,0,1.48,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,20132,0,0,0,0,0,0,0,0,28448,37537,15496,37538,0,0,0,0,0,0,14994,19586,'SmartAI',1,3,1,60,20,1,0,29805,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20133,0,0,0,0,0,19359,0,0,0,'Image of Socrethar',NULL,NULL,0,1,1,0,90,0,1.48,1.14286,1,1,2,2,0,24,1.7,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20134,0,0,0,0,0,19466,19467,19468,19469,'Sunfury Arcanist',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20134,20134,0,0,0,0,0,0,0,35917,0,0,0,0,0,0,0,0,0,177,236,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20135,0,0,0,0,0,19119,19120,0,0,'Sunfury Arch Mage',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20135,20135,0,0,0,0,0,0,0,20823,35917,11831,0,0,0,0,0,0,0,178,237,'SmartAI',0,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20136,0,0,0,0,0,19491,19492,0,0,'Sunfury Researcher',NULL,NULL,0,67,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20136,20136,0,0,0,0,0,0,0,35918,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',0,3,1,1,1,1,0,35231,28636,0,0,0,0,0,1,0,0,'',12340),
|
|
(20137,0,0,0,0,0,16502,16503,16504,16505,'Vengeful Unyielding Footman',NULL,NULL,0,59,60,1,1665,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20138,0,0,0,0,0,17446,0,0,0,'Culuthas',NULL,NULL,0,70,70,1,90,0,1.48,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20138,20138,0,0,0,0,0,0,0,36402,37089,35373,0,0,0,0,0,0,0,1051,1377,'SmartAI',1,3,1,4,1,1,0,29026,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20139,0,0,0,0,0,19463,19464,19465,0,'Sunfury Conjurer',NULL,NULL,0,68,69,1,1701,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20139,20139,0,0,0,0,0,0,0,9672,11829,0,0,0,0,0,0,0,0,182,243,'SmartAI',1,3,1,1.1,1,1,0,29546,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20140,0,0,0,0,0,19459,19460,0,0,'Sunfury Centurion',NULL,NULL,0,68,69,1,1793,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20140,20140,0,0,0,0,0,0,0,35871,8599,0,0,0,0,0,0,0,0,201,268,'SmartAI',1,3,1,1,1,1,0,29545,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20141,0,0,0,0,0,19293,0,0,0,'Hound of Culuthas',NULL,NULL,0,69,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,20141,0,0,0,0,0,0,0,0,36405,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20142,0,0,0,0,0,19373,0,0,0,'Steward of Time','Keepers of Time',NULL,8072,70,70,1,1779,3,0.666668,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steward_of_time',12340),
|
|
(20143,0,0,0,0,0,19329,18684,0,0,'Void Spawner - Quest - Warp Rifts',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20144,0,0,0,0,0,16470,0,0,0,'Magister Hathris','',NULL,0,69,69,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29041,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20145,0,0,0,0,0,16634,0,0,0,'Unstable Voidwalker',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,146,192,0,238,1,1400,1900,2,0,2048,0,0,0,0,0,0,101,167,24,3,0,20145,0,0,0,0,0,0,0,0,33914,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,29051,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20146,0,0,0,0,0,19374,0,0,0,'Large Elekk, Mount (Elite, NPC)','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20148,0,0,0,0,0,16269,0,0,0,'Dead Doomguard',NULL,NULL,0,1,1,0,90,0,0.0001,1.14286,1,0,2,3,0,10,1,2000,2000,8,33554432,2048,0,0,0,0,0,0,1,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20149,0,0,0,0,0,19303,0,0,0,'Dark War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20150,0,0,0,0,0,19376,0,0,0,'Tan War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20151,0,0,0,0,0,19377,0,0,0,'White War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20152,0,0,0,0,0,19378,0,0,0,'Silver War Talbuk','',NULL,0,1,2,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20153,0,0,0,0,0,17188,0,0,0,'Invis Teleporter',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20154,0,0,0,0,0,19381,0,0,0,'Shrouded Figure',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20155,0,0,0,0,0,17200,10812,0,0,'Hillsbrad Internment Lodge Quest Trigger',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20156,0,0,0,0,0,17200,10812,0,0,'Thrall Quest Trigger',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20157,0,0,0,0,0,17824,0,0,0,'Fleeing Dreghood Geomancer',NULL,NULL,0,56,57,0,35,0,1.125,1.14286,1,0,98,130,0,238,1,1244,1467,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,20157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,138,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20158,0,0,0,0,0,19384,0,0,0,'Slime-Covered Corpse','',NULL,0,65,65,1,35,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,537166592,2048,32,0,0,0,0,0,153,227,29,7,128,20158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20159,0,0,0,0,0,19385,0,0,0,'Magister Aledis',NULL,NULL,8081,62,62,1,1604,3,1,1.14286,1,0,131,188,0,116,1,2500,2000,8,0,2048,0,0,0,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20160,0,0,0,0,0,169,0,0,0,'Infernal Defender',NULL,NULL,0,63,63,0,954,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,0,2048,0,0,0,0,0,0,147,219,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(20161,0,0,0,0,0,18434,0,0,0,'Vekh\'nir Matriarch',NULL,NULL,0,66,66,1,1738,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20161,20161,0,0,0,0,0,0,0,9613,37579,34110,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,30561,30655,0,0,0,0,0,1,0,0,'',12340),
|
|
(20162,0,0,0,0,0,19660,0,0,0,'Veronia','',NULL,8082,69,69,1,1744,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),
|
|
(20163,0,0,0,0,0,19402,0,0,0,'Ambassador Solannas','Representative of Prince Kael\'thas',NULL,0,70,70,1,1789,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20164,0,0,0,0,0,17450,0,0,0,'Bog Giant (1)','',NULL,0,70,70,1,14,0,1.48,1.14286,1,1,252,357,0,304,5.9,1333,2000,1,64,2048,0,0,0,0,0,0,215,320,44,5,256,17723,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.91,1,1,0,0,0,0,0,0,0,144,1,612515583,0,'',12340),
|
|
(20165,0,0,0,0,0,2289,0,0,0,'Claw (1)','Swamplord Musel\'ek\'s Pet',NULL,7525,72,72,1,74,0,1.48,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,512,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,31429,34971,34298,0,0,0,0,0,0,0,0,0,'',1,3,1,12.15,1,1,0,0,0,0,0,0,0,0,1,545339643,0,'',12340),
|
|
(20166,0,0,0,0,0,1126,15435,0,0,'Coilfang Periodic Bat Trigger (1)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20167,0,0,0,0,0,1126,11686,0,0,'Coilfang Underbog Hydra Trigger (1)','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20168,0,0,0,0,0,17528,0,0,0,'Ghaz\'an (1)','',NULL,0,72,72,1,1692,0,1,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,1,8,20168,0,70063,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,8630,11280,'',1,3,1,13.5,10,1,0,0,0,0,0,0,0,0,1,617037823,1,'',12340),
|
|
(20169,0,0,0,0,0,17228,0,0,0,'Hungarfen (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1362,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,5,264,20169,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9566,12500,'',1,3,1,14.85,1,1,0,0,0,0,0,0,0,157,1,617037823,1,'',12340),
|
|
(20170,0,0,0,0,0,17751,0,0,0,'Large AOI Underbat (1)','',NULL,0,70,70,1,1712,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,2,33555264,2048,0,0,0,0,0,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.62,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(20171,0,0,0,0,0,17270,12191,0,0,'Lykul Hatchling (1)','',NULL,0,51,53,0,7,0,1.2,1.14286,1,0,89,119,0,218,1,2000,2000,1,0,2048,0,0,0,0,0,0,62,91,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2025,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20172,0,0,0,0,0,9749,6633,7350,11091,'[UNUSED] Lykul Larva (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20173,0,0,0,0,0,19403,19407,0,0,'Fen Ray (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,0,2048,0,34,0,0,0,0,262,389,48,1,9,17731,0,70065,0,0,0,0,0,0,34984,0,0,0,0,0,0,0,12891,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,202627,0,'',12340),
|
|
(20174,0,0,0,0,0,19367,6633,7350,11091,'Lykul Stinger (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,13,1347,2000,1,64,2048,0,44,0,0,0,0,262,389,48,1,9,19632,0,0,0,0,0,0,0,0,34392,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5.5,1,1,0,0,0,0,0,0,0,0,1,65536,0,'',12340),
|
|
(20175,0,0,0,0,0,19401,6633,7350,11091,'Lykul Wasp (1)','',NULL,0,71,71,1,1711,0,1.48,1.14286,1,1,299,426,0,308,13,1347,2000,1,64,2048,0,44,0,0,0,0,262,389,48,1,9,17732,0,0,0,0,0,0,0,0,32330,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,75630067,0,'',12340),
|
|
(20176,0,0,0,0,0,17760,0,0,0,'Murkblood Foreman (1)','',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,13,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.075,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20177,0,0,0,0,0,17755,0,0,0,'Murkblood Healer (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,296,424,0,290,13,1346,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,17730,0,0,0,0,0,0,0,0,37979,37978,15585,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20178,0,0,0,0,0,17761,0,0,0,'Murkblood Henchman (1)','Murkblood Foreman\'s Flunky',NULL,0,63,64,1,51,0,1.2,1.14286,1,1,194,274,0,272,13,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20179,0,0,0,0,0,17648,0,0,0,'Murkblood Oracle (1)','',NULL,0,70,70,1,51,0,1.48,1.14286,1,1,234,331,0,286,5.9,1346,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,0,17771,17771,0,0,0,0,0,0,0,36807,15228,12248,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20180,0,0,0,0,0,17757,0,0,0,'Murkblood Spearman (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,296,424,0,290,5.9,1346,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,17729,17729,0,0,0,0,0,0,0,39413,40317,0,0,0,0,0,0,0,0,2078,2724,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20181,0,0,0,0,0,17756,0,0,0,'Murkblood Tribesman (1)','',NULL,0,71,71,1,51,0,1.48,1.14286,1,1,299,426,0,308,5.9,1346,2000,1,64,2048,0,0,0,0,0,0,262,389,48,7,0,17728,17728,0,0,0,0,0,0,0,12057,0,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20182,0,0,0,0,0,11271,0,0,0,'Overseer Tidewrath (1)','',NULL,0,65,65,1,1693,0,1.2,1.14286,1,1,200,281,0,278,13,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20183,0,0,0,0,0,18570,0,0,0,'Swamplord Musel\'ek (1)','',NULL,0,72,72,1,74,0,1.48,1.14286,1,1,304,436,0,296,5.9,1362,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,20183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7866,10280,'',1,3,1,15.1875,20,1,0,0,0,0,0,0,0,0,1,617037823,1,'',12340),
|
|
(20184,0,0,0,0,0,18194,0,0,0,'The Black Stalker (1)','',NULL,0,72,72,1,14,0,1.48,1.14286,1,1,304,436,0,296,5.9,1362,2000,2,64,2048,0,0,0,0,0,0,268,399,40,1,8,20184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11266,14720,'',1,3,1,21.6,10,1,0,33826,24248,24427,0,0,0,0,1,617037823,1,'',12340),
|
|
(20185,0,0,0,0,0,17752,0,0,0,'Underbat (1)','',NULL,0,70,70,1,1712,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,0,2048,0,33,0,0,0,0,215,320,44,1,1,17724,0,70065,0,0,0,0,0,0,37956,0,0,0,0,0,0,0,12956,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,133,1,8522768,0,'',12340),
|
|
(20186,0,0,0,0,0,17753,0,0,0,'Underbat Swarmer (1)','',NULL,0,62,63,1,1713,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,33,0,0,0,0,147,219,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13087,0,0,0,'',0,3,1,0.405,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(20187,0,0,0,0,0,17758,12293,0,0,'Underbog Lord (1)','',NULL,0,71,71,1,14,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,256,17734,0,80001,0,0,0,0,0,0,32065,25778,40318,8599,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(20188,0,0,0,0,0,17754,0,0,0,'Underbog Lurker (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1332,2000,1,64,2048,0,0,0,0,0,0,215,320,44,4,256,17725,0,80001,0,0,0,0,0,0,34161,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),
|
|
(20189,0,0,0,0,0,0,11686,0,0,'Underbog Mushroom (1)','',NULL,0,72,72,1,16,0,0.0001,1.14286,0.1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,34168,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.1,1,1,0,0,0,0,0,0,0,0,1,612794367,0,'',12340),
|
|
(20190,0,0,0,0,0,16273,0,0,0,'Underbog Shambler (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1332,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,256,17871,0,80001,0,0,0,0,0,0,37965,37967,31427,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,2,1,0,0,0,0,0,0,0,0,1,8391696,0,'',12340),
|
|
(20191,0,0,0,0,0,18399,0,0,0,'Wrathfin Myrmidon (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17726,17726,0,0,0,0,0,0,0,37973,0,0,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),
|
|
(20192,0,0,0,0,0,18400,0,0,0,'Wrathfin Sentry (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17727,17727,0,0,0,0,0,0,0,11972,11976,0,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631327,0,'',12340),
|
|
(20193,0,0,0,0,0,18401,0,0,0,'Wrathfin Warrior (1)','',NULL,0,71,71,1,74,0,1.48,1.14286,1,1,299,426,0,308,5.9,1347,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,17735,17735,0,0,0,0,0,0,0,11972,11976,8599,0,0,0,0,0,0,0,2592,3394,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,75631311,0,'',12340),
|
|
(20194,0,0,0,0,0,19645,0,0,0,'Dealer Dunar','General Provisioner',NULL,8084,67,67,1,1731,129,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20195,0,0,0,0,0,1913,0,0,0,'Dagz',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4096,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20196,0,0,0,0,0,19405,0,0,0,'Bloodthirsty Marshfang',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,34,0,0,0,0,129,191,26,1,1,20196,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12889,0,0,0,'SmartAI',1,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20197,0,0,0,0,0,18723,0,0,0,'Bogflare Needler',NULL,NULL,0,62,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,44,0,0,0,0,139,207,30,1,1,20197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24372,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20198,0,0,0,0,0,19408,0,0,0,'Fenglow Stinger',NULL,NULL,0,62,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,44,0,0,0,0,147,219,32,1,1,20198,0,0,0,0,0,0,0,0,17170,35325,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24485,24372,0,0,0,0,0,1,0,0,'',12340),
|
|
(20199,0,0,0,0,0,19409,0,0,0,'Ambassador\'s Honor Guard',NULL,NULL,0,68,69,1,1789,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20200,0,0,0,0,0,10186,0,0,0,'Netherstorm Battlemaster','',NULL,0,1,1,0,1735,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20201,0,0,0,0,0,19411,0,0,0,'Sa\'at','Keepers of Time',NULL,8088,73,73,0,1779,3,1,1.14286,1,1,316,450,0,320,4.6,2000,1734,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20202,0,0,0,0,0,19414,0,0,0,'Cragskaar',NULL,NULL,0,69,69,1,14,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,5,512,20202,0,80101,0,0,0,0,0,0,32959,0,0,0,0,0,0,0,0,0,1262,1653,'SmartAI',1,3,1,4,1,1,0,29163,29164,0,0,0,0,0,1,0,0,'',12340),
|
|
(20203,0,0,0,0,0,19418,19420,19419,0,'Nether Technician','B.O.O.M.',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20204,0,0,0,0,0,19417,0,0,0,'Action Jaxon',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20205,0,0,0,0,0,19421,0,0,0,'Audi the Needle',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20206,0,0,0,0,0,19422,0,0,0,'Fei Fei','Tracy\'s Faithful Hound',NULL,0,1,1,0,1732,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20207,0,0,0,0,0,19443,19444,19445,19446,'Sunfury Bowman',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20207,20207,0,0,0,0,0,0,0,37847,6660,12024,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,29545,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20208,22322,0,0,0,0,15292,0,0,0,'Mennu\'s Healing Ward',NULL,NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,34978,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20209,0,0,0,0,0,16480,17612,0,0,'B\'naar Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20210,0,0,0,0,0,17716,0,0,0,'Shaleskin Flayer',NULL,NULL,0,67,68,1,1873,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,20210,20210,0,0,0,0,0,0,0,36576,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,29464,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20211,0,0,0,0,0,18434,0,0,0,'Ruuan\'ok Matriarch','',NULL,0,67,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20211,20211,0,0,0,0,0,0,0,9613,37579,34110,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,30704,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20212,0,0,0,0,0,169,15435,0,0,'World Trigger (Horde Friendly + Invis Man)','',NULL,0,1,1,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20213,0,0,0,0,0,15435,0,0,0,'World Trigger (Alliance Friendly + Invis Man)','',NULL,0,1,1,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20214,0,0,0,0,0,10056,0,0,0,'Arakkoa Egg',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20215,0,0,0,0,0,8612,0,0,0,'Pentatharon',NULL,NULL,0,69,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,20215,20215,0,0,0,0,0,0,0,36039,12098,0,0,0,0,0,0,0,0,207,275,'SmartAI',1,3,1,1.3,1,1,0,28829,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20216,0,0,0,0,0,19667,0,0,0,'Grulloc','Son of Gruul',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,1300,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,40,20216,20216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,473,623,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(20217,0,0,0,0,0,19479,0,0,0,'Purple Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20218,0,0,0,0,0,19517,19518,19515,19516,'Sunfury Technician',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20219,0,0,0,0,0,19481,0,0,0,'Mask of Deception (Test)','',NULL,0,50,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20220,0,0,0,0,0,19480,0,0,0,'Blue Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20221,0,0,0,0,0,17773,17776,0,0,'Sunfury Flamekeeper',NULL,NULL,0,68,68,1,1701,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20221,20221,0,0,0,0,0,0,0,35857,33731,8599,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,28550,28550,35231,0,0,0,0,1,0,0,'',12340),
|
|
(20222,0,0,0,0,0,19478,0,0,0,'Black Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20223,0,0,0,0,0,19482,0,0,0,'Swift Purple Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20224,0,0,0,0,0,19484,0,0,0,'Swift Green Hawkstrider',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20225,0,0,0,0,0,20359,0,0,0,'Swift Warstrider','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20226,0,0,0,0,0,16480,17612,0,0,'Manaforge Visual Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20227,0,0,0,0,0,19509,0,0,0,'Apprentice Tedon','',NULL,8093,4,4,0,1638,1,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20229,0,0,0,0,0,19329,18684,0,0,'Void Spawner - Quest - Void Ridge - Galaxis','',NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20230,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Bladespire Trigger 01',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20231,0,0,0,0,0,16370,0,0,0,'Supply Officer Pestle','General Goods & Repairs',NULL,8094,62,62,1,1667,4225,1,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20232,0,0,0,0,0,16389,0,0,0,'Wing Commander Gryphongar','',NULL,8125,60,60,0,1666,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20233,0,0,0,0,0,19510,0,0,0,'Apprentice Vishael','',NULL,8097,4,4,0,1638,3,1,1.14286,1,0,4,5,0,30,1,2000,2000,1,37632,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20234,0,0,0,0,0,18666,0,0,0,'Runetog Wildhammer','Gryphon Master',NULL,8095,65,65,1,1737,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20235,0,0,0,0,0,21064,0,0,0,'Gryphoneer Windbellow','',NULL,8095,55,55,0,1737,3,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),
|
|
(20236,0,0,0,0,0,21065,0,0,0,'Gryphoneer Leafbeard','',NULL,8100,55,55,0,1737,1,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20237,0,0,0,0,0,18666,0,0,0,'Honor Hold Gryphon Rider','',NULL,0,65,65,1,1737,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20238,0,0,0,0,0,16449,0,0,0,'Honor Hold Scout',NULL,NULL,0,65,65,1,1737,0,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20239,0,0,0,0,0,11686,0,0,0,'Neutralizing Emote Placeholder',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20240,0,0,0,0,0,19497,0,0,0,'Trader Narasu','Kurenai Quartermaster',NULL,0,65,65,1,1723,128,1,1,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20241,0,0,0,0,0,19498,0,0,0,'Provisioner Nasela','Mag\'har Quartermaster',NULL,0,65,65,1,1653,128,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20242,0,0,0,0,0,18660,0,0,0,'Karaaz','Consortium Quartermaster',NULL,0,68,68,1,1731,4224,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20243,0,0,0,0,0,18671,0,0,0,'Scrapped Fel Reaver',NULL,NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,20243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7.5,1,1,0,29260,0,0,0,0,0,171,1,650854271,2097216,'',12340),
|
|
(20244,0,0,0,0,0,19315,0,0,0,'Nova',NULL,NULL,0,1,1,0,1604,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20245,0,0,0,0,0,9989,0,0,0,'Mr. Kitty','',NULL,0,3,3,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20246,0,0,0,0,0,9990,0,0,0,'Manny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(20247,0,0,0,0,0,5556,0,0,0,'Kitty',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(20248,0,0,0,0,0,19511,19512,19513,19514,'Sunfury Nethermancer',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,20248,20248,0,0,0,0,0,0,0,9613,17173,0,0,0,0,0,0,0,0,190,252,'SmartAI',1,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20249,0,0,0,0,0,12044,0,0,0,'Cymbre Starsong','General Goods',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20250,0,0,0,0,0,7999,0,0,0,'Rashere Pridehoof','Trade Goods',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20251,0,0,0,0,0,5494,16925,0,0,'Honor Hold Scout Archery Target','',NULL,0,60,60,1,114,0,0.4,0.992063,1,0,104,138,0,252,1,2000,2000,1,33555204,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),
|
|
(20252,0,0,0,0,0,19702,0,0,0,'Arcane Fiend (1)','',NULL,0,70,71,1,16,0,1.2,1.14286,1,0,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,64,0,0,0,0,0,0,0,0,0,15253,33860,15122,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4725,5,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(20253,0,0,0,0,0,19646,0,0,0,'Ethereal Apprentice (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,0,296,424,0,290,1,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,64,0,0,0,0,0,0,0,0,0,32369,32370,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20254,0,0,0,0,0,25866,0,0,0,'Ethereal Beacon (1)','',NULL,0,70,71,1,16,0,4,1.42857,1,0,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,64,0,0,0,0,0,0,0,0,0,15254,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(20255,0,0,0,0,0,20466,0,0,0,'Ethereal Crypt Raider (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18311,18311,0,0,0,0,0,0,0,31403,22911,8599,32315,0,0,0,0,0,0,2506,3284,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20256,0,0,0,0,0,20987,0,0,0,'Ethereal Darkcaster (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18331,0,0,0,0,0,0,0,0,34930,34942,16592,0,0,0,0,0,0,0,1236,1622,'',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20257,0,0,0,0,0,21005,0,0,0,'Ethereal Priest (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18317,18331,0,0,0,0,0,0,0,22883,34944,17139,0,0,0,0,0,0,0,1232,1618,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20258,0,0,0,0,0,19778,0,0,0,'Ethereal Scavenger (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18309,18309,0,0,0,0,0,0,0,33871,33865,34920,0,0,0,0,0,0,0,2082,2728,'',1,3,1,3.2,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20259,0,0,0,0,0,21004,0,0,0,'Ethereal Sorcerer (1)','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18313,18313,0,0,0,0,0,0,0,15791,25603,0,0,0,0,0,0,0,0,1656,2174,'',1,3,1,3.5,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20260,0,0,0,0,0,20986,0,0,0,'Ethereal Spellbinder (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,263,384,0,140,5.9,1500,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18312,18312,0,0,0,0,0,0,0,37470,17883,32316,0,0,0,0,0,0,0,1236,1622,'',1,3,1,3,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20261,0,0,0,0,0,21004,0,0,0,'Ethereal Theurgist (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,263,384,0,140,5.9,1600,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18315,18315,0,0,0,0,0,0,0,17145,13323,32316,15580,0,0,0,0,0,0,1238,1628,'',1,3,1,3.915,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20262,0,0,0,0,0,15438,0,0,0,'Ethereal Wraith (1)','',NULL,0,69,72,0,16,0,1.2,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,34934,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20263,0,0,0,0,0,16217,0,0,0,'Mana Leech (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,19306,0,0,0,0,0,0,0,0,34933,25602,15785,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20264,0,0,0,0,0,20468,0,0,0,'Nexus Stalker (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,18314,18314,0,0,0,0,0,0,0,34940,33925,0,0,0,0,0,0,0,0,1746,2288,'',1,3,1,3.91,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20265,0,0,0,0,0,18050,0,0,0,'Nexus Terror (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,5,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,2,19307,0,0,0,0,0,0,0,0,34925,38065,34322,0,0,0,0,0,0,0,2762,3616,'',1,3,1,7.0875,1,1,0,0,0,0,0,0,0,0,1,12787217,0,'',12340),
|
|
(20266,0,0,0,0,0,19780,0,0,0,'Nexus-Prince Shaffar (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,72,20266,18344,0,0,0,0,0,0,0,34605,32363,32365,32364,0,0,0,0,0,0,7614,9952,'',1,3,1,24.3,10,1,0,33835,28490,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(20267,0,0,0,0,0,19338,0,0,0,'Pandemonius (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,5,314,5.9,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,64,20267,0,0,0,0,0,0,0,0,38759,38760,0,0,0,0,0,0,0,0,9568,12506,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),
|
|
(20268,0,0,0,0,0,19332,0,0,0,'Tavarok (1)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,307,438,0,314,5.9,1200,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,576,20268,0,70063,0,0,0,0,0,0,38761,32361,33919,0,0,0,0,0,0,0,7954,10396,'',1,3,1,20.25,1,1,0,0,0,0,0,0,0,121,1,617299803,1,'',12340),
|
|
(20269,0,0,0,0,0,19532,0,0,0,'Montok Redhands','Warsong Gulch Battlemaster',NULL,8261,61,61,0,714,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20270,0,0,0,0,0,18424,0,0,0,'Feralfen Druid',NULL,NULL,0,62,62,1,51,0,1.11111,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,20270,20270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'SmartAI',1,3,1,1,1,1,0,24497,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20271,0,0,0,0,0,19535,0,0,0,'Haelga Slatefist','Alterac Valley Battlemaster',NULL,8263,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20272,0,0,0,0,0,19536,0,0,0,'Lylandor','Warsong Gulch Battlemaster',NULL,8264,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20273,0,0,0,0,0,19538,0,0,0,'Adam Eternum','Arathi Basin Battlemaster',NULL,8265,61,61,0,534,1048577,1,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20274,0,0,0,0,0,19533,0,0,0,'Keldor the Lost','Arathi Basin Battlemaster',NULL,8262,61,61,0,714,1048577,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,33088,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20275,0,0,0,0,0,2467,0,0,0,'Wyatt\'s Unkillable Test Dummy 60 Warrior','',NULL,0,60,60,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20276,0,0,0,0,0,19534,0,0,0,'Wolf-Sister Maka','Alterac Valley Battlemaster',NULL,8260,61,61,0,714,1048577,1.2,1.14286,1,1,159,221,0,258,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20277,0,0,0,0,0,19006,0,0,0,'Root Lasher','',NULL,0,1,2,0,7,0,1.2,1.14286,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20278,0,0,0,0,0,18290,0,0,0,'Vixton Pinchwhistle','Brutal Arena Vendor',NULL,8124,70,70,1,35,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20279,0,0,0,0,0,16879,0,0,0,'Ragestone Threshalisk','',NULL,0,62,63,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,20279,0,70163,0,0,0,0,0,0,3019,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20280,0,0,0,0,0,16879,0,0,0,'Ragestone Trampler','',NULL,0,62,63,1,14,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,20280,0,70163,0,0,0,0,0,0,3019,5568,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20281,0,0,0,0,0,18659,0,0,0,'Drijya',NULL,NULL,8101,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(20282,0,0,0,0,0,15958,0,0,0,'Pat\'s Vendor Test Guy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20283,0,0,0,0,0,16879,0,0,0,'Marshrock Stomper',NULL,NULL,0,61,62,1,14,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,20283,0,70163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20284,0,0,0,0,0,19524,0,0,0,'Dr. Boom',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,33284,2048,0,0,0,0,0,0,195,289,41,7,0,20284,20284,0,0,0,0,0,0,0,35276,0,0,0,0,0,0,0,0,0,13867,18114,'SmartAI',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20285,0,0,0,0,0,19189,0,0,0,'Gan\'arg Warp-Tinker',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,20285,20285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20286,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Spell Orgin 001',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20287,0,0,0,0,0,19651,0,0,0,'Zaxxis Ambusher',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20288,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Caster Position 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20289,0,0,0,0,0,4626,15880,0,0,'Illadari Point - Succubi Caster Position 02','',NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20290,0,0,0,0,0,19287,0,0,0,'Lagoon Eel',NULL,NULL,0,61,62,1,16,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,1,0,20290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20291,0,0,0,0,0,9011,0,0,0,'Lagoon Walker',NULL,NULL,0,61,62,1,1706,0,0.666668,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,20291,0,0,0,0,0,0,0,0,7948,6870,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20292,0,0,0,0,0,18313,0,0,0,'Marsh Baron Brok',NULL,NULL,0,62,62,1,1706,0,0.666668,1.14286,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,20292,0,0,0,0,0,0,0,0,9616,8142,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20293,0,0,0,0,0,17101,0,0,0,'Bogstrok Clacker',NULL,NULL,0,63,63,1,16,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20293,0,0,0,0,0,0,0,0,21494,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20294,0,0,0,0,0,17106,0,0,0,'Bogstrok Razorclaw',NULL,NULL,0,62,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20294,0,0,0,0,0,0,0,0,21055,31551,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20295,0,0,0,0,0,17107,0,0,0,'Bogstrok Crusher',NULL,NULL,0,62,63,1,16,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20295,0,0,0,0,0,0,0,0,21055,31551,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20296,0,0,0,0,0,17035,14501,0,0,'Teleporter Explosion Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20297,0,0,0,0,0,19526,0,0,0,'Nova Terra',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20298,0,0,0,0,0,17970,17990,0,0,'Angered Skeleton (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1377,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,18524,18524,0,0,0,0,0,0,0,32885,0,0,0,0,0,0,0,0,0,2598,3404,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(20299,0,0,0,0,0,17910,17911,17912,17919,'Auchenai Monk (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1376,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,18497,18497,0,0,0,0,0,0,0,32846,37321,32849,38168,0,0,0,0,0,0,2766,3620,'',1,1,1,4.185,1,1,0,0,0,0,0,0,0,167,1,80426843,0,'',12340),
|
|
(20300,0,0,0,0,0,18077,18078,18079,18080,'Auchenai Necromancer (1)','',NULL,0,69,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1391,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,18702,18702,0,0,0,0,0,0,0,35839,33325,47835,0,0,0,0,0,0,0,3278,4292,'',1,1,1,6.075,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20301,0,0,0,0,0,17924,17925,17926,17927,'Auchenai Soulpriest (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18493,18493,0,0,0,0,0,0,0,32859,38377,38378,0,0,0,0,0,0,0,2086,2732,'',1,1,1,3.915,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20302,0,0,0,0,0,17942,17943,17944,17945,'Auchenai Vindicator (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18495,18495,0,0,0,0,0,0,0,38379,17439,0,0,0,0,0,0,0,0,2086,2732,'',1,1,1,3.915,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20303,0,0,0,0,0,18142,0,0,0,'Avatar of the Martyred (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,13,1391,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,72,20303,0,0,0,0,0,0,0,0,16856,16145,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.4125,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(20304,0,0,0,0,0,11686,0,0,0,'Cosmetic Raging Soul (1)','',NULL,0,66,66,1,35,0,1.125,1.14286,1,0,195,273,0,266,1,1400,2000,2,0,2048,0,0,0,0,0,0,161,240,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20305,0,0,0,0,0,12432,0,0,0,'Stolen Soul (1)','',NULL,0,69,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,32395,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.08,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20306,0,0,0,0,0,17715,0,0,0,'Exarch Maladaar (1)','',NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,0,296,5.9,1391,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,20306,18373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11272,14730,'',0,1,1,22.275,5,1,0,33836,0,0,0,0,0,167,1,617299803,1,'',12340),
|
|
(20307,0,0,0,0,0,11686,0,0,0,'Flying Raging Soul (1)','',NULL,0,65,65,1,35,0,1.125,1.14286,1,0,186,260,0,262,1,1400,2000,2,0,2048,0,0,0,0,0,0,153,227,29,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20308,0,0,0,0,0,1126,0,0,0,'Focus Fire (1)','',NULL,0,72,72,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(20309,0,0,0,0,0,17936,17937,0,0,'Phantasmal Possessor (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,255,373,0,137,1,1400,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,0,18503,0,0,0,0,0,0,0,0,33401,0,0,0,0,0,0,0,0,0,288,384,'',1,3,1,0.8,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20310,0,0,0,0,0,17928,17929,17930,17931,'Phasing Cleric (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18557,0,0,0,0,0,0,0,0,33324,38210,0,0,0,0,0,0,0,0,410,546,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20311,0,0,0,0,0,17920,17921,17922,17923,'Phasing Soldier (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,299,426,0,308,5.9,1376,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18556,0,0,0,0,0,0,0,0,11972,33633,0,0,0,0,0,0,0,0,458,606,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20312,0,0,0,0,0,17932,17933,17934,17935,'Phasing Sorcerer (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,1362,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18558,0,0,0,0,0,0,0,0,17290,15530,22424,0,0,0,0,0,0,0,386,512,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20313,0,0,0,0,0,17938,17939,17940,17941,'Phasing Stalker (1)','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18559,0,0,0,0,0,0,0,0,16100,37551,0,0,0,0,0,0,0,0,390,518,'',1,3,1,1.15,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20314,0,0,0,0,0,11686,0,0,0,'Pool of Souls (1)','',NULL,0,1,1,0,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.08,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20315,0,0,0,0,0,17991,17992,0,0,'Raging Skeleton (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1390,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18521,18521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2684,3514,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(20316,0,0,0,0,0,25873,0,0,0,'Raging Soul (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,10,0,0,0,0,0,0,0,0,0,0,41253,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7425,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20317,0,0,0,0,0,18138,0,0,0,'Reanimated Bones (1)','',NULL,0,71,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,5.9,1390,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.729,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20318,0,0,0,0,0,18916,0,0,0,'Shirrak the Dead Watcher (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1377,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,72,20318,0,0,0,0,0,0,0,0,39382,32265,0,0,0,0,0,0,0,0,10418,13616,'',0,1,1,21.2625,5,1,0,0,0,0,0,0,0,167,1,617299803,1,'',12340),
|
|
(20319,0,0,0,0,0,19235,0,0,0,'Spirit of Exarch Maladaar (1)','',NULL,0,67,67,1,35,0,1.48,1.14286,1,1,204,287,0,272,13,1400,2000,2,0,2048,0,0,0,0,0,0,170,253,31,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,22.6125,5,1,0,0,0,0,0,0,0,167,1,8388624,2,'',12340),
|
|
(20320,0,0,0,0,0,17928,17929,17930,17931,'Unliving Cleric (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1377,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18500,0,0,0,0,0,0,0,0,33324,38210,0,0,0,0,0,0,0,0,500,662,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20321,0,0,0,0,0,17920,17921,17922,17923,'Unliving Soldier (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,5.9,1362,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,18498,0,0,0,0,0,0,0,0,11972,33633,0,0,0,0,0,0,0,0,572,756,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20322,0,0,0,0,0,17932,17933,17934,17935,'Unliving Sorcerer (1)','',NULL,0,71,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,5.9,1376,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18499,0,0,0,0,0,0,0,0,17290,15530,22424,0,0,0,0,0,0,0,512,680,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20323,0,0,0,0,0,17938,17939,17940,17941,'Unliving Stalker (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,1362,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,18501,0,0,0,0,0,0,0,0,16100,37551,0,0,0,0,0,0,0,0,516,684,'',1,3,1,1.61,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20324,0,0,0,0,0,19678,0,0,0,'Parched Hydra',NULL,NULL,0,61,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,1,0,20324,0,70061,0,0,0,0,0,0,35236,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24375,29480,0,0,0,0,0,1,0,0,'',12340),
|
|
(20325,0,0,0,0,0,19456,0,0,0,'Pink Elemental','',NULL,0,67,68,1,91,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20326,0,0,0,0,0,18646,0,0,0,'Mo\'arg Warp-Master',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,20326,20326,0,0,0,0,0,0,0,36486,0,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,29797,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20327,0,0,0,0,0,20001,0,0,0,'Grishna Raven','',NULL,0,63,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,0.6,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(20329,0,0,0,0,0,18434,0,0,0,'Grishna Matriarch','',NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20329,20329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20330,0,0,0,0,0,19531,0,0,0,'Bloodmaul Battle Worg',NULL,NULL,0,66,67,1,1783,0,1.125,1.14286,1,0,225,314,0,288,1,1700,2000,1,32768,2048,0,1,0,0,0,0,186,276,39,1,1,20330,0,70063,0,0,0,0,0,0,37776,0,0,0,0,0,0,0,11589,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20331,0,0,0,0,0,19130,19131,19132,0,'G\'eras Vindicator',NULL,NULL,0,70,70,1,1775,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20332,0,0,0,0,0,19537,0,0,0,'Nether Dragon',NULL,NULL,0,70,70,1,1824,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,20332,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,28970,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20333,0,0,0,0,0,11686,0,0,0,'Northern Pipe Credit Marker',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20334,0,0,0,19995,0,11544,0,0,0,'Bladespire Cook',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,20334,20334,0,0,0,0,0,0,0,37597,37596,30798,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20335,0,0,0,0,0,18082,0,0,0,'Parasitic Fleshbeast',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36469,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20336,0,0,0,0,0,11686,0,0,0,'Eastern Pipe Credit Marker',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20337,0,0,0,0,0,11686,0,0,0,'Southern Pipe Credit Marker',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20338,0,0,0,0,0,11686,0,0,0,'Western Pipe Credit Marker',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20339,0,0,0,0,0,19539,0,0,0,'Oric Coe',NULL,NULL,8266,61,61,0,534,1,1,1.14286,1,1,123,177,0,115,4.6,2000,2000,8,33088,2048,0,0,0,0,0,0,111,164,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20340,0,0,0,0,0,19540,0,0,0,'Fleshfiend',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,20340,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20341,0,0,0,0,0,19626,0,0,0,'Nether-Stalker Oazul',NULL,NULL,0,70,70,1,1731,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20342,0,0,0,0,0,19541,0,0,0,'Hal McAllister',NULL,NULL,0,31,31,0,35,0,1,1.14286,1,0,44,58,0,106,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20343,20687,0,0,0,0,15291,0,0,0,'Charming Totem',NULL,NULL,0,60,69,0,58,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20344,0,0,0,0,0,19542,0,0,0,'Nat Pagle',NULL,NULL,0,38,38,0,35,0,1,1.14286,1,0,53,70,0,128,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20345,0,0,0,0,0,19543,0,0,0,'Commander Mograine',NULL,NULL,0,52,52,0,35,0,1,1.14286,1,0,87,117,0,214,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20346,0,0,0,0,0,19544,0,0,0,'Isillien',NULL,NULL,0,50,50,0,35,0,1,1.14286,1,0,79,104,0,194,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20347,0,0,0,0,0,19545,0,0,0,'Abbendis',NULL,NULL,0,51,51,0,35,0,1,1.14286,1,0,80,106,0,198,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,55,81,19,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20348,0,0,0,0,0,19546,0,0,0,'Fairbanks',NULL,NULL,0,28,28,0,35,0,1,1.14286,1,0,37,49,0,90,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20349,0,0,0,0,0,19547,0,0,0,'Tirion Fordring',NULL,NULL,0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20350,0,0,0,0,0,19548,0,0,0,'Kel\'Thuzad','The Kirin Tor',NULL,0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20351,0,0,0,0,0,19549,0,0,0,'Captain Sanders',NULL,NULL,0,18,18,0,35,0,1,1.14286,1,0,24,32,0,58,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20352,0,0,0,0,0,19550,0,0,0,'Arcanist Doan',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,27,36,0,64,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20353,0,0,0,0,0,19551,0,0,0,'Helcular',NULL,NULL,0,38,38,0,35,0,1,1.14286,1,0,49,65,0,120,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20354,0,0,0,0,0,19552,0,0,0,'Nathanos Marris',NULL,NULL,0,48,48,0,35,0,1,1.14286,1,0,75,99,0,184,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20355,0,0,0,0,0,19553,0,0,0,'Stalvan Mistmantle',NULL,NULL,0,22,22,0,35,0,1,1.14286,1,0,30,39,0,71,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,21,31,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20356,0,0,0,0,0,79,0,0,0,'Willey','',NULL,0,12,12,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20357,0,0,0,0,0,80,0,0,0,'Sally Whitemane',NULL,NULL,0,14,14,0,35,0,1,1.14286,1,0,19,25,0,46,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,12,19,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20358,0,0,0,0,0,79,0,0,0,'Renault Mograine',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,16,21,0,42,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,10,15,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20359,0,0,0,0,0,262,0,0,0,'Little Jimmy Vishas',NULL,NULL,0,6,6,0,35,0,1,1.14286,1,0,6,8,0,29,1,2000,1900,2,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20360,0,0,0,0,0,19619,0,0,0,'Herod the Bully',NULL,NULL,0,16,16,0,35,0,1,1.14286,1,0,22,29,0,52,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20361,0,0,0,0,0,338,0,0,0,'Taelan',NULL,NULL,0,18,18,0,35,0,1,1.14286,1,0,24,32,0,58,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,17,25,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20362,0,0,0,0,0,19555,0,0,0,'Iravar','Eye of the Storm Battlemaster',NULL,0,71,71,1,534,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20363,0,0,0,0,0,19556,0,0,0,'Caretaker Smithers',NULL,NULL,0,31,31,0,35,0,1,1.14286,1,0,44,58,0,106,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,30,44,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20364,0,0,0,0,0,257,0,0,0,'Darla Harris OH','',NULL,0,11,11,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20365,0,0,0,0,0,19557,0,0,0,'Bartolo Ginsetti',NULL,NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20366,0,0,0,0,0,79,0,0,0,'Darren Malvew OH','',NULL,0,9,9,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20367,0,0,0,0,0,221,0,0,0,'Robby Aebischer','',NULL,0,9,9,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20368,0,0,0,0,0,19558,0,0,0,'Farmer Kent','',NULL,0,20,20,0,35,0,1,1.14286,1,0,29,39,0,70,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20369,0,0,0,0,0,19559,0,0,0,'Loreseeker Dibbs','',NULL,0,25,25,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20370,0,0,0,0,0,19560,0,0,0,'Phin Odelic','The Kirin Tor',NULL,0,31,31,0,35,0,1,1.14286,1,0,31,43,0,46,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,27,39,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20371,0,0,0,0,0,79,0,0,0,'Wesley OH','',NULL,0,12,12,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20372,0,0,0,0,0,19561,0,0,0,'Jonathan Revah',NULL,NULL,0,30,30,0,35,0,1,1.14286,1,0,30,42,0,44,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20373,0,0,0,0,0,19562,0,0,0,'Magistrate Henry Maleb',NULL,NULL,0,48,48,0,35,0,1,1.14286,1,0,75,99,0,184,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,51,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20374,0,0,0,0,0,19564,0,0,0,'Kandaar','Eye of the Storm Battlemaster',NULL,0,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20375,0,0,0,0,0,80,0,0,0,'Neema OH','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20376,0,0,0,0,0,19563,0,0,0,'Jerry Carter',NULL,NULL,0,25,25,0,35,0,1,1.14286,1,0,25,36,0,37,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,22,32,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20377,0,0,0,0,0,19565,0,0,0,'Barkeep Kelly','Bartender',NULL,0,34,34,0,35,128,1,1.14286,1,0,34,47,0,50,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,29,42,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20378,0,0,0,0,0,19566,0,0,0,'Chef Jessen','Speciality Meat & Slop',NULL,0,27,27,0,35,130,1,1.14286,1,0,36,47,0,86,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20379,0,0,0,0,0,19567,0,0,0,'Bilger the Straight-laced',NULL,NULL,0,20,20,0,35,0,1,1.14286,1,0,29,39,0,70,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20380,0,0,0,0,0,19568,0,0,0,'Raleigh the True',NULL,NULL,0,27,27,0,35,0,1,1.14286,1,0,36,47,0,86,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,24,36,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20381,0,0,0,0,0,19569,0,0,0,'Jovil','Eye of the Storm Battlemaster',NULL,0,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20382,0,0,0,0,0,19570,0,0,0,'Mitia','Eye of the Storm Battlemaster',NULL,8105,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20383,0,0,0,0,0,19571,0,0,0,'Enlae','Eye of the Storm Battlemaster',NULL,8105,71,71,1,84,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20384,0,0,0,0,0,19572,0,0,0,'Yula the Fair','Eye of the Storm Battlemaster',NULL,0,71,71,1,714,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20385,0,0,0,0,0,19573,0,0,0,'Andrissa Heartspear','Eye of the Storm Battlemaster',NULL,0,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20386,0,0,0,0,0,19574,0,0,0,'Lyrlia Blackshield','Eye of the Storm Battlemaster',NULL,8104,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20387,0,0,0,0,0,17753,0,0,0,'Young Sporebat',NULL,NULL,0,60,61,1,7,0,1,0.95238,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,33,0,0,0,0,127,188,28,1,1,20387,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,24426,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20388,0,0,0,0,0,19576,0,0,0,'Althallen Brightblade','Eye of the Storm Battlemaster',NULL,0,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20389,0,0,0,0,0,19580,0,0,0,'Lee Sparks','The Taskmaster',NULL,8106,65,65,1,35,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20390,0,0,0,0,0,19577,0,0,0,'Duyash the Cruel','Eye of the Storm Battlemaster',NULL,8104,71,71,1,83,1048577,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20391,0,0,0,0,0,10811,17188,0,0,'Event Generator Old Hillsbrad',NULL,NULL,0,1,1,0,35,0,1,1.14286,1.5,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20392,0,0,0,0,0,7380,11686,0,0,'Boom Bot Target',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,9,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,130,'',12340),
|
|
(20393,0,0,0,0,0,19578,0,0,0,'Foreman Sundown',NULL,NULL,8107,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20394,0,0,0,0,0,19579,0,0,0,'Eye of Culuthas',NULL,NULL,0,69,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20395,0,0,0,0,0,15290,0,0,0,'Battle-Tiger','Adam Eternum\'s Pet',NULL,8267,61,61,0,35,1,1,1.38571,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20396,0,0,0,0,0,1418,2177,6295,0,'Captured Critter','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20397,0,0,0,0,0,20097,0,0,0,'Overseer Seylanna',NULL,NULL,8046,68,68,1,1701,1,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,20397,20397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,29396,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20398,0,0,0,0,0,1418,2177,901,0,'Reanimated Critter','',NULL,0,1,1,0,7,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20399,0,0,0,0,0,16888,0,0,0,'Terror Imp',NULL,NULL,0,68,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20400,0,0,0,0,0,127,0,0,0,'Captain Edward Hanes',NULL,NULL,0,16,16,0,35,0,1,1.14286,1,0,22,29,0,52,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20401,0,0,0,0,0,232,0,0,0,'Frances Lin','Barmaid',NULL,0,15,15,0,35,0,1,1.14286,1,0,16,22,0,22,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,15,21,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20402,0,0,0,0,0,1912,0,0,0,'Legion Shocktrooper',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20403,0,0,0,0,0,19594,0,0,0,'Legion Destroyer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20404,0,0,0,0,0,19593,0,0,0,'Warp-Gate Engineer',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20404,20404,0,0,0,0,0,0,0,35147,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20405,21534,0,0,0,0,17612,0,0,0,'Nether Charge',NULL,NULL,0,71,71,1,16,0,3.3,1.14286,1,0,299,426,0,308,1,2000,1900,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(20406,0,0,0,0,0,19596,0,0,0,'Champion Cyssa Dawnrose','Paladin Trainer',NULL,8111,60,60,0,1602,51,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,37376,2048,0,0,0,0,2,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20407,0,0,0,0,0,19598,0,0,0,'Farseer Umbrua','Shaman Trainer',NULL,8110,60,60,0,1640,51,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,7,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20408,0,0,0,0,0,19600,0,0,0,'Mana Wyrmling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(20409,0,0,0,0,0,19601,0,0,0,'Kirin\'Var Apprentice',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,20409,0,0,0,0,0,0,0,0,36099,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,1,1,1,0,29365,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20410,0,0,0,0,0,19602,0,0,0,'Rhonsus','Master Blacksmith',NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,20410,20410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,286,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20411,0,0,0,0,0,19603,0,0,0,'Spectral Bovine',NULL,NULL,0,5,5,0,190,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(20412,0,0,0,0,0,19607,0,0,0,'Test Gem Tiger','',NULL,0,2,2,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(20413,0,0,0,0,0,19608,0,0,0,'Riding Wyvern','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20414,0,0,0,0,0,19609,0,0,0,'Riding Wyvern, Armored','',NULL,0,40,40,0,29,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20415,0,0,0,0,0,19610,0,0,0,'Bessy','Thadell\'s Prize Cow',NULL,0,68,68,1,35,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,2,'npc_bessy',12340),
|
|
(20416,0,0,0,0,0,20096,0,0,0,'Overseer Theredis',NULL,NULL,0,68,68,1,1701,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20416,20416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1,1,1,0,29366,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20417,0,0,0,0,0,16480,17612,0,0,'Coruu Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20418,0,0,0,0,0,16480,17612,0,0,'Duro Control Console',NULL,NULL,0,1,1,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20419,0,0,0,0,0,7133,0,0,0,'Zixil','Aspiring Merchant',NULL,0,32,32,0,120,0,1,1.14286,1,0,45,60,0,108,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20420,0,0,0,0,0,5299,0,0,0,'Overwatch Mark 0','Protector',NULL,0,32,32,0,120,0,1,1.14286,1,0,45,60,0,108,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,31,46,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(20421,0,0,0,0,0,7237,0,0,0,'Netherstorm Goblin','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20422,0,0,0,0,0,19612,19613,19614,19615,'Kirin Tor Mage',NULL,NULL,0,47,47,0,35,0,1,1.14286,1,0,56,78,0,85,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20423,0,0,0,0,0,19617,0,0,0,'Kel\'Thuzad','The Kirin Tor',NULL,0,55,55,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20424,0,0,0,0,0,341,556,310,0,'Hillsbrad Peasant','',NULL,0,10,12,0,35,0,0.666668,1.14286,1,0,17,22,0,46,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,11,17,100,7,0,20424,20424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,187,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20425,0,0,0,0,0,17519,11686,0,0,'Fleshbeast Trap','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20426,0,0,0,0,0,103,19620,129,104,'Hillsbrad Citizen',NULL,NULL,0,12,32,0,35,0,1,1.14286,1,0,32,44,0,47,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,27,40,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20427,0,0,0,0,0,20217,0,0,0,'Veneratus the Many','Servant of Illidan',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,20427,20427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,856,'SmartAI',1,3,1,4,1,1,0,30453,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20428,0,0,0,0,0,795,277,226,105,'Hillsbrad Citizen',NULL,NULL,0,44,47,0,35,0,1,1.14286,1,0,56,78,0,85,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,47,69,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20429,0,0,0,0,0,93,109,278,285,'Hillsbrad Citizen',NULL,NULL,0,22,22,0,35,0,1.11111,1.14286,1,0,23,32,0,34,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,20,29,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20430,0,0,0,0,0,96,99,964,98,'Hillsbrad Citizen',NULL,NULL,0,21,21,0,35,0,1,1.14286,1,0,22,30,0,32,4.6,2000,1900,8,0,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20431,0,0,0,0,0,4626,15880,0,0,'Eclipse Point - Bloodcrystal Spell Orgin',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20432,0,0,0,0,0,428,0,0,0,'Beggar',NULL,NULL,0,2,2,0,35,0,1,1.14286,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20433,0,0,0,0,0,211,0,0,0,'Hillsbrad Farmer',NULL,NULL,0,5,6,0,35,0,1,1.14286,1,0,7,9,0,34,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,4,6,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20434,0,0,0,0,0,239,1170,236,2405,'Horse',NULL,NULL,0,1,2,0,35,0,1,1.28571,1,0,2,2,0,26,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20435,0,0,0,0,0,20095,0,0,0,'Overseer Athanel',NULL,NULL,0,68,68,1,1701,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,20435,20435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1,1,1,0,29397,35231,0,0,0,0,0,1,0,0,'',12340),
|
|
(20436,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Protector',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20438,0,0,0,0,0,17457,0,0,0,'Ara Technician',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20439,0,0,0,0,0,18289,0,0,0,'Ara Engineer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20440,0,0,0,0,0,16480,17612,0,0,'Ara Control Console',NULL,NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20441,0,0,0,0,0,257,0,0,0,'Natasha Morris',NULL,NULL,0,10,10,0,35,0,1,1.14286,1,0,13,17,0,42,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,9,13,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20442,0,0,0,0,0,19906,0,0,0,'Captain Bo\'kar',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,20442,20442,0,0,0,0,0,0,0,35491,0,0,0,0,0,0,0,0,0,170,226,'',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20443,0,0,0,0,0,11533,0,0,0,'Ango\'rosh Sentry',NULL,NULL,0,62,63,1,45,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20443,20443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,24238,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20444,0,0,0,0,0,20173,0,0,0,'Ango\'rosh Shadowmage',NULL,NULL,0,63,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,20444,20444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,24240,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20445,0,0,0,0,0,18358,0,0,0,'Mal\'druk the Soulrender',NULL,NULL,0,64,64,1,45,0,1.48,1.14286,1,1,168,234,0,252,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,136,202,27,7,0,20445,20445,0,0,0,0,0,0,0,16568,35373,0,0,0,0,0,0,0,0,701,920,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20446,0,0,0,0,0,19652,0,0,0,'Protectorate Legionnaire','',NULL,0,69,70,1,1795,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20447,0,0,0,0,0,19653,0,0,0,'Protectorate Vanguard',NULL,NULL,0,70,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20448,0,0,0,0,0,19628,0,0,0,'Commander Ameer','The Protectorate',NULL,8120,70,70,1,1795,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20449,0,0,0,0,0,19629,0,0,0,'Researcher Navuud','The Protectorate',NULL,8180,70,70,1,1797,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20450,0,0,0,0,0,19648,0,0,0,'Flesh Handler Viridius',NULL,NULL,8183,70,70,1,1795,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20451,0,0,0,0,0,19634,0,0,0,'Subservient Flesh Beast',NULL,NULL,0,61,62,1,1795,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20452,0,0,0,0,0,19631,0,0,0,'Ethereum Assassin',NULL,NULL,0,68,69,1,1796,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20452,20452,0,0,0,0,0,0,0,7159,34802,32920,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20453,0,0,0,0,0,19632,0,0,0,'Ethereum Shocktrooper',NULL,NULL,0,68,69,1,1796,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20453,20453,0,0,0,0,0,0,0,36500,31553,29060,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20454,0,0,0,0,0,19633,0,0,0,'Nexus-King Salhadaar',NULL,NULL,0,72,72,1,35,0,1.48,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20454,20454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,5378,'SmartAI',1,4,1,16,2,1,0,29482,31956,0,0,0,0,213,1,0,2,'',12340),
|
|
(20455,0,0,0,0,0,15221,0,0,0,'Terror Totem',NULL,NULL,0,1,1,0,14,0,1,0.99206,1,0,159,221,0,258,1,2000,2000,1,512,2048,0,0,0,0,0,0,127,188,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20456,0,0,0,0,0,19635,0,0,0,'Ethereum Researcher',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20456,20456,0,0,0,0,0,0,0,36506,9532,36508,0,0,0,0,0,0,0,175,233,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20457,0,0,0,0,0,19636,0,0,0,'Ethereum Disruptor','',NULL,0,69,70,1,1796,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20458,0,0,0,0,0,19637,0,0,0,'Ethereum Archon',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20458,20458,0,0,0,0,0,0,0,35924,36513,0,0,0,0,0,0,0,0,207,275,'',1,3,1,1,1,1,0,29482,29591,31956,0,0,0,0,1,0,0,'',12340),
|
|
(20459,0,0,0,0,0,19638,0,0,0,'Ethereum Overlord',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20459,20459,0,0,0,0,0,0,0,32064,36509,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,29482,29591,31956,0,0,0,0,1,0,0,'',12340),
|
|
(20460,0,0,0,0,0,19639,0,0,0,'Chief Engineer Gork\'lonn',NULL,NULL,0,70,70,1,90,0,1.48,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20461,0,0,0,0,0,19124,0,0,0,'Warp-Master Valdrin','',NULL,0,68,68,1,1701,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20462,0,0,0,0,0,11686,0,0,0,'Toxic Fumes','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20463,0,0,0,0,0,19641,0,0,0,'Apprentice Andrethan',NULL,NULL,8126,68,68,1,35,4227,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20464,0,0,0,0,0,19642,0,0,0,'Thadell',NULL,NULL,0,68,68,1,35,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20465,21943,0,0,0,0,14528,0,0,0,'Underbog Frenzy',NULL,NULL,0,62,62,0,1878,0,1,2,1,1,172,240,0,262,4.6,1200,1900,1,32832,2048,0,0,0,0,0,0,139,207,30,1,8,0,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,2,1,6,1,1,0,0,0,0,0,0,0,180,1,8522768,0,'',12340),
|
|
(20466,0,0,0,0,0,19645,0,0,0,'Ethereal, Consortium','',NULL,0,70,70,1,1731,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20467,0,0,0,0,0,19646,0,0,0,'Ethereal, Ethereum','',NULL,0,70,70,1,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20468,0,0,0,0,0,19647,0,0,0,'Ethereal, Protectorate','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20469,0,0,0,0,0,17188,0,0,0,'Invis Bessy Credit','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20470,0,0,0,0,0,20988,0,0,0,'Zephyrion',NULL,NULL,8118,68,68,1,1731,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20471,0,0,0,0,0,19654,0,0,0,'Nether-Stalker Nauthis',NULL,NULL,8119,70,70,1,1731,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20472,0,0,0,0,0,4626,0,0,0,'Brown Rabbit',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(20473,0,0,0,0,0,17035,17612,0,0,'Surveying Marker One',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20474,0,0,0,0,0,19657,0,0,0,'Ethereum Nexus-Stalker',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20474,20474,0,0,0,0,0,0,0,36517,36515,0,0,0,0,0,0,0,0,210,279,'',1,3,1,1,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20475,0,0,0,0,0,17035,17612,0,0,'Surveying Marker Two',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20476,0,0,0,0,0,17035,17612,0,0,'Surveying Marker Three',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20477,0,0,0,0,0,19658,0,0,0,'Terrorclaw',NULL,NULL,0,63,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,1333,1568,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,20477,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20478,21521,0,0,0,0,14273,0,0,0,'Arcane Servant',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20479,0,0,0,0,0,23870,0,0,0,'Unstable Shroom',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,1362,1601,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20480,0,0,0,0,0,14560,0,0,0,'Kirin\'Var Ghost',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,1651,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20480,20480,0,0,0,0,0,0,0,26153,0,0,0,0,0,0,0,0,0,221,293,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20481,21538,0,0,0,0,5488,0,0,0,'Raging Flames',NULL,NULL,0,72,72,1,16,0,1.71,0.6,1,1,307,438,0,314,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,16.5,5,1,0,0,0,0,0,0,0,84,1,0,0,'npc_ragin_flames',12340),
|
|
(20482,0,0,0,0,0,19661,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,0,70,70,1,1795,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20483,0,0,0,0,0,7919,0,0,0,'Naberius',NULL,NULL,0,69,69,1,14,0,1.48,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,188,280,32,6,0,20483,20483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1320,'SmartAI',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20484,0,0,0,0,0,1122,0,0,0,'Area 52 Big Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20485,0,0,0,0,0,11375,11376,11377,0,'Area 52 Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,38661,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20486,0,0,0,0,0,17700,0,0,0,'Blue Wind Rider',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20488,0,0,0,0,0,17699,0,0,0,'Tawny Wind Rider',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20489,0,0,0,0,0,17720,0,0,0,'Swift Green Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20490,0,0,0,0,0,17721,0,0,0,'Swift Purple Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20491,0,0,0,0,0,17719,0,0,0,'Swift Red Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20492,0,0,0,0,0,17722,0,0,0,'Swift Yellow Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20493,0,0,0,0,0,17701,0,0,0,'Green Wind Rider',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20494,0,0,0,0,0,7248,0,0,0,'Dama Wildmane','Wind Rider Keeper',NULL,8629,70,70,1,1735,130,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20495,0,0,0,0,0,5050,0,0,0,'Skeletal Stallion',NULL,NULL,0,68,68,1,7,0,1,1.28571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20495,0,0,0,0,0,0,0,0,22911,11978,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20496,0,0,0,0,0,14368,0,0,0,'Kirin\'Var Spectre',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,104,138,0,252,1,1406,1651,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,20496,0,0,0,0,0,0,0,0,11980,9613,0,0,0,0,0,0,0,0,191,254,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20497,0,0,0,0,0,18968,0,0,0,'Fima Five-Fingers','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20498,0,0,0,0,0,11710,0,0,0,'Sundered Shard',NULL,NULL,0,67,67,1,91,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,4,512,20498,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20499,0,0,0,0,0,18290,0,0,0,'Fizim Blastwrench','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20500,0,0,0,0,0,4048,0,0,0,'Olrokk','Riding Trainer',NULL,8628,70,70,1,1735,82,1.25,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20501,0,0,0,0,0,8834,0,0,0,'Seeping Sludge',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,20501,20501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(20502,0,0,0,0,0,20263,0,0,0,'Eclipsion Dragonhawk',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,30,0,0,0,0,195,289,41,1,1,20502,0,70169,0,0,0,0,0,0,37985,0,0,0,0,0,0,0,10480,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20503,0,0,0,0,0,17694,0,0,0,'Ebon Gryphon',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20504,0,0,0,0,0,17697,0,0,0,'Golden Gryphon',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20505,0,0,0,0,0,17696,0,0,0,'Snowy Gryphon Mount',NULL,NULL,0,60,60,1,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20506,0,0,0,0,0,17703,0,0,0,'Swift Green Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20507,0,0,0,0,0,17717,0,0,0,'Swift Purple Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20508,0,0,0,0,0,17718,0,0,0,'Swift Red Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20509,0,0,0,0,0,17759,0,0,0,'Swift Blue Riding Gryphon',NULL,NULL,0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20510,0,0,0,0,0,12055,0,0,0,'Brunn Flamebeard','Gryphon Keeper',NULL,8623,70,70,1,1732,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20511,0,0,0,0,0,12054,0,0,0,'Ilsa Blusterbrew','Riding Trainer',NULL,8622,70,70,1,1732,83,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20512,0,0,0,0,0,20043,0,0,0,'Tormented Soul','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20512,20512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20513,0,0,0,0,0,16387,16388,16389,16390,'Honor Hold Defender',NULL,NULL,0,59,60,0,1666,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20514,0,0,0,0,0,1204,0,0,0,'Searing Elemental',NULL,NULL,0,67,68,1,91,0,1.125,1.14286,1,0,231,325,2,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,0,20514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20515,0,0,0,0,0,1233,0,0,0,'Harpax','Flight Master',NULL,6944,65,65,1,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20516,0,0,0,0,0,19917,0,0,0,'Warp Monstrosity',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,4,0,20516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20517,0,0,0,0,0,19669,0,0,0,'Eclipsion Dragonhawk Hatchling','Blood Knight\'s Minion',NULL,0,66,67,1,1701,0,1.2,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,30,0,0,0,0,186,276,39,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20518,0,0,0,0,0,19671,0,0,0,'Image of Wind Trader Marid',NULL,NULL,8127,69,69,1,1731,3,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(20519,0,0,0,0,0,6977,0,0,0,'Boom Bot Xtreme','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),
|
|
(20520,0,0,0,0,0,19745,21072,0,0,'Ethereum Prisoner',NULL,NULL,0,71,71,1,1797,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20521,0,0,0,0,0,17387,0,0,0,'Captain Skarloc (1)','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,304,436,0,296,13,1500,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20521,17862,0,0,0,0,0,0,0,29380,13005,31904,8258,0,0,0,0,0,0,5496,7186,'',1,3,1,16.2,10,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(20522,0,0,0,0,0,11686,0,0,0,'CoT Hillsbrad Despawn Trigger Unit (1)','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20523,0,0,0,0,0,18160,0,0,0,'Durnholde Armorer (1)','',NULL,0,69,69,1,634,0,1.125,1.14286,1,0,245,346,0,298,5.9,1400,2000,1,768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20524,0,0,0,0,0,18161,0,0,0,'Durnholde Cook (1)','',NULL,0,70,71,1,634,0,1.125,1.14286,1,0,299,426,0,308,5.9,1400,2000,1,768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20525,0,0,0,0,0,18336,18337,18338,18339,'Durnholde Mage (1)','',NULL,0,67,67,1,1748,0,1.48,1.14286,1,1,204,287,0,272,13,1400,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,18934,17814,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20526,0,0,0,0,0,17979,17980,17982,17983,'Durnholde Rifleman (1)','',NULL,0,71,71,1,1748,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,1,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17820,17820,0,0,0,0,0,0,0,22907,38383,0,0,0,0,0,0,0,0,1748,2294,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20527,0,0,0,0,0,17999,18000,18001,18002,'Durnholde Sentry (1)','',NULL,0,70,71,1,1748,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17819,17819,0,0,0,0,0,0,0,15496,9080,14895,0,0,0,0,0,0,0,1748,2294,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20528,0,0,0,0,0,780,0,0,0,'Durnholde Tracking Hound (1)','',NULL,0,68,69,1,1748,0,1.48,1.14286,1,1,245,346,0,298,5.9,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,17840,0,70065,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20529,0,0,0,0,0,18004,18005,18006,18007,'Durnholde Veteran (1)','',NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17860,17860,0,0,0,0,0,0,0,15582,15581,0,0,0,0,0,0,0,0,1752,2298,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20530,0,0,0,0,0,18008,18009,18010,18011,'Durnholde Warden (1)','',NULL,0,71,71,1,1748,0,1.48,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,17833,17833,0,0,0,0,0,0,0,17201,22883,22884,0,0,0,0,0,0,0,1412,1854,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20531,0,0,0,0,0,19135,0,0,0,'Epoch Hunter (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,72,20531,0,70063,0,0,0,0,0,0,31916,33834,31914,31475,0,0,0,0,0,0,8556,11182,'',1,4,1,20.25,1,1,0,33847,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(20532,0,0,0,0,0,19061,0,0,0,'Infinite Defiler (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18171,0,70063,0,0,0,0,0,0,38387,21068,31977,38386,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20533,0,0,0,0,0,19059,0,0,0,'Infinite Saboteur (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,13,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,0,18172,0,70063,0,0,0,0,0,0,15496,31976,17234,0,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20534,0,0,0,0,0,19058,0,0,0,'Infinite Slayer (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,2,0,18170,0,70063,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20535,0,0,0,0,0,17386,0,0,0,'Lieutenant Drake (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20535,17848,0,0,0,0,0,0,0,33789,9080,31911,31910,0,0,0,0,0,0,6856,8962,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(20536,0,0,0,0,0,19306,19307,19308,19309,'Lodaeron Sentry Specimen (1)','',NULL,0,70,70,0,1749,0,1.05,1.14286,1,1,2,2,0,24,13,2000,2000,1,33588032,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20537,0,0,0,0,0,17947,17948,17949,17950,'Lordaeron Sentry (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17815,17815,0,0,0,0,0,0,0,16100,0,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20538,0,0,0,0,0,17959,17960,17961,17962,'Lordaeron Watchman (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17814,0,0,0,0,0,0,0,0,12169,11976,0,0,0,0,0,0,0,0,1660,2178,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20539,0,0,0,0,0,19310,19311,19312,19313,'Lordaeron Watchman Specimen (1)','',NULL,0,70,70,0,1749,0,1.05,1.14286,1,1,2,2,0,24,13,2000,2000,1,33588032,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20540,0,0,0,0,0,11570,0,0,0,'Ogre Brawler (1)','',NULL,0,65,65,1,41,0,1.48,1.14286,1,1,200,281,0,278,13,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20541,0,0,0,0,0,18023,18091,18092,18093,'Orc Prisoner (1)','',NULL,0,65,65,1,1816,0,1.125,1.14286,1,0,200,281,0,278,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20542,0,0,0,0,0,11898,5375,4889,1823,'Pit Announcer (1)','',NULL,0,69,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20543,0,0,0,0,0,11898,5375,4889,1823,'Pit Spectator (1)','',NULL,0,68,69,1,1749,0,1.48,1.14286,1,1,245,346,0,298,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,17846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2178,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20544,0,0,0,0,0,18223,0,0,0,'Skarloc\'s Mount (1)','',NULL,0,1,1,0,634,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20545,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,71,72,1,1748,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,0,18092,18092,0,0,0,0,0,0,0,16856,15749,33133,0,0,0,0,0,0,0,1836,2408,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20546,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,72,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,18094,18094,0,0,0,0,0,0,0,16100,35511,17174,31977,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20547,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,70,72,1,1748,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,18093,18093,0,0,0,0,0,0,0,29380,15496,32588,17843,0,0,0,0,0,0,1496,1964,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20548,0,0,0,0,0,17292,0,0,0,'Thrall (1)','',NULL,7499,67,67,1,1747,3,1,1,1,1,225,314,0,288,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20549,0,0,0,0,0,592,299,0,298,'Troll Berserker (1)','',NULL,0,65,65,1,99,0,1.48,1.14286,1,1,200,281,0,278,13,1400,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20550,0,0,0,0,0,18165,0,0,0,'Young Thrall (Equipped) (1)','',NULL,0,1,1,0,1747,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20551,0,0,0,0,0,19675,0,0,0,'Agent Araxes','The Protectorate',NULL,8128,68,68,1,1797,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20552,0,0,0,0,0,19675,0,0,0,'Agent Ya-six','The Protectorate',NULL,0,68,68,1,1797,2,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20553,0,0,0,0,0,19676,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,0,70,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20554,0,0,0,0,0,19681,0,0,0,'Arconus the Insatiable',NULL,NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,20554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20555,0,0,0,0,0,19677,0,0,0,'Goc','Son of Gruul',NULL,0,70,70,1,14,0,1.48,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,20555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,7926,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20556,0,0,0,0,0,3258,3257,0,0,'Stormwind Marine','','Directions',0,28,32,0,11,1,1.125,1.14286,1,0,45,60,0,108,1,1400,1900,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(20557,0,0,0,0,0,20853,0,0,0,'Wrath Hound','',NULL,0,69,71,1,90,0,1.125,1.14286,1,0,299,426,0,308,1,1500,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,20557,0,70161,0,0,0,0,0,0,22911,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20558,0,0,0,0,0,19679,0,0,0,'Forge Hound','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20560,0,0,0,0,0,16723,0,0,0,'Arakkoa Ward','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,2,'',12340),
|
|
(20561,0,0,0,0,0,19493,19494,19495,19496,'Withered Corpse',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,388,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20562,0,0,0,0,0,14501,0,0,0,'Invisible Stalker (Scale x5)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20563,0,0,0,0,0,19683,0,0,0,'Grand Commander Ruusk',NULL,NULL,8336,72,72,1,1701,3,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20564,0,0,0,0,0,19684,0,0,0,'Image of Agent Ya-six','The Protectorate',NULL,0,68,68,1,1797,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20565,0,0,0,0,0,358,0,0,0,'Creeping Ooze (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,17356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20566,0,0,0,0,0,10029,0,0,0,'Creeping Oozeling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20567,0,0,0,0,0,16839,0,0,0,'Fel Orc Convert (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,30478,0,0,0,0,0,0,0,0,0,706,932,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20568,0,0,0,0,0,16628,0,0,0,'Grand Warlock Nethekurse (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1449,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,32,20568,16807,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,12986,16968,'',1,3,1,25.3125,18.75,1,0,25462,23735,0,0,0,0,150,1,617562111,1,'',12340),
|
|
(20569,0,0,0,0,0,17013,0,0,0,'Heathen Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,30474,30485,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20570,0,0,0,0,0,15294,0,0,0,'Lesser Shadow Fissure (1)','',NULL,0,71,71,1,16,0,0.01,1.14286,1,0,299,426,0,308,1,1400,2000,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20571,0,0,0,0,0,15882,0,0,0,'Lesser Void Zone (1)','',NULL,0,70,70,1,370,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,270,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(20572,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Left Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20573,0,0,0,0,0,11686,0,0,0,'O\'mrogg\'s Right Head (1)','',NULL,0,1,1,0,14,0,1.48,1.14286,1,1,2,2,0,24,13,1400,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20574,0,0,0,0,0,14334,0,0,0,'Rabid Warhound (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,1,252,357,0,304,5.9,1391,2000,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,16507,0,70062,0,0,0,0,0,0,30636,30639,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1.75,1,1,0,0,0,0,0,0,0,0,1,512,0,'',12340),
|
|
(20575,0,0,0,0,0,16580,0,0,0,'Reaver Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20576,0,0,0,0,0,16581,0,0,0,'Shadowmoon Acolyte (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,16594,0,0,0,0,0,0,0,31516,35943,36052,30479,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20577,0,0,0,0,0,17189,0,0,0,'Shadowmoon Darkcaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1420,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,16507,17694,0,0,0,0,0,0,0,12542,33508,15232,0,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20578,0,0,0,0,0,16578,0,0,0,'Sharpshooter Guard (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,0,0,0,0,0,0,0,0,35942,22907,37551,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20579,0,0,0,0,0,16578,0,0,0,'Shattered Hand Archer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17427,0,0,0,0,0,0,0,30990,22907,0,0,0,0,0,0,0,0,1928,2528,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20580,0,0,0,0,0,17190,0,0,0,'Shattered Hand Assassin (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17695,0,0,0,0,0,0,0,30980,30992,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20581,0,0,0,0,0,17725,0,0,0,'Shattered Hand Blood Guard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,32,16507,17461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20582,0,0,0,0,0,16577,0,0,0,'Shattered Hand Brawler (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16593,0,0,0,0,0,0,0,3391,36033,36020,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20583,0,0,0,0,0,17185,0,0,0,'Shattered Hand Centurion (1)','',NULL,0,71,71,1,2120,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20583,17465,0,0,0,0,0,0,0,31403,16145,0,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20584,0,0,0,0,0,17186,0,0,0,'Shattered Hand Champion (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,16507,17671,0,0,0,0,0,0,0,32588,32587,11972,0,0,0,0,0,0,0,2616,3426,'',1,3,1,5.265,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20585,0,0,0,0,0,16969,0,0,0,'Shattered Hand Executioner (1)','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20585,0,0,0,0,0,0,0,0,11876,15284,0,0,0,0,0,0,0,0,2018,7982,'',0,3,1,3.915,1,1,0,31716,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20586,0,0,0,0,0,17183,0,0,0,'Shattered Hand Gladiator (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17464,0,0,0,0,0,0,0,16856,0,0,0,0,0,0,0,0,0,1848,2422,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20587,0,0,0,0,0,17013,0,0,0,'Shattered Hand Heathen (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17420,0,0,0,0,0,0,0,35949,30485,0,0,0,0,0,0,0,0,2524,3306,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20588,0,0,0,0,0,17184,0,0,0,'Shattered Hand Houndmaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17670,0,0,0,0,0,0,0,40248,22907,35950,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.91,1,1,0,0,0,0,0,0,0,0,1,67601,0,'',12340),
|
|
(20589,0,0,0,0,0,19275,0,0,0,'Shattered Hand Legionnaire (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,17083,0,0,0,0,0,0,0,15615,30472,30485,0,0,0,0,0,0,0,2528,3310,'',1,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20590,0,0,0,0,0,16580,0,0,0,'Shattered Hand Reaver (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16699,0,0,0,0,0,0,0,15496,30485,30471,0,0,0,0,0,0,0,2014,2640,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20591,0,0,0,0,0,16584,0,0,0,'Shattered Hand Savage (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16523,16523,0,0,0,0,0,0,0,36054,30470,30485,0,0,0,0,0,0,0,2524,3306,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20592,0,0,0,0,0,17727,0,0,0,'Shattered Hand Scout (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20593,0,0,0,0,0,19277,0,0,0,'Shattered Hand Sentry (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16507,0,0,0,0,0,0,0,37511,31553,0,0,0,0,0,0,0,0,2608,3416,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20594,0,0,0,0,0,16578,0,0,0,'Shattered Hand Sharpshooter (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1420,1667,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,16507,16704,0,0,0,0,0,0,0,35945,22907,37551,0,0,0,0,0,0,0,1928,2528,'',1,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20595,0,0,0,0,0,17726,0,0,0,'Shattered Hand Zealot (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1420,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,16507,17462,0,0,0,0,0,0,0,30989,0,0,0,0,0,0,0,0,0,404,538,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20596,0,0,0,0,0,18031,0,0,0,'Warbringer O\'mrogg (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,64,20596,16809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12988,16972,'',1,3,1,28.0125,1,1,0,30829,0,0,0,0,0,167,1,617562111,257,'',12340),
|
|
(20597,0,0,0,0,0,19799,0,0,0,'Warchief Kargath Bladefist (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1464,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,20597,16808,0,0,0,0,0,0,0,25821,0,0,0,0,0,0,0,0,0,13838,18082,'',1,3,1,28,1,1,0,33815,23723,0,0,0,0,125,1,617562111,1,'',12340),
|
|
(20598,0,0,0,0,0,15294,0,0,0,'Wild Shadow Fissure (1)','',NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(20599,0,0,0,0,0,19688,0,0,0,'Lured Colossus',NULL,NULL,0,62,62,1,778,0,1,0.992063,1,1,172,240,0,262,7.5,1318,1551,1,64,2048,0,0,0,0,0,0,139,207,30,5,512,0,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20600,0,0,0,0,0,19691,0,0,0,'Maggoc','Son of Gruul',NULL,0,70,70,1,14,0,1.6,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,20600,20600,0,0,0,0,0,0,0,38770,42139,38777,40743,0,0,0,0,0,0,1306,1710,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(20601,0,0,0,0,0,19692,0,0,0,'Razaani Raider',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,20601,20601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20602,0,0,0,0,0,169,16946,0,0,'Flame Patch (Al\'ar)','',NULL,0,73,73,1,16,0,1.2,1.14286,1,3,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20603,0,0,0,0,0,19697,0,0,0,'Reflection of Ya-six',NULL,NULL,0,68,68,1,1797,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20604,0,0,0,0,0,19693,0,0,0,'Dugiru','Alliance Cloth Quartermaster',NULL,8132,35,35,0,1638,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20605,0,0,0,0,0,17035,15435,0,0,'Dr. Boom','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20606,0,0,0,0,0,20556,0,0,0,'Shaleskin Ripper',NULL,NULL,0,68,69,1,1873,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,20606,0,0,0,0,0,0,0,0,36590,36576,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20607,0,0,0,0,0,19695,0,0,0,'Craghide Basilisk',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20607,0,70164,0,0,0,0,0,0,35313,35385,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20608,0,0,0,0,0,17035,11686,0,0,'Ya-six Spell Generator',NULL,NULL,0,70,70,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20609,0,0,0,0,0,19772,0,0,0,'Razaani Nexus Stalker',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,20609,20609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20610,0,0,0,0,0,19696,0,0,0,'Talbuk Doe',NULL,NULL,0,68,69,1,15,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20610,0,70063,0,0,0,0,0,0,32019,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29751,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20611,0,0,0,0,0,19771,0,0,0,'Shimmerwing Moth',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,37,0,0,0,0,206,302,43,1,1,20611,0,0,0,0,0,0,0,0,36592,32914,0,0,0,0,0,0,13105,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20612,0,0,0,0,0,19703,0,0,0,'Sorim Lightsong','Horde Cloth Quartermaster',NULL,8140,35,35,0,1604,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20613,0,0,0,0,0,19698,0,0,0,'Arodis Sunblade','Keeper of Sha\'tari Artifacts',NULL,0,64,64,1,1744,4224,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20614,0,0,0,0,0,20987,0,0,0,'Razaani Spell-Thief',NULL,NULL,0,67,68,1,1678,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,20614,20614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20615,0,0,0,0,0,19705,0,0,0,'Darkmaw Cub','',NULL,0,68,69,1,35,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,2,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20616,0,0,0,0,0,19699,0,0,0,'Asuur','Keeper of Sha\'tari Artifacts',NULL,0,64,64,0,1743,4224,1,1.14286,1,0,194,274,0,272,1,1500,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20617,0,0,0,0,0,17035,11686,0,0,'Red Crystal Trigger',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20618,0,0,0,0,0,19702,0,0,0,'Mana Invader',NULL,NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,20618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20619,0,0,0,0,0,19331,0,0,0,'Ethereum Relay',NULL,NULL,0,67,68,1,1821,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,20619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,1,1,0,29459,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20620,0,0,0,0,0,18388,0,0,0,'Coilfang Engineer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17721,17721,0,0,0,0,0,0,0,40332,6533,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20621,0,0,0,0,0,18389,0,0,0,'Coilfang Myrmidon (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17800,17800,0,0,0,0,0,0,0,15496,7160,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20622,0,0,0,0,0,18391,0,0,0,'Coilfang Oracle (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17803,17803,0,0,0,0,0,0,0,37865,31730,8281,0,0,0,0,0,0,0,1678,2200,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20623,0,0,0,0,0,18392,0,0,0,'Coilfang Siren (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17801,17801,0,0,0,0,0,0,0,37856,38660,37664,0,0,0,0,0,0,0,1678,2200,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20624,0,0,0,0,0,18394,0,0,0,'Coilfang Slavemaster (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,17805,17805,0,0,0,0,0,0,0,6713,8269,10987,3416,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20625,0,0,0,0,0,18396,0,0,0,'Coilfang Sorceress (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,17722,17722,0,0,0,0,0,0,0,39416,15531,37930,0,0,0,0,0,0,0,2188,2866,'',1,3,1,5.4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20626,0,0,0,0,0,18398,0,0,0,'Coilfang Warrior (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1435,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,17802,17802,0,0,0,0,0,0,0,31403,7164,35105,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20627,0,0,0,0,0,5564,0,0,0,'Coilfang Water Elemental (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,8,17917,0,0,0,0,0,0,0,0,37924,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20628,0,0,0,0,0,17691,0,0,0,'Dreghood Slave (1)','',NULL,0,70,71,1,190,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17799,17799,0,0,0,0,0,0,0,8269,0,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20629,0,0,0,0,0,11268,0,0,0,'Hydromancer Thespia (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,20629,17797,0,0,0,0,0,0,0,25033,31718,31481,0,0,0,0,0,0,0,8824,11532,'',1,3,1,24,1,1,0,30828,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(20630,0,0,0,0,0,18638,0,0,0,'Mekgineer Steamrigger (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,20630,17796,0,0,0,0,0,0,0,35107,31486,31485,0,0,0,0,0,0,0,8824,11532,'',0,3,1,17,1,1,0,0,0,0,0,0,0,0,1,612859903,1,'',12340),
|
|
(20631,0,0,0,0,0,17423,0,0,0,'Naga Distiller (1)','',NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,31543,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(20632,0,0,0,0,0,6936,6937,0,0,'Steamrigger Mechanic (1)','',NULL,0,70,70,1,63,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,17201,37936,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20633,0,0,0,0,0,20235,0,0,0,'Warlord Kalithresh (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,20633,17798,0,0,0,0,0,0,0,16172,31534,37081,0,0,0,0,0,0,0,13838,18082,'',1,3,1,32,1,1,0,33827,31721,0,0,0,0,144,1,617299803,1,'',12340),
|
|
(20634,0,0,0,0,0,19758,0,0,0,'Scythetooth Raptor',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,11,0,0,0,0,206,302,43,1,1,20634,0,70063,0,0,0,0,0,0,37359,8599,0,0,0,0,0,0,12153,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20635,0,0,0,0,0,17200,0,0,0,'Razaani Light Orb',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(20636,0,0,0,0,0,18821,0,0,0,'Ambassador Hellmaw (1)','',NULL,0,72,72,1,16,0,1.48,1.71429,1,1,307,438,0,314,5.9,1500,2000,1,2147483712,2048,0,0,0,0,0,0,270,401,53,3,64,20636,18731,0,0,0,0,0,0,0,33551,33547,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,25,10,1,0,0,0,0,0,0,0,167,1,612646911,1,'',12340),
|
|
(20637,0,0,0,0,0,18058,0,0,0,'Blackheart the Inciter (1)','',NULL,0,72,72,1,1787,0,1.48,1.71429,1,1,307,438,0,314,5.9,1500,2000,1,64,2048,0,0,0,0,0,0,270,401,53,7,64,20637,18667,0,0,0,0,0,0,0,33709,33676,33707,0,0,0,0,0,0,0,12138,15862,'',1,3,1,25,10,1,0,30808,0,0,0,0,0,164,1,617299803,1,'',12340),
|
|
(20638,0,0,0,0,0,18579,18580,18581,18582,'Cabal Acolyte (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18633,18633,0,0,0,0,0,0,0,38209,38210,33482,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20639,0,0,0,0,0,18583,18584,18585,0,'Cabal Assassin (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18636,18636,0,0,0,0,0,0,0,30992,30991,30798,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20640,0,0,0,0,0,18586,18587,18588,0,'Cabal Cultist (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18631,18631,0,0,0,0,0,0,0,3391,15614,30798,0,0,0,0,0,0,0,1844,2418,'',1,3,1,3.51,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20641,0,0,0,0,0,18589,18590,18591,18592,'Cabal Deathsworn (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,18635,18635,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,2014,2640,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20642,0,0,0,0,0,18593,18594,18595,0,'Cabal Executioner (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18632,18632,0,0,0,0,0,0,0,30485,15578,33500,38959,0,0,0,0,0,0,2106,2760,'',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20643,0,0,0,0,0,18038,0,0,0,'Cabal Familiar (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,248,363,0,135,5.9,1500,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,3,0,18641,0,0,0,0,0,0,0,0,38239,0,0,0,0,0,0,0,0,0,336,450,'',1,3,1,1.485,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20644,0,0,0,0,0,18596,18597,18598,0,'Cabal Fanatic (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,18830,18830,0,0,0,0,0,0,0,12021,30798,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20645,0,0,0,0,0,18191,18192,0,0,'Cabal Ritualist (1)','',NULL,0,69,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18794,18794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,2306,'',1,3,1,4.05,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20646,0,0,0,0,0,18599,18600,18601,0,'Cabal Shadow Priest (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18637,18637,0,0,0,0,0,0,0,38243,17146,15473,0,0,0,0,0,0,0,1674,2196,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20647,0,0,0,0,0,18602,18603,18604,0,'Cabal Spellbinder (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18639,18639,0,0,0,0,0,0,0,33502,33335,32691,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4.05,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20648,0,0,0,0,0,18605,18606,18608,0,'Cabal Summoner (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,18634,18634,0,0,0,0,0,0,0,15228,33335,0,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20649,0,0,0,0,0,18609,18610,18611,0,'Cabal Warlock (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18640,18640,0,0,0,0,0,0,0,13787,15232,32863,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20650,0,0,0,0,0,18612,18613,18614,0,'Cabal Zealot (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,18638,18638,0,0,0,0,0,0,0,33499,22428,20298,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20651,0,0,0,0,0,7949,0,0,0,'Fel Guardhound (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,18642,0,70162,0,0,0,0,0,0,30849,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20652,0,0,0,0,0,18193,0,0,0,'Fel Overseer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1500,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,0,18796,18796,0,0,0,0,0,0,0,19134,27577,16856,30471,0,0,0,0,0,0,7372,9636,'',1,3,1,16.2,3,1,0,0,0,0,0,0,0,0,1,80428895,0,'',12340),
|
|
(20653,0,0,0,0,0,18535,0,0,0,'Grandmaster Vorpil (1)','',NULL,0,72,72,1,16,0,1.48,1.42857,1,1,304,436,0,296,5.9,1500,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,64,20653,18732,0,0,0,0,0,0,0,38791,33563,39363,33841,0,0,0,0,0,0,9588,12532,'',1,3,1,23.5,10,1,0,30827,0,0,0,0,0,150,1,617299803,1,'',12340),
|
|
(20654,0,0,0,0,0,21584,15880,0,0,'Invisible Target (1)','',NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,5.9,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20655,0,0,0,0,0,159,0,0,0,'Maiden of Discipline (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,18663,0,0,0,0,0,0,0,0,32202,31865,0,0,0,0,0,0,0,0,458,606,'',1,3,1,1.9575,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20656,0,0,0,0,0,17543,0,0,0,'Malicious Instructor (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,1500,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,0,18848,18848,0,0,0,0,0,0,0,6713,33493,33501,0,0,0,0,0,0,0,6268,8194,'',1,3,1,16.5375,3,1,0,0,0,0,0,0,0,0,1,131073,0,'',12340),
|
|
(20657,0,0,0,0,0,18839,0,0,0,'Murmur (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,307,438,0,314,5.9,1500,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,104,20657,18708,0,0,0,0,0,0,0,33689,38794,38796,33657,0,0,0,0,0,0,35938,46942,'',1,3,1,77.625,15,1,0,33840,31722,0,0,0,0,167,0,617299803,1,'',12340),
|
|
(20658,0,0,0,0,0,18880,0,0,0,'Shape of the Beast (1)','',NULL,0,69,69,1,16,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.9575,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20659,0,0,0,0,0,18280,0,0,0,'Spy To\'gun (1)','',NULL,0,70,70,1,1818,2,1.125,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20660,0,0,0,0,0,18579,18580,18581,18582,'Summoned Cabal Acolyte (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,19208,0,0,0,0,0,0,0,0,38209,38210,33482,0,0,0,0,0,0,0,1588,2084,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20661,0,0,0,0,0,18589,18590,18591,18592,'Summoned Cabal Deathsworn (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,19209,0,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,2014,2640,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20662,0,0,0,0,0,9786,0,0,0,'Tortured Skeleton (1)','',NULL,0,70,70,1,21,0,1.125,1.14286,1,0,252,357,0,304,5.9,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.54,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20663,0,0,0,0,0,16946,0,0,0,'Void Portal (1)','',NULL,0,70,70,0,16,0,1.48,1.14286,1,1,252,357,0,304,13,2000,2000,1,570426112,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20664,0,0,0,0,0,17081,0,0,0,'Void Traveler (1)','',NULL,0,70,70,1,16,0,0.3,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,38226,8599,11428,0,0,0,0,0,0,0,0,0,'',1,3,1,0.625,0.5,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(20665,0,0,0,0,0,16946,0,0,0,'Voidwalker Summoner (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.0135,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20666,0,0,0,0,0,16480,19595,0,0,'Blade\'s Edge - Orb Trigger 01',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20667,0,0,0,0,0,705,0,0,0,'Sporewind Frenzy','',NULL,0,62,63,1,1878,0,1.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20668,0,0,0,0,0,19634,0,0,0,'Fiendling Flesh Beast',NULL,NULL,0,67,67,1,7,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,10,0,20668,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,30840,0,0,0,0,0,158,1,0,0,'',12340),
|
|
(20669,0,0,0,0,0,18358,0,0,0,'Shade of Mal\'druk','',NULL,0,64,64,1,45,0,1.125,1.14286,1,0,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20670,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Flesh Beast Zap Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20671,0,0,0,0,0,19705,0,0,0,'Ripfang Lynx',NULL,NULL,0,68,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,1500,2000,1,0,2048,0,2,0,0,0,0,206,302,43,1,1,20671,0,70063,0,0,0,0,0,0,36589,31279,0,0,0,0,0,0,11572,0,0,0,'SmartAI',1,1,1,1,1,1,0,29801,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20672,0,0,0,0,0,19708,0,0,0,'Royal Guard',NULL,NULL,0,80,80,2,1603,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20673,0,0,0,0,0,19709,0,0,0,'Swiftwing Shredder',NULL,NULL,0,68,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,27,0,0,0,0,206,302,43,1,1,20673,0,70169,0,0,0,0,0,0,36594,19514,0,0,0,0,0,0,11581,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20674,0,0,0,0,0,20105,20106,20107,20108,'Shield of Velen',NULL,'Directions',0,80,80,2,1639,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(20675,0,0,0,0,0,4626,15880,0,0,'Legion Hold - Infernal Dummy','',NULL,0,1,1,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20676,0,0,0,0,0,127,11686,0,0,'Ethereum Sparring Dummy',NULL,NULL,0,68,68,1,1799,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20677,0,0,0,0,0,17767,0,0,0,'Morod the Windstirrer','',NULL,8162,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20678,0,0,0,0,0,19720,0,0,0,'Akoru the Firecaller','',NULL,8163,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20679,0,0,0,0,0,19721,0,0,0,'Aylaan the Waterwaker',NULL,NULL,8161,62,62,0,35,3,1,1,1,0,160,223,0,246,1,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20680,0,0,0,0,0,19719,0,0,0,'Arzeth the Powerless','Servant of the Betrayer',NULL,0,63,63,1,51,0,1.125,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,3,0,20680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,196,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20681,0,0,0,0,0,19400,0,0,0,'Nether Skimmer','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,34,0,0,0,0,206,302,43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20682,0,0,0,0,0,19716,0,0,0,'Terokkarantula',NULL,NULL,0,65,65,1,14,0,1.71,1.14286,1,1,200,281,0,278,4.6,1362,1601,1,0,2048,0,3,0,0,0,0,166,246,35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13121,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,239,1,8389714,0,'',12340),
|
|
(20683,0,0,0,0,0,19717,0,0,0,'Prophetess Cavrylin',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,20683,20683,0,0,0,0,0,0,0,37629,37997,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,3,1,1.2,1,1,0,30614,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20684,0,0,0,0,0,19366,0,0,0,'Lady Shav\'rar',NULL,NULL,0,68,69,1,1813,0,1,1,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20684,20684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,254,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20685,0,0,0,0,0,19722,0,0,0,'Overseer Azarad',NULL,NULL,0,70,70,1,1793,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20685,20685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,29411,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20686,0,0,0,0,0,20725,0,0,0,'Avian Darkhawk (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,26,0,0,0,0,215,320,44,1,1,19429,0,0,0,0,0,0,0,0,39198,39197,0,0,0,0,0,0,13246,0,0,0,'',1,1,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20687,0,0,0,0,0,15291,0,0,0,'Charming Totem (1)','',NULL,0,60,69,0,58,0,1.125,1.14286,1,0,245,346,0,298,1,1400,2000,1,0,2048,0,0,0,0,0,0,206,302,43,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20688,0,0,0,0,0,19788,0,0,0,'Cobalt Serpent (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,0,2048,0,27,0,0,0,0,260,387,37,1,1,19428,0,70063,0,0,0,0,0,0,38238,38193,38110,0,0,0,0,0,11586,0,0,0,'',1,1,1,7.425,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20689,0,0,0,0,0,1132,0,0,0,'Dark Vortex (1)','',NULL,0,70,70,1,91,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,12471,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20690,0,0,0,0,0,20599,0,0,0,'Darkweaver Syth (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,5,140,5.9,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,72,20690,18472,0,0,0,0,0,0,0,38135,15659,15616,21401,0,0,0,0,0,0,9578,12518,'',1,1,1,22,15,1,0,27633,25461,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(20691,0,0,0,0,0,20682,0,0,0,'Time-Lost Controller (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,233,347,28,6,64,18327,18327,0,0,0,0,0,0,0,0,35013,0,0,0,0,0,0,0,0,1836,2408,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20692,0,0,0,0,0,18628,0,0,0,'Sethekk Guard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,7,64,18323,18323,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,3196,4184,'',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,604049683,0,'',12340),
|
|
(20693,0,0,0,0,0,20572,0,0,0,'Sethekk Initiate (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,64,18318,18318,0,0,0,0,0,0,0,33961,16145,0,0,0,0,0,0,0,0,2516,3296,'',1,1,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20694,0,0,0,0,0,17865,0,0,0,'Sethekk Oracle (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,240,358,31,7,64,18328,18328,0,0,0,0,0,0,0,38146,32129,0,0,0,0,0,0,0,0,1412,1854,'',1,1,1,2.9,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20695,0,0,0,0,0,20572,0,0,0,'Sethekk Prophet (1)','',NULL,0,70,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1800,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,64,18325,18325,0,0,0,0,0,0,0,27641,0,0,0,0,0,0,0,0,0,1416,1858,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,113,1,1,0,'',12340),
|
|
(20696,0,0,0,0,0,20573,0,0,0,'Sethekk Ravenguard (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,64,18322,18322,0,0,0,0,0,0,0,33964,34970,32651,0,0,0,0,0,0,0,1840,2412,'',1,1,1,6,1,1,0,0,0,0,0,0,0,0,1,17,0,'',12340),
|
|
(20697,0,0,0,0,0,20682,0,0,0,'Time-Lost Scryer (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,255,373,0,137,5.9,1600,2000,8,64,2048,0,0,0,0,0,0,240,358,31,6,64,18319,18319,0,0,0,0,0,0,0,17843,15981,32689,33989,0,0,0,0,0,0,1326,1742,'',1,1,1,3.915,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20698,0,0,0,0,0,20683,0,0,0,'Time-Lost Shadowmage (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,263,384,0,140,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,247,369,34,6,64,18320,18320,0,0,0,0,0,0,0,32682,38148,0,0,0,0,0,0,0,0,1418,1862,'',1,1,1,3.915,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20699,0,0,0,0,0,17865,0,0,0,'Sethekk Shaman (1)','',NULL,0,71,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,18326,18326,0,0,0,0,0,0,0,22885,32663,0,0,0,0,0,0,0,0,1588,2084,'',1,1,1,4.5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20700,0,0,0,0,0,14368,0,0,0,'Sethekk Spirit (1)','',NULL,0,6,6,0,16,0,1.48,1.14286,1,1,7,9,0,34,13,1400,2000,1,0,2048,0,0,0,0,0,0,4,6,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,68,1,0,0,'',12340),
|
|
(20701,0,0,0,0,0,20598,0,0,0,'Sethekk Talon Lord (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,64,18321,18321,0,0,0,0,0,0,0,32674,32654,0,0,0,0,0,0,0,0,1586,2080,'',1,1,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(20702,0,0,0,0,0,8714,0,0,0,'Syth Arcane Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,6,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,38138,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20703,0,0,0,0,0,1070,0,0,0,'Syth Fire Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,2,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,0,0,0,0,0,0,0,0,0,38141,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20704,0,0,0,0,0,5561,0,0,0,'Syth Frost Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,4,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,72,0,0,0,0,0,0,0,0,0,38142,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20705,0,0,0,0,0,1130,0,0,0,'Syth Shadow Elemental (1)','',NULL,0,72,72,1,91,0,1.125,1.14286,1,0,304,436,5,296,1,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,72,0,0,0,0,0,0,0,0,0,33529,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20706,0,0,0,0,0,18636,0,0,0,'Talon King Ikiss (1)','',NULL,0,72,72,1,16,0,1.48,1.42857,1,1,263,384,0,140,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,72,20706,18473,0,0,0,0,0,0,0,40425,40424,43309,35032,0,0,0,0,0,0,7028,9188,'',1,1,1,21.9375,5,1,0,33834,27632,0,0,0,0,144,1,617299803,1,'',12340),
|
|
(20707,0,0,0,0,0,19723,0,0,0,'Human Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20708,0,0,0,0,0,19724,0,0,0,'Human Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20709,0,0,0,0,0,19725,11686,0,0,'Blade Dance Target',NULL,NULL,0,69,69,1,1665,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20710,0,0,0,0,0,19726,0,0,0,'Bogstrok Hatchling','',NULL,0,63,63,1,16,0,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,0.2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20713,0,0,0,0,0,19728,0,0,0,'Fey Drake',NULL,NULL,0,65,66,1,1803,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,2,0,20713,0,70063,0,77,77,77,77,0,36718,11981,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,30174,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20714,0,0,0,0,0,19785,0,0,0,'Ridgespine Stalker',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,3,0,0,0,0,186,276,39,1,1,20714,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13116,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20716,0,0,0,0,0,19732,0,0,0,'Outland Raptor, Black','',NULL,0,1,1,1,1078,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20717,0,0,0,0,0,19733,0,0,0,'Outland Raptor, Blue','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20718,0,0,0,0,0,19734,0,0,0,'Outland Raptor, Green','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20719,0,0,0,0,0,19735,0,0,0,'Outland Raptor, Red','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20720,0,0,0,0,0,19736,0,0,0,'Outland Raptor, Yellow','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20722,0,0,0,0,0,19740,0,0,0,'Herald Bran\'daan',NULL,NULL,5782,50,50,0,1638,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20723,0,0,0,19995,0,11583,0,0,0,'Korgaah',NULL,NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20723,20723,0,0,0,0,0,0,0,11978,23600,8599,0,0,0,0,0,0,0,256,339,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20724,0,0,0,0,0,19737,0,0,0,'Herald Amorlin',NULL,NULL,0,50,50,0,1604,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20725,0,0,0,0,0,4732,0,0,0,'Bat','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(20726,0,0,0,19995,0,18358,0,0,0,'Mugdorg','',NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20726,20726,0,0,0,0,0,0,0,29651,12058,12550,11986,0,0,0,0,0,0,212,282,'',1,3,1,1.5,1,1,0,30415,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20727,0,0,0,0,0,19739,0,0,0,'Captain Zovax',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20727,20727,0,0,0,0,0,0,0,15496,33962,0,0,0,0,0,0,0,0,203,270,'SmartAI',1,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20728,0,0,0,0,0,19758,0,0,0,'Bladespire Raptor',NULL,NULL,0,65,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,11,0,0,0,0,175,260,37,1,1,20728,0,70063,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,13235,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20729,0,0,0,0,0,20093,0,0,0,'Bladespire Ravager',NULL,NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,11,0,0,0,0,186,276,39,1,1,20729,0,70065,0,0,0,0,0,0,16128,22911,0,0,0,0,0,0,13231,0,0,0,'',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20730,0,0,0,19995,0,11583,0,0,0,'Glumdor',NULL,NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,20730,20730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,330,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20731,0,0,0,19995,0,18358,0,0,0,'Droggam','',NULL,0,66,66,1,1782,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,20731,20731,0,0,0,0,0,0,0,9053,11831,12544,0,0,0,0,0,0,0,210,280,'',1,3,1,1.5,1,1,0,30413,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20732,0,0,0,19995,0,18358,0,0,0,'Gorr\'Dim','',NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20732,20732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,286,'',1,3,1,1.5,1.2,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20733,0,0,0,0,0,16157,0,0,0,'Walla\'s Damage Dealer','Lord of Stuff',NULL,0,70,70,0,168,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20734,0,0,0,0,0,19735,0,0,0,'Daggermaw Raptor','',NULL,0,65,66,1,48,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20735,0,0,0,0,0,19744,0,0,0,'Archmage Lan\'dalock',NULL,NULL,10061,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_archmage_landalock',12340),
|
|
(20736,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Legion - Invis Bunny',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20737,0,0,0,0,0,20510,0,0,0,'Aeonus (1)','',NULL,0,72,72,1,1720,0,1.48,1.71429,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,20737,0,70066,0,0,0,0,0,0,31550,40504,37605,39049,0,0,0,0,0,0,12988,16972,'',1,3,1,27,1,1,0,33858,0,0,0,0,0,164,1,650854271,2097153,'',12340),
|
|
(20738,0,0,0,0,0,20513,0,0,0,'Chrono Lord Deja (1)','',NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,313,448,0,302,13,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,64,20738,0,70066,0,0,0,0,0,0,38538,38539,31550,31467,0,0,0,0,0,0,7804,10200,'',1,3,1,20,10,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(20739,0,0,0,0,0,19061,19062,19058,0,'Imprisoned Infinite Dragonspawn (1)','',NULL,0,70,70,1,1720,0,1.05,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,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,1,1,1,3,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(20740,0,0,0,0,0,19058,0,0,0,'Infinite Assassin (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(20741,0,0,0,0,0,19061,0,0,0,'Infinite Chronomancer (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,15230,33860,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(20742,0,0,0,0,0,19062,0,0,0,'Infinite Executioner (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,37321,34920,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(20743,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher (1)','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,38526,36807,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(20744,0,0,0,0,0,19326,0,0,0,'Rift Lord (1)','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,299,426,0,308,13,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,8269,9080,11428,35054,0,0,0,0,0,0,5760,7532,'',0,3,1,12,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(20745,0,0,0,0,0,19066,0,0,0,'Temporus (1)','',NULL,0,73,73,1,1720,0,1.48,1.14286,1,1,316,450,0,320,13,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,64,20745,0,70066,0,0,0,0,0,0,31458,31464,38592,38593,0,0,0,0,0,0,9588,12532,'',1,3,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097409,'',12340),
|
|
(20746,0,0,0,0,0,6370,0,0,0,'Time Keeper (1)','',NULL,0,70,70,1,1718,0,1.48,1.14286,1,1,252,357,0,304,13,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,31478,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(20747,0,0,0,0,0,7898,0,0,0,'Silkwing Larva',NULL,NULL,0,65,66,1,7,0,1.125,1.14286,1,0,210,295,0,282,1,1800,2000,1,0,2048,0,0,0,0,0,0,175,260,37,1,0,20747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,30791,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20748,0,0,0,0,0,9370,0,0,0,'Thunderlord Dire Wolf',NULL,NULL,0,65,66,1,1804,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,1,0,0,0,0,175,260,37,1,1,20748,0,70063,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,13047,0,0,0,'SmartAI',1,1,1,1,1,1,0,30184,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20749,0,0,0,0,0,20838,20842,20839,0,'Scalewing Serpent',NULL,NULL,0,66,67,1,14,0,1.6,1.42857,1,0,225,314,0,288,1,1667,2000,1,0,2048,0,27,0,0,0,0,186,276,39,1,1,20749,0,70169,0,0,0,0,0,0,37841,0,0,0,0,0,0,0,11584,0,0,0,'SmartAI',1,1,1,1,1,1,0,30849,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(20751,0,0,0,0,0,19759,0,0,0,'Daggermaw Lashtail',NULL,NULL,0,66,67,1,48,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,11,0,0,0,0,186,276,39,1,1,20751,0,70063,0,0,0,0,0,0,35570,7367,0,0,0,0,0,0,13234,0,0,0,'',1,1,1,1,1,1,0,30798,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20752,0,0,0,0,0,17798,0,0,0,'Grand Silkwing','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,37,0,0,0,0,186,276,39,1,1,20752,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13106,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20753,0,0,0,0,0,18358,0,0,0,'Dorgok',NULL,NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20753,20753,0,0,0,0,0,0,0,11962,39119,12493,0,0,0,0,0,0,0,184,245,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20754,0,0,0,0,0,19766,0,0,0,'Daggermaw Devourer','',NULL,0,66,66,1,48,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,7367,18501,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20755,0,0,0,0,0,1126,17188,0,0,'Ethereum Energy Cell',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,2,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),
|
|
(20756,0,0,0,0,0,11544,0,0,0,'Bladespire Chef','',NULL,0,67,67,1,1780,0,1.48,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,186,276,39,7,0,20756,20756,0,0,0,0,0,0,0,37597,37596,30798,0,0,0,0,0,0,0,1173,1537,'SmartAI',1,3,1,4,1,1,0,31755,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20757,0,0,0,0,0,18070,0,0,0,'Fingrom',NULL,NULL,0,67,67,1,1782,0,1.48,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,20757,20757,0,0,0,0,0,0,0,15242,33245,33061,0,0,0,0,0,0,0,1173,1537,'',1,3,1,5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20762,0,0,0,0,0,10726,0,0,0,'Gur\'zil','Wind Rider Master',NULL,6944,65,65,0,126,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20763,0,0,0,0,0,19653,0,0,0,'Captured Protectorate Vanguard',NULL,NULL,0,70,70,1,1795,2,1.125,1,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20764,0,0,0,0,0,10811,17188,0,0,'Ethereum Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20765,0,0,0,0,0,19762,0,0,0,'Bladespire Crusher',NULL,NULL,0,67,67,1,1780,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,20765,20765,0,0,0,0,0,0,0,15496,8599,0,0,0,0,0,0,0,0,190,253,'SmartAI',1,3,1,1,1,1,0,31651,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20766,0,0,0,0,0,19765,0,0,0,'Bladespire Mystic',NULL,NULL,0,67,67,1,1780,0,1.6,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,20766,20766,0,0,0,0,0,0,0,37599,11986,12550,0,0,0,0,0,0,0,162,217,'SmartAI',1,3,1,1,1,1,0,31651,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20767,0,0,0,0,0,17035,11686,0,0,'Mana Bomb Explosion Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20768,0,0,0,0,0,11544,0,0,0,'Gnosh Brognat','',NULL,0,67,67,1,1782,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,20768,20768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,339,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20769,0,0,0,0,0,14501,0,0,0,'Salaadin\'s Energy Ball',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),
|
|
(20770,0,0,0,0,0,19774,0,0,0,'Warden Icoshock',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,20770,20770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,273,'SmartAI',1,3,1,1,1,1,0,29482,29742,31956,0,0,0,0,1,0,0,'',12340),
|
|
(20771,0,0,0,0,0,1126,17200,0,0,'Razaani Light Orb - Mini',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(20772,0,0,0,0,0,18700,0,0,0,'Netherock',NULL,NULL,0,68,68,1,14,0,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,195,289,41,5,512,20772,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,1595,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1040,0,'',12340),
|
|
(20773,0,0,0,0,0,2850,0,0,0,'Barbscale Crocolisk',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,6,0,0,0,0,206,302,43,1,1,20773,0,70063,0,0,0,0,0,0,25640,3604,0,0,0,0,0,0,12914,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20774,0,0,0,0,0,19775,0,0,0,'Farahlon Lasher',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,3,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,256,20774,0,80001,0,0,0,0,0,0,36604,12747,3019,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29749,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20775,0,0,0,0,0,19776,0,0,0,'Markaru',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,750,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,20775,0,0,0,0,0,0,0,0,36627,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.7,1,1,0,29768,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20776,0,0,0,0,0,19777,0,0,0,'Rothma','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.75,1,1,0,0,0,0,0,0,0,232,1,0,0,'',12340),
|
|
(20777,0,0,0,0,0,19779,0,0,0,'Talbuk Sire',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,20777,0,70063,0,0,0,0,0,0,32023,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,29751,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20778,0,0,0,0,0,15380,0,0,0,'Void Waste',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,10,0,20778,20778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20779,0,0,0,0,0,15463,0,0,0,'Congealed Void Horror',NULL,NULL,0,70,70,1,1799,0,1.48,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,20779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20780,0,0,0,0,0,19782,0,0,0,'Kaylaan','',NULL,8214,69,69,1,1743,3,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,35746,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20781,0,0,0,0,0,17035,11686,0,0,'Seed of Revitalization Target Trigger',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20782,0,0,0,0,0,1126,11686,0,0,'Ethereum Archon Energy Cell',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,58,1,0,130,'',12340),
|
|
(20783,0,0,0,0,0,21171,0,0,0,'Porfus the Gem Gorger','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,20783,0,70164,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20784,0,0,0,0,0,19668,0,0,0,'Armbreaker Huffaz','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,20784,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20785,0,0,0,0,0,19189,0,0,0,'Fel Tinkerer Zortan','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,20785,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20786,0,0,0,0,0,21170,0,0,0,'Gul\'bor','The Den Mother',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20786,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,124,1,8389744,0,'',12340),
|
|
(20787,0,0,0,0,0,19745,0,0,0,'Captain Tyralius',NULL,NULL,0,69,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20788,0,0,0,0,0,19874,0,0,0,'Forgosh','The Duke of Fiends',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,20788,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20789,0,0,0,0,0,19722,0,0,0,'Wrathbringer Laz-tarash','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,20789,0,0,0,0,0,0,0,0,31553,36500,0,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20790,0,0,0,0,0,21167,0,0,0,'Malevus the Mad','',NULL,0,71,71,1,1800,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,20790,0,0,0,0,0,0,0,0,29651,36500,9080,0,0,0,0,0,0,0,1222,1425,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8389744,0,'',12340),
|
|
(20791,0,0,0,0,0,17082,0,0,0,'Iorioa','Portal Trainer',NULL,8268,63,63,0,1741,49,1,1.14286,1,0,138,199,0,119,1,2000,2000,8,33024,2048,0,0,0,0,8,0,125,185,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20792,0,0,0,0,0,4606,0,0,0,'Bloodscale Elemental',NULL,NULL,0,62,63,1,74,0,1.125,1.14286,1,0,181,253,0,268,1,2000,1900,1,32768,2048,0,0,0,0,0,0,147,219,32,4,0,20792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20793,0,0,0,0,0,18731,0,0,0,'Field Marshal Brock','',NULL,0,71,71,1,1667,2,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20794,0,0,0,0,0,20182,0,0,0,'Kaylaan the Lost',NULL,NULL,0,71,71,1,35,0,1.48,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,37552,37569,37553,35614,0,0,0,0,0,0,0,0,'',1,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20795,0,0,0,0,0,19366,0,0,0,'Keeper of the Cistern',NULL,NULL,0,68,69,1,1826,0,1.125,1.14286,1,0,224,316,0,282,1,1400,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20795,20795,0,0,0,0,0,0,0,32011,11831,0,0,0,0,0,0,0,0,300,600,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20796,0,0,0,0,0,3232,17200,0,0,'Netherstorm Target',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20797,0,0,0,0,0,19793,0,0,0,'Deviate Coiler Hatchling',NULL,NULL,0,11,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,2000,1,0,2048,0,27,0,0,0,0,9,14,100,1,1,20797,0,100009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10540,0,0,0,'',1,1,1,1,1,1,0,6443,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20798,0,0,0,0,0,18816,0,0,0,'Razorsaw',NULL,NULL,0,61,62,1,90,0,0.944444,0.952381,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,3,0,20798,20798,0,0,0,0,0,0,0,32735,36486,0,0,0,0,0,0,0,0,164,220,'SmartAI',0,3,1,1,1,1,0,29586,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20799,0,0,0,0,0,17372,0,0,0,'Battle Scryer Unther','',NULL,0,65,65,1,1671,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20800,0,0,0,0,0,19899,0,0,0,'Forgemaster Morug',NULL,NULL,0,68,69,1,90,0,1.48,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,20800,20800,0,0,0,0,0,0,0,34261,36228,0,0,0,0,0,0,0,0,1388,1817,'SmartAI',1,3,1,4.5,3,1,0,29624,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20801,0,0,0,0,0,20751,0,0,0,'Silroth',NULL,NULL,0,68,69,1,90,0,1.71,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,20801,20801,0,0,0,0,0,0,0,36252,36253,0,0,0,0,0,0,0,0,1388,1817,'SmartAI',1,3,1,4.5,3,1,0,29625,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20802,0,0,0,0,0,20161,0,0,0,'Protectorate Demolitionist',NULL,NULL,0,70,70,1,1795,0,1.5,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,16856,31553,30619,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(20803,0,0,0,0,0,19200,0,0,0,'Overmaster Grindgarr',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,20803,20803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,276,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20804,0,0,0,0,0,2581,11686,0,0,'Netherstorm Moarg Work Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20805,0,0,0,0,0,15436,0,0,0,'Void Waste Globule',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20806,0,0,0,0,0,19796,0,0,0,'Seeping Sludge Globule',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(20807,0,0,0,0,0,19794,0,0,0,'Scribe Saalyn','Aldor Inscriptions',NULL,0,70,70,2,1743,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20808,0,0,0,0,0,19795,0,0,0,'Scribe Veredis','Scryer Inscriptions',NULL,0,70,70,2,1744,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20809,0,0,0,0,0,17035,17200,0,0,'Mana Bomb Channel Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20810,0,0,0,0,0,17689,0,0,0,'Mehrdad',NULL,NULL,8231,68,68,1,1731,3,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20811,0,0,0,0,0,19655,0,0,0,'Ghabar','Head Eco-Dome Engineer',NULL,0,69,69,1,1731,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,256,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20812,0,0,0,0,0,17705,0,0,0,'Corki',NULL,NULL,7674,60,60,1,1722,1,1,1,1,0,104,138,0,252,1,2000,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_corki',12340),
|
|
(20813,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, Barracks',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20814,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, Stable',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20815,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, East Hovel',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20816,0,0,0,0,0,1061,16925,0,0,'Zeth\'Gor Quest Credit Marker, West Hovel',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20817,0,0,0,0,0,16631,0,0,0,'Outland Ravager Green','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20818,0,0,0,0,0,19838,0,0,0,'Outland Ravager GreenBlue','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20819,0,0,0,0,0,19839,0,0,0,'Outland Ravager GreenPurple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20820,0,0,0,0,0,16885,0,0,0,'Outland Ravager Orange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20821,0,0,0,0,0,19844,0,0,0,'Outland Ravager OrangeRed','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20822,0,0,0,0,0,19845,0,0,0,'Outland Ravager OrangeGreen','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20823,0,0,0,0,0,19847,0,0,0,'Outland Ravager Purple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20824,0,0,0,0,0,19848,0,0,0,'Outland Ravager PurpleBlue','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20825,0,0,0,0,0,19745,17612,0,0,'Ethereum Prisoner (Tyralius)',NULL,NULL,0,70,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20826,0,0,0,0,0,19849,0,0,0,'Outland Ravager PurpleWhite','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20827,0,0,0,0,0,18833,0,0,0,'Outland Rock Flayer YellowOrange','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20828,0,0,0,0,0,19850,0,0,0,'Outland Rock Flayer YellowWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20829,0,0,0,0,0,19850,0,0,0,'Outland Rock Flayer YellowBlack','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20830,0,0,0,0,0,19853,0,0,0,'Outland Rock Flayer BrownRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20831,0,0,0,0,0,19855,0,0,0,'Outland Rock Flayer BrownGrey','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20832,0,0,0,0,0,19856,0,0,0,'Outland Rock Flayer BrownPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20833,0,0,0,0,0,19857,0,0,0,'Outland Rock Flayer GreyBrown','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20834,0,0,0,0,0,19858,0,0,0,'Outland Rock Flayer GreyWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20835,0,0,0,0,0,19859,0,0,0,'Outland Rock Flayer GreyYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20836,0,0,0,0,0,19860,0,0,0,'Outland Rock Flayer GreenYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20837,0,0,0,0,0,19861,0,0,0,'Outland Rock Flayer GreenWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20838,0,0,0,0,0,19862,0,0,0,'Outland Rock Flayer GreenPink','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20839,0,0,0,0,0,19863,0,0,0,'Outland Rock Flayer PurpleRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20840,0,0,0,0,0,19864,0,0,0,'Outland Rock Flayer PurpleWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20841,0,0,0,0,0,19865,0,0,0,'Outland Rock Flayer PurplePink','',NULL,0,72,72,1,1873,0,1.2,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,35268,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20842,0,0,0,0,0,19866,0,0,0,'Outland Rock Flayer BlueGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20843,0,0,0,0,0,19867,0,0,0,'Outland Rock Flayer BluePurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20844,0,0,0,0,0,19868,0,0,0,'Outland Rock Flayer BlueYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20845,0,0,0,0,0,1126,19595,0,0,'Blade\'s Edge - Deadsoul Orb',NULL,NULL,0,1,1,1,35,0,1.125,0.3,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(20846,0,0,0,0,0,19869,0,0,0,'Gray Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20847,0,0,0,0,0,19870,0,0,0,'Purple Elekk',NULL,NULL,0,40,40,0,35,0,1,1.38571,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20848,0,0,0,0,0,19871,0,0,0,'Great Blue Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20849,0,0,0,0,0,19873,0,0,0,'Great Green Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20850,0,0,0,0,0,19872,0,0,0,'Great Purple Elekk',NULL,NULL,0,60,60,0,35,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(20851,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 01',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20852,0,0,0,0,0,14380,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 02',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20853,0,0,0,0,0,17035,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 03',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20854,0,0,0,0,0,19636,0,0,0,'Ethereum Gladiator',NULL,NULL,0,70,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,20854,20854,0,0,0,0,0,0,0,16856,9080,15284,0,0,0,0,0,0,0,354,467,'',0,3,1,2,1,1,0,29482,31956,0,0,0,0,0,1,0,0,'',12340),
|
|
(20855,0,0,0,0,0,19344,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 04',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20856,0,0,0,0,0,16480,11686,0,0,'Blade\'s Edge - Deadsoul Orb Flight 05',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20857,21585,0,0,0,0,19990,19992,0,0,'Arcatraz Defender',NULL,NULL,0,68,69,1,1692,0,1,0.857143,1,1,245,346,0,298,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,0,20857,20857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,1262,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(20858,0,0,0,0,0,19636,17612,0,0,'Arena Event Controller',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20859,21587,0,0,0,0,19993,19994,0,0,'Arcatraz Warder',NULL,NULL,0,68,69,1,1692,0,1,0.857143,1,1,224,316,0,282,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,0,20859,20859,0,0,0,0,0,0,0,15620,36609,0,0,0,0,0,0,0,0,835,1095,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(20860,0,0,0,0,0,19874,0,0,0,'Mutated Fleshfiend','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36500,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20861,0,0,0,0,0,19875,0,0,0,'Mutated Netherlisk','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20862,0,0,0,0,0,19876,0,0,0,'Mutated Flayer','',NULL,0,70,70,1,1799,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20863,0,0,0,0,0,1126,17188,0,0,'Pet Book DEM','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20864,21608,0,0,0,0,18887,0,0,0,'Protean Nightmare',NULL,NULL,0,71,71,1,1693,0,1.2,1.42857,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,20864,0,0,0,0,0,0,0,0,36617,36619,36622,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,147,1,617562111,0,'',12340),
|
|
(20865,21607,0,0,0,0,18082,0,0,0,'Protean Horror',NULL,NULL,0,68,69,1,1693,0,1.2,1.42857,1,0,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,10,0,20865,0,0,0,0,0,0,0,0,36612,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(20866,21614,0,0,0,0,19976,0,0,0,'Soul Devourer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20866,0,70162,0,0,0,0,0,0,0,33958,36654,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20867,21591,0,0,0,0,19878,0,0,0,'Death Watcher',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20867,0,0,0,0,0,0,0,0,36657,36655,36664,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(20868,21593,0,0,0,0,19877,0,0,0,'Entropic Eye',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20868,0,0,0,0,0,0,0,0,36712,36677,36711,36664,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(20869,21586,0,0,0,0,19971,0,0,0,'Arcatraz Sentinel',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,20869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4791,6261,'SmartAI',1,3,1,16.5,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),
|
|
(20870,21626,0,0,0,0,19882,0,0,0,'Zereketh the Unbound',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,5,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,20870,0,0,0,0,0,0,0,0,36119,32863,36127,0,0,0,0,0,0,0,5219,6821,'',1,3,1,20,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'boss_zereketh_the_unbound',12340),
|
|
(20871,0,0,0,0,0,19881,0,0,0,'Aurine Moonblaze','Cenarion Expedition',NULL,0,69,69,1,1660,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20872,0,0,0,0,0,20234,0,0,0,'Deathforge Summoner',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,20872,20872,0,0,0,0,0,0,0,37628,9613,0,0,0,0,0,0,0,0,159,212,'SmartAI',1,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20873,21605,0,0,0,0,19952,0,0,0,'Negaton Warp-Master',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2200,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20873,0,0,0,0,0,0,0,0,36813,0,0,0,0,0,0,0,0,0,1944,2543,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,144,1,71442407,0,'',12340),
|
|
(20874,0,0,0,0,0,18489,18518,18519,0,'Skettis Refugee',NULL,NULL,0,60,60,1,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20875,21604,0,0,0,0,19951,0,0,0,'Negaton Screamer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,20875,0,0,0,0,0,0,0,0,13704,38836,34333,34331,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,6,1,0,0,0,0,0,0,0,144,1,131072,0,'',12340),
|
|
(20876,0,0,0,0,0,18619,18618,18617,18616,'Human Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20877,0,0,0,0,0,16921,16924,16491,16492,'Shattrath Refugee',NULL,NULL,0,60,60,0,1818,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20878,0,0,0,0,0,20233,0,0,0,'Deathforge Guardian',NULL,NULL,0,68,69,1,90,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,20878,20878,0,0,0,0,0,0,0,37998,11972,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20879,21595,0,0,0,0,19950,0,0,0,'Eredar Soul-Eater',NULL,NULL,0,70,70,1,16,0,0.888888,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20879,20879,0,0,0,0,0,0,0,36778,36784,36786,0,0,0,0,0,0,0,1859,2432,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(20880,21594,0,0,0,0,19949,0,0,0,'Eredar Deathbringer',NULL,NULL,0,70,70,1,16,0,0.888888,1.42857,1,1,234,331,0,286,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20880,0,0,0,0,0,0,0,0,38844,38846,0,0,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(20881,21619,0,0,0,0,18345,0,0,0,'Unbound Devastator',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20881,20881,0,0,0,0,0,0,0,36887,36891,0,0,0,0,0,0,0,0,2241,2931,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),
|
|
(20882,21613,0,0,0,0,19947,0,0,0,'Skulking Witch',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,8,20882,20882,0,0,0,0,0,0,0,16380,36863,36864,36862,0,0,0,0,0,0,2071,2709,'SmartAI',1,3,1,6.5,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20883,21615,0,0,0,0,19948,0,0,0,'Spiteful Temptress',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,8,20883,20883,0,0,0,0,0,0,0,36868,36886,0,0,0,0,0,0,0,0,1774,2321,'SmartAI',1,3,1,7,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(20884,0,0,0,0,0,17957,0,0,0,'Deathforge Cultist','',NULL,0,68,69,1,90,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20885,21590,0,0,0,0,19888,0,0,0,'Dalliah the Doomsayer',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,8,20885,20885,0,0,0,0,0,0,0,36142,36173,36144,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,10,1,0,0,0,0,0,0,0,150,1,616972287,0,'boss_dalliah_the_doomsayer',12340),
|
|
(20886,21624,0,0,0,0,19977,0,0,0,'Wrath-Scryer Soccothrates',NULL,NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,0,20886,0,0,0,0,0,0,0,0,36512,36051,35759,0,0,0,0,0,0,0,5644,7376,'',1,3,1,18,10,1,0,0,0,0,0,0,0,150,1,616972287,0,'boss_wrath_scryer_soccothrates',12340),
|
|
(20887,0,0,0,0,0,16889,0,0,0,'Deathforge Imp',NULL,NULL,0,67,67,1,90,0,1.6,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,3,0,20887,20887,0,0,0,0,0,0,0,36227,0,0,0,0,0,0,0,0,0,88,120,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20888,0,0,0,0,0,19274,0,0,0,'Solus the Eternal','',NULL,0,72,72,1,14,0,1.2,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,20888,0,0,0,0,0,0,0,0,36778,17467,36786,9613,0,0,0,0,0,0,0,0,'',0,3,1,9,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20889,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Group Energy Ball)','',NULL,0,70,70,1,1797,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20890,0,0,0,0,0,1404,0,0,0,'Siflaed Coldhammer','Tinker',NULL,0,60,60,0,1818,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20891,0,0,0,0,0,18517,0,0,0,'Skraa','Trade Goods',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20892,0,0,0,0,0,17494,0,0,0,'Ruogo','General Goods',NULL,0,60,60,0,1818,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20893,0,0,0,0,0,17440,0,0,0,'Morula','Food & Drink',NULL,0,60,60,0,1818,128,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20894,0,0,0,0,0,19144,0,0,0,'Miihi',NULL,NULL,0,1,1,0,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20895,0,0,0,0,0,19335,0,0,0,'Miiji',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20896,21596,0,0,0,0,19889,0,0,0,'Ethereum Slayer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,20896,20896,0,0,0,0,0,0,0,36838,36839,15087,0,0,0,0,0,0,0,1009,1322,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,617562110,0,'',12340),
|
|
(20897,21597,0,0,0,0,21021,0,0,0,'Ethereum Wave-Caster',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,20897,20897,0,0,0,0,0,0,0,36480,38897,32693,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,256,0,'',12340),
|
|
(20898,21598,0,0,0,0,20282,0,0,0,'Gargantuan Abyssal',NULL,NULL,0,71,71,1,16,0,1.6,1.71429,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,167,1,131073,0,'',12340),
|
|
(20899,0,0,0,0,0,9832,0,0,0,'Void Conduit',NULL,NULL,0,70,70,0,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,70,1,1,0,0,0,0,0,0,0,0,0,0,2,'',12340),
|
|
(20900,21621,0,0,0,0,19945,0,0,0,'Unchained Doombringer',NULL,NULL,0,71,71,1,16,0,1,1.42857,1,1,299,426,0,308,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20900,20900,0,0,0,0,0,0,0,36833,36835,36836,0,0,0,0,0,0,0,2880,3766,'SmartAI',1,3,1,9,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),
|
|
(20901,21610,0,0,0,0,12334,0,0,0,'Sargeron Archer',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20901,20901,0,0,0,0,0,0,0,38940,36827,36732,36828,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),
|
|
(20902,21611,0,0,0,0,11343,0,0,0,'Sargeron Hellcaller',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20902,20902,0,0,0,0,0,0,0,36829,36831,36832,0,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,4,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),
|
|
(20903,0,0,0,0,0,19891,0,0,0,'Protectorate Nether Drake','',NULL,8229,70,70,1,1795,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(20904,21622,0,0,0,0,19965,0,0,0,'Warden Mellichar',NULL,NULL,0,72,72,1,16,0,1,0.857143,1,1,307,438,0,314,4.6,2000,2000,1,33344,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_warden_mellichar',12340),
|
|
(20905,21589,0,0,0,0,19944,0,0,0,'Blazing Trickster',NULL,NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20905,0,0,0,0,0,0,0,0,36907,36906,39023,0,0,0,0,0,0,0,3006,3930,'SmartAI',1,3,1,12,10,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(20906,21606,0,0,0,0,19893,0,0,0,'Phase-Hunter',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,1,0,20906,0,70162,0,0,0,0,0,0,36908,36909,36910,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,11,4,1,0,0,0,0,0,0,0,144,1,617299967,0,'',12340),
|
|
(20907,0,0,0,0,0,19896,0,0,0,'Professor Dabiri',NULL,NULL,8207,69,69,1,1795,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_professor_dabiri',12340),
|
|
(20908,21617,0,0,0,0,14515,0,0,0,'Akkiris Lightning-Waker','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,4,0,20908,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),
|
|
(20909,21616,0,0,0,0,13030,0,0,0,'Sulfuron Magma-Thrower',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20909,0,0,0,0,0,0,0,0,36917,19717,36987,0,0,0,0,0,0,0,3179,4157,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),
|
|
(20910,21618,0,0,0,0,14352,0,0,0,'Twilight Drakonaar',NULL,NULL,0,72,72,1,16,0,1,1.42857,1,1,307,438,0,314,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,20910,0,0,0,140,140,140,140,140,0,0,0,0,0,0,0,0,0,0,3944,5156,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(20911,21588,0,0,0,0,19895,0,0,0,'Blackwing Drakonaar',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,0,20911,0,0,0,1000,0,0,0,0,39038,39033,13737,0,0,0,0,0,0,0,3859,5045,'SmartAI',1,3,1,12,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(20912,21601,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.6,1.71429,1,1,304,436,0,296,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,268,399,40,10,72,20912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,6266,'',1,3,1,25,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'boss_harbinger_skyriss',12340),
|
|
(20913,0,0,0,0,0,19626,0,0,0,'Tashar',NULL,NULL,0,69,69,1,1731,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20914,0,0,0,0,0,16726,0,0,0,'Aalun','Riding Trainer',NULL,8553,14,14,0,1638,83,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,32768,2048,0,0,1,0,0,11,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20915,0,0,0,0,0,2232,0,0,0,'Noko Moonwhisper','Reagents',NULL,0,70,70,1,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20916,0,0,0,0,0,2220,0,0,0,'Xerintha Ravenoak','Food & Drink',NULL,0,70,70,0,1660,128,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20917,0,0,0,0,0,8666,0,0,0,'Zinyen Swiftstrider','Weapon Vendor',NULL,0,70,70,0,1660,4224,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20918,0,0,0,0,0,6173,0,0,0,'Deathforge Felstalker','Spirit Walker\'s Minion',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,3,0,20918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,181,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20919,0,0,0,0,0,17098,0,0,0,'Deathforge Doomguard','',NULL,0,65,65,1,90,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(20920,0,0,0,0,0,19903,0,0,0,'Magister Theledorn',NULL,NULL,8216,68,68,1,35,3,1.48,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20921,0,0,0,0,0,19904,0,0,0,'Shauly Pore',NULL,NULL,0,69,69,1,35,2,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20922,0,0,0,0,0,17903,17904,17907,17905,'Fallen Vindicator',NULL,NULL,0,70,70,1,1743,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20923,20993,0,0,0,0,17725,0,0,0,'Blood Guard Porung','',NULL,0,72,72,1,16,0,1.6,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,1000,4658,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,1,1,'',12340),
|
|
(20924,0,0,0,0,0,16879,0,0,0,'Grishnath Basilisk','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,1,0,20924,0,70164,0,0,0,0,0,0,37590,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20925,0,0,0,0,0,16877,0,0,0,'Scalded Basilisk',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,20925,0,70164,0,0,0,0,0,0,35236,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20926,0,0,0,0,0,1126,11686,0,0,'Coilfang Door Controller',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20927,0,0,0,0,0,19961,0,0,0,'Gan\'arg Technomancer',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1419,1666,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20928,0,0,0,0,0,19486,0,0,0,'Ironspine Forgelord',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,20928,20928,0,0,0,0,0,0,0,33963,36251,38920,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20929,0,0,0,0,0,18525,0,0,0,'Wrath Lord',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20929,20929,0,0,0,0,0,0,0,15496,30798,0,0,0,0,0,0,0,0,188,251,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20930,0,0,0,0,0,19912,0,0,0,'Hatecryer',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,20930,20930,0,0,0,0,0,0,0,34017,36541,0,0,0,0,0,0,0,0,203,270,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20931,0,0,0,0,0,5238,0,0,0,'Tyrantus',NULL,NULL,0,71,71,1,14,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,39,0,0,0,0,262,389,48,1,65537,20931,0,70064,0,0,0,0,0,0,36629,35321,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,32666,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20932,0,0,0,0,0,19913,0,0,0,'Nuramoc',NULL,NULL,0,70,70,1,14,0,1.78,1.14286,1,2,252,357,0,304,4.6,1400,2000,1,0,2048,0,38,0,0,0,0,215,320,44,1,65537,20932,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20933,0,0,0,0,0,16480,16946,0,0,'Camera Shakers Manaforge Ultris',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20934,0,0,0,19881,0,19918,19919,20050,0,'Severed Defender','Kirin Tor',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,20934,20934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(20935,0,0,0,0,0,1122,0,0,0,'TestOgreBeige01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20936,0,0,0,0,0,19746,0,0,0,'TestOgreBeige02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20937,0,0,0,0,0,19921,0,0,0,'TestOgreBeige03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20938,0,0,0,0,0,19922,0,0,0,'TestOgreBeige04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20939,0,0,0,0,0,19748,0,0,0,'TestOgreBeige05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20940,0,0,0,0,0,19923,0,0,0,'TestOgreBeige06','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20941,0,0,0,0,0,19924,0,0,0,'TestOgreBlack01','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20942,0,0,0,0,0,19925,0,0,0,'TestOgreBlack02','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20943,0,0,0,0,0,19926,0,0,0,'TestOgreBlack03','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20944,0,0,0,0,0,19927,0,0,0,'TestOgreBlack04','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20945,0,0,0,0,0,19749,0,0,0,'TestOgreBlack05','',NULL,0,65,66,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(20946,0,0,0,0,0,19928,0,0,0,'TestOgreBlack06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20947,0,0,0,0,0,10706,0,0,0,'TestOgreBlue01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20948,0,0,0,0,0,19929,0,0,0,'TestOgreBlue02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20949,0,0,0,0,0,11549,0,0,0,'TestOgreBlue03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20950,0,0,0,0,0,19930,0,0,0,'TestOgreBlue04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20951,0,0,0,0,0,19750,0,0,0,'TestOgreBlue05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20952,0,0,0,0,0,19931,0,0,0,'TestOgreBlue06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20953,0,0,0,0,0,1045,0,0,0,'TestOgreGray01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20954,0,0,0,0,0,19932,0,0,0,'TestOgreGray02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20955,0,0,0,0,0,19933,0,0,0,'TestOgreGray03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20956,0,0,0,0,0,19934,0,0,0,'TestOgreGray04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20957,0,0,0,0,0,19751,0,0,0,'TestOgreGray05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20958,0,0,0,0,0,19935,0,0,0,'TestOgreGray06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20959,0,0,0,0,0,19936,0,0,0,'TestOgreRed01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20960,0,0,0,0,0,19937,0,0,0,'TestOgreRed02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20961,0,0,0,0,0,19938,0,0,0,'TestOgreRed03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20962,0,0,0,0,0,19939,0,0,0,'TestOgreRed04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20963,0,0,0,0,0,19752,0,0,0,'TestOgreRed05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20964,0,0,0,0,0,19931,0,0,0,'TestOgreRed06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20965,0,0,0,0,0,415,0,0,0,'TestOgreYellow01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20966,0,0,0,0,0,19747,0,0,0,'TestOgreYellow02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20967,0,0,0,0,0,11549,0,0,0,'TestOgreYellow03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20968,0,0,0,0,0,19953,0,0,0,'TestOgreYellow04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20969,0,0,0,0,0,19753,0,0,0,'TestOgreYellow05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20970,0,0,0,0,0,19941,0,0,0,'TestOgreYellow06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20971,0,0,0,0,0,17273,0,0,0,'TestOgrePurple01','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20972,0,0,0,0,0,17750,0,0,0,'TestOgrePurple02','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20973,0,0,0,0,0,18607,0,0,0,'TestOgrePurple03','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20974,0,0,0,0,0,19939,0,0,0,'TestOgrePurple04','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20975,0,0,0,0,0,11549,0,0,0,'TestOgrePurple05','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20976,0,0,0,0,0,19941,0,0,0,'TestOgrePurple06','',NULL,0,62,63,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20977,21602,0,0,0,0,19942,0,0,0,'Millhouse Manastorm',NULL,NULL,8310,70,70,1,495,0,1,0.857143,1,1,248,363,0,135,7.5,2000,2000,8,4160,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,10,1,0,0,0,0,0,0,0,121,1,0,0,'npc_millhouse_manastorm',12340),
|
|
(20978,21625,0,0,0,0,11686,1126,0,0,'Wrath-Scryer\'s Felfire',NULL,NULL,0,69,69,1,14,0,8,2.85714,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.01,1,1,0,0,0,0,0,0,0,231,1,0,130,'',12340),
|
|
(20979,0,0,0,0,0,5561,16946,0,0,'Stormwind Flavor - Alliance Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(20980,0,0,0,0,0,20988,0,0,0,'Dealer Rashaad','Exotic Creatures',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20981,0,0,0,0,0,20988,0,0,0,'Dealer Najeeb','Spare Parts',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20982,0,0,0,0,0,4449,19595,0,0,'Invis Talbuk Credit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(20983,0,0,0,0,0,19962,0,0,0,'Mutated Farahlon Lasher',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,20983,0,0,0,0,0,0,0,0,36604,3019,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20984,0,0,0,0,0,19653,0,0,0,'Protectorate Defender',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,36500,31553,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20985,0,0,0,0,0,19964,0,0,0,'Captain Saeed',NULL,NULL,8228,71,71,1,1795,1,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_saeed',12340),
|
|
(20986,0,0,0,0,0,19957,0,0,0,'Dealer Tariq','Shady Dealer',NULL,0,60,60,0,1731,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20987,0,0,0,0,0,16876,0,0,0,'Ruuan Weald Basilisk','',NULL,0,66,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,1,0,20987,0,70164,0,0,0,0,0,0,35385,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20988,21540,0,0,0,0,19966,19967,0,0,'Sunseeker Engineer',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20988,20988,0,0,0,0,0,0,0,36341,36345,36346,0,0,0,0,0,0,0,1049,1375,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20989,0,0,0,0,0,19955,0,0,0,'Dealer Sadaqat','Potent Potables',NULL,0,60,60,0,1731,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20990,21523,0,0,0,0,19970,19968,0,0,'Bloodwarder Physician',NULL,NULL,0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,20990,20990,0,0,0,0,0,0,0,36333,36348,36340,0,0,0,0,0,0,0,922,1209,'SmartAI',1,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20991,0,0,0,0,0,17188,0,0,0,'Invis Dome Caster','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20992,0,0,0,0,0,17725,0,0,0,'Blood Guard Porung (1)','',NULL,0,72,72,1,168,0,1.2,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,9316,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,501202943,1,'',1),
|
|
(20993,0,0,0,0,0,17725,0,0,0,'Blood Guard Porung (1)','',NULL,0,72,72,1,16,0,1.6,1.14286,1,1,307,438,0,314,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,20923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,9316,'',0,3,1,18.9,1,1,0,0,0,0,0,0,0,0,1,1,1,'',12340),
|
|
(20994,0,0,0,0,0,19448,19449,19450,19451,'Sunfury Elite','',NULL,0,67,68,1,1701,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(20995,0,0,0,0,0,18500,17623,17621,17624,'Shadowmoon Villager',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(20998,0,0,0,0,0,19730,0,0,0,'Ridgespine Horror',NULL,NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,2000,1900,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,20998,0,0,0,0,0,0,0,0,7951,745,0,0,0,0,0,0,13117,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(20999,0,0,0,0,0,19974,0,0,0,'Scalewing Soarer','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,27,0,0,0,0,195,289,41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11583,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(21001,0,0,0,0,0,19978,0,0,0,'Kaylaan the Fallen','',NULL,0,71,71,1,35,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,37572,37569,37554,37553,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21002,0,0,0,0,0,19988,19988,0,0,'Nether Vapor','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(21003,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 73 Raid Debuff (High Armor)','',NULL,0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,1,'',12340),
|
|
(21004,0,0,0,0,0,19980,0,0,0,'Lesser Nether Drake',NULL,NULL,0,66,67,1,1824,0,0.666668,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21004,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,31656,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21005,0,0,0,0,0,18696,0,0,0,'Azurebeak','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.4,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(21006,0,0,0,0,0,19983,0,0,0,'Lieutenant Meridian','',NULL,8232,65,65,1,534,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21007,0,0,0,0,0,19984,0,0,0,'Sergeant Chawni','',NULL,8233,65,65,1,714,3,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21008,0,0,0,0,0,19985,0,0,0,'Yellow Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21009,0,0,0,0,0,19986,0,0,0,'Red Moth','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21010,0,0,0,0,0,19987,0,0,0,'Blue Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21011,0,0,0,0,0,7804,0,0,0,'Voodoo Chest','',NULL,0,1,1,0,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21012,0,0,0,0,0,19369,0,0,0,'Outland Warp Stalker Green','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21013,0,0,0,0,0,19979,0,0,0,'Outland Warp Stalker Turquoise','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21014,0,0,0,0,0,19995,0,0,0,'Outland Warp Stalker Blue','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21015,0,0,0,0,0,19996,0,0,0,'Outland Warp Stalker Black','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21016,0,0,0,0,0,19997,0,0,0,'Outland Warp Stalker Red','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21017,0,0,0,0,0,19998,0,0,0,'Outland Warp Stalker White','',NULL,0,67,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21018,0,0,0,0,0,19999,0,0,0,'White Moth',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21019,0,0,0,0,0,21050,0,0,0,'Sixx','Moth Keeper',NULL,0,30,30,0,1638,128,1,1.14286,1,0,30,42,0,44,1,1500,2000,8,512,2048,0,0,0,0,0,0,26,38,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21020,0,0,0,0,0,20003,0,0,0,'Fel Dredger (Goblin)','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21021,0,0,0,0,0,16890,0,0,0,'Scorch Imp',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,21021,21021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21022,0,0,0,0,0,19705,0,0,0,'Grovestalker Lynx',NULL,NULL,0,65,66,1,16,0,1,0.99206,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,2,0,0,0,0,175,260,37,1,1,21022,0,70063,0,0,0,0,0,0,36589,0,0,0,0,0,0,0,11571,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21023,0,0,0,0,0,16975,0,0,0,'Stronglimb Deeproot',NULL,NULL,0,66,66,1,1315,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,4,256,21023,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.4,1,1,0,30177,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21024,0,0,0,0,0,20004,0,0,0,'Earthmender Torlok','The Earthen Ring',NULL,8238,69,69,1,35,3,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21025,0,0,0,0,0,1126,17188,0,0,'Blade\'s Edge - Nexus Prince Event - Orb01',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(21026,0,0,0,0,0,20005,0,0,0,'Earthmender Gorboto','The Earthen Ring',NULL,0,68,68,1,35,2,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21027,0,0,0,0,0,20006,0,0,0,'Earthmender Wilda','The Earthen Ring',NULL,0,70,70,1,35,2,1.125,1.14286,1,0,234,331,0,286,1,1420,1667,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_earthmender_wilda',12340),
|
|
(21029,0,0,0,0,0,4606,0,0,0,'Captured Water Spirit',NULL,NULL,0,60,63,1,7,0,1.125,1.14286,1,0,164,228,0,249,1,1400,1900,2,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,73,1,0,2,'',12340),
|
|
(21030,0,0,0,0,0,11686,19963,0,0,'Wrath-Scryer\'s Charge Target',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.01,1,1,0,0,0,0,0,0,0,156,1,0,130,'',12340),
|
|
(21031,0,0,0,0,0,19201,0,0,0,'[PH] Arcane Guardian','',NULL,0,68,68,1,1798,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21032,0,0,0,0,0,20158,0,0,0,'Dreadwing','',NULL,0,68,68,1,14,0,1,1.71429,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,2,8,21032,0,70171,0,0,0,0,0,0,36513,36631,0,0,0,0,0,0,0,0,231,307,'SmartAI',1,3,1,1.25,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(21033,0,0,0,0,0,17091,0,0,0,'Bladewing Bloodletter',NULL,NULL,0,65,66,1,14,0,1.6,1.42857,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,38,0,0,0,0,175,260,37,1,65537,21033,0,70063,0,0,0,0,0,0,37838,37839,0,0,0,0,0,0,9071,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(21034,0,0,0,0,0,20008,0,0,0,'Boar Piglet','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21035,0,0,0,0,0,20011,0,0,0,'Dimensius the All-Devouring 000','',NULL,0,70,70,1,1715,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,37412,37422,37500,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21036,0,0,0,0,0,20009,0,0,0,'Red Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21037,0,0,0,0,0,20010,0,0,0,'Black Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21038,0,0,0,0,0,20014,0,0,0,'Golden Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21039,0,0,0,0,0,17035,11686,0,0,'Mana Bomb Kill Credit Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21040,0,0,0,0,0,20604,0,0,0,'Outraged Raven\'s Wood Sapling',NULL,NULL,0,66,67,1,1828,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,256,21040,0,80001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21041,0,0,0,0,0,17610,13069,0,0,'Earthmender Wilda Trigger',NULL,NULL,0,68,69,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21042,0,0,0,0,0,20013,0,0,0,'Dire Raven','',NULL,0,67,68,1,1683,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,7,0,0,0,0,195,289,41,1,1,21042,0,0,0,0,0,0,0,0,31273,0,0,0,0,0,0,0,12668,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(21043,0,0,0,0,0,20015,0,0,0,'Blue Scorpid','',NULL,0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21044,0,0,0,0,0,19364,0,0,0,'Coilskar Assassin',NULL,NULL,0,68,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,21044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21045,0,0,0,0,0,20016,0,0,0,'Hired Bodyguard','The Black Flame',NULL,0,57,57,0,35,0,1,1.42857,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21046,0,0,0,0,0,20017,0,0,0,'Boulder\'mok Brute','',NULL,0,67,68,1,1780,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21046,21046,0,0,0,0,0,0,0,37577,8599,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21047,0,0,0,0,0,20019,0,0,0,'Boulder\'mok Shaman','',NULL,0,67,68,1,1780,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21047,21047,0,0,0,0,0,0,0,28902,11986,12550,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21048,0,0,0,0,0,20018,0,0,0,'Boulder\'mok Chieftain','',NULL,0,68,68,1,1780,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21048,21048,0,0,0,0,0,0,0,35491,8078,30798,0,0,0,0,0,0,0,208,276,'',1,3,1,1.1,1,1,0,31754,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21049,0,0,0,0,0,20020,20022,0,0,'Spirit of the Past',NULL,NULL,0,60,65,1,7,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21050,0,0,0,0,0,20039,0,0,0,'Enraged Earth Spirit',NULL,NULL,0,68,69,1,16,2,1.55556,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,512,21050,0,80100,0,0,0,0,0,0,38498,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,29961,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),
|
|
(21051,0,0,0,0,0,16480,17612,0,0,'Blade\'s Edge - Orb Trigger 02','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21052,0,0,0,0,0,18657,0,0,0,'Camera Shaker - Altar of Damnation',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),
|
|
(21053,0,0,0,0,0,16480,20024,0,0,'Blade\'s Edge - Orb Trigger 03',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,0.3,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21054,0,0,0,0,0,16480,17188,0,0,'Blade\'s Edge - Orb Trigger 04','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21055,0,0,0,0,0,20026,0,0,0,'Golden Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21056,0,0,0,0,0,20029,0,0,0,'Blue Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21057,0,0,0,0,0,20028,0,0,0,'Nexus-Prince Razaan',NULL,NULL,0,68,68,1,1678,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,21057,21057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,262,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21058,0,0,0,0,0,20031,20034,20032,20035,'Disembodied Exarch',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,21058,21058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,222,'SmartAI',1,3,1,1,1,1,0,29216,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21059,0,0,0,0,0,20076,0,0,0,'Enraged Water Spirit',NULL,NULL,0,68,69,1,16,2,1,1.28968,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,4,0,21059,0,0,0,0,0,0,0,0,38032,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),
|
|
(21060,0,0,0,0,0,14515,0,0,0,'Enraged Air Spirit',NULL,NULL,0,69,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),
|
|
(21061,0,0,0,0,0,14518,0,0,0,'Enraged Fire Spirit',NULL,NULL,0,68,69,1,16,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,21061,0,0,0,0,0,0,0,0,36247,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,29963,0,0,0,0,0,0,1,0,0,'npc_enraged_spirit',12340),
|
|
(21062,21535,0,0,0,0,15438,0,0,0,'Nether Wraith',NULL,NULL,0,72,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,1,2000,1900,2,0,2048,0,0,0,0,0,0,268,399,40,4,8,0,0,0,0,0,0,0,0,0,35058,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21063,0,0,0,0,0,20037,0,0,0,'Silver Dragonhawk Hatchling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21064,0,0,0,0,0,20027,0,0,0,'Red Dragonhawk Hatchling',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21065,0,0,0,0,0,19239,0,0,0,'Tormented Citizen','Kirin Tor',NULL,0,68,68,1,14,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,21065,21065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,285,'',1,3,1,1.2,1,1,0,29338,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21066,0,0,0,0,0,20038,0,0,0,'Rina Moonspring',NULL,NULL,8235,66,66,1,1733,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,32768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21067,0,0,0,0,0,19597,0,0,0,'Outland Wrathguard Black','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21068,0,0,0,0,0,20040,0,0,0,'Outland Wrathguard Green','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21069,0,0,0,0,0,20041,0,0,0,'Outland Wrathguard Red','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21070,0,0,0,0,0,17542,0,0,0,'Outland Wrathguard Pink','',NULL,0,1,1,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21071,0,0,0,0,0,15231,0,0,0,'Totem of Spirits',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21072,0,0,0,0,0,864,0,0,0,'Living Grove Defender',NULL,NULL,0,65,66,1,1803,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,4,0,0,0,0,0,0,0,0,0,0,12747,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21073,0,0,0,0,0,4449,16946,0,0,'Enraged Earthen Soul',NULL,NULL,0,68,68,1,16,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),
|
|
(21074,0,0,0,0,0,17035,11686,0,0,'Living Grove Defender Trigger',NULL,NULL,0,65,66,1,35,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21075,0,0,0,0,0,1126,15880,0,0,'Infernal Target (Hyjal)',NULL,NULL,0,83,83,0,1720,0,6.4,2.85714,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,230,1,0,130,'',12340),
|
|
(21076,0,0,0,0,0,20042,0,0,0,'Firefly','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21077,0,0,0,0,0,18837,0,0,0,'Farahlon Crumbler','',NULL,0,67,67,1,778,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21078,0,0,0,0,0,20048,0,0,0,'Farahlon Shardling',NULL,NULL,0,69,70,1,778,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21079,0,0,0,0,0,20049,0,0,0,'Cragskaar Shardling',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21080,0,0,0,0,0,10811,19595,0,0,'Dormant Infernal',NULL,NULL,0,69,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21081,0,0,0,0,0,20051,20052,20053,0,'Mok\'Nathal Hunter','',NULL,0,65,65,1,83,0,1.48,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21082,0,0,0,0,0,20054,0,0,0,'Krugash','General Goods',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21083,0,0,0,0,0,20055,0,0,0,'Erool','Trade Goods',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21084,0,0,0,0,0,20056,0,0,0,'Braagor','Butcher',NULL,0,60,60,1,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21085,0,0,0,0,0,20057,0,0,0,'Ragar','Leatherworking Supplies',NULL,0,60,60,0,1735,128,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21086,0,0,0,0,0,20058,0,0,0,'Ruka','Smashing Weapons',NULL,0,60,60,1,1735,4224,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21087,0,0,0,0,0,20059,0,0,0,'Grikka','Master Leatherworking Trainer',NULL,0,60,60,0,1735,80,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,4608,2048,0,0,2,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21088,0,0,0,0,0,20058,0,0,0,'Matron Varah','Innkeeper',NULL,9114,60,60,0,1735,65539,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(21089,0,0,0,0,0,20060,20061,0,0,'Sunfury Blood Knight',NULL,NULL,0,70,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21089,21089,0,0,0,0,0,0,0,35871,36476,8599,0,0,0,0,0,0,0,190,254,'',1,3,1,1.1,1,1,0,35231,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21090,0,0,0,0,0,16480,11686,0,0,'Professor Dabiri','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21091,0,0,0,0,0,20064,0,0,0,'Void Conduit Measuring Stick','',NULL,0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21092,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Earth',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21093,0,0,0,0,0,11686,0,0,0,'Dancing Sword',NULL,NULL,0,68,68,1,16,0,1.48,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(21094,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Fire',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21095,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Water',NULL,NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21096,0,0,0,0,0,10811,17188,0,0,'Credit Marker: Air',NULL,NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21097,0,0,0,0,0,4449,16946,0,0,'Enraged Fiery Soul',NULL,NULL,0,68,69,1,14,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),
|
|
(21098,0,0,0,0,0,20066,0,0,0,'Outland Ravager GreenOrange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21099,0,0,0,0,0,20067,0,0,0,'Outland Ravager OrangeWhite','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21100,0,0,0,0,0,20068,0,0,0,'Outland Ravager PurpleOrange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21101,21620,0,0,0,0,15882,0,0,0,'Unbound Void Zone',NULL,NULL,0,72,72,1,16,0,0.0001,1.14286,1,0,307,438,5,314,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),
|
|
(21102,0,0,0,0,0,20522,0,0,0,'Uvuros',NULL,NULL,0,70,70,1,16,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,45,0,0,0,0,215,320,44,1,67585,21102,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,7926,'SmartAI',1,3,1,10,1,1,0,30807,0,0,0,0,0,164,1,0,2097152,'',12340),
|
|
(21103,0,0,0,0,0,20072,0,0,0,'Spiritcaller Grakosh','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21104,22170,0,0,0,0,20102,0,0,0,'Rift Keeper',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,296,424,0,290,7.5,1449,1701,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,21104,0,70065,0,0,0,0,0,0,36275,36276,12542,36277,0,0,0,0,0,0,2285,2989,'SmartAI',1,3,1,9,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(21105,0,0,0,0,0,20073,0,0,0,'Spiritcaller Roxnak','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21106,0,0,0,0,0,20074,0,0,0,'Spiritcaller Skrash','',NULL,0,65,65,1,1735,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21107,0,0,0,0,0,20075,0,0,0,'Rip Pedalslam','Gryphon Master',NULL,6944,68,68,1,1732,8195,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21108,0,0,0,0,0,20521,0,0,0,'Spawn of Uvuros',NULL,NULL,0,69,69,1,16,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,45,0,0,0,0,206,302,43,1,65537,21108,0,70161,0,0,0,0,0,0,36405,36406,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21109,0,0,0,0,0,4449,16946,0,0,'Enraged Watery Soul',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,130,'',12340),
|
|
(21110,0,0,0,0,0,20077,0,0,0,'Fizit \"Doc\" Clocktock','Innkeeper',NULL,8375,68,68,1,1733,65667,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(21111,0,0,0,0,0,20078,0,0,0,'Bembil Knockhammer','General Goods',NULL,0,67,68,1,1733,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21112,0,0,0,0,0,20079,0,0,0,'Bossi Pentapiston','Engineering Supplies',NULL,8661,67,68,1,1733,4226,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21113,0,0,0,0,0,20080,0,0,0,'Sassa Weldwell','Trade Goods',NULL,0,67,68,1,1733,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21114,0,0,0,0,0,20081,20082,20083,20084,'Station Technician',NULL,NULL,0,67,68,1,1733,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21115,0,0,0,0,0,20331,20086,20332,20088,'Station Guard',NULL,NULL,0,70,70,1,1802,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21116,0,0,0,0,0,4449,16946,0,0,'Enraged Airy Soul',NULL,NULL,0,68,69,1,14,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,0.01,1,0,0,0,0,0,0,0,247,1,0,2,'',12340),
|
|
(21117,0,0,0,0,0,20091,0,0,0,'Gor\'drek',NULL,NULL,8239,66,66,1,1734,3,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,36864,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21118,0,0,0,0,0,20092,0,0,0,'Razak Ironsides','',NULL,8388,70,70,1,1802,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21119,0,0,0,0,0,1126,11686,0,0,'Doomsaw',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,154,1,0,128,'',12340),
|
|
(21120,0,0,0,0,0,1126,11686,0,0,'Doomsaw Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21121,0,0,0,0,0,1855,16925,0,0,'Bonechewer Quest credit marker','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21122,0,0,0,0,0,18783,11686,0,0,'OLDWorld Trigger (Large AOI) (DO NOT DELETE)','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21123,0,0,0,0,0,20094,0,0,0,'Felsworn Scalewing',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1667,2000,1,0,2048,0,27,0,0,0,0,186,276,39,1,1,21123,0,70169,0,0,0,0,0,0,32093,0,0,0,0,0,0,0,11585,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(21124,0,0,0,0,0,19742,0,0,0,'Felsworn Daggermaw',NULL,NULL,0,67,68,1,48,0,1.125,1.14286,1,0,231,325,0,292,1,1481,2000,1,0,2048,0,11,0,0,0,0,195,289,41,1,1,21124,0,70063,0,0,0,0,0,0,35570,7367,0,0,0,0,0,0,13232,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21126,21842,0,0,0,0,20099,0,0,0,'Coilfang Scale-Healer',NULL,NULL,0,62,62,1,74,0,1,1,1,1,160,223,0,246,4.6,2000,1567,2,32832,2048,0,0,0,0,0,0,129,191,26,7,8,21126,21126,0,0,0,0,0,0,0,34945,34944,36052,0,0,0,0,0,0,0,1037,1360,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21127,21843,0,0,0,0,20100,0,0,0,'Coilfang Tempest',NULL,NULL,0,63,63,1,74,0,1,1.14286,1,1,181,253,0,268,4.6,2000,1568,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,21127,21127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1294,1695,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,67243976,0,'',12340),
|
|
(21128,21841,0,0,0,0,20098,0,0,0,'Coilfang Ray','Observer\'s Pet',NULL,0,64,64,1,1711,0,1,1.14286,1,1,194,274,0,272,4.6,2000,1584,1,64,2048,0,34,0,0,0,0,154,226,33,1,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12890,0,0,0,'SmartAI',1,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21129,0,0,0,0,0,20039,0,0,0,'Scorned Spirit of Earth',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21130,0,0,0,0,0,14518,0,0,0,'Scorned Spirit of Fire',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21131,0,0,0,0,0,5564,0,0,0,'Scorned Spirit of Water',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,36206,35923,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21132,0,0,0,0,0,14515,0,0,0,'Scorned Spirit of Air',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21133,0,0,0,0,0,16387,0,0,0,'Corporal Ironridge','',NULL,8241,65,65,1,1666,3,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21134,0,0,0,0,0,20103,0,0,0,'Eye of the Citadel',NULL,NULL,0,60,60,1,1662,0,1,0.992063,1,0,104,138,0,252,1,1400,1900,1,256,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21135,0,0,0,0,0,16890,0,0,0,'Fel Imp',NULL,NULL,0,68,69,0,90,0,1.125,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(21136,22165,0,0,0,0,19061,0,0,0,'Infinite Chronomancer',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21137,0,0,0,0,0,19058,0,0,0,'Infinite Assassin',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,7159,14873,14874,30832,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21138,0,0,0,0,0,19062,0,0,0,'Infinite Executioner',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21139,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher',NULL,NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21140,22172,0,0,17839,0,19326,0,0,0,'Rift Lord','',NULL,0,70,70,1,1720,0,1,1.42857,1,1,299,426,0,308,7.5,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'SmartAI',0,3,1,9,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(21142,0,0,0,0,0,17035,11686,0,0,'Dire Timber Wolf Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21143,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 1','',NULL,0,70,71,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21144,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 2','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21145,0,0,0,0,0,20109,0,0,0,'Little Azimi','Food Vendor',NULL,8243,20,20,0,1638,641,1.125,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21146,0,0,0,0,0,20045,5049,0,0,'Legion Prototype Cannon 2 & 3 Felguard','',NULL,0,68,69,1,1752,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21147,0,0,0,0,0,20110,0,0,0,'Tor\'chunk Twoclaws',NULL,NULL,8244,68,68,1,1734,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21148,22171,0,0,21104,0,20102,0,0,0,'Rift Keeper',NULL,NULL,0,70,70,1,1720,0,1,1.42857,1,1,296,424,0,290,7.5,1449,1900,2,0,2048,0,0,0,0,0,0,260,387,37,2,0,21104,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2285,2989,'SmartAI',1,3,1,9,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(21149,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 4','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21150,0,0,0,0,0,18820,0,0,0,'Legion Prototype Cannon 3','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21151,0,0,0,0,0,20150,0,0,0,'Borgrim Stouthammer','Explorers\' League',NULL,8251,67,67,1,1733,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21152,0,0,0,0,0,20111,20112,0,0,'Station Bot-Jock',NULL,NULL,0,67,68,1,1733,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21153,0,0,0,0,0,20117,20118,16317,16318,'Kor\'kron Wyvern Rider',NULL,NULL,0,65,65,1,1735,0,1,2.28571,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21154,0,0,0,0,0,17722,17720,17721,17719,'Kor\'kron Armored Wyvern Mount','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,2,'',12340),
|
|
(21155,0,0,0,0,0,20119,0,0,0,'Senior Sergeant Eveningshade','War Effort Recruiter',NULL,0,60,60,1,1604,2,1.71,1.14286,1,1,104,138,0,252,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21156,0,0,0,0,0,20120,0,0,0,'Master Sergeant Thelaana','War Effort Recruiter',NULL,0,60,60,1,1638,2,1.48,1.14286,1,1,104,138,0,252,7.5,1289,1518,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21157,0,0,0,0,0,1126,11686,0,0,'Culuthas Scan Target Dummy',NULL,NULL,0,69,69,1,35,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,114,1,32,262274,'',12340),
|
|
(21158,0,0,0,0,0,20121,0,0,0,'Commander Skyshadow',NULL,NULL,8247,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21159,0,0,0,0,0,21584,15880,0,0,'Containment Beam',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21160,0,0,0,0,0,5564,0,0,0,'Conjured Water Elemental',NULL,NULL,8345,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21161,0,0,0,0,0,17733,0,0,0,'Bonechewer Orc','',NULL,0,59,60,1,1697,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21162,0,0,0,0,0,16889,0,0,0,'Deathforge Escort','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21163,0,0,0,0,0,17857,0,0,0,'Spectral Arakkoa Melee [PH]','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21164,0,0,0,0,0,20122,0,0,0,'Netharel','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21164,21164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2496,3264,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21165,0,0,0,0,0,20123,0,0,0,'Dihyana the Huntress','General Goods',NULL,0,60,60,1,994,0,1.2,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21166,0,0,0,0,0,19991,0,0,0,'Illidari Dreadlord','',NULL,0,71,71,1,1843,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,21166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,30451,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21167,0,0,0,0,0,1056,0,0,0,'Beibei','Dihyana\'s Pet',NULL,0,60,60,0,994,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21168,0,0,0,0,0,20124,0,0,0,'Theras','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21168,21168,0,0,0,0,0,0,0,35871,39262,23920,0,0,0,0,0,0,0,2454,3209,'',1,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21169,0,0,0,0,0,20125,0,0,0,'Netharel - Metamorphosis','',NULL,0,70,70,1,954,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,100,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(21170,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, South','',NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,2,'',12340),
|
|
(21171,0,0,0,0,0,20126,0,0,0,'Alandien','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3219,4208,'',1,3,1,13,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21172,0,0,0,0,0,2200,0,0,0,'Sarinei Whitestar','General Goods',NULL,8249,60,60,0,1710,385,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,512,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21173,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21174,0,0,0,0,0,20127,0,0,0,'Magtheridon','',NULL,0,73,73,1,14,0,1,1.71429,1,3,316,450,0,320,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1100,1,1,0,0,0,0,0,0,0,164,1,617562111,3,'',12340),
|
|
(21175,0,0,0,0,0,20128,0,0,0,'Magister Bloodhawk','',NULL,0,70,70,1,1074,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21176,0,0,0,0,0,17035,11686,0,0,'Bloodmaul Dire Wolf Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21177,0,0,0,0,0,20129,0,0,0,'Ezeleth','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21178,0,0,0,0,0,20130,0,0,0,'Varedis','Illidari Demon Hunter',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,21178,21178,0,0,0,0,0,0,0,37683,39262,0,38010,0,0,0,0,0,0,3644,4763,'',1,3,1,15,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21179,0,0,0,0,0,20131,20132,20133,20134,'Demon Hunter Supplicant',NULL,NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21179,21179,0,0,0,0,0,0,0,37683,0,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,30679,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21180,0,0,0,0,0,20756,20757,20758,20759,'Demon Hunter Initiate',NULL,NULL,0,70,70,1,1826,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21180,21180,0,0,0,0,0,0,0,35871,37833,33651,0,0,0,0,0,0,0,178,237,'',1,3,1,1,1,1,0,30679,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21181,0,0,0,0,0,20135,0,0,0,'Cyrukh the Firelord','The Dirge of Karabor',NULL,0,72,72,1,16,0,2.5,1.6,1,1,307,438,0,314,3,1400,1900,1,0,2048,0,0,0,0,0,0,270,401,53,4,512,21181,0,80101,0,0,0,0,0,0,39425,18945,39429,0,0,0,0,0,0,0,15844,20696,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,249,1,0,0,'',12340),
|
|
(21182,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower South',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21183,0,0,0,0,0,20136,0,0,0,'Oronok Torn-heart','Hermit & Trader',NULL,8259,70,70,1,1665,4227,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21184,0,0,0,0,0,20148,0,0,0,'Arakkoa Bonewalker (Red)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21185,0,0,0,0,0,20349,0,0,0,'Nether Whelp Egg','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21186,0,0,0,0,0,1126,11686,0,0,'Arcane Warder Target','',NULL,0,1,1,0,1736,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21187,0,0,0,0,0,18671,0,0,0,'Designer Island Fel Reaver [PH]','',NULL,0,70,70,1,954,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(21188,0,0,0,0,0,20140,0,0,0,'Thadok',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21189,0,0,0,0,0,21234,0,0,0,'Crystal Flayer',NULL,NULL,0,66,67,1,1873,0,1,0.99206,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,21189,0,0,0,0,0,0,0,0,36471,0,0,0,0,0,0,0,0,0,189,252,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21190,0,0,0,0,0,4088,0,0,0,'Designer Island Murloc Fisher [PH]','',NULL,0,68,68,0,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21191,0,0,0,0,0,540,1305,3617,0,'Designer Island Murloc Hunter [PH]','',NULL,0,16,17,1,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21192,0,0,0,0,0,20141,0,0,0,'Kugnar',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21193,0,0,0,0,0,20143,0,0,0,'Gralga',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21194,0,0,0,0,0,20145,0,0,0,'Ru\'zah',NULL,NULL,0,65,65,1,1734,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21195,0,0,0,0,0,20146,0,0,0,'Domesticated Felboar',NULL,NULL,0,65,66,1,31,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,3,0,21195,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21196,0,0,0,0,0,20238,0,0,0,'Ravenous Flayer',NULL,NULL,0,69,70,1,1815,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,21196,21196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(21197,0,0,0,0,0,20149,0,0,0,'Bronwyn Stouthammer','Explorers\' League',NULL,8252,67,67,1,1733,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21198,0,0,0,0,0,20137,0,0,0,'Deathtalon Spirit',NULL,NULL,0,64,64,1,1738,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,6,0,21198,21198,0,0,0,0,0,0,0,36093,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21199,0,0,0,0,0,20151,0,0,0,'Arakkoa Bonewalker (Green)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21200,0,0,0,0,0,20152,0,0,0,'Screeching Spirit',NULL,NULL,0,63,64,1,1738,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,6,0,21200,21200,0,0,0,0,0,0,0,16588,9613,30530,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21201,0,0,0,0,0,20153,0,0,0,'Arakkoa Bonewalker (Yellow)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21202,0,0,0,0,0,20154,0,0,0,'Arakkoa Bonewalker (Black)','',NULL,0,67,68,1,1738,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21203,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Rock Flayer Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21204,0,0,0,0,0,20155,0,0,0,'Ravenous Hatchling','',NULL,0,69,70,1,1711,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21205,0,0,0,0,0,20239,0,0,0,'Ravenous Flayer Matriarch',NULL,NULL,0,70,70,1,1711,0,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,21205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(21206,0,0,0,0,0,5306,0,0,0,'Designer Island Murloc Boss [PH]','',NULL,0,20,22,0,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21207,0,0,0,0,0,20157,0,0,0,'Summoner Skartax',NULL,NULL,0,69,69,1,90,0,1.125,1.14286,1,0,230,336,0,133,1,1400,1900,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21208,0,0,0,0,0,1305,0,0,0,'Designer Island Murloc Warrior [PH]','',NULL,0,15,16,1,18,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21209,0,0,0,0,0,16366,0,0,0,'Dumphry','Master Blacksmithing Trainer',NULL,8254,60,60,0,1671,4099,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21210,0,0,0,0,0,4449,19595,0,0,'Invis Deathforge Caster',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21211,0,0,0,0,0,10811,19595,0,0,'Invis Deathforge Target',NULL,NULL,0,1,1,0,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21212,0,0,0,0,0,20748,0,0,0,'Lady Vashj','Coilfang Matron',NULL,0,73,73,1,16,0,1,1.6,1,3,313,448,0,302,60,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,21212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384586,1692271,'',0,1,1,560,500,1,0,29906,0,0,0,0,0,188,1,650854271,2097153,'boss_lady_vashj',12340),
|
|
(21213,0,0,0,0,0,20739,0,0,0,'Morogrim Tidewalker',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,76,21213,0,0,0,0,0,0,0,0,37730,37764,38028,37854,0,0,0,0,0,0,1344276,1659600,'',0,3,1,525,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_morogrim_tidewalker',12340),
|
|
(21214,0,0,0,0,0,20662,0,0,0,'Fathom-Lord Karathress',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,50,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,21214,0,0,0,0,0,0,0,0,38441,38445,0,0,0,0,0,0,0,0,1311403,1619016,'',0,3,1,210,75,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'boss_fathomlord_karathress',12340),
|
|
(21215,0,0,0,0,0,20514,0,0,0,'Leotheras the Blind',NULL,NULL,0,73,73,1,16,0,2,2.4,1,3,316,450,0,320,50,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,21215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293164,1596498,'',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,650723199,2097409,'boss_leotheras_the_blind',12340),
|
|
(21216,0,0,0,0,0,20162,0,0,0,'Hydross the Unstable','Duke of Currents',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,15,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,108,21216,0,0,0,0,0,0,0,0,38235,38218,38230,38246,0,0,0,0,0,0,1348394,1664684,'',0,3,1,315,40,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_hydross_the_unstable',12340),
|
|
(21217,0,0,0,0,0,20216,0,0,0,'The Lurker Below',NULL,NULL,0,73,73,1,14,0,1,1.14286,1,3,316,450,0,320,60,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,76,21217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1340096,1654440,'',0,2,1,350,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_the_lurker_below',12340),
|
|
(21218,0,0,0,0,0,20200,0,0,0,'Vashj\'ir Honor Guard',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3538,17905,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21219,0,0,0,0,0,20643,0,0,0,'Coilfang Warlock (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21220,0,0,0,0,0,20212,0,0,0,'Coilfang Priestess',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,15,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21220,0,0,0,0,0,0,0,0,38580,38582,38585,0,0,0,0,0,0,0,3590,18171,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21221,0,0,0,0,0,20201,0,0,0,'Coilfang Beast-Tamer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21221,0,0,0,0,0,0,0,0,38904,38474,38484,0,0,0,0,0,0,0,3665,18552,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),
|
|
(21222,0,0,0,0,0,14514,0,0,0,'Undersea Rager','',NULL,0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21223,0,0,0,0,0,5562,0,0,0,'Corrupted Rager','','',0,71,72,2,834,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,4,0,21223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21224,0,0,0,0,0,5293,0,0,0,'Tidewalker Depth-Seer',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21224,0,0,0,0,0,0,0,0,38657,38658,38659,0,0,0,0,0,0,0,3716,18807,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,617299963,0,'',12340),
|
|
(21225,0,0,0,0,0,5243,0,0,0,'Tidewalker Warrior',NULL,NULL,0,71,71,1,16,0,2,2,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21225,0,0,0,0,0,0,0,0,39070,39069,38664,0,0,0,0,0,0,0,3591,18176,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,2056,0,'',12340),
|
|
(21226,0,0,0,0,0,1773,0,0,0,'Tidewalker Shaman',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21226,0,0,0,0,0,0,0,0,39065,39066,39067,0,0,0,0,0,0,0,3627,18356,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21227,0,0,0,0,0,391,0,0,0,'Tidewalker Harpooner',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21227,0,0,0,0,0,0,0,0,38661,39060,39061,0,0,0,0,0,0,0,3606,18253,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,617299963,0,'',12340),
|
|
(21228,0,0,0,0,0,5286,0,0,0,'Tidewalker Hydromancer',NULL,NULL,0,71,71,1,16,0,2,1.4,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21228,0,0,0,0,0,0,0,0,39062,39063,39064,0,0,0,0,0,0,0,3630,18370,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21229,0,0,0,0,0,20640,0,0,0,'Greyheart Tidecaller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21229,0,0,0,0,0,0,0,0,39027,0,0,0,0,0,0,0,0,0,3629,18364,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21230,0,0,0,0,0,20635,0,0,0,'Greyheart Nether-Mage',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21230,0,0,0,0,0,0,0,0,38647,38634,38633,38642,38647,38648,38641,38635,0,0,3573,18084,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21231,0,0,0,0,0,20636,0,0,0,'Greyheart Shield-Bearer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21231,0,0,0,0,0,0,0,0,38631,38630,0,0,0,0,0,0,0,0,3693,18688,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21232,0,0,0,0,0,20637,0,0,0,'Greyheart Skulker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21232,0,0,0,0,0,0,0,0,38625,30798,0,0,0,0,0,0,0,0,3659,18518,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21233,0,0,0,0,0,18505,0,0,0,'Legion Fel Cannon',NULL,NULL,0,67,68,1,90,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,21233,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,29154,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21234,0,0,0,0,0,1126,11686,0,0,'Blade\'s Edge Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21235,0,0,0,0,0,23691,0,0,0,'\"Backstab\" Bindo Gearbomb','Arena Battlemaster',NULL,8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21236,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - West 02','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21237,0,0,0,0,0,7907,15880,0,0,'Invis Horde Siege Engine - East 02','Nothing to See Here',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21238,0,0,0,19991,0,19905,0,0,0,'Bloodmaul Drudger',NULL,NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21238,21238,0,0,0,0,0,0,0,8599,35918,0,0,0,0,0,0,0,0,184,245,'SmartAI',1,3,1,1,1,1,0,30315,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21239,0,0,0,0,0,20160,0,0,0,'Ravenous Ravager Hatchling','',NULL,0,69,70,1,1693,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21240,0,0,0,0,0,19037,19076,19077,0,'Designer Island Murloc Bait [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21241,0,0,0,0,0,17035,11686,0,0,'Bloodmaul Brutebane Stout Trigger',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554434,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21242,0,0,0,0,0,20165,20744,0,0,'Auchenai Death-Speaker',NULL,NULL,0,64,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,21242,21242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31812,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21243,0,0,0,0,0,2581,2590,0,0,'Designer Island Gnome Emote [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21244,0,0,0,0,0,18688,0,0,0,'Bonechewer Messenger',NULL,NULL,0,68,68,1,1693,0,1,1.38571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,35570,30798,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21245,0,0,0,0,0,18213,0,0,0,'Bonechewer Marauder',NULL,NULL,0,69,69,1,1693,0,1,1.38571,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,8646,30798,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21246,0,0,0,0,0,18030,0,0,0,'Serpentshrine Sporebat',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,33,0,0,0,0,262,389,48,1,73,21246,0,0,0,0,0,0,0,0,38461,5100,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21247,0,0,0,0,0,5369,304,0,0,'Oronok\'s Chicken','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21248,0,0,0,0,0,20163,0,0,0,'Pin','',NULL,0,30,30,1,534,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21249,0,0,0,0,0,20047,0,0,0,'Wrathstalker','',NULL,0,68,68,1,1692,0,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,195,289,41,3,0,21249,0,0,0,0,0,0,0,0,33804,15496,8599,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21250,0,0,0,0,0,22732,0,0,0,'Pink Elekk','',NULL,0,5,5,0,35,0,1.125,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,0,0,0,0,0,3,4,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21251,0,0,0,0,0,20812,0,0,0,'Underbog Colossus',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,25,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,328,21251,0,80002,0,0,0,0,0,0,38971,39031,39032,39044,39044,38971,38718,0,0,0,3590,18169,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21252,0,0,0,0,0,169,11686,0,0,'World Trigger (Not Immune PC)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21253,0,0,0,0,0,11172,0,0,0,'Tainted Water Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21254,0,0,0,19991,0,11549,0,0,0,'Dullgrom Dredger','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21254,21254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21255,0,0,0,0,0,9370,0,0,0,'Umberhowl','Oronok\'s Companion',NULL,0,70,70,1,1665,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,32918,32919,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21256,0,0,0,0,0,16292,0,0,0,'Vurtok Axebreaker','',NULL,0,65,65,1,1668,2,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21257,0,0,0,0,0,1814,0,0,0,'Apothecary Zelana','',NULL,8269,65,65,1,68,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21258,0,0,0,22450,0,18566,18567,18568,18569,'Slain Neophyte','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21259,0,0,0,0,0,20171,0,0,0,'Crash Bigbomb','B.O.O.M. Sap Operations',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21260,0,0,0,0,0,5564,0,0,0,'Purified Water Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21261,0,0,0,0,0,17035,14501,0,0,'Big Wagon Full of Explosives Trigger',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21262,0,0,0,0,0,17035,15880,0,0,'Goblin Equipment Trigger',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21263,0,0,0,0,0,20639,0,0,0,'Greyheart Technician',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21263,0,0,0,0,0,0,0,0,38995,0,0,0,0,0,0,0,0,0,3558,18009,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21264,0,0,0,0,0,470,0,0,0,'Seeping Ooze','',NULL,0,69,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,21264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.25,0.25,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(21265,0,0,0,0,0,20390,0,0,0,'Parasitic Fleshling',NULL,NULL,0,69,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,0.1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21266,0,0,0,0,0,20155,20160,0,0,'Ravager Hatchling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21267,0,0,0,0,0,14273,0,0,0,'Mana Beast',NULL,NULL,0,69,70,1,1701,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,188,1,0,64,'',12340),
|
|
(21268,0,0,0,0,0,26083,0,0,0,'Netherstrand Longbow','',NULL,0,70,70,1,16,0,1.2,1.2,1,3,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,76,21268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18.9,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21269,0,0,0,0,0,26081,0,0,0,'Devastation','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21269,0,0,0,0,0,0,0,0,36982,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,22.05,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21270,0,0,0,0,0,26080,0,0,0,'Cosmic Infuser','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21270,0,0,0,0,0,0,0,0,36983,36985,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21271,0,0,0,0,0,26082,0,0,0,'Infinity Blades','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,1350,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.9,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21272,0,0,0,0,0,26086,0,0,0,'Warp Slicer','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21272,0,0,0,0,0,0,0,0,36991,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25.2,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21273,0,0,0,0,0,26084,0,0,0,'Phaseshift Bulwark','',NULL,0,70,70,1,16,0,1.2,1.2,1,3,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,76,21273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28.35,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21274,0,0,0,0,0,26085,0,0,0,'Staff of Disintegration','',NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,20,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,72,21274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15.75,3,1,0,0,0,0,0,0,0,150,1,100859909,2097152,'',12340),
|
|
(21275,0,0,0,0,0,18745,0,0,0,'Harbinger Ardonan','',NULL,0,70,70,1,1743,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21276,0,0,0,0,0,17957,17963,0,0,'Kil\'sorrow Agent','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21277,0,0,0,0,0,20181,0,0,0,'Vindicator Vuuleen','',NULL,8271,67,67,1,1733,3,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,4864,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21278,0,0,0,0,0,14532,0,0,0,'Designer Island Gnome Caster [PH]','',NULL,0,66,66,0,210,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21279,0,0,0,0,0,4110,0,0,0,'Apothecary Albreck','',NULL,8272,65,65,1,68,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21281,0,0,0,0,0,4626,15880,0,0,'Designer Island Gnome Spell Target','',NULL,0,1,1,0,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21283,0,0,0,0,0,7051,0,0,0,'Megzeg Nukklebust','Mercenary',NULL,8274,65,65,1,1729,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21284,0,0,0,0,0,20183,20184,20185,20186,'Auchenai Initiate',NULL,NULL,0,65,66,1,1751,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21284,21284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,242,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21285,0,0,0,0,0,20187,20188,20189,20190,'Auchenai Doomsayer',NULL,NULL,0,64,65,1,14,0,1.2,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,21285,21285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31812,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21286,0,0,0,0,0,17612,0,0,0,'Ethereum Mace',NULL,NULL,0,69,70,1,1796,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(21287,0,0,0,0,0,20191,0,0,0,'Warbringer Razuun',NULL,NULL,0,69,69,1,954,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,21287,21287,0,0,0,0,0,0,0,35913,38047,0,0,0,0,0,0,0,0,196,261,'',1,3,1,1.2,1,1,0,30689,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21288,0,0,0,0,0,18566,18567,18568,18569,'(PH) Neophyte Combatant','',NULL,0,45,50,0,1777,0,1.125,1.14286,1,0,85,112,0,206,1,1400,1900,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21289,0,0,0,0,0,7029,0,0,0,'Inactive Infernal','',NULL,0,68,69,1,90,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21290,21584,0,0,0,0,1126,11686,0,0,'Arcane Explosion','',NULL,0,1,1,0,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21291,0,0,0,0,0,20196,0,0,0,'Grom\'tor, Son of Oronok',NULL,NULL,0,70,70,1,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21292,0,0,0,0,0,20197,0,0,0,'Ar\'tor, Son of Oronok',NULL,NULL,8287,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21293,0,0,0,0,0,20198,0,0,0,'Borak, Son of Oronok',NULL,NULL,8301,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,27611,30470,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21294,0,0,0,19991,0,19905,0,0,0,'Bloodmaul Goon','',NULL,0,65,66,1,1781,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,10966,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21295,0,0,0,0,0,20199,0,0,0,'Coilskar Commander',NULL,NULL,0,70,70,1,7,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21296,0,0,0,19995,0,19756,0,0,0,'Bladespire Champion',NULL,NULL,0,66,66,1,1780,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21296,21296,0,0,0,0,0,0,0,37777,8078,0,0,0,0,0,0,0,0,198,263,'SmartAI',1,3,1,1.1,1,1,0,30416,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21297,0,0,0,0,0,4449,19595,0,0,'Invis Invisibility Caster','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21298,0,0,0,0,0,20470,0,0,0,'Coilfang Serpentguard',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21298,0,0,0,0,0,0,0,0,38599,0,0,0,0,0,0,0,0,0,3596,18201,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),
|
|
(21299,0,0,0,0,0,20641,0,0,0,'Coilfang Fathom-Witch',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21299,0,0,0,0,0,0,0,0,38626,38627,38628,0,0,0,0,0,0,0,3589,18164,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),
|
|
(21300,0,0,0,0,0,20202,20203,20204,20206,'Fel Corrupter',NULL,NULL,0,66,67,1,90,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21300,21300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,182,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21301,0,0,0,0,0,20205,0,0,0,'Coilfang Shatterer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,21301,0,0,0,0,0,0,0,0,38591,0,0,0,0,0,0,0,0,0,3668,18567,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),
|
|
(21302,0,0,0,0,0,20221,20220,0,0,'Shadow Council Warlock',NULL,NULL,0,67,67,1,90,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21302,21302,0,0,0,0,0,0,0,9613,37992,0,0,0,0,0,0,0,0,164,220,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21303,21592,0,0,0,0,19990,19992,0,0,'Defender Corpse','',NULL,0,68,69,1,1814,0,1,0.857143,1,1,245,346,0,298,7.5,2000,2000,1,774,2048,32,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),
|
|
(21304,21623,0,0,0,0,19993,19994,0,0,'Warder Corpse','',NULL,0,68,69,1,1814,0,1,0.857143,1,1,245,346,0,298,7.5,2000,2000,1,774,2048,32,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),
|
|
(21305,0,0,0,0,0,18887,0,0,0,'Mutant Horror',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,10,0,21305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21306,0,0,0,0,0,7470,0,0,0,'Cursed Scarab',NULL,NULL,0,58,59,0,7,0,1.125,1.14286,1,0,102,135,0,248,1,1400,1900,1,0,2048,0,0,0,0,0,0,70,103,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,114,1,0,0,'',12340),
|
|
(21307,0,0,0,0,0,20213,0,0,0,'Eva','Ar\'tor\'s Guardian',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21308,0,0,0,0,0,11686,0,0,0,'Cursed Scarab Summoner',NULL,NULL,0,58,59,0,7,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,114,1,0,0,'',12340),
|
|
(21309,0,0,0,0,0,20385,0,0,0,'Painmistress Gabrissa',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,21309,21309,0,0,0,0,0,0,0,38169,38048,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,30442,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21310,0,0,0,0,0,16480,13069,0,0,'Shadowmoon Valley Invisible Trigger (Tiny)',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),
|
|
(21311,0,0,0,0,0,20215,0,0,0,'Rokgah Bloodgrip',NULL,NULL,8283,67,67,1,1734,3,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,36864,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21312,0,0,0,0,0,18566,18567,18568,18569,'Neophyte Guardian','',NULL,0,70,70,1,1776,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21313,0,0,0,0,0,19581,0,0,0,'Dead Clefthoof',NULL,NULL,0,67,67,1,14,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21314,0,0,0,0,0,19200,0,0,0,'Terrormaster',NULL,NULL,0,67,68,1,90,0,1,1.38889,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,3,0,21314,21314,0,0,0,0,0,0,0,38154,15496,0,0,0,0,0,0,0,0,194,259,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21315,0,0,0,0,0,20218,0,0,0,'Ruul the Darkener',NULL,NULL,0,71,71,1,1701,0,2.4,1.71429,1,1,299,426,0,308,4.6,1400,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,2048,21315,21315,0,0,0,0,0,0,0,35871,15284,0,0,0,0,0,0,0,0,4793,6264,'SmartAI',2,4,1,12,1,1,0,30645,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(21316,0,0,0,0,0,12817,0,0,0,'Deathforged Infernal',NULL,NULL,0,68,68,1,114,0,1,0.35714,1,0,231,325,0,292,1,2000,2000,1,33026,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,72,1,0,2,'',12340),
|
|
(21317,0,0,0,0,0,19335,0,0,0,'Aimi',NULL,NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21318,0,0,0,0,0,20219,0,0,0,'Spirit of Ar\'tor',NULL,NULL,8288,70,70,1,35,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21319,0,0,0,19991,0,17782,0,0,0,'Gor Grimgut','',NULL,0,67,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,21319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,30435,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21320,0,0,0,0,0,16587,0,0,0,'Vision Guide Transform','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21321,0,0,0,0,0,17035,11686,0,0,'Vision Guide Kill Credit Trigger','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21322,0,0,0,0,0,18402,18402,0,0,'Warp Storm',NULL,NULL,0,60,60,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554822,2048,0,0,0,0,0,0,1,1,100,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21323,0,0,0,0,0,18837,0,0,0,'Netherock Crumbler',NULL,NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,32768,2048,0,0,0,0,0,0,195,289,41,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21324,0,0,0,0,0,20223,0,0,0,'Spirit Raven',NULL,NULL,0,63,64,1,1738,0,1.4,1.42857,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,26,0,0,0,0,154,226,33,6,0,21324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,149,1,8388624,0,'',12340),
|
|
(21325,0,0,0,0,0,20250,0,0,0,'Raven\'s Wood Stonebark','',NULL,0,67,68,1,1846,0,1.48,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,179,266,31,4,256,21325,0,80001,0,0,0,0,0,0,12612,37823,37709,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21326,0,0,0,0,0,20249,0,0,0,'Raven\'s Wood Leafbeard','',NULL,0,67,68,1,1846,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,256,21326,0,80001,0,0,0,0,0,0,37696,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(21328,0,0,0,0,0,20224,0,0,0,'Apex Crumbler',NULL,NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21329,0,0,0,0,0,17889,0,0,0,'JAB Nether Serpent','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21330,0,0,0,0,0,20225,0,0,0,'Kurdran Wildhammer',NULL,NULL,0,70,70,1,1732,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,800,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21331,0,0,0,0,0,19029,0,0,0,'Thorny Growth',NULL,NULL,0,68,69,1,7,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,0.1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21332,0,0,0,0,0,20219,0,0,0,'Spirit Hunter',NULL,NULL,0,70,70,1,495,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,2,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(21333,0,0,0,0,0,16633,0,0,0,'[PH]Test Skunk','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21334,0,0,0,0,0,16480,13069,0,0,'Veneratus Spawn Node',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,265,0,0,130,'',12340),
|
|
(21335,0,0,0,0,0,20227,0,0,0,'Tentacle of Markaru',NULL,NULL,0,60,60,1,16,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(21336,0,0,0,0,0,20228,0,0,0,'Gedrah','Stable Master',NULL,9821,60,60,1,1734,4194305,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,4608,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(21337,0,0,0,0,0,2687,0,0,0,'Illidari Shadowstalker','Servant of Illidan',NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21337,21337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21338,21915,0,0,0,0,6936,6937,6932,0,'Coilfang Leper',NULL,NULL,0,70,70,1,63,0,1,1.14286,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,40505,13339,11831,13444,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21339,0,0,0,0,0,20642,0,0,0,'Coilfang Hate-Screamer',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,18,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,21339,0,0,0,0,0,0,0,0,38491,38496,0,0,0,0,0,0,0,0,3629,18366,'SmartAI',0,3,1,17.5,15,1,0,0,0,0,0,0,0,167,1,616775679,0,'',12340),
|
|
(21340,0,0,0,0,0,782,0,0,0,'Detrafila','Gedrah\'s Pet',NULL,0,60,60,1,1734,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,4608,2048,0,1,0,0,0,0,72,106,26,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21341,0,0,0,0,0,221,0,0,0,'Victor',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21342,0,0,0,0,0,338,0,0,0,'Alex',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21343,0,0,0,0,0,251,0,0,0,'Harvey',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21344,0,0,0,0,0,262,0,0,0,'Phil',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21345,0,0,0,0,0,221,0,0,0,'Hugh',NULL,NULL,0,4,4,0,35,0,1,1.14286,1,0,4,5,0,27,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21346,21612,0,0,0,0,14430,0,0,0,'Sightless Eye',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,5,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,36646,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.2,1,1,0,0,0,0,0,0,0,207,1,612532222,0,'',12340),
|
|
(21347,0,0,0,0,0,16480,18657,0,0,'Shadowmoon Valley Tuber Node',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'npc_shadowmoon_tuber_node',12340),
|
|
(21348,0,0,0,0,0,2582,15880,0,0,'Shadowmoon Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21349,0,0,0,0,0,20240,0,0,0,'T\'chali the Witch Doctor','',NULL,0,67,67,1,1734,3,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,262912,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21350,0,0,0,0,0,20241,0,0,0,'Gronn-Priest','',NULL,0,72,72,1,45,0,1.71,1.14286,1,1,304,436,0,296,15,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,21350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9894,12926,'SmartAI',1,3,1,28,15,1,0,0,0,0,0,0,0,164,1,604057215,0,'',12340),
|
|
(21351,0,0,0,0,0,17035,14501,0,0,'Ogre Building Bunny Large',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21352,0,0,0,0,0,17035,11686,0,0,'Ogre Building Bunny Summoner',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21353,0,0,0,0,0,16480,19595,0,0,'Terokkar - Bone Wastes - Soul Trigger','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21354,0,0,0,0,0,19250,0,0,0,'Fiery Warhorse','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(21355,0,0,0,0,0,20242,0,0,0,'Invisible Man Mount 20','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21356,0,0,0,0,0,19028,0,0,0,'Designer Island Bear Orc Leader [PH]','',NULL,0,60,60,1,1697,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21357,0,0,0,0,0,20243,0,0,0,'Wing Commander Nuainn',NULL,NULL,8296,70,70,1,1732,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21358,0,0,0,0,0,17332,0,0,0,'Designer Island Tauren Herder [PH]','',NULL,0,69,70,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(21359,0,0,0,0,0,20244,0,0,0,'Blood Guard Gulmok',NULL,NULL,0,70,70,1,1735,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21360,0,0,0,0,0,1126,17200,0,0,'Terokkar - Bone Wastes - Nether Orb Blue','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,128,'',12340),
|
|
(21361,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Orc Trainee [PH]','',NULL,0,65,65,0,106,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21362,0,0,0,0,0,17765,0,0,0,'Phoenix',NULL,NULL,0,70,70,1,16,0,1.2,1.2,1,1,252,357,0,304,30,1500,2000,1,33685510,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,100,1,650854271,2097408,'',12340),
|
|
(21363,0,0,0,0,0,16480,16946,0,0,'Terokkar - Bone Wastes - Portal Trigger','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21364,0,0,0,0,0,20245,0,0,0,'Phoenix Egg','',NULL,0,70,70,1,16,0,1.2,1.2,1,0,252,357,0,304,1,2000,2000,1,131076,2048,0,0,0,0,0,0,215,320,44,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097410,'',12340),
|
|
(21365,0,0,0,0,0,7907,21342,0,0,'Floating Skull',NULL,NULL,0,1,1,0,35,0,0.16,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,10,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,41,1,0,128,'',12340),
|
|
(21366,0,0,0,0,0,16480,19595,0,0,'Terokkar - Bone Wastes - Portal Trigger 02','',NULL,0,60,60,0,114,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21367,0,0,0,0,0,3258,3257,0,0,'Designer Island Battle Participant A [PH]','',NULL,0,64,65,0,11,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21368,0,0,0,0,0,20534,0,0,0,'Ethereal Plunderer',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,21368,21368,0,0,0,0,0,0,0,7159,32920,0,0,0,0,0,0,0,0,177,236,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21369,0,0,0,0,0,15294,15294,0,0,'Flame Strike Trigger (Kael)','',NULL,0,73,73,1,16,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,100,1,650854271,130,'',12340),
|
|
(21370,0,0,0,0,0,19646,0,0,0,'Ethereal Nethermancer',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,21370,21370,0,0,0,0,0,0,0,9613,17173,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21371,0,0,0,0,0,3612,0,0,0,'Designer Island Hungry Farmer [PH]','',NULL,0,23,24,1,123,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21372,0,0,0,0,0,17796,0,0,0,'Rubicund Silkwing','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13108,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21373,0,0,0,0,0,17797,0,0,0,'Silkwing','',NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,37,0,0,0,0,175,260,37,1,1,21373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13109,0,0,0,'',1,3,1,0.5,0.5,1,0,30792,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21374,0,0,0,0,0,20247,0,0,0,'Rubicund Silkwing Larva','',NULL,0,65,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21375,0,0,0,0,0,7899,0,0,0,'Plump Silkwing Larva','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21376,0,0,0,0,0,16259,0,0,0,'Crusty Bob',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(21378,0,0,0,0,0,20138,0,0,0,'[UNUSED]Test Nether Whelp','','',0,65,66,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21380,0,0,0,0,0,15774,0,0,0,'Greater Crust Burster',NULL,NULL,0,67,67,1,14,0,1.71,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,10,0,21380,0,0,0,0,0,0,0,0,37752,31747,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.1,1,1,0,31132,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(21381,0,0,0,0,0,20329,0,0,0,'Young Crust Burster',NULL,NULL,0,66,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,42,0,0,0,0,186,276,39,10,65537,21381,0,0,0,0,0,0,0,0,21067,37359,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21382,0,0,0,0,0,20251,20252,20253,20254,'Wyrmcult Zealot','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21382,21382,0,0,0,0,0,0,0,32009,8599,37635,20714,0,0,0,0,0,0,192,256,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21383,0,0,0,0,0,20256,20257,20258,20255,'Wyrmcult Acolyte','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21383,21383,0,0,0,0,0,0,0,32707,17139,37635,32167,0,0,0,0,0,0,171,228,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21384,0,0,0,0,0,20271,0,0,0,'Dark Conclave Harbinger',NULL,NULL,0,68,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,21384,21384,0,0,0,0,0,0,0,16588,15496,0,0,0,0,0,0,0,0,167,224,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21385,0,0,0,0,0,20274,0,0,0,'Dark Conclave Scorncrow',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,21385,21385,0,0,0,0,0,0,0,9672,0,9672,0,0,0,0,0,0,0,169,225,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21386,0,0,0,0,0,20272,0,0,0,'Dark Conclave Hawkeye',NULL,NULL,0,67,67,1,1738,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,6,0,21386,21386,0,0,0,0,0,0,0,37974,0,0,0,0,0,0,0,0,0,188,250,'SmartAI',1,3,1,1,1,1,0,31260,31261,31262,0,0,0,0,1,8388624,0,'',12340),
|
|
(21387,0,0,0,0,0,397,0,0,0,'Wyrmcult Blackwhelp','',NULL,0,67,68,1,1827,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,2,1024,21387,21387,0,0,0,0,0,0,0,19816,0,0,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21388,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Horde [PH]','',NULL,0,64,65,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21389,0,0,0,0,0,14355,0,0,0,'Maxnar the Ashmaw','Wyrmcult Patriarch',NULL,0,68,68,1,16,0,1.71,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,2,0,21389,0,70171,0,245,0,0,0,0,32736,15284,37638,0,0,0,0,0,0,0,289,382,'SmartAI',1,3,1,1.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21390,0,0,0,0,0,19222,0,0,0,'Sir David Adams','',NULL,0,64,65,1,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21391,0,0,0,0,0,7907,16925,0,0,'Scarab Bunny',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21392,0,0,0,0,0,12310,0,0,0,'Earthen Familiar','Minion of Borak',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21393,0,0,0,0,0,20292,0,0,0,'Cannon Channeler','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21394,0,0,0,0,0,20292,0,0,0,'Cannon Channel Target','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21395,21609,0,0,0,0,20265,0,0,0,'Protean Spawn',NULL,NULL,0,68,69,1,1693,0,1.125,1.14286,1,0,245,346,0,298,1,1000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,36796,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(21396,0,0,0,0,0,20264,0,0,0,'Invisible Mount Speed 20','',NULL,0,40,40,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21397,0,0,0,0,0,20266,0,0,0,'Aeman Brightsong',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21398,0,0,0,0,0,20267,0,0,0,'Theine Brightsong',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21399,0,0,0,0,0,20268,0,0,0,'Erick Nateson',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21400,0,0,0,0,0,20269,0,0,0,'Eckert',NULL,NULL,0,65,65,1,1733,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21401,0,0,0,0,0,19222,0,0,0,'Designer Island Alliance [PH]','',NULL,0,64,65,0,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21402,0,0,0,0,0,20270,0,0,0,'Anchorite Ceyla',NULL,NULL,8353,69,69,1,1743,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21403,0,0,0,0,0,10811,17188,0,0,'Invis Legion Hold Caster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21404,0,0,0,0,0,19501,0,0,0,'Legion Hold Fel Reaver',NULL,NULL,0,70,70,1,954,0,2.8,1.71429,1,1,252,357,0,304,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,9,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(21405,0,0,0,0,0,21113,0,0,0,'Ethereal Arcanist',NULL,NULL,0,64,65,1,1678,0,1,1.14286,1,0,154,222,0,124,1,2000,2000,8,0,2048,0,0,0,0,0,0,140,208,26,7,0,21405,21405,0,0,0,0,0,0,0,39039,32936,0,0,0,0,0,0,0,0,151,202,'SmartAI',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21406,0,0,0,0,0,19980,0,0,0,'Netherwing Drake','',NULL,0,69,69,1,1824,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21407,0,0,0,0,0,19537,0,0,0,'Netherwing Dragon','',NULL,0,70,70,1,1824,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21408,0,0,0,0,0,13210,0,0,0,'Felfire Diemetradon',NULL,NULL,0,67,68,1,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,21408,0,70063,0,0,0,0,0,0,37941,35913,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,30819,30613,32502,0,0,0,0,1,0,0,'',12340),
|
|
(21409,0,0,0,0,0,20275,0,0,0,'Envoy Icarius','The Voice of Illidan',NULL,0,70,70,1,1701,0,1.14286,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,21409,21409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1,1,1,0,30617,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21410,0,0,0,0,0,20277,0,0,0,'Blood Lord Zarath','Icarius\'s Bodyguard',NULL,0,71,71,1,1701,0,1.14286,1.14286,1,1,296,424,0,290,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21411,0,0,0,0,0,20279,0,0,0,'Tobias the Filth Gorger',NULL,NULL,0,62,62,1,35,2,1,1,1,1,172,240,0,262,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21412,0,0,0,0,0,19028,0,0,0,'Designer Island Horde Leader','',NULL,0,65,65,1,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21413,0,0,0,0,0,15435,0,0,0,'Gnome Cannon Shooter #1','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587204,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21414,21603,0,0,0,0,15294,0,0,0,'Negaton Field',NULL,NULL,0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21415,0,0,0,0,0,4259,4260,4602,4601,'Designer Island Horde Archer [PH]','',NULL,0,64,65,0,1692,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21416,0,0,0,0,0,20280,0,0,0,'Lakaan','Corruptor of Water',NULL,0,70,70,1,1813,0,1,1,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,21416,21416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,220,'',1,3,1,1,1,1,0,30693,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21417,0,0,0,0,0,10811,17188,0,0,'Invis Infernal Caster',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_invis_infernal_caster',12340),
|
|
(21418,0,0,0,0,0,10811,17612,0,0,'Invis Infernal Target','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21419,21786,0,0,0,0,17312,20577,0,0,'Infernal Attacker',NULL,NULL,0,67,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,34212096,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_infernal_attacker',12340),
|
|
(21420,0,0,0,0,0,19075,0,0,0,'Corrupt Water Totem',NULL,NULL,0,69,69,1,1813,0,1,1,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21421,0,0,0,0,0,19222,0,0,0,'Designer Island Alliance Archer [PH]','',NULL,0,64,65,0,1814,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21422,0,0,0,0,0,1126,11686,0,0,'Blade\'s Edge - Toshley\'s - Invisible Stalker - Atk Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21423,0,0,0,0,0,20299,20298,20834,20835,'Gore-Scythe Ravager',NULL,NULL,0,63,63,1,14,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,1,0,0,0,0,0,0,0,0,0,0,13443,25640,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21424,0,0,0,0,0,20287,20287,20288,20289,'Terokkar - Bone Wastes - Draenei Soul','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,0,'',12340),
|
|
(21425,0,0,0,0,0,19633,0,0,0,'Nexus-King Salhadaar',NULL,NULL,0,72,72,1,1796,0,1.48,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,21425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,15,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),
|
|
(21426,0,0,0,0,0,6774,0,0,0,'Gnome Defender - 209','Razak\'s Roughriders',NULL,0,70,70,1,1802,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(21427,0,0,0,0,0,20085,20086,20087,20088,'Strider Jock','Razak\'s Roughriders',NULL,0,70,70,1,1802,0,1,1.38571,1,1,252,357,0,304,7.5,2000,2000,1,33559040,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21428,0,0,0,0,0,4606,0,0,0,'Corrupted Water Elemental','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,9672,35194,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21429,0,0,0,0,0,16480,20024,0,0,'Bone Wastes - Sealed Coffin Trigger 01',NULL,NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21430,0,0,0,0,0,20289,20288,20288,20289,'Unliving Draenei','',NULL,0,65,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21432,0,0,0,0,0,20290,0,0,0,'Almaador','Sha\'tari Quartermaster',NULL,0,70,70,1,1741,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21434,0,0,0,0,0,79,0,0,0,'Gordie',NULL,NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21435,0,0,0,0,0,4870,0,0,0,'Shadow Horror','',NULL,0,68,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21436,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Alpha Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21437,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Beta Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21438,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Delta Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21439,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Gamma Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21440,0,0,0,0,0,1126,15880,0,0,'Tempest Keep Prison Boss Pod Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21441,0,0,0,0,0,20085,20087,0,0,'Station Sharpshooter','',NULL,0,70,70,1,1802,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,36246,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21443,0,0,0,0,0,16480,19595,0,0,'Bone Wastes - Orb Waypoint 01',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21444,0,0,0,0,0,10739,0,0,0,'Tempixx Finagler','Temporary Karazhan Key Vendor',NULL,0,54,54,0,35,0,1.125,1.14286,1,0,92,122,0,224,1,1202,1418,1,0,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21445,0,0,0,0,0,1126,11686,0,0,'Bone Wastes - White Nether Orb',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(21446,0,0,0,0,0,10771,0,0,0,'Bladespire Evil Spirit','',NULL,0,66,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21447,0,0,0,0,0,4626,17200,0,0,'Blade\'s Edge - Toshley\'s - Def Gun Attack Origin','',NULL,0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21448,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Sniper',NULL,NULL,0,67,67,1,475,0,1,1.42857,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21449,0,0,0,0,0,11649,0,0,0,'Cursed Spirit','',NULL,0,66,66,1,16,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21450,0,0,0,0,0,20293,0,0,0,'Skethyl Owl',NULL,NULL,0,68,69,1,1738,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,21450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21451,0,0,0,0,0,16480,19595,0,0,'Bone Wastes - Event Trigger A',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21452,0,0,0,0,0,10771,0,0,0,'Bloodmaul Evil Spirit','',NULL,0,66,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,1400,2000,1,0,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21453,0,0,0,0,0,20334,0,0,0,'Ashtongue Shaman','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21453,21453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,236,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21454,0,0,0,0,0,20333,0,0,0,'Ashtongue Warrior','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21454,21454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21455,0,0,0,0,0,20312,0,0,0,'Ashtongue Worker','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21455,21455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'',1,3,1,1,1,1,0,30596,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21456,0,0,0,0,0,0,16946,0,0,'Ogre Building Bunny Small',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21457,0,0,0,0,0,11686,0,0,0,'[Unused] Greater Crust Burster Visual','',NULL,0,66,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21458,0,0,0,0,0,876,0,0,0,'Trayana','',NULL,0,60,60,1,80,0,1.125,1.14286,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21459,0,0,0,0,0,20345,0,0,0,'Wyrmcult Dragon Egg','',NULL,0,65,66,1,1827,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21460,0,0,0,0,0,20081,0,0,0,'Tally Zapnabber','',NULL,8303,67,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21461,0,0,0,0,0,20081,0,0,0,'Rally Zapnabber','Tally\'s Twin',NULL,8304,67,68,1,1733,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21462,0,0,0,0,0,20294,0,0,0,'Greater Felfire Diemetradon',NULL,NULL,0,68,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,21462,0,70063,0,0,0,0,0,0,37941,37945,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,30867,32502,0,0,0,0,0,1,0,0,'',12340),
|
|
(21463,0,0,0,0,0,16480,20024,0,0,'Bone Wastes - Portal Trigger',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21464,0,0,0,0,0,19251,0,0,0,'Ethereal Construct','',NULL,0,1,1,1,190,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(21465,0,0,0,0,0,20296,0,0,0,'David Wayne','',NULL,8400,70,70,1,35,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21466,21600,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),
|
|
(21467,21599,0,0,0,0,19943,0,0,0,'Harbinger Skyriss',NULL,NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),
|
|
(21468,0,0,0,0,0,16724,0,0,0,'Kaliri Totem',NULL,NULL,0,65,66,1,35,0,1.125,1.14286,1,0,210,295,0,282,1,1400,1900,1,0,2048,0,26,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,0,0,0,'',1,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),
|
|
(21469,0,0,0,0,0,876,0,0,0,'Daranelle',NULL,NULL,0,60,60,1,80,2,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_daranelle',12340),
|
|
(21470,0,0,0,0,0,20300,0,0,0,'Angered Arakkoa Protector','',NULL,0,11,11,0,1738,0,1.125,1.14286,1,0,15,20,0,44,1,1400,1900,1,0,2048,0,26,0,0,0,0,9,14,100,1,1,0,0,0,0,0,0,0,0,0,10856,0,0,0,0,0,0,0,10856,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(21471,0,0,0,0,0,20301,0,0,0,'Stormer Ewan Wildwing',NULL,NULL,0,70,70,1,1732,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21472,0,0,0,0,0,20302,0,0,0,'Gryphonrider Nordin',NULL,NULL,0,70,70,1,1732,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21473,0,0,0,0,0,1126,17200,0,0,'Bone Wastes - Beam Target 01','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,128,'',12340),
|
|
(21474,0,0,0,0,0,20305,0,0,0,'Coreiel','Blade Merchant',NULL,0,70,70,1,1735,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21475,0,0,0,0,0,20303,0,0,0,'Scout Zagran',NULL,NULL,0,70,70,1,29,3,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21476,0,0,0,0,0,20304,0,0,0,'Mokthar Grimblade',NULL,NULL,0,70,70,1,29,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21477,0,0,0,0,0,20555,0,0,0,'Rocknail Flayer',NULL,NULL,0,69,69,1,1839,0,1,1.14286,1,0,245,346,0,298,1,4000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21477,21477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31372,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21478,0,0,0,0,0,19867,0,0,0,'Rocknail Ripper',NULL,NULL,0,68,69,1,1839,0,1,0.992063,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21478,21478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,268,'',1,3,1,1,1,1,0,31373,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21479,0,0,0,0,0,18213,0,0,0,'(PH) Fel Orc Berserker','',NULL,0,69,69,1,1813,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21480,0,0,0,0,0,20307,0,0,0,'Outland Ravager Elite Green','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21481,0,0,0,0,0,20298,0,0,0,'Outland Ravager Elite Orange','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21482,0,0,0,0,0,20299,0,0,0,'Outland Ravager Elite Purple','',NULL,0,63,63,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21483,0,0,0,0,0,20310,0,0,0,'Tasaldan','Ammunition',NULL,0,70,70,1,1735,128,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21484,0,0,0,0,0,20311,0,0,0,'Embelar','Food & Drink',NULL,0,70,70,1,1735,128,1,1.14286,1,1,252,357,0,304,7.5,2000,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21485,0,0,0,0,0,20313,0,0,0,'Aldraan','Blade Merchant',NULL,0,70,70,1,1732,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21487,0,0,0,0,0,20314,0,0,0,'Cendrii','Food & Drink',NULL,0,70,70,1,1732,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21488,0,0,0,0,0,20315,0,0,0,'Banro','Ammunition',NULL,0,70,70,1,1732,128,1,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21489,0,0,0,0,0,16480,17612,0,0,'Bone Wastes - Event Trigger B',NULL,NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21490,0,0,0,0,0,20322,20316,20319,20321,'Horde Transporter Malfunction','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21491,0,0,0,0,0,20323,20317,20320,20318,'Alliance Transporter Malfunction','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21492,0,0,0,0,0,12894,0,0,0,'Wyrmcult Blessed',NULL,NULL,0,67,68,1,16,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,2,0,21492,0,0,0,0,0,0,0,0,11969,9053,0,0,0,0,0,0,0,0,167,222,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21493,0,0,0,0,0,20326,0,0,0,'Kablamm Farflinger','Transportation Engineer',NULL,8308,70,70,1,35,81,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),
|
|
(21494,0,0,0,0,0,20325,0,0,0,'Smiles O\'Byron','Engineer',NULL,8306,70,70,1,35,81,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_engineering_tele_trinket',12340),
|
|
(21495,0,0,0,0,0,20327,0,0,0,'Raven Vision','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,0.3,1,0,0,0,0,0,0,0,149,1,0,2,'',12340),
|
|
(21496,0,0,0,0,0,21055,0,0,0,'Dertrok','',NULL,0,62,62,1,1735,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21497,0,0,0,0,0,8574,0,0,0,'Blackscale','',NULL,0,70,70,1,1771,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,2,32,0,0,0,0,0,0,0,0,0,15847,20712,14100,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,5,1,1,0,0,0,0,0,0,0,154,1,0,0,'',12340),
|
|
(21498,0,0,0,0,0,17035,11686,0,0,'Ogre Building Cursed Spirit Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21499,0,0,0,0,0,20509,0,0,0,'Overseer Ripsaw',NULL,NULL,0,69,69,1,90,0,0.944444,0.95238,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21499,21499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,266,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21500,0,0,0,0,0,19715,0,0,0,'Morgroron',NULL,NULL,0,68,69,1,90,0,0.777776,0.99206,1,1,224,316,0,282,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,188,280,32,3,0,21500,21500,0,0,0,0,0,0,0,38750,38741,22859,0,0,0,0,0,0,0,1005,1317,'SmartAI',1,3,1,4,1,1,0,30785,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21501,0,0,0,0,0,20751,0,0,0,'Makazradon',NULL,NULL,0,68,69,1,90,0,0.777776,0.99206,1,1,245,346,0,298,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,206,302,43,3,0,21501,21501,0,0,0,0,0,0,0,11443,38741,38742,0,0,0,0,0,0,0,1260,1650,'SmartAI',1,3,1,4,1,1,0,30786,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21502,0,0,0,0,0,20330,0,0,0,'Image of Warbringer Razuun',NULL,NULL,0,69,69,1,35,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21503,0,0,0,0,0,20335,20336,20337,20338,'Sunfury Warlock',NULL,NULL,0,70,70,1,1826,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21503,21503,0,0,0,0,0,0,0,9613,32707,0,0,0,0,0,0,0,0,193,256,'SmartAI',1,3,1,1.1,1,1,0,30811,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21504,0,0,0,0,0,20343,0,0,0,'Pathaleon the Calculator\'s Image',NULL,NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,1400,1900,1,33600,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,17,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21505,0,0,0,0,0,20339,20340,20341,20342,'Sunfury Summoner',NULL,NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21505,21505,0,0,0,0,0,0,0,13901,14514,0,0,0,0,0,0,0,0,173,231,'',1,3,1,1,1,1,0,30811,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21506,0,0,0,0,0,17287,0,0,0,'Azaloth',NULL,NULL,0,70,70,1,954,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,2147779136,2048,0,0,0,0,0,0,198,295,33,3,0,21506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1221,1599,'SmartAI',1,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21507,0,0,0,0,0,19448,19449,19450,19451,'Karabor Bloodwarder','',NULL,0,67,68,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21508,0,0,0,0,0,1004,0,0,0,'Coilfang Frenzy',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,1,252,357,0,304,7,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,20,1,1,0,0,0,0,0,0,0,188,1,616775679,0,'',12340),
|
|
(21510,0,0,0,0,0,20344,0,0,0,'Swift Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(21511,0,0,0,0,0,11686,0,0,0,'[DND]Kaliri Aura Dispel','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21512,0,0,0,0,0,4449,19595,0,0,'Invis Legion Hold Glyph',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21513,0,0,0,0,0,20407,0,0,0,'Outland Rock Flayer Elite PurpleRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21514,0,0,0,0,0,20346,0,0,0,'Gorgrom the Dragon-Eater','Son of Gruul',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(21515,0,0,0,0,0,20348,0,0,0,'Trachela',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,7,0,0,0,0,166,246,35,1,1,21515,0,0,0,0,0,0,0,0,32903,26041,10101,15589,0,0,0,0,12875,0,0,0,'SmartAI',1,3,1,1.75,1,1,0,30618,0,0,0,0,0,0,1,70720,0,'',12340),
|
|
(21516,0,0,0,0,0,20532,0,0,0,'Death\'s Watch',NULL,NULL,0,68,68,1,90,0,1,0.99206,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,3,0,21516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,31757,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21517,0,0,0,0,0,16706,0,0,0,'Ilthuril','Stable Master',NULL,9821,60,60,1,1744,4194305,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(21518,0,0,0,0,0,17327,0,0,0,'Oruhe','Stable Master',NULL,9821,60,60,0,1743,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33024,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(21519,0,0,0,0,0,20531,0,0,0,'Death\'s Might',NULL,NULL,0,68,68,1,16,0,1,1.42857,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,21519,21519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,257,'',1,3,1,1,1,1,0,31757,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21520,0,0,0,0,0,2879,0,0,0,'Illidari Jailor','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,21520,21520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,234,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21521,0,0,0,0,0,14273,0,0,0,'Arcane Servant (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,22271,35255,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21522,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Centurion (1)','',NULL,0,70,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,19510,19510,0,0,0,0,0,0,0,35178,0,0,0,0,0,0,0,0,0,2952,3864,'',1,3,1,4.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21523,0,0,0,0,0,19970,19968,0,0,'Bloodwarder Physician (1)','',NULL,0,69,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20990,20990,0,0,0,0,0,0,0,36333,38919,38921,0,0,0,0,0,0,0,1844,2418,'',1,3,1,3.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21524,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Slayer (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,19167,19167,0,0,0,0,0,0,0,15708,35189,13736,0,0,0,0,0,0,0,2188,2866,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21525,0,0,0,0,0,18816,0,0,0,'Gatewatcher Gyro-Kill (1)','',NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,21525,19218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8398,10978,'',1,3,1,16.875,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(21526,0,0,0,0,0,21191,0,0,0,'Gatewatcher Iron-Hand (1)','',NULL,0,72,72,1,16,0,1.6,1.42857,1,1,307,438,0,314,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,8,21526,19710,0,0,0,0,0,0,0,39193,35326,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,22.275,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(21527,0,0,0,0,0,17977,0,0,0,'Mechanar Crusher (1)','',NULL,0,71,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19231,19231,0,0,0,0,0,0,0,35055,38923,0,0,0,0,0,0,0,0,2698,3532,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21528,0,0,0,0,0,18646,0,0,0,'Mechanar Driller (1)','',NULL,0,71,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,19712,19712,0,0,0,0,0,0,0,35047,38923,0,0,0,0,0,0,0,0,2698,3532,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21529,0,0,0,0,0,19255,0,0,0,'Mechanar Pulverizer (UNUSED) (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21530,0,0,0,0,0,19254,0,0,0,'Mechanar Ripper (UNUSED) (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21531,0,0,0,0,0,18288,0,0,0,'Mechanar Tinkerer (1)','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19716,19716,0,0,0,0,0,0,0,35062,35058,38925,0,0,0,0,0,0,0,706,932,'',1,3,1,2.025,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21532,0,0,0,0,0,18647,0,0,0,'Mechanar Wrecker (1)','',NULL,0,70,70,1,90,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,19713,19713,0,0,0,0,0,0,0,35049,38923,0,0,0,0,0,0,0,0,2102,2754,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21533,0,0,0,0,0,19162,0,0,0,'Mechano-Lord Capacitus (1)','',NULL,0,72,72,1,90,0,1.6,1.42857,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,72,21533,0,0,0,0,0,0,0,0,35161,39096,35159,35158,0,0,0,0,0,0,12988,16972,'',1,3,1,35,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(21534,0,0,0,0,0,17612,0,0,0,'Nether Charge (1)','',NULL,0,71,71,1,16,0,3.3,1.14286,1,0,299,426,0,308,1,1400,2000,1,33554434,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(21535,0,0,0,0,0,15438,0,0,0,'Nether Wraith (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,8,0,0,0,0,0,0,0,0,0,35058,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.025,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21536,0,0,0,0,0,19166,0,0,0,'Nethermancer Sepethrea (1)','',NULL,0,72,72,1,16,0,1.6,1.71,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,21536,0,0,0,0,0,0,0,0,35314,35250,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,22.275,10,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(21537,0,0,0,0,0,20033,0,0,0,'Pathaleon the Calculator (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,21537,19220,0,0,0,0,0,0,0,15453,36022,36992,35280,0,0,0,0,0,0,11288,14752,'',1,3,1,22.95,10,1,0,33860,31086,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(21538,0,0,0,0,0,5488,0,0,0,'Raging Flames (1)','',NULL,0,72,72,1,16,0,1.71,0.8,1,1,252,357,0,304,13,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,8,0,0,0,0,0,0,0,0,0,39346,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,22.275,5,1,0,0,0,0,0,0,0,87,1,0,0,'',12340),
|
|
(21539,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Astromage (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,296,424,0,290,2,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19168,19168,0,0,0,0,0,0,0,38933,17195,38930,0,0,0,0,0,0,0,2778,3638,'',1,3,1,5.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21540,0,0,0,0,0,19966,19967,0,0,'Sunseeker Engineer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,20988,20988,0,0,0,0,0,0,0,39196,36346,36341,0,0,0,0,0,0,0,2098,2750,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21541,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Netherbinder (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,248,363,0,135,5.9,1400,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,20059,20059,0,0,0,0,0,0,0,38936,17201,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21542,0,0,0,0,0,19165,0,0,0,'Tempest-Forge Destroyer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19735,0,0,0,0,0,0,0,0,36582,35783,0,0,0,0,0,0,0,0,9586,12528,'',1,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),
|
|
(21543,0,0,0,0,0,18662,0,0,0,'Tempest-Forge Patroller (1)','',NULL,0,71,71,1,16,0,1.48,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,19166,0,0,0,0,0,0,0,0,35011,0,0,0,0,0,0,0,0,0,3466,4536,'',1,3,1,6.75,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21544,0,0,0,0,0,19685,0,0,0,'Bloodfalcon (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,1,18155,0,0,0,0,0,0,0,0,34856,32323,18144,0,0,0,0,0,10483,0,0,0,'',1,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21545,0,0,0,0,0,17779,17780,17778,17777,'Bloodwarder Falconer (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,17994,17994,0,0,0,0,0,0,0,35401,34852,31567,34879,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21546,0,0,0,0,0,17883,17884,0,0,'Bloodwarder Greenkeeper (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,18419,18419,0,0,0,0,0,0,0,39121,39120,34800,0,0,0,0,0,0,0,1758,2306,'',1,3,1,4.05,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21547,0,0,0,0,0,21331,21332,0,0,'Bloodwarder Mender (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,248,363,0,135,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,19633,19633,0,0,0,0,0,0,0,35096,34809,17287,0,0,0,0,0,0,0,1418,1862,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21548,0,0,0,0,0,17773,17774,17775,17776,'Bloodwarder Protector (1)','',NULL,0,70,70,1,16,0,1.48,1.14286,1,1,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,17993,17993,0,0,0,0,0,0,0,29765,34784,35399,7,0,0,0,0,0,0,1674,2196,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21549,0,0,0,0,0,17813,17815,17816,17817,'Bloodwarder Steward (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,18404,18404,0,0,0,0,0,0,0,34821,0,0,0,0,0,0,0,0,0,2098,2750,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,17,0,'',12340),
|
|
(21550,0,0,0,0,0,19290,0,0,0,'Blue Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(21551,0,0,0,0,0,18929,0,0,0,'Commander Sarannis (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,32,21551,17976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,20.25,1,1,0,28769,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(21552,0,0,0,0,0,19030,0,0,0,'Frayer (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,18587,0,0,0,0,0,0,0,0,34201,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21553,0,0,0,0,0,17009,0,0,0,'Frayer Protector (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,34745,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21554,0,0,0,0,0,17714,0,0,0,'Frayer Wildling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,19608,0,0,0,0,0,0,0,0,39122,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21555,0,0,0,0,0,19029,0,0,0,'Greater Frayer (1)','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,19557,0,0,0,0,0,0,0,0,39122,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21556,0,0,0,0,0,9591,0,0,0,'Greater Sapling (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.025,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(21557,0,0,0,0,0,19292,0,0,0,'Green Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(21558,0,0,0,0,0,19045,0,0,0,'High Botanist Freywinn (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,32,21558,17975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8314,10866,'',1,3,1,21.2625,15,1,0,31744,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(21559,0,0,0,0,0,13109,0,0,0,'Laj (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,316,450,0,320,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,72,21559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,22.275,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(21560,0,0,0,0,0,18082,0,0,0,'Mutate Fear-Shrieker (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,8,19513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(21561,0,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,19598,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(21562,0,0,0,0,0,18083,0,0,0,'Mutate Horror (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,8,19865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,66064,0,'',12340),
|
|
(21563,0,0,0,0,0,11331,0,0,0,'Nethervine Inciter (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19511,19511,0,0,0,0,0,0,0,34616,30621,34615,34143,0,0,0,0,0,0,2102,2754,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21564,0,0,0,0,0,2878,0,0,0,'Nethervine Reaper (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19512,19512,0,0,0,0,0,0,0,15284,34626,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21565,0,0,0,0,0,2019,0,0,0,'Nethervine Trickster (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,32,19843,19843,0,0,0,0,0,0,0,34614,0,0,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21566,0,0,0,0,0,20139,0,0,0,'Red Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(21567,0,0,0,0,0,9590,0,0,0,'Sapling (1)','',NULL,0,72,72,1,16,0,1.125,1.14286,1,0,307,438,0,314,1,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6075,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(21568,0,0,0,0,0,21331,21332,0,0,'Summoned Bloodwarder Mender (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,13,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,35096,34809,17287,0,0,0,0,0,0,0,0,0,'',1,3,1,4.05,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21569,0,0,0,0,0,19317,19316,0,0,'Summoned Bloodwarder Reservist (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,34820,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.0125,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21570,0,0,0,0,0,17819,17820,0,0,'Sunseeker Botanist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18422,18422,0,0,0,0,0,0,0,34350,39125,39126,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21571,0,0,0,0,0,21341,21340,0,0,'Sunseeker Channeler (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,19505,19505,0,0,0,0,0,0,0,34637,34222,0,0,0,0,0,0,0,0,1508,1978,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21572,0,0,0,0,0,18925,18926,0,0,'Sunseeker Chemist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19486,19486,0,0,0,0,0,0,0,39128,39127,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21573,0,0,0,0,0,21337,21335,21336,0,'Sunseeker Gene-Splicer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,255,373,0,137,5.9,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,19507,19507,0,0,0,0,0,0,0,39347,0,0,0,0,0,0,0,0,0,1422,1866,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21574,0,0,0,0,0,17916,17917,17918,0,'Sunseeker Geomancer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18420,18420,0,0,0,0,0,0,0,34170,0,0,0,0,0,0,0,0,0,2190,2870,'',1,3,1,5.4,4,1,0,0,0,0,0,0,0,0,1,1537,0,'',12340),
|
|
(21575,0,0,0,0,0,21333,21334,0,0,'Sunseeker Harvester (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,19509,19509,0,0,0,0,0,0,0,34639,34640,0,0,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21576,0,0,0,0,0,21338,21339,0,0,'Sunseeker Herbalist (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,19508,19508,0,0,0,0,0,0,0,22127,39129,0,0,0,0,0,0,0,0,1932,2532,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(21577,0,0,0,0,0,17842,17843,17844,17845,'Sunseeker Researcher (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,18421,18421,0,0,0,0,0,0,0,34352,34354,34353,34355,0,0,0,0,0,0,1592,2088,'',1,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21578,0,0,0,0,0,18930,0,0,0,'Tempest-Forge Peacekeeper (1)','',NULL,0,72,72,1,16,0,1.48,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,9,0,18405,0,0,0,0,0,0,0,0,34793,34791,34785,0,0,0,0,0,0,0,2102,2754,'',1,3,1,12,15,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(21579,0,0,0,0,0,17713,0,0,0,'Thorn Flayer (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,35507,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21580,0,0,0,0,0,17714,0,0,0,'Thorn Lasher (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21581,0,0,0,0,0,14416,0,0,0,'Thorngrin the Tender (1)','',NULL,0,72,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,32,21581,17978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6528,8536,'',1,3,1,16.875,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(21582,0,0,0,0,0,19438,0,0,0,'Warp Splinter (1)','',NULL,0,73,73,1,16,0,1.48,1.14286,1,1,316,450,0,320,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,4,328,21582,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24.3,1,1,0,33859,31085,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(21583,0,0,0,0,0,19289,0,0,0,'White Seedling (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2025,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(21584,0,0,0,0,0,1126,11686,0,0,'Arcane Explosion (1)','',NULL,0,1,1,0,1692,0,1.125,1.14286,1,0,2,2,0,24,1,1400,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21585,0,0,0,0,0,19990,19992,0,0,'Arcatraz Defender (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,0,20857,20857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1926,2524,'',1,3,1,4.05,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),
|
|
(21586,0,0,0,0,0,19971,0,0,0,'Arcatraz Sentinel (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,20869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9582,12522,'',1,3,1,22.3,1,1,0,0,0,0,0,0,0,144,1,16384,0,'',12340),
|
|
(21587,0,0,0,0,0,19993,19994,0,0,'Arcatraz Warder (1)','',NULL,0,70,71,1,1692,0,1.71,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,20859,20859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1670,2190,'',1,3,1,4.05,5,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),
|
|
(21588,0,0,0,0,0,19895,0,0,0,'Blackwing Drakonaar (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,0,20911,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7718,10090,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(21589,0,0,0,0,0,19944,0,0,0,'Blazing Trickster (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20905,0,0,0,0,0,0,0,0,36907,36905,39022,0,0,0,0,0,0,0,6012,7860,'',1,3,1,16,10,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(21590,0,0,0,0,0,19888,0,0,0,'Dalliah the Doomsayer (1)','',NULL,0,72,72,1,16,0,1.71,1.42857,1,1,307,438,0,314,5.9,1600,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,8,21590,20885,0,0,0,0,0,0,0,36142,36173,36144,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24,1,1,0,0,0,0,0,0,0,150,1,616972287,1,'',12340),
|
|
(21591,0,0,0,0,0,19878,0,0,0,'Death Watcher (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(21592,0,0,0,0,0,19990,19992,0,0,'Defender Corpse (1)','',NULL,0,70,71,1,1814,0,0.0001,1.14286,1,1,299,426,0,308,13,1420,2000,1,774,2048,32,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),
|
|
(21593,0,0,0,0,0,19877,0,0,0,'Entropic Eye (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20868,0,0,0,0,0,0,0,0,38816,36677,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(21594,0,0,0,0,0,19949,0,0,0,'Eredar Deathbringer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,13,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20880,0,0,0,0,0,0,0,0,38844,38846,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(21595,0,0,0,0,0,19950,0,0,0,'Eredar Soul-Eater (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,1435,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,20879,20879,0,0,0,0,0,0,0,36778,36784,36786,0,0,0,0,0,0,0,3718,4864,'',1,3,1,8.1,8,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(21596,0,0,0,0,0,19889,0,0,0,'Ethereum Slayer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,20896,20896,0,0,0,0,0,0,0,36838,36839,15087,0,0,0,0,0,0,0,2018,2644,'',1,3,1,4,4,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(21597,0,0,0,0,0,21021,0,0,0,'Ethereum Wave-Caster (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,20897,20897,0,0,0,0,0,0,0,36480,38897,32693,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,4,1,0,0,0,0,0,0,0,144,1,257,0,'',12340),
|
|
(21598,0,0,0,0,0,20282,0,0,0,'Gargantuan Abyssal (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13.5,1,1,0,0,0,0,0,0,0,167,1,131073,0,'',12340),
|
|
(21599,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,33,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),
|
|
(21600,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,10,1,0,0,0,0,0,0,0,167,1,616972287,0,'',12340),
|
|
(21601,0,0,0,0,0,19943,0,0,0,'Harbinger Skyriss (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,2000,2000,2,832,2048,0,0,0,0,0,0,268,399,40,10,72,21601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,12532,'',1,3,1,33,10,1,0,33861,0,0,0,0,0,167,1,616972287,1,'',12340),
|
|
(21602,0,0,0,0,0,19942,0,0,0,'Millhouse Manastorm (1)','',NULL,0,70,70,1,495,0,1.71,1.14286,1,1,248,363,0,135,13,2000,2000,8,4160,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(21603,0,0,0,0,0,15294,0,0,0,'Negaton Field (1)','',NULL,0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21604,0,0,0,0,0,19951,0,0,0,'Negaton Screamer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,0,20875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,10,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),
|
|
(21605,0,0,0,0,0,19952,0,0,0,'Negaton Warp-Master (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2200,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3888,5086,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,71442407,0,'',12340),
|
|
(21606,0,0,0,0,0,19893,0,0,0,'Phase-Hunter (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,1,0,20906,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,4,1,0,0,0,0,0,0,0,144,1,617299967,0,'',12340),
|
|
(21607,0,0,0,0,0,18082,0,0,0,'Protean Horror (1)','',NULL,0,70,70,1,1693,0,1.125,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,10,0,20865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(21608,0,0,0,0,0,18887,0,0,0,'Protean Nightmare (1)','',NULL,0,71,71,1,1693,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,20864,0,0,0,0,0,0,0,0,38810,38811,36622,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,147,1,617562111,0,'',12340),
|
|
(21609,0,0,0,0,0,20265,0,0,0,'Protean Spawn (1)','',NULL,0,70,71,1,1693,0,1.125,1.14286,1,0,299,426,0,308,1,1000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,36796,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(21610,0,0,0,0,0,12334,0,0,0,'Sargeron Archer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20901,20901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,4086,'',1,3,1,8.1,8,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),
|
|
(21611,0,0,0,0,0,11343,0,0,0,'Sargeron Hellcaller (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,3,8,20902,20902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,4086,'',1,3,1,8.1,10,1,0,0,0,0,0,0,0,144,1,616709887,0,'',12340),
|
|
(21612,0,0,0,0,0,14430,0,0,0,'Sightless Eye (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,5,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.27,1,1,0,0,0,0,0,0,0,207,1,612532222,0,'',12340),
|
|
(21613,0,0,0,0,0,19947,0,0,0,'Skulking Witch (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,3,8,20882,20882,0,0,0,0,0,0,0,38851,36864,38852,0,0,0,0,0,0,0,4142,5418,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(21614,0,0,0,0,0,19976,0,0,0,'Soul Devourer (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20866,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(21615,0,0,0,0,0,19948,0,0,0,'Spiteful Temptress (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,8,20883,20883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3548,4642,'',1,3,1,8.1,4,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(21616,0,0,0,0,0,13030,0,0,0,'Sulfuron Magma-Thrower (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,13,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,20909,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6358,8314,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),
|
|
(21617,0,0,0,0,0,14515,0,0,0,'Akkiris Lightning-Waker (1)','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,13,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,4,0,20908,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,8,1,0,0,0,0,0,0,0,144,1,75636735,0,'',12340),
|
|
(21618,0,0,0,0,0,14352,0,0,0,'Twilight Drakonaar (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,20910,0,0,0,140,140,140,140,140,0,0,0,0,0,0,0,0,0,0,7888,10312,'',1,3,1,16,4,1,0,0,0,0,0,0,0,144,1,617496575,0,'',12340),
|
|
(21619,0,0,0,0,0,18345,0,0,0,'Unbound Devastator (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,3,0,20881,20881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4482,5862,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),
|
|
(21620,0,0,0,0,0,15882,0,0,0,'Unbound Void Zone (1)','',NULL,0,72,72,1,16,0,0.0001,1.14286,1,0,307,438,5,314,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),
|
|
(21621,0,0,0,0,0,19945,0,0,0,'Unchained Doombringer (1)','',NULL,0,71,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,3,8,20900,20900,0,0,0,0,0,0,0,36833,36835,36836,0,0,0,0,0,0,0,5760,7532,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,144,1,131073,0,'',12340),
|
|
(21622,0,0,0,0,0,19965,0,0,0,'Warden Mellichar (1)','',NULL,0,72,72,1,16,0,1.71,0.857143,1,1,307,438,0,314,5.9,2000,2000,1,33344,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,1,'',12340),
|
|
(21623,0,0,0,0,0,19993,19994,0,0,'Warder Corpse (1)','',NULL,0,70,71,1,1814,0,0.0001,1.14286,1,1,299,426,0,308,13,1420,2000,1,774,2048,32,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,617562111,0,'',12340),
|
|
(21624,0,0,0,0,0,19977,0,0,0,'Wrath-Scryer Soccothrates (1)','',NULL,0,72,72,1,16,0,1.71,1.42857,1,1,307,438,0,314,5.9,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,3,0,21624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11288,14752,'',1,3,1,24,10,1,0,0,0,0,0,0,0,150,1,616972287,1,'',12340),
|
|
(21625,0,0,0,0,0,11686,1126,0,0,'Wrath-Scryer\'s Felfire (1)','',NULL,0,70,70,1,14,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),
|
|
(21626,0,0,0,0,0,19882,0,0,0,'Zereketh the Unbound (1)','',NULL,0,72,72,1,16,0,1.71,1.71429,1,1,304,436,5,296,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,8,21626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,13642,'',1,3,1,27,10,1,0,0,0,0,0,0,0,167,1,616972287,1,'',12340),
|
|
(21627,0,0,0,0,0,20937,0,0,0,'Eclipsion Hawkstrider',NULL,NULL,0,70,70,1,1793,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,21627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,195,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(21628,0,0,0,0,0,20365,0,0,0,'Highborne Lamenter',NULL,NULL,0,70,70,1,68,0,0.2,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,2,'npc_highborne_lamenter',12340),
|
|
(21629,0,0,0,0,0,4449,20366,0,0,'Box','',NULL,0,1,1,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21630,0,0,0,0,0,20350,20351,20354,20355,'Blood Elf Male Illusion ALEX','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21631,0,0,0,0,0,20352,20353,20356,20357,'Blood Elf Female Illusion ALEX','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21632,0,0,0,0,0,10812,20383,0,0,'Nether Cloud',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,0,'',12340),
|
|
(21633,0,0,0,0,0,19949,0,0,0,'Deathbringer Jovaan',NULL,NULL,0,69,69,1,954,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,768,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21634,0,0,0,0,0,20375,0,0,0,'Forest Strider','',NULL,0,65,66,1,35,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,12,0,0,0,0,175,260,37,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13091,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21635,0,0,0,0,0,21268,0,0,0,'Afrazi Forest Strider','',NULL,0,70,70,1,1555,0,1.2,1.14286,1,0,252,357,0,304,1,1300,2000,1,0,2048,0,12,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21636,0,0,0,0,0,20289,20288,20288,20289,'Vengeful Draenei',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,1400,1900,1,32768,2048,0,0,0,0,0,0,166,246,35,6,0,21636,21636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,240,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21637,0,0,0,0,0,20377,20378,20379,20380,'Wyrmcult Scout','',NULL,8446,67,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21637,21637,0,0,0,0,0,0,0,15547,20714,11970,37635,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21638,0,0,0,0,0,20397,0,0,0,'Vengeful Harbinger',NULL,NULL,0,65,65,1,14,2,1,1.14286,1,0,200,281,0,278,1,2000,1900,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21639,0,0,0,0,0,20381,0,0,0,'Illidari Slayer',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21640,0,0,0,0,0,11549,0,0,0,'Trogma','',NULL,0,65,66,1,16,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,21640,21640,0,0,0,0,0,0,0,36033,8599,0,0,0,0,0,0,0,0,182,242,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21641,0,0,0,0,0,17035,11686,0,0,'Lament of the Highborne Spell Bunny',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21642,0,0,0,0,0,19320,0,0,0,'Alrumi','Reagents & Poison Supplies',NULL,0,65,65,1,1779,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21643,0,0,0,0,0,20384,0,0,0,'Alurmi','Keepers of Time Quartermaster',NULL,0,65,65,1,1779,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21644,0,0,0,0,0,18628,0,0,0,'Skettis Wing Guard',NULL,NULL,0,70,71,1,1862,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,21644,21644,0,0,0,0,0,0,0,13730,35321,40546,8599,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21645,0,0,0,0,0,9129,0,0,0,'Felguard Brute (1)','',NULL,0,69,70,1,90,0,1.48,1.14286,1,1,252,357,0,304,5.9,1304,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,17370,0,0,0,0,0,0,0,0,15615,18072,0,0,0,0,0,0,0,0,2582,3380,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21646,0,0,0,0,0,16888,16891,0,0,'Hellfire Familiar (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,1304,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,8,17370,0,0,0,0,0,0,0,0,13341,11921,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21647,0,0,0,0,0,17143,0,0,0,'Shadowmoon Sorcerer (1)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,23894,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21648,0,0,0,0,0,19980,0,0,0,'Mature Netherwing Drake',NULL,NULL,0,69,69,1,1824,0,0.666668,2.28571,1,1,245,346,0,298,4.6,2000,2000,1,33344,2048,0,0,0,0,0,0,206,302,43,2,0,21648,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,4,3,1,0,0,0,0,0,0,0,199,1,0,2,'npc_mature_netherwing_drake',12340),
|
|
(21649,0,0,0,0,0,20602,0,0,0,'Skettis Windwalker',NULL,NULL,0,70,71,1,1862,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,21649,21649,0,0,0,0,0,0,0,13901,40578,34110,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21650,0,0,0,0,0,17864,0,0,0,'Skettis Talonite',NULL,NULL,0,70,70,1,1862,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,21650,21650,0,0,0,0,0,0,0,11428,10277,0,0,0,0,0,0,0,0,207,276,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21651,0,0,0,0,0,21352,0,0,0,'Time-Lost Skettis Reaver','',NULL,0,70,71,1,1862,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,21651,0,0,0,0,0,0,0,0,15496,3019,42247,0,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21652,0,0,0,0,0,20818,0,0,0,'Skettis Time-Shifter',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,21652,21652,0,0,0,0,0,0,0,46380,37589,0,0,0,0,0,0,0,0,221,293,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21653,0,0,0,0,0,20544,0,0,0,'Time-Lost Skettis Spirit [PH]','',NULL,0,70,70,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21654,0,0,0,0,0,10553,23501,0,0,'Skettis Followers Spawner',NULL,NULL,0,60,60,1,190,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21655,0,0,0,0,0,20388,0,0,0,'Nakodu','Lower City Quartermaster',NULL,0,70,70,1,1818,128,1,1,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21656,0,0,0,0,0,12334,0,0,0,'Illidari Satyr','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21656,21656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,269,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21657,0,0,0,0,0,20593,0,0,0,'Neltharaku',NULL,NULL,8397,72,72,1,7,3,1,2.85714,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,15,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(21658,0,0,0,0,0,8611,0,0,0,'[UNUSED]Death\'s Deliverer','',NULL,0,68,68,1,90,0,1.71,1.14286,1,1,2,2,0,24,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21659,0,0,0,0,0,2421,0,0,0,'Floaty Flavor Eye','',NULL,0,1,1,0,188,0,1,1.42857,1,0,2,2,0,24,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(21660,0,0,0,0,0,20562,20391,20537,0,'Cabal Abjurist',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,32768,2048,0,0,0,0,0,0,136,202,27,7,0,21660,21660,0,0,0,0,0,0,0,11831,34447,0,0,0,0,0,0,0,0,146,196,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21661,0,0,0,0,0,20393,20394,20563,0,'Cabal Skirmisher',NULL,NULL,0,63,63,1,16,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,21661,21661,0,0,0,0,0,0,0,15496,8599,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21662,0,0,0,0,0,20395,20396,0,0,'Cabal Tomb-Raider',NULL,NULL,0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,21662,21662,0,0,0,0,0,0,0,37685,1604,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21663,0,0,0,0,0,20398,0,0,0,'Oronu the Elder',NULL,NULL,0,70,70,1,1813,0,1,1,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21663,21663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,281,'',1,3,1,1.3,1,1,0,30649,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21664,0,0,0,0,0,19783,0,0,0,'Human Charger',NULL,NULL,8346,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.30432,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21665,0,0,0,0,0,20405,0,0,0,'Outland Rock Flayer Elite PurplePurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21666,0,0,0,0,0,20400,0,0,0,'Outland Rock Flayer Elite PurpleBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21667,0,0,0,0,0,20408,0,0,0,'Outland Rock Flayer Elite PinkBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21668,0,0,0,0,0,20399,0,0,0,'Outland Rock Flayer Elite GreyRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21669,0,0,0,0,0,20409,0,0,0,'Outland Rock Flayer Elite GreyPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21670,0,0,0,0,0,20410,0,0,0,'Outland Rock Flayer Elite GreyGrey','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21671,0,0,0,0,0,20404,0,0,0,'Outland Rock Flayer Elite GreenYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21672,0,0,0,0,0,20406,0,0,0,'Outland Rock Flayer Elite GreenPurple','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21673,0,0,0,0,0,20401,0,0,0,'Outland Rock Flayer Elite GreenOrange','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21674,0,0,0,0,0,20411,0,0,0,'Outland Rock Flayer Elite GreenGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21675,0,0,0,0,0,20415,0,0,0,'Outland Rock Flayer Elite BrownYellow','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21676,0,0,0,0,0,20402,0,0,0,'Outland Rock Flayer Elite BrownWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21677,0,0,0,0,0,20281,0,0,0,'Outland Rock Flayer Elite BrownRed','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21678,0,0,0,0,0,20414,0,0,0,'Outland Rock Flayer Elite BlueWhite','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21679,0,0,0,0,0,20413,0,0,0,'Outland Rock Flayer Elite BlueGreen','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21680,0,0,0,0,0,20403,0,0,0,'Outland Rock Flayer Elite BlueBrown','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21681,0,0,0,0,0,20412,0,0,0,'Outland Rock Flayer Elite BlueBlue','',NULL,0,60,61,1,1873,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21682,0,0,0,0,0,16278,0,0,0,'Human Cleric',NULL,NULL,8347,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.58861,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21683,0,0,0,0,0,16280,0,0,0,'Human Conjurer',NULL,NULL,8348,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21684,0,0,0,0,0,16293,0,0,0,'King Llane',NULL,NULL,8349,70,70,1,1690,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,37471,37474,0,0,0,0,0,0,0,0,0,0,'',1,3,1,21.4715,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21685,0,0,0,0,0,20416,0,0,0,'Oronok Torn-heart',NULL,NULL,8350,70,70,1,250,0,1,1.14286,1,0,234,331,0,286,3,2000,2000,2,33280,0,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21686,0,0,0,0,0,20198,0,0,0,'Borak, Son of Oronok',NULL,NULL,0,70,70,1,250,0,1.125,1.14286,1,0,252,357,0,304,3,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21687,0,0,0,0,0,20196,0,0,0,'Grom\'tor, Son of Oronok',NULL,NULL,0,70,70,1,250,0,1.125,1.14286,1,0,252,357,0,304,3,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21688,0,0,0,0,0,17721,0,0,0,'Oronok\'s Mount','',NULL,0,70,70,0,1729,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(21689,0,0,0,0,0,1004,0,0,0,'Coilfang Frenzy Corpse',NULL,NULL,0,70,70,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,20,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(21690,0,0,0,0,0,20417,0,0,0,'R-3D0','Toshley\'s Station Remote Sentry',NULL,8351,67,67,1,1733,3,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(21691,0,0,0,0,0,20418,0,0,0,'Toshley','',NULL,8352,69,69,1,1732,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21692,0,0,0,0,0,21059,0,0,0,'Cansis','',NULL,0,62,62,1,1735,0,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21694,21914,0,0,0,0,17450,0,0,0,'Bog Overlord',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,5,256,21694,0,80001,0,0,0,0,0,0,8599,32065,37272,40340,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,80428891,0,'',12340),
|
|
(21695,21917,0,0,0,0,5564,0,0,0,'Tidal Surger',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21695,0,0,0,0,0,0,0,0,15531,37250,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21696,21916,0,0,0,0,5561,0,0,0,'Steam Surger',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,0,234,331,0,286,4.6,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21696,0,0,0,0,0,0,0,0,37252,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21697,21712,0,0,0,0,20513,0,0,0,'Infinite Chrono-Lord',NULL,NULL,0,72,72,1,168,0,1,1.14286,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_chrono_lord_deja',12340),
|
|
(21698,22167,0,0,0,0,19066,0,0,0,'Infinite Timereaver',NULL,NULL,0,72,72,1,168,0,1,1.14286,1,1,307,438,0,314,7.5,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097408,'boss_temporus',12340),
|
|
(21699,0,0,0,0,0,20628,0,0,0,'Maiev Shadowsong',NULL,NULL,0,72,72,1,35,0,1.71,1.14286,1,1,304,436,0,296,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21700,0,0,0,0,0,20681,0,0,0,'Akama',NULL,NULL,8372,70,70,0,1820,3,1.48,1.14286,1,1,234,331,0,286,4.6,1800,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21701,0,0,0,0,0,20422,0,0,0,'Ashtongue Deathsworn',NULL,NULL,0,70,70,0,1858,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21702,22346,0,0,0,0,21046,0,0,0,'Ethereum Life-Binder',NULL,NULL,0,70,70,1,16,0,1,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,21702,21702,0,0,0,0,0,0,0,37479,34941,37480,0,0,0,0,0,0,0,881,1155,'SmartAI',1,3,1,3,4,1,0,0,0,0,0,0,0,144,1,617562110,0,'',12340),
|
|
(21703,0,0,0,0,0,19074,0,0,0,'Corrupt Fire Totem',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,230,336,0,133,1,1400,1900,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21704,0,0,0,0,0,19073,0,0,0,'Corrupt Earth Totem',NULL,NULL,0,69,69,1,1813,0,1,1,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21705,0,0,0,0,0,19071,0,0,0,'Corrupt Air Totem',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.001,0.33,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21706,0,0,0,0,0,18244,0,0,0,'Corrupted Fire Elemental',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,9053,35194,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21707,0,0,0,0,0,5494,0,0,0,'Corrupted Air Elemental',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21708,0,0,0,0,0,2169,0,0,0,'Corrupted Earth Elemental','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,0,0,0,0,0,0,0,0,0,13728,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21709,0,0,0,0,0,20439,0,0,0,'Eykenen','Corruptor of Earth',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21709,21709,0,0,0,0,0,0,0,32734,13281,0,0,0,0,0,0,0,0,171,229,'',0,3,1,1,1,1,0,30692,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21710,0,0,0,0,0,20441,0,0,0,'Uylaru','Corruptor of Fire',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21710,21710,0,0,0,0,0,0,0,15039,0,0,0,0,0,0,0,0,0,178,237,'',1,3,1,1,1,1,0,30694,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21711,0,0,0,0,0,20440,0,0,0,'Haalum','Corruptor of Air',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,21711,21711,0,0,0,0,0,0,0,12058,9532,0,0,0,0,0,0,0,0,167,223,'',1,3,1,1,1,1,0,30691,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21712,0,0,0,0,0,20513,0,0,0,'Infinite Chrono-Lord (1)','',NULL,0,73,73,1,168,0,1,1.14286,1,1,304,436,0,296,13,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,64,0,0,0,0,0,0,0,0,0,38538,38539,31467,31550,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(21713,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 1','',NULL,0,50,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21714,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 2','',NULL,0,55,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21715,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 3','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21716,0,0,0,0,0,11686,0,0,0,'[DND]Mok\'Nathal Wand 4','',NULL,0,65,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21717,0,0,0,22197,0,20507,20508,0,0,'Dragonmaw Wrangler',NULL,NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21717,21717,0,0,0,0,0,0,0,38338,8599,0,0,0,0,0,0,0,0,199,265,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21718,0,0,0,22197,0,20501,20502,0,0,'Dragonmaw Subjugator',NULL,NULL,0,69,70,1,62,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21718,21718,0,0,0,0,0,0,0,9613,0,0,0,0,0,0,0,0,0,175,233,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21719,0,0,0,22197,0,20493,20494,0,0,'Dragonmaw Drake-Rider',NULL,NULL,0,70,70,1,62,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,21719,21719,0,0,0,0,0,0,0,6660,38859,0,0,0,0,0,0,0,0,180,240,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21720,0,0,0,22197,0,20499,20500,0,0,'Dragonmaw Shaman',NULL,NULL,0,69,70,1,62,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,21720,21720,0,0,0,0,0,0,0,12550,6742,14900,0,0,0,0,0,0,0,181,241,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21721,0,0,0,0,0,18272,0,0,0,'Enslaved Netherwing Whelp',NULL,NULL,0,69,69,1,62,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,2,0,21721,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21722,0,0,0,0,0,19980,0,0,0,'Enslaved Netherwing Drake',NULL,NULL,0,69,69,1,62,0,0.666668,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,2,0,21722,0,70171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.6,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'npc_enslaved_netherwing_drake',12340),
|
|
(21723,0,0,0,0,0,20424,0,0,0,'Blackwind Sabercat',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,1786,2000,1,32768,2048,0,2,0,0,0,0,262,389,48,1,1,21723,0,70064,0,0,0,0,0,0,33912,0,0,0,0,0,0,0,13357,0,0,0,'SmartAI',1,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21724,0,0,0,0,0,20425,0,0,0,'Hawkbane','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1538,2000,1,32768,2048,0,2,0,0,0,0,215,320,44,1,1,21724,0,0,0,0,0,0,0,0,36590,0,0,0,0,0,0,0,13380,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21725,0,0,0,0,0,20304,0,0,0,'Kagrosh',NULL,NULL,8371,70,70,1,29,1,1,1.14286,1,0,252,357,0,304,1,1400,1900,1,537133312,2048,32,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_flanis_swiftwing_and_kagrosh',12340),
|
|
(21726,0,0,0,0,0,16269,0,0,0,'Summoned Daemon',NULL,NULL,8355,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21727,0,0,0,0,0,20427,0,0,0,'Flanis Swiftwing',NULL,NULL,8356,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,1400,1900,1,537133312,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npcs_flanis_swiftwing_and_kagrosh',12340),
|
|
(21728,0,0,0,0,0,5564,0,0,0,'Skettis Surger',NULL,NULL,0,70,71,1,91,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,21728,0,0,0,0,0,0,0,0,32011,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21729,0,0,0,0,0,20594,0,0,0,'Electromental','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,37273,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21730,0,0,0,0,0,20162,0,0,0,'Alluvion','',NULL,0,72,72,1,91,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,4,0,21730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21731,0,0,0,0,0,20594,0,0,0,'Encased Electromental','',NULL,0,67,67,1,14,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,38465,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21732,0,0,0,0,0,20428,0,0,0,'Nandirx','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21733,0,0,0,0,0,20429,0,0,0,'Karzo','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21734,0,0,0,0,0,20430,0,0,0,'Zixxy','Banker',NULL,0,65,67,1,35,131073,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21735,0,0,0,0,0,20431,0,0,0,'Infernal Oversoul',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21736,0,0,0,0,0,20443,20444,20445,20446,'Wildhammer Defender',NULL,NULL,0,67,67,1,1819,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,21736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21737,0,0,0,0,0,17200,0,0,0,'Mini-Electromental Flavor','',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21738,0,0,0,0,0,20432,0,0,0,'Redeemed Spirit of Air','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21739,0,0,0,0,0,20433,0,0,0,'Redeemed Spirit of Earth','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21740,0,0,0,0,0,12231,0,0,0,'Redeemed Spirit of Fire','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21741,0,0,0,0,0,20076,0,0,0,'Redeemed Spirit of Water','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21742,0,0,0,0,0,19489,19490,19487,19488,'Sunfury Eradicator','',NULL,0,67,68,1,1701,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,21742,21742,0,0,0,0,0,0,0,17137,38008,0,0,0,0,0,0,0,0,167,222,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21743,0,0,0,0,0,20434,20435,0,0,'Sunfury Blood Lord','',NULL,0,68,68,1,1701,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,21743,21743,0,0,0,0,0,0,0,36104,37577,0,0,0,0,0,0,0,0,195,260,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21744,0,0,0,0,0,20436,0,0,0,'Roldemar','Innkeeper',NULL,7949,65,65,1,1744,65665,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(21746,0,0,0,0,0,20437,0,0,0,'Caretaker Aluuro','Innkeeper',NULL,7949,65,65,1,1743,66177,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(21747,0,0,0,0,0,16267,0,0,0,'Orc Necrolyte',NULL,NULL,8362,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.58861,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21748,0,0,0,0,0,2352,0,0,0,'Orc Wolf',NULL,NULL,8366,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.30432,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21749,0,0,0,0,0,20447,20448,20449,20450,'Shadowmoon Scout','',NULL,0,67,67,1,1835,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21750,0,0,0,0,0,16263,0,0,0,'Orc Warlock',NULL,NULL,8367,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11.4515,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21751,0,0,0,0,0,20438,0,0,0,'Chubis','B.O.O.M. Jr. Mech Tech',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21752,0,0,0,0,0,16270,0,0,0,'Warchief Blackhand',NULL,NULL,8368,70,70,1,1689,1,2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,37476,37472,0,0,0,0,0,0,0,0,0,0,'',1,3,1,21.4715,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(21753,0,0,0,0,0,20451,20452,0,0,'Shadow Council Felsworn','',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21754,0,0,0,0,0,20453,20454,0,0,'Shadow Council Zealot','',NULL,0,67,67,1,90,0,1.125,1.14286,1,0,225,314,0,288,1,1400,1900,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21755,0,0,0,0,0,20442,0,0,0,'Nickwinkle the Metro-Gnome','',NULL,8370,67,67,1,1732,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21756,0,0,0,0,0,16480,17188,0,0,'Shadowmoon Mark of Kael','',NULL,0,70,70,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),
|
|
(21757,0,0,0,0,0,11686,0,0,0,'Big Electromental Flavor','',NULL,0,67,67,1,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21758,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Base Bunny','',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21759,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Top Bunny (Caster)',NULL,NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21760,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Master Bunny',NULL,NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_oscillating_frequency_scanner_master_bunny',12340),
|
|
(21761,0,0,0,0,0,16946,0,0,0,'Destroyed Sentinel',NULL,NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(21762,0,0,0,0,0,20387,0,0,0,'Illidari Tormentor','Servant of Illidan',NULL,0,68,69,1,1813,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21763,0,0,0,0,0,18012,0,0,0,'Time-Lost Skettis Worshipper','',NULL,0,71,71,1,1862,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,21763,0,0,0,0,0,0,0,0,38167,0,0,0,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21764,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (63)','',NULL,0,63,63,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21765,0,0,0,0,0,1122,0,0,0,'Travis\' Loot Tester (68)','',NULL,0,68,68,1,1781,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21766,0,0,0,0,0,20455,0,0,0,'Alieshor','Flight Master',NULL,8560,65,65,1,1744,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21767,0,0,0,0,0,18431,0,0,0,'Harbinger of the Raven','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,21767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,260,'SmartAI',1,7,1,1,1,1,0,30706,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21768,0,0,0,0,0,14556,0,0,0,'Vagath','',NULL,0,70,70,1,1843,0,1.48,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,768,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,25,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(21769,0,0,0,0,0,20457,0,0,0,'Overlord Or\'barokh',NULL,NULL,8443,70,70,1,1734,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21770,0,0,0,0,0,20458,0,0,0,'Researcher Tiorus','',NULL,0,70,70,1,1734,2,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21771,0,0,0,0,0,20459,0,0,0,'Warcaller Sardon Truslice','',NULL,0,68,68,1,1734,2,1.71,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21772,0,0,0,0,0,20460,0,0,0,'Chief Apothecary Hildagard',NULL,NULL,8383,69,69,1,1734,3,1.71,1.14286,1,1,224,316,0,282,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21773,0,0,0,0,0,20461,0,0,0,'Thane Yoregar','',NULL,8457,70,70,1,1733,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21774,0,0,0,0,0,20462,0,0,0,'Zorus the Judicator','',NULL,8392,70,70,1,1733,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21775,0,0,0,0,0,20463,0,0,0,'Warcaller Beersnout',NULL,NULL,0,67,67,1,1733,2,1,1.14286,1,1,225,314,0,288,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21776,0,0,0,0,0,10070,0,0,0,'Illidari Temptress','',NULL,0,69,69,0,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,33536,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21777,0,0,0,0,0,20464,0,0,0,'Gnomus','',NULL,0,65,65,1,1733,2,1,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21778,0,0,0,0,0,16063,0,0,0,'Doctor Gutrick','Shadow Council Overseer',NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,21778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21779,0,0,0,0,0,16063,0,0,0,'Doctor Maleficus','Shadow Council Overseer',NULL,0,69,69,1,90,0,1.125,1.14286,1,0,245,346,0,298,1,1400,1900,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,21779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21780,0,0,0,0,0,17704,0,0,0,'Spawn of Dimensius','',NULL,0,70,70,1,1715,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,4,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21781,0,0,0,0,0,13069,0,0,0,'Oscillating Frequency Scanner Top Bunny (Target)','',NULL,0,67,67,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21782,0,0,0,0,0,4249,0,0,0,'Timeon','',NULL,0,63,63,1,1660,2,1.125,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21783,0,0,0,0,0,19653,0,0,0,'Protectorate Regenerator',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,36500,34232,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21784,0,0,0,0,0,20465,0,0,0,'Ghostrider of Karabor',NULL,NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,2,21784,21784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,267,'SmartAI',1,3,1,1,1,1,0,30800,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21785,0,0,0,0,0,20469,0,0,0,'Underbog Quaker (UNUSED)','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,31.5,15,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21786,0,0,0,21419,0,17312,20577,0,0,'Infernal Attacker (1)','',NULL,0,67,68,1,90,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,536870912,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21787,0,0,0,0,0,20682,0,0,0,'Time-Lost Skettis High Priest','',NULL,0,71,71,1,1862,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,21787,0,0,0,0,0,0,0,0,11639,42420,9734,16592,0,0,0,0,0,0,980,1450,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21788,0,0,0,0,0,20489,20490,20491,20492,'Shadowmoon Zealot',NULL,NULL,0,68,69,1,1821,0,1.125,1.14286,1,0,245,346,0,298,1,1419,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,2,21788,21788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21789,0,0,0,0,0,20472,0,0,0,'Nakansi','',NULL,0,70,70,1,1735,2,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21790,0,0,0,0,0,20474,0,0,0,'Plexi','',NULL,0,70,70,1,1732,2,1.125,1.14286,1,0,234,331,0,286,1,1435,1684,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21791,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21792,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 02',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21793,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 03',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21794,0,0,0,0,0,4626,15880,0,0,'Skettis Arakkoa Spell Origin 01',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21795,0,0,0,0,0,20020,20022,0,0,'Shadowmoon Harbinger',NULL,NULL,0,68,69,1,1821,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,33280,2048,0,0,0,0,0,0,188,280,32,6,2,21795,21795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,226,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21796,0,0,0,0,0,11686,0,0,0,'Wyrm from Beyond',NULL,NULL,0,66,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,33280,2048,0,0,0,0,0,0,175,260,37,1,0,0,0,0,0,0,0,0,0,0,36574,13321,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21797,0,0,0,0,0,20475,0,0,0,'Ancient Shadowmoon Spirit',NULL,NULL,8389,72,72,1,35,3,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,268,399,40,6,2,0,0,0,0,0,0,0,0,0,37729,37727,37788,37728,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,6.25,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21798,0,0,0,0,0,18996,0,0,0,'Singing Ridge Void Storm',NULL,NULL,0,70,70,0,1715,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21799,0,0,0,0,0,20476,0,0,0,'Wyrm from Beyond Transform','',NULL,0,66,66,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21800,0,0,0,0,0,17035,11686,0,0,'Singing Ridge Summon Bunny','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21801,0,0,0,0,0,20477,0,0,0,'Vhel\'kur',NULL,NULL,0,70,70,1,1822,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,2,21801,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4366,5706,'SmartAI',1,5,1,15,1,1,0,30797,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21802,0,0,0,0,0,17679,0,0,0,'Elekk Demolisher',NULL,NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,21802,0,70167,0,0,0,0,0,0,38045,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,0.8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21803,0,0,0,0,0,20478,0,0,0,'Ashtongue Handler','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,21803,21803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'',1,3,1,0.6,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21804,0,0,0,0,0,20738,0,0,0,'Skettis Kaliri',NULL,NULL,0,70,70,1,1869,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,21804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13263,0,0,0,'SmartAI',1,3,1,0.45,0.3,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(21805,0,0,0,0,0,19653,0,0,0,'Protectorate Avenger',NULL,NULL,0,69,70,1,1795,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,36500,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21806,0,0,0,0,0,20638,0,0,0,'Greyheart Spellbinder',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,17,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,37531,39076,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,25,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21807,0,0,0,0,0,4449,19595,0,0,'Invis Legion Teleporter',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21808,0,0,0,0,0,12334,0,0,0,'Illidari Overseer','Servant of Illidan',NULL,0,69,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,21808,21808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,264,'',1,3,1,1,1,1,0,30451,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21809,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Poacher',NULL,NULL,0,66,67,1,1827,0,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,21809,21809,0,0,0,0,0,0,0,6533,15547,0,0,0,0,0,0,0,0,161,216,'SmartAI',1,3,1,1,1,1,0,31119,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21810,0,0,0,0,0,20480,20481,20482,20483,'Wyrmcult Hewer',NULL,NULL,0,66,67,1,1827,1,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,21810,21810,0,0,0,0,0,0,0,15576,8599,0,0,0,0,0,0,0,0,189,252,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21811,0,0,0,0,0,497,0,0,0,'Wyrmcult Broodling',NULL,NULL,0,65,66,1,1827,0,1.125,1.14286,1,0,195,273,0,266,1,2000,2000,2,0,2048,0,0,0,0,0,0,161,240,29,2,0,0,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21812,0,0,0,0,0,20479,0,0,0,'Phantom Leotheras',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(21814,0,0,0,0,0,17035,17612,0,0,'Nether Drake Egg Bunny',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21815,0,0,0,0,0,20550,20551,20552,20553,'Cleric of Karabor',NULL,NULL,0,69,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,6,0,21815,21815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,272,'SmartAI',1,3,1,1,1,1,0,30799,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21816,0,0,0,0,0,19695,0,0,0,'Ironspine Chomper',NULL,NULL,0,63,64,1,49,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,1,0,21816,0,70163,0,0,0,0,0,0,32906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21817,0,0,0,0,0,20540,0,0,0,'Adolescent Nether Drake','',NULL,0,67,67,1,1824,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),
|
|
(21818,22169,0,0,0,0,20515,0,0,0,'Infinite Whelp',NULL,NULL,0,70,70,1,1720,0,2,1.42857,1,0,252,357,0,304,1,2000,1684,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(21819,0,0,0,0,0,1126,20024,0,0,'Blade\'s Edge - Toshley\'s - Invisible Stalker - Def Gun Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21820,0,0,0,0,0,19272,0,0,0,'Mature Nether Drake','',NULL,0,67,67,1,1824,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,2,0,21820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),
|
|
(21821,0,0,0,0,0,20530,0,0,0,'Proto-Nether Drake',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,225,314,0,288,1,1391,1634,1,0,2048,0,0,0,0,0,0,186,276,39,2,0,21821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_nether_drake',12340),
|
|
(21822,0,0,0,0,0,20518,0,0,0,'Vindicator Aluumen','',NULL,8384,69,69,1,1743,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21823,0,0,0,0,0,20591,0,0,0,'Nihil the Banished','',NULL,0,65,65,1,16,0,1,1.14286,1,1,200,281,0,278,7.5,1449,1701,1,2,2048,0,0,0,0,0,0,166,246,35,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,188,1,617299803,2,'npc_nether_drake',12340),
|
|
(21824,0,0,0,0,0,20520,0,0,0,'Dizzy Dina','',NULL,8385,68,68,1,1733,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21826,0,0,0,0,0,20523,0,0,0,'Sanoru','',NULL,0,70,70,0,1820,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21827,0,0,0,0,0,20524,0,0,0,'Zandras','Servant of Illidan',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,21827,21827,0,0,0,0,0,0,0,38051,0,0,0,0,0,0,0,0,0,188,251,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21829,0,0,0,0,0,20488,0,0,0,'Alliance Logger w/ Out Wood',NULL,NULL,0,9,13,1,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21830,0,0,0,0,0,19878,0,0,0,'Beholder (beige)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21831,0,0,0,0,0,19579,0,0,0,'Beholder (blue)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21832,0,0,0,0,0,20526,0,0,0,'Beholder (black)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21833,0,0,0,0,0,20527,0,0,0,'Beholder (gray)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21834,0,0,0,0,0,20528,0,0,0,'Beholder (green)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21835,0,0,0,0,0,19877,0,0,0,'Beholder (red)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21836,0,0,0,0,0,20529,0,0,0,'Beholder (spittle)','',NULL,0,69,69,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21837,0,0,0,0,0,11997,0,0,0,'Summoned Wrath Hound','',NULL,0,69,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21838,0,0,0,0,0,21168,0,0,0,'Terokk','',NULL,0,72,72,1,1862,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,21838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617496575,0,'',12340),
|
|
(21839,0,0,0,0,0,17834,0,0,0,'Mature Silkwing',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,37,0,0,0,0,175,260,37,1,1,21839,0,0,0,0,0,0,0,0,32914,0,0,0,0,0,0,0,13107,0,0,0,'',1,3,1,1.1,1,1,0,30792,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21840,0,0,0,0,0,17834,0,0,0,'Cosmetic Silkwing',NULL,NULL,0,65,66,1,14,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21841,0,0,0,0,0,20098,0,0,0,'Coilfang Ray (1)','Observer\'s Pet',NULL,0,70,70,1,1711,0,1.48,1.14286,1,1,252,357,0,304,5.9,1347,2000,1,64,2048,0,34,0,0,0,0,215,320,44,1,9,0,0,0,0,0,0,0,0,0,34984,0,0,0,0,0,0,0,12890,0,0,0,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21842,0,0,0,0,0,20099,0,0,0,'Coilfang Scale-Healer (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,234,331,0,286,5.9,1332,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,21126,21126,0,0,0,0,0,0,0,39378,37669,36052,0,0,0,0,0,0,0,2074,2720,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21843,0,0,0,0,0,20100,0,0,0,'Coilfang Tempest (1)','',NULL,0,70,70,1,74,0,1.48,1.14286,1,1,252,357,0,304,5.9,1333,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,21127,21127,0,0,0,0,0,0,0,36872,15667,0,0,0,0,0,0,0,0,2588,3390,'',1,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,67243977,0,'',12340),
|
|
(21844,0,0,0,0,0,20547,0,0,0,'Mountain Colossus',NULL,NULL,0,71,72,1,778,0,1.48,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,512,21844,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1690,2212,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21845,0,0,0,0,0,20125,0,0,0,'Leotheras the Blind',NULL,NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),
|
|
(21846,0,0,0,22450,0,20185,20186,20184,20183,'Slain Auchenai Warrior',NULL,NULL,0,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,215,320,44,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21847,0,0,0,0,0,1913,0,0,0,'Fel Guard Hound',NULL,NULL,0,60,60,0,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fel_guard_hound',12340),
|
|
(21848,0,0,0,0,0,26120,0,0,0,'Massive Seaforium Charge','',NULL,0,70,70,2,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21849,0,0,0,0,0,20617,0,0,0,'Bone Crawler',NULL,NULL,0,64,65,1,14,0,1,1,1,0,200,281,0,278,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,166,246,35,10,0,21849,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(21850,0,0,0,0,0,19406,0,0,0,'Outland Nether Ray, Red','',NULL,0,1,1,1,7,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21851,0,0,0,0,0,11686,0,0,0,'The Voice of the Raven God','',NULL,0,1,1,1,35,0,0.6,0.3,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21852,0,0,0,0,0,20183,20184,20185,20186,'Auchenai Warrior',NULL,NULL,0,64,65,1,1751,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21853,0,0,0,0,0,1923,0,0,0,'Raven\'s Wood Ent','',NULL,0,67,68,1,834,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21854,0,0,0,0,0,16878,0,0,0,'Ironspine Petrifier',NULL,NULL,0,62,63,1,49,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,1,0,21854,0,70163,0,0,0,0,0,0,32905,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21855,0,0,0,0,0,20781,15880,0,0,'Skettis Arakkoa Spell Origin 02',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21856,0,0,0,0,0,4626,15880,0,0,'Skettis Kneel Target 04',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21857,0,0,0,0,0,20607,0,0,0,'Inner Demon',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,39309,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.04125,1,1,0,0,0,0,0,0,0,121,1,1,0,'npc_inner_demon',12340),
|
|
(21858,0,0,0,0,0,20752,20753,20754,20755,'Sha\'tar Vindicator',NULL,NULL,0,70,70,1,1775,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21859,0,0,0,22450,0,20752,20753,20754,20755,'Slain Sha\'tar Vindicator',NULL,NULL,8117,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,215,320,44,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21860,0,0,0,0,0,20558,0,0,0,'Exarch Onaala',NULL,NULL,8390,69,69,1,1777,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,29564,31740,29563,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21861,0,0,0,0,0,20153,0,0,0,'Vision of the Raven God','',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21862,0,0,0,0,0,20559,0,0,0,'Dark Portal Dummy 1.30',NULL,NULL,0,1,1,0,1683,0,1,1.14286,1,1,2,2,0,24,7.5,2000,1900,2,0,2048,0,0,0,0,0,0,1,2,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21863,0,0,0,0,0,20560,0,0,0,'Serpentshrine Lurker','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,17,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,328,21863,0,80001,0,0,0,0,0,0,38655,38650,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,52,1,0,0,'',12340),
|
|
(21864,0,0,0,21978,0,15433,0,0,0,'Scorchshell Pincer','','',0,68,69,1,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,20,0,0,0,0,206,302,43,1,1,21864,0,70063,0,0,0,0,0,0,38208,0,0,0,0,0,0,0,11579,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21865,21919,0,0,0,0,19365,0,0,0,'Coilfang Ambusher',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,17,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,37770,37790,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21866,0,0,0,0,0,18824,18825,18826,0,'Reanimated Spirit','',NULL,0,70,70,1,21,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,17014,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21867,0,0,0,0,0,21576,0,0,0,'Teron Gorefiend',NULL,NULL,0,72,72,1,35,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,268,399,40,6,2,0,0,0,0,0,0,0,0,0,37729,37727,39658,37728,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,6,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21868,0,0,0,0,0,15774,0,0,0,'Crust Burster Test','',NULL,0,66,67,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21869,0,0,0,0,0,21081,21082,0,0,'Unliving Guardian',NULL,NULL,0,65,65,1,190,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21870,0,0,0,0,0,20564,20565,0,0,'Unliving Initiate',NULL,NULL,0,65,65,1,190,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,166,246,35,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(21871,0,0,0,0,0,6197,16925,0,0,'Disembodied Spirit','',NULL,0,60,60,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21872,0,0,0,0,0,6197,16925,0,0,'The Voice of Gorefiend',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21873,21918,0,0,0,0,18384,0,0,0,'Coilfang Guardian',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,17,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,9080,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21874,0,0,0,0,0,14514,0,0,0,'Water Walker Elemental',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,46983,32012,23920,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(21875,0,0,0,0,0,20568,0,0,0,'Shadow of Leotheras',NULL,NULL,0,73,73,1,16,0,2,2.4,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,350,1,1,0,0,0,0,0,0,0,188,1,650723199,1,'',12340),
|
|
(21876,0,0,0,0,0,20570,16925,0,0,'Chain of Shadows',NULL,NULL,0,70,70,1,1821,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,37784,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21877,0,0,0,0,0,20569,0,0,0,'Karsius the Ancient Watcher',NULL,NULL,0,72,72,1,1821,0,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,37789,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,8,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21878,0,0,0,21978,0,19249,0,0,0,'Felboar',NULL,NULL,0,67,68,1,14,0,1,1.19048,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,21878,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21879,0,0,0,21978,0,20571,0,0,0,'Vilewing Chimaera',NULL,NULL,0,68,68,1,14,0,1.6,1.71429,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,38,0,0,0,0,195,289,41,1,65537,21879,0,70063,0,0,0,0,0,0,16552,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1,1,1,0,32502,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(21880,0,0,0,0,0,1126,11686,0,0,'Exploding Rune','',NULL,0,20,20,0,1620,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21881,0,0,0,0,0,20578,0,0,0,'Blood Elf Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21882,0,0,0,0,0,20579,0,0,0,'Blood Elf Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21883,0,0,0,0,0,20580,0,0,0,'Gnome Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21884,0,0,0,0,0,20581,0,0,0,'Gnome Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21885,0,0,0,0,0,20582,0,0,0,'Goblin Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21886,0,0,0,0,0,20583,0,0,0,'Goblin Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21887,0,0,0,0,0,20584,0,0,0,'Tauren Female Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21888,0,0,0,0,0,20585,0,0,0,'Tauren Male Illusion','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21889,21991,0,0,0,0,20586,0,0,0,'Sethekk Slayer','',NULL,0,67,68,1,16,0,1.2,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,33967,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21891,21989,0,0,0,0,20730,0,0,0,'Avian Ripper',NULL,NULL,0,67,67,1,16,0,1,1.14286,1,0,225,314,0,288,4.6,2000,1900,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,21891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13247,0,0,0,'SmartAI',1,1,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21892,0,0,0,0,0,11686,0,0,0,'Azaloth Credit Marker',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21893,0,0,0,0,0,11686,0,0,0,'Altruis Conversation Credit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21894,0,0,0,0,0,20217,0,0,0,'Xeleth','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,36398,36414,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21895,0,0,0,0,0,21058,0,0,0,'Taerek','',NULL,0,62,62,1,83,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21896,0,0,0,0,0,21052,0,0,0,'Silmara','',NULL,0,62,62,1,83,2,1.125,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21897,0,0,0,0,0,20592,0,0,0,'Felspine the Greater',NULL,NULL,0,70,70,1,14,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,21897,0,70063,0,0,0,0,0,0,37941,38356,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.8,1,1,0,30851,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(21898,0,0,0,0,0,17035,17200,0,0,'Mana Bomb Lightning Trigger',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21899,0,0,0,0,0,17035,13069,0,0,'Mana Bomb Lightning Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21900,0,0,0,0,0,8411,0,0,0,'Frightwing','',NULL,0,68,69,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.3,1,1,0,30819,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(21901,0,0,0,0,0,20596,0,0,0,'Netherskate',NULL,NULL,0,69,70,1,14,0,1.4,1.42857,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,34,0,0,0,0,198,295,33,1,1,21901,0,70063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12892,0,0,0,'',1,3,1,1,0.5,1,0,32502,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(21902,0,0,0,0,0,20692,20693,20694,0,'Cabal Spell-weaver',NULL,NULL,0,62,63,1,16,0,1,1,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,21902,21902,0,0,0,0,0,0,0,32707,17173,0,0,0,0,0,0,0,0,143,192,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21903,0,0,0,0,0,10812,20597,0,0,'Nether Cloud01',NULL,NULL,0,1,1,0,35,0,0.8,2,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(21904,21990,0,0,0,0,20729,0,0,0,'Avian Warhawk',NULL,NULL,0,68,68,1,16,0,1,1.14286,1,1,231,325,0,292,4.6,2000,1900,1,0,2048,0,26,0,0,0,0,195,289,41,1,1,21904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13248,0,0,0,'SmartAI',1,1,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21905,0,0,0,0,0,15531,0,0,0,'Veynna Dawnstar','Keeper of Sha\'tari Heirlooms',NULL,0,65,65,0,1744,128,1,1.14286,1,0,154,222,0,124,1,1500,2000,8,4608,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21906,0,0,0,0,0,16202,0,0,0,'Kelara','Keeper of Sha\'tari Heirlooms',NULL,0,65,65,0,1743,128,1,1.14286,1,0,154,222,0,124,1,1500,2000,8,33536,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21907,0,0,0,0,0,20695,20696,0,0,'Cabal Initiate',NULL,NULL,0,62,63,1,16,0,1,1.14286,1,0,164,228,0,249,1,2000,2000,2,32768,2048,0,0,0,0,0,0,133,196,26,7,0,21907,21907,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,145,195,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21908,0,0,0,0,0,18373,0,0,0,'Spellbound Terrorguard',NULL,NULL,0,67,67,1,1813,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21909,0,0,0,0,0,20600,0,0,0,'Arcano-Scorp',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,37851,37917,37919,37918,0,0,0,0,0,'',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21910,0,0,0,0,0,17035,11686,0,0,'Ride the Lightning Kill Credit Trigger','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21911,0,0,0,0,0,17867,0,0,0,'Skettis Soulcaller',NULL,NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,21911,21911,0,0,0,0,0,0,0,9613,36843,5137,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21912,0,0,0,0,0,20819,0,0,0,'Skettis Sentinel',NULL,NULL,0,71,72,1,1862,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,21912,21912,0,0,0,0,0,0,0,30619,37577,23537,0,0,0,0,0,0,0,259,343,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21913,0,0,0,0,0,20782,0,0,0,'Water Globule',NULL,NULL,0,73,73,1,14,0,0.5,0.5,1,1,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,9.8,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),
|
|
(21914,0,0,0,0,0,17450,0,0,0,'Bog Overlord (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,252,357,0,304,5.9,1400,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,256,21694,0,80001,0,0,0,0,0,0,8599,32065,37862,40340,0,0,0,0,0,0,0,0,'',1,3,1,8.775,1,1,0,0,0,0,0,0,0,0,1,80428891,0,'',12340),
|
|
(21915,0,0,0,0,0,6936,6937,6932,0,'Coilfang Leper (1)','',NULL,0,70,70,1,63,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,40505,14145,15063,15586,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21916,0,0,0,0,0,5561,0,0,0,'Steam Surger (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,234,331,0,286,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,21696,0,0,0,0,0,0,0,0,39412,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.675,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21917,0,0,0,0,0,5564,0,0,0,'Tidal Surger (1)','',NULL,0,72,72,1,16,0,1.71,1.14286,1,1,304,436,0,296,5.9,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,0,21695,0,0,0,0,0,0,0,0,15531,37250,0,0,0,0,0,0,0,0,0,0,'',1,3,1,8.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21918,0,0,0,0,0,18384,0,0,0,'Coilfang Guardian (1)','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,28168,9080,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21919,0,0,0,0,0,19365,0,0,0,'Coilfang Ambusher (1)','',NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,37770,37790,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21920,0,0,0,0,0,391,5243,5293,1773,'Tidewalker Lurker',NULL,NULL,0,71,71,1,16,0,2,1.6,1,1,299,426,0,308,17,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,41932,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(21921,0,0,0,0,0,328,11686,0,0,'Chess - Sound Bunny',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21922,0,0,0,0,0,20605,0,0,0,'Talbuk','',NULL,0,5,5,0,188,0,1.125,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,0,0,0,0,0,3,4,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21923,0,0,0,0,0,20606,0,0,0,'Terrorguard Protector',NULL,NULL,0,68,69,1,90,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,3,0,21923,21923,0,0,0,0,0,0,0,15496,37488,0,0,0,0,0,0,0,0,172,229,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21924,0,0,0,0,0,20600,20577,0,0,'Arcano-Scorp Credit',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21925,0,0,0,0,0,19888,0,0,0,'Avatar of Sathal',NULL,NULL,0,70,70,1,90,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21926,0,0,0,0,0,17035,13069,0,0,'Multi-Spectrum Light Trap Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21928,0,0,0,0,0,8611,0,0,0,'Lothros','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21929,0,0,0,0,0,17035,11686,0,0,'Trapping the Light Kill Credit Trigger','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21930,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #0','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21931,21988,0,0,0,0,18933,4566,20588,0,'Avian Flyer',NULL,NULL,0,67,67,1,35,0,1,2.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(21932,0,0,0,0,0,20609,0,0,0,'Hydross the Unstable','Duke of Currents',NULL,0,63,63,1,16,0,1,1.14286,1,3,181,253,0,268,35,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,315,40,1,0,0,0,0,0,0,0,164,1,617299803,1,'',12340),
|
|
(21933,0,0,0,0,0,19725,15880,0,0,'Hydross Beam Helper',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21934,0,0,0,0,0,19725,15880,0,0,'Hydross Cleansing Field Helper',NULL,NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21935,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Shattrath',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21936,0,0,0,0,0,20611,0,0,0,'Crazed Shardling',NULL,NULL,0,69,69,1,16,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,5,512,0,0,80100,0,0,0,0,0,0,34970,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21937,0,0,0,0,0,20610,0,0,0,'Earthmender Sophurus','The Earthen Ring',NULL,0,65,65,1,1727,2,1,1,1,0,186,260,0,262,1,2000,2000,2,33536,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21938,0,0,0,0,0,20612,0,0,0,'Earthmender Splinthoof','The Earthen Ring',NULL,0,66,66,1,1727,2,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,768,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21939,0,0,0,0,0,4449,16946,0,0,'Invis Illidari Blade Target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21940,0,0,0,0,0,4449,17188,0,0,'Invis Illidari Bane Caster',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21941,0,0,0,0,0,4629,0,0,0,'Accursed Apparition','',NULL,0,64,65,1,21,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,21941,0,0,0,0,0,0,0,0,16380,8279,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(21942,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Singing Ridge','',NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21943,0,0,0,0,0,14528,0,0,0,'Underbog Frenzy (1)','',NULL,0,62,63,0,1878,0,1.48,1.14286,1,1,181,253,0,268,5.9,1400,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,1,8,0,0,0,0,0,0,0,0,0,12097,0,0,0,0,0,0,0,0,0,0,0,'',1,2,1,8.1,1,1,0,0,0,0,0,0,0,180,1,8522768,0,'',12340),
|
|
(21944,0,0,0,0,0,3441,15435,0,0,'Gnome Cannon Shooter #Ruuan',NULL,NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21945,0,0,0,0,0,20613,20614,20615,20616,'Gnome Spirit','',NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21946,0,0,0,0,0,10811,17200,0,0,'Gnome Spirit Orb','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,130,'',12340),
|
|
(21947,0,0,0,0,0,19595,0,0,0,'Collection of Souls Glow Trigger','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21949,0,0,0,0,0,19215,0,0,0,'Fel Reaver Sentinel','',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,38055,38052,38006,37920,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(21950,0,0,0,0,0,20623,0,0,0,'Garm Wolfbrother','Chieftain of the Thunderlord Clan',NULL,8406,70,70,1,1735,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21951,0,0,0,0,0,20624,20625,20626,20627,'Thunderlord Clan Sub-Chief',NULL,NULL,0,68,69,1,1735,0,1.71,1.14286,1,1,245,346,0,298,4.6,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21952,0,0,0,0,0,20630,0,0,0,'Lobo',NULL,NULL,0,70,70,1,1735,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,1900,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,210,1,0,2,'',12340),
|
|
(21953,0,0,0,0,0,20631,0,0,0,'Varen the Reclaimer',NULL,NULL,0,68,68,1,1744,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21954,0,0,0,0,0,20632,0,0,0,'Larissa Sunstrike',NULL,NULL,0,69,69,1,1744,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21955,0,0,0,0,0,20633,0,0,0,'Arcanist Thelis','',NULL,0,68,68,1,1744,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21956,0,0,0,0,0,20634,0,0,0,'Rema','The Den Mother',NULL,0,66,66,1,1314,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,1,0,0,0,0,175,260,37,1,1,21956,0,70063,0,0,0,0,0,0,5781,13443,8599,0,0,0,0,0,11091,0,0,0,'',0,1,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21957,0,0,0,0,0,1126,20024,0,0,'Terokkar Forest - Shadow Council Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21958,0,0,0,0,0,20076,0,0,0,'Enchanted Elemental',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,650854271,2,'',12340),
|
|
(21959,0,0,0,0,0,19215,0,0,0,'Fel Reaver Sentinel Credit','',NULL,0,60,65,1,14,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(21960,0,0,0,0,0,18817,20673,18288,0,'Gan\'arg Technician','',NULL,0,67,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21961,0,0,0,0,0,20645,0,0,0,'Cataclysm Overseer','',NULL,0,70,70,1,14,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21962,0,0,0,0,0,20644,0,0,0,'Udalo',NULL,NULL,0,70,70,0,1820,2,1,1,1,0,234,331,0,286,4.6,1400,2000,2,0,2048,32,0,0,0,0,0,198,295,33,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21963,0,0,0,0,0,16269,0,0,0,'Enslaved Doomguard',NULL,NULL,0,64,64,1,190,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,136,202,27,3,0,21963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,189,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21964,0,0,0,0,0,20672,0,0,0,'Fathom-Guard Caribdis',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38330,38335,38337,38358,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(21965,0,0,0,0,0,20670,0,0,0,'Fathom-Guard Tidalvess',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38234,38236,38304,38306,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(21966,0,0,0,0,0,20671,0,0,0,'Fathom-Guard Sharkkis',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,30,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,38374,38366,38373,29436,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,105,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(21967,0,0,0,0,0,1126,20024,0,0,'Auchenai Death-Spirit',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(21968,0,0,0,0,0,20649,20650,0,0,'Silvermoon City Commendation Officer','',NULL,0,55,55,0,1604,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21969,0,0,0,0,0,20651,20652,0,0,'Exodar Commendation Officer','',NULL,0,55,55,0,1638,0,1.125,1.14286,1,0,94,125,0,228,1,1400,1900,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21970,0,0,0,0,0,20653,0,0,0,'Officer Dawning','Silvermoon City Commendations',NULL,0,55,55,0,1604,3,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21971,0,0,0,0,0,20654,0,0,0,'Officer Khaluun','Exodar Commendations',NULL,0,55,55,0,1638,3,1.125,1.14286,1,0,94,125,0,228,1,2000,2000,1,36864,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21972,0,0,0,0,0,20655,0,0,0,'Shadowy Disguise Male Transform','',NULL,0,63,64,1,1750,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21973,0,0,0,0,0,20656,0,0,0,'Shadowy Disguise Female Transform','',NULL,0,63,64,1,1750,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21974,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Area 52)',NULL,NULL,0,70,70,1,1806,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(21975,0,0,0,19995,0,20657,0,0,0,'Bladespire Sober Defender',NULL,NULL,0,66,66,1,1780,0,1.71,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.5,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(21976,0,0,0,0,0,20658,0,0,0,'Area 52 Death Machine',NULL,NULL,0,70,70,1,1857,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,2,1,1,0,0,0,0,0,0,0,215,1,16384,2,'',12340),
|
|
(21977,0,0,0,0,0,11375,11376,11377,0,'Gadgetzan Air Strike Caller','',NULL,0,67,67,1,475,0,1.2,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(21978,0,0,0,0,0,19249,0,0,0,'Shadowmoon Valley Wildlife',NULL,NULL,0,68,69,1,14,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21979,0,0,0,0,0,20674,0,0,0,'Val\'zareq the Conqueror','The Crimson Sigil',NULL,0,70,70,1,1701,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,2050,21979,0,0,0,0,0,0,0,0,38094,0,0,0,0,0,0,0,0,0,1604,2099,'',1,3,1,5,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21980,0,0,0,0,0,20675,0,0,0,'Val\'zareq\'s Hawkstrider','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(21981,0,0,0,0,0,20679,0,0,0,'Overseer Nuaar',NULL,NULL,8429,67,67,1,1194,1,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(21982,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Ambusher','',NULL,0,66,66,1,1827,0,1.2,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,9080,43298,6533,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(21983,0,0,0,0,0,20700,0,0,0,'Samia Inkling','',NULL,8432,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(21984,0,0,0,0,0,20918,0,0,0,'Rexxar','Champion of the Horde',NULL,8525,72,72,0,83,3,1,1.28571,1,3,307,438,0,314,35,2000,2000,1,36928,2048,0,0,0,0,0,0,270,401,53,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,20,1,0,0,0,0,0,0,0,133,1,0,2,'',12340),
|
|
(21985,0,0,0,0,0,17858,0,0,0,'Skettis Eviscerator',NULL,NULL,0,71,72,1,1862,0,1.125,1.14286,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,21985,21985,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,259,343,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21986,0,0,0,0,0,17903,17904,17907,17905,'Altar of Sha\'tar Vindicator','',NULL,0,70,70,1,1776,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21987,0,0,0,0,0,18783,13069,0,0,'World Trigger (Tiny)',NULL,NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(21988,0,0,0,0,0,18933,4566,20588,0,'Avian Flyer (1)','',NULL,0,67,67,1,35,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(21989,0,0,0,0,0,20730,0,0,0,'Avian Ripper (1)','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,5.9,1400,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,21891,0,0,0,0,0,0,0,0,38056,0,0,0,0,0,0,0,13247,0,0,0,'',1,1,1,0.8775,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21990,0,0,0,0,0,20729,0,0,0,'Avian Warhawk (1)','',NULL,0,70,71,1,16,0,1.71,1.14286,1,1,299,426,0,308,5.9,1400,2000,1,0,2048,0,26,0,0,0,0,262,389,48,1,1,21904,0,0,0,0,0,0,0,0,32901,38059,18144,0,0,0,0,0,13248,0,0,0,'',1,1,1,4.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21991,0,0,0,0,0,20586,0,0,0,'Sethekk Slayer (1)','',NULL,0,67,68,1,16,0,1.2,1.14286,1,1,231,325,0,292,13,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21992,0,0,0,0,0,19073,0,0,0,'Strength of Earth Totem',NULL,NULL,0,20,20,0,58,0,1.125,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,11,0,0,0,0,0,0,0,0,0,0,8076,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21993,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Horde - Bat Rider)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(21994,0,0,0,0,0,19073,0,0,0,'Stoneskin Totem','',NULL,0,4,4,0,58,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21995,0,0,0,0,0,19074,0,0,0,'Searing Totem',NULL,NULL,0,20,20,0,58,0,1.125,1.14286,1,0,29,39,0,70,1,1400,1900,1,0,2048,0,0,0,0,0,0,20,30,4,11,0,0,0,0,0,0,0,0,0,0,3606,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(21996,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Alliance - Gryphon)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(21997,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Goblin - Area 52 - Zeppelin)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(21998,0,0,0,0,0,20113,20114,20115,20116,'Kor\'kron Wind Rider',NULL,NULL,0,70,70,1,232,2,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(21999,0,0,0,0,0,20691,11686,0,0,'Air Force Trip Wire - Rooftop (Alliance)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22000,0,0,0,0,0,20684,0,0,0,'Dragonmaw Nether Drake',NULL,NULL,0,70,70,1,62,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,0.8,0.8,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22001,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Horde)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22002,0,0,0,0,0,20689,11686,0,0,'Air Force Trip Wire - Ground (Horde)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22003,0,0,0,0,0,20690,11686,0,0,'Air Force Trip Wire - Ground (Alliance)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22004,0,0,0,0,0,20928,0,0,0,'Leoroxx',NULL,NULL,8511,70,70,0,83,3,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22005,0,0,0,0,0,11029,0,0,0,'Tem','',NULL,0,5,5,0,83,0,1.25,1.14286,1,0,5,7,0,32,1,1400,1900,1,0,2048,0,2,0,0,0,0,3,4,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22006,0,0,0,0,0,20699,0,0,0,'Shadowlord Deathwail',NULL,NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,2048,22006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,6,1,0,31307,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22007,0,0,0,0,0,20680,0,0,0,'Tree Warden Chawn','',NULL,8431,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22008,0,0,0,0,0,6197,20577,0,0,'Sky Marker',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22009,0,0,0,0,0,11172,0,0,0,'Tainted Elemental','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,20,1400,1900,1,4,2048,0,0,0,0,0,0,215,320,44,4,72,22009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(22010,0,0,0,0,0,19928,0,0,0,'Cask','',NULL,0,60,60,1,83,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22011,0,0,0,0,0,20701,0,0,0,'Corok the Mighty',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,5,512,22011,0,80101,0,0,0,0,0,0,12612,15550,0,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22012,0,0,0,0,0,20702,0,0,0,'Chancellor Bloodleaf',NULL,NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,22012,0,0,0,0,0,0,0,0,34517,31742,0,0,0,0,0,0,0,0,1051,1377,'',1,3,1,4,20,1,0,31271,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22013,0,0,0,0,0,20703,20704,20705,20706,'Eye of the Storm Emissary','',NULL,8105,55,55,0,1733,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22014,0,0,0,0,0,16693,0,0,0,'Silvermoon Citizen','',NULL,0,6,6,0,1604,0,1,1.14286,1,0,7,9,0,34,1,1400,1900,1,0,2048,0,0,0,0,0,0,4,6,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(22015,0,0,0,0,0,20707,20708,20709,20710,'Eye of the Storm Envoy','',NULL,8452,55,55,0,1734,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22016,0,0,0,0,0,20716,20717,20718,20719,'Eclipsion Soldier',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,22016,22016,0,0,0,0,0,0,0,36476,0,0,0,0,0,0,0,0,0,172,229,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22017,0,0,0,0,0,20720,20721,20722,20723,'Eclipsion Spellbinder',NULL,NULL,0,68,69,1,1701,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,22017,22017,0,0,0,0,0,0,0,34447,18972,0,0,0,0,0,0,0,0,176,235,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22018,0,0,0,0,0,20712,20713,20714,20715,'Eclipsion Cavalier',NULL,NULL,0,69,69,1,1701,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2048,22018,0,0,0,0,0,0,0,0,30931,35871,0,0,0,0,0,0,0,0,207,275,'SmartAI',1,3,1,1,1,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22019,0,0,0,0,0,20711,0,0,0,'Kolphis Darkscale',NULL,NULL,8436,68,68,1,1827,1,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,37704,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22020,0,0,0,0,0,20081,0,0,0,'O\'Mally Zapnabber','Tally\'s Other Twin',NULL,8447,67,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22021,0,0,0,0,0,1126,16925,0,0,'O\'Mally\'s Instrument Bunny',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22022,0,0,0,0,0,20724,0,0,0,'Arcane Burst',NULL,NULL,0,67,67,1,16,0,1.125,1.14286,1,0,204,287,0,272,1,1400,1900,2,0,2048,0,0,0,0,0,0,170,253,31,4,64,0,0,0,0,0,0,0,0,0,25679,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',12340),
|
|
(22023,0,0,0,0,0,10830,0,0,0,'[DND]Spirit 1',NULL,NULL,0,30,30,0,35,0,1.125,1.14286,1,0,42,56,0,102,1,2000,1900,1,33554432,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22024,0,0,0,0,0,20601,0,0,0,'Parshah',NULL,NULL,8449,68,68,1,35,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22025,0,0,0,0,0,20864,0,0,0,'Asghar',NULL,NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,6,0,22025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31169,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22026,0,0,0,0,0,17864,0,0,0,'Bahat','',NULL,0,68,68,1,1818,0,1.125,1.14286,1,0,231,325,0,292,1,1406,1651,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22027,0,0,0,0,0,20726,0,0,0,'Nether Drakonid (Black)','',NULL,0,1,1,0,16,0,0.45,1.14286,1,1,2,2,0,24,7.5,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22028,0,0,0,0,0,20731,0,0,0,'Nether Drakonid Boss (Purple)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22029,0,0,0,0,0,20732,0,0,0,'Nether Drakonid (Purple)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22030,0,0,0,0,0,20734,0,0,0,'Nether Drakonid (Blue)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22031,0,0,0,0,0,20733,0,0,0,'Nether Drakonid (Green)','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22032,0,0,0,0,0,20735,0,0,0,'Nether Drakonid Boss (Green)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22033,0,0,0,0,0,20736,0,0,0,'Nether Drakonid Boss (Blue)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22034,0,0,0,0,0,20731,0,0,0,'Nether Drakonid Boss (Black)','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22035,0,0,0,0,0,5564,0,0,0,'Pure Spawn of Hydross',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(22036,0,0,0,0,0,11172,0,0,0,'Tainted Spawn of Hydross',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(22037,0,0,0,0,0,20743,0,0,0,'Smith Gorlunk',NULL,NULL,0,69,69,1,1813,0,1.125,1.14286,1,0,245,346,0,298,1,1500,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22038,0,0,0,0,0,11686,0,0,0,'Hai\'shulud','The Bone Emperor',NULL,0,65,66,1,14,0,1.71,1.14286,1,1,210,295,0,282,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,175,260,37,10,0,22038,0,0,0,0,0,0,0,0,32738,37840,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,6,1,1,0,31826,0,0,0,0,0,227,1,32,2097152,'',12340),
|
|
(22039,0,0,0,0,0,4626,11686,0,0,'[PH] bat target','',NULL,0,63,64,1,188,0,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,33587200,2048,0,0,0,0,0,0,136,202,27,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10525,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22040,0,0,0,0,0,9535,20843,0,0,'[PH] Cave Bat JZB','',NULL,0,63,64,1,190,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(22041,0,0,0,0,0,4629,0,0,0,'Corrupted Spectre[PH]','',NULL,0,65,66,0,21,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22042,0,0,0,0,0,7009,0,0,0,'Gryphonrider Kieran',NULL,NULL,0,68,68,1,1732,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22043,0,0,0,0,0,20117,0,0,0,'Sergeant Kargrul','',NULL,0,68,68,1,1735,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22044,0,0,0,0,0,659,0,0,0,'Cavern Crawler',NULL,NULL,0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,22044,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,13152,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22045,0,0,0,0,0,4067,14707,5265,0,'Vengeful Husk',NULL,NULL,0,65,66,1,21,0,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,6,0,22045,22045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,245,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22046,0,0,0,0,0,9535,20843,0,0,'[PH] Cave Bat','',NULL,0,63,64,1,190,0,1.125,1.14286,1,0,194,274,0,272,1,2000,2000,1,33554496,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(22047,0,0,0,0,0,15464,0,0,0,'Cave Beetle','',NULL,0,63,64,1,188,0,1.2,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22048,0,0,0,0,0,11097,0,0,0,'[ph] cave ant [not used]','',NULL,0,63,64,1,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22049,0,0,0,0,0,20578,0,0,0,'Blood Elf Male Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22050,0,0,0,0,0,20579,0,0,0,'Blood Elf Female Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22051,0,0,0,0,0,20261,0,0,0,'Crazed Colossus Kill Credit','',NULL,0,60,65,1,16,0,1,1.14286,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22052,0,0,0,0,0,19770,0,0,0,'Daggermaw Blackhide','',NULL,0,65,66,1,16,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,11,0,0,0,0,175,260,37,1,1,22052,0,70063,0,0,0,0,0,0,35321,0,0,0,0,0,0,0,13230,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22053,0,0,0,0,0,20249,0,0,0,'Mosswood the Ancient','',NULL,8508,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22054,0,0,0,0,0,20261,20577,0,0,'Behemothon, King of the Colossi',NULL,NULL,0,69,69,1,35,0,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,206,302,43,10,512,0,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22055,0,0,0,0,0,20772,0,0,0,'Coilfang Elite',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,38260,38262,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,144,1,650854271,0,'',12340),
|
|
(22056,0,0,0,0,0,18194,0,0,0,'Coilfang Strider',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,38259,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,113,1,650854271,0,'',12340),
|
|
(22057,0,0,0,0,0,1126,11686,0,0,'Coilfang Raid Control Emote Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22058,0,0,0,0,0,16480,17612,0,0,'Heart of Fury Visual Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22059,0,0,0,0,0,7862,7861,7860,7859,'Wildhammer Gryphon Rider',NULL,NULL,0,70,70,1,231,3,1.71,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(22060,0,0,0,0,0,20771,0,0,0,'Fenissa the Assassin',NULL,NULL,0,18,18,0,14,0,1.83,1.14286,1,4,26,35,0,64,1,2000,2000,1,32768,2048,0,0,0,0,0,0,18,26,3,7,0,22060,0,0,0,0,0,0,0,0,30831,19472,12540,0,0,0,0,0,0,0,28,42,'',1,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22061,0,0,0,0,0,17852,0,0,0,'Shadowmoon Soulstealer',NULL,NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22062,0,0,0,0,0,16176,0,0,0,'Dr. Whitherlimb',NULL,NULL,0,18,18,0,14,0,1,1.14286,1,4,26,35,0,64,1,2000,1900,1,0,2048,0,0,0,0,0,0,18,26,3,6,0,22062,22062,0,0,0,0,0,0,0,38864,38871,21067,0,0,0,0,0,0,0,26,38,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22063,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Goblin - Area 52)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22064,0,0,0,0,0,19980,0,0,0,'Stormspire Drake',NULL,NULL,0,70,70,1,1836,0,1.71,1.14286,1,1,252,357,0,304,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,38265,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),
|
|
(22065,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Ethereal - Stormspire)',NULL,NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22066,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Scryer - Dragonhawk)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22067,0,0,0,0,0,19259,0,0,0,'Scryer Dragonhawk',NULL,NULL,0,70,70,1,1838,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,20712,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),
|
|
(22068,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Ethereal - Stormspire)',NULL,NULL,0,70,70,1,190,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22069,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Stormspire)',NULL,NULL,0,70,70,1,1806,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22070,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Scryer)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22071,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Scryer)',NULL,NULL,0,70,70,1,1806,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22072,0,0,0,0,0,20776,0,0,0,'Shadowsworn Drakonid','Servant of Illidan',NULL,0,70,70,1,1813,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,2,0,22072,22072,0,0,0,0,0,0,0,16145,15496,17547,0,0,0,0,0,0,0,1306,1710,'',1,3,1,4,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22073,0,0,0,0,0,20777,0,0,0,'Marcus Auralion','High General of the Sha\'tar',NULL,0,73,73,1,1741,1,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,770,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22074,0,0,0,0,0,20590,0,0,0,'Illidari Mind Breaker','The Crimson Sigil',NULL,0,71,71,1,1701,0,1,1.14286,1,1,296,424,0,290,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,38985,22884,17194,0,0,0,0,0,0,0,0,0,'',1,3,1,4,6,1,0,0,0,0,0,0,0,0,1,604122705,0,'npc_illidari_spawn',12340),
|
|
(22075,0,0,0,0,0,20778,20779,18251,10691,'Illidari Soldier','The Crimson Sigil',NULL,0,70,70,1,1701,0,1,1.14286,1,1,234,331,0,286,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,35871,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,603991637,0,'npc_illidari_spawn',12340),
|
|
(22076,0,0,0,0,0,20780,0,0,0,'Torloth the Magnificent','The Crimson Sigil',NULL,0,72,72,1,1701,0,1,1.14286,1,1,304,436,0,296,7.5,1400,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,22076,0,0,0,0,0,0,0,0,39082,15284,33961,0,0,0,0,0,0,0,5219,6821,'',0,3,1,20,15,1,0,31278,0,0,0,0,0,0,1,612712447,0,'npc_torloth_the_magnificent',12340),
|
|
(22077,0,0,0,0,0,17202,0,0,0,'Aldor Gryphon Guard',NULL,NULL,0,70,70,1,1776,0,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22078,0,0,0,0,0,20417,20577,0,0,'Air Force Alarm Bot (Aldor)',NULL,NULL,0,70,70,1,1776,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22079,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Aldor - Gryphon)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22080,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Aldor)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22081,0,0,0,0,0,20798,20799,0,0,'Shadowmoon Darkweaver','Servant of Illidan',NULL,0,69,70,1,1813,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,22081,22081,0,0,0,0,0,0,0,9613,11962,35373,0,0,0,0,0,0,0,177,236,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22082,0,0,0,0,0,20800,20802,20803,0,'Shadowmoon Slayer','Servant of Illidan',NULL,0,68,69,1,1813,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22082,22082,0,0,0,0,0,0,0,37577,3019,0,0,0,0,0,0,0,0,199,265,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22083,0,0,0,0,0,20780,19595,0,0,'Lord Illidan Stormrage',NULL,NULL,0,73,73,1,35,0,1.48,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33555264,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,2,'npc_lord_illidan_stormrage',12340),
|
|
(22084,0,0,0,0,0,20793,20794,20795,0,'Shadowmoon Chosen','Servant of Illidan',NULL,0,70,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,22084,22084,0,0,0,0,0,0,0,38618,10966,0,0,0,0,0,0,0,0,205,273,'',1,3,1,1,1,1,0,34500,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22085,0,0,0,0,0,18029,0,0,0,'Sporeggar Sporebat','',NULL,0,70,70,1,1837,0,1.71,1.14286,1,1,234,331,0,286,7.5,1400,1900,2,0,2048,0,33,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,38285,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),
|
|
(22086,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Sporeggar)',NULL,NULL,0,70,70,1,1837,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22087,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Sporeggar - Sporebat)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22088,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Sporeggar)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22089,0,0,0,0,0,8011,0,0,0,'Toshley Flying Machine','',NULL,0,70,70,1,1802,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(22090,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Toshley\'s Station - Flying Machine)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22091,0,0,0,0,0,20231,0,0,0,'Spitfire Totem',NULL,NULL,0,71,71,0,58,0,0.001,1.14286,1,0,299,426,0,308,1,2000,2000,1,4,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(22093,0,0,0,0,0,20791,20792,0,0,'Illidari Watcher','The Crimson Sigil',NULL,0,70,70,1,1701,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,22093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2029,2654,'',1,3,1,8,6,1,0,31278,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22094,0,0,0,0,0,16642,0,0,0,'Remnant of Hate','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22095,0,0,0,0,0,6351,0,0,0,'Infested Root-Walker',NULL,NULL,0,64,65,1,16,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,256,22095,0,80000,0,0,0,0,0,0,39000,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_infested_root_walker',12340),
|
|
(22096,0,0,0,0,0,16480,11686,0,0,'Shadowlord Deathwail Visual Trigger','',NULL,0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,196,1,0,130,'',12340),
|
|
(22097,0,0,0,0,0,20783,20784,20785,0,'Veteran Gladiator','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22098,0,0,0,0,0,20786,20787,20788,0,'Grizzled Gladiator','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22099,0,0,0,0,0,20789,0,0,0,'Wyrmcult Provisioner',NULL,NULL,8490,67,68,1,1827,4225,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,22099,22099,0,0,0,0,0,0,0,35857,34802,0,0,0,0,0,0,0,0,194,259,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22100,0,0,0,0,0,20790,0,0,0,'Scorpid Bonecrawler',NULL,NULL,0,64,65,1,413,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,20,0,0,0,0,166,246,35,1,1,22100,0,70061,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,11580,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22101,0,0,0,0,0,20805,20806,0,0,'Arena Promoter','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22102,0,0,0,0,0,20793,20794,20795,0,'Shadowmoon Retainer','Servant of Illidan',NULL,0,69,70,1,1813,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,15547,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22103,0,0,0,0,0,20807,0,0,0,'Baron Sablemane','',NULL,8491,72,72,1,35,3,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22104,0,0,0,0,0,11686,0,0,0,'Cyclone (Karathress)',NULL,NULL,0,73,73,1,14,0,4,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,0,'',12340),
|
|
(22105,0,0,0,0,0,19582,20924,0,0,'Decrepit Clefthoof',NULL,NULL,0,64,65,1,15,0,1.125,1.14286,1,0,200,281,0,278,1,3000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,22105,0,70061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22106,0,0,0,0,0,20809,0,0,0,'Ruul\'s Netherdrake',NULL,NULL,0,70,70,1,62,0,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,38344,36513,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,2,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22107,0,0,0,0,0,18486,0,0,0,'Captain Darkhowl',NULL,NULL,8495,70,70,1,1729,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22108,0,0,0,0,0,497,0,0,0,'Blackwhelp','',NULL,0,68,68,1,7,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,33536,2048,0,0,0,0,0,0,179,266,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22109,0,0,0,0,0,19368,0,0,0,'Skald Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22110,0,0,0,0,0,20808,0,0,0,'Tethik','',NULL,0,70,70,1,1801,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22111,0,0,0,0,0,11686,0,0,0,'Zeth\'Gor Must Burn Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22112,0,0,0,0,0,20811,0,0,0,'Karynaku','Mate of Neltharaku',NULL,8492,72,72,1,7,3,1,2.85714,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,220,1,0,2,'npc_karynaku',12340),
|
|
(22113,0,0,0,0,0,20813,0,0,0,'Mordenai',NULL,NULL,8493,71,71,1,1840,3,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22114,0,0,0,0,0,20007,0,0,0,'Huffer','Rexxar\'s Friend',NULL,0,70,70,1,775,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,163,1,0,2,'',12340),
|
|
(22115,0,0,0,0,0,20816,0,0,0,'Enraged Earth Shard',NULL,NULL,0,68,69,1,16,2,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22116,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 1','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22117,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 2','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22118,0,0,0,0,0,11686,0,0,0,'[DND]Whisper Spying Credit Marker 3','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22119,0,0,0,0,0,17754,0,0,0,'Fathom Lurker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,15,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,64,0,0,0,0,0,0,0,0,0,25778,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(22120,0,0,0,0,0,20833,0,0,0,'Fathom Sporebat',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,15,2000,2000,1,0,2048,0,33,0,0,0,0,262,389,48,1,73,0,0,0,0,0,0,0,0,0,25778,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17.5,1,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(22121,0,0,0,0,0,16480,11686,0,0,'Felfire Summoner','',NULL,0,60,60,0,114,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,196,1,0,128,'',12340),
|
|
(22122,0,0,0,0,0,20013,0,0,0,'Cenarion Storm Crow',NULL,NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,215,1,0,2,'',12340),
|
|
(22123,0,0,0,0,0,17086,17554,20965,20966,'Rip-Blade Ravager',NULL,NULL,0,63,63,1,14,0,1,0.99206,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,31,0,0,0,0,147,219,32,1,1,22123,0,70061,0,0,0,0,0,0,3242,25640,0,0,0,0,0,0,11568,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22124,0,0,0,0,0,20417,11686,0,0,'Air Force Alarm Bot (Cenarion)',NULL,NULL,0,70,70,1,1661,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22125,0,0,0,0,0,20698,11686,0,0,'Air Force Guard Post (Cenarion - Stormcrow)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22126,0,0,0,0,0,20688,11686,0,0,'Air Force Trip Wire - Rooftop (Cenarion Expedition)',NULL,NULL,0,70,70,1,190,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_air_force_bots',12340),
|
|
(22127,0,0,0,0,0,2160,0,0,0,'Wildlord Antelarion','',NULL,8523,72,72,0,1710,3,1.71,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,35,35,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(22128,22129,0,0,0,0,17979,17980,17982,17983,'Durnholde Lookout',NULL,NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,22128,22128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,8408,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,769638399,0,'',12340),
|
|
(22129,0,0,0,0,0,17979,17980,17982,17983,'Durnholde Lookout (1)','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,307,438,0,314,13,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,22128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3322,16816,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,769638399,0,'',12340),
|
|
(22130,0,0,0,0,0,497,0,0,0,'Baron Sablemane\'s Blackwhelp','',NULL,0,68,68,1,7,0,1.125,1.14286,1,0,214,301,0,276,1,2000,2000,2,33536,2048,0,0,0,0,0,0,179,266,31,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22131,0,0,0,0,0,16480,11686,0,0,'Netherwing Event Pinger','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22132,0,0,0,0,0,20999,0,0,0,'Mature Cavern Crawler','',NULL,0,65,65,1,16,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,3,0,0,0,0,166,246,35,1,1,22132,0,0,0,0,0,0,0,0,7951,0,0,0,0,0,0,0,13154,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22133,0,0,0,0,0,13672,0,0,0,'Faradrella','',NULL,0,70,70,0,1710,2,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(22134,0,0,0,0,0,14430,0,0,0,'Shadowmoon Eye of Kilrogg',NULL,NULL,0,70,70,1,1813,0,1,0.714286,1,0,252,357,0,304,1,10000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(22135,0,0,0,0,0,20825,20822,20823,20824,'Tame Clefthoof','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22136,0,0,0,0,0,20827,0,0,0,'Dubu','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,4,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22137,0,0,0,0,0,15786,0,0,0,'Summoned Old God',NULL,NULL,0,70,70,1,14,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22138,0,0,0,0,0,20276,0,0,0,'Dark Conclave Ritualist',NULL,NULL,0,67,68,1,1738,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22139,0,0,0,0,0,4449,16946,0,0,'Invis Arakkoa Target',NULL,NULL,0,1,1,0,35,0,1,1.14286,8,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22140,0,0,0,0,0,20828,0,0,0,'Toxic Sporebat',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,38571,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,144,1,650854271,0,'',12340),
|
|
(22141,0,0,0,0,0,20829,0,0,0,'Quilbeast','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22142,0,0,0,0,0,20830,0,0,0,'Zakk','',NULL,0,60,60,1,35,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22143,0,0,0,23450,0,11536,0,0,0,'Gordunni Back-Breaker','',NULL,0,71,72,1,45,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,22143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22144,0,0,0,23450,0,20173,0,0,0,'Gordunni Elementalist','',NULL,0,70,71,1,45,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1800,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22145,0,0,0,21978,0,20832,0,0,0,'Barrier Hills Felboar [PH] not used','',NULL,0,70,71,1,45,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22146,0,0,0,0,0,20841,0,0,0,'Summoning Voidstorm',NULL,NULL,0,70,70,1,1715,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22147,0,0,0,0,0,18996,0,0,0,'Void Storm (SM)','',NULL,0,70,70,0,1715,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22148,0,0,0,23450,0,19906,0,0,0,'Gordunni Head-Splitter','',NULL,0,71,72,1,45,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,22148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22149,0,0,0,0,0,20836,0,0,0,'Commander Haephus Stonewall','',NULL,8496,70,70,1,534,3,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22150,0,0,0,0,0,20840,0,0,0,'Lieutenant Fairweather','',NULL,0,68,68,1,534,2,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22151,0,0,0,0,0,13673,0,0,0,'Ruuan Weald Sister','',NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22152,0,0,0,0,0,17607,0,0,0,'Ruuan Weald Wisp','',NULL,0,1,1,0,1660,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22160,0,0,0,0,0,17782,0,0,0,'Bloodmaul Taskmaster',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,22160,22160,0,0,0,0,0,0,0,37786,37592,0,0,0,0,0,0,0,0,187,249,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22161,0,0,0,0,0,15435,0,0,0,'Fiery Boulder','',NULL,0,69,69,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22162,0,0,0,0,0,1104,0,0,0,'Blackfang Tarantula (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,5.9,1405,2000,1,0,2048,0,3,0,0,0,0,195,289,41,1,1,18983,0,0,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13167,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22163,0,0,0,0,0,18417,0,0,0,'Darkwater Crocolisk (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1405,2000,1,0,2048,0,6,0,0,0,0,195,289,41,1,1,17952,0,17952,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,12926,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22164,0,0,0,0,0,19058,0,0,0,'Infinite Assassin (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,252,357,0,304,1,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,7159,15657,30832,31326,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22165,0,0,0,0,0,19061,0,0,0,'Infinite Chronomancer (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,15230,33860,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22166,0,0,0,0,0,19062,0,0,0,'Infinite Executioner (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22167,0,0,0,0,0,19066,0,0,0,'Infinite Timereaver (1)','',NULL,0,73,73,1,168,0,1,1.14286,1,1,307,438,0,314,13,1400,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,64,0,0,0,0,0,0,0,0,0,31458,31464,38592,38593,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097409,'',12340),
|
|
(22168,0,0,0,0,0,19063,0,0,0,'Infinite Vanquisher (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,234,331,0,286,1,1400,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,3,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22169,0,0,0,0,0,20515,0,0,0,'Infinite Whelp (1)','',NULL,0,70,70,1,1720,0,1.125,1.14286,1,0,252,357,0,304,1,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.45,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22170,0,0,0,0,0,20102,0,0,0,'Rift Keeper (1)','',NULL,0,71,71,1,1720,0,1.2,1.14286,1,1,234,331,0,286,13,1449,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,21104,0,70065,0,0,0,0,0,0,36276,12542,8269,38533,0,0,0,0,0,0,4570,5978,'',0,3,1,12,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(22171,0,0,0,21104,0,20102,0,0,0,'Rift Keeper (1)','',NULL,0,71,71,1,1720,0,1.48,1.14286,1,1,234,331,0,286,13,1449,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,21104,0,70065,0,0,0,0,0,0,36276,12542,8269,38533,0,0,0,0,0,0,4570,5978,'',1,3,1,12,10,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(22172,0,0,0,17839,0,19326,0,0,0,'Rift Lord (1)','',NULL,0,71,71,1,1720,0,1.48,1.14286,1,1,299,426,0,308,13,1449,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,17839,0,70065,0,0,0,0,0,0,8269,9080,11428,35054,0,0,0,0,0,0,5760,7532,'',1,3,1,12,3,1,0,31753,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(22173,0,0,0,0,0,18416,0,0,0,'Sable Jaguar (1)','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,5.9,1000,2000,1,0,2048,0,2,0,0,0,0,195,289,41,1,1,18982,0,70065,0,0,0,0,0,0,34365,0,0,0,0,0,0,0,13355,0,0,0,'',1,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22174,0,0,0,0,0,18194,0,0,0,'Trigul','',NULL,0,71,71,1,14,0,1.71,1.14286,1,1,299,426,0,308,4.6,1000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,1,0,22174,0,0,0,0,0,0,0,0,33628,3391,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22175,0,0,0,0,0,21234,0,0,0,'Apexis Flayer','',NULL,0,71,72,1,1873,0,1.125,1.14286,1,0,307,438,0,314,1,1000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,22175,22175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,357,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22176,0,0,0,0,0,20844,0,0,0,'Outland Basilisk Giant (Violet)','',NULL,0,60,60,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22177,0,0,0,0,0,7907,11686,0,0,'Eye of Grillok Quest Credit Bunny',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22180,0,0,0,0,0,20831,0,0,0,'Shard-Hide Boar','',NULL,0,70,71,1,14,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22180,0,70164,0,0,0,0,0,0,34783,40772,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22181,0,0,0,0,0,21282,0,0,0,'Aether Ray','',NULL,0,70,71,1,7,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,34,0,0,0,0,260,387,37,1,0,22181,0,70064,0,0,0,0,0,0,35333,35332,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,1.1,1,1,0,32567,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22182,0,0,0,0,0,19252,0,0,0,'Lightning Wasp','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,44,0,0,0,0,262,389,48,1,1,22182,0,0,0,0,0,0,0,0,35319,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22185,0,0,0,0,0,20847,0,0,0,'Bash\'ir Stinger (Black) [PH] not used','',NULL,0,70,71,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22186,0,0,0,0,0,20848,0,0,0,'Outland Basilisk Giant (Yellow)','',NULL,0,70,71,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22187,0,0,0,0,0,20849,0,0,0,'Bladespine Basilisk','',NULL,0,71,72,1,14,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,22187,0,70164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22188,0,0,0,0,0,20850,0,0,0,'Outland Chimera Giant (yellow)','',NULL,0,71,72,0,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22189,0,0,0,0,0,2838,0,0,0,'Marmot','',NULL,0,67,67,1,2,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,0,2048,0,0,0,0,0,0,156,232,27,8,0,0,0,0,0,0,0,0,0,0,42347,38605,38629,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22190,0,0,0,0,0,6374,0,0,0,'Black Blade Drake [PH]','',NULL,0,50,52,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22191,0,0,0,0,0,20901,0,0,0,'Bladestalker','',NULL,0,70,71,1,14,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,32,0,0,0,0,262,389,48,1,1,0,0,0,0,0,0,0,0,0,32920,32939,32942,37417,0,0,0,0,11574,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22192,0,0,0,0,0,20851,0,0,0,'Giant Black Blade Drake [PH]','',NULL,0,50,52,0,103,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22193,0,0,0,0,0,20963,0,0,0,'Armored Blade Stinger','',NULL,0,70,71,1,413,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,20,0,0,0,0,262,389,48,1,1,0,0,0,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,12056,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22194,0,0,0,0,0,20847,0,0,0,'Spire Needler',NULL,NULL,0,70,72,1,14,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,10,0,22194,0,0,0,0,0,0,0,0,35331,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22195,0,0,0,0,0,20855,0,0,0,'Wrath Speaker','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22195,22195,0,0,0,0,0,0,0,30798,11980,34017,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22196,0,0,0,0,0,18671,0,0,0,'Wrath Reaver','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,8,22196,0,0,0,0,0,0,0,0,31755,0,0,0,0,0,0,0,0,0,2625,3433,'',1,3,1,8,3,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(22197,0,0,0,0,0,20493,20494,0,0,'Dragonmaw Orc',NULL,NULL,0,70,70,1,62,0,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22199,0,0,0,0,0,20346,0,0,0,'Slaag','Son of Gruul',NULL,0,70,70,1,45,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,22199,0,0,0,0,0,0,0,0,33958,0,0,0,0,0,0,0,0,0,3000,4000,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22200,0,0,0,0,0,20863,0,0,0,'Son of Slaag','',NULL,0,70,71,1,45,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22201,0,0,0,0,0,20920,0,0,0,'Fear Whisperer','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22201,22201,0,0,0,0,0,0,0,37629,36541,0,0,0,0,0,0,0,0,214,284,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22202,0,0,0,0,0,12190,0,0,0,'Nightmare Imp','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,22202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,337,'',1,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(22203,0,0,0,0,0,169,0,0,0,'Infernal',NULL,NULL,0,68,69,1,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(22204,0,0,0,0,0,17095,0,0,0,'Fear Fiend','',NULL,0,71,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22204,22204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,349,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22205,0,0,0,0,0,20202,0,0,0,'Lord Corruptor','',NULL,0,68,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22206,0,0,0,0,0,29440,0,0,0,'Expedition Druid','',NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,1500,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22207,0,0,0,0,0,169,11686,0,0,'Spore Drop Trigger',NULL,NULL,0,80,80,0,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22208,0,0,0,0,0,20873,0,0,0,'Nasmara Moonsong','Mooncloth Specialist',NULL,8530,68,68,1,1818,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),
|
|
(22209,0,0,0,0,0,4589,0,0,0,'Corrupted Searing Totem',NULL,NULL,0,70,70,0,58,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22210,0,0,0,0,0,16031,0,0,0,'Priestess Spirit',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,5,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(22211,0,0,0,0,0,20866,0,0,0,'Battlemage Vyara',NULL,NULL,8500,69,69,1,1845,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22212,0,0,0,0,0,20868,0,0,0,'Andrion Darkspinner','Shadoweave Specialist',NULL,8532,68,68,1,1818,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),
|
|
(22213,0,0,0,0,0,20869,0,0,0,'Gidge Spellweaver','Spellfire Specialist',NULL,8531,68,68,1,1818,131,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_prof_tailor',12340),
|
|
(22214,0,0,0,0,0,20867,0,0,0,'Harbinger Saronen','',NULL,8384,69,69,1,1844,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,29426,13738,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22215,0,0,0,0,0,12051,0,0,0,'Treebole','',NULL,8506,70,70,1,35,3,1.71,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22216,0,0,0,0,0,20871,0,0,0,'Fhyn Leafshadow','Flight Master',NULL,6944,65,65,0,1710,8193,1.48,1.14286,1,1,186,260,0,262,4.6,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22217,0,0,0,0,0,20852,20877,20879,20880,'Felstorm Corruptor','',NULL,0,66,67,1,90,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22217,22217,0,0,0,0,0,0,0,18376,15232,0,0,0,0,0,0,0,0,218,290,'',1,3,1,1,1.2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22218,0,0,0,0,0,18878,0,0,0,'Insidious Familiar','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22219,0,0,0,0,0,10191,0,0,0,'Felstorm Motivator','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22220,0,0,0,0,0,6173,0,0,0,'Legion War-Hound','',NULL,0,70,70,1,90,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22221,0,0,0,0,0,19989,0,0,0,'Felstorm Overseer','',NULL,0,71,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'',1,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22224,0,0,0,0,0,14430,0,0,0,'Voice of Grillok',NULL,NULL,0,60,60,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.05,1,1,0,0,0,0,0,0,0,194,1,0,0,'',12340),
|
|
(22225,0,0,0,0,0,20875,0,0,0,'Reagan Mancuso','Gem Vendor',NULL,0,60,60,0,1729,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22226,0,0,0,0,0,20874,0,0,0,'Koi-Koi Spirit',NULL,NULL,0,67,68,1,16,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22227,0,0,0,0,0,20876,0,0,0,'Markus Scylan','Gem Vendor',NULL,0,60,60,0,1667,4224,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22228,0,0,0,0,0,1126,11686,0,0,'Flame Wave II','',NULL,0,1,1,0,35,0,1,2.28571,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22229,0,0,0,0,0,20878,0,0,0,'Druman Shadowgrove','Lunar Festival Herald',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22230,0,0,0,0,0,11686,0,0,0,'Shadowmoon Fel Orc Attack Trigger',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22231,0,0,0,0,0,1394,0,0,0,'Zezzak',NULL,NULL,8505,65,65,0,1669,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22232,0,0,0,0,0,20883,0,0,0,'Grishna Arakkoa','',NULL,0,68,68,1,1738,0,1.125,1.14286,1,0,214,301,0,276,1,1400,1900,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22233,0,0,0,0,0,20882,0,0,0,'Unsuspecting Leafbeard','',NULL,0,67,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(22234,0,0,0,0,0,20884,0,0,0,'Sinnea Starsong','Lunar Festival Herald',NULL,0,30,30,0,35,1,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22235,0,0,0,0,0,20885,0,0,0,'Evil Koi-Koi','',NULL,0,67,68,1,16,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,2,'',12340),
|
|
(22236,0,0,0,0,0,19075,0,0,0,'Water Elemental Totem',NULL,NULL,0,71,71,0,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,38622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22237,0,0,0,0,0,20886,0,0,0,'Loirea Galerunner','Lunar Festival Herald',NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22238,0,0,0,0,0,5564,0,0,0,'Serpentshrine Tidecaller',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,10,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,72,0,0,0,0,0,0,0,0,0,39035,38623,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22239,0,0,0,0,0,15990,0,0,0,'Strange Winged Goblin','',NULL,0,30,30,0,35,0,1.2,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22240,0,0,0,0,0,17035,13069,0,0,'Leafbeard Flavor Event Channel Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22241,0,0,0,0,0,20898,0,0,0,'Bash\'ir Raider','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,22241,22241,0,0,0,0,0,0,0,35922,32920,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22242,0,0,0,0,0,20895,0,0,0,'Bash\'ir Spell-Thief','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22242,22242,0,0,0,0,0,0,0,38860,29881,0,0,0,0,0,0,0,0,216,287,'',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22243,0,0,0,0,0,20989,0,0,0,'Bash\'ir Arcanist','',NULL,0,71,72,1,16,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,22243,22243,0,0,0,0,0,0,0,34447,41264,0,0,0,0,0,0,0,0,220,292,'SmartAI',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22244,0,0,0,0,0,20894,0,0,0,'Unbound Ethereal','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,0,22244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,34248,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22246,0,0,0,0,0,17035,11686,0,0,'Leafbeard Flavor Event Particle Bunny','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22247,0,0,0,0,0,20887,0,0,0,'Cokeplay.com redemption vendor 01','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22248,0,0,0,0,0,20889,0,0,0,'Cokeplay.com redemption vendor 03','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22249,0,0,0,0,0,20888,0,0,0,'Cokeplay.com redemption vendor 02','CocaCola Ambassador',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22250,0,0,0,0,0,0,11686,0,0,'Rancid Mushroom','',NULL,0,70,70,1,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22251,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Archer','',NULL,0,70,70,1,62,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,6660,38859,19503,38861,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22252,0,0,0,22197,0,20890,20891,0,0,'Dragonmaw Peon',NULL,NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,22252,22252,0,0,0,0,0,0,0,15572,15610,0,0,0,0,0,0,0,0,127,171,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dragonmaw_peon',12340),
|
|
(22253,0,0,0,0,0,20896,0,0,0,'Dragonmaw Ascendant',NULL,NULL,0,72,72,1,14,0,2,2,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,2,0,22253,22253,0,0,0,0,0,0,0,10966,15496,17547,0,0,0,0,0,0,0,1066,1553,'SmartAI',1,3,1,15,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),
|
|
(22254,0,0,0,0,0,20202,20203,20204,20206,'Wrath Corruptor','',NULL,0,70,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,22254,22254,0,0,0,0,0,0,0,9613,30938,0,0,0,0,0,0,0,0,188,251,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22255,0,0,0,0,0,20901,0,0,0,'Daggertail Lizard','',NULL,0,71,73,1,16,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,32,0,0,0,0,278,413,58,1,1,22255,0,70161,0,0,0,0,0,0,32920,32939,32942,37417,0,0,0,0,11575,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22256,0,0,0,0,0,20849,0,0,0,'Ironclaw Basilisk','',NULL,0,71,73,1,16,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22257,0,0,0,0,0,20963,0,0,0,'Deathlash Stinger','',NULL,0,71,73,1,16,0,1.125,1.14286,1,0,316,450,0,320,1,1481,2000,1,32768,2048,0,20,0,0,0,0,278,413,58,1,1,22257,0,70063,0,0,0,0,0,0,5416,33962,0,0,0,0,0,0,11578,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22258,0,0,0,0,0,20900,0,0,0,'Demoniac Scryer','',NULL,8524,60,60,1,113,1,1,1,1,0,104,138,0,252,1,1400,1900,1,0,32768,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22259,0,0,0,0,0,16891,0,0,0,'Hellfire Wardling','',NULL,0,60,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,1400,1900,1,0,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22260,0,0,0,0,0,11686,0,0,0,'Magic Sucker Device Spawner','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22261,30760,0,0,0,0,19762,0,0,0,'Bladespire Guardian','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,22261,22261,0,0,0,0,0,0,0,15284,37577,0,0,0,0,0,0,0,0,266,352,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22262,30759,0,0,0,0,19765,0,0,0,'Bladespire Elder','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,22262,22262,0,0,0,0,0,0,0,31765,31764,44256,0,0,0,0,0,0,0,221,293,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22263,30761,0,0,0,0,11544,0,0,0,'Bladespire Keg King','',NULL,0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,1400,1900,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,22263,22263,0,0,0,0,0,0,0,37591,30798,0,0,0,0,0,0,0,0,263,349,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22264,30799,0,0,0,0,21407,0,0,0,'Ogri\'la Steelshaper','Blacksmithing Supplies',NULL,8723,71,73,1,1872,4225,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22265,0,0,0,0,0,10831,0,0,0,'Shadowwing Owl',NULL,NULL,0,66,67,1,32,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,26,0,0,0,0,186,276,39,1,1,22265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13262,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22266,0,0,0,0,0,21410,0,0,0,'Ogri\'la Grubgiver','Food Vendor',NULL,8717,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22267,0,0,0,0,0,11686,0,0,0,'Magic Sucker Device Buttress','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,1400,1900,1,33554432,0,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22268,0,0,0,0,0,20964,0,0,0,'Leokk','',NULL,0,70,70,1,83,0,1.71,2.5,1,1,252,357,0,304,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,50,1,1,0,0,0,0,0,0,0,220,1,0,2,'',12340),
|
|
(22269,0,0,0,0,0,17035,16946,0,0,'Black Drake Corpse','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22270,30797,0,0,0,0,21409,0,0,0,'Ogri\'la Merchant','General Goods',NULL,8716,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22271,30801,0,0,0,0,21411,0,0,0,'Ogri\'la Trader','Trade Goods',NULL,8722,71,73,1,1872,129,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22272,0,0,0,0,0,20818,0,0,0,'Kirrik the Awakened',NULL,NULL,0,64,64,1,1818,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22273,0,0,0,0,0,17189,0,0,0,'Fel Warden','',NULL,0,61,61,1,14,0,1,1.14286,1,0,152,210,0,244,1,1400,1900,2,0,2048,0,0,0,0,0,0,120,179,25,10,0,0,0,0,0,0,0,0,0,0,14034,11831,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22274,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Skybreaker',NULL,NULL,0,70,70,1,14,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22275,0,0,0,0,0,21585,0,0,0,'Apexis Guardian','',NULL,0,72,72,1,778,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,5,512,22275,0,80101,0,0,0,0,0,0,40843,40846,0,0,0,0,0,0,0,0,1391,1821,'SmartAI',1,3,1,20,1,1,0,32697,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22276,0,0,0,0,0,20933,0,0,0,'Terror Steed [PH]','',NULL,0,71,71,1,90,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,7,3,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(22277,0,0,0,0,0,20851,0,0,0,'Black Drake Corpse Transform','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22278,0,0,0,0,0,4616,0,0,0,'High Priest Orglum',NULL,NULL,8555,60,60,0,1818,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22279,0,0,0,0,0,20905,0,0,0,'Nadja',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22280,0,0,0,0,0,20906,0,0,0,'Soren',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22281,0,0,0,0,0,18526,0,0,0,'Galvanoth','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,3,0,22281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,2545,'SmartAI',1,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22282,0,0,0,0,0,14430,0,0,0,'Witness of Doom','',NULL,0,70,70,1,90,0,1.125,1.14286,1,0,252,357,0,304,1,10000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,8278,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(22283,0,0,0,0,0,20975,0,0,0,'Eredar Stormbringer','',NULL,0,70,71,1,90,0,1.71,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,3,0,22283,0,0,0,0,0,0,0,0,41281,39082,39083,0,0,0,0,0,0,0,2029,2654,'',1,3,1,8,3,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),
|
|
(22284,0,0,0,0,0,19581,0,0,0,'[PH] Wrath Clefthoof [not used]','',NULL,0,66,67,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22285,0,0,0,0,0,19410,0,0,0,'Draenei Tomb Guardian',NULL,NULL,0,64,64,1,190,0,1.125,1.14286,1,0,168,234,0,252,1,1400,1900,2,0,2048,0,0,0,0,0,0,136,202,27,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.01,3,1,0,0,0,0,0,0,0,53,1,16384,0,'',12340),
|
|
(22286,0,0,0,0,0,14518,0,0,0,'Fel Rager','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,0,22286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22287,0,0,0,0,0,19797,0,0,0,'Amberpelt Clefthoof','',NULL,0,71,72,1,634,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,22287,0,70167,0,0,0,0,0,0,15588,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22288,0,0,0,0,0,20927,14501,0,0,'Terokkar Quest Target',NULL,NULL,0,1,1,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22289,0,0,0,0,0,7029,0,0,0,'Darkflame Infernal','',NULL,0,70,71,1,90,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,22289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,287,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22290,0,0,0,0,0,18988,0,0,0,'High Astromancer Solarian Transform Visual','',NULL,0,70,70,1,1715,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22291,0,0,0,0,0,21307,0,0,0,'Furnace Guard','',NULL,0,70,72,1,90,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,22291,22291,0,0,0,0,0,0,0,32736,0,0,0,0,0,0,0,0,0,258,342,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22292,0,0,0,0,0,20818,0,0,0,'Rilak the Redeemed',NULL,NULL,9818,63,63,1,1818,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22293,0,0,0,0,0,18671,0,0,0,'Inactive Fel Reaver','',NULL,0,70,70,0,35,2,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,262912,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22295,0,0,0,0,0,18671,0,0,0,'Deathforge Automaton','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,40,22295,0,0,0,0,0,0,0,0,19798,23918,47113,0,0,0,0,0,0,0,3518,4599,'',1,3,1,11,4,1,0,0,0,0,0,0,0,171,1,16384,0,'',12340),
|
|
(22296,0,0,0,0,0,17519,11686,0,0,'<NOT USED>Mystery Mask Summon Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22297,0,0,0,0,0,20916,0,0,0,'Throne-Guard Highlord','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2882,3768,'',1,3,1,11,4,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),
|
|
(22298,0,0,0,0,0,12231,0,0,0,'Vile Fire-Soul','',NULL,0,71,71,1,90,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,22298,0,0,0,0,0,0,0,0,9053,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22299,22300,0,0,0,0,20917,0,0,0,'Spore Strider',NULL,NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,20824,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,5,1,0,0,0,0,0,0,0,0,1,528,0,'',12340),
|
|
(22300,0,0,0,0,0,20917,0,0,0,'Spore Strider (1)','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,0,1,528,0,'',12340),
|
|
(22301,0,0,0,0,0,18166,0,0,0,'Throne-Guard Sentinel','',NULL,0,71,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,3766,'',1,3,1,11,4,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(22302,0,0,0,0,0,18526,0,0,0,'Throne-Guard Champion','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,0,22302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2797,3657,'',1,3,1,11,4,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22303,0,0,0,0,0,20914,20854,0,0,'Throne Hound',NULL,NULL,0,70,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,7.5,1500,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,0,22303,0,70162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9,4,1,0,0,0,0,0,0,0,208,1,0,0,'',12340),
|
|
(22304,30793,0,0,0,0,18368,0,0,0,'Mo\'arg Extractor','',NULL,0,71,71,1,90,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,22304,0,0,0,0,0,0,0,0,40818,40839,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22305,0,0,0,0,0,17876,0,0,0,'Vekh','Leader of the Vekh\'nir',NULL,0,67,67,1,1738,0,1.125,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22305,22305,0,0,0,0,0,0,0,11642,37583,0,0,0,0,0,0,0,0,181,242,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22306,0,0,0,0,0,20923,0,0,0,'Skittering Cavern Crawler','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22307,0,0,0,0,0,12929,0,0,0,'Rotting Forest-Rager',NULL,NULL,0,65,65,1,14,0,1.11111,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,4,256,22307,0,80000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_rotting_forest_rager',12340),
|
|
(22308,0,0,0,0,0,20484,20485,20486,20487,'Wyrmcult Hunter',NULL,NULL,0,66,67,1,1827,1,1.125,1.14286,1,0,204,287,0,272,1,1700,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,22308,22308,0,0,0,0,0,0,0,15547,39182,0,0,0,0,0,0,0,0,164,219,'',1,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22309,0,0,0,0,0,5564,0,0,0,'Crashing Wave-Spirit','',NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,22309,0,0,0,0,0,0,0,0,34425,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22310,0,0,0,0,0,20432,0,0,0,'Storming Wind-Ripper',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,22310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22311,0,0,0,0,0,12231,0,0,0,'Raging Fire-Soul',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,22311,0,0,0,0,0,0,0,0,29948,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22312,0,0,0,0,0,20926,0,0,0,'Spiritcaller Dohgar',NULL,NULL,8513,66,66,1,1735,3,1.125,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22313,0,0,0,0,0,14506,0,0,0,'Rumbling Earth-Heart',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,512,22313,0,80100,0,0,0,0,0,0,33840,8599,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22314,0,0,0,0,0,19335,19144,338,252,'Captive Child',NULL,NULL,0,1,1,0,188,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22315,0,0,0,0,0,6271,0,0,0,'Deathforge Mine',NULL,NULL,0,68,69,0,14,0,1.125,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22316,0,0,0,0,0,19980,0,0,0,'Enslaved Netherwing Drake Kill Credit','',NULL,0,60,65,1,62,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22317,0,0,0,0,0,16480,13069,0,0,'Netherwing Drake Escape Dummy',NULL,NULL,0,70,70,1,35,0,12,4.28571,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,265,1,0,130,'',12340),
|
|
(22318,0,0,0,0,0,2418,0,0,0,'Spirit Calling Totem','',NULL,0,65,65,1,58,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,11,0,0,0,0,0,0,0,0,0,0,38778,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22319,0,0,0,0,0,20816,0,0,0,'Living Rock','',NULL,0,66,66,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22320,0,0,0,0,0,2582,15880,0,0,'Kil\'Jaeden Target','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22322,0,0,0,0,0,15292,0,0,0,'Mennu\'s Healing Ward (1)','',NULL,0,64,64,0,74,0,1.125,1.14286,1,0,194,274,0,272,1,1347,2000,1,0,2048,0,0,0,0,0,0,154,226,33,11,0,0,0,0,0,0,0,0,0,0,38799,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22323,0,0,0,0,0,22748,0,0,0,'Incandescent Fel Spark','',NULL,0,70,71,1,90,0,1,1.42857,1,0,299,426,2,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,22323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22325,0,0,0,0,0,20968,0,0,0,'Nightmare Weaver','',NULL,0,70,71,1,90,0,1.71,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22325,22325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,1322,'',1,3,1,3,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22326,0,0,0,0,0,15534,0,0,0,'Redeemed Avian',NULL,NULL,0,62,62,1,1818,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22327,0,0,0,0,0,20930,0,0,0,'Terror-Fire Guardian',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,3,0,22327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,296,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(22328,0,0,0,0,0,15382,0,0,0,'Toy RC Mortar Tank','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22330,0,0,0,0,0,20736,0,0,0,'Zuluhed Transform','Chieftain of the Dragonmaw Clan',NULL,0,72,72,1,62,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,30,1,0,0,0,0,0,0,0,0,1,617562111,2,'',12340),
|
|
(22331,0,0,0,22197,0,20892,20893,0,0,'Dragonmaw Elite',NULL,NULL,0,70,70,1,62,0,1,1.42857,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,6660,38859,17547,38861,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22332,0,0,0,0,0,19980,0,0,0,'Brood of Neltharaku','',NULL,0,69,69,1,250,0,0.666668,2.28571,1,1,245,346,0,298,7.5,2000,1900,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(22333,0,0,0,0,0,1421,0,0,0,'Orb Collecting Totem',NULL,NULL,0,70,70,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,4,2048,0,0,0,0,0,0,1,1,100,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22334,0,0,0,0,0,18857,0,0,0,'Shattered Hand Orc','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22335,0,0,0,0,0,11686,0,0,0,'Mushrom Spell Effect',NULL,NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22336,0,0,0,0,0,9510,0,0,0,'Demon Portal (Zuluhed)','',NULL,0,68,68,1,14,0,0.0001,1.14286,1,0,231,325,0,292,1,1400,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22337,0,0,0,0,0,20727,0,0,0,'Malevolent Hatchling',NULL,NULL,0,64,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,1347,1584,1,0,2048,0,0,0,0,0,0,154,226,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22338,0,0,0,0,0,17880,0,0,0,'Arcubus Destroyer','',NULL,0,68,68,1,90,0,1.71,1.14286,1,1,231,325,0,292,7.5,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8519697,0,'',12340),
|
|
(22339,0,0,0,0,0,15534,0,0,0,'Redeemed Hatchling',NULL,NULL,0,62,62,1,35,0,1.125,1.14286,1,0,172,240,0,262,1,1400,1900,1,0,2048,0,0,0,0,0,0,139,207,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(22340,0,0,0,0,0,20927,14501,0,0,'Terokkar Arakkoa Fly Target',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22341,0,0,0,23393,0,20946,20947,0,0,'Deathshadow Acolyte',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22341,22341,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22342,0,0,0,23393,0,20950,20951,0,0,'Deathshadow Spellbinder',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22342,22342,0,0,0,0,0,0,0,31999,22744,34447,0,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22343,0,0,0,23393,0,20948,20949,0,0,'Deathshadow Archon',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,3000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,22343,22343,0,0,0,0,0,0,0,31996,8599,0,0,0,0,0,0,0,0,254,337,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22344,0,0,0,0,0,20934,0,0,0,'Morcrush Shardling','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,5,512,0,0,80100,0,0,0,0,0,0,8078,34970,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22345,0,0,0,0,0,20945,0,0,0,'Twilight Ridge Drakonid [PH]','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,6,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22346,0,0,0,0,0,21046,0,0,0,'Ethereum Life-Binder (1)','',NULL,0,70,70,1,16,0,1.71,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,7,8,21702,21702,0,0,0,0,0,0,0,37479,34941,37480,0,0,0,0,0,0,0,1762,2310,'',1,3,1,4,6,1,0,0,0,0,0,0,0,144,1,617562111,0,'',12340),
|
|
(22347,0,0,0,0,0,20944,0,0,0,'Colossus Lurker',NULL,NULL,0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,18,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,168,1,0,0,'',12340),
|
|
(22348,0,0,0,0,0,11686,0,0,0,'Western Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22349,0,0,0,0,0,11686,0,0,0,'[DND]Green Spot Grog Keg Relay','',NULL,0,1,1,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22350,0,0,0,0,0,11686,0,0,0,'Central Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22351,0,0,0,0,0,11686,0,0,0,'Eastern Gehenna Teleporter Credit',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22352,0,0,0,0,0,862,0,0,0,'Colossus Rager',NULL,NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,1,1,0,0,0,0,0,0,0,168,1,0,0,'',12340),
|
|
(22353,0,0,0,0,0,19757,0,0,0,'Twilight Ridge Worg [PH]','',NULL,0,70,71,1,16,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22354,0,0,0,0,0,20754,20755,20752,20753,'Webbed Sha\'tar Vindicator','',NULL,0,70,70,0,1741,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22355,0,0,0,0,0,16213,0,0,0,'Netherweb Victim','',NULL,0,60,60,0,14,0,1.125,1.14286,1,0,104,138,0,252,1,6000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22356,0,0,0,0,0,11686,16046,0,0,'[DND]Green Spot Grog Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22357,0,0,0,0,0,20952,0,0,0,'Reth\'hedron the Subduer',NULL,NULL,0,73,73,1,16,0,1.71,1.14286,1,1,313,448,0,302,4.6,1400,1900,2,0,2048,0,0,0,0,0,0,276,411,44,3,8,22357,0,0,0,0,0,0,0,0,41280,41282,41281,0,0,0,0,0,0,0,1439,1884,'SmartAI',1,3,1,25,4,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(22358,0,0,0,0,0,16480,17612,0,0,'Nether Gas Visual Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22359,0,0,0,0,0,20938,20940,20941,20942,'Wyrmcult Aspirant','',NULL,0,70,70,1,1827,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,15578,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22360,0,0,0,0,0,20811,0,0,0,'Karynaku Taxi','Mate of Neltharaku',NULL,0,72,72,1,7,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,15,1,1,0,0,0,0,0,0,0,241,1,0,2,'',12340),
|
|
(22361,0,0,0,0,0,20943,0,0,0,'Blacklord Hamarahk','Wyrmcult Grand Patriarch',NULL,0,70,70,1,1827,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,33452,16789,16805,36706,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22362,0,0,0,0,0,16889,0,0,0,'Deathshadow Imp',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,20801,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22363,0,0,0,23393,0,20946,20947,0,0,'Deathshadow Warlock',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,22363,22363,0,0,0,0,0,0,0,9613,13787,0,11962,0,0,0,0,0,0,216,287,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22364,0,0,0,0,0,20752,0,0,0,'Scout Navrin','',NULL,8559,60,60,1,1741,3,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22365,0,0,0,0,0,7935,0,0,0,'Ethan',NULL,NULL,0,1,1,0,1818,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22366,0,0,0,0,0,11686,0,0,0,'Demoniac Visitation',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22367,0,0,0,0,0,11686,0,0,0,'[DND]Ripe Moonshine Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22368,0,0,0,0,0,11686,0,0,0,'[DND]Fermented Seed Beer Keg Credit',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22369,0,0,0,0,0,2676,0,0,0,'Dread Relic Thrall','',NULL,0,60,60,1,14,0,0.9,0.9,1,0,104,138,0,252,1,1400,1900,1,0,2048,0,0,0,0,0,0,72,106,26,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,74,1,8388624,64,'',12340),
|
|
(22370,0,0,0,0,0,20962,0,0,0,'Mekeda',NULL,NULL,8526,70,70,0,1818,3,1,1,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22371,0,0,0,0,0,7804,0,0,0,'Terokkar Forest Ground Shaker Bunny',NULL,NULL,0,1,1,0,188,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22372,0,0,0,0,0,20953,20955,20954,20956,'Mok\'Nathal Spirit',NULL,NULL,0,65,68,1,35,0,1.125,1.14286,1,0,231,325,0,292,1,1400,1900,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22373,0,0,0,0,0,17859,0,0,0,'Defender Grashna',NULL,NULL,0,63,63,1,1818,2,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22374,0,0,0,0,0,20958,0,0,0,'Hand of Kargath',NULL,NULL,0,63,63,1,1662,0,1.71,1.14286,1,1,181,253,0,268,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,147,219,32,7,0,22374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1362,'SmartAI',1,3,1,4,1,1,0,31706,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(22375,0,0,0,0,0,20959,0,0,0,'Avatar of Terokk',NULL,NULL,0,65,65,1,1738,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(22376,0,0,0,0,0,20728,20725,0,0,'Minion of Terokk',NULL,NULL,0,65,65,1,1738,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,0.25,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(22377,0,0,0,0,0,20961,0,0,0,'Akuno',NULL,NULL,0,64,64,0,1818,2,1.125,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22378,0,0,0,0,0,20695,20696,0,0,'Cabal Interrogator',NULL,NULL,0,64,65,1,16,0,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,22378,22378,0,0,0,0,0,0,0,15691,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22379,0,0,0,0,0,15133,0,0,0,'Serpentshrine Parasite',NULL,NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.07,1,1,0,0,0,0,0,0,0,84,1,0,256,'',12340),
|
|
(22380,0,0,0,0,0,21003,0,0,0,'Ambient Minion of Terokk',NULL,NULL,0,65,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,169,1,0,2,'',12340),
|
|
(22381,0,0,0,0,0,19912,0,0,0,'Hathyss the Wicked',NULL,NULL,0,65,65,1,90,0,1.125,1.14286,1,0,186,260,0,262,1,1400,1900,2,0,2048,0,0,0,0,0,0,153,227,29,3,0,0,0,0,0,0,0,0,0,0,34017,0,0,0,0,0,0,0,0,0,173,231,'SmartAI',1,3,1,1.2,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22383,0,0,0,0,0,11686,16046,0,0,'[DND]Bloodmaul Chatter Credit','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22384,0,0,0,0,0,19755,0,0,0,'Bloodmaul Soothsayer',NULL,NULL,0,66,67,1,1781,0,1.125,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,22384,22384,0,0,0,0,0,0,0,20825,0,27260,0,0,0,0,0,0,0,178,238,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(22385,0,0,0,0,0,20967,0,0,0,'Terrordar the Tormentor',NULL,NULL,0,70,70,1,90,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4,3,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22386,0,0,0,0,0,20970,0,0,0,'Watcher Moonshade','',NULL,8529,68,68,1,1710,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22387,0,0,0,0,0,17869,0,0,0,'Lithic Oracle',NULL,NULL,0,64,65,1,1738,0,1.125,1.14286,1,0,186,260,0,262,1,3000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,22387,22387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,205,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22388,0,0,0,0,0,21032,0,0,0,'Lithic Talonguard',NULL,NULL,0,63,64,1,1738,0,1.125,1.14286,1,0,194,274,0,272,1,3000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,22388,22388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,232,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22389,0,0,0,0,0,18671,0,0,0,'Kil\'Jaeden Reaver (non-interactable)','',NULL,0,72,72,1,114,0,1.71,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33588032,2048,0,0,0,0,0,0,270,401,53,9,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,11,4,1,0,0,0,0,0,0,0,171,1,16384,2,'',12340),
|
|
(22390,0,0,0,0,0,20971,0,0,0,'Mountain Shardling',NULL,NULL,0,70,71,1,778,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,512,0,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22391,30814,0,0,0,0,20973,20908,20909,0,'Vortex Shardling',NULL,NULL,0,70,72,1,778,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,0,0,80100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22392,0,0,0,0,0,20974,0,0,0,'Wrath Fiend',NULL,NULL,0,71,72,1,90,0,1.125,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,3,0,22392,0,0,0,0,0,0,0,0,36965,41445,0,0,0,0,0,0,0,0,261,346,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22393,0,0,0,23393,0,18058,0,0,0,'Deathshadow Overlord',NULL,NULL,0,70,71,1,16,0,1.71,1.14286,1,1,296,424,0,290,4.6,2700,2000,2,64,2048,0,0,0,0,0,0,260,387,37,7,0,22393,22393,0,0,0,0,0,0,0,15232,15228,37579,0,0,0,0,0,0,0,1561,2043,'SmartAI',1,3,1,6,3,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(22394,0,0,0,0,0,6195,0,0,0,'Deathshadow Hound',NULL,NULL,0,70,71,1,16,0,1.125,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,3,0,22394,0,70162,0,0,0,0,0,0,30639,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22395,0,0,0,0,0,4449,16946,0,0,'[PH]Altar of Shadows target',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22396,0,0,0,0,0,20982,0,0,0,'Draaca Longtail',NULL,NULL,0,67,67,1,1827,1,1.125,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,32009,8599,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22398,22399,0,0,0,0,17999,18000,18001,18002,'Durnholde Reinforcement',NULL,NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22399,0,0,0,0,0,17999,18000,18001,18002,'Durnholde Reinforcement (1)','',NULL,0,70,71,1,1748,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(22400,0,0,0,0,0,2582,15880,0,0,'Twilight Ridge Target',NULL,NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22401,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower North',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22402,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Forge',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22403,0,0,0,0,0,17202,16925,0,0,'Zeth\'Gor Quest Credit Marker, They Must Burn, Tower Foothill',NULL,NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22404,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, North',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),
|
|
(22405,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, Forge',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,1900,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),
|
|
(22406,0,0,0,0,0,17202,0,0,0,'Honor Hold Gryphon Brigadier, Foothill',NULL,NULL,0,60,60,0,55,0,8,2.85714,1,0,104,138,0,252,1,2000,2000,1,2048,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,59,1,0,2,'',12340),
|
|
(22407,0,0,0,0,0,21057,21056,21053,21054,'Caravan Defender',NULL,NULL,0,64,65,1,1851,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22408,0,0,0,0,0,17288,0,0,0,'Furious Nether-wraith','',NULL,0,70,70,1,634,0,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,4,0,22408,0,0,0,0,0,0,75,100,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,2,1,0,31741,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22409,0,0,0,0,0,2930,0,0,0,'ZZZ - Dan Reed Test','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,140,1,1,0,0,0,0,0,0,0,167,1,617299803,0,'',12340),
|
|
(22410,0,0,0,0,0,20620,20621,0,0,'Expedition Outrider',NULL,NULL,0,70,70,1,1661,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22411,0,0,0,0,0,20983,0,0,0,'Ethereal Caster, Type A (Gold)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22412,0,0,0,0,0,20984,0,0,0,'Ethereal Caster, Type A (Green)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22413,0,0,0,0,0,20985,0,0,0,'Ethereal Caster, Type A (Purple)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22414,0,0,0,0,0,20986,0,0,0,'Ethereal Caster, Type A (Red)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22415,0,0,0,0,0,20987,0,0,0,'Ethereal Caster, Type B (Black)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22416,0,0,0,0,0,20988,0,0,0,'Ethereal Caster, Type B (White)','',NULL,0,70,70,0,1678,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22417,0,0,0,0,0,4449,16946,0,0,'[PH]Altar of Shadows caster',NULL,NULL,0,1,1,0,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22418,0,0,0,0,0,18783,18657,0,0,'Archimonde Channel Target','',NULL,0,73,73,1,35,0,1.2,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,102,1,0,128,'',12340),
|
|
(22419,0,0,0,0,0,5990,0,0,0,'Wood Mite',NULL,NULL,0,1,1,0,14,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,2,'',12340),
|
|
(22420,0,0,0,0,0,21036,0,0,0,'Lakotae',NULL,NULL,8535,62,62,1,1710,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22421,0,0,0,0,0,20990,0,0,0,'Skar\'this the Heretic',NULL,NULL,0,70,70,1,1194,2,1.71,1.14286,1,1,252,357,0,304,4.6,1400,1900,1,2,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22422,0,0,0,0,0,4626,15880,0,0,'Blade\'s Edge - Legion - Anger Camp - Invis Bunny',NULL,NULL,0,1,1,0,954,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22423,0,0,0,0,0,17035,11686,0,0,'Evergrove Druid','',NULL,8536,70,70,1,1710,3,1,2.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,130,'',12340),
|
|
(22424,0,0,0,0,0,20998,0,0,0,'Skywing',NULL,NULL,0,64,64,1,35,2,1.125,1,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,0,0,0,0,0,154,226,33,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22425,0,0,0,0,0,20991,20992,20993,20994,'Evergrove Druid (Transform: Druid)','',NULL,0,70,70,1,1710,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22426,0,0,0,0,0,20997,0,0,0,'Evergrove Druid (Transform: Crow)','',NULL,0,70,70,1,1710,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22427,0,0,0,0,0,17647,0,0,0,'Zarevhi','',NULL,8542,68,68,1,1730,3,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_prof_alchemy',12340),
|
|
(22428,0,0,0,0,0,11686,0,0,0,'Smoke Beacon Bunny','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22429,0,0,0,0,0,20766,0,0,0,'Vekax',NULL,NULL,8557,65,65,1,1818,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22430,0,0,0,0,0,20328,0,0,0,'Assistant Klatu','',NULL,8538,63,63,0,1733,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,33280,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22431,0,0,0,0,0,17021,0,0,0,'Anchorite Barada',NULL,NULL,8539,63,63,0,774,3,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,32768,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22432,0,0,0,0,0,14533,0,0,0,'Colonel Jules',NULL,NULL,8554,62,62,0,35,3,0.5,0.5,1,0,172,240,0,262,1,2000,2000,1,32768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(22433,0,0,0,0,0,21002,0,0,0,'Ja\'y Nosliw','Skybreaker General',NULL,8668,70,70,1,62,2,1.125,1.14286,1,0,234,331,0,286,1,2000,2000,2,32784,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22434,0,0,0,0,0,11686,16046,0,0,'[DND]Ogre Pike Planted Credit','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22435,0,0,0,0,0,11686,16046,0,0,'[DND]Rexxar\'s Wyvern Freed Credit','',NULL,0,60,65,1,35,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22436,0,0,0,0,0,2582,15880,0,0,'Blade\'s Legion Target','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22437,0,0,0,0,0,16642,0,0,0,'Remnant of Malice','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22438,0,0,0,0,0,16642,0,0,0,'Remnant of Greed','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22439,0,0,0,0,0,16642,0,0,0,'Remnant of Corruption','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,1400,1900,2,0,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22440,0,0,0,0,0,16642,0,0,0,'Remnant of Pride','Aspect of Gul\'dan',NULL,0,69,69,1,1841,0,1.125,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22441,0,0,0,0,0,21018,0,0,0,'Teribus the Cursed',NULL,NULL,0,65,65,1,16,0,1,2.28571,1,1,200,281,0,278,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,7,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(22442,0,0,0,0,0,21022,0,0,0,'Lonika Stillblade','Rogue Academy Proprietor',NULL,8541,68,68,1,1818,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22443,0,0,0,0,0,18505,0,0,0,'Death\'s Door Fel Cannon','',NULL,0,68,68,0,954,0,1,0.99206,1,0,231,325,0,292,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,39221,39222,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(22444,0,0,0,0,0,17612,0,0,0,'Anchorite Relic Bunny',NULL,NULL,0,35,35,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,1900,1,33556480,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22445,0,0,0,0,0,20996,0,0,0,'Miniwing',NULL,NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(22446,0,0,0,0,0,21023,0,0,0,'Commander Ra\'vaj','',NULL,0,66,66,1,1741,2,1.71,1.14286,1,1,210,295,0,282,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22447,0,0,0,0,0,16046,17345,0,0,'[DND]Sablemane\'s Trap Target','',NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22448,0,0,0,0,0,20918,0,0,0,'Rexxar','Champion of the Horde',NULL,0,70,70,1,106,0,1,1.14286,1,3,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,20,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(22449,0,0,0,0,0,17035,11686,0,0,'Sha\'tari Fire',NULL,NULL,0,1,1,1,35,0,1.125,1.14286,1,0,2,2,0,24,1,1400,1900,1,0,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22450,0,0,0,0,0,20167,20168,0,0,'Slain Combatant','',NULL,0,70,70,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22451,0,0,0,0,0,18505,0,0,0,'Legion Fel Cannon MKII','',NULL,0,70,70,1,90,0,0.01,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22452,0,0,0,0,0,21024,20034,20032,20035,'Reanimated Exarch',NULL,NULL,0,65,65,1,14,0,1.125,1.14286,1,0,186,260,0,262,1,1400,1900,2,768,2048,0,0,0,0,0,0,153,227,29,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22453,0,0,0,0,0,16491,0,0,0,'Injured Sha\'tar Vindicator',NULL,NULL,0,70,70,1,1741,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,37632,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22454,0,0,0,0,0,21026,0,0,0,'Fel Spirit',NULL,NULL,0,61,62,1,1662,0,1,1.14286,1,0,160,223,0,246,1,2000,1900,2,32768,2048,0,0,0,0,0,0,129,191,26,6,0,22454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22455,0,0,0,0,0,21035,0,0,0,'Sky-Master Maxxor','Flight Master',NULL,6944,65,65,1,1735,8193,1.71,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22456,0,0,0,0,0,21038,0,0,0,'Oakun','',NULL,0,70,70,1,1741,2,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22457,0,0,0,0,0,21027,11686,0,0,'Sand Gnome Trigger','',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22458,0,0,0,0,0,21031,0,0,0,'Chief Archaeologist Letoll','Explorers\' League',NULL,0,65,65,1,35,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22459,0,0,0,0,0,20752,20755,20752,20753,'Freed Sha\'tar Warrior','',NULL,0,65,65,1,1741,0,1.125,1.14286,1,0,200,281,0,278,1,1400,1900,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22460,0,0,0,0,0,10830,0,0,0,'Spirit','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,44318,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22461,0,0,0,0,0,18505,0,0,0,'Fel Cannon MKI',NULL,NULL,0,60,60,1,90,0,1,0.99206,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,22461,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22462,0,0,0,0,0,21037,0,0,0,'Vindicator Haylen','',NULL,0,62,62,1,1775,2,1.71,1.14286,1,1,160,223,0,246,4.6,2000,2000,2,36864,2048,0,0,0,0,0,0,129,191,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22463,0,0,0,0,0,20752,20753,20754,20755,'Wounded Sha\'tar Vindicator','',NULL,0,70,70,1,1741,0,1.71,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22464,0,0,0,0,0,16379,16380,16381,0,'Explorers\' League Researcher','Explorers\' League',NULL,0,64,65,1,35,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22465,0,0,0,0,0,257,0,0,0,'Natasha',NULL,NULL,0,4,4,0,35,0,1.125,1.14286,1,0,4,5,0,30,1,2000,2000,1,33536,2048,0,0,0,0,0,0,2,3,100,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22466,0,0,0,0,0,11686,0,0,0,'Bone Sifter',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,1347,1584,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,22466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31132,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(22467,0,0,0,0,0,11686,0,0,0,'Fei Fei Stash Bunny',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22468,0,0,0,0,0,21033,0,0,0,'Ogrin','Stable Master',NULL,9821,60,60,0,1735,4194305,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(22469,0,0,0,0,0,21034,0,0,0,'Fiskal Shadowsong','Stable Master',NULL,9821,65,65,1,1732,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(22470,0,0,0,0,0,1126,11686,0,0,'Death\'s Door Warp-Gate Controller','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22471,0,0,0,0,0,15880,0,0,0,'Death\'s Door North Warp-Gate','',NULL,0,70,70,1,954,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_deahts_door_wrap_gate',12340),
|
|
(22472,0,0,0,0,0,15880,0,0,0,'Death\'s Door South Warp-Gate','',NULL,0,70,70,1,954,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_deahts_door_wrap_gate',12340),
|
|
(22473,0,0,0,0,0,20807,0,0,0,'Baron Sablemane','',NULL,0,72,72,1,210,0,1.71,1.14286,1,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22474,0,0,0,0,0,21040,0,0,0,'Unstable Fel-Imp','',NULL,0,68,68,1,14,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.07,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(22475,0,0,0,0,0,18878,0,0,0,'Unstable Fel-Imp Transform','',NULL,0,68,68,1,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22476,0,0,0,0,0,17216,0,0,0,'Aundro','Blacksmithing Supplies',NULL,0,64,65,0,1741,4224,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22477,0,0,0,0,0,17248,0,0,0,'Anchorite Ensham','First Aid Trainer',NULL,8522,64,65,0,1741,81,1.125,1.14286,1,0,186,260,0,262,1,2000,2000,2,36864,2048,0,0,2,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22478,0,0,0,0,0,20249,0,0,0,'Evergrove Ancient','',NULL,0,68,68,1,495,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,4,0,0,0,0,0,0,0,0,0,0,39274,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(22479,0,0,0,0,0,21045,0,0,0,'Sab\'aoth','Reagents & Poison Supplies',NULL,8545,68,68,1,35,131,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22480,0,0,0,0,0,2838,0,0,0,'Brown Marmot',NULL,NULL,0,1,1,0,31,0,1.125,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,100,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(22481,0,0,0,0,0,21044,0,0,0,'Dwarfowitz','Expedition Leader',NULL,0,65,65,1,35,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22482,0,0,0,0,0,11686,0,0,0,'Mature Bone Sifter',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,10,0,22482,0,0,0,0,0,0,0,0,32738,31747,37752,37751,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,31814,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(22483,0,0,0,0,0,21027,21028,21029,21030,'Sand Gnome',NULL,NULL,0,64,65,1,14,0,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(22484,0,0,0,0,0,21048,0,0,0,'Zeppit',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22485,0,0,0,0,0,17436,0,0,0,'Halu','Hippogryph Master',NULL,6944,65,65,0,84,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22486,0,0,0,0,0,16997,0,0,0,'Greater Earthbind Totem',NULL,NULL,0,71,71,0,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,6474,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0049,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22487,0,0,0,0,0,21049,0,0,0,'Greater Poison Cleansing Totem',NULL,NULL,0,71,71,0,58,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0245,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22488,0,0,0,0,0,2306,0,0,0,'Sentinel Moonwhisper','',NULL,0,65,65,1,1733,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22489,0,0,0,0,0,20208,0,0,0,'Grunt Grahk','',NULL,0,65,65,1,1734,2,1.125,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22490,0,0,0,0,0,20007,0,0,0,'Huffer','',NULL,0,72,72,1,106,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,163,1,0,0,'',12340),
|
|
(22491,0,0,0,0,0,21051,0,0,0,'Kerpow Blastwrench','Weapon Merchant',NULL,0,70,70,1,35,4224,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22492,0,0,0,0,0,10830,0,0,0,'Spirit','',NULL,0,72,72,1,210,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,44318,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22494,0,0,0,0,0,21060,21061,21062,0,'Cosmowrench Bruiser','',NULL,0,77,77,1,1857,0,1,1.42857,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22495,0,0,0,0,0,1126,11686,0,0,'Death\'s Door Fel Cannon Target Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22496,0,0,0,0,0,21079,0,0,0,'Sabellian','Black Dragonflight',NULL,0,71,71,1,210,0,1.83,1.14286,1,1,299,426,0,308,4.6,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22497,0,0,0,0,0,17072,0,0,0,'V\'eru',NULL,NULL,0,72,72,1,1741,2,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22498,0,0,0,0,0,9492,0,0,0,'Misha','',NULL,0,72,72,0,106,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22499,0,0,0,0,0,20521,20854,0,0,'Lesser Wrath Hound','',NULL,0,68,68,1,90,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,22911,36406,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22500,0,0,0,0,0,21066,0,0,0,'Void Hound','',NULL,0,67,68,1,954,0,1.125,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,4,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22501,0,0,0,0,0,19368,0,0,0,'Void Hound Transform','',NULL,0,67,68,1,954,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22502,0,0,0,0,0,328,14501,0,0,'Death\'s Door Warp-Gate Explosion Bunny','',NULL,0,60,60,1,114,0,1.125,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22503,0,0,0,0,0,17035,11686,0,0,'Warp-Gate North Kill Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22504,0,0,0,0,0,17035,11686,0,0,'Warp-Gate South Kill Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22505,0,0,0,0,0,19595,0,0,0,'The Exorcism Bubbling Slimer Bunny (DND)',NULL,NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22506,0,0,0,0,0,21070,0,0,0,'Foul Purge',NULL,NULL,0,60,60,0,14,0,1,1.14286,1,0,104,138,0,252,1,2800,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22507,0,0,0,0,0,24721,0,0,0,'Darkness Released',NULL,NULL,0,60,60,0,14,0,0.5,0.5,1,0,104,138,0,252,1,1800,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,0.3,1,1,0,0,0,0,0,0,0,43,1,0,2,'',12340),
|
|
(22508,0,0,0,0,0,17612,0,0,0,'The Exorcism Lightning Cloud Bunny',NULL,NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22509,0,0,0,0,0,19501,0,0,0,'Scrapped Fel Reaver Transform','',NULL,0,70,70,1,16,0,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,16384,2,'',12340),
|
|
(22510,0,0,0,0,0,21073,0,0,0,'Cobalt Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22511,0,0,0,0,0,21074,0,0,0,'Dark Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22512,0,0,0,0,0,21075,0,0,0,'Silver Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22513,0,0,0,0,0,21077,0,0,0,'Tan Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22514,0,0,0,0,0,21076,0,0,0,'White Riding Talbuk','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22515,0,0,0,0,0,169,16925,0,0,'World Trigger','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22516,0,0,0,0,0,10186,0,0,0,'Eye of the Storm Battlemaster','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22517,0,0,0,0,0,18783,16925,0,0,'World Trigger (Large AOI)','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22518,0,0,0,0,0,14,0,0,0,'Master Prospector Orius','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22519,0,0,0,0,0,1126,11686,0,0,'Chess Piece: Karazhan Invisible Stalker',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22520,0,0,0,0,0,1126,11686,0,0,'Chess Piece: Status Bar',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22521,0,0,0,0,0,11686,0,0,0,'Karazhan - Chess, Medivh CHEAT: Fury of Medivh Visual (DND)','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22522,0,0,0,0,0,21080,0,0,0,'Unkillable Test Dummy 73 Warrior RAID SPECIAL','',NULL,0,1,1,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),
|
|
(22523,0,0,0,0,0,1126,11686,0,0,'Karazhan - Chess, Victory Dummy Tool',NULL,NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,100,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22524,0,0,0,0,0,1126,11686,0,0,'Karazhan - Chess, Victory Controller','',NULL,0,1,1,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22525,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (1)','',NULL,0,70,70,0,1216,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22526,0,0,0,0,0,13336,13337,0,0,'Alliance Spirit Guide (1)','',NULL,0,70,70,0,84,32768,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,832,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22527,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (1)','',NULL,0,70,70,0,1216,3,1.76,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1814,2378,'',1,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22528,0,0,0,0,0,14215,0,0,0,'Athramanis (1)','Bounty Hunter',NULL,0,70,70,0,1594,2,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,552,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22529,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,0,252,357,0,304,1,1183,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22530,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22531,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,0,252,357,0,304,1,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22532,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,0,104,138,0,252,1,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(22533,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (1)','',NULL,0,70,70,0,1216,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,434,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22534,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (1)','',NULL,0,60,60,0,1214,2,1.75,1.14286,1,0,104,138,0,252,1,1191,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22535,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (1)','',NULL,0,60,60,0,1216,0,1.75,1.14286,1,0,104,138,0,252,1,1191,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22536,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (1)','',NULL,0,60,60,0,1214,2,1.73,1.14286,1,0,104,138,0,252,1,1208,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22537,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (1)','',NULL,0,60,60,0,1216,0,1.71,1.14286,1,0,104,138,0,252,1,1225,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.7,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22538,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (1)','',NULL,0,70,70,0,1214,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,462,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22539,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (1)','',NULL,0,61,61,0,1214,2,1.79,1.14286,1,1,159,221,0,258,13,1150,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1772,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22540,0,0,0,0,0,10278,0,0,0,'Drakan (1)','',NULL,0,70,70,0,1214,0,2.33,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22541,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (1)','',NULL,0,70,70,0,1216,1,1.78,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,2488,'',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22542,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22543,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22544,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22545,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22546,0,0,0,0,0,10278,0,0,0,'Duros (1)','',NULL,0,70,70,0,1214,0,2.33,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22547,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22548,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22549,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (1)','',NULL,0,70,70,0,1335,0,1.26,1.14286,1,0,252,357,0,304,1,1410,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22550,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (1)','',NULL,0,60,60,0,1214,0,1.79,1.14286,1,1,104,138,0,252,13,1150,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22551,0,0,0,0,0,13670,0,0,0,'Frostwolf Stable Master (1)','Stable Master',NULL,9821,70,70,0,1214,4194307,1.78,1.14286,1,1,252,357,0,304,13,1158,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22552,0,0,0,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (1)','',NULL,0,70,70,0,1214,2,1.79,1.14286,1,1,252,357,0,304,13,1150,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,1090,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22553,0,0,0,0,0,2346,0,0,0,'Furis (1)','',NULL,0,1,1,0,1215,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.35,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22554,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (1)','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22555,0,0,0,0,0,10792,0,0,0,'Grimtooth (1)','',NULL,0,70,70,0,39,0,1.65,1.14286,1,0,252,357,0,304,1,1166,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,496,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22556,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22557,0,0,0,0,0,13069,0,0,0,'Herald (1)','',NULL,0,70,70,0,1334,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22558,0,0,0,0,0,13338,13339,0,0,'Horde Spirit Guide (1)','',NULL,0,70,70,0,83,32768,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,4928,2048,0,0,0,0,0,0,198,295,33,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22559,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (1)','',NULL,0,70,70,0,1534,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22560,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22561,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22562,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22563,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22564,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22565,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (1)','',NULL,0,60,60,0,1194,2,1.79,1.14286,1,1,104,138,0,252,13,1150,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1772,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22566,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (1)','',NULL,0,60,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22567,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (1)','',NULL,0,70,70,0,1216,2,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,7928,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22568,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (1)','',NULL,0,70,70,0,1214,3,1.79,1.14286,1,1,234,331,0,286,13,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,33,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1388,1822,'',1,3,1,12,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(22569,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (1)','Bounty Hunter',NULL,0,70,70,0,105,2,1.26,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,552,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22570,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (1)','',NULL,0,60,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22571,0,0,0,0,0,13152,0,0,0,'Smith Regzar (1)','',NULL,5124,70,70,0,1215,3,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2238,2932,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22572,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22573,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12098,15808,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22574,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (1)','',NULL,0,70,70,0,1334,3,1.26,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22575,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (1)','',NULL,0,70,70,0,1216,3,1.79,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5044,6596,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22576,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (1)','',NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,9,0,13416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,2,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(22577,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (1)','Stable Master',NULL,9821,70,70,0,1216,4194307,1.78,1.14286,1,1,252,357,0,304,13,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,44,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8784,11480,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22578,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (1)','',NULL,0,60,60,0,1194,2,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1688,'',1,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22579,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,14767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22580,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22581,0,0,0,0,0,7804,0,0,0,'Trigger Guse (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22582,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22583,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22584,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22585,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22586,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (1)','',NULL,0,70,70,1,35,0,1.27,1.14286,1,1,252,357,0,304,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22587,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (1)','',NULL,0,60,60,0,1216,0,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22588,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (1)','',NULL,0,70,70,0,1216,0,1.28,1.14286,1,0,252,357,0,304,1,1380,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,452,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22589,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (1)','',NULL,0,70,70,0,1214,0,1.28,1.14286,1,0,252,357,0,304,1,1380,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,326,434,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22590,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (1)','',NULL,0,70,70,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22591,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (1)','',NULL,0,70,70,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22592,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (1)','',NULL,0,70,70,0,1214,0,1.79,1.14286,1,1,252,357,0,304,13,1150,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,13530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1490,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22593,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (1)','',NULL,0,70,70,0,1216,0,1.76,1.14286,1,1,252,357,0,304,13,1175,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22594,0,0,0,0,0,11012,0,0,0,'War Rider (1)','',NULL,0,60,60,0,1214,2,1.76,1.14286,1,1,104,138,0,252,13,1175,2000,1,0,2048,0,0,0,0,0,0,72,106,26,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(22595,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (1)','',NULL,0,70,70,0,1534,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,14769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22596,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (1)','',NULL,0,70,70,0,1214,0,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22597,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman (1)','',NULL,0,70,70,0,1217,3,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4928,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1644,2156,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22598,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (1)','',NULL,0,70,70,0,1215,3,1.76,1.14286,1,1,252,357,0,304,13,2000,2000,1,4928,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3174,4154,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22599,0,0,0,0,0,7804,0,0,0,'Winterax Sentry (1)','',NULL,0,1,1,0,35,0,1.27,1.14286,1,1,2,2,0,24,13,1666,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,408,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22600,0,0,0,0,0,12075,0,0,0,'[PH] Alliance Herald (1)','',NULL,0,1,1,0,1334,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22601,0,0,0,0,0,1891,0,0,0,'[PH] Alliance Tower Lieutenant (1)','',NULL,0,1,1,0,84,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22602,0,0,0,0,0,12080,0,0,0,'[PH] Horde Herald (1)','',NULL,0,1,1,0,1335,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22603,0,0,0,0,0,12949,12950,12951,12952,'[PH] Horde Tower Lieutenant (1)','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22604,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (1)','',NULL,0,71,71,0,16,0,1.77,1.14286,1,1,299,426,0,308,13,1166,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',1,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22605,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (1)','Stormpike Captain',NULL,0,71,71,0,1216,0,1.8,1.14286,1,3,296,424,0,290,70,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,37,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39610,51736,'',1,3,1,30,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(22606,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (1)','Frostwolf Captain',NULL,0,71,71,0,1214,0,1.8,1.14286,1,3,299,426,0,308,70,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48110,62836,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(22607,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (1)','',NULL,0,61,61,0,1216,0,1.78,1.14286,1,1,159,221,0,258,13,1158,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22608,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (1)','',NULL,0,71,71,0,1216,0,1.27,1.14286,1,0,299,426,0,308,1,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,482,'',1,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22609,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (1)','',NULL,0,71,71,0,1214,0,1.27,1.14286,1,0,299,426,0,308,1,1400,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,442,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22610,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (1)','',NULL,0,71,71,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22611,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (1)','',NULL,0,56,56,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22612,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (1)','',NULL,0,61,61,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22613,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (1)','',NULL,0,71,71,0,1214,1,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22614,0,0,0,0,0,13445,0,0,0,'Commander Duffy (1)','',NULL,0,71,71,0,1216,2,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3516,4602,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22615,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (1)','',NULL,0,71,71,1,1216,3,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22616,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (1)','',NULL,0,71,71,0,1214,3,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,36928,2048,0,0,0,0,0,0,262,389,48,7,0,13154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22617,0,0,0,0,0,13463,0,0,0,'Commander Malgor (1)','',NULL,0,71,71,0,1214,0,1.79,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22618,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (1)','',NULL,0,71,71,0,1216,0,1.78,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22619,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (1)','',NULL,0,71,71,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,8154,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22620,0,0,0,0,0,13455,0,0,0,'Commander Randolph (1)','',NULL,0,71,71,0,1216,0,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6322,8264,'',1,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22621,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (1)','',NULL,0,61,61,0,1216,2,1.8,1.14286,1,1,159,221,0,258,13,1141,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22622,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (1)','',NULL,0,71,71,0,1214,0,1.05,1.14286,1,1,299,426,0,308,13,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,994,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22623,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (1)','',NULL,0,59,59,0,1214,2,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22624,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (1)','',NULL,0,61,61,0,1214,0,1.77,1.14286,1,1,159,221,0,258,13,1166,2000,1,0,2048,0,0,0,0,0,0,127,188,28,7,0,13357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,1584,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22625,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (1)','',NULL,0,70,70,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22626,0,0,0,0,0,10041,0,0,0,'Ice Giant (1)','',NULL,0,73,73,0,14,0,1.2,1.14286,1,1,316,450,0,320,13,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22627,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (1)','',NULL,0,73,73,0,1594,0,5.39,1.14286,1,1,316,450,0,320,70,1141,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,50,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),
|
|
(22628,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (1)','',NULL,5442,61,61,0,1334,3,1.05,1.14286,1,1,159,221,0,258,13,2000,2000,1,4160,2048,0,0,0,0,0,0,127,188,28,7,0,13841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,1206,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22629,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (1)','',NULL,0,71,71,0,1214,2,1.79,1.14286,1,1,296,424,0,290,70,1150,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),
|
|
(22630,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (1)','',NULL,0,71,71,0,1216,2,1.05,1.14286,1,0,299,426,0,308,1,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,542,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22631,0,0,0,0,0,14072,0,0,0,'Rezrelek (1)','Winterax Hero',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22632,0,0,0,0,0,8811,0,0,0,'Risen Ancient (1)','',NULL,0,70,70,0,1216,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22633,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (1)','',NULL,0,71,71,0,1216,0,1.05,1.14286,1,1,299,426,0,308,13,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,48,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,1138,'',1,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22634,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (1)','',NULL,0,60,60,0,1216,2,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22635,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (1)','',NULL,0,71,71,0,1216,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22636,0,0,0,0,0,13990,0,0,0,'Tatterhide (1)','',NULL,0,1,1,0,16,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22637,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22638,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (1)','',NULL,0,61,61,0,1214,2,1.05,1.14286,1,0,159,221,0,258,1,2000,2000,1,4096,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22639,0,0,0,0,0,13842,0,0,0,'Warmaster Garrick (1)','',NULL,0,61,71,0,1554,2,1.79,1.14286,1,1,299,426,0,308,13,1150,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22640,0,0,0,0,0,13853,0,0,0,'Warmaster Laggrond (1)','',NULL,0,61,61,0,1335,3,1.05,1.14286,1,1,159,221,0,258,13,2000,2000,1,64,2048,0,0,0,0,0,0,127,188,28,7,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22641,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (1)','Frostwolf General',NULL,0,73,73,1,1214,1,1.78,1.14286,1,3,307,438,0,314,70,2000,2000,1,4096,2048,0,0,0,0,0,0,270,401,53,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(22642,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (1)','',NULL,0,1,1,0,14,0,1.2,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22643,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (1)','',NULL,0,72,72,2,37,0,1,1.14286,1,1,371,522,0,478,13,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22644,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (1)','Stormpike General',NULL,0,73,73,1,1216,0,1.78,1.14286,1,3,316,450,0,320,70,1158,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,27.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(22645,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (1)','',NULL,0,55,55,0,1216,0,1.26,1.14286,1,0,94,125,0,228,1,1410,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22646,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (1)','Food & Drink',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22647,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (1)','',NULL,6484,55,55,0,1215,1048577,1.23,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22648,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (1)','',NULL,0,65,65,0,1215,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22649,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (1)','',NULL,0,55,55,0,1214,0,1.26,1.14286,1,0,94,125,0,228,1,1410,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22650,0,0,0,0,0,1359,0,0,0,'Grelkor (1)','Blacksmithing Supplies',NULL,0,65,65,0,1215,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22651,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (1)','General Goods',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22652,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (1)','Reagents & Poison Supplies',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22653,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (1)','Blacksmithing Supplies',NULL,0,65,65,0,1217,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2596,3398,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22654,0,0,0,0,0,4294,0,0,0,'Rarck (1)','General Goods',NULL,0,65,65,0,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22655,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (1)','Food & Drink',NULL,0,65,65,0,1215,128,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22656,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (1)','',NULL,6500,55,55,0,1217,1048577,1.23,1.14286,1,0,94,125,0,228,1,2000,2000,1,4352,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22657,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (1)','',NULL,0,55,55,0,1216,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22658,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (1)','',NULL,5241,65,65,0,1217,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22659,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (1)','Trade Goods',NULL,0,65,65,0,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22660,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (1)','Reagents & Poison Supplies',NULL,0,65,65,0,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22661,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (1)','Trade Goods',NULL,0,65,65,0,1215,128,1.22,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22662,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (1)','',NULL,0,56,56,0,1216,0,1.26,1.14286,1,0,96,127,0,234,1,1410,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22663,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (1)','',NULL,0,59,59,0,1216,0,1.26,1.14286,1,0,102,135,0,248,1,1410,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22664,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (1)','',NULL,0,56,56,0,1214,0,1.26,1.14286,1,0,96,127,0,234,1,1410,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22665,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (1)','',NULL,0,67,67,0,1214,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,390,'',1,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22666,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (1)','',NULL,0,67,67,0,1216,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,422,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22667,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (1)','',NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22668,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (1)','',NULL,0,57,57,0,1216,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22669,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (1)','',NULL,0,57,57,0,1214,0,1.26,1.14286,1,0,98,130,0,238,1,1410,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22670,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (1)','',NULL,0,68,68,0,11,0,1.75,1.14286,1,0,231,325,0,292,1,1191,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22671,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (1)','',NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22672,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (1)','',NULL,0,58,58,0,1216,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22673,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (1)','',NULL,0,58,58,0,1214,0,1.26,1.14286,1,0,100,132,0,242,1,1410,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,666,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22674,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (1)','',NULL,0,68,68,0,1214,0,1.26,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,402,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22675,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (1)','',NULL,0,66,66,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22676,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (1)','',NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22677,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (1)','',NULL,0,1,1,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22678,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (1)','',NULL,0,68,68,0,1214,1,1.77,1.14286,1,1,214,301,0,276,13,2000,2000,2,4160,2048,0,0,0,0,0,0,179,266,31,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1806,2368,'',1,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22679,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (1)','',NULL,0,68,68,0,1214,0,1.76,1.14286,1,1,231,325,0,292,13,1175,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1024,1348,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22680,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (1)','Stormpike Supply Officer',NULL,0,68,68,0,1217,4224,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1722,2258,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22681,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (1)','Frostwolf Supply Officer',NULL,0,68,68,0,1215,4224,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2316,3034,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22682,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (1)','Frostwolf Supply Officer',NULL,0,58,58,0,1335,4226,1.05,1.14286,1,1,100,132,0,242,13,2000,2000,1,64,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22683,0,0,0,0,0,13300,0,0,0,'Keetar (1)','',NULL,0,68,68,0,1214,2,1.76,1.14286,1,0,231,325,0,292,1,1183,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22684,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (1)','',NULL,0,68,68,0,1214,2,1.76,1.14286,1,0,231,325,0,292,1,1183,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22685,0,0,0,0,0,5945,0,0,0,'Morloch (1)','',NULL,0,68,68,1,59,0,1.77,1.14286,1,0,214,301,0,276,1,2000,2000,2,512,2048,0,0,0,0,0,0,179,266,31,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,420,'',1,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22686,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (1)','',NULL,0,58,58,0,1194,0,1.75,1.14286,1,1,100,132,0,242,13,1191,2000,1,0,2048,0,0,0,0,0,0,69,101,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,288,1436,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22687,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (1)','',NULL,0,68,68,0,1216,0,1.26,1.14286,1,0,231,325,0,292,1,1410,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,474,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22688,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (1)','',NULL,0,68,68,0,1214,0,1.27,1.14286,1,0,231,325,0,292,1,1400,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,452,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22689,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (1)','',NULL,0,56,56,0,1216,0,1.75,1.14286,1,1,96,127,0,234,13,1191,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,13524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,1426,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22690,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (1)','',NULL,0,68,68,0,1216,0,1.26,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,408,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22691,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (1)','',NULL,0,68,68,0,1216,0,1.78,1.14286,1,1,231,325,0,292,13,1158,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,13576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,1036,'',1,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22692,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (1)','',NULL,0,66,66,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22693,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (1)','',NULL,0,1,1,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22694,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (1)','',NULL,0,68,68,0,26,0,1.76,1.14286,1,0,214,301,0,276,1,1175,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22695,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (1)','Stormpike Supply Officer',NULL,0,58,58,0,1334,4224,1.05,1.14286,1,1,100,132,0,242,13,2000,2000,1,4160,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22696,0,0,0,0,0,13299,0,0,0,'Umi Thorson (1)','',NULL,0,68,68,0,1216,0,1.77,1.14286,1,0,231,325,0,292,1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,41,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,458,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22697,0,0,0,0,0,13474,0,0,0,'Wing Commander Jeztor (1)','',NULL,0,68,68,0,1215,2,1.75,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2996,3922,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22698,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (1)','',NULL,0,68,68,0,1217,2,1.77,1.14286,1,1,231,325,0,292,13,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,41,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2742,3590,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22699,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (1)','Bounty Hunter',NULL,0,69,69,0,57,2,1.27,1.14286,1,0,245,346,0,298,1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22700,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22701,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (1)','',NULL,0,69,69,0,1214,0,3.54,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,6,0,13145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,6368,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22702,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (1)','',NULL,0,69,69,1,1216,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22703,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (1)','',NULL,0,69,69,0,1214,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22704,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (1)','',NULL,0,69,69,0,1216,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22705,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,1158,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22706,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (1)','',NULL,0,69,69,0,1214,0,3.54,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,6,0,13146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(22707,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (1)','',NULL,0,69,69,0,1214,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22708,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (1)','',NULL,0,69,69,0,1216,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22709,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (1)','',NULL,0,69,69,0,1216,0,1.77,1.14286,1,1,245,346,0,298,13,1166,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22710,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (1)','',NULL,0,69,69,0,1214,0,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,6368,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22711,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (1)','',NULL,0,69,69,0,1214,0,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4784,6258,'',1,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22712,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (1)','Bounty Hunter',NULL,0,69,69,0,877,2,1.27,1.14286,1,0,245,346,0,298,1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,43,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,488,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22713,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (1)','',NULL,0,59,59,0,1216,0,1.78,1.14286,1,1,102,135,0,248,13,1158,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22714,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (1)','',NULL,0,69,69,0,1216,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,516,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22715,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (1)','',NULL,0,69,69,0,1214,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,362,482,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22716,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (1)','',NULL,0,69,69,0,1214,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22717,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (1)','',NULL,0,69,69,0,1216,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22718,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (1)','',NULL,0,59,59,0,1214,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',0,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22719,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (1)','',NULL,0,69,69,0,1216,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,13333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,416,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22720,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (1)','',NULL,0,69,69,0,1214,0,1.26,1.14286,1,0,245,346,0,298,1,1410,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,516,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22721,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (1)','',NULL,0,69,69,0,1215,3,1.77,1.14286,1,1,245,346,0,298,13,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,43,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2914,3816,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22722,0,0,0,0,0,13472,0,0,0,'Wing Commander Vipore (1)','',NULL,0,69,69,0,1217,3,1.76,1.14286,1,1,245,346,0,298,13,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2490,3260,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22723,0,0,0,0,0,13808,0,0,0,'Jotek (1)','',NULL,0,70,71,0,1214,2,1.8,1.14286,1,1,299,426,0,308,13,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,48,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1728,2266,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22724,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (1)','',NULL,0,71,71,0,1216,2,1.8,1.14286,1,1,299,426,0,308,13,1141,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2408,3154,'',1,3,1,3.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22725,0,0,0,0,0,11632,0,0,0,'Winterax Berserker (1)','',NULL,0,71,72,0,37,0,1.77,1.14286,1,1,307,438,0,314,13,1166,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,10984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,1664,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22726,0,0,0,0,0,13340,0,0,0,'Alterac Ram (1)','',NULL,0,70,71,0,1274,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(22727,0,0,0,0,0,13340,0,0,0,'Alterac Ram (1)','',NULL,0,71,71,1,1274,0,1.2,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22728,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (1)','',NULL,0,1,1,0,16,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22729,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (1)','',NULL,0,64,65,0,1216,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22730,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (1)','',NULL,0,64,65,0,1214,2,1.76,1.14286,1,0,200,281,0,278,1,1175,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22731,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,0,200,281,0,278,1,1183,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22732,0,0,0,0,0,556,308,0,0,'Coldmine Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,0,181,253,0,268,1,1175,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22733,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,0,181,253,0,268,1,1183,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22734,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (1)','',NULL,0,64,65,0,1214,2,1.74,1.14286,1,0,186,260,0,262,1,1200,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22735,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (1)','',NULL,0,68,69,0,1216,3,1.78,1.14286,1,1,245,346,0,298,13,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,43,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1976,2590,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22736,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (1)','',NULL,6261,56,57,0,1214,3,1.05,1.14286,1,1,98,130,0,238,13,2000,2000,1,4160,2048,0,0,0,0,0,0,68,99,24,7,0,13776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22737,0,0,0,0,0,10278,0,0,0,'Frostwolf (1)','',NULL,0,60,61,0,1275,0,1.26,1.14286,1,0,159,221,0,258,1,2000,2000,1,0,2048,0,1,0,0,0,0,127,188,28,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22738,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (1)','',NULL,0,63,64,0,1214,0,1.26,1.14286,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,1,0,0,0,0,154,226,33,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22739,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (1)','',NULL,0,69,70,0,1214,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,694,'',1,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22740,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (1)','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22741,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (1)','',NULL,0,64,65,0,1214,0,1.74,1.14286,1,0,186,260,0,262,1,1200,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22742,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (1)','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22743,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (1)','',NULL,0,64,65,0,1216,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22744,0,0,0,0,0,556,308,0,0,'Irondeep Miner (1)','',NULL,0,62,63,0,1216,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22745,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (1)','',NULL,0,62,63,0,1214,2,1.76,1.14286,1,0,181,253,0,268,1,1183,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22746,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (1)','',NULL,0,64,65,0,1214,2,1.75,1.14286,1,0,200,281,0,278,1,1191,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22747,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (1)','',NULL,0,73,74,0,59,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22748,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (1)','',NULL,0,64,65,0,59,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,294,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22749,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (1)','',NULL,0,64,65,0,1216,0,1.73,1.14286,1,0,186,260,0,262,1,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,29,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22750,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (1)','',NULL,0,62,63,0,59,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,296,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22751,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (1)','',NULL,0,67,67,0,1216,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,432,'',1,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22752,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (1)','',NULL,0,66,67,0,1214,2,1.76,1.14286,1,0,225,314,0,288,1,1183,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22753,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (1)','',NULL,0,66,67,0,1216,0,1.76,1.14286,1,0,225,314,0,288,1,1183,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22754,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (1)','',NULL,0,56,57,0,1214,2,1.72,1.14286,1,0,91,121,0,224,1,1216,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,0,13537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22755,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (1)','',NULL,0,67,67,0,1214,0,1.75,1.14286,1,0,204,287,0,272,1,1191,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22756,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (1)','',NULL,0,66,67,0,1216,0,1.71,1.14286,1,0,225,314,0,288,1,1225,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22757,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (1)','',NULL,0,67,67,0,1214,0,1.76,1.14286,1,0,225,314,0,288,1,1175,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22758,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (1)','',NULL,0,66,67,0,1216,0,1.76,1.14286,1,0,204,287,0,272,1,1183,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22759,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (1)','',NULL,6262,58,59,0,1216,3,1.05,1.14286,1,1,102,135,0,248,13,2000,2000,1,4160,2048,0,0,0,0,0,0,70,103,25,7,0,13777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,660,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22760,0,0,0,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (1)','',NULL,0,66,67,0,1214,3,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,792,'',1,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22761,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (1)','',NULL,0,62,63,0,514,0,1.25,1.14286,1,0,181,253,0,268,1,1420,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,528,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22762,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (1)','',NULL,0,62,63,0,514,0,1.25,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22763,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (1)','',NULL,0,63,64,0,514,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,486,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22764,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (1)','',NULL,0,50,51,0,1217,0,1.26,1.14286,1,0,86,114,0,210,1,1410,2000,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22765,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (1)','',NULL,0,50,51,0,1214,0,1.56,1.14286,1,0,86,114,0,210,1,1510,2000,1,0,2048,0,0,0,0,0,0,59,87,20,1,0,13618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22766,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (1)','',NULL,0,69,70,0,1216,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,44,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,688,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22767,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (1)','',NULL,0,63,64,0,1216,0,1.26,1.14286,1,0,194,274,0,272,1,2000,2000,1,4096,2048,0,26,0,0,0,0,154,226,33,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22768,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (1)','',NULL,0,57,57,0,1194,0,1.76,1.14286,1,1,98,130,0,238,13,1183,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,13150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,1474,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22769,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (1)','',NULL,0,53,53,0,1194,0,1.72,1.14286,1,1,89,119,0,218,13,1216,2000,1,0,2048,0,0,0,0,0,0,62,91,22,7,0,13149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,1286,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22770,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (1)','',NULL,0,68,69,0,1216,0,1.73,1.14286,1,0,224,316,0,282,1,1208,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22771,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (1)','',NULL,0,68,69,0,1214,2,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22772,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (1)','',NULL,0,68,69,0,1216,0,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22773,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (1)','',NULL,0,68,69,0,1214,2,1.74,1.14286,1,0,224,316,0,282,1,1200,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22774,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (1)','',NULL,0,58,59,0,1214,0,1.73,1.14286,1,0,102,135,0,248,1,1208,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22775,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (1)','',NULL,0,68,69,0,1216,0,1.74,1.14286,1,0,245,346,0,298,1,1200,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22776,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (1)','',NULL,0,59,59,0,1214,0,1.76,1.14286,1,0,102,135,0,248,1,1183,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22777,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (1)','',NULL,0,68,69,0,1216,0,1.71,1.14286,1,0,224,316,0,282,1,1225,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22778,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,0,181,253,0,268,1,1175,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,296,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22779,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (1)','',NULL,0,63,64,0,26,0,1.76,1.14286,1,0,168,234,0,252,1,1183,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22780,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (1)','',NULL,0,64,65,0,26,0,1.76,1.14286,1,0,200,281,0,278,1,1175,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.6,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22781,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (1)','',NULL,0,1,1,0,26,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22782,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (1)','',NULL,0,62,63,0,26,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,334,'',1,3,1,0.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22783,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (1)','',NULL,0,68,69,0,39,0,1.25,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,352,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22784,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (1)','',NULL,0,66,67,0,39,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,338,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22785,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (1)','',NULL,0,62,63,0,39,0,1.25,1.14286,1,0,181,253,0,268,1,1420,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,522,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22786,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (1)','',NULL,0,66,67,0,39,0,1.26,1.14286,1,0,204,287,0,272,1,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,298,'',1,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22787,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (1)','',NULL,0,63,64,0,39,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,264,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22788,0,0,0,0,0,14017,14019,14018,14020,'Winterax Axe Thrower (1)','',NULL,0,60,60,0,37,0,1.76,1.14286,1,1,104,138,0,252,13,1183,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,1560,'',1,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22789,0,0,0,0,0,14021,14023,14022,14024,'Winterax Hunter (1)','',NULL,0,59,59,0,37,0,1.75,1.14286,1,1,102,135,0,248,13,1191,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,1426,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22790,0,0,0,0,0,14026,14028,14027,14029,'Winterax Mystic (1)','',NULL,0,58,58,0,37,0,1.76,1.14286,1,1,100,132,0,242,13,1175,2000,1,0,2048,0,0,0,0,0,0,69,101,25,7,0,13956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,1522,'',1,3,1,3,2.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22791,0,0,0,0,0,14030,14032,14031,14033,'Winterax Seer (1)','',NULL,0,59,59,0,37,0,1.77,1.14286,1,1,102,135,0,248,13,1166,2000,1,0,2048,0,0,0,0,0,0,70,103,25,7,0,13958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,1572,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22792,0,0,0,0,0,14060,14061,14062,14063,'Winterax Shadow Hunter (1)','',NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22793,0,0,0,0,0,2714,0,0,0,'Winterax Tracker (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8841,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22794,0,0,0,0,0,14013,14015,14014,14016,'Winterax Troll (1)','',NULL,0,67,68,0,37,0,1.76,1.14286,1,1,231,325,0,292,13,1175,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,10983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,1522,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22795,0,0,0,0,0,14052,14054,14053,14055,'Winterax Warrior (1)','',NULL,0,60,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,13957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22796,0,0,0,0,0,14034,14036,14035,14037,'Winterax Witch Doctor (1)','',NULL,0,59,60,0,37,0,1.78,1.14286,1,1,104,138,0,252,13,1158,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,11679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,1624,'',1,3,1,4.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22797,0,0,0,0,0,14056,14058,14057,14059,'Withered Troll (1)','',NULL,0,1,1,0,37,0,1.2,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22798,0,0,0,0,0,11686,16046,0,0,'First Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22799,0,0,0,0,0,11686,16046,0,0,'Second Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22800,0,0,0,0,0,11686,16046,0,0,'Third Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22801,0,0,0,0,0,11686,16046,0,0,'Fourth Prophecy','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22802,0,0,0,0,0,21083,21084,0,0,'Exodar Firebreather','',NULL,0,23,24,0,774,0,1,1.14286,1,0,34,46,0,84,1,2000,2000,1,0,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22804,0,0,0,0,0,21085,21086,0,0,'Silvermoon Fireeater','',NULL,0,10,33,0,775,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,0,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22806,0,0,0,0,0,21083,21084,21085,21086,'Shattrath Firebreather','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22807,0,0,0,0,0,21087,0,0,0,'Lost Torranche','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,12,0,0,0,0,215,320,44,1,1,22807,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11669,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),
|
|
(22810,0,0,0,0,0,21088,21089,21090,21091,'Rescued Cenarion Expedition Druid','',NULL,0,71,71,1,1660,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22811,0,0,0,0,0,21092,21093,0,0,'Rescued Lower City Brute','',NULL,0,71,71,1,1818,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22812,0,0,0,0,0,21094,21095,0,0,'Rescued Sha\'tar Vindicator','',NULL,0,71,71,1,1741,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22813,0,0,0,0,0,21096,21097,0,0,'Rescued Consortium Dealer','',NULL,0,71,71,1,1731,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22814,0,0,0,0,0,21098,21099,0,0,'Rescued Sporeggar Scout','',NULL,0,71,71,1,1707,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22815,0,0,0,0,0,19278,19282,0,0,'Rescued Keepers of Time Custodian','',NULL,0,71,71,1,1779,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22816,0,0,0,0,0,5556,0,0,0,'Black Cat','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,2,'',12340),
|
|
(22817,0,0,0,0,0,19315,0,0,0,'Blood Elf Orphan','',NULL,0,1,1,1,1818,3,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22818,0,0,0,0,0,19091,0,0,0,'Draenei Orphan','',NULL,8565,1,1,1,1818,3,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22819,0,0,0,0,0,21100,0,0,0,'Orphan Matron Mercy','',NULL,8568,62,62,1,1818,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22820,0,0,0,0,0,21101,0,0,0,'Seer Olum','',NULL,8564,70,70,0,1820,3,1.3,1.14286,1,0,234,331,0,286,1,2000,1500,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22821,0,0,0,0,0,21102,0,0,0,'Ethereum Avenger','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,22821,0,0,0,0,0,0,0,0,32064,36509,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22822,0,0,0,0,0,21103,0,0,0,'Ethereum Nullifier','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,22822,0,0,0,0,0,0,0,0,36513,0,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22823,0,0,0,0,0,17695,0,0,0,'Hch\'uu','',NULL,8562,1,1,1,35,2,1,0.99206,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22824,0,0,0,0,0,17612,0,0,0,'Ethereum Glaive','',NULL,0,69,70,1,1796,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22825,0,0,0,0,0,21104,0,0,0,'Matron Li-sahar','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22825,0,0,0,0,0,0,0,0,29651,33501,33493,0,0,0,0,0,0,0,0,0,'',0,3,1,12,11,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22826,0,0,0,0,0,18649,0,0,0,'King Dorfbruiser','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,22826,0,0,0,0,0,0,0,0,43673,33238,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22827,0,0,0,0,0,20590,0,0,0,'Gorgolon the All-seeing','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22828,0,0,0,0,0,17287,0,0,0,'Trelopades','Legion Commander',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,22828,0,0,0,0,0,0,0,0,11876,11990,22859,0,0,0,0,0,0,0,0,0,'',0,3,1,12,9,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22829,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Sporeggar Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22830,0,0,0,0,0,21105,0,0,0,'Broken Male Illusion (Retains Armor)','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22831,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Auchindoun Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22832,0,0,0,0,0,21106,0,0,0,'Morthis Whisperwing','Druid of the Talon',NULL,8566,70,71,1,1660,3,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22833,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Dark Portal Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22834,0,0,0,0,0,21107,0,0,0,'Clintar Dreamwalker','',NULL,8569,70,70,1,994,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22835,0,0,0,0,0,21108,21109,0,0,'Cenarion Dreamwarden','',NULL,0,70,70,1,1254,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22836,0,0,0,0,0,21110,0,0,0,'Jheel','',NULL,8567,1,1,1,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22837,0,0,0,0,0,21111,0,0,0,'Dreamwarden Lurosa','',NULL,0,71,71,1,994,2,1.1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,752,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22838,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Aeris Landing Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22839,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Throne of the Elements Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22840,0,0,0,0,0,20422,20334,20478,0,'Ashtongue Illusion','',NULL,0,70,70,1,1820,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22841,0,0,0,0,0,21357,0,0,0,'Shade of Akama','',NULL,0,73,73,1,1813,0,0.8,1.14286,1,3,316,450,0,320,180,1800,2000,1,33554496,2048,0,0,0,0,0,0,278,413,58,7,108,22841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,667107,1276371,'',0,3,1,92.4,100,1,0,0,0,0,0,0,0,82,1,650854271,2097409,'boss_shade_of_akama',12340),
|
|
(22842,0,0,0,0,0,21119,0,0,0,'Corvax','',NULL,0,2,2,0,190,0,1.6,1.42857,1,0,2,3,0,25,1,2000,2000,2,768,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(22843,0,0,0,0,0,21119,0,0,0,'Rook','',NULL,0,2,2,0,190,0,1.6,1.42857,1,0,2,3,0,25,1,2000,2000,2,768,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(22844,0,0,0,0,0,21115,0,0,0,'Ashtongue Battlelord','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7063,13513,'SmartAI',0,3,1,31.5,1,1,0,0,0,0,0,0,0,144,1,545472511,0,'',12340),
|
|
(22845,0,0,0,0,0,21116,0,0,0,'Ashtongue Mystic','',NULL,0,71,71,1,1813,0,1,0.99206,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7248,13866,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,537004801,0,'',12340),
|
|
(22846,0,0,0,0,0,21118,0,0,0,'Ashtongue Stormcaller','',NULL,0,71,71,1,1813,0,1,0.99206,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,537004801,0,'',12340),
|
|
(22847,0,0,0,0,0,21117,0,0,0,'Ashtongue Primalist','',NULL,0,72,72,1,1813,0,1,0.99206,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6969,13333,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),
|
|
(22848,0,0,0,0,0,5187,0,0,0,'Storm Fury','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,4,72,22848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,0,1,8410706,0,'',12340),
|
|
(22849,0,0,0,0,0,21114,0,0,0,'Ashtongue Feral Spirit','',NULL,0,70,70,1,1813,0,2,1.14286,1,1,252,357,0,304,10,1000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,10,72,22849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,53,1,75657211,0,'',12340),
|
|
(22850,0,0,0,0,0,16480,17612,0,0,'Al\'ar Kill Credit','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22851,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Exodar 01 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22852,0,0,0,0,0,10691,0,0,0,'[UNUSED] Dread Lord','Servant of Illidan','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22853,0,0,0,0,0,11335,0,0,0,'Illidari Defiler','',NULL,0,71,71,1,1813,0,1.71,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,72,22853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,257,0,'',12340),
|
|
(22854,0,0,0,0,0,6173,0,0,0,'[UNUSED] Illidari Felstalker','Servant of Illidan','',0,71,71,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22855,0,0,0,0,0,19991,0,0,0,'Illidari Nightlord','',NULL,0,72,72,1,1813,0,1.71,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,42,10,1,0,0,0,0,0,0,0,169,1,616841215,0,'',12340),
|
|
(22856,0,0,0,0,0,21146,0,0,0,'Reliquary of the Lost','',NULL,0,73,73,1,1813,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554752,2048,0,0,0,0,0,0,276,411,44,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,100,1,0,0,0,0,0,0,0,167,1,650854271,1,'boss_reliquary_of_souls',12340),
|
|
(22857,0,0,0,0,0,18654,0,0,0,'Illidari Ravager','Servant of Illidan',NULL,0,70,70,1,1843,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22858,0,0,0,0,0,12334,0,0,0,'Shadowhoof Assassin','Servant of Illidan',NULL,0,69,69,1,1843,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,14873,37577,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22859,0,0,0,0,0,12334,0,0,0,'Shadowhoof Summoner','Servant of Illidan',NULL,0,69,69,1,1843,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,0,0,0,0,0,0,0,0,0,38386,13338,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22860,0,0,0,0,0,20387,0,0,0,'Illidari Succubus','Servant of Illidan',NULL,0,70,70,1,1843,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22861,0,0,0,0,0,21128,21127,0,0,'Lightsworn Vindicator','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22862,0,0,0,0,0,17409,0,0,0,'Anchorite Caalen','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22863,0,0,0,0,0,18775,18941,0,0,'Seasoned Magister','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33024,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22864,0,0,0,0,0,19119,0,0,0,'Fyra Dawnstar','',NULL,0,68,68,1,1855,0,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,33024,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22865,0,0,0,0,0,21137,0,0,0,'Illidan\'s Presence','',NULL,0,73,73,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22866,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 01 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22867,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Silvermoon 02 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22868,0,0,0,0,0,5561,16946,0,0,'Generic Portal - Invisible Stalker','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22869,0,0,0,0,0,21120,0,0,0,'Illidari Boneslicer','',NULL,0,71,71,1,1813,0,1.76,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,22869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6888,13178,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,1,0,'',12340),
|
|
(22870,0,0,0,0,0,21123,0,0,0,'Olum\'s Spirit','',NULL,0,70,70,0,1820,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,61,1,0,0,'',12340),
|
|
(22871,0,0,0,0,0,21254,21262,0,0,'Teron Gorefiend','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,108,22871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,673113,1287861,'',0,3,1,577.5,500,1,0,0,0,0,0,0,0,167,1,650854271,2097409,'boss_teron_gorefiend',12340),
|
|
(22872,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Caverns of Time Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22873,0,0,0,0,0,21159,21160,0,0,'Coilskar General','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,3000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,22873,0,0,0,0,0,0,0,0,40081,40080,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,167,1,545472511,0,'',12340),
|
|
(22874,0,0,0,0,0,21161,0,0,0,'Coilskar Harpooner','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22874,0,0,0,0,0,0,0,0,40082,40083,40084,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,1025,0,'',12340),
|
|
(22875,0,0,0,0,0,21162,21163,0,0,'Coilskar Sea-Caller','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,4,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22875,0,0,0,0,0,0,0,0,40088,40090,0,0,0,0,0,0,0,0,7437,14229,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,7491,0,'',12340),
|
|
(22876,0,0,0,0,0,21164,0,0,0,'Coilskar Soothsayer','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22876,0,0,0,0,0,0,0,0,40096,40097,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,40,1,0,0,0,0,0,0,0,167,1,1,0,'',12340),
|
|
(22877,0,0,0,0,0,21165,21166,0,0,'Coilskar Wrangler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22877,0,0,0,0,0,0,0,0,15284,40066,40076,0,0,0,0,0,0,0,7479,14311,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,167,1,545470463,0,'',12340),
|
|
(22878,0,0,0,0,0,20609,0,0,0,'Aqueous Lord','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,3,314,30,1500,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,72,22878,0,0,0,0,0,0,0,0,40099,40100,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,42,1,1,0,0,0,0,0,0,0,167,1,545472511,0,'',12340),
|
|
(22879,0,0,0,0,0,21369,21370,0,0,'Shadowmoon Reaver','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22879,0,0,0,0,0,0,0,0,41034,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(22880,0,0,0,0,0,21367,21368,0,0,'Shadowmoon Champion','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,22880,22880,0,0,0,0,0,0,0,41053,41063,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,31.5,1,1,0,0,0,0,0,0,0,0,1,545468415,0,'',12340),
|
|
(22881,0,0,0,0,0,5563,0,0,0,'Aqueous Surger','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,4,72,22881,0,0,0,0,0,0,0,0,40095,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(22882,0,0,0,0,0,21373,0,0,0,'Shadowmoon Deathshaper','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22882,0,0,0,0,0,0,0,0,41069,41070,13787,41071,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(22883,0,0,0,0,0,5492,0,0,0,'Aqueous Spawn','',NULL,0,70,72,1,1813,0,1,1.14286,1,1,307,438,3,314,15,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,72,22883,0,0,0,0,0,0,0,0,40102,40106,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.3,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(22884,0,0,0,0,0,17528,0,0,0,'Leviathan','',NULL,0,72,72,1,1834,0,1,1.14286,1,1,307,438,0,314,20,600,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,1,72,22884,0,70066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,167,1,545470463,0,'',12340),
|
|
(22885,0,0,0,0,0,21457,0,0,0,'Dragon Turtle','Coilskar Harpooner\'s Pet',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,72,22885,0,0,0,0,0,0,0,0,40086,40087,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,116,1,1025,0,'',12340),
|
|
(22886,0,0,0,0,0,18568,17540,18790,20449,'Black Temple Captive','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22887,0,0,0,0,0,21174,0,0,0,'High Warlord Naj\'entus','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,108,22887,0,0,0,0,0,0,0,0,39837,39836,39878,39872,0,0,0,0,0,0,661014,1264714,'',0,3,1,350,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_najentus',12340),
|
|
(22888,0,0,0,0,0,1126,11686,0,0,'Vengeful Harbinger Event Starter','',NULL,0,1,1,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,181,1,0,2,'',12340),
|
|
(22889,0,0,0,0,0,21124,21125,21126,0,'Manifest Nightmare','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22890,0,0,0,0,0,19113,0,0,0,'First Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,24514,0,0,0,0,0,126,1,0,0,'',12340),
|
|
(22891,0,0,0,0,0,19113,0,0,0,'Second Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,24487,0,0,0,0,0,126,1,0,0,'',12340),
|
|
(22892,0,0,0,0,0,19113,0,0,0,'Third Fragment Guardian','',NULL,0,70,70,1,14,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,22892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3,3,1,0,24488,0,0,0,0,0,126,1,0,0,'',12340),
|
|
(22893,0,0,0,0,0,12829,0,0,0,'Wodin the Troll-Servant','',NULL,0,64,64,1,35,2,1.1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22894,0,0,0,0,0,4590,0,0,0,'Cyclone Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39594,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22895,0,0,0,0,0,4589,0,0,0,'Summoned Searing Totem','',NULL,0,10,10,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22896,0,0,0,0,0,4589,0,0,0,'Ashtongue Searing Totem','',NULL,0,71,71,0,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,39593,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22897,0,0,0,0,0,4590,0,0,0,'Summoned Windfury Totem','',NULL,0,70,71,0,58,0,1,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,11,0,0,0,0,0,0,0,0,0,0,32911,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22898,0,0,0,0,0,21145,0,0,0,'Supremus','',NULL,0,73,73,1,16,0,2.4,2.14286,1,3,316,450,0,320,70,1500,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,3,108,22898,0,0,0,210,0,0,0,0,40126,40276,46587,41581,0,0,0,0,0,0,1139971,2181097,'',0,3,1,420,100,1,0,0,0,0,0,0,0,192,1,650854271,2097153,'boss_supremus',12340),
|
|
(22899,0,0,0,0,0,21132,0,0,0,'Protectorate Advisor Rahim','The Protectorate',NULL,8576,70,70,1,1795,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22900,0,0,0,0,0,19653,0,0,0,'Tortured Protectorate Vanguard','The Protectorate',NULL,0,70,70,1,1795,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22901,0,0,0,0,0,21129,0,0,0,'Clintar\'s Spirit','',NULL,0,70,70,1,250,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22902,0,0,0,0,0,19034,19033,0,0,'Phantasmal Lash','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22903,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 72 Warrior','',NULL,0,72,72,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(22904,0,0,0,0,0,19579,0,0,0,'Eye of Illidan','',NULL,0,69,70,1,1843,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22905,0,0,0,0,0,17035,11686,0,0,'Outland Children\'s Week Exodar 02 Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cw_area_trigger',12340),
|
|
(22906,0,0,0,0,0,21130,0,0,0,'Air Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22907,0,0,0,0,0,4607,0,0,0,'Fire Elemental Force','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22908,0,0,0,0,0,549,0,0,0,'Earth Elemental Force','',NULL,0,1,1,1,35,0,1.55556,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22909,0,0,0,0,0,21131,0,0,0,'Water Elemental Force','',NULL,0,1,1,1,35,0,1,1.28968,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22910,0,0,0,0,0,19677,0,0,0,'Skulloc Soulgrinder','Son of Gruul',NULL,0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,22910,0,0,0,0,0,0,0,0,39621,39622,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(22911,0,0,0,0,0,18031,0,0,0,'Vim\'gol the Vile','',NULL,0,70,70,1,14,0,1,1.14286,1,1,248,363,0,135,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,8,0,0,0,0,0,0,0,0,0,28902,40545,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,134,1,0,0,'',12340),
|
|
(22912,0,0,0,0,0,11686,0,0,0,'Sundered Spirit','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(22913,0,0,0,0,0,19091,0,0,0,'Dornaa','',NULL,0,1,1,0,1818,0,1,1,1,0,2,2,0,24,1,2000,2000,2,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22914,0,0,0,0,0,19315,0,0,0,'Salandria','',NULL,0,1,1,0,1818,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,8,33536,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22915,0,0,0,0,0,21133,0,0,0,'Aspect of the Raven','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,2,'',12340),
|
|
(22916,0,0,0,0,0,16622,17188,0,0,'Clintar Dreamwalker\'s Spirit','',NULL,0,70,70,1,250,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33591296,2048,0,0,0,0,0,0,198,295,33,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_clintar_spirit',12340),
|
|
(22917,0,0,0,0,0,21135,0,0,0,'Illidan Stormrage','The Betrayer',NULL,0,73,73,1,1882,0,2,1.6,1,3,313,448,0,302,70,1500,2000,2,768,2048,0,0,0,0,0,0,276,411,44,3,108,22917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,798439,1527647,'',0,3,1,560,1,1,0,0,0,0,0,0,0,188,1,650854271,2097185,'boss_illidan_stormrage',12340),
|
|
(22918,0,0,0,0,0,11686,0,0,0,'Gronn Showdown Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22919,0,0,0,0,0,19661,0,0,0,'Image of Commander Ameer','The Protectorate',NULL,8614,70,70,1,1797,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22920,0,0,0,0,0,20863,0,0,0,'Thuk the Defiant','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,22920,0,0,0,0,0,0,0,0,38777,38770,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22921,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Stasis Chamber Alpha)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22922,0,0,0,0,0,5441,0,0,0,'Innkeeper Aelerya','Innkeeper',NULL,9868,70,70,0,1660,65537,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(22923,0,0,0,0,0,5494,11686,0,0,'Simon Game Bunny','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_simon_bunny',12340),
|
|
(22924,0,0,0,0,0,21136,0,0,0,'Arthorn Windsong','',NULL,8615,70,70,1,1660,3,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,33536,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,439,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22925,0,0,0,0,0,11686,5187,0,0,'Rain of Fire Bunny (Alliance)','',NULL,0,70,70,0,1690,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22926,0,0,0,0,0,11686,0,0,0,'Poison Cloud Bunny (Horde)','',NULL,0,70,70,0,1691,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22927,0,0,0,0,0,19745,15880,0,0,'Ethereum Prisoner (Dungeon Energy Ball)','',NULL,0,70,70,1,1797,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22928,0,0,0,0,0,19635,0,0,0,'Ambassador Pax\'ivi','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22929,0,0,0,0,0,21138,0,0,0,'Greater Shadowfiend','',NULL,0,72,72,1,90,0,1,1.14286,1,0,304,436,5,296,10,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(22930,0,0,0,0,0,14173,0,0,0,'Yor','Void Hound of Shaffar',NULL,0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,22930,0,0,0,0,0,0,0,0,36405,38361,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,6,1,0,0,0,0,0,0,0,0,1,0,3,'',12340),
|
|
(22931,0,0,0,0,0,21139,0,0,0,'Gorrim','Emerald Circle Flight Master',NULL,0,65,65,0,35,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22932,0,0,0,0,0,21140,0,0,0,'Sai\'kkal the Elder','',NULL,8616,70,70,1,190,1,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,2,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22933,0,0,0,0,0,21141,0,0,0,'Ancient Raven-Priest','',NULL,0,70,70,1,190,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22934,0,0,0,0,0,1126,11686,0,0,'Black Temple Battle Sensor','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22935,0,0,0,0,0,21142,0,0,0,'Suralais Farwind','Hippogryph Master',NULL,0,65,65,0,80,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22936,0,0,0,0,0,21143,0,0,0,'Auhula','Apprentice Hippogryph Master',NULL,0,30,30,0,1694,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22937,0,0,0,0,0,21144,0,0,0,'Noorab','Hippogryph Master',NULL,0,1,1,0,1732,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22938,0,0,0,0,0,17301,0,0,0,'Naturalist Bite (1)','',NULL,0,70,70,1,1660,1,1.125,1.14286,1,0,234,331,0,286,5.9,1347,2000,2,33536,2048,0,0,0,0,0,0,198,295,33,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22939,0,0,0,0,0,21449,21450,21451,21533,'Temple Concubine','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,22939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6866,13136,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,144,1,1089,0,'',12340),
|
|
(22940,0,0,0,0,0,19905,0,0,0,'Grok','',NULL,8619,65,65,1,35,3,1.6,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22941,0,0,0,0,0,19755,0,0,0,'Mog\'dorg the Wizened','',NULL,8620,68,68,1,35,3,1.125,1.14286,1,0,231,325,0,292,1,2000,1617,1,2,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22942,0,0,0,0,0,14832,0,0,0,'Fel Orc Mutant 1','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22943,0,0,0,0,0,22349,0,0,0,'Wolpertinger','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(22944,0,0,0,0,0,21150,0,0,0,'[UNUSED] Illidari Hound [PH]','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22945,0,0,0,0,0,21372,0,0,0,'Shadowmoon Blood Mage','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,22945,0,0,0,0,0,0,0,0,41072,41068,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(22946,0,0,0,0,0,14334,0,0,0,'Shadowmoon War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,22946,0,70065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22947,0,0,0,0,0,21252,0,0,0,'Mother Shahraz','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,50,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,3,108,22947,0,0,0,0,0,0,0,0,40823,26662,40827,40859,0,0,0,0,0,0,662307,1267187,'',0,3,1,525,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_mother_shahraz',12340),
|
|
(22948,0,0,0,0,0,21443,0,0,0,'Gurtogg Bloodboil','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,108,22948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670248,1282382,'',0,3,1,525,1,1,0,0,0,0,0,0,0,190,1,650854271,2097153,'boss_gurtogg_bloodboil',12340),
|
|
(22949,0,0,0,0,0,21416,0,0,0,'Gathios the Shatterer','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,22949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230107,440263,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_gathios_the_shatterer',12340),
|
|
(22950,0,0,0,0,0,21417,0,0,0,'High Nethermancer Zerevor','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,108,22950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210895,403505,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_high_nethermancer_zerevor',12340),
|
|
(22951,0,0,0,0,0,21419,21420,0,0,'Lady Malande','',NULL,0,73,73,1,1813,0,1.2,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,22951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227180,434662,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_lady_malande',12340),
|
|
(22952,0,0,0,0,0,21418,0,0,0,'Veras Darkshadow','',NULL,0,70,70,1,1813,0,1.2,1.14286,1,3,252,357,0,304,40,1000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,76,22952,0,0,0,75,75,75,75,75,0,0,0,0,0,0,0,0,0,0,226983,434285,'',0,3,1,175,100,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'boss_veras_darkshadow',12340),
|
|
(22953,0,0,0,0,0,21151,0,0,0,'Wrathbone Flayer','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,72,22953,0,0,0,0,0,0,0,0,15496,39544,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,8912912,0,'',12340),
|
|
(22954,0,0,0,0,0,18753,0,0,0,'Illidari Fearbringer','',NULL,0,72,72,1,90,0,1.71,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7614,14568,'SmartAI',0,3,1,52.5,1,1,0,0,0,0,0,0,0,150,1,1,0,'',12340),
|
|
(22955,0,0,0,0,0,21452,21453,21454,21534,'Charming Courtesan','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22955,22955,0,0,0,0,0,0,0,41346,0,0,0,0,0,0,0,0,0,7697,14725,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,144,1,66561,0,'',12340),
|
|
(22956,0,0,0,0,0,21456,0,0,0,'Sister of Pain','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22956,0,0,0,0,0,0,0,0,41353,41355,41371,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),
|
|
(22957,0,0,0,0,0,21503,0,0,0,'Priestess of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22957,0,0,0,0,0,0,0,0,41397,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),
|
|
(22958,0,0,0,0,0,21152,0,0,0,'Green Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22959,0,0,0,0,0,21530,21531,21532,0,'Spellbound Attendant','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22959,0,0,0,0,0,0,0,0,41395,41396,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(22960,0,0,0,0,0,21216,0,0,0,'Dragonmaw Wyrmcaller','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,22960,22960,0,0,0,0,0,0,0,15284,40895,40892,0,0,0,0,0,0,0,6872,13146,'SmartAI',0,3,1,24.5,10,1,0,0,0,0,0,0,0,0,1,545470459,0,'',12340),
|
|
(22961,0,0,0,0,0,15505,0,0,0,'[UNUSED] Harem Girl 3','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22962,0,0,0,0,0,21502,0,0,0,'Priestess of Delight','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,1800,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,22962,0,0,0,0,0,0,0,0,41351,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,151,1,1281,0,'',12340),
|
|
(22963,0,0,0,0,0,21535,21536,21537,0,'Bonechewer Worker','',NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,10,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,22963,0,0,0,0,0,0,0,0,40844,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.15,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),
|
|
(22964,0,0,0,0,0,19199,0,0,0,'Sister of Pleasure','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,3,72,22964,22964,0,0,0,0,0,0,0,41378,41380,41381,41362,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,150,1,545468415,0,'',12340),
|
|
(22965,0,0,0,0,0,21196,21197,21528,21529,'Enslaved Servant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,22965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,1,1,0,0,0,0,0,0,0,0,1,66625,0,'',12340),
|
|
(22966,0,0,0,0,0,21128,21127,0,0,'Lightsworn Elekk Rider','',NULL,0,70,70,1,1854,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22967,0,0,0,0,0,20712,20713,20714,20715,'Scryer Cavalier','',NULL,0,69,69,1,1855,0,1.2,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22968,0,0,0,0,0,19872,0,0,0,'Light-Armored Elekk','',NULL,0,68,68,0,1854,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22969,0,0,0,0,0,19483,0,0,0,'Scryer Hawkstrider','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.6,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22970,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath II','',NULL,0,60,60,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22971,0,0,0,0,0,4589,0,0,0,'zzOLDTotem of Wrath III','',NULL,0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22972,0,0,0,0,0,4877,0,0,0,'Cenarion Sparrowhawk','',NULL,0,2,2,0,7,0,1.125,1.14286,1,0,2,3,0,25,1,2000,1900,2,0,2048,0,0,0,0,0,0,1,2,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22973,0,0,0,0,0,21153,0,0,0,'Black Temple Shattered Hand Fel Orc','Servant of Illidan',NULL,0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22974,0,0,0,0,0,4449,19595,0,0,'Invis Sparrowhawk Origin','',NULL,0,1,1,1,190,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22975,0,0,0,0,0,21155,0,0,0,'Purple Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22976,0,0,0,0,0,21158,0,0,0,'Red Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22977,0,0,0,0,0,21157,0,0,0,'Silver Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22978,0,0,0,0,0,21156,0,0,0,'Blue Riding Nether Ray','',NULL,0,1,2,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(22979,0,0,0,0,0,4877,0,0,0,'Wild Sparrowhawk','',NULL,0,70,70,1,14,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,4,1,1,1,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),
|
|
(22980,0,0,0,0,0,21459,21182,21194,21184,'Skyguard Scout','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(22981,0,0,0,0,0,21172,0,0,0,'Watcher Elaira','',NULL,0,70,70,1,1660,2,1.11,1.14286,1,0,234,331,0,286,1,1660,1826,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,800,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(22982,0,0,0,0,0,21169,21183,0,0,'Skyguard Navigator','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22983,0,0,0,0,0,21169,0,0,0,'Skyguard Airman','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22984,0,0,0,0,0,18783,16925,0,0,'Black Temple Trigger','',NULL,0,70,70,0,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(22985,0,0,0,0,0,7935,0,0,0,'Bradford Bridenbecker','',NULL,0,1,1,0,12,0,0.4,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,89,1,0,2,'',12340),
|
|
(22986,0,0,0,0,0,20570,17188,0,0,'Skettis - Invis Raven Stone','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22987,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray','',NULL,0,69,70,0,1856,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(22988,0,0,0,0,0,6686,0,0,0,'Illidari Shadowlord','',NULL,0,71,71,1,1843,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(22989,0,0,0,0,0,20628,0,0,0,'Maiev Shadowsong','',NULL,0,72,72,1,1867,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,4128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,55,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22990,0,0,0,0,0,20681,0,0,0,'Akama','',NULL,0,70,70,1,1858,0,1.1,1.14286,1,1,234,331,0,286,20,1800,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22991,0,0,0,0,0,16480,17612,0,0,'Monstrous Kaliri Egg Trigger','',NULL,0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(22992,0,0,0,0,0,20154,0,0,0,'Guardian of the Hawk','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,299,426,0,308,1,1400,1900,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,22992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,7,1,1,0,32356,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22993,0,0,0,0,0,20874,0,0,0,'Guardian of the Eagle','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,296,424,0,290,1,1400,1900,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,22993,0,0,0,375,375,375,375,375,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,2,1,1,0,32355,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22994,0,0,0,0,0,21173,0,0,0,'Guardian of the Falcon','',NULL,0,71,71,1,1738,0,1.125,1.14286,1,0,255,373,0,137,1,1400,1900,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,22994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,5,8,1,0,32357,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22995,0,0,0,0,0,19905,0,0,0,'Chort','',NULL,8657,66,66,1,35,3,1.1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(22996,0,0,0,0,0,21431,0,0,0,'Blade of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,617299803,2,'',12340),
|
|
(22997,0,0,0,0,0,20431,0,0,0,'Flame of Azzinoth','',NULL,0,73,73,1,14,0,0.68,1.14286,1,3,316,450,2,320,35,1620,1782,1,0,2048,0,0,0,0,0,0,278,413,58,3,100,0,0,0,0,0,0,0,0,0,0,40631,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,105,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(22998,0,0,0,0,0,18785,0,0,0,'Blood Elf Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(22999,0,0,0,0,0,18793,0,0,0,'Blood Elf Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23000,0,0,0,0,0,18795,0,0,0,'Draenei Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23001,0,0,0,0,0,18794,0,0,0,'Draenei Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23002,0,0,0,0,0,21181,0,0,0,'Rizzle Sprysprocket','',NULL,0,70,70,1,35,1,1.125,1.14286,1,0,234,331,0,286,1,1400,1900,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,107,1,0,2,'npc_rizzle_sprysprocket',12340),
|
|
(23003,0,0,0,0,0,5166,0,0,0,'Joe Rumsey','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23004,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Flying Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),
|
|
(23005,0,0,0,0,0,18799,0,0,0,'Gnome Male Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23006,0,0,0,0,0,18798,0,0,0,'Gnome Female Winter Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23007,0,0,0,0,0,18660,0,0,0,'Paulsta\'ats','Consortium Quartermaster',NULL,0,64,64,1,1731,4224,1,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23008,0,0,0,0,0,20895,0,0,0,'Ethereum Jailor','',NULL,0,71,71,1,1796,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23008,20474,0,0,0,0,0,0,0,35924,36513,0,0,0,0,0,0,0,0,1262,1384,'',0,3,1,1.85,1,1,0,31956,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23009,0,0,0,0,0,21187,0,0,0,'Bessbi Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23010,0,0,0,0,0,21188,0,0,0,'Wolgren Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23011,0,0,0,0,0,21189,0,0,0,'Morshelz Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23012,0,0,0,0,0,21190,0,0,0,'Hotoppik Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23013,0,0,0,0,0,17897,17678,17897,0,'Designer Island Elekk','','',0,30,30,0,7,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23014,0,0,0,0,0,21192,0,0,0,'Designer Island Sabercat','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,2,0,0,0,0,29,42,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23015,0,0,0,0,0,17545,0,0,0,'Skyborne Dragonhawk','',NULL,0,70,70,1,1855,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23016,0,0,0,0,0,21458,0,0,0,'Skyguard Handler','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23018,0,0,0,0,0,21378,21379,0,0,'Shadowmoon Houndmaster','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23018,0,0,0,0,0,0,0,0,41084,41085,32908,41094,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,24.5,20,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23019,0,0,0,0,0,169,17612,0,0,'The Soulgrinder','',NULL,0,70,70,0,290,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23020,0,0,0,21978,0,21193,0,0,0,'Shadow Serpent','',NULL,0,69,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,8,23020,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,32502,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23021,0,0,0,0,0,21169,0,0,0,'(PH) Skyguard Fletcher','',NULL,0,70,70,1,1856,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23022,0,0,0,23450,0,21195,0,0,0,'Gordunni Soulreaper','',NULL,0,70,71,1,45,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,0,23022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,5600,'SmartAI',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23023,0,0,0,0,0,21205,21206,21207,21208,'Scryer Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23024,0,0,0,0,0,21204,21217,21219,21218,'Aldor Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23025,0,0,0,0,0,21209,0,0,0,'Rizzle\'s Depth Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_depth_charge',12340),
|
|
(23026,0,0,0,0,0,21210,0,0,0,'Twilight Serpent','',NULL,0,69,70,1,7,0,1.23,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,1,0,23026,0,70168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23027,0,0,0,0,0,19582,0,0,0,'Clefthoof Mount (Test)','',NULL,0,64,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23028,0,0,0,0,0,21538,21539,0,0,'Bonechewer Taskmaster','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23028,0,0,0,0,0,0,0,0,40851,40845,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),
|
|
(23029,0,0,0,0,0,21213,0,0,0,'Talonsworn Forest-Rager','',NULL,0,71,72,1,14,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,256,23029,0,80002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23030,0,0,0,0,0,21543,21544,0,0,'Dragonmaw Sky Stalker','',NULL,0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,2120,23030,0,0,0,0,0,0,0,0,40872,6660,0,0,0,0,0,0,0,0,6933,13263,'SmartAI',0,5,1,24.5,10,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),
|
|
(23031,0,0,0,0,0,20344,0,0,0,'Armored Nether Drake','',NULL,0,70,70,1,62,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,0.8,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23032,0,0,0,0,0,21152,21155,21158,21156,'Skyguard Nether Ray (Ground Mount)','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,2,'',12340),
|
|
(23033,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23034,0,0,0,0,0,21233,0,0,0,'Soulground Ghost (Appearance)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23035,0,0,0,0,0,21492,0,0,0,'Anzu','',NULL,0,72,72,1,14,0,1.48,1.14286,2,1,304,436,0,296,7.5,1400,1900,2,0,2048,0,0,0,0,0,0,268,399,40,10,64,23035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,40,10,1,0,0,0,0,0,0,0,0,1,617299803,1,'boss_anzu',12340),
|
|
(23036,0,0,0,0,0,4877,0,0,0,'Captive Sparrowhawk','',NULL,0,70,70,1,35,0,1.125,1.14286,1,0,234,331,0,286,1,2000,1900,2,0,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(23037,0,0,0,0,0,3680,11686,0,0,'Soulgrinder Ritual Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23038,0,0,0,0,0,21215,0,0,0,'Sky Commander Adaris','',NULL,8753,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23039,0,0,0,0,0,21222,21223,21220,21221,'Draenei Reveler','',NULL,0,1,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23040,0,0,0,0,0,20570,11686,0,0,'Vim\'gol\'s Circle Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23041,0,0,0,0,0,21224,21225,21226,0,'TEST Iceberg','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23042,0,0,0,0,0,21227,0,0,0,'Severin','Skyguard Medic',NULL,0,70,70,1,1856,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23043,0,0,0,0,0,16480,19595,0,0,'Invis Guardian Caster','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23044,0,0,0,0,0,169,0,0,0,'Karabor Infernal','',NULL,0,71,71,0,954,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23045,0,0,0,0,0,21231,21232,21229,21230,'Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23046,0,0,0,0,0,19595,0,0,0,'Invis Raven God Portal','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23047,0,0,0,0,0,21383,21384,21385,21386,'Shadowmoon Soldier','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,10,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23047,0,0,0,0,0,0,0,0,11976,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23048,0,0,0,0,0,21228,0,0,0,'Sky Sergeant Doryn','',NULL,8630,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23049,0,0,0,0,0,21380,0,0,0,'Shadowmoon Weapon Master','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,35,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23049,0,0,0,0,0,0,0,0,41103,41100,41101,41106,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23050,0,0,0,0,0,79,0,0,0,'Little Noah','',NULL,8631,5,5,0,12,1,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23051,0,0,0,0,0,21396,0,0,0,'Monstrous Kaliri','',NULL,0,70,70,1,1881,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,23051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,33838,0,0,0,0,0,268,1,0,0,'',12340),
|
|
(23052,0,0,0,0,0,19905,11549,11550,19755,'Bloodmaul Supplicant','',NULL,8640,65,68,1,1781,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23053,0,0,0,0,0,19762,19756,19765,11544,'Bladespire Supplicant','',NULL,8640,65,68,1,1780,3,1.125,1.14286,1,0,231,325,0,292,1,1376,1617,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1033,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23054,0,0,0,0,0,20023,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves',NULL,0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,7,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1000,500,1,0,0,0,0,0,0,0,147,1,617299803,3,'',12340),
|
|
(23055,0,0,0,0,0,18832,0,0,0,'Felguard Degrader','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,40220,40219,40221,40497,0,0,0,0,0,0,0,0,'',0,3,1,15,3,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(23056,0,0,0,0,0,16480,11686,0,0,'Ogre Drum Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23057,0,0,0,0,0,21072,0,0,0,'Invis Raven God Target','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23058,0,0,0,0,0,19595,0,0,0,'Invis Raven God Caster','',NULL,0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23059,0,0,0,0,0,16480,19595,0,0,'Legion Ring Event InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23060,0,0,0,0,0,21238,0,0,0,'Netherwing Whelp','',NULL,0,1,1,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23061,0,0,0,0,0,24139,0,0,0,'Rivendark','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23061,0,70064,0,0,0,0,0,0,40505,40636,34267,40032,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),
|
|
(23062,0,0,0,0,0,8574,0,0,0,'Obsidian Consort','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23063,0,0,0,0,0,16480,19595,0,0,'Overseer Shartuul','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23064,0,0,0,0,0,21237,0,0,0,'Eebee Jinglepocket','Smokywood Pastures',NULL,0,30,30,0,35,129,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23065,0,0,0,0,0,21236,0,0,0,'Olnayvi Copperpinch','Smokywood Pastures',NULL,0,30,30,0,35,131,1.1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4608,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23066,0,0,0,0,0,17865,0,0,0,'Talonpriest Ishaal','',NULL,0,71,71,1,1860,0,1,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23067,0,0,0,0,0,17877,0,0,0,'Talonpriest Skizzik','',NULL,0,71,71,1,1860,0,1,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,1500,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23068,0,0,0,0,0,20603,0,0,0,'Talonpriest Zellek','',NULL,0,71,71,1,1860,0,1.24,1.14286,1,0,255,373,0,137,1,1600,2000,8,0,2048,0,0,0,0,0,0,240,358,31,6,64,23068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23069,0,0,0,0,0,15435,0,0,0,'Demon Fire','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40029,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23070,0,0,0,0,0,18783,16925,0,0,'Illidan DB Target','',NULL,0,60,60,0,114,0,1,0.9,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23071,0,0,0,0,0,6692,0,0,0,'Button Bunny - Red','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23072,0,0,0,0,0,6692,0,0,0,'Button Bunny - Blue','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23073,0,0,0,0,0,6692,0,0,0,'Button Bunny - Yellow','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23074,0,0,0,0,0,6692,0,0,0,'Button Bunny - Green','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23075,0,0,0,0,0,7029,0,0,0,'Legion Ring Infernal','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(23076,0,0,0,0,0,21343,0,0,0,'Legion Flak Cannon','',NULL,0,71,72,1,90,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,131332,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(23077,0,0,0,0,0,17035,11686,0,0,'[PH]Knockdown Fel Cannon Dummy','',NULL,0,70,70,1,90,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23078,0,0,0,0,0,16480,19595,0,0,'Fel Imp Defender','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,3,1,0,0,0,0,0,0,0,180,1,0,128,'',12340),
|
|
(23079,0,0,0,0,0,21239,0,0,0,'Peacekeeper Jadaar','',NULL,0,70,70,1,1741,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23080,0,0,0,0,0,11686,0,0,0,'Coilskar Geyser','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23081,0,0,0,0,0,16480,15880,0,0,'Vim\'gol\'s Circle Summon Visual Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23082,0,0,0,0,0,11373,11686,0,0,'Legion Flak Cannon','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23083,0,0,0,0,0,21241,0,0,0,'Shadowmoon Riding Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,0,0,0,0,0,0,0,0,0,41092,25821,8599,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23084,0,0,0,0,0,16480,11686,0,0,'Black Temple Invis Stalker','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23085,0,0,0,0,0,21583,0,0,0,'Supremus Volcano','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23086,0,0,0,0,0,1141,1418,0,0,'Sewer Rat','',NULL,0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(23087,0,0,0,0,0,21242,0,0,0,'Sewer Crocolisk','',NULL,0,1,1,0,31,0,1.2,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(23088,30795,0,0,0,0,21245,0,0,0,'Ogre Smoke Image','',NULL,0,62,63,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23089,0,0,0,0,0,21112,0,0,0,'Akama','',NULL,8713,73,73,1,1866,3,1.1,1.14286,1,1,313,448,0,302,15,1300,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,10,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_akama_illidan',12340),
|
|
(23090,0,0,0,0,0,15731,0,0,0,'Troll Roof Stalker','',NULL,0,70,70,1,85,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2300,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,40124,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23091,0,0,0,0,0,17868,0,0,0,'Disciple of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23092,0,0,0,0,0,17869,0,0,0,'Evoker of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23093,0,0,0,0,0,21261,0,0,0,'Sar\'this','',NULL,8725,70,70,1,35,1,1.6,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(23094,0,0,0,0,0,17864,18485,17006,0,'Minion of Sar\'this','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23095,0,0,0,0,0,1126,20577,0,0,'Supremus Punch Invis Stalker','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,40980,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),
|
|
(23096,0,0,0,0,0,10315,0,0,0,'Acolyte of Air','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23097,0,0,0,0,0,14509,0,0,0,'Acolyte of Water','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23098,0,0,0,0,0,21246,0,0,0,'Acolyte of Earth','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23099,0,0,0,0,0,14508,0,0,0,'Acolyte of Fire','',NULL,0,70,70,1,91,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23100,0,0,0,0,0,21247,0,0,0,'Flawless Arcane Elemental','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,23100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,32822,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23101,0,0,0,0,0,21255,0,0,0,'Challe','',NULL,8639,70,70,1,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23102,0,0,0,0,0,17519,17612,0,0,'Terokkar Trigger','',NULL,0,60,60,0,114,0,0.8,1.14286,1,0,104,138,0,252,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,45,1,0,130,'',12340),
|
|
(23103,0,0,0,0,0,11466,0,0,0,'Derek the Undying','Mage Trainer',NULL,63,58,58,0,68,48,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,32768,2048,0,0,0,0,8,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(23104,0,0,0,0,0,4449,17200,0,0,'Bogblossom Bunny','',NULL,0,1,1,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23105,0,0,0,0,0,19944,0,0,0,'Fel Imp Minion Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23106,0,0,0,0,0,14589,0,0,0,'Jara','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23107,0,0,0,0,0,79,0,0,0,'Chaddo','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23108,0,0,0,0,0,19315,0,0,0,'Sa\'rah','',NULL,0,1,1,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23109,0,0,0,0,0,21300,0,0,0,'Vengeful Spirit','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,40325,40157,40175,40314,40322,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(23110,30796,0,0,0,0,21327,0,0,0,'Ogri\'la Keg King','Drink Vendor',NULL,8721,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23111,0,0,0,0,0,21305,0,0,0,'Shadowy Construct','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.95,1,1,0,0,0,0,0,0,0,96,1,8388624,0,'',12340),
|
|
(23112,30792,0,0,0,0,21327,0,0,0,'Mingo','Reagents',NULL,8724,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23113,0,0,0,0,0,18169,0,0,0,'Doomguard Punisher','',NULL,0,71,71,1,1829,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,40560,40561,40563,40565,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23114,0,0,0,0,0,21304,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23115,30798,0,0,0,0,19906,0,0,0,'Ogri\'la Peacekeeper','',NULL,0,71,73,1,1874,0,1.48,1.14286,1,1,316,450,0,320,4.6,1500,1650,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,51,1,0,32768,'',12340),
|
|
(23116,0,0,0,0,0,16480,14501,0,0,'Warp-Gate Shield','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23117,0,0,0,0,0,11686,0,0,0,'crystal man','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23118,0,0,0,0,0,1126,16946,0,0,'Bombing Run Target Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23119,0,0,0,0,0,1126,16946,0,0,'Bombing Run Explosion Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23120,0,0,0,0,0,21258,0,0,0,'Sky Sergeant Vanderlip','',NULL,8642,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23121,30776,0,0,0,0,21260,0,0,0,'Gronn Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23122,0,0,0,0,0,21474,0,0,0,'Anzu (1)','',NULL,0,72,72,1,168,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),
|
|
(23123,0,0,0,0,0,18996,0,0,0,'Doom Blossom','',NULL,0,70,70,1,1813,0,1,0.8,1,1,252,357,0,304,7.5,2000,2000,1,33554434,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,2,'',12340),
|
|
(23124,0,0,0,0,0,13069,0,0,0,'Doom Blossom Move Target','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(23125,0,0,0,0,0,3612,0,0,0,'Farmer Leon','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),
|
|
(23126,0,0,0,0,0,21254,21262,21263,0,'[UNUSED] Boss Teron Gorefiend (Mounted)','','',0,73,73,1,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,100,1,0,0,0,0,0,0,0,167,1,8388624,1,'',12340),
|
|
(23127,0,0,0,0,0,21265,0,0,0,'Farseer Javad','Shaman Trainer',NULL,7357,50,50,0,1638,51,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,33280,2048,0,0,0,0,7,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23128,0,0,0,0,0,21264,0,0,0,'Master Pyreanor','Paladin Trainer',NULL,6647,70,70,1,1695,49,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,2,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,603,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23129,0,0,0,0,0,21266,0,0,0,'Fel Orc Illusion (Male)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23130,0,0,0,0,0,21267,0,0,0,'Fel Orc Illusion (Alternate)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23131,0,0,0,0,0,23003,0,0,0,'Blood Knight Honor Guard','',NULL,0,70,70,0,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23132,0,0,0,0,0,20013,0,0,0,'Brood of Anzu','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,31273,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,253,1,0,0,'',12340),
|
|
(23133,0,0,0,0,0,21270,21271,21272,21273,'Alliance Adventurer','',NULL,0,66,70,1,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23134,0,0,0,0,0,21244,0,0,0,'Hawk Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23135,0,0,0,0,0,20857,0,0,0,'Falcon Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23136,0,0,0,0,0,10828,0,0,0,'Eagle Spirit','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,40240,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23137,0,0,0,0,0,1913,6173,17321,16313,'Fel Gorehound Transform','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23138,0,0,0,0,0,16480,19595,0,0,'[PH]Fel Hound','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23139,0,0,0,0,0,21274,0,0,0,'Overlord Mor\'ghor','',NULL,8666,73,73,1,1863,2,1.25,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,39704,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23140,0,0,0,0,0,21275,0,0,0,'Taskmaster Varkule Dragonbreath','',NULL,8652,73,73,1,1863,2,1.71,1.14286,1,1,316,450,0,320,4.6,1435,1684,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23141,0,0,0,0,0,21276,0,0,0,'Yarzill the Merc','',NULL,8662,70,70,1,1865,3,1.1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23142,0,0,0,0,0,21277,21288,21289,21290,'Goblin Merc','',NULL,0,67,69,1,1865,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23143,0,0,0,0,0,21278,0,0,0,'Horus','Innkeeper',NULL,8648,68,68,1,1863,128,1.1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(23144,0,0,0,0,0,21279,0,0,0,'Gug','Armorsmith',NULL,8647,68,68,1,1865,4224,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23145,0,0,0,0,0,21280,0,0,0,'Rumpus','Reagents & Poison Supplies',NULL,8649,66,66,1,1865,3200,1.1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23146,0,0,0,0,0,21281,21291,0,0,'Dragonmaw Enforcer','',NULL,0,71,72,1,1863,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23147,0,0,0,0,0,21375,21376,21377,0,'Shadowmoon Grunt','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,10,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6854,13114,'',0,3,1,3.15,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23148,0,0,0,0,0,21283,0,0,0,'Forgus','Pit Fight Organizer',NULL,0,71,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23149,0,0,0,0,0,19975,0,0,0,'Mistress of the Mines','',NULL,8694,70,70,1,1865,2,1.71,1.14286,1,1,252,357,0,304,4.6,1435,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23150,0,0,0,0,0,21284,21285,21286,0,'Dragonmaw Pitfighter','',NULL,0,69,71,1,1865,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23151,0,0,0,0,0,21287,0,0,0,'The Rulkster','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23152,0,0,0,0,0,21069,0,0,0,'Vagath','',NULL,0,72,72,1,1843,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,25,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(23153,0,0,0,0,0,20989,0,0,0,'Bash\'ir Surveyor','',NULL,0,72,72,1,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,23153,0,0,0,0,0,0,0,0,40881,11436,40835,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23154,0,0,0,0,0,3264,7816,21294,21295,'Mana-debt Slave','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23155,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker (Scale x3)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23156,0,0,0,0,0,21292,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),
|
|
(23157,0,0,0,0,0,21344,0,0,0,'Aluyen','Reagents',NULL,0,70,70,1,1820,2176,1.08,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23158,0,0,0,0,0,21346,0,0,0,'Seer Kanai','',NULL,0,70,70,1,1820,2,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23159,0,0,0,0,0,21345,0,0,0,'Okuno','Ashtongue Deathsworn Quartermaster',NULL,0,70,70,1,1820,4224,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.9,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23160,0,0,0,0,0,21293,0,0,0,'Nimnim','',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23161,0,0,0,0,0,21298,0,0,0,'Darkscreecher Akkarai','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,23161,0,0,0,0,0,0,0,0,40428,40429,38981,40430,0,0,0,0,0,0,2100,4633,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(23162,0,0,0,0,0,20837,0,0,0,'Vakkiz the Windrager','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23162,0,0,0,0,0,0,0,0,40420,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23163,0,0,0,0,0,21371,0,0,0,'Gezzarak the Huntress','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,32,0,0,0,0,270,401,53,1,1,23163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12932,0,0,0,'SmartAI',0,3,1,8,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23164,0,0,0,0,0,21446,0,0,0,'Toranaku','',NULL,8702,72,72,1,1850,1,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,268,399,40,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,202,1,0,2,'',12340),
|
|
(23165,0,0,0,0,0,20903,0,0,0,'Karrog','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,23165,0,80101,0,0,0,0,0,0,40488,40416,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,3,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23166,0,0,0,0,0,21299,0,0,0,'Ronag the Slave Driver','',NULL,0,71,71,1,1863,2,1.1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23167,0,0,0,0,0,6299,0,0,0,'Anzuli Hatchling','',NULL,0,68,69,1,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,7,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23168,0,0,0,0,0,20737,0,0,0,'Or\'kaos the Insane','',NULL,0,72,72,1,1864,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,184,1,1,0,'',12340),
|
|
(23169,0,0,0,0,0,21412,0,0,0,'Nethermine Flayer','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23169,0,70165,0,0,0,0,0,0,13443,40770,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23170,0,0,0,0,0,21308,21309,21310,21311,'Alliance Soldier','',NULL,0,1,1,0,1755,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23171,0,0,0,0,0,21312,21313,21314,21315,'Horde Soldier','',NULL,0,1,1,0,1758,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23172,0,0,0,0,0,20381,0,0,0,'Hand of Gorefiend','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7171,13719,'SmartAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,0,1,257,256,'',12340),
|
|
(23173,0,0,0,0,0,16480,19595,0,0,'Felhound Defender','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40671,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,210,1,0,128,'',12340),
|
|
(23174,30763,0,0,0,0,18288,0,0,0,'Crystalfused Miner','',NULL,0,70,70,1,90,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23175,23182,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman','',NULL,0,70,70,1,1748,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23176,23181,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23177,23184,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23178,23183,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23179,23186,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector','',NULL,0,67,67,1,1748,0,1.2,1.14286,1,1,204,287,0,272,4.6,3000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23180,23185,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector','',NULL,0,67,67,1,1748,0,1,1.14286,1,1,204,287,0,272,7.5,3000,2000,2,32832,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23181,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23182,0,0,0,0,0,18247,18248,18249,18250,'Tarren Mill Guardsman (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,252,357,0,304,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23183,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23184,0,0,0,0,0,18252,18262,18264,18263,'Tarren Mill Lookout (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23185,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,68,68,1,1748,0,1,1.14286,1,1,214,301,0,276,13,3000,2000,2,32832,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23186,0,0,0,0,0,18265,18266,18267,18268,'Tarren Mill Protector (1)','',NULL,0,70,70,1,1748,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.915,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23187,0,0,0,0,0,16314,0,0,0,'Enslaved Netherwing Drake','',NULL,0,70,70,1,1824,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,143,1,0,2,'',12340),
|
|
(23188,0,0,0,22197,0,21316,0,0,0,'Dragonmaw Transporter','',NULL,0,70,70,1,93,0,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,2048,23188,0,0,0,0,0,0,0,0,38858,38859,19503,38861,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,32509,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23189,30768,0,0,0,0,21317,0,0,0,'Ethereal Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23190,30758,0,0,0,0,21319,0,0,0,'Black Dragon Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23191,0,0,0,0,0,21318,0,0,0,'Akama','',NULL,21335,73,73,1,1866,0,1.2,1.14286,1,3,313,448,0,302,18,1800,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,100,1,0,0,0,0,0,0,0,51,1,650854271,2097153,'npc_akama_shade',12340),
|
|
(23192,0,0,0,0,0,21321,0,0,0,'Ember of Azzinoth','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23193,0,0,0,0,0,146,0,0,0,'Lordaeron Citizen (Jesse)','',NULL,0,15,15,0,7,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(23194,0,0,0,0,0,21283,0,0,0,'Skyway Worker','',NULL,0,71,71,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23195,0,0,0,0,0,21322,0,0,0,'Illidan Demon Form','The Betrayer',NULL,0,73,73,1,1849,0,1,1.14286,1,3,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(23196,0,0,0,0,0,21490,0,0,0,'Bonechewer Behemoth','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23196,0,0,0,0,0,0,0,0,41272,8269,41274,41277,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,10,1,0,0,0,0,0,0,0,169,1,545468415,0,'',12340),
|
|
(23197,0,0,0,0,0,21349,0,0,0,'Maiev Shadowsong','',NULL,0,73,73,1,1867,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(23198,0,0,0,0,0,21328,0,0,0,'Lucky','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23199,0,0,0,0,0,16480,19595,0,0,'Gan\'arg Underling','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23200,0,0,0,0,0,3612,0,0,0,'Farmer Leon','Pig Farmer',NULL,0,35,35,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23201,0,0,0,0,0,21329,0,0,0,'D\'rei','Apprentice Witch Doctor',NULL,0,35,35,0,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23202,0,0,0,0,0,17606,0,0,0,'Moaoto','Pig Farmer',NULL,0,70,70,1,1818,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23203,0,0,0,0,0,20538,0,0,0,'Gan\'arg Minion Transform','',NULL,0,72,72,0,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,10.6,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23204,0,0,0,23162,0,21296,0,0,0,'Vakkiz the Windrager','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(23205,0,0,0,0,0,21330,0,0,0,'Karrog Shardling','',NULL,0,72,72,1,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,0,0,0,0,0,0,0,0,0,0,40488,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23206,0,0,0,0,0,21003,6299,20738,20730,'Akkarai Hatchling','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,7,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(23207,0,0,0,0,0,21214,0,0,0,'Skettis Assassin','',NULL,0,71,72,1,1860,0,1,1.14286,1,0,307,438,0,314,1,1300,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,10277,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23208,0,0,0,0,0,21169,0,0,0,'Skyguard Pyrotechnician','',NULL,8737,70,70,1,1856,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23209,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23210,0,0,0,0,0,1126,20577,0,0,'Creature Generator (Akama)','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_creature_generator_akama',12340),
|
|
(23211,0,0,0,0,0,2676,0,0,0,'Aldor Faction Tester','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23212,0,0,0,0,0,16480,19595,0,0,'Mo\'arg Tormenter','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40630,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,180,1,0,128,'',12340),
|
|
(23213,0,0,0,22197,0,20890,20891,21342,0,'Dragonmaw Peon Mutton','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23214,0,0,0,0,0,18816,0,0,0,'Mo\'arg Tormenter Transform','',NULL,0,68,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23215,0,0,0,0,0,21402,21593,0,0,'Ashtongue Sorcerer','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,255,373,0,137,20,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23216,0,0,0,0,0,21595,21596,0,0,'Ashtongue Defender','',NULL,0,72,72,1,1813,0,1,1.7143,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23217,0,0,0,0,0,19762,19756,19765,11544,'Bladespire Agent','',NULL,0,65,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(23218,0,0,0,0,0,19905,11549,11550,19755,'Bloodmaul Agent','',NULL,0,65,68,1,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,2,'',12340),
|
|
(23219,0,0,0,0,0,19998,0,0,0,'Blackwind Warp Chaser','',NULL,0,69,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,32,0,0,0,0,215,320,44,1,1,23219,0,70161,0,0,0,0,0,0,32920,32739,32942,37417,0,0,0,0,12933,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23220,0,0,0,0,0,21527,0,0,0,'Shivan Assassin','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(23222,0,0,0,0,0,21549,0,0,0,'Bonechewer Brawler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23222,0,0,0,0,0,0,0,0,41254,30798,8269,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),
|
|
(23223,0,0,0,0,0,21284,21285,21286,0,'Bonechewer Spectator','',NULL,0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23223,0,0,0,0,0,0,0,0,36140,40505,25646,13446,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,3.15,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23224,0,0,0,0,0,16925,0,0,0,'Imp in a Ball','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_imp_in_a_bottle',12340),
|
|
(23225,0,0,0,0,0,169,11686,0,0,'Netherwing Drake Escape Point','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23226,0,0,0,0,0,20778,20779,18196,18197,'Illidari Elite','',NULL,0,70,70,1,1849,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23227,0,0,0,0,0,21586,0,0,0,'Eye of Shartuul Transform','',NULL,0,69,69,1,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23228,0,0,0,0,0,16480,19595,0,0,'Eye of Shartuul','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,20,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23229,0,0,0,0,0,16925,0,0,0,'Imp in a Ball Special Case (Rogue)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23230,0,0,0,0,0,20975,0,0,0,'Shartuul','',NULL,0,73,73,1,1829,0,1,1.14286,1,1,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,0,23230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,10,1,0,0,0,0,0,0,0,155,1,617299803,0,'',12340),
|
|
(23231,0,0,0,0,0,21381,0,0,0,'Willy','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23232,0,0,0,0,0,21355,0,0,0,'Mutant War Hound','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,1500,2000,1,32768,2048,0,1,0,0,0,0,262,389,48,1,72,23232,0,70065,0,0,0,0,0,0,41193,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23233,0,0,0,0,0,21404,0,0,0,'Chu\'a\'lor','',NULL,8681,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23234,0,0,0,0,0,21362,0,0,0,'Bananas','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,100,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23235,0,0,0,0,0,21555,21556,21554,0,'Bonechewer Blade Fury','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,72,23235,0,0,0,0,0,0,0,0,41195,30798,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,144,1,257,0,'',12340),
|
|
(23236,0,0,0,0,0,21553,0,0,0,'Bonechewer Shield Disciple','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23236,0,0,0,0,0,0,0,0,41198,41197,41196,41213,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23237,0,0,0,0,0,21552,21551,0,0,'Bonechewer Blood Prophet','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23237,0,0,0,0,0,0,0,0,41238,41229,8269,41230,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,0,1,257,0,'',12340),
|
|
(23238,0,0,0,0,0,21363,0,0,0,'[UNUSED] Mutant Commander [PH]','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23239,0,0,0,0,0,21550,0,0,0,'Bonechewer Combatant','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23239,0,0,0,0,0,0,0,0,8269,41251,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,38.5,1,1,0,0,0,0,0,0,0,180,1,545468415,0,'',12340),
|
|
(23240,0,0,0,0,0,4449,19595,0,0,'Invis Rizzle Grenade Chucker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23241,0,0,0,0,0,21494,0,0,0,'Skyguard Aether-Tech','',NULL,0,70,70,0,290,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23242,0,0,0,0,0,21495,21496,21497,21498,'Skyguard Ranger','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23243,0,0,0,0,0,21499,0,0,0,'Aether-tech Assistant','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23244,0,0,0,0,0,21500,0,0,0,'Aether-tech Adept','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23245,0,0,0,0,0,21501,0,0,0,'Aether-tech Master','',NULL,0,70,70,0,35,128,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23246,0,0,0,0,0,21487,0,0,0,'Slavering Slave','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.95,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23247,0,0,0,0,0,20894,0,0,0,'Bash\'ir Subprimal','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,15232,17321,46573,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23249,0,0,0,0,0,19874,0,0,0,'Bash\'ir Flesh Fiend','',NULL,0,72,72,0,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,29935,29939,3391,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(23250,0,0,0,0,0,5187,14501,0,0,'Disruptor Tower','',NULL,0,70,70,0,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23252,30769,0,0,0,0,21365,0,0,0,'Felguard Smoke Image','',NULL,0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23253,0,0,0,0,0,21366,0,0,0,'Kronk','',NULL,8679,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23254,0,0,0,0,0,11686,0,0,0,'Fel Geyser','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23255,0,0,0,0,0,1126,11686,0,0,'Kronk\'s Book Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23256,30800,0,0,0,0,21374,0,0,0,'Ogri\'la Storyteller','',NULL,0,71,73,1,1872,0,1.125,1.14286,1,0,316,450,0,320,1,1500,1650,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23257,0,0,0,0,0,21169,21182,21194,21184,'Skyguard Windcharger','',NULL,0,71,73,1,1870,0,1.1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,12024,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,188,1,0,32768,'',12340),
|
|
(23258,0,0,0,0,0,21382,0,0,0,'Egbert','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23259,0,0,0,0,0,15435,0,0,0,'Blaze','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40610,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23260,0,0,0,0,0,16480,18657,0,0,'Legion Ring Event InvisMan Lg','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23261,0,0,0,0,0,12869,0,0,0,'Furywing','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23261,0,70064,0,0,0,0,0,0,15284,22686,15847,37638,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),
|
|
(23262,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring, Forge','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23263,0,0,0,0,0,21389,0,0,0,'Brendan Turner','Meat Vendor',NULL,0,53,53,0,1818,640,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,33024,2048,0,0,0,0,0,0,62,91,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23264,0,0,0,0,0,21392,0,0,0,'Overmine Flayer','',NULL,0,70,71,1,16,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23264,0,70165,0,0,0,0,0,0,13443,33810,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(23265,0,0,0,0,0,21390,0,0,0,'Seer Nakha','',NULL,0,67,67,1,1653,2,1.1,1.14286,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23266,0,0,0,0,0,21393,0,0,0,'Peanut','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23267,0,0,0,0,0,21394,0,0,0,'Arvoar the Rapacious','',NULL,0,72,72,1,16,0,2.4,2.28571,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23267,0,70165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,202,1,0,0,'',12340),
|
|
(23268,0,0,0,0,0,17956,0,0,0,'Seer Jovar','',NULL,8663,67,67,0,1722,3,1,1,1,0,204,287,0,272,1,2000,2000,2,32768,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23269,0,0,0,0,0,20239,0,0,0,'Barash the Den Mother','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,23269,0,70165,0,0,0,0,0,0,40636,13443,33810,32732,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,202,1,8519760,0,'',12340),
|
|
(23270,0,0,0,0,0,17903,0,0,0,'Vindicator Aeus','',NULL,0,70,70,1,1743,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23271,0,0,0,0,0,17904,0,0,0,'Vindicator Kaan','',NULL,0,70,70,1,1743,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23272,0,0,0,0,0,17893,0,0,0,'Arcanist Savan','',NULL,0,70,70,1,1744,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23273,0,0,0,0,0,17892,0,0,0,'Arcanist Raestan','',NULL,0,60,61,1,1744,2,1,1.14286,1,0,152,210,0,244,1,2000,2000,2,33024,2048,0,0,0,0,0,0,120,179,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23274,0,0,0,0,0,16633,0,0,0,'Stinker','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23275,0,0,0,0,0,16480,19595,0,0,'Dreadmaw','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,180,10,1,0,0,0,0,0,0,0,156,1,0,130,'',12340),
|
|
(23276,0,0,0,0,0,20853,0,0,0,'[PH]Wrath Hound Transform','',NULL,0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23277,0,0,0,0,0,1126,11686,0,0,'Skyguard Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23278,0,0,0,0,0,16480,19595,0,0,'Portable Fel Cannon','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,9,0,0,0,0,0,0,0,0,0,0,36238,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,3,1,0,0,0,0,0,0,0,180,1,16384,0,'',12340),
|
|
(23279,0,0,0,0,0,21397,0,0,0,'Portable Fel Cannon Transform','',NULL,0,1,1,0,1829,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.36,0.33,1,0,0,0,0,0,0,0,121,1,16384,0,'',12340),
|
|
(23280,0,0,0,0,0,21398,0,0,0,'Agadai','Wind Rider Apprentice',NULL,0,67,67,1,1735,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23281,0,0,0,0,0,12869,0,0,0,'Insidion','',NULL,0,72,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23281,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,7,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),
|
|
(23282,0,0,0,0,0,12869,0,0,0,'Obsidia','',NULL,0,71,72,1,14,0,1.3,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,40,23282,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,4633,'SmartAI',0,4,1,25,10,1,0,32732,0,0,0,0,0,260,1,612581375,0,'',12340),
|
|
(23283,0,0,0,0,0,21401,0,0,0,'Lady Sinestra','',NULL,0,73,73,1,1865,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23284,0,0,0,0,0,21399,0,0,0,'Lady Sinestra','',NULL,0,72,72,1,1865,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23285,0,0,0,0,0,16395,0,0,0,'Nethermine Burster','',NULL,0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23285,0,70165,0,0,0,0,0,0,31747,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(23286,0,0,0,0,0,15380,0,0,0,'Black Blood of Draenor','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23286,0,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23287,0,0,0,0,0,18281,18282,18284,18285,'Murkblood Miner','',NULL,0,70,70,1,62,0,1,1,1,0,252,357,0,304,1,2000,2000,1,536904448,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23288,0,0,0,0,0,1126,20577,0,0,'Akama Event Stalker','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23289,0,0,0,0,0,11686,0,0,0,'Mine Car','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33817344,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23290,0,0,0,0,0,15463,0,0,0,'Draenor Blood Terror','',NULL,0,69,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,23290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23291,0,0,0,0,0,21403,0,0,0,'Chief Overseer Mudlump','Beater of Peons',NULL,8665,70,70,1,1865,2,1.125,1.14286,1,0,252,357,0,304,1,1400,1900,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23292,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 1','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23293,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 2','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23294,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 3','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23295,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 4','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23296,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 5','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23297,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 6','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23298,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 7','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23299,0,0,0,0,0,18783,16925,0,0,'Cage Trap Trigger - 8','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23300,0,0,0,0,0,21405,0,0,0,'Gahk','',NULL,8680,70,70,1,1872,3,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23301,0,0,0,0,0,1126,11686,0,0,'Dragon Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23304,0,0,0,0,0,18783,16925,0,0,'Cage Trap Disturb Trigger','',NULL,0,73,73,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23305,0,0,0,0,0,17756,0,0,0,'Crazed Murkblood Foreman','',NULL,0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23305,0,0,0,0,0,0,0,0,43246,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23306,0,0,0,0,0,18634,0,0,0,'Hazzik','',NULL,8667,70,70,1,35,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23307,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Bolt Target Bunny','',NULL,0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23308,0,0,0,0,0,169,11686,0,0,'Dragonmaw Peon Work Node','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23309,0,0,0,0,0,17760,0,0,0,'Murkblood Overseer','',NULL,8701,70,70,1,62,1,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23310,0,0,0,0,0,16480,19595,0,0,'Fel Portal Alarm','',NULL,0,60,60,1,35,0,1,1.14286,3,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23311,0,0,0,0,0,20890,20891,0,0,'Disobedient Dragonmaw Peon','',NULL,0,68,69,1,62,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23311,0,0,0,0,0,0,0,0,15572,0,15610,0,0,0,0,0,0,0,300,330,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23312,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Field','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23313,0,0,0,0,0,1126,11686,0,0,'Legion Ring - Stun Rope Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23314,0,0,0,0,0,18820,0,0,0,'[PH] PvP Cannon','',NULL,0,70,71,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(23315,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Shot Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23316,0,0,0,0,0,21406,0,0,0,'Torkus','',NULL,8678,70,70,1,1872,2,1.125,1.14286,1,0,252,357,0,304,1,1500,1650,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23317,0,0,0,0,0,1126,11686,0,0,'[PH] PvP Cannon Targetting Reticle','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23318,0,0,0,0,0,21591,21592,0,0,'Ashtongue Rogue','',NULL,0,71,71,1,1813,0,1,1.7143,1,1,299,426,0,308,20,1600,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23319,0,0,0,0,0,20422,21117,21115,21118,'Ashtongue Broken','',NULL,0,71,71,1,1820,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,4.9,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23320,0,0,0,0,0,20138,0,0,0,'Netherwing Ally','',NULL,0,70,70,1,16,0,1.125,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,25055,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23321,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Flight Instructor','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23322,0,0,0,0,0,11686,0,0,0,'Banishing Crystal Bunny 01','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23323,0,0,0,0,0,16480,19595,0,0,'Fel Eye Stalk','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23324,0,0,0,0,0,18281,18282,18284,18285,'Crazed Murkblood Miner','',NULL,0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1500,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23325,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Flight Instructor Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23326,0,0,0,0,0,20284,0,0,0,'Nethermine Ravager','',NULL,0,70,70,1,16,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,1,23326,0,70165,0,0,0,0,0,0,32732,13443,33810,0,0,0,0,0,13028,0,0,0,'',1,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23327,0,0,0,0,0,11686,0,0,0,'Banishing Crystal Bunny 02','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23328,0,0,0,0,0,16480,18657,0,0,'Legion Ring - Eredar Breath Target','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23329,0,0,0,0,0,15788,0,0,0,'Fel Eye Stalk Transform','',NULL,0,81,81,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23330,0,0,0,0,0,21546,21547,0,0,'Dragonmaw Wind Reaver','',NULL,0,71,71,1,62,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,2120,23330,0,0,0,0,0,0,0,0,40875,40876,40877,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,5,1,24.5,15,1,0,0,0,0,0,0,0,0,1,545472511,0,'',12340),
|
|
(23331,0,0,0,0,0,21413,0,0,0,'Ray Morningstar','',NULL,0,68,68,1,1818,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23332,0,0,0,0,0,19946,0,0,0,'Bash\'ir Reckoner','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,512,0,0,0,0,0,0,0,0,0,29651,39574,32920,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23333,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,23333,0,80101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23334,0,0,0,0,0,21414,0,0,0,'Sky Commander Keller','',NULL,8669,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23335,0,0,0,0,0,21415,0,0,0,'Skyguard Khatie','',NULL,8670,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23336,0,0,0,0,0,15435,0,0,0,'Flame Crash','',NULL,0,73,73,1,1849,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,40836,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23337,0,0,0,0,0,18251,0,0,0,'Illidari Centurion','',NULL,0,72,72,1,1813,0,1.71,1.14286,1,1,307,438,0,314,20,2400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,3,72,23337,0,0,0,0,0,0,0,0,15284,41168,0,0,0,0,0,0,0,0,7260,13890,'SmartAI',0,3,1,28,10,1,0,0,0,0,0,0,0,169,1,545468415,0,'',12340),
|
|
(23338,0,0,0,0,0,4877,0,0,0,'Arthorn\'s Sparrowhawk','',NULL,0,2,2,0,7,2,1.125,1.14286,1,0,2,3,0,25,1,1,1,2,0,2048,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23339,0,0,0,0,0,11342,0,0,0,'Illidari Heartseeker','',NULL,0,71,71,1,1813,0,1.71,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,23339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7237,13845,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,151,1,1,0,'',12340),
|
|
(23340,0,0,0,0,0,21421,0,0,0,'Murg \"Oldie\" Muckjaw','',NULL,0,70,70,1,62,2,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23341,0,0,0,0,0,19771,0,0,0,'Dragonmaw Moth Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23342,0,0,0,0,0,21422,0,0,0,'Trope the Filth-Belcher','',NULL,0,70,70,1,62,2,1,2.85714,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23343,0,0,0,0,0,21423,0,0,0,'Wrangled Aether Ray','',NULL,0,70,71,1,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,2,2048,0,34,0,0,0,0,262,389,48,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,257,1,0,2,'',12340),
|
|
(23344,0,0,0,0,0,21424,0,0,0,'Corlok the Vet','',NULL,0,70,70,1,62,2,1,3.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23345,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman','',NULL,0,70,70,1,62,2,1,3.42857,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23346,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick','',NULL,0,70,70,1,62,2,1,3.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23347,30811,0,0,0,0,21428,0,0,0,'Tork','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,1650,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23348,0,0,0,0,0,21426,0,0,0,'Captain Skyshatter','',NULL,0,70,70,1,62,2,1,4.28571,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23349,0,0,0,0,0,21425,0,0,0,'Captain Skybreaker\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(23350,0,0,0,0,0,21461,0,0,0,'The Grand Collector','',NULL,0,72,72,1,14,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23351,0,0,0,0,0,17188,0,0,0,'Shade of Akama Trigger','',NULL,0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23353,0,0,0,0,0,21150,0,0,0,'Braxxus','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23353,0,70162,0,0,0,0,0,0,41437,41439,41436,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23354,0,0,0,0,0,19899,0,0,0,'Mo\'arg Incinerator','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23354,0,0,0,0,0,0,0,0,36606,44431,25174,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23355,0,0,0,0,0,21430,0,0,0,'Zarcsin','',NULL,0,72,72,1,90,0,1,1.14286,1,1,304,436,0,296,4.7,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,23355,0,0,0,0,0,0,0,0,41444,41447,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,10,1,0,32733,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23356,0,0,0,0,0,15435,0,0,0,'Dragonmaw Race: Oldie\'s Target','',NULL,0,80,80,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23357,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Trope\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23358,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Corlok\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23359,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Ichman\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23360,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Mulverick\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23361,0,0,0,0,0,16480,15435,0,0,'Dragonmaw Race: Skyshatter\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23362,30812,0,0,0,0,21432,0,0,0,'Torki','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,1650,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,2,'',12340),
|
|
(23363,0,0,0,0,0,18634,0,0,0,'Sahaak','Keeper of Scrolls',NULL,8683,70,70,1,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23364,0,0,0,0,0,387,0,0,0,'Black Dragon Whelpling','',NULL,0,1,1,1,14,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23365,30813,0,0,0,0,21433,0,0,0,'Torkus Jr.','',NULL,0,65,65,1,1872,0,1.125,1.14286,1,0,186,260,0,262,1,1500,1650,2,0,2048,0,0,0,0,0,0,153,227,29,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,153,1,0,2,'',12340),
|
|
(23366,0,0,0,0,0,0,21434,0,0,'Test Shroom','',NULL,0,65,65,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23367,0,0,0,0,0,21436,0,0,0,'Grella','Skyguard Quartermaster',NULL,0,70,70,1,1856,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23368,0,0,0,0,0,19780,0,0,0,'Bash\'ir Controller','',NULL,0,70,70,0,14,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,34944,17139,15586,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23369,0,0,0,0,0,1126,16946,0,0,'Whirling Blade','',NULL,0,71,71,1,1813,0,1,1.14286,1,0,299,426,0,308,10,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23370,0,0,0,0,0,21438,0,0,0,'Dragonmaw Tower Controller','',NULL,0,71,71,1,1865,0,1.48,1.14286,1,1,299,426,0,308,4.6,1435,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23371,0,0,0,0,0,21151,0,0,0,'Shadowmoon Fallen','',NULL,0,72,72,1,1813,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23372,0,0,0,0,0,21439,0,0,0,'Mine Cart (Taxi)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23373,0,0,0,0,0,21440,0,0,0,'Mortog Steamhead','',NULL,8692,70,70,1,1660,4225,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_mortog_steamhead',12340),
|
|
(23374,0,0,0,0,0,21442,0,0,0,'Ashtongue Stalker','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'',0,3,1,21,10,1,0,0,0,0,0,0,0,144,1,537004801,0,'',12340),
|
|
(23375,0,0,0,0,0,21447,0,0,0,'Shadow Demon','',NULL,0,70,70,1,14,0,0.5,0.5,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,96,0,0,0,0,0,0,0,0,0,41080,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,84,1,650854271,0,'',12340),
|
|
(23376,0,0,0,0,0,21441,0,0,0,'Dragonmaw Foreman','',NULL,8693,70,70,1,62,2,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23377,0,0,0,0,0,21169,21182,21194,21184,'Skyguard Ace','',NULL,0,71,73,1,1856,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(23378,0,0,0,0,0,5187,14501,0,0,'Simon Game Bunny Large','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23379,0,0,0,0,0,1126,11686,0,0,'Black Temple - Houndmaster Flare Dummy','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23380,0,0,0,0,0,21444,0,0,0,'Bronco','',NULL,0,69,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23381,0,0,0,0,0,21445,0,0,0,'Tydormu','Keeper of Lost Artifacts',NULL,0,64,64,1,1778,4224,1.2,1.14286,1,0,194,274,0,272,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23382,0,0,0,0,0,5187,11686,0,0,'Simon Game Summon Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23383,0,0,0,0,0,21184,21169,21194,21182,'Skyguard Prisoner','',NULL,0,70,70,1,1856,2,1.1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23384,0,0,0,0,0,21448,0,0,0,'Little Hurky','Assistant to Forgus',NULL,0,68,68,1,1865,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23385,0,0,0,0,0,17519,17612,0,0,'Simon Unit','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23386,30773,0,0,0,0,18288,0,0,0,'Gan\'arg Analyzer','',NULL,0,70,70,0,90,0,1.19,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23386,23386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23387,0,0,0,0,0,18355,0,0,0,'Nacho','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23388,0,0,0,0,0,9586,0,0,0,'Nacho\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23389,0,0,0,0,0,11078,0,0,0,'Fallen Ally','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23390,0,0,0,0,0,21489,0,0,0,'Bash\'ir\'s Harbinger','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,23390,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23391,0,0,0,0,0,21488,0,0,0,'Bash\'ir','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,36908,41264,41266,43433,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23392,0,0,0,0,0,21459,0,0,0,'Skyguard Stable Master','Stable Master',NULL,9821,70,70,0,1856,4194305,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'npc_stable_master',12340),
|
|
(23393,0,0,0,0,0,20946,20947,0,0,'Deathshadow Agent','',NULL,0,70,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,32000,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23394,0,0,0,0,0,21460,0,0,0,'Promenade Sentinel','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,23394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,63,1,1,0,0,0,0,0,0,0,169,1,617578495,0,'',12340),
|
|
(23395,0,0,0,0,0,1126,11686,0,0,'Bash\'ir Landing Boss Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23396,0,0,0,0,0,21462,0,0,0,'Krixel Pinchwhistle','Brutal Arena Vendor',NULL,8710,70,70,1,35,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23397,0,0,0,0,0,21560,21561,21562,21563,'Illidari Blood Lord','',NULL,0,72,72,1,16,0,1.2,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,72,23397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,28,15,1,0,0,0,0,0,0,0,150,1,617562111,0,'',12340),
|
|
(23398,0,0,0,0,0,1126,11686,0,0,'Angered Soul Fragment','',NULL,0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,256,64,'',12340),
|
|
(23399,0,0,0,0,0,16255,0,0,0,'Suffering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,6,72,0,0,0,0,0,0,0,0,0,41245,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,20,1,0,0,0,0,0,0,0,144,1,545468415,64,'',12340),
|
|
(23400,0,0,0,0,0,21564,21565,21566,21567,'Illidari Archon','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541343023,0,'',12340),
|
|
(23401,0,0,0,0,0,21587,0,0,0,'Hungering Soul Fragment','',NULL,0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,72,0,0,0,0,0,0,0,0,0,41248,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,8913168,64,'',12340),
|
|
(23402,0,0,0,0,0,21468,21557,21558,21559,'Illidari Battle-mage','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,304,436,0,296,20,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,72,23402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,21,10,1,0,0,0,0,0,0,0,150,1,541338919,0,'',12340),
|
|
(23403,0,0,0,0,0,21568,21569,21570,21571,'Illidari Assassin','',NULL,0,72,72,1,16,0,1.1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,72,23403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6865,13135,'SmartAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,150,1,541343015,0,'',12340),
|
|
(23404,0,0,0,0,0,19718,0,0,0,'Imp Retainer','',NULL,0,70,70,1,1813,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,10,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(23405,0,0,0,0,0,21471,0,0,0,'Flaskataur','',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23406,0,0,0,0,0,794,0,0,0,'Jimmy McWeaksauce','The Brothers McWeaksauce',NULL,0,15,15,0,35,4096,1.2,1.14286,1,0,22,29,0,54,1,2000,2000,1,0,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23407,0,0,0,0,0,796,0,0,0,'Johnny McWeaksauce','The Brothers McWeaksauce',NULL,0,65,65,1,35,0,1.2,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23408,0,0,0,0,0,21473,0,0,0,'Raven Lord','',NULL,0,1,2,0,35,0,0.91,1.14286,1,0,2,2,0,24,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,2,'',12340),
|
|
(23409,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker - Large AOI (Scale x3)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23410,0,0,0,0,0,21476,0,0,0,'Spirit of Udalo','',NULL,8749,70,70,0,1820,1,1,1.14286,1,0,234,331,0,286,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,192,0,0,0,0,0,0,0,0,0,40536,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23411,0,0,0,0,0,21475,0,0,0,'Spirit of Olum','',NULL,8750,70,70,0,1820,1,1,1.14286,1,0,234,331,0,286,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,40536,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23412,0,0,0,0,0,169,15880,0,0,'Illidan Door Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23413,0,0,0,0,0,21480,0,0,0,'Skyguard Handler Irena','',NULL,8718,70,70,1,1856,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(23414,0,0,0,0,0,21472,0,0,0,'Bash\'ir Inquisitor','',NULL,0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,29651,39574,31534,40935,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,6,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23415,0,0,0,0,0,21478,0,0,0,'Skyguard Handler Deesak','',NULL,8719,70,70,1,1856,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(23416,0,0,0,0,0,16480,15435,0,0,'Reth\'hedron\'s Target','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23417,0,0,0,0,0,18783,15435,0,0,'Reliquary Combat Trigger','',NULL,0,73,73,1,16,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23418,0,0,0,0,0,21483,0,0,0,'Essence of Suffering','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,210,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_suffering',12340),
|
|
(23419,0,0,0,0,0,21485,0,0,0,'Essence of Desire','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_desire',12340),
|
|
(23420,0,0,0,0,0,21484,0,0,0,'Essence of Anger','',NULL,0,73,73,1,1849,0,1.2,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,108,23420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665417,1273137,'',0,3,1,280,1,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'boss_essence_of_anger',12340),
|
|
(23421,0,0,0,0,0,21594,0,0,0,'Ashtongue Channeler','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,255,373,0,137,7.5,1600,2000,8,33587200,0,0,0,0,0,0,0,240,358,31,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,17.5,10,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),
|
|
(23422,0,0,0,0,0,21486,0,0,0,'Riding Nether Ray','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23423,0,0,0,0,0,20601,17864,20817,0,'Arakkoa Illusion','',NULL,0,71,72,1,1860,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23424,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23425,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Control Bunny, Elite','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23426,0,0,0,0,0,1126,11686,0,0,'The Illidari Council','',NULL,0,70,70,1,1813,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,131,'boss_illidari_council',12340),
|
|
(23427,0,0,0,0,0,19885,0,0,0,'Illidari Lord Balthas','',NULL,0,70,70,1,62,2,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23428,0,0,0,0,0,21507,0,0,0,'Jho\'nass','Ogri\'la Quartermaster',NULL,8726,70,70,1,1872,131,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23429,0,0,0,0,0,11686,0,0,0,'Arcane Charge','',NULL,0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,20,2000,2000,1,772,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23430,0,0,0,0,0,21493,0,0,0,'Skyguard Lieutenant','',NULL,0,70,70,0,250,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23433,0,0,0,0,0,21504,0,0,0,'Barthamus','',NULL,0,73,73,1,35,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23434,0,0,0,0,0,21505,0,0,0,'Commander Hobb','',NULL,0,71,71,1,1876,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23435,0,0,0,0,0,21506,21509,21510,21511,'Sanctum Defender','',NULL,0,68,70,1,1876,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23436,0,0,0,0,0,21455,0,0,0,'Image of Dementia','',NULL,0,72,72,1,1813,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.6,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(23437,0,0,0,0,0,21508,0,0,0,'Indormi','Keeper of Ancient Gem Lore',NULL,0,70,70,1,1778,129,1.2,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23438,0,0,0,0,0,169,15880,0,0,'Nether Ray Feed Credit','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23439,0,0,0,0,0,21155,0,0,0,'Hungry Nether Ray','',NULL,0,69,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23440,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Skybreaker','',NULL,0,70,70,1,1877,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23441,0,0,0,0,0,20892,20893,0,0,'Dragonmaw Skybreaker','',NULL,0,70,70,1,1877,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2048,0,0,0,0,0,0,0,0,0,38861,41448,41440,38858,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23442,0,0,0,0,0,169,15880,0,0,'Nether Ray Desummoner','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23443,0,0,0,0,0,21505,21342,0,0,'Dragonmaw Raid Credit Marker (Scryers)','',NULL,0,71,71,1,1876,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23444,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Lightning','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23445,0,0,0,0,0,5187,11686,0,0,'Ethereal Ring Target Bunny, Forge','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23446,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster',NULL,0,65,65,1,1638,128,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23447,0,0,0,0,0,21513,0,0,0,'Sergeant Kien','Armor Quartermaster',NULL,0,65,65,1,1604,128,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23448,0,0,0,0,0,18783,15435,0,0,'Glaive Target','',NULL,0,73,73,1,35,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23449,0,0,0,0,0,21514,0,0,0,'Yuula','Recruitment Officer',NULL,0,70,70,1,1856,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23450,0,0,0,0,0,11536,0,0,0,'Gordunni Proxy','',NULL,0,71,72,1,45,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23451,0,0,0,0,0,21072,0,0,0,'Veras Vanish Effect','',NULL,0,72,72,1,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33554496,2048,0,0,0,0,0,0,270,401,53,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,24.5,1,1,0,0,0,0,0,0,0,151,1,0,130,'',12340),
|
|
(23452,0,0,0,0,0,21519,0,0,0,'Commander Arcus','',NULL,0,71,71,1,1875,2,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,38370,41448,41440,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23453,0,0,0,0,0,21515,21516,21517,21518,'Altar Defender','',NULL,0,68,70,1,1875,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23454,0,0,0,0,0,21505,21342,0,0,'Dragonmaw Raid Credit Marker (Aldor)','',NULL,0,71,71,1,1875,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23455,0,0,0,0,0,21520,0,0,0,'Onyx Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23456,0,0,0,0,0,21521,0,0,0,'Azure Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23457,0,0,0,0,0,21522,0,0,0,'Veridian Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23458,0,0,0,0,0,21523,0,0,0,'Purple Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23459,0,0,0,0,0,21524,0,0,0,'Violet Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23460,0,0,0,0,0,21525,0,0,0,'Cobalt Netherwing Drake','',NULL,0,70,70,1,35,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23461,0,0,0,0,0,21521,0,0,0,'Suraku','',NULL,8741,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23462,0,0,0,0,0,21525,0,0,0,'Jorus','',NULL,8738,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23463,0,0,0,0,0,21520,0,0,0,'Onyxien','',NULL,8740,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23464,0,0,0,0,0,21523,0,0,0,'Malfas','',NULL,8739,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23465,0,0,0,0,0,21522,0,0,0,'Zoya','',NULL,8743,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23466,0,0,0,0,0,21524,0,0,0,'Voranaku','',NULL,8742,70,70,1,35,3,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23467,0,0,0,0,0,21526,0,0,0,'Illidan Stormrage','The Betrayer',NULL,0,73,73,1,14,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33600,2048,0,0,0,0,0,0,276,411,44,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,700,400,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(23468,0,0,0,0,0,20811,0,0,0,'Yarzill Dragon Form','',NULL,0,72,72,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(23469,0,0,0,0,0,10771,0,0,0,'Enslaved Soul','',NULL,0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(23470,0,0,0,0,0,18783,15435,0,0,'Soul Summon Target','',NULL,0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23471,0,0,0,0,0,18628,0,0,0,'Skettis Outrider','',NULL,0,70,71,1,1862,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,13730,35321,20230,23537,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23472,0,0,0,0,0,18783,16925,0,0,'World Trigger (Large AOI, Not Immune PC/NPC)','',NULL,0,60,60,0,114,0,1,0.99206,1,0,104,138,0,252,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23473,0,0,0,0,0,21499,0,0,0,'Aether-tech Apprentice','',NULL,8736,70,70,0,35,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23474,0,0,0,0,0,21540,0,0,0,'Shivan Assassin (Red)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,213,1,0,0,'',12340),
|
|
(23475,0,0,0,0,0,21541,0,0,0,'Shivan Assassin (Blue)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(23476,0,0,0,0,0,21542,0,0,0,'Shivan Assassin (Black)','',NULL,0,72,72,1,1829,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,3,0,0,0,0,0,0,0,0,0,0,40736,41597,40737,41593,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),
|
|
(23477,0,0,0,0,0,21545,0,0,0,'Armored Nether Drake (Black Temple 01)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(23478,0,0,0,0,0,21548,0,0,0,'Armored Nether Drake (Black Temple 02)','',NULL,0,70,70,1,62,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,7,0.8,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(23479,0,0,0,0,0,21846,21848,21847,21849,'[PH] Brewfest Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23480,0,0,0,0,0,21858,21859,21860,21861,'[PH] Brewfest Human Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23481,0,0,0,0,0,22390,0,0,0,'Keiran Donoghue','Sausage Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23482,0,0,0,0,0,22394,0,0,0,'Barleybrew Apprentice','Barleybrew Brew Vendor',NULL,8770,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23483,0,0,0,0,0,21572,0,0,0,'Arcanist Xorith','Scryer Apothecary',NULL,8752,70,70,1,1744,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_shattrathflaskvendors',12340),
|
|
(23484,0,0,0,0,0,21573,0,0,0,'Haldor the Compulsive','Aldor Apothecary',NULL,8751,70,70,1,1743,129,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_shattrathflaskvendors',12340),
|
|
(23485,0,0,0,0,0,5187,0,0,0,'Knockdown Fel Cannon: Dismount (the Fire Field)','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23486,0,0,0,0,0,21574,0,0,0,'Goldark Snipehunter','',NULL,9006,65,65,0,55,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23487,0,0,0,0,0,22349,0,0,0,'Wild Wolpertinger','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23488,0,0,0,0,0,1126,11686,0,0,'Brewfest Crowd','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23489,0,0,0,0,0,21375,0,0,0,'Drake Dealer Hurlunk','',NULL,8754,70,70,1,1865,129,1.125,1.14286,1,0,252,357,0,304,1,1435,1684,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_drake_dealer_hurlunk',12340),
|
|
(23491,0,0,0,0,0,169,15880,0,0,'Socrethar Event Trigger','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23496,0,0,0,0,0,169,15880,0,0,'Akama Event Trigger','',NULL,0,60,60,0,35,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23497,0,0,0,0,0,21574,0,0,0,'Draeg Barleybrew','',NULL,0,65,65,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23498,0,0,0,0,0,19110,0,0,0,'Parasitic Shadowfiend','',NULL,0,70,70,1,14,0,1.1,1.14286,1,0,252,357,5,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,256,'',12340),
|
|
(23499,0,0,0,0,0,1126,11686,0,0,'Blood Elf Council Voice Trigger','',NULL,0,70,70,1,35,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,700,1,1,0,0,0,0,0,0,0,0,1,617299803,130,'',12340),
|
|
(23500,0,0,0,0,0,16480,19595,0,0,'Legion Ring Shield Zapper InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23501,0,0,0,0,0,19400,0,0,0,'Netherwing Ray','',NULL,0,69,70,1,14,0,1.4,1.42857,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,34,0,0,0,0,198,295,33,1,1,23501,0,70064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12888,0,1000,1500,'',1,3,1,1,0.5,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(23502,0,0,0,0,0,18783,15435,0,0,'Reliquary LoS Agro Trigger','',NULL,0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23503,0,0,0,0,0,11686,0,0,0,'Shadowy Vortex','',NULL,0,70,70,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.775,1,1,0,0,0,0,0,0,0,144,1,8388624,2,'',12340),
|
|
(23504,0,0,0,0,0,22445,22446,0,0,'Brewfest Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23505,0,0,0,0,0,25986,0,0,0,'Tikas','',NULL,0,70,71,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23506,0,0,0,0,0,21105,0,0,0,'Broken Illusion','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23507,0,0,0,0,0,22732,0,0,0,'Elwynn Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23508,0,0,0,0,0,21588,0,0,0,'Gul\'dan','',NULL,0,70,70,0,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,617299803,3,'',12340),
|
|
(23509,0,0,0,0,0,21589,21590,0,0,'Spirit of the Past','',NULL,0,60,65,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(23510,0,0,0,0,0,22396,0,0,0,'Thunderbrew Apprentice','Thunderbrew Brew Vendor',NULL,8771,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23511,0,0,0,0,0,22628,0,0,0,'Gordok Brew Apprentice','Gordok Brew Vendor',NULL,8772,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23512,0,0,0,0,0,1126,11686,0,0,'Crystalforge Bunny','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23513,0,0,0,0,0,21597,0,0,0,'Northrend Yeti (Blue)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(23514,0,0,0,0,0,21598,0,0,0,'Northrend Yeti (Brown)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(23515,0,0,0,0,0,21599,0,0,0,'UNUSED Northrend Yeti (Red)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23516,0,0,0,0,0,21600,0,0,0,'Northrend Yeti (Yellow)','','',0,80,80,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(23517,0,0,0,0,0,21601,0,0,0,'Northrend Yeti (White)','','',0,71,72,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(23518,0,0,0,0,0,21602,0,0,0,'Tauren Canoe (Northrend)','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23519,0,0,0,0,0,21603,0,0,0,'Big Shirl','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,233,1,0,0,'',12340),
|
|
(23520,0,0,0,0,0,12943,0,0,0,'Jimmy Two-Canoes','','',0,75,75,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23521,0,0,0,0,0,22385,0,0,0,'Anne Summers','Cheese Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23522,0,0,0,0,0,22384,0,0,0,'Arlen Lochlan','Bread Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23523,0,0,0,0,0,21607,0,0,0,'Ashtongue Elementalist','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23524,0,0,0,0,0,21606,0,0,0,'Ashtongue Spiritbinder','',NULL,0,71,71,1,1813,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.8,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23525,0,0,0,0,0,22391,0,0,0,'Brother Cartwright','Wine Vendor',NULL,0,30,30,0,774,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23526,0,0,0,0,0,18169,0,0,0,'BurkeTest01','',NULL,0,71,71,1,954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23527,0,0,0,0,0,22732,0,0,0,'Teldrassil Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23528,0,0,0,0,0,22732,0,0,0,'Azuremyst Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23529,0,0,0,0,0,22732,0,0,0,'Mulgore Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23530,0,0,0,0,0,22732,0,0,0,'Tirisfal Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23531,0,0,0,0,0,22732,0,0,0,'Eversong Pink Elekk','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23532,0,0,0,0,0,15750,0,0,0,'[PH] Brewfest Garden D Vendor','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23533,0,0,0,0,0,22492,0,0,0,'T\'chali\'s Voodoo Brewery Apprentice','Voodoo Brew Vendor',NULL,8972,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23534,0,0,0,0,0,21604,0,0,0,'Babagaya Shadowcleft','Warlock Trainer',NULL,1522,60,60,0,35,51,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23535,0,0,0,0,0,21605,0,0,0,'Matero Zeshuwal','',NULL,0,60,60,0,35,2,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,768,2048,0,0,0,0,9,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23536,0,0,0,0,0,14255,0,0,0,'Nagulon','Matero Zeshuwal\'s Minion',NULL,0,60,60,0,35,0,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,33536,2048,0,0,0,0,0,0,101,167,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.77,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23537,0,0,0,0,0,11686,0,0,0,'Headless Horseman - Fire (DND)','',NULL,0,65,70,0,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_hallows_end_train_fire',12340),
|
|
(23538,0,0,0,0,0,24137,24174,24173,0,'Northrend Red Dragon','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23539,0,0,0,0,0,12821,6371,0,0,'Northrend Red Drake','','',0,80,80,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23540,0,0,0,0,0,21854,21856,21855,21857,'[PH] Brewfest Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23542,0,0,0,0,0,22273,22274,0,0,'Amani\'shi Axe Thrower','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23542,23542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23543,0,0,0,0,0,22352,0,0,0,'Shade of the Horseman','',NULL,0,11,11,0,14,0,1,1.14286,1,0,15,20,0,44,1,2000,0,1,2,2048,8,0,0,0,0,0,9,14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,10,1,1,0,0,0,0,0,0,0,54,1,0,2,'npc_hallows_end_soh',12340),
|
|
(23544,0,0,0,0,0,6752,0,0,0,'Kyle Radue','',NULL,0,79,79,2,2111,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23545,0,0,0,0,0,21822,0,0,0,'Pumpkin Fiend','',NULL,0,80,80,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23546,0,0,0,0,0,21608,0,0,0,'Vice Admiral Keller','','',8966,72,72,0,1892,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23547,0,0,0,0,0,21609,0,0,0,'Macalroy','','',0,69,69,1,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23548,0,0,0,0,0,21610,0,0,0,'Beltrand McSorf','Explorers\' League','',0,70,70,1,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23549,0,0,0,0,0,21611,0,0,0,'Rowan Helfgot','Royal Stormwind Society of Science','',0,71,71,0,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23550,0,0,0,0,0,21612,0,0,0,'Valgarde Yeoman','','',0,65,66,1,1892,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23551,0,0,0,0,0,21613,21617,0,0,'Valgarde Cannoneer','','',0,67,68,0,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23552,0,0,0,0,0,21614,0,0,0,'Valgarde Yeoman','','',0,65,66,0,1892,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23553,0,0,0,0,0,21615,0,0,0,'Vrykul (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23554,0,0,0,0,0,10771,0,0,0,'Risen Spirit','',NULL,0,35,36,0,14,0,1.11111,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23554,23554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23555,0,0,0,0,0,1196,10255,0,0,'Risen Husk','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,6,0,23555,23555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23556,0,0,0,0,0,22657,0,0,0,'Vrykul Proto-dragon Mount','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(23557,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Raider','','',0,68,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,33024,2048,0,0,0,0,0,0,206,302,43,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(23558,0,0,0,0,0,22454,0,0,0,'Neill Ramstein','Ram Racing Master',NULL,8934,30,30,0,774,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_keg_reciver',12340),
|
|
(23559,0,0,0,0,0,21702,0,0,0,'Budd Nedreck','',NULL,8775,70,70,1,35,3,1,1.71429,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23560,0,0,0,0,0,21619,0,0,0,'Provisioner Ameenah','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23561,30016,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(23562,30049,0,0,0,0,12818,0,0,0,'Unstoppable Abomination','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(23563,30047,0,0,0,0,16178,0,0,0,'Soul Weaver','',NULL,0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),
|
|
(23564,0,0,0,0,0,22179,0,0,0,'Plagued Dragonflayer Tribesman','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23565,0,0,0,0,0,21620,0,0,0,'Turgore','',NULL,0,14,14,0,35,0,1,1.14286,1,0,20,27,0,50,1,2000,2000,1,0,2048,0,0,0,0,0,0,13,20,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23566,0,0,0,0,0,21621,0,0,0,'Calia Hastings','SI:7',NULL,12517,38,38,0,12,3,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23567,0,0,0,0,0,21622,0,0,0,'Inspector Tarem','',NULL,8761,40,40,0,35,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23568,0,0,0,0,0,21623,0,0,0,'Captain Darill','',NULL,8788,37,37,0,1078,3,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23569,0,0,0,0,0,21624,0,0,0,'Renn McGill','SI:7 Salvage Diver',NULL,8837,37,37,0,12,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23570,0,0,0,0,0,21625,0,0,0,'Gizzix Grimegurgle','',NULL,0,40,40,0,474,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23571,0,0,0,0,0,21626,0,0,0,'Razbo Rustgear','Weapon & Armor Merchant',NULL,0,39,39,0,474,4224,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23572,0,0,0,0,0,21627,0,0,0,'Drazzit Dripvalve','',NULL,0,39,39,0,474,2,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,0,0,0,0,0,37,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23573,0,0,0,0,0,21629,0,0,0,'Krixil Slogswitch','Food & Drink',NULL,0,41,41,0,474,640,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23574,0,0,0,0,0,21630,0,0,0,'Akil\'zon','Eagle Avatar',NULL,0,73,73,1,1890,0,1.6,2.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,76,23574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345375,422125,'',0,3,1,154,25,1,0,0,0,0,0,0,0,190,1,617299803,1,'boss_akilzon',12340),
|
|
(23575,0,0,0,0,0,10699,0,0,0,'Mindless Abomination','','',0,68,68,2,35,0,1,1.14286,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,72,0,0,0,0,0,0,0,0,0,61359,42166,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(23576,0,0,0,0,0,21631,0,0,0,'Nalorakk','Bear Avatar',NULL,0,73,73,1,1890,0,2,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361813,442216,'',0,3,1,126.35,1,1,0,0,0,0,0,0,0,191,1,617299803,33,'boss_nalorakk',12340),
|
|
(23577,0,0,0,0,0,21632,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,4,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345432,422195,'',0,3,1,56.875,5,1,0,0,0,0,0,0,0,196,1,617299803,33,'boss_halazzi',12340),
|
|
(23578,0,0,0,0,0,21633,0,0,0,'Jan\'alai','Dragonhawk Avatar',NULL,0,73,73,1,1890,0,1,2.14286,1,3,316,450,0,320,35,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,76,23578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343737,420123,'',0,3,1,94.5,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'boss_janalai',12340),
|
|
(23579,0,0,0,0,0,21967,0,0,0,'Brogg','Stonemaul Survivor',NULL,8801,41,41,0,35,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23580,0,0,0,0,0,22277,22278,0,0,'Amani\'shi Warbringer','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,2120,23580,23580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23581,0,0,0,0,0,22275,22276,0,0,'Amani\'shi Medicine Man','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,72,23581,23581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23582,0,0,0,0,0,22271,22272,0,0,'Amani\'shi Tribesman','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,72,23582,23582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23583,0,0,0,0,0,20570,17188,0,0,'Evidence Marker','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23584,0,0,0,0,0,22467,0,0,0,'Amani Bear','',NULL,0,70,70,1,44,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,23584,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,1024,0,'',12340),
|
|
(23585,0,0,0,0,0,1126,25268,0,0,'Witch Light','',NULL,0,1,1,2,35,0,0.8,0.571429,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,82,1,0,128,'',12340),
|
|
(23586,0,0,0,0,0,22983,0,0,0,'Amani\'shi Scout','',NULL,0,70,70,1,1890,0,1,1.14286,1,0,252,357,0,304,1,1600,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23586,23586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,536936960,0,'',12340),
|
|
(23587,0,0,0,0,0,22315,22316,0,0,'Amani\'shi Reinforcement','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,32323,43298,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23588,0,0,0,0,0,22265,0,0,0,'Brewfest Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23589,0,0,0,0,0,21647,21648,21649,0,'Defias Rummager','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23589,23589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23590,0,0,0,0,0,21650,21651,0,0,'Defias Conjuror','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23590,23590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23591,0,0,0,0,0,21652,0,0,0,'Defias Diver','',NULL,0,37,38,0,16,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,32768,2048,0,0,0,0,0,0,36,53,13,7,0,23591,23591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,225,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23592,0,0,0,0,0,21656,21657,0,0,'Grimtotem Breaker','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23592,23592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23593,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Spirit-Shifter','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23593,23593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23594,0,0,0,0,0,21663,21664,0,0,'Grimtotem Destroyer','',NULL,0,38,39,0,16,0,1,1.14286,1,0,54,72,0,132,1,2000,2000,1,32768,2048,0,0,0,0,0,0,37,55,13,7,0,23594,23594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23595,0,0,0,23594,0,21658,21660,0,0,'Grimtotem Earthbinder','',NULL,0,38,39,0,16,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,23595,23595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23596,0,0,0,0,0,22307,22308,0,0,'Amani\'shi Flame Caster','',NULL,0,71,71,1,1890,0,1,2,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,23596,23596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,2,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(23597,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Guardian','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,23597,23597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,885331967,0,'',12340),
|
|
(23598,0,0,0,0,0,17546,0,0,0,'Amani Dragonhawk Hatchling','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatchling',12340),
|
|
(23599,0,0,0,0,0,7005,0,0,0,'[PH] New Hinterlands NPC','',NULL,0,50,50,0,694,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23600,0,0,0,0,0,21637,0,0,0,'Apprentice Morlann','Tabetha\'s Apprentice',NULL,8811,37,37,0,35,3,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,768,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23601,0,0,0,0,0,21638,0,0,0,'Apprentice Garion','Tabetha\'s Apprentice',NULL,8812,38,38,0,35,3,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,768,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23602,0,0,0,0,0,21639,21640,0,0,'Deserter Agitator','',NULL,8762,35,35,0,894,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,512,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23603,0,0,0,0,0,4728,0,0,0,'Uta Roughdough','Bread Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23604,0,0,0,0,0,7358,0,0,0,'Agnes Farwithers','Cheese Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23605,0,0,0,0,0,1318,0,0,0,'Bron','Sausage Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23606,0,0,0,0,0,22513,0,0,0,'Suntouched Apprentice','Wine Vendor',NULL,0,30,30,0,775,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23607,0,0,0,0,0,21866,21867,21868,21869,'[PH] Brewfest Orc Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23608,0,0,0,0,0,21870,21871,21872,21873,'[PH] Brewfest Tauren Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23609,0,0,0,0,0,21874,21875,21876,21877,'[PH] Brewfest Troll Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23610,0,0,0,0,0,21838,21839,21840,21841,'[PH] Brewfest Blood Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23611,0,0,0,0,0,21878,21879,21880,21881,'[PH] Brewfest Undead Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23612,0,0,0,0,0,1233,0,0,0,'Dyslix Silvergrub','Flight Master',NULL,6944,65,65,0,474,8193,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23613,0,0,0,0,0,21842,21844,21843,21845,'[PH] Brewfest Draenei Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23614,0,0,0,0,0,21850,21851,21852,21853,'[PH] Brewfest Gnome Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23615,0,0,0,0,0,21862,21863,21864,21865,'[PH] Brewfest Night Elf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23616,0,0,0,0,0,1100,0,0,0,'Kyle the Frenzied','',NULL,0,12,12,0,35,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23617,0,0,0,0,0,14500,0,0,0,'Matron Goodwell','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23618,0,0,0,0,0,21641,0,0,0,'Ahab Wheathoof','The Old Rancher',NULL,0,62,62,1,35,2,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,768,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23619,0,0,0,0,0,21659,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23620,0,0,0,0,0,21642,21643,21644,21645,'Privateer','',NULL,0,35,36,0,14,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,7,0,23620,23620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,180,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23621,0,0,0,0,0,21646,0,0,0,'Testy McHelmet','',NULL,0,73,73,1,105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23622,0,0,0,0,0,1100,0,0,0,'Kyle the Friendly','',NULL,0,12,12,0,35,0,0.98,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23623,0,0,0,0,0,21661,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23624,0,0,0,0,0,21662,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23625,0,0,0,0,0,21665,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23626,0,0,0,0,0,21666,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23627,0,0,0,0,0,22450,0,0,0,'Becan Barleybrew','',NULL,0,50,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23628,0,0,0,0,0,22451,0,0,0,'Daran Thunderbrew','',NULL,0,50,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23629,0,0,0,0,0,14890,21667,21668,21669,'[PH] Darkmoon Faire Carnie APPEARANCE A','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23630,0,0,0,0,0,21670,21671,21672,14912,'[PH] Darkmoon Faire Carnie APPEARANCE B','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23631,0,0,0,0,0,21673,21674,21675,21676,'[PH] Darkmoon Faire Carnie APPEARANCE C','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23632,0,0,0,0,0,21677,21678,21679,21680,'[PH] Darkmoon Faire Carnie APPEARANCE D','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23633,0,0,0,0,0,14913,21681,21682,21683,'[PH] Darkmoon Faire Carnie APPEARANCE E','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23634,0,0,0,0,0,21684,14914,0,0,'[PH] Darkmoon Faire Carnie APPEARANCE F','',NULL,0,25,25,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23635,0,0,0,0,0,8848,0,0,0,'Krixx','Zeppelin Engineer',NULL,8767,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23636,0,0,0,0,0,21698,21699,21700,0,'Mudsprocket Bruiser','',NULL,0,55,55,0,475,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23637,0,0,0,0,0,21639,21640,0,0,'Deserter Lieutenant','',NULL,0,37,37,0,1883,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23637,23637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23638,0,0,0,0,0,24055,0,0,0,'Longtusk Fisherman','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23639,0,0,0,0,0,24052,0,0,0,'Longtusk Tribesman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23640,0,0,0,0,0,21688,0,0,0,'Longtusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23641,0,0,0,0,0,21688,0,0,0,'Longtusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23642,0,0,0,0,0,21688,0,0,0,'Longtusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23643,0,0,0,23645,0,5243,0,0,0,'Unstable Mur\'ghoul','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,23643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23644,0,0,0,23645,0,5243,0,0,0,'Mur\'ghoul Flesheater','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23645,0,0,0,0,0,652,0,0,0,'Mur\'ghoul Corrupter','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,23645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23646,0,0,0,0,0,3833,0,0,0,'Northsea Smuggler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23647,0,0,0,0,0,3833,0,0,0,'Northsea Brigand','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23648,0,0,0,0,0,3833,0,0,0,'Northsea Raider','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23649,0,0,0,0,0,3833,0,0,0,'Northsea Swashbuckler','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23650,0,0,0,0,0,3833,0,0,0,'Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23651,0,0,0,0,0,21932,21933,0,0,'Dragonflayer Tribesman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23652,0,0,0,0,0,21917,21918,0,0,'Dragonflayer Vrykul','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,1556,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23653,0,0,0,24231,0,22147,22148,0,0,'Winterskorn Spearman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23654,0,0,0,0,0,21965,22137,22138,0,'Dragonflayer Warrior','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23654,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23655,0,0,0,24231,0,22143,22144,0,0,'Winterskorn Bonegrinder','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23656,0,0,0,0,0,21966,22146,0,0,'Dragonflayer Rune-Seer','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23656,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1569,'SmartAI',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23657,0,0,0,24231,0,22139,22145,0,0,'Winterskorn Skald','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,1638,'',0,3,1,1,1,1,0,34137,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23658,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Death Weaver','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,32768,2048,0,0,0,0,0,0,215,321,28,7,0,23658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23659,0,0,0,0,0,21690,0,0,0,'Dragonflayer Elder','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23660,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1653,'',0,3,1,1,1,1,0,33308,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(23661,0,0,0,0,0,22076,22077,22078,22079,'Winterskorn Tribesman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23662,0,0,0,0,0,22072,22073,22074,22075,'Winterskorn Woodsman','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23662,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23663,0,0,0,0,0,25657,25658,0,0,'Winterskorn Shield-Maiden','','',0,70,71,2,1885,0,1,1.28571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23663,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23664,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23665,0,0,0,0,0,22059,22060,22061,22062,'Winterskorn Raider','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23665,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'SmartAI',0,5,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23666,0,0,0,0,0,22053,22054,22055,22056,'Winterskorn Berserker','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23667,0,0,0,0,0,22084,22085,22086,22087,'Winterskorn Rune-Seer','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23667,23667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23668,0,0,0,0,0,22080,22081,22082,22083,'Winterskorn Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,1713,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23669,0,0,0,0,0,22068,22069,22070,22071,'Winterskorn Oracle','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1740,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23670,0,0,0,0,0,22063,22064,22065,22066,'Winterskorn Elder','','',0,71,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1060,1766,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23671,0,0,0,0,0,22107,0,0,0,'Halfdan the Ice-Hearted','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19131,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23672,0,0,0,0,0,25954,0,0,0,'Iron Rune Worker','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,1666,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23673,0,0,0,0,0,25754,0,0,0,'Iron Rune Steelguard','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,2297,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23674,0,0,0,0,0,25953,0,0,0,'Iron Rune Sage','','',0,69,70,2,1954,0,1,0.99206,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,23674,23674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23675,0,0,0,0,0,25748,0,0,0,'Iron Rune Runemaster','','',0,69,70,2,1954,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23676,0,0,0,0,0,26213,0,0,0,'Iron Rune Destroyer','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,23676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,1570,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23677,0,0,0,0,0,22120,0,0,0,'Frost Nymph','','',0,70,70,2,15,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,23677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,1710,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23678,0,0,0,0,0,22127,0,0,0,'Chill Nymph','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1047,1745,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23679,0,0,0,0,0,21689,0,0,0,'Garn Mathers','',NULL,0,37,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,32768,2048,0,0,0,0,0,0,35,52,12,7,0,23679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,33037,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23680,0,0,0,0,0,24874,0,0,0,'Plagued Proto-Dragon','','',0,70,70,2,103,0,1.44444,1.5873,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,23680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,3,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23681,0,0,0,0,0,4839,0,0,0,'Captain Averen','',NULL,0,38,38,0,150,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23682,0,0,0,0,0,22351,0,0,0,'Headless Horseman','',NULL,0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,10,1024,23682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,33277,0,0,0,0,0,167,1,650854267,0,'boss_headless_horseman',12340),
|
|
(23683,0,0,0,0,0,21836,0,0,0,'Maeve Barleybrew','Brewmaiden',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23684,0,0,0,0,0,21837,0,0,0,'Ita Thunderbrew','Brewmaiden',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23685,0,0,0,0,0,22628,0,0,0,'Gordok Brew Barker','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23686,0,0,0,0,0,11686,0,0,0,'Headless Horseman Flame Bunny','',NULL,0,70,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,0,8,33554432,2048,8,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_soh_fire_trigger',12340),
|
|
(23687,0,0,0,0,0,6377,0,0,0,'Scorchscale Drake','',NULL,0,42,42,0,103,0,1,1.14286,1,1,62,83,0,152,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,43,63,15,2,0,23687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23688,0,0,0,0,0,28345,0,0,0,'Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,23688,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23689,0,0,0,0,0,24717,0,0,0,'Proto-Drake','','',0,70,71,2,1885,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,2,0,23689,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(23690,0,0,0,0,0,22132,0,0,0,'Shoveltusk','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23690,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),
|
|
(23691,0,0,0,0,0,22131,0,0,0,'Shoveltusk Stag','','',0,69,69,2,1886,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23691,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,42104,34136,0,0,0,1,0,0,'',12340),
|
|
(23692,0,0,0,0,0,22320,0,0,0,'Shaghide Boar','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,33610,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23693,0,0,0,0,0,22321,0,0,0,'Duskwing Eagle','','',0,69,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,23693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23694,0,0,0,0,0,24720,0,0,0,'Pulsing Pumpkin','',NULL,0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_headless_horseman_pumpkin',12340),
|
|
(23695,0,0,0,0,0,21688,0,0,0,'Tuskarr (Northrend Size Model)','','',0,75,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23696,0,0,0,0,0,22628,0,0,0,'Gordok Brew Chief','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23697,0,0,0,0,0,21693,21694,21695,21696,'Beer Goggles Gnome Male','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23698,0,0,0,0,0,22461,0,0,0,'Drunken Brewfest Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23699,0,0,0,0,0,21697,0,0,0,'Kevin Browning','Coffee Aficionado',NULL,8774,61,61,1,35,641,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23700,0,0,0,0,0,24860,0,0,0,'Barleybrew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23701,0,0,0,0,0,652,0,0,0,'Mirefin Ambusher','',NULL,0,36,37,0,18,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,23701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23702,0,0,0,0,0,24860,0,0,0,'Thunderbrew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23703,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Dark Iron Event Generator','',NULL,0,80,80,2,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_dark_iron_attack_generator',12340),
|
|
(23704,0,0,0,0,0,2585,0,0,0,'Cassa Crimsonwing','Apprentice Gryphon Master',NULL,8782,40,40,0,894,1,1,1.14286,1,0,52,69,0,128,1,2000,2000,2,32768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,2,'npc_taxi',12340),
|
|
(23705,0,0,0,0,0,592,0,0,0,'Catlord Corpse','',NULL,0,18,18,0,35,0,1,1.14286,1,0,26,35,0,64,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,18,26,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23706,0,0,0,0,0,24860,0,0,0,'Gordok Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(23707,0,0,0,0,0,14473,0,0,0,'Grimbooze\'s Alarm System','',NULL,0,3,3,0,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(23708,0,0,0,0,0,5299,0,0,0,'Rusty Mechanical Guardian','',NULL,0,18,18,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,16384,2,'',12340),
|
|
(23709,0,0,0,0,0,3954,0,0,0,'Dark Iron Guzzler','',NULL,0,10,10,0,1194,0,1.2,1.14286,1,0,13,17,0,42,1,2000,2000,1,640,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,48,1,650854267,0,'npc_dark_iron_guzzler',12340),
|
|
(23710,0,0,0,0,0,21701,0,0,0,'Belbi Quikswitch','Token Redeemer',NULL,8783,65,65,0,875,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23711,0,0,0,0,0,25952,0,0,0,'Iron Rune Laborer','','',0,69,69,2,1954,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1563,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23712,0,0,0,0,0,252,257,251,221,'Touring Orphan','',NULL,0,1,3,0,12,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23713,0,0,0,0,0,8848,0,0,0,'Kraxx','Zeppelin Engineer',NULL,8786,45,45,0,29,1,1,1.14286,1,0,76,100,0,184,1,1000,2000,1,4096,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23714,0,0,0,0,0,21653,21654,21655,0,'Grimtotem Elder','',NULL,0,36,37,0,16,0,1,1.14286,1,0,48,63,0,116,1,2000,2000,2,32768,2048,0,0,0,0,0,0,33,48,11,7,0,23714,23714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,200,'',0,3,1,1.15,1,1,0,33061,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23715,25763,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature','Quality Assured','Attack',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),
|
|
(23716,0,0,0,0,0,590,0,0,0,'Hexxer Corpse','',NULL,0,17,17,0,35,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,17,25,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23717,0,0,0,0,0,2467,0,0,0,'ScottM Test Dummy','',NULL,0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(23718,0,0,0,0,0,21618,0,0,0,'Mack','',NULL,8789,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23719,0,0,0,0,0,21703,0,0,0,'Investigator Asric','',NULL,0,70,70,1,1744,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23720,0,0,0,0,0,2978,2977,2979,2980,'Theramore Prisoner','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33024,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23721,0,0,0,0,0,19926,0,0,0,'Concert Bruiser','',NULL,0,70,70,1,1896,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23722,0,0,0,0,0,21704,0,0,0,'Sasha Goens','Dalaran Rent-A-Mage',NULL,0,70,70,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23723,0,0,0,0,0,2981,0,0,0,'Sergeant Lukas','',NULL,8787,34,35,0,11,3,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,32768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23724,0,0,0,0,0,21706,0,0,0,'Samir','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23725,0,0,0,0,0,23356,0,0,0,'Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,23725,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23726,0,0,0,0,0,21721,0,0,0,'Stone Lord','','',0,71,71,2,778,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23727,0,0,0,0,0,17188,0,0,0,'Invis Raptor Credit','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23728,0,0,0,0,0,21707,0,0,0,'Guard Captain Zorek','','',8984,73,73,2,1892,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23729,0,0,0,0,0,21708,0,0,0,'Baron Ulrik von Stromhearth','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23730,0,0,0,0,0,21709,0,0,0,'Harold Lagras','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23731,0,0,0,0,0,21710,0,0,0,'Innkeeper Hazel Lagras','Innkeeper','',8806,67,67,2,1892,66179,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(23732,0,0,0,0,0,21711,0,0,0,'Sorely Twitchblade','Poison Supplier','',8808,69,69,2,1892,1155,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23733,0,0,0,0,0,251,0,0,0,'Horatio the Stable Boy','Stable Master','',8805,10,10,0,1892,4194307,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23734,0,0,0,0,0,21712,0,0,0,'Anchorite Yazmina','Grand Master First Aid Trainer','',8802,68,68,2,1892,211,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,2,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23735,0,0,0,0,0,21713,0,0,0,'Bartleby Armorfist','Armorsmith','',0,65,65,1,1892,4226,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23736,0,0,0,0,0,21714,0,0,0,'Pricilla Winterwind','Gryphon Master','',0,70,70,2,1892,8194,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23737,0,0,0,0,0,21715,0,0,0,'Coot \"The Stranger\" Albertson','Bartender','',8803,69,69,2,1892,643,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23738,0,0,0,0,0,21716,0,0,0,'Foreman Miles McMoody','','',0,71,71,1,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23739,0,0,0,0,0,21754,21755,21756,21757,'Valgarde Defender','','',0,72,72,2,1891,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23740,0,0,0,0,0,22673,0,0,0,'Frosthorn Ram','','',0,70,71,2,634,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,23740,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33351,33352,0,0,0,0,0,1,0,0,'',12340),
|
|
(23741,0,0,0,0,0,2571,0,0,0,'Captured Raptor','',NULL,0,36,37,0,1909,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,11,0,0,0,0,35,52,12,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23743,0,0,0,0,0,10579,0,0,0,'Icehollow Yeti','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23744,0,0,0,0,0,21718,0,0,0,'Icehollow Behemoth','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23744,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23745,0,0,0,0,0,21719,0,0,0,'Garg','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23746,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman Exterior InvisMan','',NULL,0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23747,0,0,0,0,0,229,236,239,2405,'Overworked Nag','',NULL,0,12,20,0,35,0,1,1.28571,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23748,0,0,0,0,0,21720,0,0,0,'Kurzel','Food & Drink',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23749,0,0,0,0,0,21833,0,0,0,'Captain Adams','','',8852,72,72,2,1891,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23750,0,0,0,0,0,169,24719,0,0,'Proto-Whelp Hatchling','','',0,70,71,2,1771,0,1.44444,1.5873,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,23750,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23751,0,0,0,0,0,20570,17188,0,0,'North Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23752,0,0,0,0,0,20570,17188,0,0,'Northeast Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23753,0,0,0,0,0,20570,17188,0,0,'East Tent','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23754,0,0,0,0,0,21723,0,0,0,'Murloc Costume','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23755,0,0,0,0,0,3833,0,0,0,'Blockade Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23756,0,0,0,0,0,953,0,0,0,'Ironforge Steam Tank','','',0,32,32,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23757,0,0,0,0,0,15231,0,0,0,'Amani Healing Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42375,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23758,0,0,0,0,0,5187,11686,0,0,'Headless Horseman - Earth Explosion Bunny','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23759,0,0,0,0,0,21736,0,0,0,'Bear Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),
|
|
(23760,0,0,0,0,0,22532,22533,22534,0,'Forsaken Plaguebringer','','',0,70,70,2,1929,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23760,23760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23761,0,0,0,0,0,21738,0,0,0,'Prigmon','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23762,0,0,0,0,0,21739,0,0,0,'Brend','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23763,0,0,0,0,0,21773,0,0,0,'Scarlet Ivy','','',0,69,69,2,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23764,0,0,0,0,0,21740,0,0,0,'Marge','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23765,0,0,0,0,0,21741,0,0,0,'Sylvanas Windrunner (High Elf)','',NULL,0,60,60,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23766,0,0,0,0,0,21742,0,0,0,'Morgom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23767,0,0,0,23755,0,3827,0,0,0,'Blockade Captain','','',0,72,72,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23768,0,0,0,0,0,21743,0,0,0,'Lynn Hyal','',NULL,0,40,40,0,35,1,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23769,0,0,0,0,0,21744,0,0,0,'Jimmy Hyal','',NULL,0,8,8,0,35,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23770,0,0,0,0,0,21889,0,0,0,'Cannoneer Ely','','',8832,71,71,2,1892,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23771,0,0,0,0,0,21788,0,0,0,'Blockade Cannon','','',0,70,70,2,1888,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23772,0,0,0,0,0,10891,0,0,0,'Spotted Hippogryph','','',0,69,70,2,634,0,2,2.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,23772,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(23773,0,0,0,0,0,21883,0,0,0,'Chef Kettleblack','','',8854,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23774,0,0,0,0,0,22313,22314,0,0,'Amani\'shi Trainer','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23774,23774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23775,0,0,0,0,0,21908,0,0,0,'Head of the Horseman','',NULL,0,80,80,2,14,0,0.8,0.8,1,1,422,586,0,642,7.5,2000,0,1,33816576,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'boss_headless_horseman_head',12340),
|
|
(23776,0,0,0,0,0,21746,0,0,0,'Dark Ranger','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,23776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3424,5706,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23777,0,0,0,0,0,20245,0,0,0,'Proto-Drake Egg','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,4,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23778,0,0,0,0,0,21746,0,0,0,'Dark Ranger Lyana','','',8879,70,70,2,1897,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),
|
|
(23779,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23780,0,0,0,0,0,21752,0,0,0,'High Executor Anselm','','',8911,72,72,2,1929,3,1,1.28968,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23781,0,0,0,0,0,21753,0,0,0,'Apothecary Celestine','Royal Apothecary Society','',0,73,73,0,1929,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23782,0,0,0,0,0,22113,0,0,0,'Apothecary Ravien','Royal Apothecary Society','',0,68,68,0,1929,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23783,0,0,0,0,0,21758,21759,21760,21761,'Injured Defender','','',0,66,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23784,0,0,0,0,0,22111,0,0,0,'Apothecary Hanes','Royal Apothecary Society','',0,69,69,2,1933,2,1,0.78571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_apothecary_hanes',12340),
|
|
(23785,0,0,0,0,0,21763,0,0,0,'Daggercap Hammerhead','','',0,68,69,2,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23785,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23786,0,0,0,0,0,21764,0,0,0,'Stonemaul Spirit','',NULL,0,40,40,0,14,0,1.2,1.14286,1,0,56,74,0,136,1,1610,2000,1,0,2048,0,0,0,0,0,0,39,57,14,6,0,23786,23786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,50,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23787,0,0,0,0,0,21362,0,0,0,'Mister Manny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(23788,0,0,0,0,0,21766,0,0,0,'Wixa Whelpwatcher','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23789,0,0,0,0,0,9586,0,0,0,'Smolderwing','',NULL,0,41,41,0,103,0,1.1,1.14286,1,0,55,72,0,132,1,2000,2000,2,0,2048,0,0,0,0,0,0,38,55,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23790,0,0,0,0,0,21767,0,0,0,'Tanzar','',NULL,8799,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),
|
|
(23791,0,0,0,0,0,556,308,341,0,'Valgarde Laborer','','',0,61,68,1,1892,0,0.666668,1.14286,1,0,231,325,0,292,1,2000,2000,1,33280,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23792,0,0,0,0,0,21768,0,0,0,'Valgarde Rifleman','','',0,70,71,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23793,0,0,0,0,0,21779,21782,21783,0,'North Fleet Soldier','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23794,0,0,0,0,0,21776,21775,21777,0,'North Fleet Medic','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,1553,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23795,0,0,0,0,0,21826,21827,21828,21829,'Dark Iron Antagonist','',NULL,0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23796,0,0,0,0,0,25757,0,0,0,'Iron Rune Binder','','',0,69,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,23796,23796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),
|
|
(23797,0,0,0,0,0,12229,0,0,0,'Moxie Steelgrille','',NULL,8830,41,41,0,474,3,1,1.14286,1,0,59,78,0,142,1,2000,2000,1,768,2048,0,0,0,0,0,0,41,60,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23800,0,0,0,0,0,22352,0,0,0,'Headless Horseman, Unhorsed','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(23801,0,0,0,0,0,21774,0,0,0,'Turkey','','',0,4,6,0,189,0,1,0.99206,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23802,0,0,0,0,0,21778,0,0,0,'Wink Sprinklesprankle','General Goods & Trade Supplies','',0,67,67,1,1892,386,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23803,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23804,0,0,0,0,0,28439,0,0,0,'Orfus of Kamagua','','',9044,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23805,0,0,0,0,0,169,15880,0,0,'Vengeance Landing Cannon Controller','','',0,60,60,0,35,0,1,5.71429,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,269,1,0,128,'',12340),
|
|
(23806,0,0,0,0,0,11686,0,0,0,'Dragonflayer Blaze','','',0,75,75,2,1895,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23807,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Bear God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23808,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Keg Move to Target','',NULL,0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_brewfest_super_brew_trigger',12340),
|
|
(23809,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Landing Cannoneer','','',0,72,73,2,2056,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,23809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4440,7400,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23810,0,0,0,0,0,1126,17612,0,0,'Blockade Explosion Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23811,0,0,0,0,0,16988,0,0,0,'Captured Totem','',NULL,0,1,1,0,35,0,0.001,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23812,0,0,0,0,0,21793,0,0,0,'Lynx Spirit','',NULL,0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,2,0,0,0,0,278,413,58,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,10.5,60,1,0,0,0,0,0,0,0,0,1,617299803,1,'',12340),
|
|
(23813,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Dragonhawk God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23814,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Eagle God Invisman','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23815,0,0,0,0,0,16480,19595,0,0,'Zul\'Aman - Lynx God Invisman','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23816,0,0,0,0,0,21795,0,0,0,'Bat Handler Camille','Bat Handler','',8894,71,71,2,1928,1,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23817,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_egg',12340),
|
|
(23818,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_hatcher',12340),
|
|
(23819,0,0,0,0,0,21846,21847,0,0,'[PH] Brewfest Dwarf Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23820,0,0,0,0,0,21848,21849,0,0,'[PH] Brewfest Dwarf Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23821,0,0,0,0,0,1126,11686,0,0,'Valgarde Harpoon Target','','',0,70,70,2,1893,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23822,0,0,0,0,0,23002,0,0,0,'Amani Protective Ward','',NULL,0,70,71,0,58,0,1.15,1.14286,1,0,299,426,0,308,1,2000,2000,1,64,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,42480,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23823,0,0,0,0,0,21894,0,0,0,'Harrowmeiser','Captured Zeppelin Owner','',8817,70,70,2,1635,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,294912,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23824,0,0,0,0,0,21856,21857,0,0,'[PH] Brewfest Goblin Female Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23825,0,0,0,0,0,21854,21855,0,0,'[PH] Brewfest Goblin Male Celebrant','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23826,0,0,0,0,0,11686,0,0,0,'Creeping Flames','','',0,70,70,2,1895,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(23830,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC FX Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23831,0,0,0,0,0,21885,0,0,0,'Old Man Stonemantle','','',8855,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23832,0,0,0,0,0,20570,21888,0,0,'Zeppelin Power Core','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23833,0,0,0,0,0,21886,0,0,0,'Explorer Jaren','','',8957,72,72,2,1927,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23834,0,0,0,0,0,17547,0,0,0,'Amani Dragonhawk','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,8,23834,0,70170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23835,0,0,0,0,0,4670,0,0,0,'Sergeant Amelyn','',NULL,8831,53,57,0,150,3,1,1.38571,1,0,98,130,0,238,1,2000,2000,1,0,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23836,0,0,0,0,0,20488,0,0,0,'Westguard Lumberjack','','',0,62,69,1,1892,0,0.666668,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23837,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23838,0,0,0,0,0,89,0,0,0,'Westguard Lumberjack (Wood)','','',0,62,69,2,1733,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23839,0,0,0,0,0,21797,21798,21799,21800,'Westguard Cannoneer','','',0,68,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23840,0,0,0,0,0,21801,21802,21803,21804,'Westguard Crossbowman','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23841,0,0,0,0,0,5306,0,0,0,'Razorspine','',NULL,0,36,36,0,18,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,0,2048,0,0,0,0,0,0,32,47,11,7,0,23841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,5847,33110,0,0,0,0,0,1,0,0,'',12340),
|
|
(23842,0,0,0,0,0,21806,21807,21808,21809,'Westguard Defender','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23843,0,0,0,0,0,21805,0,0,0,'Mordant Grimsby','',NULL,0,42,42,0,35,2,1,1.14286,1,0,58,77,0,142,1,2000,2000,2,768,2048,0,0,0,0,0,0,40,59,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23844,0,0,0,0,0,21810,21811,21812,21813,'Westguard Officer','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23845,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Bergrisst Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23850,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Concert Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23851,0,0,0,0,0,16362,0,0,0,'Westguard Cavalryman','','',0,75,75,2,1891,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(23852,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Mai\'Kyl Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23853,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Samuro Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23854,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Sig Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23855,0,0,0,0,0,21955,11686,0,0,'[DNT] L70ETC Chief Thunder-Skins Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23856,0,0,0,0,0,21814,21815,0,0,'Westguard Cavalryman Dwarf','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(23857,0,0,0,0,0,21816,21817,0,0,'Westguard Cavalryman Human','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(23858,0,0,0,0,0,21818,0,0,0,'Donna Brascoe','',NULL,0,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23859,0,0,0,0,0,18666,0,0,0,'Greer Orehammer','Gryphon Master','',9546,75,75,1,1892,8195,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23860,0,0,0,0,0,21819,0,0,0,'Lissan White','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23861,0,0,0,0,0,21820,21821,20043,21882,'Restless Apparition','',NULL,0,35,35,0,35,1,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,768,2048,0,0,0,0,0,0,31,46,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23862,0,0,0,0,0,21823,0,0,0,'Finlay Fletcher','Ammunition','',8820,71,71,1,1892,4481,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23863,0,0,0,0,0,21899,0,0,0,'Zul\'jin','',NULL,0,73,73,1,1890,0,2.4,2.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,108,23863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418035,510932,'',0,3,1,157.5,1,1,0,0,0,0,0,0,0,192,1,617299803,1,'boss_zuljin',12340),
|
|
(23864,0,0,0,0,0,14696,0,0,0,'Zelfrax','',NULL,0,36,36,0,954,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,2,768,2048,0,0,0,0,0,0,32,47,11,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zelfrax',12340),
|
|
(23865,0,0,0,0,0,21748,21749,21750,21751,'Vengeance Bringer','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,23865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23866,0,0,0,0,0,21779,21782,21783,0,'North Fleet Sailor','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,941,1568,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23867,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Combatant Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23868,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Target','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23869,0,0,0,0,0,20570,17188,0,0,'Invis Zelfrax Origin','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23870,0,0,0,0,0,20250,0,0,0,'Ember Clutch Ancient','','',8822,75,75,2,1770,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,293,436,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23871,0,0,0,0,0,21927,21982,0,0,'Dragonflayer Handler','','',0,69,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1748,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23872,0,0,0,0,0,21824,0,0,0,'Coren Direbrew','',NULL,11387,80,80,2,35,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,23872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_coren_direbrew',12340),
|
|
(23873,0,0,0,0,0,21825,0,0,0,'Goreclaw the Ravenous','',NULL,0,39,39,0,48,0,1.6,1.14286,1,0,54,72,0,132,1,2000,2000,1,0,2048,0,11,0,0,0,0,37,55,13,1,1,23873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13236,0,0,0,'',1,3,1,1.5,1,1,0,33085,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23874,0,0,0,0,0,1086,0,0,0,'Thornvine Creeper','','',0,69,70,2,14,0,0.666668,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,256,23874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23875,0,0,0,0,0,12350,0,0,0,'Blacksouled Keeper','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,23875,23875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23876,0,0,0,0,0,27907,0,0,0,'Spore','','',0,69,69,2,14,0,0.8,1.14286,1,0,224,316,0,282,1,2000,2000,2,4,2048,0,0,0,0,0,0,188,280,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23877,0,0,0,0,0,21793,0,0,0,'Amani Lynx Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),
|
|
(23878,0,0,0,0,0,21830,0,0,0,'Amani Bear Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),
|
|
(23879,0,0,0,0,0,21831,0,0,0,'Amani Dragonhawk Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),
|
|
(23880,0,0,0,0,0,22256,0,0,0,'Amani Eagle Spirit','',NULL,0,73,73,1,1665,0,1,1.42857,1,3,316,450,0,320,35,1200,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,617299803,0,'',12340),
|
|
(23881,0,0,0,0,0,16062,0,0,0,'Apothecary Cylla','',NULL,0,38,38,0,14,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,23881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23882,0,0,0,0,0,24718,0,0,0,'Tamed Proto-Whelp','','',0,69,70,2,1885,0,1.44444,1.5873,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23883,0,0,0,0,0,21996,21993,21994,21995,'Forsaken Crossbowman','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,1453,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23884,0,0,0,0,0,169,11686,0,0,'Vengeance Landing Crossbow Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23885,0,0,0,0,0,169,11686,0,0,'Lyana Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23886,0,0,0,0,0,26332,0,0,0,'Bull Lion Seal','','',0,70,70,2,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,23886,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23887,0,0,0,0,0,26333,0,0,0,'Lion Seal','','',0,68,69,2,1999,0,1,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,23887,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23888,0,0,0,0,0,21835,0,0,0,'Mage-Lieutenant Malister','','',8853,71,71,2,1891,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23889,0,0,0,0,0,22322,22323,22324,22325,'Amani\'shi Savage','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.28,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23891,0,0,0,0,0,21884,0,0,0,'Overseer Irena Stonemantle','','',8905,71,71,2,1927,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23892,0,0,0,0,0,21887,0,0,0,'Babs Fizzletorque','',NULL,0,35,35,0,894,2,1,1.14286,1,0,45,60,0,110,1,2000,2000,2,0,2048,0,0,0,0,0,0,31,46,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23893,0,0,0,0,0,20570,21888,0,0,'Invis Lighthouse Light','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23894,0,0,0,0,0,16925,0,0,0,'[DND] Brewfest Dark Iron Spawn Bunny','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dark_iron_attack_mole_machine',12340),
|
|
(23895,0,0,0,0,0,21892,0,0,0,'Bombardier Petrov','','',8816,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23896,0,0,0,0,0,21891,0,0,0,'\"Dirty\" Michael Crowe','Fish Merchant',NULL,8826,36,36,0,894,643,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,32768,2048,0,0,0,0,0,0,34,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23897,0,0,0,0,0,21893,0,0,0,'Zungam','',NULL,0,70,70,1,35,4226,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,295168,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23898,0,0,0,0,0,22164,0,0,0,'UNUSED Reanimated Berserker','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23899,0,0,0,0,0,22355,0,0,0,'Tethyr','',NULL,0,40,40,0,1771,0,2.1,2.1,1,1,56,74,0,136,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,39,57,14,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,100,1,1,0,0,0,0,0,0,0,0,0,617299803,0,'',12340),
|
|
(23900,0,0,0,0,0,4835,2984,2981,2983,'Theramore Marksman','',NULL,0,40,40,0,1770,0,1,0.85714,1,0,52,69,0,128,1,2000,2000,2,0,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(23901,0,0,0,0,0,1126,16946,0,0,'Invisible Giant Trigger','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23902,0,0,0,0,0,21895,0,0,0,'Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23903,0,0,0,0,0,21896,0,0,0,'Swift Riding Wolf (Ghost) OLD','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23904,0,0,0,0,0,18338,0,0,0,'Sir Thomas','Son of Thomas',NULL,0,1,1,0,35,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23905,0,0,0,0,0,11037,0,0,0,'Major Mills','',NULL,0,50,50,0,894,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23906,0,0,0,0,0,21897,0,0,0,'Scout Knowles','','',8839,71,71,2,1891,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23907,0,0,0,0,0,1126,11686,0,0,'Theramore Cannon','',NULL,0,40,40,0,35,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23908,0,0,0,0,0,21898,0,0,0,'Jhet Ironbeard','Blacksmithing Supplies','',0,70,70,2,1891,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23909,0,0,0,0,0,21900,0,0,0,'Sinister Squashling','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23910,0,0,0,0,0,17105,0,0,0,'Mr. Pinchy','',NULL,0,70,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23911,0,0,0,0,0,21902,21903,21904,21905,'Westguard Worker','','',0,62,69,1,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23912,0,0,0,0,0,21901,0,0,0,'Dragonhawk Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),
|
|
(23913,0,0,0,0,0,22257,0,0,0,'Eagle Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),
|
|
(23914,0,0,0,0,0,21907,0,0,0,'Lynx Spirit Transform Visual','',NULL,0,1,1,0,1890,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,5,1,0,0,0,0,0,0,0,188,1,617299803,1,'',12340),
|
|
(23915,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23916,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Trigger (Water)','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23917,0,0,0,0,0,169,11686,0,0,'Cannon Source Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23919,0,0,0,0,0,21910,0,0,0,'Ice Elemental','','',0,69,69,2,14,0,1.55556,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,4,0,23919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33605,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23920,0,0,0,0,0,169,11686,0,0,'Fire Bomb (Zul\'Aman)','',NULL,0,73,73,1,14,0,1.15,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_janalai_firebomb',12340),
|
|
(23921,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 01','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23922,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 02','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23923,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 03','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23924,0,0,0,0,0,1126,17612,0,0,'Halgrind Torch Bunny 04','','',0,1,1,2,35,0,1,1.14286,2,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23925,0,0,0,0,0,149,0,0,0,'Test Guy Brian','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23928,0,0,0,0,0,12200,0,0,0,'Lurking Shark','',NULL,0,37,37,0,14,0,1,1.14286,1,0,51,68,0,124,1,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23929,0,0,0,0,0,21936,0,0,0,'Giant Tidecrawler','','',0,68,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,23929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13070,0,0,0,'',0,3,1,1,1,1,0,33337,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23930,0,0,0,0,0,9021,0,0,0,'Trained Plaguehound','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23931,0,0,0,0,0,21919,0,0,0,'Oluf the Violent','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,23931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23932,0,0,0,0,0,21920,0,0,0,'Yanis the Mystic','Herald of Ingvar','',0,71,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,1736,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23933,0,0,0,0,0,21921,21922,21923,21924,'Westguard Defender - Sleeping','','',0,75,75,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23934,0,0,0,0,0,21779,21782,21783,0,'North Fleet Salvager','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23935,0,0,0,0,0,26101,0,0,0,'Val\'kyr Watcher','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23936,0,0,0,0,0,21925,0,0,0,'[DNT]TEST Pet Moth','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(23937,0,0,0,0,0,21928,0,0,0,'Innkeeper Celeste Goodhutch','Innkeeper','',8833,68,68,2,1892,66177,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(23938,0,0,0,0,0,21929,0,0,0,'Pontius','','',8970,72,73,2,1901,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23939,0,0,0,0,0,9021,0,0,0,'Fiend','','',0,55,56,0,1901,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23940,0,0,0,0,0,21931,0,0,0,'Skeld Drakeson','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,23940,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23941,0,0,0,0,0,4839,0,0,0,'Gavis Greyshield','',NULL,0,38,38,0,16,0,1,1.14286,1,0,49,65,0,120,1,2000,2000,2,0,2048,0,0,0,0,0,0,34,50,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23942,0,0,0,0,0,5907,0,0,0,'Andello Porter','SI:7',NULL,0,38,38,0,35,2,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23943,0,0,0,0,0,9021,0,0,0,'Hungry Plaguehound','','',0,68,68,2,35,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23944,0,0,0,0,0,21934,0,0,0,'Essence of Zul\'jin','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,105,1,1,0,0,0,0,0,0,0,191,1,617299803,1,'',12340),
|
|
(23945,0,0,0,0,0,15590,0,0,0,'Fjord Crow','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,7,0,0,0,0,195,289,41,1,1,23945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12669,0,0,0,'',0,4,1,1,1,1,0,33111,33238,0,0,0,0,121,1,0,0,'',12340),
|
|
(23946,0,0,0,0,0,21937,21938,0,0,'North Fleet Marksman','','',0,68,69,2,1899,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1575,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23947,0,0,0,0,0,169,11686,0,0,'Westguard Ranged Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23948,0,0,0,0,0,17645,0,0,0,'Apprentice Tasserel','',NULL,0,68,68,0,1696,2,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,32768,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23949,0,0,0,0,0,4839,0,0,0,'Lieutenant Nath','',NULL,8835,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23950,0,0,0,0,0,4839,0,0,0,'Lieutenant Khand','',NULL,8836,52,52,0,150,3,1,1.14286,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23951,0,0,0,0,0,4839,0,0,0,'Lieutenant Aden','',NULL,8834,52,52,0,150,3,1,1.38571,1,0,87,117,0,214,1,2000,2000,1,33280,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23952,0,0,0,0,0,21939,0,0,0,'Flying Broom','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(23953,30748,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,1885,0,1.2,1.42857,1,1,304,436,0,296,7.5,2400,0,2,64,2048,8,0,0,0,0,0,268,399,40,6,72,23953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_keleseth',12340),
|
|
(23954,31673,0,0,0,0,21953,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1.2,1.42857,1.2,1,307,438,0,314,7.5,2000,0,1,64,2048,8,0,0,0,0,0,270,401,53,7,8,23954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4056,6760,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,147,1,617299839,2097152,'boss_ingvar_the_plunderer',12340),
|
|
(23956,31666,0,0,0,0,22293,22294,0,0,'Dragonflayer Strategist','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,23956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3934,6556,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23957,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger East','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23958,0,0,0,0,0,22185,0,0,0,'Riven Widow','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,3,0,0,0,0,262,389,48,1,1,23958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13462,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23959,0,0,0,0,0,11032,0,0,0,'Darkclaw Bat','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,24,0,0,0,0,262,389,48,1,1,23959,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13463,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23960,31663,0,0,0,0,22289,22290,0,0,'Dragonflayer Runecaster','','',0,70,70,2,1885,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,23960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,6580,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23961,30747,0,0,0,0,22281,22282,0,0,'Dragonflayer Ironhelm','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,8,23961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23962,0,0,0,0,0,21940,0,0,0,'Captain Olster','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,936,1560,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23963,0,0,0,0,0,21941,0,0,0,'Sergeant Lorric','','',0,69,69,2,1898,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,23963,23963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,1541,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23964,0,0,0,0,0,21942,0,0,0,'Lieutenant Celeyne','','',0,69,69,2,1898,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23965,31672,0,0,0,0,25865,0,0,0,'Frost Tomb','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,131076,2048,8,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.214715,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_frost_tomb',12340),
|
|
(23966,0,0,0,0,0,21939,0,0,0,'Magic Broom',NULL,NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(23967,0,0,0,0,0,21943,21944,21945,21946,'Deranged Explorer','Explorers\' League','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23967,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23968,0,0,0,0,0,169,11686,0,0,'Hanes Fire Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,2,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(23969,0,0,0,0,0,6377,0,0,0,'Firemane Drake','',NULL,0,63,63,0,103,0,3.2,1.14286,1,0,181,253,0,268,1,2000,2000,1,768,2048,0,0,0,0,0,0,147,219,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),
|
|
(23970,31635,0,0,0,0,27651,0,0,0,'Vrykul Skeleton','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2400,0,1,0,2048,8,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.278334,1,1,0,0,0,0,0,0,0,121,1,8388624,64,'npc_vrykul_skeleton',12340),
|
|
(23971,0,0,0,0,0,14589,14616,0,0,'Traveling Orphan','',NULL,0,1,3,0,29,1,1.1,1.14286,1,0,3,4,0,28,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23972,0,0,0,0,0,169,11686,0,0,'Westguard Cannon Credit Trigger West','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23973,0,0,0,0,0,22499,0,0,0,'Masked Orphan Matron','',NULL,0,12,12,0,1735,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),
|
|
(23974,0,0,0,0,0,1126,17612,0,0,'Whisper Gulch Ore Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23975,0,0,0,0,0,21947,0,0,0,'Thoralius the Wise','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23976,0,0,0,0,0,21948,0,0,0,'Sapper Steelring','','',8856,70,70,2,1927,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23977,0,0,0,0,0,14546,14547,14551,14549,'Abandoned Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23978,0,0,0,0,0,21949,0,0,0,'Explorer Abigail','','',0,70,70,2,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23979,0,0,0,0,0,21950,0,0,0,'Giant Marsh Frog','',NULL,0,1,1,0,188,0,1.6,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,23979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,33202,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(23980,31674,0,0,0,0,26351,0,0,0,'Ingvar the Plunderer','','',0,72,72,2,1885,0,1,1.14286,1,1,307,438,0,314,7.5,2000,0,1,0,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,33330,0,0,0,0,0,144,1,617299839,2097152,'',12340),
|
|
(23981,0,0,0,0,0,21952,0,0,0,'Mogisu the Wayfarer','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23982,0,0,0,0,0,21956,21957,21958,0,'Forsaken Deckhand','','',0,68,68,2,1900,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,195,289,41,7,0,23982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,1483,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23983,0,0,0,0,0,22440,22441,22442,0,'North Fleet Marine','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,23983,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23984,0,0,0,0,0,14546,14547,14551,14549,'Stabled Explorers\' League Pack Mule','','',0,1,2,0,1892,0,1,1.42857,1,0,2,2,0,26,1,1300,2000,1,32768,2048,0,0,0,0,0,0,1,1,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,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23985,0,0,0,0,0,22255,0,0,0,'Stabled Westguard Eagle','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,26,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23986,0,0,0,0,0,14346,0,0,0,'Stabled Westguard Ram','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23987,0,0,0,0,0,14338,0,0,0,'Stabled Westguard Horse','','',0,70,72,2,1892,0,1,1.42857,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(23988,0,0,0,0,0,21959,0,0,0,'Michael Schweitzer','Minstrel Manager',NULL,9124,70,70,0,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(23989,0,0,0,0,0,21985,21986,0,0,'Gjalerbron Sleep-Watcher','','',0,70,71,2,1885,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,23989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),
|
|
(23990,0,0,0,0,0,21983,21984,0,0,'Gjalerbron Rune-Caster','','',0,70,71,2,1885,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,23990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),
|
|
(23991,0,0,0,0,0,21961,21987,0,0,'Gjalerbron Warrior','','',0,70,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,23991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,1844,'SmartAI',0,3,1,1,1,1,0,33284,33290,41989,0,0,0,0,1,0,0,'',12340),
|
|
(23992,0,0,0,0,0,15297,0,0,0,'Putrid Wight','','',0,70,71,2,21,0,0.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,23992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(23993,0,0,0,0,0,17444,0,0,0,'Sepulchral Overseer','','',0,71,71,2,21,0,1.6,2.28571,1,1,296,424,0,290,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,260,387,37,6,0,23993,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,42108,0,0,0,0,0,200,1,8388624,0,'',12340),
|
|
(23994,0,0,0,0,0,10902,0,0,0,'Dragonflayer Hunting Hound','','',0,68,68,2,1885,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,23994,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23995,0,0,0,0,0,31082,0,0,0,'Axle','Innkeeper',NULL,9123,39,39,0,474,66177,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,0,2048,0,0,0,0,0,0,35,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(23996,0,0,0,0,0,18783,16925,0,0,'Ingvar Throw Target','','',0,60,60,0,114,0,1,0.992063,1,0,104,138,0,252,1,2000,2000,1,774,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(23997,31835,0,0,0,0,16946,0,0,0,'Ingvar Throw Dummy','','',0,70,70,2,14,0,8,2.85714,1,0,252,357,0,304,1,2000,0,1,33554432,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),
|
|
(23998,0,0,0,0,0,21968,0,0,0,'Deathstalker Razael','','',8870,69,69,2,1929,1,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,23998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,1256,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_razael_and_lyana',12340),
|
|
(23999,0,0,0,0,0,21970,0,0,0,'Harkor','',NULL,8874,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),
|
|
(24000,0,0,0,0,0,169,11686,0,0,'Hungry Plaguehound Counter','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24001,0,0,0,0,0,21972,0,0,0,'Ashli','',NULL,8927,70,70,0,35,1,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_zulaman_hostage',12340),
|
|
(24003,0,0,0,0,0,21973,0,0,0,'Spectral Tiger','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24004,0,0,0,0,0,21974,0,0,0,'Swift Spectral Tiger','',NULL,0,1,2,0,35,0,1.36,1.14286,1,0,2,2,0,26,1,2000,2200,1,0,2048,0,0,0,0,0,0,1,1,100,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,2,'',12340),
|
|
(24005,0,0,0,0,0,308,0,0,0,'Mill Worker','',NULL,0,30,30,0,894,0,0.666668,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24006,0,0,0,0,0,21256,0,0,0,'Foreman Tionn','',NULL,0,35,35,0,894,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24007,0,0,0,0,0,89,0,0,0,'Mill Courier','',NULL,0,30,30,0,894,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24008,0,0,0,0,0,169,11686,0,0,'Fallen Combatant','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24009,0,0,0,24008,0,21779,21782,21783,0,'Alliance Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24010,0,0,0,24008,0,21748,21751,21749,21750,'Forsaken Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24012,0,0,0,0,0,18783,21342,0,0,'Ingvar Res Ground Visual','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24013,0,0,0,0,0,17311,0,0,0,'Deathless Watcher','','',0,70,71,2,21,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(24014,0,0,0,0,0,21988,0,0,0,'Necrolord','','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,34083,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24015,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Defender','','',0,68,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24016,0,0,0,0,0,21997,0,0,0,'Ulf the Bloodletter','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24016,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24017,0,0,0,0,0,9904,9906,0,0,'Scavenging Maggot','','',0,67,67,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24018,0,0,0,0,0,16309,0,0,0,'Necro Overlord Mezhen','','',0,71,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2500,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24019,0,0,0,0,0,16033,0,0,0,'Glacion','','',0,71,71,2,21,0,4,2.85714,1,1,299,426,0,308,4.6,1800,2000,1,64,2048,0,0,0,0,0,0,262,389,48,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,227,1,8388624,0,'',12340),
|
|
(24020,0,0,0,0,0,22103,0,0,0,'Riding Horse (Gjalerbron Felsteed) (scale x2)','','',0,1,2,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24021,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24022,0,0,0,0,0,10913,0,0,0,'Test Faction Monster','','',0,1,2,0,1915,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24023,0,0,0,0,0,25941,0,0,0,'Queen Angerboda','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(24024,0,0,0,0,0,22002,0,0,0,'Kraz','',NULL,8881,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_zulaman_hostage',12340),
|
|
(24025,0,0,0,0,0,17188,0,0,0,'Invis Firework Helper','',NULL,0,30,30,0,35,0,1,1.14286,1,0,30,42,0,44,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,26,38,16,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24026,0,0,0,0,0,22003,0,0,0,'Fanggore Worg','','',0,70,71,2,1924,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24026,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24027,0,0,0,0,0,10699,0,0,0,'Sergeant Gorth','','',8906,70,70,2,1928,3,1.2,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(24028,0,0,0,0,0,22005,0,0,0,'Talu Frosthoof','Bowyer','',0,60,60,1,1921,4480,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24029,0,0,0,0,0,26122,0,0,0,'Wyrmcaller Vile','','',0,71,71,2,21,0,1,1.07143,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33282,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24030,0,0,0,0,0,25748,0,0,0,'Iron Rune Stonecaller','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1046,1744,'SmartAI',0,3,1,1,1,1,0,33778,33779,33780,42105,0,0,0,1,0,0,'',12340),
|
|
(24031,0,0,0,0,0,22006,22007,22008,22009,'Camp Winterhoof Brave','','',0,75,75,2,1923,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24032,0,0,0,0,0,22014,0,0,0,'Celea Frozenmane','Wind Rider Master','',9584,75,75,2,1923,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24033,0,0,0,0,0,22015,0,0,0,'Bori Wintertotem','Innkeeper','',8884,70,70,2,1922,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(24034,0,0,0,0,0,2027,21342,0,0,'Headless Horseman - Wisp Invis','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24035,0,0,0,0,0,22016,22017,22018,22024,'Gjalerbron Prisoner','','',0,65,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24037,0,0,0,0,0,22020,0,0,0,'Captain Harker','','',8896,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24038,0,0,0,0,0,22021,0,0,0,'Father Levariol','','',8885,71,71,2,1892,3,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24039,0,0,0,0,0,11686,0,0,0,'Sundered Ghost','',NULL,0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(24040,0,0,0,0,0,22022,0,0,0,'McGoyver','Pro','',8991,67,67,1,1892,1,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24041,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,974,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24042,0,0,0,0,0,20570,11686,0,0,'Generic Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24043,0,0,0,0,0,19705,0,0,0,'Amani Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24043,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13348,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24044,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Guard','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24045,0,0,0,0,0,19075,0,0,0,'Water Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24046,0,0,0,0,0,19074,0,0,0,'Fire Spirit Totem','','',0,72,72,0,58,0,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24047,0,0,0,0,0,834,0,0,0,'Amani Crocolisk','',NULL,0,70,70,1,190,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,6,0,0,0,0,215,320,44,1,1,24047,0,24047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12927,0,0,0,'SmartAI',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,4112,0,'',12340),
|
|
(24048,0,0,0,0,0,22025,0,0,0,'Squeeg Idolhunter','Explorers\' League','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24049,0,0,0,0,0,22318,0,0,0,'Rockhorn Ram','','',0,69,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24050,0,0,0,0,0,22026,22027,22028,22029,'Wildervar Sentry','','',0,75,75,2,1891,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24051,0,0,0,0,0,22048,22049,22050,0,'Dragonflayer Invader','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24052,0,0,0,0,0,22030,0,0,0,'Eldrim Mounder','Blacksmith','',0,70,70,2,1892,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24053,0,0,0,0,0,22031,0,0,0,'Helga Rumsbane','General Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24054,0,0,0,0,0,22032,0,0,0,'Balar Rumsbane','Trade Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24055,0,0,0,0,0,22033,0,0,0,'Drogan Ironshaper','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24056,0,0,0,0,0,22034,0,0,0,'Christopher Sloan','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24057,0,0,0,0,0,22035,0,0,0,'Christina Daniels','Innkeeper','',342,70,70,2,1892,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24058,0,0,0,0,0,22036,22037,22038,22039,'Wildervar Worker','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24059,0,0,0,0,0,22301,22302,0,0,'Amani\'shi Beast Tamer','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24059,24059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24060,0,0,0,0,0,22040,0,0,0,'Westguard Sergeant','','',8886,71,71,2,10,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24061,0,0,0,0,0,22041,0,0,0,'James Ormsby','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24062,0,0,0,0,0,22043,22045,22046,22047,'Wildervar Miner','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24063,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg','','',0,67,67,1,1895,0,1.2,1,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,1,0,0,0,0,186,276,39,1,0,24063,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24064,0,0,0,0,0,22517,0,0,0,'Amani Lynx Cub','',NULL,0,70,70,0,16,0,1,2,1,0,252,357,0,304,1,1600,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24064,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13364,0,0,0,'SmartAI',0,3,1,2.1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24065,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Handler','',NULL,0,71,71,1,1890,0,1,2,1,1,299,426,0,308,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24065,24065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,180,1,69649,0,'',12340),
|
|
(24066,0,0,0,0,0,22051,0,0,0,'Artie Grizzlehand','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24067,0,0,0,0,0,22052,0,0,0,'Mahana Frosthoof','Stable Master','',9821,60,60,1,1922,4194305,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24068,31655,0,0,0,0,24991,0,0,0,'Annhylde the Caller','','',0,72,72,2,1885,0,0.8,0.5,1,1,307,438,0,314,7.5,2000,0,1,2,2048,8,0,0,0,0,0,270,401,53,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,48,1,80428891,2,'',12340),
|
|
(24069,31658,0,0,0,0,22297,22298,0,0,'Dragonflayer Bonecrusher','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24069,24069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4020,6700,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(24071,31660,0,0,0,0,22299,25497,0,0,'Dragonflayer Heartsplitter','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,215,320,44,7,0,24071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4011,6685,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(24072,0,0,0,0,0,25141,0,0,0,'Proto-Drake Broodmother','','',0,71,71,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,24072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(24073,0,0,0,0,0,22181,0,0,0,'Fearsome Horror','','',0,70,71,2,21,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24074,0,0,0,0,0,20527,0,0,0,'Surveyor','','',0,72,72,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33109,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24075,0,0,0,0,0,21758,21759,21760,21761,'Valgarde Scout','','',0,68,73,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24076,0,0,0,0,0,22089,0,0,0,'Winterskorn Worg','','',0,68,69,2,1885,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24076,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13469,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24077,0,0,0,0,0,22090,22091,22092,22093,'Impaled Valgarde Scout','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24078,31661,0,0,0,0,22285,22286,0,0,'Dragonflayer Metalworker','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3833,6388,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24079,31659,0,0,0,0,22283,22284,0,0,'Dragonflayer Forge Master','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3801,6335,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dragonflayer_forge_master',12340),
|
|
(24080,31667,0,0,0,0,22279,22280,0,0,'Dragonflayer Weaponsmith','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3813,6355,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24081,0,0,0,0,0,22152,22153,22154,22155,'Assistant Apothecary','Royal Apothecary Society','',0,70,70,2,1929,0,1,0.78571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),
|
|
(24082,31675,0,0,0,0,22287,22288,0,0,'Proto-Drake Handler','','',0,70,70,2,1885,0,0.5,0.571429,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,6443,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24083,31669,0,0,0,0,24874,0,0,0,'Enslaved Proto-Drake','','',0,70,70,2,1885,0,1.44444,1.14286,1,1,252,357,0,304,7.5,830,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,2,0,24083,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'',0,4,3,8,1,1,0,42106,0,0,0,0,0,121,1,0,0,'npc_enslaved_proto_drake',12340),
|
|
(24084,31681,0,0,0,0,25399,0,0,0,'Tunneling Ghoul','','',0,70,70,2,1885,0,0.8,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,24084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(24085,31662,0,0,0,0,22291,22292,0,0,'Dragonflayer Overseer','','',0,70,70,2,1885,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,0,24085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3967,6611,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24086,0,0,0,24124,0,22095,0,0,0,'Captured Valgarde Priest','','',0,66,66,2,1892,0,1,1.14286,1,0,162,234,0,125,1,2000,2000,8,33280,2048,0,0,0,0,0,0,148,220,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24087,0,0,0,0,0,1126,17612,0,0,'Skorn Tower NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24088,0,0,0,24124,0,22097,0,0,0,'Captured Valgarde Mage','','',0,68,68,2,1892,0,1,1.14286,1,0,212,309,0,130,1,2000,2000,8,33282,2048,0,0,0,0,0,0,197,294,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24089,0,0,0,24124,0,22094,0,0,0,'Captured Valgarde Warrior','','',0,67,67,1,1892,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33280,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24090,0,0,0,24124,0,22096,0,0,0,'Captured Valgarde Paladin','','',0,66,66,2,1892,0,1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33282,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24091,0,0,0,0,0,19092,79,19091,80,'Captured Valgarde Child','','',0,15,15,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24092,0,0,0,0,0,1126,17612,0,0,'Skorn Tower E Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24093,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24094,0,0,0,0,0,1126,17612,0,0,'Skorn Tower SE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24095,0,0,0,0,0,1126,25628,0,0,'Winterskorn Vrykul Dismembering Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24096,0,0,0,0,0,22097,0,0,0,'Valgarde Mage','','',0,68,68,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24097,0,0,0,0,0,22094,0,0,0,'Valgarde Warrior','','',0,67,67,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24098,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24099,0,0,0,0,0,22095,0,0,0,'Valgarde Priest','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24100,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse NE Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24101,0,0,0,0,0,1126,11686,0,0,'Skorn Longhouse SW Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24102,0,0,0,0,0,1126,11686,0,0,'Skorn Barracks Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24103,0,0,0,0,0,22096,0,0,0,'Valgarde Paladin','','',0,66,66,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24104,0,0,0,0,0,21748,21751,21749,21750,'New Agamand Deathguard','','',0,75,75,2,2024,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,24104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3558,5930,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24105,31677,0,0,0,0,6372,0,0,0,'Proto-Drake Skyguard','','',0,1,1,0,1885,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24106,0,0,0,0,0,22102,0,0,0,'Scout Valory','','',8893,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24107,31664,0,0,0,0,22295,22296,0,0,'Dragonflayer Sentinel','','',0,1,1,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(24108,0,0,0,0,0,22162,0,0,0,'Self-Turning and Oscillating Utility Target','S.T.O.U.T.',NULL,0,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24109,0,0,0,0,0,21693,21072,0,0,'[DND] Brewfest Target Dummy Move To Target','',NULL,0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24110,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24111,0,0,0,0,0,22105,0,0,0,'Defender Mordun','','',8895,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24112,0,0,0,0,0,21915,21916,21926,0,'Dragonflayer Oracle Corpse','','',0,69,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24113,0,0,0,24051,0,22044,0,0,0,'Dragonflayer Worg Corpse','','',0,65,66,0,35,0,1.2,1,1,0,210,295,0,282,1,2000,2000,1,33587968,2048,0,1,0,0,0,0,175,260,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24114,0,0,0,0,0,21913,21914,0,0,'Dragonflayer Thane Corpse','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24115,0,0,0,0,0,22343,22344,22345,0,'Valgarde Defender Corpse','','',0,66,67,0,35,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,186,276,39,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24116,0,0,0,0,0,21989,21990,21991,21992,'Winterskorn Scout','','',0,69,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24117,0,0,0,0,0,22485,0,0,0,'Lurielle','','',8897,70,71,2,15,3,1,0.99206,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24118,0,0,0,0,0,24991,0,0,0,'Val\'kyr Observer','','',0,72,72,2,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24119,0,0,0,0,0,22108,0,0,0,'Halfdan\'s Soul','Thane of Skorn','',0,72,72,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(24120,0,0,0,0,0,21779,21782,21783,0,'North Fleet Reservist','','',0,68,69,2,1899,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24121,0,0,0,0,0,11686,0,0,0,'North Fleet Reservist Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24122,0,0,0,0,0,22109,0,0,0,'Pulroy the Archaeologist','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,537166592,2048,32,0,0,0,0,0,179,266,31,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24123,0,0,0,0,0,22110,0,0,0,'Nokoma Snowseer','','',8921,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24124,0,0,0,0,0,22094,0,0,0,'Captured Valgarde Prisoner (PROXY)','','',0,67,67,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24125,0,0,0,0,0,22114,0,0,0,'Cormath the Courier','','',0,70,70,2,1901,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24126,0,0,0,0,0,21762,0,0,0,'Apothecary Lysander','Royal Apothecary Society','',8827,71,71,0,1929,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24127,0,0,0,0,0,22115,0,0,0,'Ahota Whitefrost','','',9634,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24128,0,0,0,24051,0,22003,0,0,0,'Wild Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24128,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24129,0,0,0,0,0,22116,0,0,0,'Chieftain Ashtotem','','',8898,72,72,2,1922,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24130,0,0,0,0,0,22117,0,0,0,'Winterhoof Brave','','',8899,71,71,2,33,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24131,0,0,0,0,0,22134,0,0,0,'Trapper Jethan','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24132,0,0,0,0,0,22136,22140,22141,22142,'Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(24133,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Guide','',NULL,0,36,37,0,16,0,1,1.14286,1,0,51,68,0,124,1,1800,2000,1,0,2048,0,1,0,0,0,0,35,52,12,1,1025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(24134,0,0,0,0,0,22317,0,0,0,'Mistsaber','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,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,3,1,1,1,1,0,33111,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24135,0,0,0,0,0,22121,0,0,0,'Greatmother Ankha','','',8900,71,71,2,1922,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24136,0,0,0,0,0,11686,0,0,0,'Feather Vortex','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,102,1,0,0,'npc_zuljin_vortex',12340),
|
|
(24137,0,0,0,0,0,21746,0,0,0,'Dark Ranger Marrah','','',10224,73,73,0,118,3,1,1,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(24138,0,0,0,0,0,1038,0,0,0,'Tamed Amani Crocolisk','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,6,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12921,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24139,0,0,0,0,0,22133,0,0,0,'Gil Grisert','','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24141,0,0,0,0,0,22149,0,0,0,'Stephen Barone','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24142,0,0,0,0,0,22136,22140,22141,22142,'Camp Winterhoof Wind Rider','','',0,70,70,2,1921,0,1,1.85714,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(24143,0,0,0,0,0,20808,0,0,0,'Spirit of the Lynx','',NULL,0,73,73,1,16,0,1.3,1.14286,1,1,316,450,0,320,35,1800,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23.7125,20,1,0,0,0,0,0,0,0,188,1,617299803,1,'npc_halazzi_lynx',12340),
|
|
(24144,0,0,0,0,0,22348,0,0,0,'Halazzi','Lynx Avatar',NULL,0,73,73,1,1890,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21.875,5,1,0,0,0,0,0,0,0,194,1,617299803,1,'',12340),
|
|
(24145,0,0,0,0,0,22150,0,0,0,'Zedd','Explorers\' League','',0,68,68,2,1892,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24146,0,0,0,24008,0,21779,21782,21783,0,'North Fleet Corpse','','',0,68,69,2,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24147,0,0,0,0,0,22151,0,0,0,'Tara Cooper','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24148,0,0,0,0,0,22156,0,0,0,'David Marks','Poison Vendor','',0,70,70,2,1929,1152,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24149,0,0,0,0,0,22157,0,0,0,'Basil Osgood','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24150,0,0,0,0,0,22159,0,0,0,'Glorenfeld','Explorers\' League','',0,69,69,2,1892,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,33536,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24151,0,0,0,0,0,22158,0,0,0,'Daegarn','Explorers\' League','',0,71,71,2,1892,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24152,0,0,0,0,0,22160,0,0,0,'Apothecary Malthus','Royal Apothecary Society','',0,70,70,0,1928,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24153,0,0,0,0,0,22163,0,0,0,'UNUSED Reanimated Oracle','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24154,0,0,0,0,0,22165,0,0,0,'Mary Darrow','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24155,0,0,0,0,0,22166,0,0,0,'Tobias Sarkhoff','Bat Handler','',0,75,75,2,1929,8194,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24156,0,0,0,0,0,9021,0,0,0,'Plaguehound Tracker','','',0,68,68,2,1901,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_plaguehound_tracker',12340),
|
|
(24157,0,0,0,0,0,16176,0,0,0,'Plaguebringer Tillinghast','Royal Apothecary Society','',8904,71,71,2,1928,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24158,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Oracle Target','','',0,70,70,2,1885,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24159,0,0,0,0,0,22255,0,0,0,'Amani Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24160,0,0,0,0,0,28345,0,0,0,'Plagued Proto-Whelp','','',0,69,69,2,1771,0,1.44444,1.5873,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,2,0,24160,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33420,42106,0,0,0,0,0,1,0,0,'',12340),
|
|
(24161,0,0,0,0,0,22212,0,0,0,'Oric the Baleful','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24161,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,1661,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24162,0,0,0,0,0,22213,0,0,0,'Gunnar Thorvardsson','','',0,69,69,2,1914,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24164,0,0,0,0,0,22170,0,0,0,'Apothecary Dorne','Royal Apothecary Society','',0,72,72,2,1929,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),
|
|
(24165,0,0,0,0,0,169,11686,0,0,'Ulf Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24166,0,0,0,0,0,169,11686,0,0,'Oric Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24167,0,0,0,0,0,169,11686,0,0,'Gunnar Credit Marker','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24168,0,0,0,0,0,22171,0,0,0,'Micah Stonebreaker','','',0,72,72,2,1892,0,1,0.78571,1,0,307,438,0,314,1,2000,2000,1,33538,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,96,1,8388624,2,'',12340),
|
|
(24169,0,0,0,0,0,22172,0,0,0,'Dragonflayer Lieutenant','','',0,69,69,2,1895,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24170,0,0,0,0,0,1126,17612,0,0,'Draconis Gastritis Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24171,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24172,0,0,0,0,0,20857,0,0,0,'Daggercap Hawk','','',0,5,7,0,7,0,1,2.28571,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,7,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(24173,0,0,0,0,0,22174,0,0,0,'Frostgore','','',0,71,71,2,14,0,1,1.11111,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24173,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24174,0,0,0,0,0,22175,0,0,0,'Fjord Rat','','',0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(24175,0,0,0,0,0,22161,0,0,0,'Amani\'shi Lookout','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,33106,0,0,0,0,0,0,1,1558183934,0,'',12340),
|
|
(24176,0,0,0,0,0,22043,0,0,0,'Foreman Colbey','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24177,0,0,0,0,0,24998,987,519,24994,'Decomposing Ghoul','','',0,68,68,2,16,0,0.4,0.21429,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,65,1,8388624,64,'',12340),
|
|
(24178,0,0,0,0,0,22486,0,0,0,'Shatterhorn','','',0,71,71,2,14,0,1,1.11111,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,24178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24179,0,0,0,0,0,22261,22262,0,0,'Amani\'shi Wind Walker','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,296,424,0,290,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24179,24179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,65536,0,'',12340),
|
|
(24180,0,0,0,0,0,22263,22264,0,0,'Amani\'shi Protector','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24180,24180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,10,1,0,33106,0,0,0,0,0,144,1,69632,0,'',12340),
|
|
(24181,0,0,0,0,0,22178,0,0,0,'[UNUSED]Ghost of Explorer Jaren','','',0,70,70,2,1927,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24182,0,0,0,0,0,169,11686,0,0,'Winterskorn Dwelling Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24183,0,0,0,0,0,169,11686,0,0,'Winterskorn Watchtower Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24184,0,0,0,0,0,169,11686,0,0,'Winterskorn Barracks Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24185,0,0,0,0,0,169,11686,0,0,'Winterskorn Bridge Credit','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24186,0,0,0,0,0,22180,0,0,0,'Sage Mistwalker','','',8908,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24187,0,0,0,0,0,11686,0,0,0,'Column of Fire','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,43218,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24188,0,0,0,0,0,22182,0,0,0,'Samuel Rosemond','Provisioner','',0,70,70,2,1929,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24189,0,0,0,0,0,22183,0,0,0,'Ares the Oathbound','The Argent Crusade','',0,72,72,2,2070,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,262912,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24190,0,0,0,0,0,22184,0,0,0,'Servitor of the Light','','',0,72,72,2,1892,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24191,0,0,0,0,0,22200,0,0,0,'Lord Irulon Trueblade','The Argent Crusade','',0,74,74,2,2070,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24192,0,0,0,0,0,22184,0,0,0,'Servitor of the Light (Escort)','','',0,72,72,2,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24193,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24194,0,0,0,0,0,169,11686,0,0,'Baleheim Fire Bunny Large','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24195,0,0,0,0,0,22186,22187,22189,22188,'Winterhoof Longrunner','','',0,70,70,2,1921,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24196,0,0,0,0,0,22190,22475,22195,22447,'Trapped Animal','','',0,5,5,0,14,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,537166080,2048,32,0,0,0,0,0,3,4,0,1,0,24196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24197,0,0,0,0,0,21802,21801,21804,21803,'Westguard Rifleman','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24198,0,0,0,0,0,22192,0,0,0,'Plagued Dragonflayer Rune-Caster','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24199,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Handler','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24200,31679,0,0,0,0,22194,0,0,0,'Skarvald the Constructor','','',0,72,72,2,1885,0,1.2,1.42857,1,1,307,438,0,314,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,270,401,53,7,72,24200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4052,6754,'',0,3,1,10,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_skarvald_the_constructor',12340),
|
|
(24201,31656,0,0,0,0,26349,0,0,0,'Dalronn the Controller','','',0,72,72,2,1885,0,1,1.42857,1,1,304,436,0,296,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,268,399,40,7,72,24201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4019,6699,'',0,3,1,10,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_dalronn_the_controller',12340),
|
|
(24202,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 1','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),
|
|
(24203,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 2','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),
|
|
(24204,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 3','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),
|
|
(24205,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Barker Bunny 4','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_bark_trigger',12340),
|
|
(24206,0,0,0,0,0,22003,0,0,0,'Prowling Worg','','',0,70,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24206,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33487,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24207,0,0,0,0,0,26079,0,0,0,'Army of the Dead Ghoul','',NULL,0,80,80,2,16,0,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,47468,47482,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.301265,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_army_of_the_dead',12340),
|
|
(24208,0,0,0,0,0,1054,0,0,0,'\"Little\" Logok','Innkeeper',NULL,8912,43,43,0,29,66177,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,4608,2048,0,0,0,0,0,0,46,67,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(24209,0,0,0,0,0,22197,0,0,0,'Longrunner Skycloud','','',8913,71,71,2,1922,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24210,0,0,0,0,0,22198,0,0,0,'Riven Widow Cocoon','','',0,67,67,0,14,0,1,1,1,0,225,314,0,288,1,6000,2000,1,4,2048,0,0,0,0,0,0,186,276,39,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24211,0,0,0,0,0,22186,22187,22189,22188,'Freed Winterhoof Longrunner','','',0,70,70,2,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24212,0,0,0,0,0,25755,0,0,0,'Iron Rune Guardian','','',0,69,70,2,1954,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,24212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24213,0,0,0,0,0,22214,0,0,0,'Firjus the Soul Crusher','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'SmartAI',0,3,1,1.3,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24214,0,0,0,0,0,22216,0,0,0,'Yorus the Flesh Harvester','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,8,24214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.8,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24215,0,0,0,0,0,22215,0,0,0,'Jlarborn the Strategist','','',0,69,69,2,1919,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,8,24215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24216,0,0,0,0,0,22143,22144,22202,22203,'Dragonflayer Berserker','','',0,68,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33280,2048,0,0,0,0,0,0,206,302,43,7,0,24216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,1723,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24217,0,0,0,0,0,22467,0,0,0,'Amani Bear Mount','',NULL,0,70,70,1,44,0,1.15,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,4,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24218,0,0,0,0,0,22201,0,0,0,'Apothecary Grick','','',0,71,71,0,1928,2,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,0,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24219,0,0,0,0,0,30,0,0,0,'Baby Riven Widow','','',0,65,67,1,22,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24220,0,0,0,0,0,21955,11686,0,0,'[DNT] Darkmoon Faire Target Bunny Controller','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24221,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Berserker Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24222,0,0,0,0,0,22460,0,0,0,'Windy Cloud','',NULL,0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,5,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(24223,0,0,0,0,0,169,17188,0,0,'Eagle Trash Aggro Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24224,0,0,0,0,0,22523,0,0,0,'Corrupted Lightning Totem','',NULL,0,73,73,0,16,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,43301,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(24225,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.45,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24226,0,0,0,0,0,21754,22099,22095,21617,'Dragonflayer Prisoner','','',0,62,66,1,1920,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,33536,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24227,0,0,0,0,0,22205,0,0,0,'Engineer Feknut','','',8914,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24228,0,0,0,0,0,22249,0,0,0,'Iceshard Elemental','','',0,70,71,2,91,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24229,0,0,0,24228,0,14502,0,0,0,'Howling Cyclone','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24230,0,0,0,0,0,1126,17612,0,0,'Feknut\'s Firecrackers Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,262916,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24231,0,0,0,0,0,22143,22144,0,0,'Baleheim Bodycount','','',0,69,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24232,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,73,73,2,2070,0,1,1.14286,1,3,316,450,0,320,35,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24233,0,0,0,0,0,22208,0,0,0,'Cleric of the Crusade','The Argent Crusade','',0,73,73,2,2070,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24234,0,0,0,0,0,22207,0,0,0,'Junat the Wanderer','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24235,0,0,0,0,0,13629,0,0,0,'Cyclothar','','',0,71,71,2,91,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,768,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24236,0,0,0,0,0,22210,0,0,0,'Wind Tamer','','',0,70,70,0,1922,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24237,0,0,0,0,0,6372,0,0,0,'Vrykul Proto-dragon Mount (White)','','',0,71,71,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24238,0,0,0,0,0,22232,0,0,0,'Bjorn Halgurdsson','Winterskorn Chieftain','',0,70,70,2,1914,0,1,1,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,2048,24238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1045,1741,'SmartAI',0,3,7.5,4,1,1,0,41989,0,0,0,0,0,0,1,615210107,0,'',12340),
|
|
(24239,0,0,0,0,0,22332,0,0,0,'Hex Lord Malacrass','',NULL,0,73,73,1,1890,0,2,2.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,76,24239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,419816,513109,'',0,3,1,94.5,20,1,0,0,0,0,0,0,0,191,1,617299803,1,'boss_hexlord_malacrass',12340),
|
|
(24240,0,0,0,0,0,22230,0,0,0,'Alyson Antille','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_alyson_antille',12340),
|
|
(24241,0,0,0,0,0,20017,0,0,0,'Thurg','',NULL,0,70,70,1,1890,0,1,1.42857,1,3,252,357,0,304,7.5,2500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_thurg',12340),
|
|
(24242,0,0,0,0,0,14559,0,0,0,'Slither','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_slither',12340),
|
|
(24243,0,0,0,0,0,22327,0,0,0,'Lord Raadan','',NULL,0,70,70,1,1890,0,0.888888,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_lord_raadan',12340),
|
|
(24244,0,0,0,0,0,19618,0,0,0,'Gazakroth','',NULL,0,70,70,1,1890,0,1,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.25,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24245,0,0,0,0,0,22336,0,0,0,'Fenstalker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,0,0,'boss_fenstalker',12340),
|
|
(24246,0,0,0,0,0,22335,0,0,0,'Darkheart','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_darkheart',12340),
|
|
(24247,0,0,0,0,0,22337,0,0,0,'Koragg','',NULL,0,70,70,1,1890,0,0.8,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.8,5,1,0,0,0,0,0,0,0,144,1,8388624,0,'boss_koragg',12340),
|
|
(24248,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,21,0,2.8,1.71429,1,3,509,683,0,805,35,2000,2000,1,164352,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,171,1,8388624,0,'',12340),
|
|
(24249,0,0,0,0,0,22218,22240,22241,0,'Dragonflayer Soulreaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,24249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,1646,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24250,0,0,0,0,0,22219,22238,22239,0,'Dragonflayer Fleshripper','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24251,0,0,0,0,0,22535,0,0,0,'Chief Plaguebringer Harris','Royal Apothecary Society','',8915,70,70,2,1929,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24252,0,0,0,0,0,22220,0,0,0,'\"Hacksaw\" Jenny','','',8925,70,70,0,118,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24253,0,0,0,0,0,22225,22226,22227,22228,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24254,0,0,0,0,0,22221,22222,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24255,0,0,0,0,0,22223,22224,0,0,'Dragonflayer Prisoner','','',0,66,67,1,1920,0,1,1.14286,1,0,170,246,0,128,1,2000,2000,8,32768,2048,0,0,0,0,0,0,156,232,27,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24256,0,0,0,0,0,22229,0,0,0,'Wind Tamer Kagan','','',0,70,70,0,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24257,0,0,0,0,0,17188,0,0,0,'Elemental Soul','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24258,0,0,0,0,0,26101,0,0,0,'Val\'kyr Overseer','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24259,0,0,0,0,0,17188,0,0,0,'Soul Destination','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24260,0,0,0,0,0,1126,17188,0,0,'Val\'kyr Soul Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24261,0,0,0,0,0,22243,0,0,0,'Ulfang','','',8975,71,71,2,1924,3,1.2,1,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,1,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24262,0,0,0,0,0,20089,0,0,0,'Vrykul Soul','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24262,24262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,2571,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24263,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Green','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24264,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Yellow','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24265,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Speed Bunny Red','',NULL,0,5,5,0,35,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24266,0,0,0,0,0,22234,0,0,0,'Arthas, Lich King','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24267,0,0,0,0,0,22235,0,0,0,'Arthas, Dark','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24268,0,0,0,0,0,21976,0,0,0,'Arthas, Human','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24269,0,0,0,0,0,1126,17612,0,0,'The Cleansing Bunny [reuse me]','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24270,0,0,0,0,0,15554,7571,13509,0,'Devouring Maggot','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24271,0,0,0,0,0,26140,0,0,0,'Iron Rune Golem','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24271,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24272,0,0,0,0,0,10702,24991,0,0,'Val\'kyr Watcher','','',0,72,72,2,14,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24273,0,0,0,0,0,22242,0,0,0,'Watcher Moonleaf','','',8918,70,70,2,1892,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24274,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Explode Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24275,0,0,0,0,0,22232,0,0,0,'Bjorn Kill Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24276,0,0,0,0,0,22232,0,0,0,'Bjorn Insult Credit','Winterskorn Chieftain','',0,71,71,2,1914,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24277,0,0,0,0,0,22233,0,0,0,'Garwal','','',0,71,71,2,1924,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24277,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24278,0,0,0,0,0,26791,0,0,0,'Garwal - Worgen Transform','','',0,72,72,2,1924,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24279,0,0,0,0,0,1145,0,0,0,'Animated Plague Slime','','',0,67,68,0,14,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24280,0,0,0,0,0,21762,0,0,0,'Slain Apothecary','','',0,71,71,0,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,262,389,48,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24281,0,0,0,0,0,22193,0,0,0,'Plagued Dragonflayer Spray Credit','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24282,0,0,0,0,0,22245,0,0,0,'Lieutenant Maeve','','',0,71,71,0,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24283,0,0,0,0,0,22246,0,0,0,'Peppy Wrongnozzle','','',8923,70,70,2,1892,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24284,0,0,0,0,0,21932,0,0,0,'Dragonflayer Vrykul Prisoner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33664,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24285,0,0,0,0,0,17170,0,0,0,'Northern Barbfish','','',0,70,70,2,1878,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,33628,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24286,0,0,0,0,0,22247,0,0,0,'Forsaken Spy','','',0,70,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,24286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24287,0,0,0,0,0,17625,0,0,0,'Caldemere Snapper','','',0,69,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13067,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24288,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Hide Body','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24289,0,0,0,0,0,1126,11686,0,0,'Invisible Westguard Fire','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24290,0,0,0,0,0,1126,17612,0,0,'New Agamand Plague Tank Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24291,0,0,0,0,0,22248,0,0,0,'Anton','','',0,71,71,0,1929,128,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,24291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1039,1731,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24292,0,0,0,0,0,22370,0,0,0,'[PH] Gossip NPC Human Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24293,0,0,0,0,0,22371,0,0,0,'[PH] Gossip NPC Human Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24294,0,0,0,0,0,22360,0,0,0,'[PH] Gossip NPC Blood Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24295,0,0,0,0,0,22361,0,0,0,'[PH] Gossip NPC Blood Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24296,0,0,0,0,0,22362,0,0,0,'[PH] Gossip NPC Draenei Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24297,0,0,0,0,0,22363,0,0,0,'[PH] Gossip NPC Draenei Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24298,0,0,0,0,0,22364,0,0,0,'[PH] Gossip NPC Dwarf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24299,0,0,0,0,0,22365,0,0,0,'[PH] Gossip NPC Dwarf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24300,0,0,0,0,0,22380,0,0,0,'[PH] Gossip NPC Undead Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24301,0,0,0,0,0,22381,0,0,0,'[PH] Gossip NPC Undead Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24302,0,0,0,0,0,22366,0,0,0,'[PH] Gossip NPC Gnome Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24303,0,0,0,0,0,22367,0,0,0,'[PH] Gossip NPC Gnome Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24304,0,0,0,0,0,22368,0,0,0,'[PH] Gossip NPC Goblin Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24305,0,0,0,0,0,22369,0,0,0,'[PH] Gossip NPC Goblin Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24306,0,0,0,0,0,22372,0,0,0,'[PH] Gossip NPC Night Elf Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24307,0,0,0,0,0,22373,0,0,0,'[PH] Gossip NPC Night Elf Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24308,0,0,0,0,0,22374,0,0,0,'[PH] Gossip NPC Orc Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24309,0,0,0,0,0,22375,0,0,0,'[PH] Gossip NPC Orc Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24310,0,0,0,0,0,22376,0,0,0,'[PH] Gossip NPC Tauren Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24311,0,0,0,0,0,22377,0,0,0,'[PH] Gossip NPC Tauren Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24312,0,0,0,0,0,10056,0,0,0,'Dragonhawk Egg','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24313,0,0,0,0,0,22250,0,0,0,'Celina Summers','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24314,0,0,0,0,0,22251,0,0,0,'Ancient Male Vrykul','','',0,61,61,1,14,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24315,0,0,0,0,0,25829,0,0,0,'Ancient Female Vrykul','','',0,61,61,1,14,0,1,1.28571,1,0,159,221,0,258,1,2000,2000,1,768,2048,0,0,0,0,0,0,127,188,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24316,0,0,0,0,0,26145,0,0,0,'Iron Rune Sentinel','','',0,70,70,2,1954,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,512,24316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24317,0,0,0,0,0,21748,21751,21749,21750,'Expedition Deathguard','','',0,72,73,2,2024,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24319,0,0,0,0,0,25017,0,0,0,'[PH] Creepy Rag Doll','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(24320,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem','',NULL,0,73,73,0,58,0,0.001,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24321,0,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,83,83,2,14,0,1,1.07143,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,29,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24322,0,0,0,0,0,22251,25816,22239,25811,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24323,0,0,0,0,0,22049,22148,22203,25830,'Ancient Citizen of Nifflevar','','',0,65,65,1,14,0,1,1.28571,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24324,0,0,0,0,0,1482,0,0,0,'Crash Test Creature','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24325,0,0,0,0,0,169,17188,0,0,'Eagle Troll Spawn Target','',NULL,0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24326,0,0,0,0,0,22258,21342,0,0,'Nifflevar Event Controller','','',0,83,83,2,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24327,0,0,0,0,0,24991,0,0,0,'Val\'kyr Soulclaimer','','',0,72,72,2,21,0,1,1.07143,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24328,0,0,0,0,0,22266,0,0,0,'Prospector Belvar','','',0,71,71,2,1927,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24329,0,0,0,0,0,23358,0,0,0,'Runed Stone Giant','','',0,70,70,2,778,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,198,295,33,5,512,24329,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24330,0,0,0,0,0,22169,0,0,0,'Orson Locke','Sharp Blades','',0,65,65,1,1929,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24331,0,0,0,0,0,22267,0,0,0,'Blizzcon Northrend Transport','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24332,0,0,0,0,0,22268,22269,0,0,'Blizzcon Zul\'Aman Transport','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24333,0,0,0,0,0,22270,0,0,0,'Bartender Jason Goodhutch','Drinks','',0,68,68,2,1892,640,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24334,0,0,0,0,0,25758,0,0,0,'Binder Murdis','','',0,70,70,2,16,0,1,0.99206,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,24334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24335,0,0,0,0,0,20570,17188,0,0,'Runed Orb','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24336,0,0,0,0,0,20570,17200,0,0,'Orb Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24337,0,0,0,0,0,4626,0,0,0,'[DND] Brewfest Delivery Bunny','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24338,0,0,0,0,0,1206,6303,2957,2958,'Amani Snake','',NULL,0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.02,5,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(24339,0,0,0,0,0,20139,0,0,0,'Scarlet Growth','','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24340,0,0,0,0,0,22675,0,0,0,'Rampaging Earth Elemental','','',0,69,70,2,1932,0,1.55556,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,0,24340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24341,0,0,0,0,0,22311,0,0,0,'Barnabas Frye','Trade Goods','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24342,0,0,0,0,0,22312,0,0,0,'Timothy Holland','Innkeeper','',348,70,70,2,1929,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24343,0,0,0,0,0,22330,0,0,0,'Brock Olson','Butcher','',0,70,70,2,1929,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24344,0,0,0,0,0,9786,0,0,0,'Gjalerbron Skeleton','','',0,71,71,1,1662,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24345,0,0,0,0,0,23356,0,0,0,'Captive Stone Giant','','',0,70,70,2,634,0,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33600,2048,0,0,0,0,0,0,198,295,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24346,0,0,0,0,0,23357,0,0,0,'Enthralled Stone Giant','','',0,80,80,2,634,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24347,0,0,0,0,0,22328,0,0,0,'Alexis Walker','Armorsmith','',0,70,70,2,1929,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24348,0,0,0,0,0,22329,0,0,0,'Patrick Hall','General Goods','',0,70,70,2,1929,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24349,0,0,0,0,0,22331,0,0,0,'Jessica Evans','Reagents and Poisons','',0,70,70,2,1929,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24350,0,0,0,0,0,22333,0,0,0,'Robert Clarke','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24351,0,0,0,0,0,18808,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24352,0,0,0,0,0,18809,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24353,0,0,0,0,0,9999,0,0,0,'Eric Maloof Test Forsaken Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24354,0,0,0,0,0,3520,0,0,0,'Eric Maloof Test Forsaken Female','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24355,0,0,0,0,0,2073,0,0,0,'Eric Maloof Test Human Male','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24356,0,0,0,0,0,22338,0,0,0,'Glen Roberts','Tradesman','',0,68,68,2,1892,128,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24357,0,0,0,0,0,22339,0,0,0,'Maethor Skyshadow','Poison & Reagents','',0,65,65,1,1892,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24358,0,0,0,0,0,22340,0,0,0,'Harrison Jones','',NULL,8932,70,70,1,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_harrison_jones',12340),
|
|
(24359,0,0,0,0,0,22456,0,0,0,'Apothecary Anastasia','Royal Apothecary Society','',8964,70,70,2,1928,3,0.6,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(24360,0,0,0,0,0,22378,0,0,0,'[PH] Gossip NPC Troll Female, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24361,0,0,0,0,0,22379,0,0,0,'[PH] Gossip NPC Troll Male, Halloween','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24362,0,0,0,0,0,22342,0,0,0,'Longrunner Pembe','','',0,71,71,0,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24363,0,0,0,0,0,16480,19595,0,0,'Hex Lord Malacrass','',NULL,0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24364,0,0,0,0,0,22449,0,0,0,'Flynn Firebrew','',NULL,0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),
|
|
(24365,0,0,0,0,0,22347,0,0,0,'Willie\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24366,0,0,0,0,0,1233,0,0,0,'Nizzle','Gryphon Master',NULL,6944,65,65,0,1732,8195,1,1.14286,1,1,200,281,0,278,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24367,0,0,0,0,0,22309,22310,0,0,'Amani\'shi Gate Guard','',NULL,0,71,71,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24368,0,0,0,0,0,22350,0,0,0,'Swift Brewfest Ram',NULL,NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24369,0,0,0,0,0,22387,0,0,0,'Wind Trader Zhareem','',NULL,8947,70,70,1,1797,3,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24370,0,0,0,0,0,22386,0,0,0,'Nether-Stalker Mah\'duun','',NULL,8948,70,70,1,1731,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24371,0,0,0,0,0,22359,0,0,0,'Megalith','','',0,71,71,2,778,0,0.777776,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,5,0,24371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24372,0,0,0,0,0,24860,0,0,0,'Drohn\'s Distillery Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(24373,0,0,0,0,0,24860,0,0,0,'T\'chali\'s Voodoo Brew Festive Keg','',NULL,0,6,6,0,35,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(24374,0,0,0,0,0,22353,0,0,0,'Amani\'shi Berserker','',NULL,0,70,70,1,1890,0,0.666668,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,24374,24374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,33106,0,0,0,0,0,144,1,885473279,0,'',12340),
|
|
(24375,0,0,0,0,0,22354,0,0,0,'Harrison Jones','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,32,0,0,0,0,0,0,0,0,0,34189,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24376,0,0,0,0,0,22357,0,0,0,'Researcher Aderan','','',0,70,70,2,1892,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24377,0,0,0,0,0,11686,0,0,0,'[UNUSED]Vazruden Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24378,0,0,0,0,0,11686,0,0,0,'[UNUSED]Nazan Kill Credit','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24379,0,0,0,0,0,22464,0,0,0,'Amani War Bear','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24380,0,0,0,0,0,22267,0,0,0,'Blizzcon Greeter','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24381,0,0,0,0,0,22382,0,0,0,'Image of Megalith','','',0,71,71,2,634,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,260,387,37,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24382,0,0,0,0,0,16480,16925,0,0,'[VO]Nalorakk','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24383,0,0,0,0,0,16480,16925,0,0,'[VO]Akil\'Zon','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24384,0,0,0,0,0,16480,16925,0,0,'[VO]Halazzi','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24385,0,0,0,0,0,22383,0,0,0,'Image of Stone Giant','','',0,70,70,2,634,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24386,0,0,0,0,0,16480,16925,0,0,'[VO]Jan\'alai','',NULL,0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24387,0,0,0,0,0,26137,0,0,0,'Iron Rune Servant','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24388,0,0,0,0,0,22388,0,0,0,'Toothy','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24389,0,0,0,0,0,22389,0,0,0,'Muckbreath','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24390,0,0,0,0,0,22392,0,0,0,'Sage Edan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24391,0,0,0,0,0,1126,11686,0,0,'Speedboat','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(24392,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Arena Vendor',NULL,0,70,70,1,35,128,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24393,0,0,0,0,0,7346,0,0,0,'The Rokk','Master of Cooking',NULL,0,67,67,1,35,2,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33024,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24394,0,0,0,0,0,22398,0,0,0,'Dellix Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24395,0,0,0,0,0,22399,0,0,0,'Zindik Pinchwhistle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24396,0,0,0,0,0,6295,901,6295,901,'Forest Frog','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_forest_frog',12340),
|
|
(24397,0,0,0,0,0,22400,0,0,0,'Mannuth','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24398,0,0,0,0,0,16379,16380,16381,0,'Steel Gate Excavator','Explorers\' League','',0,71,71,1,1934,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,1756,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24399,0,0,0,0,0,21044,0,0,0,'Steel Gate Chief Archaeologist','Explorers\' League','',8954,71,71,1,1927,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24400,0,0,0,0,0,16381,16380,0,0,'Steel Gate Archaeologist','Explorers\' League','',0,70,71,1,1934,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,24400,24400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24401,0,0,0,0,0,14546,14547,14551,14549,'Steel Gate Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24403,0,0,0,0,0,22401,0,0,0,'Deez','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24404,0,0,0,0,0,22402,0,0,0,'Galathryn','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24405,0,0,0,0,0,22403,0,0,0,'Adarrah','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24406,0,0,0,0,0,22404,0,0,0,'Fudgerick','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24407,0,0,0,0,0,22405,0,0,0,'Darwen','',NULL,0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24408,0,0,0,0,0,22406,0,0,0,'Gunter','Food Vendor',NULL,0,70,70,1,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24409,0,0,0,0,0,22408,0,0,0,'Kyren','Reagents',NULL,0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24410,0,0,0,0,0,22409,0,0,0,'Vazruden the Herald Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,4.6,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24411,0,0,0,0,0,22410,0,0,0,'Shattered Hand Centurion Image','',NULL,0,62,62,1,16,0,1,1.14286,1,1,172,240,0,262,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,139,207,30,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24412,0,0,0,0,0,22712,17200,0,0,'Daily Dungeon Image Bunny','',NULL,0,70,70,1,35,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(24413,0,0,0,0,0,22411,0,0,0,'Keli\'dan the Breaker Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24414,0,0,0,0,0,22412,0,0,0,'Warchief Kargath Bladefist Image','',NULL,0,72,72,2,16,0,1.6,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,125,1,0,2,'',12340),
|
|
(24415,0,0,0,0,0,22413,0,0,0,'Coilfang Myrmidon Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24416,0,0,0,0,0,22414,0,0,0,'Grisy Spicecrackle','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24417,0,0,0,0,0,22452,0,0,0,'Invisible Man - No Weapons (Server Only/Hide Body)','',NULL,0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24418,0,0,0,0,0,22719,0,0,0,'Steel Gate Flying Machine','','vehichleCursor',0,70,70,2,35,0,1,3,1,0,252,357,0,304,1,2000,2000,1,16777216,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,43770,44009,43799,43769,47769,0,0,0,0,8,0,0,'SmartAI',0,4,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(24419,0,0,0,0,0,22415,0,0,0,'Quagmirran Image','',NULL,0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24420,0,0,0,0,0,22416,0,0,0,'The Black Stalker Image','',NULL,0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24421,0,0,0,0,0,22417,0,0,0,'Warlord Kalithresh Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24422,0,0,0,0,0,22418,0,0,0,'Talon King Ikiss Image','',NULL,0,72,72,0,16,0,1,1.14286,1,1,263,384,0,140,7.5,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24423,0,0,0,0,0,22419,0,0,0,'Nexus-Prince Shaffar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24424,0,0,0,0,0,22420,0,0,0,'Exarch Maladaar Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24425,0,0,0,0,0,22421,0,0,0,'Murmur Image','',NULL,0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24426,0,0,0,0,0,22422,0,0,0,'Malicious Instructor Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24427,0,0,0,0,0,22423,0,0,0,'Epoch Hunter Image','',NULL,0,72,72,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24428,0,0,0,0,0,22424,0,0,0,'Aeonus Image','',NULL,0,72,72,1,1720,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(24429,0,0,0,17839,0,22425,0,0,0,'Rift Lord Image','',NULL,0,71,71,2,1720,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24430,0,0,0,0,0,22426,22427,0,0,'Sunseeker Channeler Image','',NULL,0,70,70,2,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24431,0,0,0,0,0,22428,0,0,0,'Warp Splinter Image','',NULL,0,1,1,0,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24432,0,0,0,0,0,22429,0,0,0,'Tempest-Forge Destroyer Image','',NULL,0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24433,0,0,0,0,0,22430,0,0,0,'Pathaleon Image','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24434,0,0,0,0,0,22431,0,0,0,'Arcatraz Sentinel Image','',NULL,0,1,1,0,16,0,1,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24435,0,0,0,0,0,22432,0,0,0,'Harbinger Skyriss Image','',NULL,0,1,1,0,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24436,0,0,0,0,0,1122,0,0,0,'Gargoth','Kitchen Assistant',NULL,0,65,65,0,1818,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24437,0,0,0,0,0,17685,17689,0,0,'Consortium Assistant','',NULL,0,63,65,1,1731,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24438,0,0,0,0,0,11686,0,0,0,'Steel Gate - Grapple Target','','',0,1,1,0,35,0,1,1.14286,4,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24439,0,0,0,0,0,24780,11686,0,0,'Sack of Relics','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24440,0,0,0,0,0,17311,0,0,0,'Gjalerbron Gargoyle','','',0,71,71,0,1771,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,24440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(24441,0,0,0,0,0,22434,0,0,0,'Ashli\'s Corpse','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24442,0,0,0,0,0,22435,0,0,0,'Tanzar\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24443,0,0,0,0,0,22436,0,0,0,'Harkor\'s Corpse','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,32,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24444,0,0,0,0,0,22437,0,0,0,'Kraz\'s Corpse','',NULL,0,70,70,2,35,0,1.15,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24445,0,0,0,0,0,257,0,0,0,'Mitzi','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24446,0,0,0,0,0,24213,0,0,0,'The Lich King','','',0,83,83,0,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'',12340),
|
|
(24447,0,0,0,0,0,17255,0,0,0,'Frostwyrm (Dragonblight)','','',0,80,80,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,212,1,8388624,0,'',12340),
|
|
(24448,0,0,0,0,0,338,0,0,0,'Christian','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24449,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 1','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24450,0,0,0,0,0,17519,11686,0,0,'Invisible Charge Target 2','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24451,0,0,0,0,0,22438,0,0,0,'Elli Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24452,0,0,0,0,0,22439,0,0,0,'Paree Blastnozzle','Arena Vendor',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24453,0,0,0,0,0,19314,0,0,0,'Brennan','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24454,0,0,0,0,0,1126,11686,0,0,'Steel Gate Dynamite','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24455,0,0,0,0,0,19315,0,0,0,'Hollee','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.805,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24456,0,0,0,0,0,22978,0,0,0,'Captain Taldar Windsinger','The Moonspray',NULL,9078,70,70,0,80,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24457,0,0,0,0,0,4429,0,0,0,'Captain O\'Dell','',NULL,0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24458,0,0,0,0,0,22444,0,0,0,'Lydell','','',0,68,68,2,1897,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3633,6055,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24459,0,0,0,0,0,983,0,0,0,'Chillmere Coastrunner','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24460,0,0,0,0,0,188,0,0,0,'Chillmere Tidehunter','','',0,70,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24460,24460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,1789,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24461,0,0,0,0,0,504,0,0,0,'Chillmere Oracle','','',0,70,71,2,18,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24462,0,0,0,0,0,22630,0,0,0,'Racing Ram','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24463,0,0,0,0,0,22631,0,0,0,'Swift Racing Ram','',NULL,0,1,2,0,35,0,1,1.38571,1,0,2,3,0,25,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24464,0,0,0,0,0,22506,0,0,0,'Scourging Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24465,0,0,0,0,0,16480,19595,0,0,'Blue Floating Rune Channel Bunny 01','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(24466,0,0,0,0,0,16480,13069,0,0,'Blue Floating Rune Channel Bunny 02','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(24467,0,0,0,0,0,21989,21990,21991,21992,'Vrykul Corpse','','',0,70,70,2,1914,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24468,0,0,0,0,0,22455,0,0,0,'Pol Amberstill','Ram Racing Apprentice',NULL,8958,30,30,0,774,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24469,0,0,0,0,0,24848,0,0,0,'Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,0.95238,1,1,245,346,0,298,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24469,24469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1285,2141,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24470,0,0,0,0,0,22352,0,0,0,'[PH] Maldonado\'s Test Creature','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24471,31670,0,0,0,0,19725,20367,0,0,'Forge Fire','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24472,0,0,0,0,0,21224,0,0,0,'SP Test','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24473,0,0,0,0,0,3596,0,0,0,'Lead Archaeologist Malzie','Lead Expeditionary Archaeologist','',0,70,70,0,1927,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24474,0,0,0,0,0,21996,21993,21994,21995,'Vengeance Landing Assassin','','',0,68,68,2,1897,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,24474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,1488,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24475,0,0,0,0,0,22088,0,0,0,'Bloodthirsty Worg','','',0,68,69,2,1895,0,1.2,1,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,1,0,0,0,0,206,302,43,1,1,24475,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13468,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24476,0,0,0,0,0,1132,0,0,0,'Minor Voidwalker','',NULL,0,35,36,0,90,0,1,1.14286,1,0,50,66,0,120,1,2000,2000,1,0,2048,0,0,0,0,0,0,34,51,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24477,0,0,0,0,0,3987,3988,0,0,'Syndicate Thief','',NULL,0,36,37,0,87,0,1,1.14286,1,0,51,68,0,124,1,1300,2000,1,294912,2048,0,0,0,0,0,0,35,52,12,7,0,2588,2588,0,0,0,0,0,0,0,7159,6713,744,0,0,0,0,0,0,0,140,160,'',1,3,1,1.1,1,1,0,4440,4506,0,0,0,0,0,1,0,0,'',12340),
|
|
(24478,0,0,0,0,0,22458,0,0,0,'Fjord Crawler','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,8,0,0,0,0,215,320,44,1,1,24478,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13069,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24479,0,0,0,0,0,22457,0,0,0,'Ice Crawler','','',0,70,71,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13071,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24480,0,0,0,0,0,22459,0,0,0,'Mojo','',NULL,0,5,5,0,188,0,1,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_pet_gen_mojo',12340),
|
|
(24481,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Horde','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24482,0,0,0,0,0,2676,0,0,0,'2.3 Daily Debug - Alliance','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24483,0,0,0,0,0,5379,14932,22468,22469,'Frog Transform','',NULL,0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.7,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24484,0,0,0,0,0,21854,21856,21855,21857,'Brewfest Reveler','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_reveler',12340),
|
|
(24485,0,0,0,23645,0,14703,0,0,0,'Servitor Shade','','',0,70,70,2,21,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,24485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24486,0,0,0,0,0,22470,0,0,0,'Purple Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24487,0,0,0,0,0,22471,0,0,0,'Brown Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24488,0,0,0,0,0,22473,0,0,0,'Cenarion War Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24489,0,0,0,0,0,22474,0,0,0,'White Armored Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24490,0,0,0,0,0,22472,0,0,0,'Blue Riding Hippogryph','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24491,0,0,0,0,0,22476,0,0,0,'Deathguard Florence','','',0,24,24,0,71,1,1.25,1.14286,1,0,34,46,0,84,1,2000,2000,1,32768,2048,0,0,0,0,0,0,23,34,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(24492,0,0,0,0,0,22494,0,0,0,'Drohn\'s Distillery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24493,0,0,0,0,0,22495,0,0,0,'T\'chali\'s Voodoo Brewery Barker','',NULL,0,50,50,0,775,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24494,0,0,0,0,0,22479,0,0,0,'Quartermaster Brevin','','',0,70,70,2,1892,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24495,0,0,0,0,0,22480,0,0,0,'Blix Fixwidget','Token Redeemer',NULL,8968,65,65,0,775,131,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24496,0,0,0,0,0,22481,22482,22483,22484,'Beer Goggles Orc Female','',NULL,0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24497,0,0,0,0,0,22487,0,0,0,'Ram Master Ray','Ram Racing Master',NULL,8976,30,30,0,775,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brewfest_keg_reciver',12340),
|
|
(24498,0,0,0,0,0,22488,0,0,0,'Cort Gorestein','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24499,0,0,0,0,0,22489,0,0,0,'Ja\'ron','',NULL,0,50,50,0,775,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24500,0,0,0,0,0,18412,0,0,0,'Frostfin','','',0,71,71,2,1878,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24501,0,0,0,0,0,22490,0,0,0,'Drohn\'s Distillery Apprentice','Drohn\'s Distillery Brew Vendor',NULL,8971,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24503,0,0,0,0,0,16633,0,0,0,'LePeux','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,2,'',12340),
|
|
(24504,0,0,0,0,0,22303,22304,0,0,'Amani\'shi Hatcher','',NULL,0,70,70,1,1890,0,1.15,1.14286,1,0,252,357,0,304,1,1600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24505,0,0,0,0,0,2463,0,0,0,'Unkillable Test Dummy 73 Paladin','',NULL,0,73,73,2,7,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,617299803,0,'',12340),
|
|
(24506,0,0,0,0,0,137,0,0,0,'ZP - Medium (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24507,0,0,0,0,0,22496,0,0,0,'ZP - Large (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24508,0,0,0,0,0,3670,0,0,0,'ZP - Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24509,0,0,0,0,0,22497,0,0,0,'ZP - Very Small (DND)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24510,0,0,0,0,0,22498,0,0,0,'Driz Tumblequick','Ram Racing Apprentice',NULL,8958,30,30,0,775,131,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,4864,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24512,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24513,0,0,0,0,0,1126,17188,0,0,'Vrykul Harpoon Controller 001 View','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24514,0,0,0,0,0,22546,0,0,0,'Steelfeather','','',0,71,71,2,14,0,2,2.28571,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,1,0,24514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,201,1,0,0,'',12340),
|
|
(24515,0,0,0,0,0,22500,0,0,0,'Spotted Hippogryph Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24516,0,0,0,0,0,22502,0,0,0,'Bjomolf','','',0,72,72,2,14,0,1.2,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,1,24516,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24517,0,0,0,0,0,22501,0,0,0,'Varg','','',0,71,71,2,14,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24517,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24518,0,0,0,0,0,22503,0,0,0,'Talonshrike','','',0,71,71,2,14,0,1,3,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,0,24518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,34027,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24519,0,0,0,0,0,22504,0,0,0,'Costumed Orphan Matron','',NULL,0,12,12,0,1732,3,1.1,1.14286,1,0,17,22,0,46,1,2000,0,1,4096,2048,8,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_costumed_orphan_matron',12340),
|
|
(24520,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster',NULL,0,70,70,2,1604,128,1.1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24521,0,0,0,0,0,3833,0,0,0,'Northsea Test1','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24522,0,0,0,0,0,22507,22508,0,0,'Brewfest Goblin Setup Crew','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24524,0,0,0,0,0,14546,14547,14551,14549,'Homesteader\'s Pack Mule','','',0,1,2,0,35,0,1,1.42857,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24525,0,0,0,0,0,22509,0,0,0,'Zeh\'gehn','','',8982,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24526,0,0,0,0,0,1126,14501,0,0,'Invisible Stalker (Floating) (5.00)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24527,0,0,0,0,0,22507,0,0,0,'Bok Dropcertain','',NULL,0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_brewfest_keg_thrower',12340),
|
|
(24528,0,0,0,0,0,22510,0,0,0,'Brune Grayblade','','',0,70,70,0,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24529,0,0,0,0,0,22512,22512,22511,22511,'Voodoo Servant','',NULL,0,70,70,2,1684,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,19874,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24530,0,0,0,0,0,19705,0,0,0,'Amani Elder Lynx','',NULL,0,70,70,1,16,0,1,2,1,1,252,357,0,304,7.5,1800,2000,1,0,2048,0,2,0,0,0,0,215,320,44,1,1,24530,0,70067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,'SmartAI',0,3,1,5.6,1,1,0,0,0,0,0,0,0,180,1,71680,0,'',12340),
|
|
(24531,0,0,0,0,0,22514,0,0,0,'Gavin Ward','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24532,0,0,0,0,0,22515,0,0,0,'Sabetta Ward','','',0,68,68,2,1892,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24533,0,0,0,0,0,21794,21911,0,0,'Dragonflayer Defender','','',0,69,69,2,1895,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2056,24533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,1,1,0,41989,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24534,0,0,0,0,0,22516,0,0,0,'Marrod Silvertongue','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24535,0,0,0,0,0,22518,22519,22520,22521,'Northrend Homesteader','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24536,0,0,0,0,0,16925,0,0,0,'Dark Iron Herald','',NULL,0,80,80,0,35,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24537,0,0,0,0,0,25916,0,0,0,'Handsome Terry','','',9336,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24538,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation I','','',0,70,71,2,35,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,262,389,48,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),
|
|
(24539,0,0,0,0,0,22525,0,0,0,'\"Silvermoon\" Harry','','',9010,70,70,2,1888,131,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24540,0,0,0,23645,0,22527,0,0,0,'Necrotech','','',0,71,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24540,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24541,0,0,0,0,0,22526,0,0,0,'Taruk','','',9009,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24542,0,0,0,0,0,22528,0,0,0,'Red-Eyed Ben','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,1818,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24543,0,0,0,0,0,22529,0,0,0,'Tattooed Marcy','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1013,1689,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24544,0,0,0,0,0,5306,0,0,0,'Old Icefin','','',8985,71,71,2,35,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33536,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24545,0,0,0,0,0,22531,0,0,0,'Thunderbrew \"Apprentice\"','Thunderbrew Brew Vendor',NULL,0,50,50,0,35,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24546,0,0,0,23645,0,22530,0,0,0,'Rotgill','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,24546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34035,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24547,0,0,0,0,0,22536,0,0,0,'Hozzer','','',0,71,71,2,44,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24547,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13079,0,0,0,'',0,3,1,3,1,1,0,34128,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24548,0,0,0,0,0,22537,0,0,0,'Scribe Seguine','','',0,72,73,0,1929,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24549,0,0,0,0,0,22538,0,0,0,'Amani\'shi Tempest','',NULL,0,71,71,1,1890,0,1,1.42857,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,8,24549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,10,1,0,33106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24550,0,0,0,0,0,11686,0,0,0,'Throw Targeting (mob)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24551,0,0,0,0,0,169,17188,0,0,'Eagle Event Deactivation Trigger','',NULL,0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24552,25564,0,0,0,0,22597,0,0,0,'Sliver','Garaxxas\' Pet',NULL,0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.65,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24553,25541,0,0,0,0,22541,0,0,0,'Apoko','','',0,70,70,1,16,0,1,1,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_apoko',12340),
|
|
(24554,25550,0,0,0,0,22539,0,0,0,'Eramas Brightblaze','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_eramas_brightblaze',12340),
|
|
(24555,25555,0,0,0,0,2007,0,0,0,'Garaxxas','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'boss_garaxxas',12340),
|
|
(24556,25579,0,0,0,0,17457,0,0,0,'Zelfan','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.72,1,0,0,0,0,0,0,0,0,1,9,256,'boss_zelfan',12340),
|
|
(24557,25556,0,0,0,0,22540,0,0,0,'Kagani Nightstrike','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_kagani_nightstrike',12340),
|
|
(24558,25549,0,0,0,0,22542,0,0,0,'Ellrys Duskhallow','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.89,2.33,1,0,0,0,0,0,0,0,0,1,9,256,'boss_ellris_duskhallow',12340),
|
|
(24559,25574,0,0,0,0,22598,0,0,0,'Warlord Salaris','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,3600,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,1,1,0,0,0,0,0,0,0,0,1,9,256,'boss_warlord_salaris',12340),
|
|
(24560,25560,0,0,0,0,22596,0,0,0,'Priestess Delrissa','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,24560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5516,6741,'',0,1,1,4.4,4,1,0,0,0,0,0,0,0,0,1,617560063,256,'boss_priestess_delrissa',12340),
|
|
(24561,25578,0,0,0,0,20986,0,0,0,'Yazzai','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.85,4,1,0,0,0,0,0,0,0,0,1,9,256,'boss_yazzai',12340),
|
|
(24562,0,0,0,25382,0,25237,0,0,0,'Nerub\'ar Invader','','',0,68,69,2,21,0,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24562,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24563,0,0,0,0,0,23913,0,0,0,'Nerub\'ar Venomspitter','','',0,70,71,2,21,0,1,0.95238,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24563,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24564,0,0,0,0,0,3004,0,0,0,'Nerub\'ar Webfiend','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24565,0,0,0,0,0,14853,0,0,0,'Nerub\'ar Spider','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24566,0,0,0,25382,0,23819,0,0,0,'Nerub\'ar Skitterer','','',0,68,69,2,21,0,0.833332,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,24566,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24567,0,0,0,0,0,27174,27185,0,0,'Den Vermin','','',0,68,69,2,26,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24567,24567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24568,0,0,0,0,0,139,0,0,0,'Den Rat','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24569,0,0,0,0,0,139,0,0,0,'Den Creeper','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24570,0,0,0,0,0,139,0,0,0,'Tundra Vermin','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24571,0,0,0,0,0,139,0,0,0,'Vermin Bully','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24572,0,0,0,0,0,139,0,0,0,'Vermin Witchling','','',0,70,70,2,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24573,0,0,0,0,0,1192,0,0,0,'Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24574,0,0,0,0,0,1192,0,0,0,'Greater Tundra Roc','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24575,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Flayer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24576,0,0,0,0,0,11253,0,0,0,'Riplash Myrmidon','','',0,68,68,2,1692,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,24576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24577,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidehunter','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24578,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Serpent Guard','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24579,0,0,0,0,0,4763,0,0,0,'[UNUSED] Riplash Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24580,0,0,0,0,0,4973,0,0,0,'Riplash Siren','','',0,68,68,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24581,0,0,0,0,0,4762,0,0,0,'Irontide Surveyor','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24582,0,0,0,0,0,4762,0,0,0,'Irontide Machinesmith','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24583,0,0,0,0,0,4762,0,0,0,'Irontide Engineer','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24584,0,0,0,0,0,21688,0,0,0,'Truetusk Fisherman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24585,0,0,0,0,0,21688,0,0,0,'Truetusk Clansman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24586,0,0,0,0,0,21688,0,0,0,'Truetusk Harpooner','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24587,0,0,0,0,0,21688,0,0,0,'Truetusk Whaler','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24588,0,0,0,0,0,21688,0,0,0,'Truetusk Sea-caller','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24589,0,0,0,0,0,21688,0,0,0,'Truetusk Orca Hunter','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24590,0,0,0,0,0,21688,0,0,0,'Truetusk Wayfinder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24591,0,0,0,0,0,21688,0,0,0,'Truetusk Idol-Carver','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24592,0,0,0,0,0,21688,0,0,0,'Truetusk Elder','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24593,0,0,0,0,0,21688,0,0,0,'Truetusk Sage-Priest','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24594,0,0,0,0,0,7046,0,0,0,'Coral Shell Turtle','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24595,0,0,0,0,0,7046,0,0,0,'Coral Shell Snapper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24596,0,0,0,0,0,7046,0,0,0,'Ancient Coral Shell','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24597,0,0,0,0,0,5561,0,0,0,'Coast Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24598,0,0,0,0,0,5561,0,0,0,'Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24598,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24599,0,0,0,0,0,5561,0,0,0,'Greater Tide Surger','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24600,0,0,0,0,0,8714,0,0,0,'Steam Ripper','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24601,0,0,0,0,0,23313,0,0,0,'Steam Rager','','',0,70,71,2,91,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,24601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24602,0,0,0,0,0,8714,0,0,0,'Living Geyser','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24603,0,0,0,0,0,19916,0,0,0,'Living Blizzard','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24604,0,0,0,0,0,19916,0,0,0,'Ice Fury','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,0,24604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24605,0,0,0,0,0,21615,0,0,0,'Voldskar Raider','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24606,0,0,0,0,0,21615,0,0,0,'Voldskar Plunderer','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24607,0,0,0,0,0,21615,0,0,0,'Voldskar Shield-Maiden','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24608,0,0,0,0,0,21615,0,0,0,'Voldskar Oar-man','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24609,0,0,0,0,0,21615,0,0,0,'Voldskar Pillager','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24610,0,0,0,0,0,21615,0,0,0,'Voldskar Rune-caster','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24611,0,0,0,0,0,21615,0,0,0,'Voldskar Sea-Waker','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24612,0,0,0,0,0,21615,0,0,0,'Voldskar Thane','','',0,70,70,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24613,0,0,0,0,0,23434,0,0,0,'Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24613,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24614,0,0,0,0,0,26423,0,0,0,'Wooly Mammoth','','',0,69,69,2,190,0,0.666668,0.95238,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24614,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34977,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(24615,0,0,0,0,0,26486,0,0,0,'Solitary Mammoth','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24616,0,0,0,0,0,26423,0,0,0,'Mammoth Patriarch','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24617,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24618,0,0,0,0,0,22042,0,0,0,'Starving Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24619,0,0,0,0,0,22042,0,0,0,'Greater Tundra Wolf','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24620,0,0,0,0,0,22042,0,0,0,'[UNUSED] Tundra Wolf Alpha','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24621,0,0,0,0,0,8055,0,0,0,'Frost Cage Skeleton','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24622,0,0,0,0,0,8055,0,0,0,'Frost Cage Reaver','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24623,0,0,0,0,0,8055,0,0,0,'Frosty Bones','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24624,0,0,0,0,0,7854,0,0,0,'Boralstone Gargoyle','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24625,0,0,0,0,0,7854,0,0,0,'Boralstone Skyhunter','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24626,0,0,0,0,0,915,0,0,0,'Scourgesong Shrieker','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24627,0,0,0,0,0,915,0,0,0,'Scourgesong Wailer','','',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,24627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24628,0,0,0,0,0,22543,0,0,0,'Northsea Duelist','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,1545,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24629,0,0,0,0,0,22544,0,0,0,'Gautter','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24630,0,0,0,0,0,16191,11686,0,0,'Tackle Bunny','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24631,0,0,0,0,0,22461,0,0,0,'Drunk Dwarf Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24632,0,0,0,0,0,22545,0,0,0,'Drunk Goblin Reveler','',NULL,0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24633,0,0,0,0,0,21635,0,0,0,'Rabid Brown Bear','','',0,70,71,2,44,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,4,0,0,0,0,262,389,48,1,1,24633,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13078,0,0,0,'',0,3,1,1,1,1,0,34084,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24634,0,0,0,0,0,22547,0,0,0,'Lieutenant Icehammer','','',0,74,74,2,1892,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,512,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24635,0,0,0,0,0,22581,22582,0,0,'Dragonflayer Harpooner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,24635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1555,'',0,3,1,1,1,1,0,33308,34032,41989,0,0,0,0,1,0,0,'',12340),
|
|
(24636,0,0,0,0,0,794,0,0,0,'Northsea Freebooter','','',0,70,70,2,1888,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24637,0,0,0,0,0,1557,12199,12200,0,'Great Reef Shark','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24637,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34127,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24638,0,0,0,0,0,22549,0,0,0,'Keeper Witherleaf','','',0,71,71,2,16,0,1.11111,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1758,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24639,0,0,0,0,0,228,0,0,0,'Olga, the Scalawag Wench','','',9015,70,71,0,35,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24640,0,0,0,0,0,22548,0,0,0,'Alliance Banner','','',0,70,70,2,1893,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,131076,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24641,0,0,0,0,0,14541,0,0,0,'Alliance Standard Kill Credit','','',0,70,70,2,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24642,0,0,0,0,0,22593,22575,22594,0,'Drunken Northsea Pirate','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,1685,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24643,0,0,0,0,0,22550,0,0,0,'Grezzix Spindlesnap','Master of Disguise','',9008,72,72,2,35,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24644,0,0,0,0,0,22551,0,0,0,'Harpoon Master Yavus','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,1564,'',0,3,1,1,1,1,0,33599,34137,41989,0,0,0,0,1,0,0,'',12340),
|
|
(24645,0,0,0,0,0,1126,11686,0,0,'Mirror Frame','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24646,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation II','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),
|
|
(24647,0,0,0,0,0,1126,17188,0,0,'Dragonflayer Installation III','','',0,71,72,2,35,0,1,2.57143,1,0,307,438,0,314,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,270,401,53,10,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,210,1,0,130,'',12340),
|
|
(24648,0,0,0,0,0,1126,16946,0,0,'Invisible Stalker (Scale x2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24649,0,0,0,0,0,22552,0,0,0,'Broken Earth Elemental Totem','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24650,0,0,0,0,0,14506,0,0,0,'Broken Earth Elemental','','',0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24651,0,0,0,0,0,1126,11686,0,0,'Reflection of Flame','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24652,0,0,0,0,0,1126,11686,0,0,'Harpoon Surfboard','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,128,'',12340),
|
|
(24653,0,0,0,0,0,22719,0,0,0,'Flying Machine','',NULL,0,1,1,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),
|
|
(24654,0,0,0,0,0,22720,0,0,0,'Turbo-Charged Flying Machine','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,16384,0,'',12340),
|
|
(24655,0,0,0,0,0,1126,11686,0,0,'Reflection Bounce Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24656,25553,0,0,0,0,4449,0,0,0,'Fizzle','','',0,70,70,1,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.4,0.4,1,0,0,0,0,0,0,0,121,1,9,0,'',12340),
|
|
(24657,0,0,0,0,0,22553,0,0,0,'Glodrak Huntsniper','',NULL,9016,65,65,0,775,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24658,0,0,0,0,0,22554,0,0,0,'[PH] BLB Blue Blood Elf Male','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24661,0,0,0,0,0,10898,0,0,0,'[UNUSED] Riplash Hydra','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24662,0,0,0,0,0,6766,0,0,0,'Riplash Sorceress','','',0,68,68,2,74,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24663,0,0,0,0,0,791,0,0,0,'Tidelord','','',0,70,70,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24664,24857,0,0,0,0,22906,0,0,0,'Kael\'thas Sunstrider','Lord of the Blood Elves','',0,72,72,1,16,0,1.2,1.42857,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,24664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,7429,'',0,1,1,30,100,1,0,34157,0,0,0,0,0,147,1,618610687,0,'boss_felblood_kaelthas',12340),
|
|
(24665,0,0,0,0,0,1126,17188,0,0,'Lieutenant Icehammer','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24666,25554,0,0,0,0,15294,0,0,0,'Flame Strike Trigger (Kael - 5Man)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),
|
|
(24667,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24668,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster',NULL,0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24669,0,0,0,0,0,22648,22649,22650,22651,'Dormant Vrykul','','',0,70,71,2,2116,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33024,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24670,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster',NULL,0,65,65,0,1638,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24671,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24672,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster',NULL,0,65,65,1,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24673,0,0,0,0,0,10808,0,0,0,'Frostwing Chimaera','','',0,70,71,2,16,0,1.4,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,38,0,0,0,0,262,389,48,1,65537,24673,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,34101,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(24674,0,0,0,0,0,19682,0,0,0,'Phoenix','','',0,70,70,1,14,0,1,0.71429,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(24675,0,0,0,0,0,20245,0,0,0,'Phoenix Egg','','',0,70,70,1,14,0,0.0001,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24676,0,0,0,0,0,22576,22577,22578,0,'Crazed Northsea Slaver','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24677,0,0,0,0,0,22611,0,0,0,'Spearfang Worg','','',0,70,71,2,1815,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,24677,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13465,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24678,0,0,0,0,0,24048,24054,25536,0,'Slain Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24681,0,0,0,0,0,22132,0,0,0,'Island Shoveltusk','','',0,70,71,2,31,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24681,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36776,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(24682,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (OLD)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24683,25568,0,0,0,0,22580,23084,23085,23086,'Sunblade Mage Guard','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44478,44475,0,0,0,0,0,0,0,0,4131,5050,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24684,25565,0,0,0,0,22583,23087,23088,23089,'Sunblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4153,5076,'SmartAI',0,1,1,3.62,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24685,25569,0,0,0,0,22584,23094,23095,23096,'Sunblade Magister','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,5106,'SmartAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,612379483,0,'',12340),
|
|
(24686,25572,0,0,0,0,22585,23100,0,0,'Sunblade Warlock','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44519,44518,0,0,0,0,0,0,0,0,4167,5094,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24687,25570,0,0,0,0,22586,23097,23098,23099,'Sunblade Physician','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,44599,44583,0,0,0,0,0,0,0,0,4190,5121,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24688,25577,0,0,0,0,22845,0,0,0,'Wretched Skulker','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44533,0,0,0,0,0,0,0,0,0,4163,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24689,25575,0,0,0,0,22843,0,0,0,'Wretched Bruiser','','',0,69,69,1,16,0,1,1.14286,1,1,245,346,0,298,0.6,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44534,0,0,0,0,0,0,0,0,0,4159,5084,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24690,25576,0,0,0,0,22844,0,0,0,'Wretched Husk','','',0,69,69,1,16,0,1,1.14286,1,1,224,316,0,282,0.6,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,8,24689,24689,0,0,0,0,0,0,0,44503,44504,0,0,0,0,0,0,0,0,4142,5063,'SmartAI',0,1,1,2.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(24692,25544,0,0,0,0,22588,0,0,0,'[UNUSED] Brightscale Serpent','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24693,25542,0,0,0,0,19529,0,0,0,'[UNUSED] Arcane Nightmare','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24694,0,0,0,0,0,22524,17188,0,0,'Vrykul Harpoon Gun (Wyrmskull)','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24695,25559,0,0,0,0,22589,0,0,0,'[UNUSED] Nether Shade','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24696,25547,0,0,0,0,22590,0,0,0,'Coilskar Witch','','',0,71,71,1,16,0,1,1,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4110,5023,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24697,25563,0,0,0,0,10927,0,0,0,'Sister of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,24698,0,0,0,0,0,0,0,0,44547,44640,0,0,0,0,0,0,0,0,4099,5010,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24698,25551,0,0,0,0,20419,0,0,0,'Ethereum Smuggler','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4151,5074,'SmartAI',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24699,25561,0,0,0,0,2017,0,0,0,'[UNUSED] Sargeron Trickster','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24700,0,0,0,0,0,22352,0,0,0,'Headless Horseman, friendly','',NULL,0,70,70,2,1812,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24701,0,0,0,0,0,22522,17188,0,0,'Large Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24702,0,0,0,0,0,22592,0,0,0,'Greatfather Mahan','','',0,71,71,2,1922,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24703,0,0,0,0,0,22595,0,0,0,'Chieftain Wintergale','','',0,72,72,2,1922,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24704,0,0,0,0,0,1126,11686,0,0,'Invisible Vehicle (Floating)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24705,0,0,0,0,0,1126,11686,0,0,'Rope Swing Invisible Vehicle Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,232,1,0,0,'',12340),
|
|
(24706,0,0,0,0,0,22599,0,0,0,'Durm Icehide','','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24707,0,0,0,0,0,10906,17612,0,0,'Buoy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24708,25543,0,0,0,0,11686,0,0,0,'Arcane Sphere','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(24709,0,0,0,0,0,22600,0,0,0,'Sage Aeire','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24710,0,0,0,0,0,22603,0,0,0,'Ipfelkofer Ironkeg','Brewfest Organizer',NULL,8994,50,50,0,1733,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24711,0,0,0,0,0,22605,0,0,0,'Tapper Swindlekeg','Brewfest Organizer',NULL,8999,50,50,0,1734,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4864,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24712,0,0,0,0,0,12073,0,0,0,'Test Scaling Bony Construct','','',0,81,81,2,233,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(24713,0,0,0,0,0,22505,0,0,0,'\"Crowleg\" Dan','','',9335,70,70,2,1888,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999,1665,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24714,0,0,0,0,0,22593,22575,22594,0,'Seasoned Buccaneer','','',0,70,70,2,1888,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,1571,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24715,0,0,0,0,0,3886,0,0,0,'High Explosive Sheep','','',0,70,70,0,14,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,80,1,0,0,'npc_pet_gen_target_following_bomb',12340),
|
|
(24716,0,0,0,0,0,22601,0,0,0,'Flying Machine Taxi','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(24717,0,0,0,0,0,22604,0,0,0,'Stanwad','Explorers\' League','',0,72,72,1,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24718,0,0,0,0,0,22623,0,0,0,'Lebronski','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24719,0,0,0,0,0,22619,0,0,0,'Gwendolyn','Explorers\' League','',0,70,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24720,0,0,0,0,0,22622,0,0,0,'Needlemeyer','Explorers\' League','',0,71,71,1,1892,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24721,0,0,0,0,0,15946,0,0,0,'Flying Blue Drake','','',0,72,72,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,260,1,0,0,'',12340),
|
|
(24722,25552,0,0,0,0,22669,0,0,0,'Fel Crystal','','',0,70,70,1,190,0,1,1,1,0,252,357,0,304,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.9,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(24723,25562,0,0,0,0,22642,0,0,0,'Selin Fireheart','','',0,71,71,1,16,0,0.888888,1.42857,1,1,296,424,0,290,4.6,2000,2000,2,32832,0,0,0,0,0,0,0,260,387,37,7,72,24723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5519,6746,'',0,1,1,27.5,10,1,0,0,0,0,0,0,0,144,1,617562111,0,'boss_selin_fireheart',12340),
|
|
(24724,0,0,0,0,0,22607,0,0,0,'Gorloc Oracle Black (Northrend Model)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24725,0,0,0,0,0,1126,17188,0,0,'Dog Sled','','vehichleCursor',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(24726,0,0,0,0,0,741,0,0,0,'Sled Dog','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8298,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24727,0,0,0,0,0,22609,0,0,0,'Caylee Dak','',NULL,9004,70,70,1,80,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24728,0,0,0,0,0,599,0,0,0,'Dusky','Caylee\'s Pet',NULL,0,70,70,1,80,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,2,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24729,0,0,0,0,0,344,0,0,0,'Alicia','',NULL,0,70,70,0,80,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24730,0,0,0,0,0,22608,0,0,0,'Wind Tamer Barah','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24731,0,0,0,0,0,11090,0,0,0,'Mud Wasp','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24732,0,0,0,0,0,1561,0,0,0,'Mud Skipper','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24733,0,0,0,0,0,22610,0,0,0,'Snow Tracker Junek','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24734,0,0,0,0,0,22612,0,0,0,'Aleanna Edune','',NULL,361,19,22,0,80,1,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24735,0,0,0,0,0,22613,0,0,0,'Becanna Edune','',NULL,0,19,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4608,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24736,0,0,0,0,0,22616,0,0,0,'Sulan Dunadaire','',NULL,0,18,20,0,12,0,1.05,1.14286,1,0,27,36,0,64,1,2000,2000,2,4608,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24737,0,0,0,0,0,22617,0,0,0,'William Dunadaire','',NULL,0,60,60,0,11,0,1.05,1.14286,1,0,104,138,0,252,1,2000,2000,1,4112,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24738,0,0,0,0,0,22615,0,0,0,'Elenna Edune','',NULL,0,22,22,0,80,0,1.05,1.14286,1,0,32,42,0,78,1,2000,2000,1,4096,2048,0,0,0,0,0,0,21,32,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24739,0,0,0,0,0,22614,0,0,0,'Benjari Edune','',NULL,0,10,10,0,80,0,1.05,1.14286,1,0,13,17,0,42,1,2000,2000,1,32768,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24740,0,0,0,0,0,1220,0,0,0,'Goodie','Elenna Edune\'s Pet',NULL,0,6,7,0,1076,0,1.05,1.14286,1,0,9,12,0,36,1,2000,2000,1,0,2048,0,12,0,0,0,0,6,8,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24741,0,0,0,0,0,22618,0,0,0,'Annie Bonn','','',9019,70,70,2,1888,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24742,0,0,0,0,0,127,0,0,0,'\"Mad\" Jonah Sterling','','',0,70,70,2,1888,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24743,0,0,0,0,0,22620,0,0,0,'Merciless Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24744,25573,0,0,0,0,22731,0,0,0,'Vexallus','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,6,290,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,4,72,24744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5573,6812,'',0,1,1,25,20,1,0,0,0,0,0,0,0,0,1,617562111,0,'boss_vexallus',12340),
|
|
(24745,0,0,0,0,0,17612,0,0,0,'Pure Energy','','',0,70,70,0,14,0,1.2,0.428571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.01,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(24746,0,0,0,0,0,21774,0,0,0,'Fjord Turkey','','',0,6,8,0,189,0,1,0.99206,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,0,0,0,0,0,7,10,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24747,0,0,0,0,0,22633,0,0,0,'Fjord Hawk','','',0,68,70,2,15,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,1,1,24747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24748,0,0,0,0,0,21774,0,0,0,'Fjord Prey 03','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24749,0,0,0,0,0,21774,0,0,0,'Fjord Prey 04','','',0,6,8,2,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24750,0,0,0,0,0,22624,0,0,0,'Hidalgo the Master Falconer','','',8998,73,73,1,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24751,0,0,0,0,0,22625,0,0,0,'Excelsior','Hidalgo\'s Companion','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24752,0,0,0,0,0,22626,0,0,0,'Rock Falcon','','',9007,70,70,1,1892,1,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24753,0,0,0,0,0,22629,0,0,0,'Pint-Sized Pink Pachyderm','',NULL,0,1,1,0,35,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24754,0,0,0,0,0,24054,25536,0,0,'Iskaal Refugee','','',0,70,70,2,1950,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24755,0,0,0,0,0,24057,0,0,0,'Elder Atuik','','',9139,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24756,0,0,0,0,0,1126,11686,0,0,'Reflection of Magic','','',0,70,70,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,0,128,'',12340),
|
|
(24757,0,0,0,0,0,1206,6303,2957,2958,'Fjord Rock Snake','','',0,70,70,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24758,0,0,0,0,0,22611,0,0,0,'Spearfang Worg Totem Credit','','',0,70,71,2,1815,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24759,0,0,0,0,0,22199,0,0,0,'Captive Tuskarr','','',0,70,70,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24760,0,0,0,0,0,17574,0,0,0,'Fjord Monarch','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24761,25545,0,0,0,0,16217,0,0,0,'Brightscale Wyrm','','',0,70,70,1,1692,0,1,0.85714,1,0,234,331,0,286,4.6,1200,2000,2,16,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.8,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24762,25567,0,0,0,0,23090,23091,23092,23093,'Sunblade Keeper','','',0,69,70,1,16,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24762,0,0,0,0,0,0,0,0,15232,20741,44765,0,0,0,0,0,0,0,3670,4485,'SmartAI',0,1,1,2.9,1,1,0,0,0,0,0,0,0,47,1,612379482,0,'',12340),
|
|
(24763,0,0,0,0,0,24056,0,0,0,'Akiaruk','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24764,0,0,0,0,0,22199,0,0,0,'Suirut','','',0,73,73,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24765,0,0,0,0,0,22321,0,0,0,'Spirit of Issliruk','','',0,68,69,2,14,0,1,2.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,24765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,1,0,0,'',12340),
|
|
(24766,0,0,0,0,0,4626,16925,0,0,'[DND] Brewfest Face Me Bunny','',NULL,0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24767,0,0,0,0,0,5207,0,0,0,'Molly','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24768,0,0,0,0,0,22632,0,0,0,'Deathstalker Hayward','','',0,70,70,2,1901,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24769,0,0,0,0,0,24737,0,0,0,'Red Dragon Soldier','','',0,80,80,1,35,0,10,3.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,251,1,0,0,'',12340),
|
|
(24770,0,0,0,0,0,24140,0,0,0,'Nexus Watcher','','',0,80,80,2,103,0,4.8,3.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,10,6.5,6.5,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),
|
|
(24771,0,0,0,0,0,16480,19595,0,0,'Coldarra Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24775,0,0,0,0,0,9583,0,0,0,'Coldarra Red Whelp','','',0,23,24,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24776,0,0,0,0,0,10753,0,0,0,'Red-Breath Cannon (PH)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24777,25571,0,0,0,0,22733,0,0,0,'Sunblade Sentinel','','',0,71,71,1,16,0,2,1.42857,1,1,299,426,2,308,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,9,8,24777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.2,5,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),
|
|
(24778,0,0,0,0,0,16480,19595,0,0,'Missile Target Flare','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24779,0,0,0,0,0,22634,22635,0,0,'Dragonflayer Ambusher','','',0,69,71,2,1885,0,1,1.14286,1,0,299,426,0,308,1,2500,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,24779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24780,0,0,0,0,0,15200,0,0,0,'Field Repair Bot 110G','',NULL,0,70,70,0,190,4225,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(24781,25557,0,0,0,0,169,11686,0,0,'Nether Energy','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,130,'',12340),
|
|
(24782,0,0,0,0,0,4272,0,0,0,'Weakened Morbent Fel','',NULL,0,32,32,0,21,0,1,1.14286,1,0,45,60,0,108,1,1800,2000,1,0,2048,0,0,0,0,0,0,31,46,10,7,0,1200,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,520,'',0,3,1,1.25,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24783,0,0,0,0,0,22626,0,0,0,'Trained Rock Falcon','','',0,65,65,1,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,44422,44423,44424,0,0,0,0,0,0,0,0,0,'',0,5,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24784,0,0,0,0,0,22636,0,0,0,'Scuttle Frostprow','','',9012,70,70,2,1888,3,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24785,0,0,0,0,0,24932,0,0,0,'Big Roy','','',0,71,71,2,16,0,0.6,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,24785,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34122,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(24786,0,0,0,0,0,24927,0,0,0,'Reef Bull','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24786,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24787,0,0,0,0,0,22106,0,0,0,'Fjord Hawk Matriarch','','',0,71,71,2,1953,0,1,2.57143,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,26,0,0,0,0,262,389,48,1,1,24787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24788,0,0,0,0,0,22638,0,0,0,'Jack Adams','','',9025,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,1733,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24789,0,0,0,0,0,20089,0,0,0,'Forlorn Soul','','',0,70,71,2,21,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,6,0,24789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24790,0,0,0,0,0,1279,0,0,0,'Black Conrad\'s Ghost','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,24790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34118,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24791,0,0,0,0,0,22639,0,0,0,'Shoveltusk Calf','','',0,68,68,2,1887,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,24791,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,33611,33120,34136,42104,0,0,0,1,0,0,'',12340),
|
|
(24792,0,0,0,0,0,3019,0,0,0,'Advanced Training Dummy','',NULL,0,80,80,2,7,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(24793,0,0,0,0,0,22641,0,0,0,'Fjord Wasp','','',0,68,69,0,310,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,149,1,0,0,'',12340),
|
|
(24794,0,0,0,0,0,7470,9354,9028,9029,'Fjord Beetle','','',0,69,69,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24795,0,0,0,0,0,26699,0,0,0,'Surristrasz','','',9472,80,80,2,1816,8195,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24796,0,0,0,0,0,1214,0,0,0,'Spectral Sailor','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24797,0,0,0,0,0,24933,0,0,0,'Reef Cow','','',0,70,70,2,15,0,1,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24797,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24798,0,0,0,0,0,22644,0,0,0,'Grell (Pink)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24799,0,0,0,0,0,6809,0,0,0,'Grell (Blue)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24800,0,0,0,0,0,2452,0,0,0,'Grell (Blanca)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24801,0,0,0,0,0,911,0,0,0,'Grell (Red)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24802,0,0,0,0,0,904,0,0,0,'Grell (Orange)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24803,0,0,0,0,0,16944,0,0,0,'Grell (White)','','',0,2,3,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24804,0,0,0,0,0,24927,0,0,0,'Attracted Reef Bull','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_attracted_reef_bull',12340),
|
|
(24805,0,0,0,0,0,19871,0,0,0,'War Elekk','',NULL,0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24806,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44498,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24807,0,0,0,0,0,22645,0,0,0,'Walt','Explorers\' League','',9022,69,69,1,1892,3,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24808,25546,0,0,0,0,22646,0,0,0,'Broken Sentinel','','',0,70,70,2,16,0,2,1.42857,1,1,234,331,0,286,4.6,2000,2000,2,570721088,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,2.9,5,1,0,0,0,0,0,0,0,151,1,8388624,2,'',12340),
|
|
(24809,25558,0,0,0,0,169,11686,0,0,'Nether Energy Cube (Ground)','','',0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,128,'',12340),
|
|
(24810,0,0,0,0,0,25974,0,0,0,'Anuniaq','','',9020,71,71,2,1950,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24811,0,0,0,0,0,22647,0,0,0,'Donny','Explorers\' League','',9021,68,68,1,1892,3,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24812,0,0,0,0,0,27060,0,0,0,'Storm Giant','','',0,80,80,2,14,0,2.4,1.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,32,24812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),
|
|
(24813,0,0,0,0,0,23834,0,0,0,'Exarch Larethor','','',0,70,70,0,1960,2,1,1.14286,1,0,252,357,0,304,1,1500,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24814,0,0,0,0,0,22653,0,0,0,'Headless Horseman\'s Mount','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,2,'',12340),
|
|
(24815,25566,0,0,0,0,4449,0,0,0,'Sunblade Imp','','',0,70,70,0,90,0,1,1.14286,1,0,248,363,0,135,4.6,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.65,1,1,0,0,0,0,0,0,0,121,1,257,0,'',12340),
|
|
(24816,0,0,0,0,0,6106,0,0,0,'Fjord Porcupine','','',0,69,69,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24817,0,0,0,0,0,22625,11686,0,0,'Explorers\' League Event Controller','','',0,70,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24818,0,0,0,0,0,8754,0,0,0,'Anvilrage Taskmaster','',NULL,0,48,49,0,54,0,1,1.14286,1,0,83,110,0,200,1,1667,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,7,0,24818,24818,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24819,0,0,0,0,0,8758,0,0,0,'Anvilrage Enforcer','',NULL,0,49,50,0,54,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,24819,24819,0,0,100,0,0,20,0,0,0,0,0,0,0,0,0,0,0,300,400,'SmartAI',1,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24820,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24821,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44550,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24822,0,0,0,0,0,22586,0,0,0,'Tyrith','','',0,70,70,1,35,2,1,1.14286,1,0,234,331,0,286,4.6,2000,2000,2,32832,2048,32,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24823,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,1194,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44562,0,0,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24824,0,0,0,0,0,17856,11686,0,0,'Iron Dwarf Relic','','',0,70,70,2,1892,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24825,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,80,80,2,495,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,44608,44610,44609,0,0,0,0,0,0,22,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24826,0,0,0,0,0,1126,17188,0,0,'Transport Bot A1->A2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24827,0,0,0,0,0,1126,17188,0,0,'Transport Bot B1->B2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24828,0,0,0,0,0,1126,17188,0,0,'Transport Bot C1->C2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24829,0,0,0,0,0,1126,17188,0,0,'Transport Bot D1->D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24830,0,0,0,0,0,722,0,0,0,'Stonevault Pillager','',NULL,0,36,37,0,59,0,1,1.14286,1,1,51,68,0,124,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,35,52,12,7,0,24830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,5797,4610,0,0,0,0,0,1,0,0,'',12340),
|
|
(24831,0,0,0,0,0,1126,17188,0,0,'Transport Bot D2','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24832,0,0,0,0,0,1126,17188,0,0,'Transport Bot D3','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24833,0,0,0,0,0,22659,0,0,0,'Captain \"Stash\" Torgoley','The Lady Mehley',NULL,9038,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24834,0,0,0,0,0,22660,0,0,0,'Galley Chief Grace','The Lady Mehley',NULL,0,40,40,0,1733,640,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24835,0,0,0,0,0,22661,0,0,0,'First Mate Kowalski','The Lady Mehley',NULL,9036,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24836,0,0,0,0,0,262,0,0,0,'Abe the Cabin Boy','The Lady Mehley',NULL,9029,12,12,0,1733,1,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,768,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24837,0,0,0,0,0,22662,0,0,0,'Navigator Mehran','The Lady Mehley',NULL,9031,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24838,0,0,0,0,0,22663,0,0,0,'Sailor Henders','The Lady Mehley',NULL,9033,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24839,0,0,0,0,0,22664,0,0,0,'Sailor Wicks','The Lady Mehley',NULL,9034,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24840,0,0,0,0,0,22665,0,0,0,'Sailor Vines','The Lady Mehley',NULL,9032,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24841,0,0,0,0,0,1858,0,0,0,'Marine Halters','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24842,0,0,0,0,0,22666,0,0,0,'Marine Anderson','',NULL,9037,75,75,2,210,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24843,0,0,0,0,0,22667,0,0,0,'Engineer Combs','The Lady Mehley',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24844,0,0,0,0,0,23487,0,0,0,'Kalecgos','','',0,73,73,1,35,0,1,2.57143,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(24845,0,0,0,0,0,1126,17188,0,0,'Baelgun\'s Event Generator (Cave)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24846,0,0,0,0,0,25748,0,0,0,'Iron Dwarf','','',0,69,69,2,1954,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,24846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24847,0,0,0,0,0,22668,0,0,0,'Loken','','',0,83,83,2,1954,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24848,0,0,0,0,0,23459,0,0,0,'Kalecgos','','',9199,73,73,0,35,3,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24849,31676,0,0,0,0,22287,22288,0,0,'Proto-Drake Rider','','',0,70,70,2,1885,0,1,2.57143,1,1,252,357,0,304,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,2080,24849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2977,4961,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(24850,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kalecgos',12340),
|
|
(24851,0,0,0,0,0,22723,0,0,0,'Kiz Coilspanner','Flight Master',NULL,0,65,65,0,35,8192,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24852,0,0,0,0,0,548,0,0,0,'Iron Rune Construct','','',0,70,70,2,495,0,1,4.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(24853,0,0,0,0,0,1126,11686,22670,0,'Wheelbarrow','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24854,0,0,0,0,0,22671,0,0,0,'Sister of Torment Image','','',0,70,70,0,16,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,33555202,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(24855,0,0,0,0,0,23466,0,0,0,'Kael\'thas Sunstrider Image','Lord of the Blood Elves','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,270,401,53,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(24857,0,0,0,0,0,22906,0,0,0,'Kael\'thas Sunstrider (1)','Lord of the Blood Elves','',0,72,72,1,16,0,1.2,1.42857,1,1,304,436,0,296,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,24857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12156,14858,'',0,1,1,40,100,1,0,34160,34157,0,0,0,0,147,1,618610687,1,'',12340),
|
|
(24858,0,0,0,0,0,22255,0,0,0,'Soaring Eagle','',NULL,0,70,70,1,1890,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_akilzon_eagle',12340),
|
|
(24859,0,0,0,0,0,20432,0,0,0,'Superheated Elemental','','',0,70,70,2,91,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24860,0,0,0,0,0,2348,0,0,0,'Defias Pirate, Female','',NULL,0,19,20,0,17,0,1,1.14286,1,1,29,39,0,70,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24861,0,0,0,0,0,20570,17188,0,0,'Crystal Beam','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24862,0,0,0,0,0,1060,17188,0,0,'Mage Hunter Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24863,0,0,0,0,0,22674,0,0,0,'Frosthorn Kid','','',0,70,70,2,634,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,24863,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24864,31668,0,0,0,0,22677,22678,0,0,'Dragonflayer Worker','','',0,70,70,2,1885,0,1.2,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(24865,0,0,0,0,0,20570,11686,0,0,'Crystal Beam Relay','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24866,0,0,0,0,0,22709,0,0,0,'Lakoor','','',9030,70,70,0,1721,3,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24867,0,0,0,0,0,11686,0,0,0,'Halaa Enemy Combatant','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24868,0,0,0,0,0,22699,0,0,0,'Niobe Whizzlespark','Master Engineering Trainer',NULL,0,70,70,1,35,81,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24869,0,0,0,0,0,22700,0,0,0,'Rig Guardian','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24870,0,0,0,0,0,8369,0,0,0,'Rig Technician','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24871,0,0,0,0,0,27850,0,0,0,'Risen Vrykul Ancestor','','',0,69,70,2,16,0,2.8,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,24871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34043,41989,42108,0,0,0,186,1,8388624,0,'',12340),
|
|
(24872,0,0,0,0,0,22702,0,0,0,'Blood Shade','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,6,0,24872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(24874,0,0,0,0,0,22703,0,0,0,'Fengir the Disgraced','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24875,0,0,0,0,0,22704,0,0,0,'Windan of the Kvaldir','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24876,0,0,0,0,0,22705,0,0,0,'Rodin the Reckless','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24877,0,0,0,0,0,22706,0,0,0,'Isuldof Iceheart','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,128,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24878,0,0,0,0,0,6888,0,0,0,'Rig Sentry','','',0,70,70,0,63,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24879,0,0,0,0,0,25347,0,0,0,'Arctic Cloud','','',0,1,1,0,190,0,0.4,0.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,80206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(24880,0,0,0,0,0,22708,0,0,0,'Korf','Isuldof\'s Companion','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(24881,0,0,0,0,0,22710,0,0,0,'Karrtog','','',9035,70,70,0,1651,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24882,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1,1.14286,1,3,316,450,0,320,60,1000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,24882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,968.8,1,1,0,0,0,0,0,0,0,224,1,650854271,2097153,'boss_brutallus',12340),
|
|
(24883,0,0,0,0,0,22712,17200,0,0,'Rodin Lightning Enabler','','',0,71,71,1,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24884,0,0,0,0,0,28316,0,0,0,'Padwai, Son of Orfus','','',0,12,12,0,1950,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,0,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24885,0,0,0,0,0,22716,0,0,0,'Exorcist Sullivan','','',0,64,64,1,1733,2,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,32768,2048,0,0,0,0,0,0,154,226,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24886,0,0,0,0,0,22717,0,0,0,'Exorcist Vaisha','','',0,68,68,1,1735,2,1,1.14286,1,1,231,325,0,292,4.6,2000,2000,1,36864,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24887,0,0,0,0,0,22712,17200,0,0,'Fengir Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24888,0,0,0,0,0,22712,28016,0,0,'Isuldof Quest Credit','','',0,71,71,2,35,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24889,0,0,0,0,0,22712,17200,0,0,'Rodin Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24890,0,0,0,0,0,22712,17200,0,0,'Windan Quest Credit','','',0,71,71,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24891,0,0,0,0,0,23350,0,0,0,'Kalecgos','','',0,73,73,1,42,0,1,1.14286,1,3,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,136.5,50,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_kalec',12340),
|
|
(24892,0,0,0,0,0,26628,0,0,0,'Sathrovarr the Corruptor','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,24892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097152,'boss_sathrovarr',12340),
|
|
(24893,0,0,0,0,0,169,15880,0,0,'Auchindoun Daily Quest Trigger','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24894,0,0,0,0,0,19797,0,0,0,'Bluff Behemoth','','',0,70,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24895,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,42,0,2,2.3,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,70,1,1,0,0,0,0,0,0,0,222,1,0,1,'npc_madrigosa',12340),
|
|
(24896,0,0,0,0,0,22718,0,0,0,'Lou the Cabin Boy','','',9045,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24897,0,0,0,0,0,6692,0,0,0,'\"Tiny\" Jimb','Grezzix\'s First Mate','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24898,0,0,0,0,0,21602,0,0,0,'Lou the Cabin Boy (Canoe)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24899,0,0,0,0,0,22721,0,0,0,'\"Scoodles\"','','',0,71,71,2,14,0,1.6,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24899,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,34235,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(24900,0,0,0,0,0,22722,0,0,0,'Abdul the Insane','','',0,72,72,2,1888,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24901,0,0,0,0,0,22673,0,0,0,'Maddened Frosthorn','','',0,70,71,2,1692,0,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,24901,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24902,0,0,0,0,0,22712,17188,0,0,'Abdul Relay','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24903,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team A','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24904,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Kickoff Target - to Team B','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24905,0,0,0,0,0,22730,0,0,0,'Leassian','Stable Master',NULL,9821,60,66,0,1733,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24906,0,0,0,0,0,22724,0,0,0,'Flying Mounted Reindeer','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(24907,0,0,0,0,0,7093,0,0,0,'Kickoff Kicker','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24908,0,0,0,0,0,1130,11686,0,0,'BLB Bunny - Center Field','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24910,0,0,0,0,0,1279,0,0,0,'Captain Ellis','','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24911,0,0,0,0,0,22798,22799,0,0,'Cursed Sea Dog','','',0,68,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24912,0,0,0,0,0,22726,0,0,0,'[PH]Avalanche','','',0,60,60,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,122,1,0,0,'',12340),
|
|
(24913,0,0,0,0,0,22712,17200,0,0,'Sister Mercy Cannon','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24914,0,0,0,0,0,23355,0,0,0,'Sorlof','','',0,80,80,2,14,0,4,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,24914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),
|
|
(24915,0,0,0,0,0,1126,11686,22728,0,'Snowball Stampede','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(24916,0,0,0,0,0,24810,0,0,0,'Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24917,0,0,0,0,0,20476,0,0,0,'Phase Wyrm','','',0,70,71,1,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24918,0,0,0,0,0,22979,0,0,0,'Felblood Initiate','','',0,70,70,1,1793,0,0.888888,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24918,24918,0,0,0,0,0,0,0,29098,14873,35871,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24919,0,0,0,0,0,18448,0,0,0,'Wrath Herald','','',0,69,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,24919,24919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,1500,'',0,1,1,1,1,1,0,34259,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24920,0,0,0,0,0,22734,0,0,0,'Razorthorn Flayer','','',0,71,72,1,1873,0,1,0.99206,1,0,307,438,0,314,1,1500,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,24920,0,0,0,0,0,0,0,0,33896,46202,13443,0,0,0,0,0,0,0,1210,1822,'',1,1,1,1,1,1,0,34255,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24921,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24922,0,0,0,0,0,16631,0,0,0,'Razorthorn Ravager','','',0,70,70,1,16,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,0,24922,0,70064,0,0,0,0,0,0,44935,33781,46276,13443,0,0,0,0,13027,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24923,0,0,0,0,0,22735,22737,22736,22738,'Shattered Sun Channeler','','',0,66,66,0,1956,0,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24924,0,0,0,0,0,22739,0,0,0,'Sky-Captain Bomblast','The Iron Eagle',NULL,9110,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24925,0,0,0,0,0,1126,15880,22742,0,'Boss Portal: Purple (3.00)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24926,0,0,0,0,0,22740,0,0,0,'Chief Officer Brassbolt','The Iron Eagle',NULL,9106,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24927,0,0,0,0,0,22743,0,0,0,'Navigator Sparksizzle','The Iron Eagle',NULL,9109,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24928,0,0,0,0,0,1126,11686,0,0,'Sunwell Daily Bunny x 1.00','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24929,0,0,0,0,0,22744,0,0,0,'Crewman Crosswire','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24930,0,0,0,0,0,22745,0,0,0,'Crewman Gazzlegear','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24931,0,0,0,0,0,22746,0,0,0,'Crewman Fastwrench','The Iron Eagle',NULL,9107,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24932,0,0,0,0,0,22747,0,0,0,'Exarch Nasuun','','',9046,70,70,1,1956,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24933,0,0,0,0,0,20919,0,0,0,'Suspended Terrorguard','','',0,70,70,1,190,0,0.4,1.38889,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(24934,0,0,0,0,0,22750,0,0,0,'Snack-O-Matic IV','',NULL,0,25,25,0,35,640,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24935,0,0,0,0,0,22750,0,0,0,'Vend-O-Tron D-Luxe','',NULL,0,25,25,0,35,6272,1,1,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24936,0,0,0,0,0,19725,13069,0,0,'Sunwell Daily Bunny x 0.01','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24937,0,0,0,0,0,18905,0,0,0,'Magistrix Seyla','','',9051,70,70,1,1956,3,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24938,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Marksman','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,38858,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24939,0,0,0,0,0,22757,0,0,0,'Shattered Sun Marksman - BE Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24940,0,0,0,0,0,22758,0,0,0,'Shattered Sun Marksman - BE Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24941,0,0,0,0,0,22759,0,0,0,'Shattered Sun Marksman - BE Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24942,0,0,0,0,0,22754,0,0,0,'Shattered Sun Marksman - BE Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24943,0,0,0,0,0,22760,0,0,0,'Shattered Sun Marksman - BE Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24944,0,0,0,0,0,22761,0,0,0,'Shattered Sun Marksman - BE Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24945,0,0,0,0,0,22762,0,0,0,'Shattered Sun Marksman - BE Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24946,0,0,0,0,0,22753,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24947,0,0,0,0,0,22763,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24948,0,0,0,0,0,22764,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24949,0,0,0,0,0,22765,0,0,0,'Shattered Sun Marksman - Draenei Male Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24950,0,0,0,0,0,22755,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24951,0,0,0,0,0,22766,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 2','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24952,0,0,0,0,0,22767,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 3','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24953,0,0,0,0,0,22768,0,0,0,'Shattered Sun Marksman - Draenei Female Tier 4','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24954,0,0,0,25615,0,24848,0,0,0,'Aged Magnataur','','',0,70,70,1,1953,0,1,0.952381,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,24954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24955,0,0,0,0,0,22843,0,0,0,'Emaciated Felblood','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,24955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,1503,'',0,1,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(24956,0,0,0,0,0,22771,0,0,0,'Juniper','','',9053,66,66,1,35,0,1,1.14286,1,1,210,295,0,282,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24957,0,0,0,25660,0,23294,23307,0,0,'Cult Plaguebringer','Cult of the Damned','',0,70,71,2,21,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,24957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24958,0,0,0,0,0,24811,0,0,0,'Unstable Living Flare','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24959,0,0,0,0,0,16480,21072,0,0,'Generic Quest Trigger - LAB','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24960,0,0,0,0,0,22845,0,0,0,'Wretched Devourer','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24961,0,0,0,0,0,9510,0,0,0,'Sanctum Rift','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24962,0,0,0,0,0,19439,19440,19441,19442,'Slain Guard','','',0,70,70,1,1701,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24963,0,0,0,0,0,22752,0,0,0,'Shattered Sun Marksman - BE Male Tier 1','','',0,70,70,1,1957,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24964,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Scout','','',0,63,66,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24965,0,0,0,0,0,22775,0,0,0,'Vindicator Xayann','','',9052,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24966,0,0,0,0,0,22976,0,0,0,'Wretched Fiend','','',0,69,69,1,16,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,8,24960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,1369,'SmartAI',0,1,1,1,0.5,1,0,34338,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24967,0,0,0,0,0,22774,0,0,0,'Captain Theris Dawnhearth','','',9065,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24968,0,0,0,0,0,22776,0,0,0,'Clockwork Rocket Bot','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24969,0,0,0,0,0,22777,0,0,0,'Mechanoman','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24970,0,0,0,0,0,22778,0,0,0,'Battlin\' Blue Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24971,0,0,0,0,0,22779,0,0,0,'Rowdy Red Wind-Up Warrior','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(24972,0,0,0,0,0,19971,0,0,0,'Erratic Sentry','','',0,70,70,1,190,0,2,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,8,24972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,127,1,16384,0,'',12340),
|
|
(24973,0,0,0,0,0,1126,17188,0,0,'Ellis Crew Trigger','','',0,68,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(24974,0,0,0,0,0,22780,0,0,0,'Liza Cutlerflix','Stable Master',NULL,9821,60,66,0,35,4194305,1,1.14286,1,0,210,295,0,282,1,2000,2000,1,512,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(24975,0,0,0,0,0,22781,0,0,0,'Mar\'nah','Alchemist','',9050,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24976,0,0,0,0,0,22783,22782,22785,22784,'Dawnblade Blood Knight','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,2056,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,1445,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24977,0,0,0,0,0,22790,22791,0,0,'Warpy','Liza\'s Pet',NULL,0,13,20,0,35,0,1,1.14286,1,0,27,36,0,64,1,2000,2000,2,0,2048,0,0,0,0,0,0,19,28,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24978,25548,0,0,0,0,22786,22787,22789,22788,'Dawnblade Summoner','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24979,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Marksman','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1185,1448,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24980,0,0,0,0,0,16480,20559,0,0,'Crystal Ward','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24981,0,0,0,0,0,23431,0,0,0,'Converted Sentry','','',0,70,70,1,1957,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(24982,0,0,0,0,0,22807,0,0,0,'Mrs. Flaskataur','Mate of the Flaskataur',NULL,0,72,72,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24983,0,0,0,0,0,16480,20559,0,0,'Tainted Magnataur Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),
|
|
(24984,0,0,0,0,0,22800,0,0,0,'Christmas Grand Warlock Nethekurse','',NULL,0,71,71,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,18.75,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(24985,0,0,0,0,0,22801,0,0,0,'Christmas Grandmaster Vorpil','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.75,10,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(24986,0,0,0,0,0,22802,0,0,0,'Christmas Exarch Maladaar','',NULL,0,67,67,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,5,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24987,0,0,0,0,0,22803,0,0,0,'Christmas Captain Skarloc','',NULL,0,68,68,1,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24988,0,0,0,0,0,22804,0,0,0,'Christmas Nethermancer Sepethrea','',NULL,0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(24989,0,0,0,0,0,22806,0,0,0,'Jebediah McWeaksauce','The Brothers McWeaksauce',NULL,0,65,65,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24990,0,0,0,0,0,22805,0,0,0,'Christmas High Botanist Freywinn','',NULL,0,72,72,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.75,15,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(24991,0,0,0,0,0,16480,20559,0,0,'Converted Sentry Credit','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(24992,0,0,0,0,0,3127,0,0,0,'The Big Gun','','Interact',0,70,70,2,35,16777216,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24993,0,0,0,0,0,22867,0,0,0,'Galley Chief Mariss','The Moonspray',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24994,0,0,0,0,0,19301,0,0,0,'Shattered Sun Sentry','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,33688,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,0,1,16385,0,'',12340),
|
|
(24995,0,0,0,0,0,22808,0,0,0,'Merchant Fallel Stargazer','The Moonspray',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24996,0,0,0,0,0,22864,0,0,0,'Mariner Bladewhisper','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24997,0,0,0,0,0,22865,0,0,0,'Mariner Swiftstar','The Moonspray',NULL,9059,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(24998,0,0,0,0,0,22863,0,0,0,'Mariner Farsight','The Moonspray',NULL,9058,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(24999,0,0,0,25068,0,19586,0,0,0,'Irespeaker','','',0,70,70,1,90,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1188,1452,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25000,0,0,0,0,0,18139,0,0,0,'Abyss Creature','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(25001,0,0,0,25068,0,16946,0,0,0,'Abyssal Flamewalker','','',0,70,71,1,90,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1256,1535,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(25002,0,0,0,25068,0,22809,0,0,0,'Unleashed Hellion','','',0,70,71,1,90,0,0.4,1.38889,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,3,0,25001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,1536,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(25003,0,0,0,0,0,20046,0,0,0,'Emissary of Hate','','',0,72,72,1,90,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25004,0,0,0,0,0,22812,0,0,0,'Emissary of Despair','','',0,70,70,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25005,0,0,0,0,0,22811,0,0,0,'Emissary of Dread','','',0,71,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25006,0,0,0,0,0,25092,0,0,0,'Dan\'s Test Vehicle','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25007,0,0,0,0,0,22866,0,0,0,'Mariner Evenmist','The Moonspray',NULL,9060,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25008,0,0,0,25068,0,22810,0,0,0,'Abyssal Flamewalker (Display)','','',0,70,71,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(25009,0,0,0,0,0,22815,0,0,0,'Captain Angelina Soluna','The Bravery',NULL,9068,40,40,0,1733,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25010,0,0,0,0,0,22816,0,0,0,'Engineer Brightbuckle','The Bravery',NULL,0,29,29,0,1733,6272,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25011,0,0,0,0,0,22817,0,0,0,'First Mate Wavesinger','The Bravery',NULL,9066,38,38,0,1733,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25012,0,0,0,0,0,22818,0,0,0,'Galley Chief Gathers','The Bravery',NULL,0,40,40,0,1733,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25013,0,0,0,0,0,4845,0,0,0,'Sentinel Brightgrass','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25014,0,0,0,0,0,4846,0,0,0,'Sentinel Winterdew','',NULL,9072,55,55,0,1802,1,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25015,0,0,0,0,0,22819,0,0,0,'Navigator Landerson','The Bravery',NULL,9067,28,28,0,1733,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25016,0,0,0,0,0,22820,0,0,0,'Sailor Wills','The Bravery',NULL,9071,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25017,0,0,0,0,0,22821,0,0,0,'Sailor Fairfolk','The Bravery',NULL,9069,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25018,0,0,0,0,0,22822,0,0,0,'Sailor Stoneheel','The Bravery',NULL,9070,26,26,0,1733,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25019,0,0,0,0,0,22824,0,0,0,'Merchant Felagunne','Feathermoon Ferry',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25020,0,0,0,0,0,22826,0,0,0,'Galley Chief Alunwea','Feathermoon Ferry',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25021,0,0,0,0,0,22828,0,0,0,'Mariner Moonblade','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25022,0,0,0,0,0,22830,0,0,0,'Mariner Stillwake','Feathermoon Ferry',NULL,9056,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25023,0,0,0,0,0,22827,0,0,0,'Mariner Everwatch','Feathermoon Ferry',NULL,9057,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25024,0,0,0,0,0,22829,0,0,0,'Mariner Softsong','Feathermoon Ferry',NULL,9054,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25025,0,0,0,0,0,22825,0,0,0,'Captain Idrilae','Feathermoon Ferry',NULL,9077,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25026,0,0,0,0,0,10630,646,829,0,'Mutinous Sea Dog','','',0,69,70,2,14,0,0.777776,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34387,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25027,0,0,0,0,0,1065,0,0,0,'Frenzied Ghoul','','',0,69,70,1,233,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(25028,0,0,0,0,0,201,0,0,0,'Skeletal Ravager','','',0,69,70,1,1962,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,16,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,0.2,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(25029,0,0,0,0,0,22259,22260,0,0,'Amani\'shi Warrior DEBUG','',NULL,0,70,70,1,1890,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.8,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25030,0,0,0,0,0,20045,0,0,0,'Wrath Enforcer','','',0,69,70,1,1963,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,536870912,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(25031,0,0,0,0,0,20907,0,0,0,'Pit Overlord','','',0,71,71,1,1963,0,0.777776,0.992063,1,1,296,424,0,290,4.6,2000,2000,2,16,2048,0,0,0,0,0,0,260,387,37,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3,10,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(25032,0,0,0,0,0,22831,0,0,0,'Eldara Dawnrunner','Shattered Sun Quartermaster','',9126,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25033,0,0,0,0,0,22833,0,0,0,'Eredar Sorcerer','','',0,70,70,1,1963,0,0.888888,0.912699,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25034,0,0,0,0,0,22832,0,0,0,'Tradesman Portanuus','Trade Supplies','',9061,70,70,1,1960,131,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25035,0,0,0,0,0,22834,0,0,0,'Tyrael Flamekissed','General Goods','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25036,0,0,0,0,0,22835,0,0,0,'Caregiver Inaara','Innkeeper','',7497,70,70,1,1960,65665,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(25037,0,0,0,0,0,22836,0,0,0,'Seraphina Bloodheart','Stable Master','',9821,70,70,1,1960,4194305,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(25038,0,0,0,0,0,22838,0,0,0,'Felmyst','','',0,73,73,1,14,0,2,2,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,108,25038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,5,1,807.8,1,1,0,0,0,0,0,0,0,222,1,650854271,2097409,'boss_felmyst',12340),
|
|
(25039,0,0,0,0,0,22837,0,0,0,'Kaalif','Reagent Vendor','',0,70,70,1,1960,2176,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25040,0,0,0,0,0,4606,0,0,0,'Greater Water Elemental','',NULL,0,59,59,0,1534,0,1,1.28968,1,1,133,176,0,234,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,91,133,23,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_water_elemental',12340),
|
|
(25041,0,0,0,0,0,22838,0,0,0,'Felmyst Visual','','',0,70,70,1,14,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,100,1,1,0,0,0,0,0,0,0,222,1,8388624,1,'',12340),
|
|
(25042,0,0,0,0,0,16480,19595,0,0,'Magisters\' Terrace - Scryer Quest Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25043,0,0,0,0,0,22839,0,0,0,'Sereth Duskbringer','Poison Supplier','',0,70,70,1,1960,129,1,1.14286,1,0,234,331,0,286,1,2000,1573,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25044,0,0,0,0,0,22840,0,0,0,'Dragonhawk (Bombing Run)','','',0,40,40,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25045,0,0,0,0,0,15593,0,0,0,'Sentinel','Seraphina\'s Pet','',0,70,70,1,1960,0,1,0.99206,1,0,252,357,0,304,1,2000,1573,1,0,2048,0,2,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25046,0,0,0,0,0,22842,0,0,0,'Smith Hauthaa','Weapons & Armorsmith','',9087,70,70,1,1960,4227,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25047,0,0,0,0,0,20570,11686,0,0,'Wretched Hungerer','','',0,69,69,1,14,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,206,302,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,34338,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25049,0,0,0,0,0,19085,0,0,0,'Dawnstar Charger','','',0,69,70,1,634,0,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(25050,0,0,0,0,0,22848,0,0,0,'Captain Galind Windsword','Elune\'s Blessing',NULL,9082,70,70,0,1733,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25051,0,0,0,0,0,22849,0,0,0,'Merchant Frostwalker','Elune\'s Blessing',NULL,0,65,65,0,1733,6272,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25052,0,0,0,0,0,22868,0,0,0,'Galley Chief Halumvorea','Elune\'s Blessing',NULL,0,65,65,0,1733,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25053,0,0,0,0,0,22850,0,0,0,'Mariner Farseeker','Elune\'s Blessing',NULL,9079,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25054,0,0,0,0,0,22854,0,0,0,'Mariner Keenstar','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25055,0,0,0,0,0,22853,0,0,0,'Mariner Frostnight','Elune\'s Blessing',NULL,9081,75,75,2,1733,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25056,0,0,0,0,0,22851,0,0,0,'Mariner Stillglider','Elune\'s Blessing',NULL,9080,75,75,2,1733,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25057,0,0,0,0,0,22847,0,0,0,'Battlemage Arynna','','',9064,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25058,0,0,0,0,0,5585,0,0,0,'Fuzz','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25059,0,0,0,0,0,22846,0,0,0,'Ayren Cloudbreaker','','',9062,70,70,1,1960,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25060,0,0,0,0,0,22874,22875,22876,22877,'Darkspine Myrmidon','','',0,70,71,1,74,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,1541,'SmartAI',0,3,1,1,1,1,0,34477,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25061,0,0,0,0,0,22905,0,0,0,'Harbinger Inuuro','','',9063,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,37632,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25062,0,0,0,0,0,22855,0,0,0,'Tiny Sporebat','',NULL,0,1,1,1,188,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25063,0,0,0,0,0,22856,22858,22857,22859,'Dawnblade Hawkrider','','',0,70,70,1,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,176,0,0,0,'',12340),
|
|
(25064,0,0,0,0,0,28417,0,0,0,'Dragonhawk Mount (Black)','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25065,0,0,0,0,0,16480,17612,0,0,'Emissary of Hate Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25066,0,0,0,0,0,16480,17612,0,0,'Emissary of Dread Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25067,0,0,0,0,0,16480,17612,0,0,'Emissary of Despair Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25068,0,0,0,0,0,16480,17612,0,0,'Burning Legion Demon','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25069,0,0,0,0,0,22861,0,0,0,'Magister Ilastar','','',9127,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25070,0,0,0,0,0,22881,0,0,0,'Chief Officer Coppernut','The Thundercaller',NULL,9090,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25071,0,0,0,0,0,22884,0,0,0,'Crewman Rusthammer','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25072,0,0,0,0,0,22882,0,0,0,'Crewman Quickfix','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25073,0,0,0,0,0,22869,22870,22871,22872,'Darkspine Siren','','',0,70,71,1,74,0,1,1,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,7,0,25073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,1447,'SmartAI',0,1,1,1,1,1,0,34483,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25074,0,0,0,0,0,22883,0,0,0,'Crewman Sparkfly','The Thundercaller',NULL,9092,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25075,0,0,0,0,0,22873,0,0,0,'Zeppelin Controls','',NULL,0,25,25,0,35,0,1,1,1,0,35,48,0,86,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,24,36,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25076,0,0,0,0,0,22885,0,0,0,'Navigator Fairweather','The Thundercaller',NULL,9091,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25077,0,0,0,0,0,22880,0,0,0,'Sky-Captain Cloudkicker','The Thundercaller',NULL,9089,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25078,0,0,0,0,0,22879,0,0,0,'Captain Krick Wrenchnozzle','The Maiden\'s Fancy',NULL,9074,40,40,0,120,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25079,0,0,0,0,0,1647,0,0,0,'Deathguard Fowles','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25080,0,0,0,0,0,4259,0,0,0,'Grunt Umgor','',NULL,0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25081,0,0,0,0,0,4260,0,0,0,'Grunt Ounda','',NULL,9108,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25082,0,0,0,0,0,22886,0,0,0,'Engineer Torquespindle','The Maiden\'s Fancy',NULL,0,29,29,0,120,4224,1,1.14286,1,0,41,54,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,28,41,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25083,0,0,0,0,0,1646,0,0,0,'Deathguard Lawson','The Thundercaller',NULL,9095,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25084,0,0,0,0,0,369,0,0,0,'Greengill Slave','','',0,60,61,1,190,0,1,1.14286,1,0,159,221,0,258,1,2000,2000,1,32768,2048,0,0,0,0,0,0,127,188,28,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_greengill_slave',12340),
|
|
(25085,0,0,0,0,0,369,0,0,0,'Freed Greengill Slave','','',0,60,60,1,1966,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,25084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25086,0,0,0,0,0,11686,0,0,0,'Freed Greengill Slave Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25087,0,0,0,0,0,22792,22793,22794,22795,'Dawnblade Reservist','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,1443,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25088,0,0,0,0,0,22904,0,0,0,'Captain Valindria','','',9088,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25089,0,0,0,0,0,22892,0,0,0,'Galley Chief Steelbelly','The Maiden\'s Fancy',NULL,0,65,65,0,120,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25090,0,0,0,0,0,16480,21072,0,0,'Sin\'Loren Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25091,0,0,0,0,0,16480,21072,0,0,'Bloodoath Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25092,0,0,0,0,0,16480,21072,0,0,'Dawnchaser Credit','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25093,0,0,0,0,0,22893,0,0,0,'First Mate Masker','The Maiden\'s Fancy',NULL,9083,38,38,0,120,0,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25094,0,0,0,0,0,22887,0,0,0,'Navigator Tah\'re','The Maiden\'s Fancy',NULL,0,28,28,0,120,0,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25095,0,0,0,0,0,22888,0,0,0,'Crewman Springwidget','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25096,0,0,0,0,0,22889,0,0,0,'Crewman Gearspinner','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25097,0,0,0,0,0,22890,0,0,0,'Crewman Hammertink','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25098,0,0,0,0,0,22891,0,0,0,'Bosun Thunderhorn','The Maiden\'s Fancy',NULL,0,26,26,0,120,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25099,0,0,0,0,0,22894,0,0,0,'Jonathan Garrett','Master Engineering Trainer',NULL,9084,70,70,0,714,81,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25100,0,0,0,0,0,22895,0,0,0,'Chief Officer Hammerflange','The Purple Princess',NULL,9117,38,38,0,1734,1,1,1.14286,1,0,53,70,0,128,1,2000,2000,1,768,2048,0,0,0,0,0,0,36,53,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25101,0,0,0,0,0,22896,0,0,0,'Crewman Cutpipe','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25102,0,0,0,0,0,22897,0,0,0,'Crewman Spinshaft','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25103,0,0,0,0,0,22898,0,0,0,'Crewman Boltshine','The Purple Princess',NULL,9121,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25104,0,0,0,0,0,22899,0,0,0,'Navigator Hatch','The Purple Princess',NULL,9118,28,28,0,1734,1,1,1.14286,1,0,39,53,0,96,1,2000,2000,1,768,2048,0,0,0,0,0,0,27,40,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25105,0,0,0,0,0,22900,0,0,0,'Sky-Captain Cableclamp','The Purple Princess',NULL,9116,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25106,0,0,0,0,0,4084,0,0,0,'Watcher Du\'una','',NULL,9122,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25107,0,0,0,0,0,4083,0,0,0,'Watcher Umjin','',NULL,9120,75,75,2,1801,1,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25108,0,0,0,0,0,22852,0,0,0,'Vindicator Kaalan','','',9111,70,70,0,1960,3,1,1.14286,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25109,0,0,0,0,0,22903,0,0,0,'Rocket Chicken','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25110,0,0,0,0,0,22966,22990,22991,22992,'Dragon Kite','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25111,0,0,0,0,0,22902,0,0,0,'Treasure','The Maiden\'s Fancy',NULL,0,1,1,0,120,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25112,0,0,0,0,0,22971,0,0,0,'Anchorite Ayuri','','',9115,70,70,1,1960,3,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25113,0,0,0,0,0,1206,6303,2957,2958,'Crafty Snake','',NULL,0,60,60,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25114,0,0,0,0,0,1126,11686,0,0,'Hauthaa\'s Anvil Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25115,0,0,0,0,0,20570,11686,0,0,'Shattered Sun Warrior','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25116,0,0,0,0,0,22907,0,0,0,'Shattered Sun Warrior - BE Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25117,0,0,0,0,0,22908,0,0,0,'Shattered Sun Warrior - BE Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25118,0,0,0,0,0,22909,0,0,0,'Shattered Sun Warrior - BE Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25119,0,0,0,0,0,22910,0,0,0,'Shattered Sun Warrior - BE Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25120,0,0,0,0,0,22911,0,0,0,'Shattered Sun Warrior - BE Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25121,0,0,0,0,0,22912,0,0,0,'Shattered Sun Warrior - BE Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25122,0,0,0,0,0,22913,0,0,0,'Shattered Sun Warrior - BE Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25123,0,0,0,0,0,22914,0,0,0,'Shattered Sun Warrior - BE Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25124,0,0,0,0,0,22915,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25125,0,0,0,0,0,22916,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25126,0,0,0,0,0,22917,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25127,0,0,0,0,0,22918,0,0,0,'Shattered Sun Warrior - Draenei Female Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25128,0,0,0,0,0,22919,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 1','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25129,0,0,0,0,0,22920,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 2','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25130,0,0,0,0,0,22921,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 3','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25131,0,0,0,0,0,22922,0,0,0,'Shattered Sun Warrior - Draenei Male Tier 4','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25132,0,0,0,0,0,22792,22793,22794,22795,'Sunblade Lookout','','',0,70,70,1,16,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33024,2048,0,0,0,0,0,0,198,295,33,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25133,0,0,0,0,0,22923,0,0,0,'Astromancer Darnarian','','',0,70,70,1,1960,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25134,0,0,0,0,0,22924,22932,22933,22934,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25135,0,0,0,0,0,22926,22935,22936,22937,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25136,0,0,0,0,0,22925,22942,22943,22944,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25137,0,0,0,0,0,22927,22939,22940,22941,'Shattered Sun Trainee','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25138,0,0,0,0,0,22928,0,0,0,'Captain Dranarus','','',0,71,71,1,1956,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25139,0,0,0,0,0,1543,0,0,0,'[PH] Bri\'s Test NPC','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25140,0,0,0,0,0,22930,0,0,0,'Lord Torvos','','',0,70,70,1,1956,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25141,0,0,0,0,0,22929,0,0,0,'Commander Steele','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25142,0,0,0,0,0,22752,22757,22753,22763,'Shattered Sun Marksman','','',0,68,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25143,0,0,0,0,0,22931,0,0,0,'Shattered Sun Veteran','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25144,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Bombardier','','',0,63,66,1,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,33536,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),
|
|
(25145,0,0,0,0,0,22948,22950,22945,22946,'Budd\'s Bodyguard','',NULL,0,70,70,1,1812,0,1,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,36864,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4.2,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25146,0,0,0,0,0,21304,0,0,0,'Golden Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25147,0,0,0,0,0,22938,0,0,0,'Silver Pig','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25148,0,0,0,0,0,22960,0,0,0,'Bergrisst','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25149,0,0,0,0,0,22961,0,0,0,'Chief Thunder-Skins','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25150,0,0,0,0,0,22962,0,0,0,'Mai\'Kyl','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25151,0,0,0,0,0,22963,0,0,0,'Samuro','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25152,0,0,0,0,0,22964,0,0,0,'Sig Nicious','The Tauren Chieftains',NULL,0,70,70,0,35,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25153,0,0,0,0,0,22952,22957,22958,22959,'Shattered Sun Magi','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25154,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Shrine','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25155,0,0,0,0,0,22953,22954,22956,22955,'Shattered Sun Cleric','','',0,68,70,1,1956,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25156,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Portal','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25157,0,0,0,0,0,16480,19595,0,0,'Sunwell - Quest Bunny - Sunwell','','',0,60,60,1,35,0,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25158,0,0,0,0,0,22711,0,0,0,'Brutallus','','',0,73,73,1,1771,0,1.1,1.14286,1,3,316,450,0,320,35,2000,2000,1,262144,2048,0,0,0,0,0,0,278,413,58,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1000,1,1,0,0,0,0,0,0,0,225,1,0,0,'',12340),
|
|
(25160,0,0,0,0,0,22965,0,0,0,'Madrigosa','','',0,73,73,1,1770,0,1.1,1.14286,1,3,313,448,0,302,35,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,70,1,1,0,0,0,0,0,0,0,222,1,0,0,'',12340),
|
|
(25161,0,0,0,0,0,22860,0,0,0,'Dawnblade Dragonhawk','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25162,0,0,0,0,0,22967,0,0,0,'Drill Sergeant Bahduum','','',0,70,70,1,1960,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25163,0,0,0,0,0,22972,0,0,0,'Anchorite Kairthos','','',0,70,70,1,1960,2,2.4,1.14286,1,0,234,331,0,286,1,2000,2500,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(25164,0,0,0,0,0,18018,18019,18016,18017,'Shattered Sun Recruit','','',0,63,66,0,1956,0,1.1,1.14286,1,0,195,273,0,266,1,2000,2000,2,37632,2048,0,0,0,0,0,0,161,240,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25165,0,0,0,0,0,23177,0,0,0,'Lady Sacrolash','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_sacrolash',12340),
|
|
(25166,0,0,0,0,0,23334,0,0,0,'Grand Warlock Alythess','','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,70,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,3,108,25166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,332.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_alythess',12340),
|
|
(25167,0,0,0,0,0,22968,0,0,0,'General Tiras\'alan','','',9105,70,70,1,1956,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25168,0,0,0,0,0,11686,0,0,0,'Kite Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),
|
|
(25169,0,0,0,0,0,22969,0,0,0,'Archmage Ne\'thul','','',9105,71,71,1,1960,3,1,1.14286,1,1,255,373,0,137,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,240,358,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25170,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Archmage','','',0,70,70,1,1960,0,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25171,0,0,0,0,0,1126,17188,0,0,'Invisible Stalker (Scale x0.5)','',NULL,0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25172,0,0,0,0,0,1126,17188,0,0,'Archmage Invisible Target','','',0,1,1,0,1956,0,1,1.14286,1,1,2,3,0,10,7.5,2000,2000,8,33559296,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25173,0,0,0,0,0,1126,17188,0,0,'Zul\'Aman Door Trigger','',NULL,0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25174,0,0,0,0,0,22981,0,0,0,'K\'iru','','',0,72,72,1,1775,0,1,1.42857,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25175,0,0,0,0,0,19259,0,0,0,'Shattered Sun Dragonhawk','','',0,70,70,1,1956,0,3.2,2.57143,1,1,234,331,0,286,4.6,2000,2000,2,512,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,3,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),
|
|
(25176,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25177,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25178,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25179,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor',NULL,0,70,70,2,35,129,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,514,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25180,0,0,0,0,0,14577,0,0,0,'Fast Black War Ram','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25181,0,0,0,0,0,14334,0,0,0,'Fast Black War Wolf','',NULL,0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25182,0,0,0,0,0,16314,0,0,0,'Corlok\'s Enslaved Netherwing Drake','',NULL,0,71,71,1,1824,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,238,1,0,0,'',12340),
|
|
(25183,0,0,0,0,0,17717,0,0,0,'Wildhammer Gryphon (Purple)','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25184,0,0,0,0,0,17718,0,0,0,'Wing Commander Ichman\'s Mount','',NULL,0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(25185,0,0,0,0,0,17701,0,0,0,'Muckjaw\'s Wyvern','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(25186,0,0,0,0,0,17719,0,0,0,'Kor\'kron\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25187,0,0,0,0,0,17719,0,0,0,'Mulverick\'s Mount','',NULL,0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,252,1,0,0,'',12340),
|
|
(25188,0,0,0,0,0,21155,0,0,0,'Trope\'s Mount','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(25189,0,0,0,0,0,2404,0,0,0,'Riding Horse (Brown) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25190,0,0,0,0,0,8469,0,0,0,'Skarloc\'s Warhorse','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25191,0,0,0,0,0,2410,0,0,0,'Riding Horse (White Stallion) (16 Speed)','',NULL,0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25192,0,0,0,0,0,19725,13069,0,0,'Bridge Marksman Target Bunny','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25193,0,0,0,0,0,20344,0,0,0,'Ruul\'s Nether Drake','',NULL,0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(25194,0,0,0,0,0,14336,14334,14574,14575,'Kor\'kron Riding Wolf','',NULL,0,70,75,0,2054,0,1,2.28571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25195,0,0,0,0,0,18743,18742,18741,18740,'Marksman Bova','Specialty Ammunition Vendor',NULL,0,70,70,1,1743,4480,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25196,0,0,0,0,0,18760,0,0,0,'Archer Delvinar','Specialty Ammunition Vendor',NULL,0,62,62,1,1744,4480,1,1.14286,1,0,160,223,0,246,1,2000,2000,2,33024,2048,0,0,0,0,0,0,129,191,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25197,0,0,0,0,0,22984,0,0,0,'King Mrgl-Mrgl','D.E.H.T.A.','',9136,71,71,2,1660,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,33280,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25198,0,0,0,0,0,1762,486,346,1994,'Winterfin Gatherer','','',9138,62,65,1,1968,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33024,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25199,0,0,0,0,0,391,0,0,0,'Brglmurgl','','',9133,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25200,0,0,0,0,0,2139,0,0,0,'Steven Thomas','',NULL,9129,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25201,0,0,0,0,0,15369,15984,22986,22987,'Winterfin Tadpole','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25202,0,0,0,0,0,17895,0,0,0,'Arcanist Myndimendez','',NULL,9125,50,50,0,1734,1,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,4096,2048,0,0,0,0,0,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25203,0,0,0,0,0,25194,0,0,0,'Glrggl','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25203,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,34617,0,0,0,0,0,1,0,0,'',12340),
|
|
(25204,0,0,0,0,0,21975,0,0,0,'Glimmer Bay Orca','','',0,70,71,2,1970,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,25204,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,34618,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25205,0,0,0,0,0,5025,0,0,0,'Mrmrglmr','','',9134,70,70,2,1968,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25206,0,0,0,0,0,4920,0,0,0,'Ahlurglgr','Clam Vendor','',9130,69,69,2,1968,4227,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25207,0,0,0,0,0,15543,0,0,0,'Roitau','',NULL,9128,50,50,0,1734,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,4096,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25208,0,0,0,0,0,757,0,0,0,'Lurgglbr','','',9137,71,71,2,1968,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lurgglbr',12340),
|
|
(25209,0,0,0,0,0,22989,0,0,0,'Claximus','','',0,72,72,2,14,0,1,0.85714,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25209,25209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,34621,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25210,0,0,0,0,0,23004,0,0,0,'Keymaster Urmgrgl','','',0,71,71,2,18,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25210,25210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34600,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25211,0,0,0,0,0,386,0,0,0,'Cleaver Bmurglbrm','','',0,69,69,2,1968,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,0,25211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25212,0,0,0,0,0,11686,0,0,0,'Kite Sky Lightning Bunny','',NULL,0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,121,1,0,130,'',12340),
|
|
(25213,0,0,0,0,0,5187,11686,0,0,'Chess Chest Bunny','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25214,0,0,0,0,0,23178,0,0,0,'Shadow Image','','',0,70,70,1,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.043,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(25215,0,0,0,25217,0,652,478,5243,540,'Winterfin Shorestriker','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25215,25215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25216,0,0,0,25217,0,3617,4920,11293,3940,'Winterfin Oracle','','',0,69,70,2,1969,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25216,25216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25217,0,0,0,0,0,506,391,1305,1079,'Winterfin Warrior','','',0,69,70,2,1969,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25217,25217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25218,0,0,0,0,0,22993,0,0,0,'[PH] Torch Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25219,0,0,0,0,0,20570,11686,0,0,'Borean Queue Trigger LAB','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25220,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(25221,0,0,0,25221,0,19587,0,0,0,'TEST - Clayton Dubin - TEST','','',0,36,60,0,1819,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25222,0,0,0,0,0,23072,0,0,0,'Recruitment Officer Carven','','',0,71,71,0,1973,0,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25223,0,0,0,0,0,22994,0,0,0,'Lord Solanar Bloodwrath','','',0,70,70,1,1604,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25224,0,0,0,0,0,22995,22996,0,0,'Vengeful Kvaldir Spirit','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25224,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25225,0,0,0,0,0,3019,0,0,0,'Practice Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(25226,0,0,0,0,0,23000,0,0,0,'Scalder','','',0,71,71,2,14,0,1,1.28968,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,25226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25227,0,0,0,0,0,9758,0,0,0,'Crypt Crawler','','',0,68,69,2,1988,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25228,0,0,0,0,0,23883,0,0,0,'Risen Crypt Lord','','',0,69,69,0,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25229,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Isuldof','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25230,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Windan','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25231,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Rodin','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25232,0,0,0,0,0,1126,17188,0,0,'Shield Hill Creature Trigger - Fengir','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25233,0,0,0,0,0,24388,0,0,0,'Lunk-tusk','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25234,0,0,0,0,0,22998,22999,0,0,'Stormfleet Deckhand','','',0,68,69,0,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25235,0,0,0,0,0,23001,0,0,0,'Hilda Stoneforge','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25236,0,0,0,0,0,19259,0,0,0,'Unrestrained Dragonhawk','','',9143,70,70,1,35,1,1.1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,30,0,0,0,0,198,295,33,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,2,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),
|
|
(25237,0,0,0,0,0,23006,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',9144,70,70,2,1979,3,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25238,0,0,0,0,0,23005,0,0,0,'Gamlen','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25239,0,0,0,0,0,23013,0,0,0,'Thulrin','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25240,0,0,0,0,0,23011,0,0,0,'Bromm','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25241,0,0,0,0,0,23012,0,0,0,'Gelrynd','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25242,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25243,0,0,0,0,0,23008,23022,23023,23024,'Warsong Honor Guard','','',0,80,80,2,1980,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25244,0,0,0,0,0,23009,23014,23015,23016,'Warsong Marksman','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25245,0,0,0,0,0,23010,0,0,0,'James Deacon','Innkeeper','',9245,69,69,2,1973,66179,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(25246,0,0,0,0,0,23020,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,80,80,2,1602,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),
|
|
(25247,0,0,0,0,0,23021,0,0,0,'Endorah','','',0,70,70,2,1981,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25248,0,0,0,0,0,23027,0,0,0,'\"Salty\" John Thorpe','','',9218,69,69,2,1892,641,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),
|
|
(25249,0,0,0,0,0,23025,0,0,0,'Midge','','',0,70,70,2,1973,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25250,0,0,0,0,0,23026,0,0,0,'General Arlos','','',0,75,75,2,1892,2,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25251,0,0,0,0,0,23083,0,0,0,'Leryssa','','',9223,68,69,0,1973,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25252,0,0,0,0,0,23028,0,0,0,'Horde Grunt (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25253,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,75,75,2,1973,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25254,0,0,0,0,0,23029,0,0,0,'Alliance Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25255,0,0,0,0,0,23030,0,0,0,'Scourge Soldier (Northrend)','','',0,65,65,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25256,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',9150,83,83,2,1979,3,1,2.28571,1,1,509,683,0,805,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25257,0,0,0,0,0,23034,0,0,0,'Saurfang the Younger','','',9493,70,70,0,2054,3,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25258,0,0,0,0,0,23031,0,0,0,'Footman Rob','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25259,0,0,0,0,0,23031,0,0,0,'Footman George','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25260,0,0,0,0,0,23031,0,0,0,'Footman Mitch','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25261,0,0,0,0,0,23031,0,0,0,'Footman Chuck','','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25262,0,0,0,0,0,23032,0,0,0,'Librarian Donathan','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25263,0,0,0,0,0,2575,0,0,0,'World Inscription Trainer','Inscription Trainer','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25264,0,0,0,0,0,23035,0,0,0,'Justicar Julia Celeste','','',0,72,72,2,1974,0,1,1.38571,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25265,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor','','',0,73,73,0,14,0,0.8,0.8,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,106,1,0,130,'npc_demonic_vapor',12340),
|
|
(25266,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(25267,0,0,0,0,0,1126,11686,0,0,'Demonic Vapor (Trail)','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'npc_demonic_vapor_trail',12340),
|
|
(25268,0,0,0,0,0,17970,17990,0,0,'Unyielding Dead','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25269,0,0,0,0,0,23036,0,0,0,'Horde Zeppelin (Northrend)','','',0,65,65,0,35,0,1.38889,0.49603,1,0,200,281,0,278,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,166,246,35,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25270,0,0,0,0,0,23037,23038,23039,0,'Warsong Peon','','',0,64,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25271,0,0,0,0,0,4125,5034,2733,1720,'Valiance Keep Worker','','',0,68,68,2,1892,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(25272,0,0,0,0,0,23040,0,0,0,'Sauranok the Mystic','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25273,0,0,0,0,0,23041,0,0,0,'Warsong Recruitment Officer','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25274,0,0,0,0,0,23042,0,0,0,'Armorer Orkuruk','Blacksmith','',0,75,75,2,1981,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25275,0,0,0,0,0,23043,23074,23075,23076,'Warsong Blacksmith','','',0,68,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25276,0,0,0,0,0,23044,23078,23079,23080,'Goblin Siege Engineer','','',0,68,71,2,1978,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25277,0,0,0,0,0,23045,0,0,0,'Chief Engineer Leveny','Grand Master Engineer','',0,72,72,2,1978,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,2,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25278,0,0,0,0,0,23046,0,0,0,'Williamson','Innkeeper','',348,68,68,2,1978,66177,1,1.14286,1,0,214,301,0,276,1,2000,2000,2,32768,2048,0,0,0,0,0,0,179,266,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25279,0,0,0,0,0,23047,0,0,0,'Overlord Razgor','','',0,71,71,2,1978,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25280,0,0,0,0,0,23048,0,0,0,'Foreman Mortuus','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25281,0,0,0,0,0,23049,0,0,0,'Heldgarr Steelbeard','','',0,70,70,0,1973,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25282,0,0,0,0,0,23050,0,0,0,'Ferlynn Windsong','','',0,70,70,0,1973,0,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25283,0,0,0,0,0,23051,0,0,0,'King Mrgl-Mrgl\'s Spare Suit','','',0,71,71,2,1660,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25284,0,0,0,0,0,16213,0,0,0,'Nerub\'ar Victim','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,516,2048,0,0,0,0,0,0,215,320,44,10,1024,25284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,64,'npc_nerubar_victim',12340),
|
|
(25285,0,0,0,0,0,23052,0,0,0,'Harbinger Vurenn','','',9216,72,72,0,1973,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25286,0,0,0,0,0,23007,23017,23018,23019,'Warsong Wind Rider','','',0,75,75,2,1981,0,1,4.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25287,0,0,0,0,0,23056,0,0,0,'Warsong Wyvern','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(25288,0,0,0,0,0,23053,0,0,0,'Turida Coldwind','Wind Rider Master','',0,69,69,2,1981,8192,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25289,0,0,0,0,0,23054,0,0,0,'Wind Master To\'bor','','',0,73,73,2,1981,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25290,0,0,0,0,0,17700,0,0,0,'Ay\'mon','To\'bor\'s Companion','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(25291,0,0,0,0,0,23055,0,0,0,'Librarian Garren','','',9761,72,72,2,2006,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25292,0,0,0,0,0,25981,0,0,0,'Etaruk','','',0,72,72,2,1950,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25293,0,0,0,0,0,23058,0,0,0,'Nerub\'ar Egg Sac','','Attack',0,70,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25294,0,0,0,25382,0,23880,0,0,0,'Nerub\'ar Web Lord','','',0,69,69,2,21,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25294,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(25295,0,0,0,0,0,23060,0,0,0,'Nerub\'ar Swarmer','','',0,66,67,1,21,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25296,0,0,0,0,0,19754,0,0,0,'Nerub\'ar Larva','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25297,0,0,0,0,0,3019,0,0,0,'Drill Dummy','','',0,25,25,0,1703,0,1,1,1,0,35,48,0,86,1,2000,2000,1,256,2048,0,0,0,0,0,0,24,36,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25298,0,0,0,0,0,23061,0,0,0,'Captain \"Lefty\" Lugsail','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25299,0,0,0,0,0,23062,0,0,0,'Admiral Cantlebree','','',0,69,69,2,1973,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25300,0,0,0,0,0,23064,23065,0,0,'Draenei Delegate','','',0,72,72,0,1973,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25301,0,0,0,0,0,23063,0,0,0,'Counselor Talbot','','',0,72,72,2,1973,2,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,25301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3317,5528,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25302,0,0,0,0,0,23066,0,0,0,'Old Man Colburn','','',9246,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25303,0,0,0,0,0,11686,0,0,0,'Ribbon Pole Fire Spiral Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25305,0,0,0,0,0,23523,0,0,0,'Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_dancing_flames',12340),
|
|
(25306,0,0,0,0,0,23068,23069,23070,23071,'Valiance Keep Cannoneer','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valiance_keep_cannoneer',12340),
|
|
(25307,0,0,0,0,0,23073,0,0,0,'Recruitment Officer Blythe','','',0,71,71,0,1973,2,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25308,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Chasm Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25309,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cavern Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25310,0,0,0,0,0,16480,19595,0,0,'Borean - Westrift Cleftcliff Anomaly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25311,0,0,0,0,0,23077,0,0,0,'Valiance Keep Rifleman','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25312,0,0,0,0,0,23081,0,0,0,'Cel','Reagent and Poison Vendor','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25313,0,0,0,0,0,23031,0,0,0,'Valiance Keep Footman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25314,0,0,0,0,0,23082,0,0,0,'Archmage Berinand','Maces & Staves','',9480,72,72,2,2006,4227,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25315,0,0,0,0,0,23200,0,0,0,'Kil\'jaeden','The Deceiver','',0,73,73,1,16,0,1,1.14286,1,3,313,448,0,302,80,2000,2000,2,4,2048,0,0,0,0,0,0,276,411,44,3,108,25315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,4,1,1540,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_kiljaeden',12340),
|
|
(25316,0,0,0,0,0,23221,0,0,0,'Beryl Sorcerer','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25316,25316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1864,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_beryl_sorcerer',12340),
|
|
(25317,0,0,0,0,0,24818,24819,3422,24821,'Civilian Recruit','','',0,68,68,2,1973,0,0.8,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(25318,0,0,0,0,0,23105,23106,23107,23108,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25319,0,0,0,0,0,23345,0,0,0,'Kalecgos','','',9419,73,73,1,35,1,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,33554432,2048,0,0,0,0,0,0,276,411,44,2,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,297.5,500,1,0,0,0,0,0,0,0,169,1,0,1,'npc_kalecgos_kj',12340),
|
|
(25320,0,0,0,25318,0,23109,23110,23111,23112,'Arcane Prisoner','','',0,72,73,2,35,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25321,0,0,0,0,0,25973,25975,0,0,'Kaskala Craftsman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25322,0,0,0,0,0,25976,25977,0,0,'Kaskala Shaman','','',0,72,72,2,1950,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25323,25410,25412,0,0,0,19284,0,0,0,'Craig Steele','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25324,0,0,0,0,0,23114,11686,0,0,'Earthen Ring Guide','','',0,1,1,0,1727,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),
|
|
(25325,0,0,0,0,0,23114,0,0,0,'Earthen Ring Guide Wolf Form','','',0,10,10,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25326,0,0,0,0,0,23116,0,0,0,'Overlord Bor\'gorok','','',9151,71,71,2,1978,3,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25327,0,0,0,0,0,23115,0,0,0,'Quartermaster Holgoth','','',0,69,69,2,1978,2,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25328,0,0,0,0,0,23117,0,0,0,'Shadowstalker Luther','','',0,72,72,2,1981,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537166598,2048,32,0,0,0,0,0,268,399,40,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,4194306,'',12340),
|
|
(25329,0,0,0,0,0,23118,0,0,0,'Gorge the Corpsegrinder','Tank Commander','',0,74,74,2,1978,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25330,0,0,0,0,0,23119,0,0,0,'Nerub\'ar Behemoth','','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,203,1,8388624,0,'',12340),
|
|
(25331,0,0,0,25495,0,23568,0,0,0,'Nerub\'ar Destroyer','','',0,71,71,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25332,0,0,0,25495,0,15961,0,0,0,'Stitched Warsong Horror','','',0,73,75,2,21,0,1.6,2,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,183,1,8388624,64,'',12340),
|
|
(25333,0,0,0,25495,0,24274,0,0,0,'Undying Aggressor','','',0,68,69,2,21,0,2,1.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,178,1,8388624,64,'',12340),
|
|
(25334,0,0,0,0,0,25092,0,0,0,'Horde Siege Tank','','vehichleCursor',0,70,70,2,1981,16777216,1.2,2.5,1,0,234,331,0,286,1,2000,2000,2,4096,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,50672,45750,50677,47849,47962,0,0,0,0,26,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,180,0,344407930,0,'',12340),
|
|
(25335,0,0,0,0,0,23170,0,0,0,'Longrunner Proudhoof','','',9160,71,71,2,1921,3,1,1.14286,1,0,299,426,0,308,2.3,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25336,0,0,0,0,0,23121,0,0,0,'Grunt Ragefist','','',9153,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25337,0,0,0,0,0,23007,23017,23018,23019,'Warsong Standard Bearer','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25338,0,0,0,0,0,23007,23017,23018,23123,'Warsong Caravan Guard','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25339,0,0,0,0,0,23163,0,0,0,'Spirit Talker Snarlfang','','',9154,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25340,0,0,0,0,0,23246,23247,23248,23249,'Dead Caravan Guard Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25341,0,0,0,0,0,23124,23125,23126,23127,'Dead Caravan Worker Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25342,0,0,0,0,0,328,21342,0,0,'Dead Caravan Guard','Warsong Offensive','',9155,69,70,1,190,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,215,320,44,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25343,0,0,0,25342,0,328,21342,0,0,'Dead Caravan Worker','Warsong Offensive','',9156,65,69,1,190,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,206,302,43,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25344,0,0,0,0,0,23128,0,0,0,'Seer Cragh Grimtusk','The Earthen Ring','',0,60,60,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25345,0,0,0,0,0,23129,23130,23688,23689,'Earthen Ring Horde Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25346,0,0,0,0,0,23133,0,0,0,'Twilight Spy Viktor','Twilight\'s Hammer','',0,60,60,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25347,0,0,0,0,0,18836,0,0,0,'Vision of Nobundo','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(25348,0,0,0,0,0,23134,0,0,0,'Vision of Thrall','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(25349,0,0,0,0,0,24471,24471,0,0,'Scourge Plague Spreader','','',0,80,80,2,974,0,1,1,1,3,422,586,0,642,35,2000,2000,1,33555202,2048,0,0,0,0,0,0,345,509,103,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25350,0,0,0,25351,0,23173,23175,0,0,'Risen Longrunner','','',0,69,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25351,0,0,0,0,0,23172,23174,0,0,'Ghostly Sage','','',0,69,70,2,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,6,0,25351,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25352,0,0,0,25495,0,17444,0,0,0,'Scourge Overlord','','',0,78,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25353,0,0,0,0,0,23145,23205,0,0,'Beryl Treasure Hunter','','',0,69,70,2,14,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,25353,25353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25354,0,0,0,0,0,19021,0,0,0,'Mutate Fleshlasher','','',0,70,70,1,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,8,0,0,0,0,0,0,0,0,0,34351,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25355,0,0,0,0,0,24906,24909,24910,0,'Beryl Hound','','',0,69,70,2,14,0,0.666668,1.19048,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,25355,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34711,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25356,0,0,0,0,0,23149,0,0,0,'Warmage Anzim','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25357,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Left','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25358,0,0,0,0,0,18783,16925,0,0,'Felmyst Flight Target - Right','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25359,0,0,0,0,0,23120,0,0,0,'Force-Commander Steeljaw','','',0,71,71,2,21,0,1,1.14286,1,1,299,426,0,308,5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25360,0,0,0,0,0,23131,23132,23687,0,'Earthen Ring Alliance Disguise','The Earthen Ring','',0,40,50,0,1727,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25361,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,65,72,1,7,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25362,0,0,0,0,0,16358,23148,16356,0,'Warsong Swine','','',0,5,6,0,189,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25363,0,0,0,0,0,23153,23536,23537,23538,'Sunblade Cabalist','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,131072,0,'',12340),
|
|
(25364,0,0,0,0,0,12821,6371,0,0,'Red Guardian Drake','','',0,80,80,1,35,0,8,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),
|
|
(25365,0,0,0,0,0,18043,0,0,0,'(PH) Dreadweave Spinner','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25366,0,0,0,0,0,23165,0,0,0,'(PH) DEPRECATED','','',0,68,69,0,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25367,0,0,0,0,0,23154,23539,23540,23541,'Sunblade Arch Mage','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(25368,0,0,0,0,0,23529,23530,23531,23532,'Sunblade Slayer','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(25369,0,0,0,0,0,23156,23526,23527,23528,'Sunblade Vindicator','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25370,0,0,0,0,0,23158,23545,23546,23547,'Sunblade Dusk Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25371,0,0,0,0,0,23159,23542,23543,23544,'Sunblade Dawn Priest','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,20,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,10,1,0,0,0,0,0,0,0,144,1,2048,0,'',12340),
|
|
(25372,0,0,0,0,0,23161,23533,23534,23535,'Sunblade Scout','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,2.1,5,1,0,0,0,0,0,0,0,144,1,80428891,0,'',12340),
|
|
(25373,0,0,0,0,0,23476,0,0,0,'Shadowsword Soulbinder','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(25374,0,0,0,0,0,23164,0,0,0,'Ortrosh','','',9158,69,69,2,1978,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25375,0,0,0,0,0,10031,0,0,0,'Giant Scarab','','',0,49,49,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25376,0,0,0,0,0,14502,0,0,0,'Imperean','','',9159,72,72,2,190,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25377,0,0,0,0,0,11402,0,0,0,'Brittle Skeleton','','',0,71,71,0,21,0,1.2,0.714286,1,5,299,426,0,308,1,5000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,91,1,8388624,64,'',12340),
|
|
(25378,0,0,0,26195,0,23181,0,0,0,'En\'kilah Necromancer','Cult of the Damned','',0,71,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,25378,25378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25379,0,0,0,0,0,23167,0,0,0,'Warden Nork Bloodfrenzy','','',9184,70,70,2,1981,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25380,0,0,0,0,0,23197,0,0,0,'Primal Mighthorn','','',0,73,73,2,1978,2,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25381,0,0,0,0,0,23169,0,0,0,'Bloodmage Laurith','','',9185,72,72,2,1978,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25382,0,0,0,0,0,23102,0,0,0,'Nerub\'ar Proxy','','',0,69,70,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,25382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25383,0,0,0,26195,0,12818,0,0,0,'En\'kilah Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25383,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25384,0,0,0,0,0,23171,0,0,0,'Steeljaw\'s Corpse','','',0,72,72,2,1978,1,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25385,0,0,0,0,0,26575,0,0,0,'William Allerton','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,537133824,2048,32,0,0,0,0,0,270,401,53,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25386,0,0,0,26195,0,17308,0,0,0,'En\'kilah Crypt Fiend','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25387,0,0,0,26195,0,17311,0,0,0,'En\'kilah Gargoyle','','',0,71,71,2,974,0,2,1.28571,1,0,296,424,0,290,1,3000,2000,2,33554688,2048,0,0,0,0,0,0,260,387,37,6,0,25387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,42108,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(25388,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (1)','','',0,68,68,2,634,0,0.833332,1.14286,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25389,0,0,0,0,0,10005,0,0,0,'En\'kilah Hatchling (2)','','',0,68,68,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25390,25388,25389,0,0,0,10005,0,0,0,'En\'kilah Hatchling','','',0,68,68,2,634,0,0.833332,2,1,0,231,325,0,292,1,200,2000,1,33554432,2048,0,0,0,0,0,0,195,289,41,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25391,0,0,0,0,0,22506,0,0,0,'En\'kilah Focus Crystal','','',0,1,1,0,974,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25392,0,0,0,0,0,23510,0,0,0,'High Priest Andorath','','',0,72,72,2,21,3,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25392,25392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35355,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25393,0,0,0,26195,0,24992,1065,0,0,'En\'kilah Ghoul','','',0,70,70,2,21,0,1.2,1.42857,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,25393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(25394,0,0,0,0,0,23176,0,0,0,'Shadowstalker Barthus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25395,0,0,0,0,0,23066,0,0,0,'Private Brau','','',9247,69,69,2,84,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25396,0,0,0,0,0,2606,0,0,0,'Naxxanar Skeletal Mage','','',0,72,72,2,21,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,8,25396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(25397,0,0,0,0,0,25978,0,0,0,'Elder Kesuk','','',0,72,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25398,0,0,0,0,0,25979,0,0,0,'Elder Sagani','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25399,0,0,0,0,0,25980,0,0,0,'Elder Takret','','',0,71,72,2,1950,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25400,0,0,0,0,0,26360,0,0,0,'Elder Yakone','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25401,0,0,0,0,0,6271,0,0,0,'Seaforium Depth Charge','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25402,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (South)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25403,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (East)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25404,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (West)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25405,0,0,0,0,0,169,18657,0,0,'Nerub\'ar Sinkhole (North)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25406,25413,0,0,0,0,19284,0,0,0,'Craig Steele2','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25410,0,0,0,0,0,19284,0,0,0,'Craig Steele (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25411,0,0,0,0,0,19284,0,0,0,'Craig Steele3','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25412,0,0,0,0,0,19284,0,0,0,'Craig Steele (2)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25413,0,0,0,0,0,19284,0,0,0,'Craig Steele2 (1)','Software Engineer','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25414,0,0,0,0,0,23179,23186,0,0,'Warsong Hold Warrior','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25415,0,0,0,0,0,5187,5490,0,0,'Enraged Tempest','','',0,70,71,2,834,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34800,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(25416,0,0,0,0,0,12109,0,0,0,'Simmer','','',0,72,72,2,1983,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,512,2048,0,0,0,0,0,0,270,401,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25417,0,0,0,0,0,1070,5488,0,0,'Raging Boiler','','',0,69,70,2,1983,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25418,0,0,0,0,0,14514,0,0,0,'Churn','','',0,71,71,2,1984,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25419,0,0,0,0,0,5561,5450,0,0,'Boiling Spirit','','',0,69,70,2,1984,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,4,0,25419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25420,0,0,0,0,0,23182,23184,0,0,'Warsong Hold Mage','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25421,0,0,0,0,0,23183,23185,0,0,'Warsong Hold Shaman','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25422,0,0,0,0,0,16213,0,0,0,'Mystical Webbing','','',0,70,70,0,14,0,1,1,1,0,252,357,0,304,1,6000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25423,0,0,0,0,0,16213,0,0,0,'Infested Victim','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25424,0,0,0,0,0,23187,0,0,0,'Vision of Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25425,0,0,0,0,0,23188,0,0,0,'Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25426,0,0,0,0,0,14589,0,0,0,'Ug\'thor Bloodfrenzy','Son of Nork','',0,5,5,0,1981,0,1,1,1,0,5,7,0,32,1,2000,2000,1,33536,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25427,0,0,0,0,0,27191,0,0,0,'Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25427,25427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,34781,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25428,0,0,0,0,0,27170,27192,0,0,'Magmoth Shaman','','',0,69,70,2,16,0,1,1.19048,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25428,25428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25429,0,0,0,0,0,27174,27185,0,0,'Magmoth Forager','','',0,70,71,2,16,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25429,25429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1053,1755,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25430,0,0,0,0,0,24873,0,0,0,'Magmothregar','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25430,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25431,0,0,0,0,0,1060,17188,0,0,'Kaskala Ancestor','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25432,0,0,0,0,0,24852,0,0,0,'Mate of Magmothregar','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25432,25432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25433,0,0,0,0,0,24853,0,0,0,'Offspring of Magmothregar','','',0,69,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25433,25433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25434,0,0,0,0,0,24851,0,0,0,'Magmoth Crusher','','',0,70,70,2,16,0,1,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25434,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1759,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25435,0,0,0,0,0,22199,0,0,0,'Karuk','','',9186,73,73,2,1950,3,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25436,0,0,0,0,0,16480,28320,0,0,'Elder Tuskarr Spirit','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),
|
|
(25437,0,0,0,0,0,23193,0,0,0,'Shadowstalker Ickoris','','',0,70,70,2,1981,2,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25438,0,0,0,0,0,23194,0,0,0,'Shadowstalker Canarius','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25439,0,0,0,0,0,23195,23196,0,0,'Warsong Scout','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25440,0,0,0,0,0,23198,0,0,0,'Scout Tungok','','',0,70,70,2,1980,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25441,0,0,0,0,0,1060,17188,0,0,'North Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25442,0,0,0,0,0,1060,17188,0,0,'East Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25443,0,0,0,0,0,1060,17188,0,0,'West Platform','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25444,0,0,0,0,0,4589,0,0,0,'Magmoth Fire Totem','','',0,67,70,0,16,0,1,1,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25445,0,0,0,25382,0,23916,0,0,0,'Nerub\'ar Corpse Harvester','','',0,68,69,2,1982,0,1.6,1.42857,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25445,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,2,1,1,1,0,42108,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(25446,0,0,0,0,0,23201,0,0,0,'Warsong Captain','','',0,75,75,2,1980,0,1,1.38571,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25447,0,0,0,0,0,21241,0,0,0,'Warsong Wolf','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,2049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(25448,0,0,0,0,0,23206,0,0,0,'Curator Insivius','','',0,72,72,2,14,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25448,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25449,0,0,0,0,0,23204,23203,0,0,'Beryl Reclaimer','','',0,69,70,2,14,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25449,25449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1049,1749,'',0,3,1,1,1,1,0,34772,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25450,0,0,0,0,0,17582,0,0,0,'Veehja','','',9316,73,73,2,35,3,1,1,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25451,0,0,0,25382,0,23917,0,0,0,'Nerub\'ar Sky Darkener','','',0,70,71,2,1982,0,1.6,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.7,0.75,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(25452,0,0,0,0,0,26425,0,0,0,'Scourged Mammoth','','',0,70,71,2,21,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,25452,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34775,42104,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25453,0,0,0,0,0,23941,0,0,0,'Ith\'rix the Harvester','','',0,75,75,2,1982,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(25454,0,0,0,0,0,24564,0,0,0,'Tundra Crawler','','',0,70,70,2,14,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,42,0,0,0,0,215,320,44,1,65537,25454,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25455,0,0,0,0,0,16998,0,0,0,'Snarlfang\'s Totem','','',0,70,70,0,1981,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25456,0,0,0,0,0,27193,0,0,0,'Vision of Kaganishu','','',0,71,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25457,0,0,0,0,0,27194,0,0,0,'Vision of Magmoth Shaman','','',0,70,71,2,16,0,1,1.19048,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25458,0,0,0,0,0,23215,0,0,0,'Vision of Farseer Grimwalker\'s Spirit','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25459,0,0,0,0,0,23210,0,0,0,'Yanni','','',9162,65,65,1,1981,1,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,32768,2048,0,0,0,0,0,0,153,227,29,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25460,0,0,0,0,0,28082,0,0,0,'Amazing Flying Carpet','','',0,72,72,2,35,0,1,1.42857,1,0,2,2,0,24,1,2000,2000,1,520,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,317,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25461,0,0,0,0,0,23212,0,0,0,'Farseer Grimwalker','','',0,70,70,2,1981,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25462,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2082,2,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(25463,0,0,0,25495,0,11404,11403,0,0,'Soldier of the Frozen Wastes','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25464,0,0,0,0,0,23316,0,0,0,'Bloodspore Moth','','',0,68,69,2,188,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,37,0,0,0,0,206,302,43,1,1,25464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13099,0,0,0,'',0,7,1,1,1,1,0,34976,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25465,0,0,0,0,0,23214,0,0,0,'Kel\'Thuzad','','',0,83,83,2,1982,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,480,600,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25466,0,0,0,0,0,169,17612,0,0,'Necropolis Beam (Target)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25467,0,0,0,0,0,27185,27195,0,0,'Bloodspore Harvester','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25467,25467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,1654,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25468,0,0,0,0,0,27179,27170,0,0,'Bloodspore Roaster','','',0,68,69,2,1985,0,1,1.19048,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25468,25468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,1668,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25469,0,0,0,25495,0,22496,10627,23141,23142,'Mindless Aberration','','',0,68,69,2,21,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(25470,0,0,0,0,0,27174,0,0,0,'Bloodspore Firestarter','','',0,68,69,2,1985,0,1,1.19048,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25470,25470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25471,0,0,0,0,0,1060,17188,0,0,'Temple A','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25472,0,0,0,0,0,1060,17188,0,0,'Temple B','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25473,0,0,0,0,0,1060,17188,0,0,'Temple C','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25474,0,0,0,0,0,23221,0,0,0,'Captured Beryl Sorcerer','','',0,71,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25475,0,0,0,0,0,23218,0,0,0,'Mobu','Mechanic','',9164,70,70,2,1978,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25476,0,0,0,0,0,22199,0,0,0,'Waltor of Pal\'ea','','',9166,68,68,2,1950,3,1,1.28968,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25477,0,0,0,0,0,23220,0,0,0,'Crafty Wobblesprocket','','',9165,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25478,0,0,0,0,0,23221,0,0,0,'Imprisoned Beryl Sorcerer','','',0,72,72,2,14,0,1,2.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'npc_imprisoned_beryl_sorcerer',12340),
|
|
(25479,0,0,0,0,0,25773,25775,0,0,'Kvaldir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25479,25479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'SmartAI',0,7,1,1,1,1,0,34814,34813,41989,0,0,0,0,1,0,0,'',12340),
|
|
(25480,0,0,0,0,0,23223,0,0,0,'Librarian Normantis','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25481,0,0,0,0,0,999,0,0,0,'Landing Crawler','','',0,68,69,2,7,0,1,0.85714,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,8,0,0,0,0,206,302,43,1,1,25481,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13072,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25482,0,0,0,0,0,14661,0,0,0,'Sand Turtle','','',0,70,70,2,188,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,21,0,0,0,0,215,320,44,1,1,25482,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13466,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25483,0,0,0,0,0,23478,0,0,0,'Shadowsword Manafiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,9.5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),
|
|
(25484,0,0,0,0,0,23474,0,0,0,'Shadowsword Assassin','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,219,1,0,0,'',12340),
|
|
(25485,0,0,0,0,0,23475,0,0,0,'Shadowsword Deathbringer','','',0,71,71,1,14,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25486,0,0,0,0,0,23479,0,0,0,'Shadowsword Vanquisher','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(25487,0,0,0,0,0,26297,0,0,0,'Wooly Rhino Matriarch','','',0,68,68,2,15,0,1,0.99206,1,0,231,325,0,292,1,3000,2000,1,32768,2048,0,43,0,0,0,0,195,289,41,1,65537,25487,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25488,0,0,0,0,0,26296,0,0,0,'Wooly Rhino Calf','','',0,67,67,1,15,0,1,0.99206,1,0,225,314,0,288,1,3000,2000,1,32768,2048,0,43,0,0,0,0,186,276,39,1,65537,25488,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25489,0,0,0,0,0,26268,0,0,0,'Wooly Rhino Bull','','',0,69,69,2,1917,0,1,0.99206,1,0,245,346,0,298,1,3000,2000,1,32768,2048,0,43,0,0,0,0,206,302,43,1,65537,25489,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25490,0,0,0,0,0,1060,17188,0,0,'East En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25491,0,0,0,0,0,21405,0,0,0,'Boss Whisperer','','',0,1,1,0,1782,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25492,0,0,0,0,0,1060,17188,0,0,'Central En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25493,0,0,0,0,0,1060,17188,0,0,'West En\'kilah Cauldron','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25494,0,0,0,0,0,23229,0,0,0,'Purifying Totem','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25495,0,0,0,0,0,22862,0,0,0,'Scourge Proxy Unit','','',0,70,70,2,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25496,0,0,0,0,0,25774,25772,0,0,'Kvaldir Mist Lord','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25496,25496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1648,'SmartAI',0,3,1,1,1,1,0,34814,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(25497,0,0,0,0,0,23230,23553,25668,0,'Orabus the Helmsman','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34814,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25498,0,0,0,0,0,23237,0,0,0,'Aspatha the Broodmother','','',0,71,71,2,14,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,37,0,0,0,0,262,389,48,1,1,25498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13110,0,0,0,'',0,3,1,1,1,1,0,34976,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25499,0,0,0,0,0,16004,0,0,0,'PattyMacks Dummy','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25500,0,0,0,0,0,24140,0,0,0,'PattyMacks Flying Dummy','','',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25501,0,0,0,0,0,27174,27185,0,0,'Gammoth Tender','','',0,70,70,2,1985,0,1,1.19048,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,25501,25501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25502,0,0,0,0,0,18996,0,0,0,'Shield Orb','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2.002,1,1,0,0,0,0,0,0,0,84,1,650854271,2097152,'',12340),
|
|
(25503,0,0,0,0,0,23238,0,0,0,'Elder Mootoo','','',9167,70,70,2,1978,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25504,0,0,0,0,0,23239,0,0,0,'Mootoo the Younger','','',9168,68,68,2,1979,3,1,1.14286,1,1,214,301,0,276,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,31,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mootoo_the_younger',12340),
|
|
(25505,0,0,0,0,0,1126,17612,0,0,'Hah... You\'re Not So Big Now! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25506,0,0,0,0,0,23477,0,0,0,'Shadowsword Lifeshaper','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,218,1,0,0,'',12340),
|
|
(25507,0,0,0,0,0,23240,0,0,0,'Sunblade Protector','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,1500,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,52.5,10,1,0,0,0,0,0,0,0,151,1,18432,0,'',12340),
|
|
(25508,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian','','',0,72,72,1,16,0,1,1.14286,1,1,307,438,0,314,20,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,70,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),
|
|
(25509,0,0,0,0,0,21455,0,0,0,'Priestess of Torment','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(25510,0,0,0,0,0,169,11686,0,0,'1st Kvaldir Vessel (The Serpent\'s Maw)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25511,0,0,0,0,0,169,11686,0,0,'2nd Kvaldir Vessel (The Kur Drakkar)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25512,0,0,0,0,0,169,11686,0,0,'3rd Kvaldir Vessel (Bor\'s Hammer)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25513,0,0,0,0,0,169,11686,0,0,'4th Kvaldir Vessel (Bor\'s Anvil)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25514,0,0,0,0,0,23241,0,0,0,'Rocknar','','',0,71,71,2,14,0,1.55556,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,0,25514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34804,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25515,0,0,0,0,0,16431,0,0,0,'[PH] Festival Fire Juggler','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25516,0,0,0,0,0,23242,0,0,0,'Snow Tracker Grumm','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25518,0,0,0,0,0,23306,0,0,0,'Ground Flower','','',0,1,1,0,188,0,2.4,1.71429,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(25519,0,0,0,0,0,9252,0,0,0,'Caleb','Stable Master','',9821,70,70,0,1973,4194305,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(25520,0,0,0,0,0,25775,0,0,0,'Skadir Runecaster','','',0,68,69,2,1885,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25520,25520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25521,0,0,0,0,0,25632,0,0,0,'Skadir Longboatsman','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25521,25521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25522,0,0,0,0,0,25632,0,0,0,'Skadir Raider','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25522,25522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1659,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25523,0,0,0,0,0,25772,0,0,0,'Skadir Mariner','','',0,68,69,2,1885,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,25523,25523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25524,0,0,0,0,0,19365,0,0,0,'Enslaved Riplash Priestess','','',0,68,69,2,74,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25525,0,0,0,0,0,169,11686,0,0,'Orabus Spell Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25526,0,0,0,0,0,23245,0,0,0,'Naked Caravan Guard - Orc Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25527,0,0,0,0,0,23250,0,0,0,'Naked Caravan Guard - Forsaken Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25528,0,0,0,0,0,23251,0,0,0,'Naked Caravan Guard - Orc Female Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25529,0,0,0,0,0,23252,0,0,0,'Naked Caravan Guard - Tauren Male Transform','','',0,69,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25530,0,0,0,0,0,23253,0,0,0,'Naked Caravan Worker - Orc Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25531,0,0,0,0,0,23254,0,0,0,'Naked Caravan Worker - Forsaken Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25532,0,0,0,0,0,23255,0,0,0,'Naked Caravan Worker - Orc Female Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25533,0,0,0,0,0,23256,0,0,0,'Naked Caravan Worker - Troll Male Transform','','',0,65,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25534,0,0,0,0,0,20570,24826,0,0,'En\'kilah Blood Globe','','',0,71,71,2,974,0,1,1,1,0,299,426,0,308,1,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,66,'',12340),
|
|
(25535,0,0,0,0,0,21955,17612,0,0,'[DNT] Torch Tossing Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_midsummer_torch_target',12340),
|
|
(25536,0,0,0,0,0,21955,11686,0,0,'[DNT] Torch Tossing Target Bunny Controller','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25537,25683,25704,0,25537,0,23495,0,0,0,'Craig\'s Test Human A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25538,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Badge Vendor','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25539,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot Conversion','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25540,0,0,0,0,0,22831,0,0,0,'(PH) Shattered Sun Raid Loot','','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25541,0,0,0,0,0,22541,0,0,0,'Apoko (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,3.24,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25542,0,0,0,0,0,19529,0,0,0,'[UNUSED] Arcane Nightmare (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25543,0,0,0,0,0,11686,0,0,0,'Arcane Sphere (1)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(25544,0,0,0,0,0,22588,0,0,0,'[UNUSED] Brightscale Serpent (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25545,0,0,0,0,0,16217,0,0,0,'Brightscale Wyrm (1)','','',0,70,70,1,1692,0,1.2,0.857143,1,0,234,331,0,286,5.9,1200,2000,2,16,2048,0,0,0,0,0,0,198,295,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1.05,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25546,0,0,0,0,0,22646,0,0,0,'Broken Sentinel (1)','','',0,70,70,2,16,0,2,1.42857,1,1,234,331,0,286,5.9,2000,2000,2,570721088,2048,0,0,0,0,0,0,198,295,33,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,151,1,8388624,2,'',12340),
|
|
(25547,0,0,0,0,0,22590,0,0,0,'Coilskar Witch (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,24696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8220,10046,'',0,1,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25548,0,0,0,0,0,22786,22787,22789,22788,'Dawnblade Summoner (1)','','',0,70,70,1,16,0,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,8,24976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2370,2896,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25549,0,0,0,0,0,22542,0,0,0,'Ellrys Duskhallow (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,6,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25550,0,0,0,0,0,22539,0,0,0,'Eramas Brightblaze (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,1500,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25551,0,0,0,0,0,20419,0,0,0,'Ethereum Smuggler (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,299,426,0,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,24698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8302,10148,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25552,0,0,0,0,0,22669,0,0,0,'Fel Crystal (1)','','',0,70,70,1,190,0,1.2,1.14286,1,0,252,357,0,304,5.9,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.8,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(25553,0,0,0,0,0,4449,0,0,0,'Fizzle (1)','','',0,70,70,1,16,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.36,0.4,1,0,0,0,0,0,0,0,121,1,9,0,'',12340),
|
|
(25554,0,0,0,0,0,15294,0,0,0,'Flame Strike Trigger (Kael - 5Man) (1)','','',0,70,70,0,14,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),
|
|
(25555,0,0,0,0,0,2007,0,0,0,'Garaxxas (1)','','',0,70,70,1,16,0,1,1.14286,1,1,234,331,0,286,13,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,4,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25556,0,0,0,0,0,22540,0,0,0,'Kagani Nightstrike (1)','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25557,0,0,0,0,0,169,11686,0,0,'Nether Energy (1)','','',0,70,70,1,114,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,2,'',12340),
|
|
(25558,0,0,0,0,0,169,11686,0,0,'Nether Energy Cube (Ground) (1)','','',0,70,70,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,47,1,0,0,'',12340),
|
|
(25559,0,0,0,0,0,22589,0,0,0,'[UNUSED] Nether Shade (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2.9,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25560,0,0,0,0,0,22596,0,0,0,'Priestess Delrissa (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,72,25560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11032,13482,'',0,1,1,6,6,1,0,0,0,0,0,0,0,0,1,617560063,257,'',12340),
|
|
(25561,0,0,0,0,0,2017,0,0,0,'[UNUSED] Sargeron Trickster (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25562,0,0,0,0,0,22642,0,0,0,'Selin Fireheart (1)','','',0,72,72,1,16,0,0.888888,1.42857,1,1,304,436,0,296,5.9,2000,2000,2,32832,0,0,0,0,0,0,0,268,399,40,7,72,25562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11038,13492,'',0,1,1,37.5,10,1,0,0,0,0,0,0,0,144,1,617562111,1,'',12340),
|
|
(25563,0,0,0,0,0,10927,0,0,0,'Sister of Torment (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,0,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,24698,0,0,0,0,0,0,0,0,44547,44640,0,0,0,0,0,0,0,0,8198,10020,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25564,0,0,0,0,0,22597,0,0,0,'Sliver (1)','Garaxxas\' Pet','',0,70,70,1,16,0,1,1.42857,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25565,0,0,0,0,0,22583,23087,23088,23089,'Sunblade Blood Knight (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8306,10152,'',0,1,1,4.82,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25566,0,0,0,0,0,4449,0,0,0,'Sunblade Imp (1)','','',0,70,70,0,90,0,1.2,1.14286,1,0,248,363,0,135,5.9,2000,2000,8,131072,2048,0,0,0,0,0,0,233,347,28,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.9,1,1,0,0,0,0,0,0,0,121,1,257,0,'',12340),
|
|
(25567,0,0,0,0,0,23090,23091,23092,23093,'Sunblade Keeper (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,0,24762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7340,8970,'',0,1,1,4,1,1,0,0,0,0,0,0,0,47,1,612379482,0,'',12340),
|
|
(25568,0,0,0,0,0,22580,23084,23085,23086,'Sunblade Mage Guard (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46028,44475,0,0,0,0,0,0,0,0,8262,10100,'',0,1,1,4.82,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25569,0,0,0,0,0,22584,23094,23095,23096,'Sunblade Magister (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8354,10212,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379483,0,'',12340),
|
|
(25570,0,0,0,0,0,22586,23097,23098,23099,'Sunblade Physician (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46046,46045,0,0,0,0,0,0,0,0,8380,10242,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25571,0,0,0,0,0,22733,0,0,0,'Sunblade Sentinel (1)','','',0,71,71,1,16,0,2,1.42857,1,1,299,426,2,308,5.9,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,9,8,24777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,12,5,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),
|
|
(25572,0,0,0,0,0,22585,23100,0,0,'Sunblade Warlock (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,198,295,33,7,8,24684,24683,0,0,0,0,0,0,0,46043,46042,0,0,0,0,0,0,0,0,8334,10188,'',0,1,1,4,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25573,0,0,0,0,0,22731,0,0,0,'Vexallus (1)','','',0,71,71,1,16,0,1.2,1.14286,1,1,296,424,6,290,5.9,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,4,72,25573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11146,13624,'',0,1,1,34,20,1,0,0,0,0,0,0,0,0,1,617562111,1,'',12340),
|
|
(25574,0,0,0,0,0,22598,0,0,0,'Warlord Salaris (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,252,357,0,304,13,3800,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,1,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25575,0,0,0,0,0,22843,0,0,0,'Wretched Bruiser (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,1.2,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44534,0,0,0,0,0,0,0,0,0,8318,10168,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25576,0,0,0,0,0,22844,0,0,0,'Wretched Husk (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,224,316,0,282,1.2,2000,2000,2,32832,2048,0,0,0,0,0,0,188,280,32,7,8,24689,24689,0,0,0,0,0,0,0,44503,44504,0,0,0,0,0,0,0,0,8284,10126,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25577,0,0,0,0,0,22845,0,0,0,'Wretched Skulker (1)','','',0,69,69,1,16,0,1.2,1.14286,1,1,245,346,0,298,1.2,2000,2000,1,32832,2048,0,0,0,0,0,0,206,302,43,7,8,24689,24689,0,0,0,0,0,0,0,44533,0,0,0,0,0,0,0,0,0,8326,10168,'',0,1,1,3.5,5,1,0,0,0,0,0,0,0,0,1,612379482,0,'',12340),
|
|
(25578,0,0,0,0,0,20986,0,0,0,'Yazzai (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5.25,6,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25579,0,0,0,0,0,17457,0,0,0,'Zelfan (1)','','',0,70,70,1,16,0,1.2,1.14286,1,1,234,331,0,286,13,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,4,1,0,0,0,0,0,0,0,0,1,9,256,'',12340),
|
|
(25580,0,0,0,0,0,23548,0,0,0,'Old Man Barlo','Master of Fishing','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25581,0,0,0,0,0,1126,17612,0,0,'It Was The Orcs, Honest! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25582,0,0,0,0,0,23916,0,0,0,'Scourged Flamespitter','','',0,68,69,2,1988,0,1,0.95238,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,6,0,25582,0,70204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25583,0,0,0,0,0,6271,0,0,0,'Warsong Land Mine','','',0,70,70,0,106,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25584,0,0,0,0,0,23260,0,0,0,'Inquisitor Salrand','','',0,71,71,2,14,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,256,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25585,0,0,0,0,0,25226,0,0,0,'Beryl Mage Hunter','','',0,69,70,2,14,0,0.888888,0.99206,1,0,234,331,0,286,1,1500,2000,2,0,2048,0,0,0,0,0,0,198,295,33,2,0,25585,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,34688,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25586,0,0,0,0,0,23262,0,0,0,'Warsong Orc Disguise Male Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25587,0,0,0,0,0,23261,0,0,0,'Warsong Orc Disguise Female Transform','','',0,70,70,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25588,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver','','',0,72,72,1,16,0,1,1.14286,1,1,304,436,0,296,35,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,24.5,50,1,0,0,0,0,0,0,0,167,1,650854271,0,'',12340),
|
|
(25589,0,0,0,0,0,23263,0,0,0,'Bonker Togglevolt','','',9170,71,71,2,1973,3,1.8,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,52,1,0,0,'npc_bonker_togglevolt',12340),
|
|
(25590,0,0,0,0,0,23264,0,0,0,'Fizzcrank Fullthrottle','','',9171,72,72,2,1973,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25591,0,0,0,0,0,22811,0,0,0,'Painbringer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8075,13458,'',0,1,1,24.5,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25592,0,0,0,0,0,18139,0,0,0,'Doomfire Destroyer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,40,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8017,13361,'SmartAI',0,1,1,28,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),
|
|
(25593,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8086,13476,'SmartAI',0,1,1,48.125,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25594,0,0,0,0,0,4449,22769,0,0,'Beryl Point InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25595,0,0,0,0,0,23266,0,0,0,'Chaos Gazer','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,53.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25596,0,0,0,0,0,23265,1231,23485,23873,'Infected Kodo Beast','','',0,68,68,2,1981,0,1,2,1,0,231,325,0,292,1,2000,2000,1,512,2048,0,0,0,0,0,0,195,289,41,1,0,25596,0,70200,0,0,0,0,0,0,45877,0,0,0,0,0,0,0,0,29,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25597,0,0,0,0,0,23267,0,0,0,'Oblivion Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,20,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,100,1,0,0,0,0,0,0,0,152,1,8388624,0,'',12340),
|
|
(25598,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,131072,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.182,5,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25599,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,3,72,25599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,60.2,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25600,0,0,0,0,0,6122,0,0,0,'Unliving Swine','','',0,68,69,2,974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25600,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25601,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,2,974,0,1,0.992063,1,1,263,384,0,140,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,7,0,25601,25601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1135,1891,'SmartAI',0,3,1,8,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25602,0,0,0,0,0,23271,0,0,0,'Greatmother Taiga','','',9172,72,72,2,1922,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25603,0,0,0,0,0,23422,0,0,0,'Felfire Portal','','',0,1,1,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,0.007,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25604,0,0,0,0,0,23272,0,0,0,'Sage Highmesa','','',9173,71,71,2,1921,3,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25605,0,0,0,0,0,23273,23274,0,0,'Clandestine Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,0,2048,0,0,0,0,0,0,188,280,32,7,0,25605,25605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,1566,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25606,0,0,0,0,0,10914,0,0,0,'Hamat','','',0,70,70,2,1921,0,1,1.42857,1,0,252,357,0,304,1,3000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25607,0,0,0,0,0,23275,0,0,0,'Farmer Torp','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25608,0,0,0,0,0,11686,0,0,0,'Kil\'jaeden','','',0,70,70,1,114,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_kiljaeden_controller',12340),
|
|
(25609,0,0,0,26195,0,23287,23288,0,0,'En\'kilah Necrolord','Cult of the Damned','',0,69,69,2,1982,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25609,25609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,34908,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25610,0,0,0,0,0,23283,23284,23285,23286,'Scourge Prisoner','','',0,65,67,1,1981,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25611,0,0,0,0,0,22181,0,0,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.28968,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34908,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25612,0,0,0,0,0,25774,0,0,0,'Skadir Oarsman','','',0,68,69,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25613,0,0,0,0,0,25773,0,0,0,'Skadir Mistweaver','','',0,68,69,2,1885,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,25613,25613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1664,'SmartAI',0,7,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25614,0,0,0,0,0,23278,0,0,0,'Skadir Boat','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(25615,0,0,0,0,0,24855,0,0,0,'Plagued Magnataur','','',0,70,71,2,1953,0,1,0.952381,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25615,25615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1754,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25616,0,0,0,0,0,27174,27185,0,0,'Plagued Snobold','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25617,0,0,0,0,0,23279,23280,23281,23282,'Farshire Militia','','',0,69,69,2,1974,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25618,0,0,0,0,0,23181,0,0,0,'Varidus the Flenser','Cult of the Damned','',0,70,70,2,1982,0,1.6,1.42857,1,1,234,331,0,286,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,25618,25618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(25619,0,0,0,25495,0,23563,0,0,0,'Nerub\'ar Warrior','','',0,70,71,2,21,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25619,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25622,0,0,0,25495,0,23571,0,0,0,'Nerub\'ar Tunneler','','',0,70,71,2,21,0,0.833332,0.99206,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25622,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25623,0,0,0,0,0,23304,0,0,0,'Harvest Collector','','',0,68,68,2,190,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,25623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25624,0,0,0,0,0,23289,0,0,0,'Infested Prisoner','','',0,65,70,2,14,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25625,0,0,0,0,0,22181,22123,22122,0,'Warsong Aberration','','',0,69,69,2,1982,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25629,0,0,0,0,0,23305,0,0,0,'Lord Kryxix','','',0,70,70,2,974,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,2,768,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25632,0,0,0,0,0,23525,0,0,0,'Vindicator Moorba','','',9286,71,71,1,1956,1,1.1,1.14286,1,0,299,426,0,308,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25633,0,0,0,0,0,23291,0,0,0,'Arcanist Evandor','Reagent Supplies','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25634,0,0,0,0,0,23292,0,0,0,'Smith Vedral','Equipment Repairs','',0,70,70,1,1956,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25636,0,0,0,0,0,24382,0,0,0,'Captured Tuskarr Prisoner','','',0,68,68,2,2047,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25638,0,0,0,0,0,23293,0,0,0,'Captain Selana','','',9285,72,72,1,1956,1,1.1,1.14286,1,0,307,438,0,314,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25639,0,0,0,0,0,23297,0,0,0,'Anchorite Elbadon','','',0,70,70,1,1956,1,1.1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25640,0,0,0,0,0,1126,11686,0,0,'Orb Target','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25644,0,0,0,0,0,23295,0,0,0,'Neophyte Narama','','',0,70,70,1,1956,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25650,0,0,0,0,0,569,0,0,0,'Plagued Scavenger','','',0,68,69,2,1975,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,25650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25651,0,0,0,0,0,23273,23274,0,0,'Cultist Necrolyte','','',0,68,69,2,1975,0,1,1.14286,1,0,230,336,0,133,1,2000,2000,8,0,2048,0,0,0,0,0,0,215,321,28,7,0,25651,25651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,991,1651,'SmartAI',0,3,1,1,1,1,0,35122,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25652,0,0,0,0,0,23300,0,0,0,'Nerub\'ar Scarab','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25653,0,0,0,0,0,13971,0,0,0,'Power of the Blue Flight','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,45862,45856,45860,45848,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,14,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(25654,0,0,0,0,0,1126,17612,0,0,'Stop the Plague Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25655,0,0,0,0,0,23299,0,0,0,'Bane','Minion of Varidus','',0,70,70,2,1982,0,1.2,1.42857,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,25655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,34908,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(25656,0,0,0,0,0,23278,0,0,0,'The Helmsman\'s Ship','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(25658,0,0,0,0,0,23301,0,0,0,'Longrunner Bristlehorn','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25659,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25660,0,0,0,0,0,24997,24996,570,23303,'Festering Ghoul','','',0,70,71,2,21,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,25660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34957,42108,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(25661,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,1960,0,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25662,0,0,0,0,0,23593,23594,23595,23596,'Shattered Sun Archer','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25663,0,0,0,0,0,23591,23592,0,0,'Shattered Sun Mage','','',0,70,70,1,1960,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25664,0,0,0,0,0,1060,17188,0,0,'South Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25665,0,0,0,0,0,1060,17188,0,0,'Northeast Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25666,0,0,0,0,0,1060,17188,0,0,'Northwest Sinkhole','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25667,0,0,0,0,0,15903,0,0,0,'Plagued Caribou','','',0,69,69,2,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25668,0,0,0,0,0,26702,26703,0,0,'Vengeful Taunka Spirit','','',0,70,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,3200,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,8,25668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(25669,0,0,0,0,0,169,11686,0,0,'Warsong Grainery Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25670,0,0,0,0,0,1126,15880,0,0,'ELM General Purpose Bunny (scale x3)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25671,0,0,0,0,0,169,11686,0,0,'Torp\'s Farm Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25672,0,0,0,0,0,169,11686,0,0,'Warsong Slaughterhouse Credit','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25673,0,0,0,0,0,26510,0,0,0,'Mammoth Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25674,0,0,0,0,0,17332,0,0,0,'Taunka Mammoth-rider','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(25675,0,0,0,0,0,22044,0,0,0,'Tundra Wolf','','',0,68,68,2,1711,0,1.2,1,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,1,0,0,0,0,195,289,41,1,1,25675,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13467,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25676,0,0,0,0,0,169,23310,0,0,'Storm Cloud','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25677,0,0,0,0,0,23311,0,0,0,'Borean Frog','','',0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(25678,0,0,0,25660,0,23312,0,0,0,'Doctor Razorgrin','','',0,72,72,2,21,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,25678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34958,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25679,0,0,0,0,0,23311,0,0,0,'Steam Frog','','',0,1,1,0,188,0,2,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,105,1,0,0,'',12340),
|
|
(25680,0,0,0,0,0,15903,0,0,0,'Marsh Caribou','','',0,70,71,2,188,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25680,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25681,0,0,0,0,0,22199,0,0,0,'Maddened Tuskarr Survivor','','',0,70,70,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25682,0,0,0,25660,0,17252,0,0,0,'Lich-Lord Chillwinter','','',0,72,72,2,21,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,25682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34959,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25683,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25684,0,0,0,25660,0,15958,10612,15962,14700,'Talramas Abomination','','',0,71,71,2,21,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,72,25684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25685,0,0,0,0,0,23320,0,0,0,'Gorloc Waddler','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25685,25685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,1660,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25686,0,0,0,0,0,23320,0,0,0,'Gorloc Gibberer','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25686,25686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25687,0,0,0,0,0,23321,0,0,0,'Gorloc Steam Belcher','','',0,70,71,2,18,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,25687,25687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,989,1649,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25688,0,0,0,0,0,23323,0,0,0,'Gorloc Oracle Yellow (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25689,0,0,0,0,0,23321,0,0,0,'Gorloc Oracle Pink (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25690,0,0,0,0,0,23322,0,0,0,'Gorloc Oracle Red (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25691,0,0,0,0,0,23320,0,0,0,'Gorloc Oracle Green (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25692,0,0,0,0,0,23318,0,0,0,'Gorloc Oracle Charcoal (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25693,0,0,0,0,0,23319,0,0,0,'Gorloc Oracle Light Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25694,0,0,0,0,0,23317,0,0,0,'Gorloc Oracle Blue (Northrend)','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25695,0,0,0,0,0,23522,0,0,0,'Red Drake (Speed Mount)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(25697,0,0,0,0,0,3848,0,0,0,'Luma Skymother','The Earthen Ring','',11417,76,76,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25698,0,0,0,0,0,169,11686,0,0,'Kodo Saved Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25699,0,0,0,0,0,23320,0,0,0,'Gorloc Mud Splasher','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25699,25699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25700,0,0,0,0,0,23320,0,0,0,'Gorloc Hunter','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25700,25700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,1655,'SmartAI',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25701,0,0,0,0,0,23320,0,0,0,'Gorloc Dredger','','',0,70,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25701,25701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,1643,'',0,3,1,1,1,1,0,34983,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25702,0,0,0,0,0,23324,0,0,0,'Mordle Cogspinner','','',9529,70,70,2,1973,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25703,0,0,0,0,0,11686,169,0,0,'Brutallus Death Cloud','','',0,70,70,1,114,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,560,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25704,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human A (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25705,0,0,0,0,0,23327,0,0,0,'Bixie Wrenchshanker','','',21170,71,71,2,1973,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25706,0,0,0,0,0,8409,0,0,0,'Scorchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25707,0,0,0,0,0,27478,0,0,0,'Magic-bound Ancient','','',0,71,72,2,16,0,1.6,1.71429,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25707,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35484,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(25708,0,0,0,0,0,18069,0,0,0,'Sinister Reflection','','',0,70,70,1,14,0,1,1.14286,1,1,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'',12340),
|
|
(25709,0,0,0,0,0,24961,0,0,0,'Glacial Ancient','','',0,71,72,2,7,0,1,1.14286,1,0,304,436,0,296,1,3000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,25709,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35483,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(25710,0,0,0,0,0,3848,0,0,0,'Numa Cloudsister','','',0,1,1,0,35,2,1.1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25711,0,0,0,0,0,23329,0,0,0,'Spirit of the North','','',0,70,70,2,634,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,25711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25712,0,0,0,0,0,20736,0,0,0,'Warbringer Goredrak','Azure-Lord of the Blue Dragonflight','',0,73,73,2,103,0,1,0.99206,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,2,8,25712,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35669,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25713,0,0,0,0,0,14886,0,0,0,'Blue Drakonid Supplicant','','',0,71,72,2,103,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,8,25713,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,1753,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25714,0,0,0,0,0,23330,0,0,0,'Tinky Wickwhistle','','',0,71,71,2,1973,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25715,0,0,0,0,0,22249,23349,23348,0,'Frozen Elemental','','',0,70,71,2,14,0,1.55556,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,4,0,25715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34956,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(25716,0,0,0,0,0,25252,0,0,0,'General Cerulean','','',0,73,73,2,103,0,0.888888,0.99206,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,25716,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35668,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25717,0,0,0,0,0,25195,0,0,0,'Coldarra Scalesworn','','',0,71,72,2,103,0,0.888888,0.99206,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25717,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25718,0,0,0,0,0,24906,0,0,0,'Coldarra Mage Slayer','','',0,69,69,2,103,0,0.666668,1.19048,1,0,224,316,0,282,1,1500,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,3,0,25718,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25719,0,0,0,0,0,23332,0,0,0,'Coldarra Spellbinder','','',0,71,72,2,103,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,25719,25719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,35629,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25720,0,0,0,0,0,23331,0,0,0,'Inquisitor Caleras','','',0,72,72,2,103,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,25720,25720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35628,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25721,0,0,0,0,0,23333,0,0,0,'Arcane Serpent','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,2,0,25721,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,35493,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25722,0,0,0,0,0,25250,0,0,0,'Coldarra Spellweaver','','',0,71,72,2,103,0,0.888888,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,2,0,25722,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25723,0,0,0,0,0,1687,0,0,0,'[ph] Coldarra Blue Dragon Patroller','','',0,80,80,1,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25724,0,0,0,0,0,25249,0,0,0,'Ascended Mage Hunter','','',0,71,72,2,14,0,0.888888,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25725,0,0,0,0,0,23352,0,0,0,'Chieftain Gurgleboggle','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25725,25725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1061,1769,'',0,3,1,1,1,1,0,34962,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25726,0,0,0,0,0,23351,0,0,0,'Chieftain Burblegobble','','',0,71,71,2,18,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25726,25726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'',0,3,1,1,1,1,0,34961,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25727,0,0,0,0,0,23336,0,0,0,'Warmage Moran','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25728,0,0,0,0,0,25225,0,0,0,'Coldarra Wyrmkin','','',0,71,72,2,103,0,0.888888,0.99206,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,25728,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35586,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25729,0,0,0,0,0,23335,0,0,0,'Shadowstalker Getry','','',0,69,69,2,1981,2,1,1.14286,1,1,245,346,0,298,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25730,0,0,0,0,0,23359,0,0,0,'En\'kilah Necrolord','','',0,70,70,2,14,0,1,2.28571,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25731,0,0,0,0,0,22130,0,0,0,'Ancient Grimtotem Spirit Wolf','','',0,30,30,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(25732,0,0,0,0,0,23337,0,0,0,'Warmage Preston','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25733,0,0,0,0,0,23338,0,0,0,'Warmage Austin','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25734,0,0,0,0,0,23340,0,0,0,'[PH] Coldarra Leyliner','PH MODEL: TASK 23362','',0,70,70,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25735,0,0,0,0,0,169,15880,0,0,'Armageddon Target','','',0,73,73,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25736,0,0,0,0,0,23341,0,0,0,'Supply Master Taz\'ishi','Poison & Reagents','',9474,70,70,2,1978,3203,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25737,0,0,0,0,0,23342,0,0,0,'Airman Skyhopper','','',0,68,68,2,1973,2,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25738,0,0,0,25221,0,19037,0,0,0,'Clayton J Dubin (1)','Uber Quality Assured','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9111,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,229,1,0,0,'',12340),
|
|
(25739,0,0,0,0,0,169,23343,0,0,'Steam Vent','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25740,26338,0,0,0,0,11686,0,0,0,'Ahune','The Frost Lord','',0,82,82,2,14,0,1.2,1.14286,1,1,316,450,0,320,7.5,2000,0,1,0,2048,8,0,0,0,0,0,278,413,58,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'boss_ahune',12340),
|
|
(25741,0,0,0,0,0,23404,0,0,0,'M\'uru','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,131076,2048,0,0,0,0,0,0,278,413,58,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,252,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_muru',12340),
|
|
(25742,0,0,0,0,0,22249,0,0,0,'Alluvius','','',0,71,71,2,35,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25743,0,0,0,0,0,26425,0,0,0,'Wooly Mammoth Bull','','vehichleCursor',0,70,70,2,1990,16777216,0.666668,2,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,25743,0,70202,0,0,0,0,0,0,46317,46315,46316,0,0,0,0,0,0,72,0,0,'SmartAI',0,3,1,2,1,1,0,34977,42104,0,0,0,0,180,0,0,0,'',12340),
|
|
(25744,0,0,0,0,0,23842,0,0,0,'Dark Fiend','','',0,70,70,0,14,0,1,0.8,1,0,252,357,0,304,1,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,0.7,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),
|
|
(25745,0,0,0,0,0,11686,0,0,0,'[PH] Ahune Summon Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25746,0,0,0,0,0,21955,11686,0,0,'[PH] Ahune Loot Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25747,0,0,0,0,0,23354,0,0,0,'Jinky Wingnut','','',0,70,70,2,1973,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25748,0,0,0,0,0,22633,0,0,0,'Oil-covered Hawk','','',0,70,70,2,189,0,1,2.57143,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,26,0,0,0,0,215,320,44,10,1,25748,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(25749,0,0,0,0,0,23033,0,0,0,'High Overlord Saurfang','','',0,70,70,1,1979,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(25750,0,0,0,0,0,15903,0,0,0,'Oil-soaked Caribou','','',0,70,70,2,189,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,25750,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35288,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25751,0,0,0,0,0,23360,0,0,0,'High Overlord Saurfang','','',0,70,70,2,1979,0,1,1.14286,1,1,509,600,0,24,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,200,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25752,0,0,0,0,0,6774,0,0,0,'Scavenge-bot 004-A8','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25752,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(25753,0,0,0,0,0,6888,0,0,0,'Sentry-bot 57-K','','',0,70,70,2,16,0,1,0.71429,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25753,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(25754,0,0,0,0,0,23131,23132,23130,23129,'Earthen Ring Flamecaller','The Earthen Ring','',9260,70,75,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25755,26342,0,0,0,0,20433,0,0,0,'Ahunite Hailstone','','',0,80,80,2,14,0,1,1.14286,1,1,240,400,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,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,'SmartAI',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25756,26340,0,0,0,0,23504,0,0,0,'Ahunite Coldwave','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,1,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,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25757,26341,0,0,0,0,8714,0,0,0,'Ahunite Frostwind','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25758,0,0,0,0,0,24947,0,0,0,'Defendo-tank 66D','','',0,70,71,2,16,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,9,32768,25758,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(25759,0,0,0,0,0,23364,0,0,0,'Valiance Keep Officer','','',0,70,70,2,534,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25760,0,0,0,0,0,25633,0,0,0,'Kvaldir Raider','','',0,68,69,2,1771,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,25760,25760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,1658,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25761,0,0,0,0,0,23147,23150,23151,23152,'Alliance Deserter','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25762,0,0,0,0,0,23278,0,0,0,'Vrykul Landing Ship','','',0,70,70,2,35,16777216,2.4,0.714286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,54,1,0,0,'',12340),
|
|
(25763,0,0,0,0,0,23488,0,0,0,'Clayton\'s Test Creature (1)','Quality Assured','',0,70,70,2,1734,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.10509,3.16957,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25764,0,0,0,0,0,26126,26127,0,0,'Kaskala Defender','','',0,70,70,2,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25765,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber','','Interact',0,70,70,2,35,0,1.2,1,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,492,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(25766,0,0,0,0,0,6774,0,0,0,'Rig Hauler AC-9','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,32768,25766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25767,0,0,0,0,0,23366,23368,23367,23369,'Fizzcrank Pilot','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25768,0,0,0,0,0,11686,0,0,0,'Lord Kryxix','','',0,71,71,2,974,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,10,0,25768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25769,0,0,0,0,0,23371,0,0,0,'Small Elemental','','',0,70,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25770,0,0,0,0,0,169,23377,0,0,'M\'uru Portal Target','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25771,0,0,0,0,0,1060,17188,0,0,'Ice Elemental Target','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25772,0,0,0,0,0,23372,0,0,0,'Void Sentinel','','',0,70,70,1,14,0,1,1.14286,1,1,252,357,5,304,70,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,17.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25773,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Survivor','','',0,67,70,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25774,0,0,0,0,0,22088,0,0,0,'Rockfang','The Den Mother','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,0,25774,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25775,0,0,0,0,0,7933,0,0,0,'Refugee Pack Kodo','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25776,0,0,0,0,0,11792,0,0,0,'Refugee Wife','','',0,69,69,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25777,0,0,0,0,0,11852,0,0,0,'Refugee Father','','',0,70,70,0,995,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25778,0,0,0,0,0,14758,0,0,0,'Refugee Loner','','',0,68,68,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25780,0,0,0,0,0,23378,0,0,0,'Abner Fizzletorque','','',0,70,70,2,1973,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25781,0,0,0,0,0,31126,0,0,0,'Oil Pool','','',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,570425344,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25782,0,0,0,0,0,169,23377,0,0,'Void Sentinal Summoner','','',0,70,70,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25783,0,0,0,0,0,23373,23375,23374,23376,'Fizzcrank Airstrip Survivor','','',0,67,68,1,1973,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25784,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25785,0,0,0,0,0,23380,0,0,0,'Archmage Evanor','','',0,72,72,2,2006,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25786,0,0,0,0,0,21688,0,0,0,'Friar Tuskus','','',0,70,70,2,1884,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25787,0,0,0,0,0,22777,0,0,0,'X-42B','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25788,0,0,0,0,0,24842,0,0,0,'Weakened Magnataur Huntress','Mate of Gammothra','',0,69,69,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25789,0,0,0,0,0,24849,0,0,0,'Gammothra the Tormentor','','',0,71,71,2,14,0,1,0.952381,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,25789,25789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1199,1999,'SmartAI',0,3,1,5,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25790,0,0,0,0,0,24849,0,0,0,'Weakened Gammothra','','',0,71,71,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,34980,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25791,0,0,0,0,0,22003,0,0,0,'Oil-stained Wolf','','',0,70,71,2,16,0,1.2,1,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,25791,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25792,0,0,0,0,0,23362,0,0,0,'Scavenge-bot 005-B6','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25792,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8,0,'',12340),
|
|
(25793,0,0,0,0,0,27578,0,0,0,'55-D Collect-a-tron','','',0,70,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,32768,25793,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25794,0,0,0,0,0,23383,0,0,0,'Shake-n-Quake 5000','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25795,0,0,0,0,0,1126,20577,0,0,'Normal Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25796,0,0,0,0,0,1126,20577,0,0,'Spectral Realm','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25797,0,0,0,0,0,23384,0,0,0,'Bloodmage Alkor','','',0,69,69,2,1978,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537166592,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25798,0,0,0,0,0,23225,0,0,0,'Shadowsword Berserker','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,14,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,11.97,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25799,0,0,0,0,0,23226,0,0,0,'Shadowsword Fury Mage','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,14,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,12.6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25800,0,0,0,0,0,23385,0,0,0,'Clam Master K','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,25800,25800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,1663,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25801,0,0,0,0,0,23386,0,0,0,'Nedar, Lord of Rhinos','','',0,72,72,2,1989,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25801,25801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3350,5583,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25802,0,0,0,0,0,23387,0,0,0,'Kaw the Mammoth Destroyer','','',0,72,72,2,16,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,2048,25802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25803,0,0,0,0,0,23388,0,0,0,'Karen \"I Don\'t Caribou\" the Culler','','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,25803,25803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,1856,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25804,0,0,0,0,0,23389,0,0,0,'Harold Lane','The Fur Baron','',0,72,72,2,1989,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,0,25804,25804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3341,5568,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25805,0,0,0,0,0,23390,23419,23420,23421,'Nesingwary Lackey','','',0,70,71,2,1989,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25806,0,0,0,0,0,23391,23416,23417,23418,'Loot Crazed Poacher','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25806,25806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25807,0,0,0,0,0,23392,0,0,0,'Iggy \"Tailspin\" Cogtoggle','','',0,70,70,2,1892,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25808,0,0,0,0,0,23393,23399,23400,23401,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,25808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,1565,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25809,0,0,0,0,0,23394,0,0,0,'Arch Druid Lathorius','D.E.H.T.A.','',9188,73,73,2,1987,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,25809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25810,0,0,0,0,0,23395,0,0,0,'Hierophant Cenius','D.E.H.T.A.','',0,70,70,2,1710,2,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25811,0,0,0,0,0,23398,0,0,0,'Zaza','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25812,0,0,0,0,0,29419,0,0,0,'Killinger the Den Watcher','D.E.H.T.A.','',0,72,72,2,1710,2,1,0.99206,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25813,0,0,0,0,0,23396,0,0,0,'(Deprecated) Sunwell FX','','',0,70,70,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25814,0,0,0,0,0,24103,24108,24114,24119,'Fizzcrank Mechagnome','','',0,71,71,2,16,0,1,0.99206,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,9,32768,25814,0,29726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25815,0,0,0,0,0,1126,17612,0,0,'Master and Servant Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25816,0,0,0,0,0,23402,0,0,0,'Sergeant Hammerhill','','',9215,71,71,0,1892,3,1,1.38571,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25817,0,0,0,0,0,23403,0,0,0,'Oiled Fledgeling','','',0,69,69,2,189,0,1,2.57143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,26,0,0,0,0,206,302,43,1,1,25817,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(25818,0,0,0,0,0,27577,0,0,0,'Reprogrammed 55-D Collect-a-tron','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25819,0,0,0,0,0,21243,20872,0,0,'D.E.H.T.A. Enforcer','','',0,72,72,2,1987,0,3.2,3.42857,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,2048,25819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1678,'',0,3,1,5,5,1,0,0,0,0,0,0,0,242,1,0,0,'',12340),
|
|
(25820,0,0,0,0,0,24948,0,0,0,'Reprogrammed Defendo-tank 66D','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25821,0,0,0,0,0,23407,0,0,0,'Reprogrammed Scavenge-bot 004-A8','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25822,0,0,0,0,0,6889,0,0,0,'Reprogrammed Scavenge-bot 005-B6','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25823,0,0,0,0,0,23408,0,0,0,'Reprogrammed Sentry-bot 57-K','','',0,70,70,2,35,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25824,0,0,0,0,0,1130,0,0,0,'Void Spawn','','',0,70,70,0,14,0,1,1.14286,1,1,252,357,0,304,10,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,4.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(25825,0,0,0,0,0,23409,0,0,0,'Medic Hawthorn','','',9187,71,71,0,1973,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25826,0,0,0,0,0,23065,0,0,0,'Vindicator Yaala','','',0,72,72,0,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25827,0,0,0,0,0,23410,0,0,0,'Tom Hegger','','',9217,69,69,2,1892,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),
|
|
(25828,0,0,0,0,0,23031,0,0,0,'Guard Mitchells','','',9219,69,69,2,1973,1,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hidden_cultist',12340),
|
|
(25829,0,0,0,0,0,347,0,0,0,'Marsh Fawn','','',0,66,67,1,188,0,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25830,0,0,0,0,0,23411,0,0,0,'Twonky','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25831,0,0,0,0,0,23412,0,0,0,'ED-210','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25832,0,0,0,0,0,23413,0,0,0,'Max Blasto','','',0,71,71,2,16,0,1,0.714286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25833,0,0,0,0,0,23414,0,0,0,'The Grinder','','',0,71,71,2,16,0,1,0.992063,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25834,0,0,0,0,0,24127,0,0,0,'Gearmaster Mechazod','','',0,72,72,2,16,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,9,0,25834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35486,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25835,0,0,0,0,0,23423,23424,23425,0,'Nesingwary Trapper','','',0,70,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25836,0,0,0,0,0,23426,23427,0,0,'Loot Crazed Diver','','',0,69,70,2,1989,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,25836,25836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25837,0,0,0,0,0,23473,0,0,0,'Shadowsword Commander','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,20,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,72,25593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,11000,'SmartAI',0,1,1,24.5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25838,0,0,0,0,0,21243,0,0,0,'Hierophant Liandra','D.E.H.T.A.','',0,70,70,2,1710,2,1,0.99206,1,1,234,331,0,286,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25839,0,0,0,0,0,22576,22577,22578,0,'Northsea Mercenary','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25839,25839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25840,0,0,0,0,0,23428,0,0,0,'Entropius','','',0,73,73,1,16,0,1,1.14286,1,3,316,450,0,320,70,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,3,108,25840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,1,1,189,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'boss_entropius',12340),
|
|
(25841,0,0,0,0,0,23430,0,0,0,'Fizzcrank Recon Pilot','','',21248,70,70,2,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25842,0,0,0,0,0,23429,0,0,0,'Dire Furbolg (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25843,0,0,0,0,0,2438,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,25843,25843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25844,0,0,0,0,0,23432,0,0,0,'Northsea Thug','','',0,69,70,2,1989,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25845,0,0,0,0,0,1060,17188,0,0,'Northwest Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25846,0,0,0,0,0,1060,17188,0,0,'South Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25847,0,0,0,0,0,1060,17188,0,0,'East Crash','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25848,0,0,0,0,0,169,17188,0,0,'Gauntlet Imp Trigger','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25849,0,0,0,0,0,23433,0,0,0,'Fezzix Geartwist','','',0,70,70,2,1735,2,1,5.71429,1,0,234,331,0,286,1,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,269,1,0,0,'',12340),
|
|
(25850,0,0,0,0,0,23434,0,0,0,'Trapped Mammoth Calf','','',0,68,68,2,190,0,1,0.95238,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25851,0,0,0,0,0,23269,0,0,0,'Volatile Fiend','','',0,71,71,1,16,0,1,1.14286,1,1,296,424,0,290,7.5,2000,2000,2,163840,2048,0,0,0,0,0,0,260,387,37,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25852,0,0,0,0,0,23438,0,0,0,'Festival Flamekeeper Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25853,0,0,0,0,0,23439,0,0,0,'Festival Flamekeeper Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25854,0,0,0,0,0,23440,0,0,0,'Festival Flamekeeper Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25855,0,0,0,0,0,1126,17612,0,0,'Singularity','','',0,73,73,1,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,94,1,0,130,'npc_singularity',12340),
|
|
(25856,0,0,0,0,0,23441,0,0,0,'Festival Flamekeeper Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25857,0,0,0,0,0,16341,0,0,0,'Festival Flamekeeper Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25858,0,0,0,0,0,23442,0,0,0,'Festival Flamekeeper Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25859,0,0,0,0,0,23443,23444,0,0,'Festival Flamekeeper Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25860,0,0,0,0,0,7950,0,0,0,'Blazing Infernal','','',0,70,70,1,90,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25861,0,0,0,0,0,23437,23436,23434,23435,'Orphaned Mammoth Calf','','',0,68,68,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25862,0,0,0,0,0,27280,0,0,0,'Khu\'nok the Behemoth','','',0,71,71,2,1194,2,0.666668,0.95238,1,1,299,426,0,308,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,262,389,48,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_khunok_the_behemoth',12340),
|
|
(25863,0,0,0,0,0,23446,23448,23449,23450,'Twilight Firesworn','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25864,0,0,0,0,0,15301,0,0,0,'Felguard Slayer','','',0,1,1,0,90,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,9.1,1,1,0,0,0,0,0,0,0,145,1,0,0,'',12340),
|
|
(25865,26339,0,0,0,0,23447,0,0,0,'Frozen Core','','',0,82,82,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,0,1,131076,2048,8,0,0,0,0,0,1,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,40,1,1,0,0,0,0,0,0,0,0,0,650854271,0,'npc_ahune_frozen_core',12340),
|
|
(25866,0,0,0,0,0,23451,23452,23453,23480,'Twilight Flameguard','Twilight\'s Hammer','',0,20,21,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25867,0,0,0,0,0,19663,0,0,0,'Sunblade Dragonhawk','','',0,70,70,1,16,0,1,1.14286,1,1,252,357,0,304,20,2000,2000,1,32832,2048,0,0,0,0,0,0,215,320,44,1,72,25867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,5,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(25868,0,0,0,0,0,21085,21086,0,0,'Midsummer Celebrant Costume: Blood Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25869,0,0,0,0,0,21084,21083,0,0,'Midsummer Celebrant Costume: Draenei','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25870,0,0,0,0,0,16434,16413,0,0,'Midsummer Celebrant Costume: Dwarf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25871,0,0,0,0,0,16447,16448,0,0,'Midsummer Celebrant Costume: Gnome','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25872,0,0,0,0,0,16431,29243,0,0,'Midsummer Celebrant Costume: Goblin','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25873,0,0,0,0,0,16412,16433,0,0,'Midsummer Celebrant Costume: Human','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25874,0,0,0,0,0,16414,16435,0,0,'Midsummer Celebrant Costume: Night Elf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25875,0,0,0,0,0,16436,16438,0,0,'Midsummer Celebrant Costume: Orc','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25876,0,0,0,0,0,16442,16432,0,0,'Midsummer Celebrant Costume: Tauren','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25877,0,0,0,0,0,16445,16446,0,0,'Midsummer Celebrant Costume: Troll','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25878,0,0,0,0,0,16443,16444,0,0,'Midsummer Celebrant Costume: Undead','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25879,0,0,0,0,0,11686,0,0,0,'Darkness','','',0,70,70,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,46262,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(25880,0,0,0,0,0,23461,23462,23463,23464,'Minion of Kaw','','',0,69,71,2,1989,0,1,1,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25880,25880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1751,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25881,0,0,0,0,0,26510,0,0,0,'Moria','Kaw\'s War Mammoth','',0,71,71,2,16,0,2.8,2,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,25881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,186,1,0,0,'',12340),
|
|
(25882,0,0,0,0,0,23489,0,0,0,'Multiphase Disturbance','','',0,70,70,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,1,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),
|
|
(25883,0,0,0,0,0,23441,0,0,0,'Ashenvale Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25884,0,0,0,0,0,16341,0,0,0,'Ashenvale Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25885,0,0,0,0,0,23467,0,0,0,'Whirligig Wafflefry','Gnomish Inventor','',0,71,71,1,1956,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25886,0,0,0,0,0,1141,0,0,0,'Doomsday Rat','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.007,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(25887,0,0,0,0,0,16335,0,0,0,'Arathi Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25888,0,0,0,0,0,23439,0,0,0,'Azuremyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25889,0,0,0,0,0,23441,0,0,0,'Blade\'s Edge Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25890,0,0,0,0,0,16338,0,0,0,'Blasted Lands Flame Warden','','',9203,50,50,0,84,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25891,0,0,0,0,0,23439,0,0,0,'Bloodmyst Isle Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25892,0,0,0,0,0,23438,0,0,0,'Burning Steppes Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25893,0,0,0,0,0,23441,0,0,0,'Darkshore Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25894,0,0,0,0,0,23441,0,0,0,'Desolace Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25895,0,0,0,0,0,16339,0,0,0,'Dun Morogh Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25896,0,0,0,0,0,16335,0,0,0,'Duskwood Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25897,0,0,0,0,0,16338,0,0,0,'Dustwallow Marsh Flame Warden','','',9203,56,56,0,84,3,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25898,0,0,0,0,0,16338,0,0,0,'Elwynn Forest Flame Warden','','',9203,25,25,0,84,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25899,0,0,0,0,0,23441,0,0,0,'Feralas Flame Warden','','',9203,40,40,0,84,3,1.1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25900,0,0,0,0,0,16335,0,0,0,'Hellfire Peninsula Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25901,0,0,0,0,0,16338,0,0,0,'Hillsbrad Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25902,0,0,0,0,0,16339,0,0,0,'Loch Modan Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25903,0,0,0,0,0,23439,0,0,0,'Nagrand Flame Warden','','',9203,60,60,0,84,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25904,0,0,0,0,0,16335,0,0,0,'Redridge Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25905,0,0,0,0,0,16339,0,0,0,'Shadowmoon Valley Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25906,0,0,0,0,0,23441,0,0,0,'Teldrassil Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25907,0,0,0,0,0,16338,0,0,0,'Terokkar Forest Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25908,0,0,0,0,0,16339,0,0,0,'The Hinterlands Flame Warden','','',9203,45,45,0,84,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25909,0,0,0,0,0,16338,0,0,0,'Western Plaguelands Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25910,0,0,0,0,0,16335,0,0,0,'Westfall Flame Warden','','',9203,30,30,0,84,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25911,0,0,0,0,0,16338,0,0,0,'Wetlands Flame Warden','','',9203,40,40,0,84,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25912,0,0,0,0,0,23439,0,0,0,'Zangarmarsh Flame Warden','','',9203,65,65,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25913,0,0,0,0,0,23438,0,0,0,'Netherstorm Flame Warden','','',9203,70,70,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25914,0,0,0,0,0,23438,0,0,0,'Silithus Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25915,0,0,0,0,0,23438,0,0,0,'Stranglethorn Vale Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25916,0,0,0,0,0,23438,0,0,0,'Tanaris Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25917,0,0,0,0,0,23438,0,0,0,'Winterspring Flame Warden','','',9203,67,67,0,84,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25918,0,0,0,0,0,16340,0,0,0,'Netherstorm Flame Keeper','','',9278,70,70,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25919,0,0,0,0,0,16340,0,0,0,'Silithus Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25920,0,0,0,0,0,16340,0,0,0,'Stranglethorn Vale Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25921,0,0,0,0,0,16340,0,0,0,'Tanaris Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25922,0,0,0,0,0,16340,0,0,0,'Winterspring Flame Keeper','','',9278,67,67,0,83,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25923,0,0,0,0,0,16341,0,0,0,'Arathi Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25924,0,0,0,0,0,23468,0,0,0,'Twilight Speaker Viktor','Twilight\'s Hammer','',9278,22,22,0,168,0,1,1.14286,1,0,40,50,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,25924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,35277,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25925,0,0,0,0,0,16341,0,0,0,'Badlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25926,0,0,0,0,0,16341,0,0,0,'Blade\'s Edge Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25927,0,0,0,0,0,16341,0,0,0,'Burning Steppes Flame Keeper','','',9278,50,50,0,83,3,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25928,0,0,0,0,0,16340,0,0,0,'Desolace Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25929,0,0,0,0,0,16334,0,0,0,'Durotar Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25930,0,0,0,0,0,16340,0,0,0,'Dustwallow Marsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25931,0,0,0,0,0,23440,0,0,0,'Eversong Woods Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25932,0,0,0,0,0,16334,0,0,0,'Feralas Flame Keeper','','',9278,65,65,0,83,3,1.1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25933,0,0,0,0,0,23440,0,0,0,'Ghostlands Flame Keeper','','',9278,30,30,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25934,0,0,0,0,0,16341,0,0,0,'Hellfire Peninsula Flame Keeper','','',9278,60,60,0,83,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,768,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25935,0,0,0,0,0,23442,0,0,0,'Hillsbrad Flame Keeper','','',9278,45,45,0,83,3,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25936,0,0,0,0,0,16334,0,0,0,'Mulgore Flame Keeper','','',9278,20,20,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25937,0,0,0,0,0,16341,0,0,0,'Nagrand Flame Keeper','','',9278,70,70,1,83,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25938,0,0,0,0,0,16341,0,0,0,'Shadowmoon Valley Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25939,0,0,0,0,0,23442,0,0,0,'Silverpine Forest Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,768,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25940,0,0,0,0,0,16334,0,0,0,'Stonetalon Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25941,0,0,0,0,0,16341,0,0,0,'Swamp of Sorrows Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25942,0,0,0,0,0,16341,0,0,0,'Terokkar Forest Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25943,0,0,0,0,0,16341,0,0,0,'The Barrens Flame Keeper','','',9278,40,40,0,83,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25944,0,0,0,0,0,16340,0,0,0,'The Hinterlands Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25945,0,0,0,0,0,16334,0,0,0,'Thousand Needles Flame Keeper','','',9278,45,45,0,83,3,1.1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25946,0,0,0,0,0,23442,0,0,0,'Tirisfal Glades Flame Keeper','','',9278,25,25,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25947,0,0,0,0,0,16340,0,0,0,'Zangarmarsh Flame Keeper','','',9278,65,65,0,83,3,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25948,0,0,0,0,0,16874,0,0,0,'Doomfire Shard','','',0,71,71,1,16,0,1,1.14286,1,1,299,426,0,308,10,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,5.6,1,1,0,0,0,0,0,0,0,152,1,131073,0,'',12340),
|
|
(25949,0,0,0,0,0,23469,0,0,0,'Ice Caller Briatha','Twilight\'s Hammer','',0,22,22,0,128,0,1,1.14286,1,0,23,32,0,34,1,2000,2000,8,32768,2048,0,0,0,0,0,0,20,29,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25950,0,0,0,0,0,23470,0,0,0,'Shaani','Jewelcrafting Supplies','',9198,70,70,1,1960,129,1,1.14286,1,0,252,357,0,304,1,2000,2500,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25951,0,0,0,0,0,23472,0,0,0,'Heretic Emissary','','',0,21,21,0,128,0,1,1.14286,1,0,22,30,0,32,1,2000,2000,8,32768,2048,0,0,0,0,0,0,19,28,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25952,0,0,0,0,0,21955,11686,0,0,'Slippery Floor Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25953,0,0,0,0,0,169,17188,0,0,'Fel Crystal Spell Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(25954,0,0,0,0,0,17205,0,0,0,'Shadowsword Guardian Sunwell','','',0,72,72,1,16,0,2,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587520,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10.5,1,1,0,0,0,0,0,0,0,151,1,16384,0,'',12340),
|
|
(25955,0,0,0,0,0,19294,0,0,0,'Hand of the Deceiver Sunwell','','',0,71,71,1,16,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33587520,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,25,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(25956,0,0,0,0,0,23266,0,0,0,'Chaos Gazer Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25957,0,0,0,0,0,14173,0,0,0,'Cataclysm Hound Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25958,0,0,0,0,0,19611,0,0,0,'Volatile Felfire Fiend Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,2,33587456,2048,0,0,0,0,0,0,1,2,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.182,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25959,0,0,0,0,0,20919,0,0,0,'Apocalypse Guard Sunwell','','',0,71,71,1,16,0,2.4,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.7,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(25960,0,0,0,0,0,23404,0,0,0,'M\'uru Sunwell','','',0,73,73,1,16,0,1,1,1,3,2,2,0,24,35,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,400,1,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),
|
|
(25961,0,0,0,0,0,20231,0,0,0,'Earthen Ring Totem','','',0,20,20,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25962,0,0,0,0,0,23791,0,0,0,'Fire Eater','','',9204,40,57,0,774,3,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,33536,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25963,0,0,0,0,0,23483,0,0,0,'Arctic Condor (Northrend)','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25964,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 000','','',0,1,1,0,35,0,12,1.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,139,1,0,128,'',12340),
|
|
(25965,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 001','','',0,1,1,0,35,0,12,1.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,175,1,0,128,'',12340),
|
|
(25966,0,0,0,0,0,21955,16946,0,0,'Shaman Beam Bunny 002','','',0,1,1,0,35,0,12,2.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,198,1,0,128,'',12340),
|
|
(25967,0,0,0,0,0,19282,0,0,0,'Zephyr','','',9205,70,70,1,1779,1,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_zephyr',12340),
|
|
(25968,0,0,0,0,0,23486,26266,0,0,'\"Lunchbox\"','','',0,71,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,2048,25968,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'CombatAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25969,0,0,0,0,0,14548,0,0,0,'Jenny','Fezzix\'s Pack Mule','',0,70,70,2,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25970,0,0,0,0,0,16436,16438,0,0,'Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25971,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 000','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),
|
|
(25972,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 001','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),
|
|
(25973,0,0,0,0,0,11686,0,0,0,'Shaman Bonfire Bunny 002','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,133,1,0,130,'',12340),
|
|
(25974,0,0,0,0,0,16436,16438,0,0,'Master Fire Dancer','','',0,1,60,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25975,0,0,0,0,0,23792,0,0,0,'Master Fire Eater','','',9204,62,67,0,774,3,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25976,0,0,0,0,0,22970,0,0,0,'Theremis','Keeper of Lost Artifacts','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25977,0,0,0,0,0,22975,0,0,0,'Yrma','Transmuter of Sin\'dorei Relics','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,4864,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25978,0,0,0,0,0,23488,0,0,0,'Ambassador Talonga','','',0,70,70,2,1922,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25979,0,0,0,0,0,23490,23491,23492,23493,'Loot Crazed Hunter','','',0,70,71,2,1989,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,25979,25979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,1760,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25980,0,0,0,0,0,23494,0,0,0,'Heretic Bodyguard','','',0,21,21,0,128,0,1,1.14286,1,0,31,40,0,74,1,2000,2000,1,32768,2048,0,0,0,0,0,0,21,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25981,0,0,0,0,0,23496,23497,23498,0,'Scourged Footman','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,25981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(25982,0,0,0,0,0,23499,0,0,0,'Sage Earth and Sky','','',0,70,70,2,1921,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25983,0,0,0,0,0,26765,0,0,0,'Dorain Frosthoof','Apprentice Wind Tamer','',0,70,70,2,1922,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25984,0,0,0,0,0,23430,0,0,0,'Crashed Recon Pilot','','',0,70,70,2,35,2,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,537133824,2048,32,0,0,0,0,0,233,347,28,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(25985,26337,0,0,0,0,11686,0,0,0,'Ahune Ice Spear Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25986,26099,0,0,0,0,28291,0,0,0,'Ore Cart','','',0,70,70,1,1892,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25987,0,0,0,0,0,16998,0,0,0,'Windsoul Totem','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,46373,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25988,0,0,0,0,0,26483,0,0,0,'Stampeding Mammoth','','Interact',0,71,71,2,7,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(25989,0,0,0,0,0,15903,0,0,0,'Stampeding Caribou','','',0,69,69,2,188,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25990,0,0,0,0,0,26295,0,0,0,'Stampeding Rhino','','',0,69,69,2,7,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25991,0,0,0,0,0,23692,0,0,0,'Kixi the Shiv','Arena Battlemaster','',8218,70,70,1,35,1048577,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25992,0,0,0,0,0,19926,0,0,0,'Big Bruiser','','',0,70,70,1,35,0,1,1.42857,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(25993,0,0,0,0,0,23304,0,0,0,'Converted Collector','','',0,68,69,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25994,0,0,0,0,0,23789,0,0,0,'Flame Eater','','',9204,42,60,0,775,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33536,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(25995,0,0,0,0,0,169,11686,0,0,'Stampede Exit Point','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26007,0,0,0,0,0,23766,0,0,0,'Arena Battlemaster','','',8218,70,70,2,35,1048577,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26012,0,0,0,0,0,24023,0,0,0,'Arena Organizer','','',0,70,70,2,35,262145,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26016,0,0,0,0,0,246,0,0,0,'Tamable Wolf','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26017,0,0,0,0,0,23513,0,0,0,'Tamable Bat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26019,0,0,0,0,0,23514,0,0,0,'Tamable Carrion Bird','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,7,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26020,0,0,0,0,0,744,0,0,0,'Tamable Boar','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26021,0,0,0,0,0,2031,0,0,0,'Tamable Cat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26024,0,0,0,0,0,23515,0,0,0,'Tamable Dragonhawk','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,30,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26027,0,0,0,0,0,23516,0,0,0,'Tamable Nether Ray','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,34,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26028,0,0,0,0,0,23517,0,0,0,'Tamable Bird of Prey','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26029,0,0,0,0,0,23518,0,0,0,'Tamable Raptor','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,11,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26030,0,0,0,0,0,23519,0,0,0,'Tamable Ravager','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,31,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26031,0,0,0,0,0,2488,0,0,0,'Tamable Scorpid','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,20,0,0,0,0,215,320,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26032,0,0,0,0,0,4767,0,0,0,'Tamable Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,35,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26033,0,0,0,0,0,23520,0,0,0,'Tamable Spider','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,3,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26037,0,0,0,0,0,23521,0,0,0,'Tamable Warp Stalker','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26038,0,0,0,0,0,2706,0,0,0,'Tamable Wind Serpent','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,27,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26040,0,0,0,0,0,22719,0,0,0,'Fezzix\'s Flying Machine','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,270,1,0,0,'',12340),
|
|
(26041,0,0,0,0,0,1060,11686,0,0,'Lightning Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26042,0,0,0,0,0,23500,0,0,0,'Twilight Midsummer Male Disguise','','',0,63,64,1,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26043,0,0,0,0,0,1126,23501,0,0,'Steam Burst','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26044,0,0,0,0,0,23502,0,0,0,'Durkot Wolfbrother','Stable Master','',9212,69,69,2,2132,4194305,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26045,0,0,0,0,0,14516,0,0,0,'Storm Tempest','','',0,71,71,2,834,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,4,0,26045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26046,0,0,0,0,0,23503,0,0,0,'Anveena','','',0,70,70,1,35,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),
|
|
(26047,0,0,0,0,0,23505,9509,0,0,'Warsong Worg','','',0,70,70,2,1980,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26048,0,0,0,0,0,16988,0,0,0,'Storm Totem','','Interact',0,70,70,2,35,0,1,1,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26050,0,0,0,0,0,23507,0,0,0,'Snarly','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26056,0,0,0,0,0,23506,0,0,0,'Chuck','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26057,0,0,0,0,0,1126,11686,0,0,'Anveena Marker','','',0,60,60,1,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.945,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26071,0,0,0,0,0,22620,0,0,0,'Arena Nether Drake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(26073,0,0,0,0,0,14698,0,0,0,'High Priest Talet-Kha','','',0,72,72,2,21,1,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26073,26073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,35354,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26075,0,0,0,0,0,23780,0,0,0,'Paymaster','','',0,70,70,0,35,1,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26076,0,0,0,0,0,23103,0,0,0,'High Priest Naferset','','',0,72,72,2,21,3,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,247,369,34,6,0,26076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,35353,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26078,0,0,0,0,0,23508,0,0,0,'Blakelow','Nogg\'s Machine Shop','',0,75,75,2,1978,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26080,0,0,0,0,0,23495,0,0,0,'Craig\'s Test Human B','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26081,0,0,0,0,0,23509,0,0,0,'High Admiral \"Shelly\" Jorrik','Retiree','',0,48,50,0,120,4224,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.49,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26082,0,0,0,0,0,1126,17612,0,0,'Weakness to Lightning Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26083,0,0,0,0,0,23512,0,0,0,'Gerald Green','','',9224,69,69,2,1974,3,1,1.14286,1,1,245,346,0,298,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26084,0,0,0,0,0,218,0,0,0,'Jeremiah Hawning','','',9214,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26085,0,0,0,0,0,94,0,0,0,'Wendy Darren','','',9210,69,69,2,1892,3,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26086,0,0,0,0,0,20570,23258,0,0,'Transport Orb','','',0,71,71,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26088,0,0,0,0,0,23524,0,0,0,'Red Drake Courier','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(26089,0,0,0,0,0,23560,0,0,0,'Kayri','Exotic Gear Purveyor','',0,70,70,1,1960,129,1,1.14286,1,1,248,363,0,135,4.6,2000,2500,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26090,0,0,0,0,0,23557,0,0,0,'Karynna','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26091,0,0,0,0,0,23558,0,0,0,'Olus','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26092,0,0,0,0,0,23559,0,0,0,'Soryn','Exotic Gear Purveyor','',0,70,70,1,1960,128,1,1.14286,1,1,248,363,0,135,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26093,0,0,0,0,0,20570,11686,0,0,'Naxxanar Target','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26094,0,0,0,0,0,1060,11686,0,0,'Naxxanar Caster','','',0,70,70,2,634,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26096,0,0,0,0,0,6197,0,0,0,'Gnome Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,246,1,0,0,'',12340),
|
|
(26097,0,0,0,0,0,23549,23550,23551,23552,'Fizzcrank Gnome Ghost','','',0,67,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26098,0,0,0,0,0,1060,0,0,0,'Bess','','',0,5,5,0,1892,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26099,0,0,0,0,0,24964,0,0,0,'Ore Cart (1)','','',0,70,70,1,1892,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26101,0,0,0,0,0,16888,0,0,0,'Fire Fiend','','',0,70,70,1,14,0,1,1.14286,1,0,234,331,0,286,10,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.4,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(26102,0,0,0,0,0,15093,0,0,0,'2.4 Daily Debug - Everyone [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26103,0,0,0,0,0,23554,0,0,0,'Darkfallen Deathblade','The San\'layn','',0,72,72,2,974,0,1,1.28968,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,1846,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26104,0,0,0,0,0,23555,0,0,0,'Iron Eyes','','',0,71,71,2,1921,2,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26105,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Buying Time','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,262,1,0,128,'',12340),
|
|
(26109,0,0,0,0,0,23007,23017,23018,23019,'Off-duty Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26110,0,0,0,0,0,23556,0,0,0,'Librarian Serrah','Food & Drink','',9495,72,72,2,2006,131,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26111,0,0,0,0,0,22130,0,0,0,'Grimtotem Spirit Wolf','','',0,30,30,0,16,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26112,0,0,0,0,0,23037,23038,23039,0,'Bor\'gorok Peon','','',0,66,69,1,1978,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26113,0,0,0,0,0,23790,0,0,0,'Master Flame Eater','','',9204,62,62,0,775,3,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26114,0,0,0,0,0,20570,17612,0,0,'Plagued Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26115,0,0,0,0,0,23554,0,0,0,'Darkfallen Bloodbearer','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,26115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,1825,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26116,0,0,0,0,0,5564,0,0,0,'Frostwave Lieutenant','','',0,22,22,0,14,0,1,1.14286,1,0,25,30,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26117,0,0,0,0,0,23573,0,0,0,'Raelorasz','','',9253,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26119,0,0,0,0,0,23574,0,0,0,'Phoenix Hatchling','','',0,1,1,0,188,0,1.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26120,0,0,0,0,0,21955,11686,0,0,'Wisp Dest Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26121,0,0,0,0,0,21955,11686,0,0,'Wisp Source Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26123,0,0,0,0,0,16541,0,0,0,'Midsummer Supplier','','Buy',0,60,67,0,1733,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,33536,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26124,0,0,0,0,0,16585,0,0,0,'Midsummer Merchant','','Buy',0,65,65,0,1734,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,36864,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26125,0,0,0,0,0,24994,24993,24992,24995,'Risen Ghoul','','',0,1,1,0,14,0,0.8,0.99206,1,0,87,87,0,24,1,2000,2000,4,0,2048,0,40,0,0,0,0,1,1,0,6,4096,0,0,0,0,0,0,0,0,0,47468,47484,47481,47482,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ghoul',12340),
|
|
(26126,0,0,0,25660,0,775,7847,11489,0,'Bone Warrior','','',0,70,71,2,1991,0,1.2,1.42857,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(26127,0,0,0,0,0,25256,0,0,0,'Nexus Drake Hatchling','','',0,72,72,2,103,0,2,2,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,250,1,0,0,'',12340),
|
|
(26128,0,0,0,0,0,23581,0,0,0,'Warsong Worg (Taxi)','','',0,70,70,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(26129,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Caster','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26130,0,0,0,0,0,16480,19595,0,0,'Quest InvisMan - Buying Time - Effect Target','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26131,0,0,0,0,0,19483,0,0,0,'Swift White Hawkstrider','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26155,0,0,0,0,0,22998,0,0,0,'Mark Hanes','','',0,69,69,0,1892,2,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26156,0,0,0,0,0,23642,0,0,0,'Wartook Iceborn','','',0,73,73,2,1922,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26157,0,0,0,0,0,23643,23653,0,0,'Taunka\'le Brave','','',0,72,72,2,1923,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26158,0,0,0,0,0,23644,0,0,0,'Mother Tauranook','','',9248,70,70,2,1922,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26159,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,1,1922,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26160,0,0,0,0,0,23646,0,0,0,'Taunka\'le Pack Kodo','','',0,70,70,2,1978,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26161,0,0,0,0,0,20570,17612,0,0,'Farshire Grain Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26162,0,0,0,0,0,169,11686,0,0,'Transborea Generator 001','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26164,0,0,0,0,0,23647,0,0,0,'X-51 Nether-Rocket X-TREME','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26165,0,0,0,0,0,26700,26701,0,0,'Damned Taunka Spirit','','',0,70,70,2,21,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,26165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(26166,0,0,0,0,0,23648,0,0,0,'Heretic Crystal Guard','','',0,33,34,0,128,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26167,0,0,0,0,0,23645,23650,23651,23652,'Taunka\'le Evacuee','','',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26169,0,0,0,0,0,26343,0,0,0,'Ataika','','',9277,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26170,0,0,0,0,0,23649,0,0,0,'Thassarian','','',9417,72,72,2,1892,3,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26171,0,0,0,0,0,23655,0,0,0,'High Deathpriest Isidorus','Cult of the Damned','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26172,0,0,0,0,0,23273,23274,0,0,'Slain Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,537133312,2048,32,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26173,0,0,0,0,0,7919,0,0,0,'Tanathal','','',0,72,72,2,35,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,256,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26174,0,0,0,0,0,23483,0,0,0,'Carrion Condor','','',0,70,71,2,14,0,1,2.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,7,0,0,0,0,262,389,48,1,1,26174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(26175,0,0,0,0,0,16480,19595,0,0,'Coldarra - Drake Hunt Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26176,0,0,0,0,0,1140,6328,0,0,'[PH] Tom Test','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26177,0,0,0,0,0,4626,0,0,0,'2.4 Sunwell 5 Man Tradeskill Bunny [PH]','Kill Me','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26178,0,0,0,0,0,20433,0,0,0,'Hailstone Lieutenant','','',0,32,32,0,14,0,1,1.14286,1,0,30,40,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26179,0,0,0,0,0,23797,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26180,0,0,0,0,0,23808,0,0,0,'Blood Guard Roh\'kill','','',0,72,72,2,1980,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26181,0,0,0,0,0,23805,0,0,0,'Emissary Brighthoof','Tauren Emissary','',9317,73,73,2,104,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26182,0,0,0,0,0,23807,0,0,0,'Blood Guard Tor\'zin','','',0,72,72,2,1980,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26183,0,0,0,0,0,23864,23865,27333,23867,'Kor\'kron Elite','','',0,74,75,2,1801,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26184,0,0,0,26179,0,23801,23798,23799,23800,'Taunka\'le Refugee','','Speak',9302,66,71,1,1922,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26185,0,0,0,0,0,5231,0,0,0,'Lurid','','',0,72,72,2,84,0,0.888888,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26186,0,0,0,0,0,23031,0,0,0,'Private Casey','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3328,5546,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26187,0,0,0,0,0,23031,0,0,0,'Corporal Venn','','',0,72,72,2,1973,2,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26188,0,0,0,0,0,21955,17612,0,0,'[PH] Torch Catching Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26189,0,0,0,0,0,23273,23274,0,0,'Fleeing Cultist','Cult of the Damned','',0,68,69,2,1975,0,1,1.14286,1,0,224,316,0,282,1,2000,2000,2,256,2048,0,0,0,0,0,0,188,280,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26190,0,0,0,0,0,21955,17612,0,0,'[PH] Spank Target Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26191,0,0,0,0,0,26500,0,0,0,'Dusk','','vehichleCursor',0,60,60,0,1733,0,1,1.38571,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,0,0,0,'',12340),
|
|
(26192,0,0,0,0,0,23656,0,0,0,'X-51 Nether-Rocket','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26193,0,0,0,0,0,16480,19595,0,0,'Nexus 70 - Buying Time - Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26194,0,0,0,0,0,23657,0,0,0,'Elder Ko\'nani','Chieftain of the Dragonblight Kalu\'ak','',9261,72,72,2,1950,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26195,0,0,0,0,0,571,0,0,0,'En\'kilah Unit','','',0,70,70,1,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(26196,0,0,0,0,0,25396,0,0,0,'Loguhn','\"Render of Flesh\"','',0,73,73,2,16,0,0.666668,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,26196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1175,1958,'SmartAI',0,3,1,1,1,1,0,35688,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26197,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Reaver','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26198,0,0,0,0,0,25381,0,0,0,'Snowfall Glade Wolvar','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26199,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Den Mother','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26200,0,0,0,0,0,25394,25384,25383,25382,'Snowfall Glade Pup','','LootAll',0,1,5,0,190,16777216,0.666668,0.99206,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26201,0,0,0,0,0,25385,0,0,0,'Snowfall Glade Shaman','','',0,71,72,2,16,0,0.666668,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,35686,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26202,0,0,0,0,0,23681,0,0,0,'Ziggurat Defender','','',0,70,71,2,1975,0,1,1.28968,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,26202,26202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26203,0,0,0,0,0,25932,0,0,0,'Image of the Lich King','','',0,83,83,2,14,0,1,0.992063,1,1,509,683,0,805,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(26204,0,0,0,0,0,23684,0,0,0,'Chillwind Lieutenant','','',0,43,43,0,14,0,1,1.14286,1,0,42,60,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26205,0,0,0,0,0,23685,0,0,0,'\"Buckets\" Cleary','','',0,72,72,2,1892,0,1,1.14286,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26206,0,0,0,0,0,23686,0,0,0,'Keristrasza','','',9262,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26207,0,0,0,0,0,704,0,0,0,'Loyal Boar','','',0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,5,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26212,0,0,0,0,0,23690,0,0,0,'Captain Gryan Stoutmantle','Commander of the Westfall Brigade','',9608,75,75,2,11,3,1,1.14286,1,1,342,485,0,392,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26213,0,0,0,0,0,26344,0,0,0,'Utaik','','',9270,73,73,2,1950,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26214,0,0,0,0,0,6674,0,0,0,'Frigid Lieutenant','','',0,51,51,0,14,0,1,1.14286,1,0,60,80,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26215,0,0,0,0,0,12815,0,0,0,'Glacial Lieutenant','','',0,60,60,0,14,0,1,1.14286,1,0,140,180,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26216,0,0,0,0,0,23693,0,0,0,'Glacial Templar','','',0,69,69,0,14,0,1,1.14286,1,0,340,500,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26217,0,0,0,0,0,23694,23695,23696,23697,'Westfall Brigade Footman','','',0,75,75,2,1891,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26218,0,0,0,0,0,22199,0,0,0,'Elder Muahit','','',9263,73,73,2,1950,2,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26219,0,0,0,0,0,26345,0,0,0,'Iruk','','',9280,73,73,2,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,278,413,58,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_iruk',12340),
|
|
(26220,0,0,0,0,0,24376,25535,0,0,'Moa\'ki Warrior','','',0,75,75,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26221,0,0,0,0,0,23129,23130,23688,23687,'Earthen Ring Elder','The Earthen Ring','',9157,70,70,2,35,3,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26222,0,0,0,0,0,23735,23737,23738,23740,'Twilight Cryomancer','Twilight\'s Hammer','',0,64,64,0,16,0,1,1.14286,1,0,145,215,0,121,1,2000,2000,8,0,2048,0,0,0,0,0,0,132,197,26,7,0,26222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26223,0,0,0,0,0,23726,23727,23728,23729,'Twilight Frostblade','Twilight\'s Hammer','',0,63,63,0,16,0,1,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,32,7,0,26223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26224,0,0,0,0,0,11398,0,0,0,'Drowned Guardian','','',0,69,70,2,1975,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,26224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,42108,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(26225,0,0,0,0,0,10553,0,0,0,'Phylactery Guardian','','',0,71,71,2,1975,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,26225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35687,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(26226,0,0,0,0,0,23701,0,0,0,'Brugar Stoneshear','Explorers\' League','',0,73,73,0,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26227,0,0,0,0,0,1126,17612,0,0,'Slay Loguhn Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26228,0,0,0,0,0,23702,0,0,0,'Trapper Mau\'i','','',0,71,71,2,1950,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26229,0,0,0,0,0,23703,0,0,0,'Tiernan Anvilheart','Weapon Merchant','',0,72,72,2,1892,4224,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26230,0,0,0,0,0,21955,15880,0,0,'Snow Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26231,0,0,0,0,0,23704,0,0,0,'Saragosa','Consort of Malygos','',0,73,73,2,16,0,2,2.85714,1,1,313,448,0,302,2,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,2,0,26231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,222,1,0,2,'',12340),
|
|
(26232,0,0,0,0,0,23713,0,0,0,'Saragosa','','',0,73,73,2,16,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35709,0,0,0,0,0,169,1,0,2,'',12340),
|
|
(26233,0,0,0,0,0,23705,0,0,0,'Sergeant Tyric','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26234,0,0,0,0,0,23706,0,0,0,'Sergeant Daelian','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26235,0,0,0,0,0,23694,0,0,0,'Private Furlbrow','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,1500,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26236,0,0,0,0,0,23695,0,0,0,'Private Jansen','','',0,71,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2300,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26237,0,0,0,0,0,27593,0,0,0,'Keristrasza','','',0,80,80,2,1816,0,3.6,1,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,12,8,1,0,0,0,0,0,0,0,226,1,0,0,'',12340),
|
|
(26238,0,0,0,0,0,4714,0,0,0,'Khorium Boar','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,0.13,1,1,0,0,0,0,0,0,0,0,1,16384,0,'',12340),
|
|
(26239,0,0,0,0,0,11686,0,0,0,'Ghost of Ahune','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26240,0,0,0,0,0,23709,0,0,0,'Seaspray Albatross','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26241,0,0,0,0,0,23707,0,0,0,'[PH] Ghost of Ahune (Disguise)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26242,0,0,0,0,0,14657,0,0,0,'Empyrean Tortoise','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26243,0,0,0,0,0,15923,0,0,0,'Crimson Serpent','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26244,0,0,0,0,0,15920,0,0,0,'Shadowsong Panther','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26245,0,0,0,0,0,23710,0,0,0,'Tua\'kea','','',0,70,70,2,1950,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26246,0,0,0,0,0,23749,0,0,0,'Prophet Velen','','',0,73,73,1,35,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,250,15,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),
|
|
(26247,0,0,0,0,0,23750,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,70,70,1,35,0,1,1.14286,1,3,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,200,10,1,0,0,0,0,0,0,0,199,1,0,1,'',12340),
|
|
(26248,0,0,0,0,0,20570,17612,0,0,'Northern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),
|
|
(26249,0,0,0,0,0,20570,17612,0,0,'Southern Sinkhole Kill Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_sinkhole_kill_credit',12340),
|
|
(26250,0,0,0,0,0,15509,0,0,0,'Scourged Burrower','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(26251,0,0,0,0,0,1126,16946,0,0,'Shattrath Portal Dummy','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26252,0,0,0,0,0,23712,0,0,0,'Captain Jacobs','','',0,69,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26252,0,0,0,0,0,0,0,0,33735,32736,0,0,0,0,0,0,0,0,1200,1500,'SmartAI',0,3,1,1,1,1,0,35705,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26253,0,0,0,0,0,23714,23715,23716,23717,'Shattered Sun Peacekeeper','','',0,70,70,1,1960,0,1,2.28571,1,1,252,357,0,304,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(26254,0,0,0,0,0,7950,23748,0,0,'Inert Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26255,0,0,0,0,0,23719,0,0,0,'Shattrath Portal','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26256,0,0,0,0,0,16480,17612,0,0,'Farshire Bell Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26257,0,0,0,26280,0,23721,23722,23770,23771,'Surge Needle Sorcerer','','',0,71,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,1840,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26258,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - A','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26259,0,0,0,0,0,23587,23588,23589,23590,'Shattered Sun Soldier','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26260,0,0,0,0,0,23723,0,0,0,'Kurun','','',0,74,74,2,35,2,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26261,0,0,0,0,0,12814,0,0,0,'Grizzly Hills Giant','','',0,74,74,2,1770,0,0.777776,1.14286,1,1,325,464,0,334,4.6,1500,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26262,0,0,0,0,0,169,16946,0,0,'The Core of Entropius','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26263,0,0,0,0,0,23746,0,0,0,'Red Dragon Mount','','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(26264,0,0,0,0,0,1060,17612,0,0,'Boulder Target','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26265,0,0,0,0,0,16480,19595,0,0,'Saragosa\'s End Invisman','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26266,0,0,0,0,0,25668,0,0,0,'Heigarr the Horrible','','',0,70,70,2,1771,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26266,26266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26267,0,0,0,0,0,23732,0,0,0,'Big Dancing Flames','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26268,0,0,0,26270,0,25756,0,0,0,'Rune Reaver','','',0,74,75,2,16,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),
|
|
(26269,0,0,0,0,0,15093,0,0,0,'Pico','Leather Trader','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26270,0,0,0,0,0,25748,0,0,0,'Iron Rune-Shaper','','',0,73,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,2066,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),
|
|
(26271,0,0,0,0,0,27271,0,0,0,'Emaciated Mammoth Bull','','',0,73,73,2,190,0,0.666668,0.95238,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26271,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26272,0,0,0,0,0,27275,27235,0,0,'Emaciated Mammoth','','',0,71,71,2,188,0,0.666668,0.95238,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,1,0,26272,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26273,0,0,0,0,0,27277,27276,27278,27279,'Emaciated Mammoth Calf','','',0,70,70,2,31,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26273,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26274,0,0,0,0,0,12750,0,0,0,'[PH] Dragonblight Ancient','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26275,0,0,0,0,0,24139,0,0,0,'[PH] Dragonblight Black Dragon','','',0,72,72,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26276,0,0,0,0,0,24140,24175,24176,0,'Nexus Guardian','','',0,72,72,2,103,0,4,3.42857,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,2,32,26276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,15,6,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),
|
|
(26277,0,0,0,0,0,27811,0,0,0,'Bronze Shrine Warden','','',0,80,80,2,1683,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,10,4.25,4.25,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),
|
|
(26278,0,0,0,0,0,24142,0,0,0,'[PH] Dragonblight Green Dragon','','',0,72,72,2,50,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26279,0,0,0,0,0,24137,0,0,0,'Dragonblight Red Dragon','','',0,72,72,2,60,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,243,1,0,0,'',12340),
|
|
(26280,0,0,0,0,0,23833,23832,0,0,'Dragonblight Mage Hunter','','',0,71,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537165824,2048,0,0,0,0,0,0,268,399,40,7,0,26280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1849,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26281,0,0,0,26280,0,24906,24909,24910,0,'Moonrest Stalker','','',0,71,72,2,1985,0,0.666668,1.19048,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,3,0,26281,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26282,0,0,0,0,0,26091,0,0,0,'Earthen Warrior','','',0,73,74,2,1770,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26283,0,0,0,0,0,26177,0,0,0,'Ice Revenant','','',0,72,73,2,834,0,1,1.28571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,4,512,26283,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26284,0,0,0,0,0,23754,8178,26150,0,'Runic Battle Golem','','',0,73,74,2,1771,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26284,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26285,0,0,0,0,0,9449,0,0,0,'[PH] Dragonblight Elemental Obsidian Dragonshire','','',0,72,72,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26286,0,0,0,0,0,23739,0,0,0,'Emberwyrm','','',0,75,75,2,2042,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,320,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),
|
|
(26287,0,0,0,0,0,16919,24165,0,0,'Icestorm','','',0,73,73,2,1975,0,1.2,2,1,1,313,448,0,302,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,6,0,26287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,10,1,1,0,0,0,0,0,0,0,236,1,8388624,0,'',12340),
|
|
(26288,0,0,0,0,0,169,11686,0,0,'Forgotten Shore Event Trigger','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26289,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Riftwaker','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26290,0,0,0,0,0,23784,0,0,0,'Jotun','The Curse Bearer','',0,80,80,2,7,0,3.2,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,512,26290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,215,1,0,0,'',12340),
|
|
(26291,0,0,0,0,0,12815,0,0,0,'Crystalline Ice Giant','','',0,73,74,2,1814,0,2,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,832,2048,0,0,0,0,0,0,287,426,63,5,512,26291,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),
|
|
(26292,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Carrion Fields','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26293,0,0,0,0,0,24564,0,0,0,'Hulking Jormungar','','',0,73,74,2,1965,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,65537,26293,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26294,0,0,0,0,0,23739,0,0,0,'[PH] Dragonblight Magma Wyrm','','',0,72,72,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26295,0,0,0,26481,0,24857,0,0,0,'Magnataur Patriarch','','',0,72,72,2,90,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26296,0,0,0,0,0,1614,1613,0,0,'[PH] Dragonblight Scarlet Onslaught','','',0,72,72,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26297,0,0,0,0,0,16480,23742,0,0,'Voice of Keristrasza','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26298,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01) Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26299,0,0,0,0,0,25462,0,0,0,'Corpse of Saragosa','','',0,73,73,2,35,0,2,1.71429,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.97,0.98,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(26300,0,0,0,0,0,23759,0,0,0,'Accessories Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26301,0,0,0,0,0,23762,0,0,0,'Cloth & Leather Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26302,0,0,0,0,0,23764,0,0,0,'Enchantments Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26303,0,0,0,0,0,23758,0,0,0,'Gems and General Goods Vendor','','',0,70,70,2,35,128,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26304,0,0,0,0,0,23765,0,0,0,'Plate Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26305,0,0,0,0,0,23761,0,0,0,'Mail & Plate Armor Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26306,0,0,0,0,0,23760,0,0,0,'Cloth Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26307,0,0,0,0,0,24028,0,0,0,'Beastmaster','','',0,70,70,2,35,1,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26308,0,0,0,0,0,23763,0,0,0,'Leather & Mail Glyph Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26309,0,0,0,0,0,23757,0,0,0,'Weapons Vendor','','',0,70,70,2,35,4224,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26310,0,0,0,0,0,27176,0,0,0,'Malygos','','',0,83,83,2,16,0,8,4.71429,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,500,50,1,0,0,0,0,0,0,0,266,1,0,0,'',12340),
|
|
(26311,0,0,0,0,0,23643,23653,0,0,'[PH] Dragonblight Taunka','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26312,0,0,0,0,0,23645,23650,0,0,'[PH] Dragonblight Taunka Spirit','','',0,72,72,2,1921,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26313,0,0,0,0,0,13098,0,0,0,'[PH] Dragonblight Treant','','',0,72,72,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26316,0,0,0,0,0,23349,0,0,0,'Crystalline Ice Elemental','','',0,73,74,2,91,0,1.55556,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,4,512,26316,0,80104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36728,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(26317,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Galakrond Rest','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26318,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Obsidian Dragonshire','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26319,0,0,0,0,0,23972,23973,23974,23975,'Anub\'ar Cultist','','',0,71,72,2,2018,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1854,'SmartAI',0,3,1,1,1,1,0,36736,36957,0,0,0,0,0,1,0,0,'',12340),
|
|
(26320,0,0,0,0,0,2587,2586,0,0,'[PH] Dragonblight Scourge Ruby Dragonshrine','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26321,0,0,0,0,0,27478,0,0,0,'Lothalor Ancient','','',0,71,72,2,35,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26322,0,0,0,0,0,23747,0,0,0,'Arcane Wyrm','','',0,71,72,2,14,0,1,1.42857,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,2,0,26322,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26323,0,0,0,0,0,7933,0,0,0,'Goblin Pack Kodo','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26324,0,0,0,0,0,24029,0,0,0,'Druid Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,11,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26325,0,0,0,0,0,24030,0,0,0,'Hunter Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,3,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26326,0,0,0,0,0,24031,0,0,0,'Mage Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,8,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26327,0,0,0,0,0,24032,0,0,0,'Paladin Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,2,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26328,0,0,0,0,0,24033,0,0,0,'Priest Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,5,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26329,0,0,0,0,0,23777,0,0,0,'Rogue Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,4,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26330,0,0,0,0,0,24034,0,0,0,'Shaman Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,7,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26331,0,0,0,0,0,24035,0,0,0,'Warlock Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,248,363,0,135,1,2000,2000,8,768,2048,0,0,0,0,9,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26332,0,0,0,0,0,24036,0,0,0,'Warrior Trainer','','',0,70,70,2,35,49,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,1,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26333,0,0,0,0,0,27478,0,0,0,'Corrupted Lothalor Ancient','','',0,71,72,2,14,0,1.6,1.71429,1,1,307,438,0,314,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,4,288,26333,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26334,0,0,0,0,0,25794,0,0,0,'Forgemaster Damrath','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26334,26334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,2033,'SmartAI',0,3,1,1,1,1,0,35747,42105,0,0,0,0,0,1,0,0,'',12340),
|
|
(26335,0,0,0,0,0,26091,0,0,0,'Fallen Earthen Warrior','','',0,74,74,2,1770,2,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26336,0,0,0,26343,0,23751,25550,0,0,'Indu\'le Mystic','','',0,71,72,2,16,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26337,0,0,0,0,0,11686,0,0,0,'Ahune Ice Spear Bunny (1)','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26338,0,0,0,0,0,11686,0,0,0,'Ahune (1)','The Frost Lord','',0,82,82,2,14,0,1.2,1.14286,1,1,316,450,0,320,15,2000,0,1,0,2048,8,0,0,0,0,0,278,413,58,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,1,'',12340),
|
|
(26339,0,0,0,0,0,23447,0,0,0,'Frozen Core (1)','','',0,82,82,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,0,1,131076,2048,8,0,0,0,0,0,1,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,45,1,1,0,0,0,0,0,0,0,0,0,650854271,1,'',12340),
|
|
(26340,0,0,0,0,0,23504,0,0,0,'Ahunite Coldwave (1)','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,1,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.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26341,0,0,0,0,0,8714,0,0,0,'Ahunite Frostwind (1)','','',0,80,80,2,14,0,1,1.14286,1,0,120,200,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26342,0,0,0,0,0,20433,0,0,0,'Ahunite Hailstone (1)','','',0,80,80,2,14,0,1,1.14286,1,1,240,400,0,24,13,2000,0,1,0,2048,8,0,0,0,0,0,1,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,10.33,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26343,0,0,0,0,0,23752,25549,0,0,'Indu\'le Fisherman','','',0,71,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26343,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26344,0,0,0,26343,0,23753,25552,0,0,'Indu\'le Warrior','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26346,0,0,0,0,0,21955,11686,0,0,'Ahune\'s Bottle Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26347,0,0,0,0,0,23823,26155,10802,0,'Runic War Golem','','',0,74,75,2,1954,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,4,512,26347,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(26348,0,0,0,0,0,25793,0,0,0,'Iron Thane Argrum','','',0,74,74,2,1954,0,1,0.99206,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,26348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,2079,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26349,0,0,0,0,0,9489,0,0,0,'Goramosh','','',0,73,73,2,1985,0,0.888888,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,0,26349,0,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35801,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26350,0,0,0,0,0,169,23767,0,0,'Alliance Graveyard Teleporter','','',0,1,1,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26351,0,0,0,0,0,169,23767,0,0,'Horde Graveyard Teleporter','','',0,1,1,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26352,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,129,1.5,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26353,0,0,0,0,0,14316,0,0,0,'Arena Battle-Bear','','',0,70,70,0,1684,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26354,0,0,0,0,0,23769,0,0,0,'Unarmed Gladiator','','',0,70,70,0,1683,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26355,0,0,0,0,0,11686,0,0,0,'[DND] Midsummer Bonfire Faction Bunny - H','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26356,0,0,0,0,0,23826,0,0,0,'Redfang Hunter','','',0,74,75,2,2001,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,2160,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26357,0,0,0,0,0,23774,0,0,0,'Frostpaw Warrior','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,26357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1301,2169,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26358,0,0,0,0,0,24861,0,0,0,'Ice Heart Jormungar Feeder','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26358,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26359,0,0,0,0,0,24862,0,0,0,'Ice Heart Jormungar Spawn','','',0,72,72,2,103,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,42,0,0,0,0,270,401,53,1,65537,26359,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26360,0,0,0,0,0,24876,0,0,0,'Rattlebore','','',0,74,74,2,103,0,1,0.99206,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,42,0,0,0,0,287,426,63,1,0,26360,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26361,0,0,0,0,0,23782,0,0,0,'Torthen Deepdig','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26362,0,0,0,0,0,23846,23847,0,0,'Explorers\' League Surveyor','Explorers\' League','',0,74,74,2,1892,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26363,0,0,0,0,0,2161,0,0,0,'Tallhorn Stag','','',0,72,73,2,2000,0,0.8,1.71429,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26363,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37185,0,0,0,0,0,0,1,0,0,'npc_tallhorn_stag',12340),
|
|
(26364,0,0,0,0,0,23786,0,0,0,'(PH) Wildlife Test Doe','','',0,5,5,0,1999,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26365,0,0,0,0,0,23783,0,0,0,'Taunka Orphan','','',0,1,1,0,1981,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26366,0,0,0,0,0,24506,0,0,0,'Entropic Ooze','','',0,72,73,2,14,0,1,0.85714,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,26366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37199,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26367,0,0,0,0,0,20988,0,0,0,'Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26368,0,0,0,0,0,21635,0,0,0,'(PH) Wildlife Test Bear','','',0,72,73,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26369,0,0,0,0,0,25008,0,0,0,'Imperial Eagle','','',0,72,73,2,7,0,1,1.57143,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,26,0,0,0,0,278,413,58,1,1,26369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(26370,0,0,0,0,0,23835,0,0,0,'Arcanimus','','',0,73,73,2,14,0,1,1.42857,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,4,32,26370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26371,0,0,0,0,0,23788,0,0,0,'Squire Walter','Gryan\'s Squire','',0,9,9,0,1892,2,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26372,0,0,0,0,0,22042,0,0,0,'(PH) Grizzly Test Low Aggro Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26373,0,0,0,0,0,16480,18695,0,0,'Coldarra Spell FX InvisMan','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26374,0,0,0,0,0,23794,0,0,0,'Maevin Farmoon','Trade Goods','',0,73,73,2,1892,128,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26375,0,0,0,0,0,23795,0,0,0,'Quartermaster McCarty','Innkeeper','',9299,75,75,2,1892,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(26376,0,0,0,0,0,22711,0,0,0,'Test - Brutallus Craig','','',0,70,70,0,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1318,1,1,0,0,0,0,0,0,0,224,1,0,0,'',12340),
|
|
(26377,0,0,0,0,0,23796,0,0,0,'Squire Percy','Stable Master','',9572,9,9,0,1892,4194307,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26378,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1.05,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26379,0,0,0,0,0,23806,0,0,0,'Overlord Agmar','Kor\'kron Commander','',9617,80,80,2,1980,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26380,0,0,0,0,0,9509,0,0,0,'Lak\'tuk','Suffering','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26381,0,0,0,0,0,9509,0,0,0,'Gar\'mak','Anguish','',0,78,78,2,1980,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26382,0,0,0,0,0,23809,0,0,0,'Balfour Blackblade','Reagents and Poisons','',0,75,75,2,1892,3200,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26383,0,0,0,0,0,22398,0,0,0,'Grikkin Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26384,0,0,0,0,0,22439,0,0,0,'Frixee Brasstumbler','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26387,0,0,0,0,0,23810,0,0,0,'Father Michaels','','',0,75,75,2,1892,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26388,0,0,0,0,0,23811,0,0,0,'Veira Langdon','General Goods','',0,74,74,2,1892,384,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26389,0,0,0,0,0,23812,23813,23814,0,'Solstice Hunter','','',0,73,74,2,16,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,26389,0,0,0,0,0,0,0,0,0,0,0,0,6660,0,0,0,0,0,1238,2064,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26390,0,0,0,0,0,11179,0,0,0,'Transformed Trapper Male','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26391,0,0,0,0,0,21955,11686,0,0,'[PH] Ice Chest Bunny','','',0,70,70,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26392,0,0,0,0,0,23815,0,0,0,'Private Molsen','','',0,73,73,2,1892,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26393,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26394,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Weapons Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26395,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Armor Quartermaster','',0,65,65,0,1638,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26396,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Weapons Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26397,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Armor Quartermaster','',0,65,65,0,1074,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26398,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Armor Quartermaster','',0,70,70,2,1604,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26400,0,0,0,0,0,21955,11686,0,0,'Outland Children\'s Week Silvermoon L70ETC 01 Trigger','','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26401,0,0,0,0,0,8409,0,0,0,'Summer Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,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,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26402,0,0,0,0,0,23820,0,0,0,'Anub\'ar Ambusher','','',0,71,72,2,2018,0,0.833332,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26402,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26403,0,0,0,0,0,20570,11686,0,0,'Kaskala Lookout','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26404,0,0,0,0,0,10718,0,0,0,'Black Skeletal Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(26405,0,0,0,0,0,25794,0,0,0,'Iron Thane Furyhammer','Thane of Dun Argol','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26406,0,0,0,0,0,26161,0,0,0,'The Anvil','Furyhammer\'s Guardian','',0,74,74,2,1954,0,1,0.992063,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,4,512,26406,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26407,0,0,0,0,0,14502,0,0,0,'Lightning Sentry','','',0,74,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,4,0,26407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37013,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(26408,0,0,0,0,0,25748,0,0,0,'Iron Rune-Smith','','',0,74,75,2,1954,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1299,2165,'SmartAI',0,3,1,1,1,1,0,36849,36850,36851,42105,0,0,0,1,0,0,'',12340),
|
|
(26409,0,0,0,0,0,25748,0,0,0,'Rune-Smith Durar','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1306,2176,'SmartAI',0,3,1,1,1,1,0,37013,36857,42105,0,0,0,0,1,0,0,'',12340),
|
|
(26410,0,0,0,0,0,25748,0,0,0,'Rune-Smith Kathorn','','',0,74,75,2,1954,0,1,0.992063,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1302,2170,'',0,3,1,1,1,1,0,37013,36858,42105,0,0,0,0,1,0,0,'',12340),
|
|
(26411,0,0,0,0,0,23818,25551,0,0,'Deranged Indu\'le Villager','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,26411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1107,1845,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26412,0,0,0,0,0,22042,0,0,0,'(PH) Wildlife Test Worg','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,36819,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26413,0,0,0,0,0,25238,0,0,0,'Anub\'ar Dreadweaver','','',0,71,72,2,2018,0,1,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,26413,26413,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26414,0,0,0,0,0,25754,0,0,0,'Runic Lightning Gunner','','',0,74,75,2,1954,0,1,0.99206,1,0,342,485,0,392,1,3000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,26414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,2173,'SmartAI',0,3,1,1,1,1,0,37013,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26415,0,0,0,0,0,23824,0,0,0,'Senior Sergeant Juktok','','',9428,74,74,2,1981,3,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26416,0,0,0,0,0,23825,0,0,0,'Wolfcult Initiate','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1250,2084,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26417,0,0,0,0,0,23724,23827,23828,0,'Runed Giant','','',0,74,75,2,1771,0,1,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,293,436,53,5,256,26417,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26418,0,0,0,0,0,22132,0,0,0,'Longhoof Grazer','','',0,73,74,2,1999,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26418,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,36875,0,0,0,0,0,1,0,0,'',12340),
|
|
(26420,0,0,0,0,0,23829,0,0,0,'Gavrock','','',9485,74,74,2,35,3,1,0.99206,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26421,0,0,0,0,0,2078,0,0,0,'Woodlands Walker','','Speak',0,71,72,2,35,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,4,256,26421,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36786,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(26422,0,0,0,0,0,23831,0,0,0,'Budd','','',9301,73,73,1,35,1,1,2.14286,1,0,316,450,0,320,1,2000,2000,1,33024,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(26423,0,0,0,0,0,24938,0,0,0,'Drakuru','','',9615,70,70,1,190,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26424,0,0,0,0,0,23837,0,0,0,'Samir','','',9604,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26425,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,26425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1954,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26426,0,0,0,0,0,13340,0,0,0,'Arctic Ram','','',0,72,73,2,190,0,1,1.38571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,1,0,26426,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26427,0,0,0,0,0,11179,564,563,0,'Transformed Trapper Visual','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26428,0,0,0,0,0,23774,0,0,0,'Frostpaw Shaman','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,26428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2164,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26429,0,0,0,0,0,23831,0,0,0,'Budd','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.065894,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26430,0,0,0,0,0,1126,21955,0,0,'Ducal\'s Passenger Seat','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26432,0,0,0,0,0,23840,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26433,0,0,0,26179,0,23841,0,0,0,'Taunka\'le Refugee','','Speak',0,66,71,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26434,0,0,0,0,0,23774,0,0,0,'Frostpaw Trapper','','',0,75,75,2,2003,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26435,0,0,0,0,0,169,11686,0,0,'Taunka Move Trigger','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26436,0,0,0,0,0,23772,0,0,0,'Redfang Elder','','',0,75,75,2,2001,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,26436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2163,'SmartAI',0,3,1,1,1,1,0,37251,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26437,0,0,0,0,0,23840,23841,0,0,'Taunka Soldier','','',0,71,73,2,1981,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26438,0,0,0,0,0,20432,15294,0,0,'Tranquil Air Spirit','','',0,69,70,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26439,0,0,0,0,0,23928,0,0,0,'Black War Elekk','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26440,0,0,0,0,0,23843,0,0,0,'Emissary Skyhaven','','',0,72,72,2,1892,2,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33024,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26441,0,0,0,0,0,23844,0,0,0,'Envoy Ripfang','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26442,0,0,0,0,0,6772,0,0,0,'Rak\'la the Traveler','Gambler','',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26443,0,0,0,0,0,23845,0,0,0,'Tariolstrasz','Steward of Wyrmrest Temple','',9455,80,80,2,2010,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(26444,0,0,0,0,0,16480,19595,0,0,'Quest Invisman - Filling the Cages','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26445,0,0,0,0,0,1060,17612,0,0,'Rune Plate','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26446,0,0,0,0,0,16901,0,0,0,'Ice Serpent','','',0,72,73,2,16,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,27,0,0,0,0,276,411,44,1,1,26446,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11586,0,0,0,'SmartAI',0,3,1,1,1,1,0,35798,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26447,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman','','',0,73,73,2,37,0,1,1.14286,1,0,270,395,0,143,1,1500,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26447,26447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26448,0,0,0,0,0,23850,23851,23852,23853,'Stars\' Rest Sentinel','','',0,75,75,2,2004,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26449,0,0,0,0,0,23553,0,0,0,'Gamel the Cruel','','',0,70,70,2,1885,0,1,1.07143,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,1656,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26450,0,0,0,0,0,22199,0,0,0,'Ariut','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26451,0,0,0,0,0,23553,0,0,0,'Ragnar Drakkarlund','','',0,70,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,26451,26451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35774,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26452,0,0,0,0,0,20216,0,0,0,'Leviroth','','',0,72,72,2,1914,0,0.5,0.5,1,1,307,438,0,314,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,6,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26454,0,0,0,0,0,22042,0,0,0,'(PH) Duskhowl Stalker','','',0,72,73,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26455,0,0,0,0,0,14695,0,0,0,'Moonrest Highborne','','',0,71,72,2,21,0,1.11111,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,26455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26456,0,0,0,0,0,22120,0,0,0,'Winter\'s Sister','','',0,71,72,2,1891,0,1,0.99206,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1155,1925,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26457,0,0,0,0,0,26858,0,0,0,'Diseased Drakkari','','',0,73,73,2,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26458,0,0,0,0,0,7803,0,0,0,'Drakkari Plaguebringer','','',0,73,73,2,37,0,0.666668,1.14286,1,1,316,450,0,320,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,26458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26459,0,0,0,0,0,23849,0,0,0,'Commander Saia Azuresteel','','',0,80,80,2,1892,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26460,0,0,0,0,0,17444,0,0,0,'Lorn Deathspeaker','','',0,73,73,0,37,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26461,0,0,0,0,0,24993,0,0,0,'Scourge Corpserender','','',0,73,73,2,1692,0,0.8,0.99206,1,0,316,450,0,320,1,1500,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26462,0,0,0,0,0,935,0,0,0,'Test Gryphon','','',0,43,45,0,1055,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(26464,0,0,0,0,0,11686,0,0,0,'Shadowy Initiate Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26465,0,0,0,0,0,11686,0,0,0,'Shadowy Laborer Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26466,0,0,0,0,0,11686,0,0,0,'Shadowy Advisor Kill Credit','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26467,0,0,0,0,0,23861,0,0,0,'Jormungar Tunneler','','',0,73,74,2,1692,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,1,0,26467,0,70206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36729,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26468,0,0,0,0,0,1060,11686,0,0,'North Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26469,0,0,0,0,0,1060,11686,0,0,'South Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26470,0,0,0,0,0,1060,11686,0,0,'East Building','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26471,0,0,0,0,0,23855,0,0,0,'Image of Archmage Aethas Sunreaver','Kirin Tor','',9513,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26472,0,0,0,0,0,23958,23959,23960,239,'Highland Mustang','','',0,74,75,2,2000,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,26472,0,70202,0,0,0,0,0,0,49285,0,0,0,0,0,0,0,0,62,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26473,0,0,0,0,0,10317,0,0,0,'Ko\'char the Unbreakable','','',9452,75,75,2,35,3,2,1.71429,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(26474,0,0,0,0,0,21619,0,0,0,'Ameenah','Reagents','',0,70,70,1,35,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26475,0,0,0,0,0,24167,0,0,0,'Magmawyrm','','',0,74,75,2,974,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,214,1,8388624,0,'',12340),
|
|
(26476,0,0,0,0,0,6762,14886,23832,23833,'Dead Mage Hunter Transform','','',0,71,72,2,1985,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26477,0,0,0,0,0,16888,0,0,0,'Dead Mage Hunter','','LootAll',0,71,72,2,35,16777216,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,537133056,2048,32,0,0,0,0,0,268,399,40,10,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26480,0,0,0,26481,0,24840,24859,0,0,'Magnataur Youngling','','',0,72,72,2,16,0,1,0.95238,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,26480,26480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,1861,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26481,0,0,0,0,0,24856,0,0,0,'Magnataur Alpha','','',0,73,73,2,16,0,1.6,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26481,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265,2108,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(26482,0,0,0,0,0,10618,0,0,0,'Arctic Grizzly','','',0,72,73,2,1990,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,4,0,0,0,0,278,413,58,1,1,26482,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26483,0,0,0,0,0,23962,0,0,0,'Dragonbone Condor','','',0,71,72,2,1953,0,2.4,2,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,7,0,0,0,0,270,401,53,1,1,26483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13472,0,0,0,'SmartAI',0,7,1,1,1,1,0,36729,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(26484,0,0,0,0,0,23857,0,0,0,'Hugh Glass','Merchant','',9484,74,74,0,35,643,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26485,0,0,0,0,0,23858,0,0,0,'Orphan Matron Twinbreeze','','',9318,73,73,2,1981,3,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26486,0,0,0,0,0,23860,23859,0,0,'Horde Warrior','Sons of Warsong','',0,75,75,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26487,0,0,0,0,0,23862,23863,0,0,'Alliance Soldier','','',0,75,75,2,1974,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26488,0,0,0,0,0,23646,0,0,0,'Taunka Pack Kodo','','',0,70,70,2,1981,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26489,0,0,0,0,0,23276,0,0,0,'[PH] Dragonblight Carrion Field Necromancer','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26490,0,0,0,0,0,1197,1201,0,0,'[PH] Dragonblight Carrion Field Zombie','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26491,0,0,0,0,0,7534,0,0,0,'[PH] Dragonblight Carrion Field Gargoyle','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26492,0,0,0,0,0,137,0,0,0,'Wastes Digger','','',0,72,73,2,974,0,0.777776,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,26492,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26493,0,0,0,0,0,24037,0,0,0,'Wastes Taskmaster','','',0,73,73,2,21,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26493,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26494,0,0,0,0,0,14315,0,0,0,'Griselda','Hugh\'s Pet','',0,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33536,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26495,0,0,0,0,0,23868,0,0,0,'Test Catapult','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26496,0,0,0,0,0,19637,0,0,0,'Wind Trader Mu\'fah','','',0,72,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35800,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26497,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,35,0,1,1,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26498,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26499,31210,0,0,0,0,24949,0,0,0,'Arthas','Prince of Lordaeron','',0,80,80,2,2076,1,1,1.14286,1,1,417,582,0,608,4,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_arthas',12340),
|
|
(26500,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,0,190,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26501,0,0,0,0,0,21482,0,0,0,'Ethenial Moonshadow','','',0,73,73,2,190,2,1.11111,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26502,0,0,0,0,0,23872,0,0,0,'Wisp of Ragnaros','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26503,0,0,0,0,0,6296,901,6295,0,'Scalawag Frog','','Pickup',0,1,1,0,31,16777216,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26504,0,0,0,0,0,23874,0,0,0,'Soar Hawkfury','Stable Master','',9437,74,74,2,1981,4194307,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26505,0,0,0,0,0,23875,0,0,0,'Doctor Sintar Malefious','Grand Apothecary','',9661,75,75,2,1928,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26506,0,0,0,0,0,23876,0,0,0,'Jennings','Doctor Malefious\' Assistant','',0,70,70,2,1928,2,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26507,0,0,0,0,0,23877,23937,23938,23939,'Forsaken Chemist','','',0,68,72,2,1928,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26508,0,0,0,0,0,23878,0,0,0,'Forsaken Blightcaller','','',0,68,72,2,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26509,0,0,0,0,0,22125,0,0,0,'Lucid Test Subject','','',0,70,72,2,974,0,1,1.28968,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26510,0,0,0,0,0,23879,0,0,0,'Tu\'u\'gwar','\"He Who Plays With Food\"','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26511,0,0,0,0,0,1557,12199,0,0,'Moa\'ki Bottom Thresher','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,26511,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26512,0,0,0,0,0,23276,0,0,0,'Carrion Necromancer','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26513,0,0,0,0,0,24443,0,0,0,'Drakkari Shaman Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26514,0,0,0,0,0,23846,0,0,0,'Surveyor Orlond','Explorers\' League','',0,73,73,2,1892,2,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,40,0,0,0,0,0,276,411,44,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26515,0,0,0,0,0,646,0,0,0,'Carrion Ghoul','','',0,72,73,0,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35854,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26516,0,0,0,0,0,24418,0,0,0,'Drakkari Warrior Corpse','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,537133824,2048,32,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(26517,0,0,0,0,0,14709,0,0,0,'Carrion Gargoyle','','',0,72,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,35840,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26518,0,0,0,0,0,10613,0,0,0,'Carrion Abomination','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26519,0,0,0,0,0,21738,0,0,0,'Prigmon','','',9622,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26520,0,0,0,0,0,8409,0,0,0,'Festival Scorchling','','',0,1,1,0,188,2,1,1.14286,1,0,2,2,0,24,1,1500,2000,1,768,2048,0,0,0,0,0,0,1,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,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26521,0,0,0,0,0,23895,0,0,0,'Kili\'ua','\"Two Huge Pincers\"','',0,72,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,8,0,0,0,0,270,401,53,1,1,26521,0,70202,0,0,0,0,0,0,53442,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35831,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26522,0,0,0,0,0,2602,0,0,0,'Subterranean Thresher','','',0,74,74,2,190,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,26522,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,35837,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26523,0,0,0,0,0,23884,0,0,0,'Forsaken Blight Spreader','','vehichleCursor',0,70,70,2,1928,16777216,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,48211,0,0,0,0,0,0,0,0,36,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(26524,0,0,0,0,0,23885,23886,0,0,'Scarlet Footman','','',0,73,73,2,89,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26525,0,0,0,0,0,23902,0,0,0,'Cockroach','','',0,1,1,0,188,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26526,0,0,0,0,0,23887,23888,0,0,'Scourged Scarlet Footman','','',0,73,73,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26527,0,0,0,0,0,10008,0,0,0,'Chromie','','',9586,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33536,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_chromie_start',12340),
|
|
(26528,0,0,0,0,0,23889,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26529,31211,0,0,0,0,26579,0,0,0,'Meathook','','',0,82,82,2,2075,0,1,1.14286,1,1,488,642,0,782,7.5,1600,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,72,26529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,2,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_meathook',12340),
|
|
(26530,31212,0,0,0,0,26581,0,0,0,'Salramm the Fleshcrafter','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,26530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_salramm',12340),
|
|
(26531,0,0,0,0,0,6296,901,6295,0,'Mesmerized Frog','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26532,31215,0,0,0,0,26580,0,0,0,'Chrono-Lord Epoch','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,2,72,26532,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_epoch',12340),
|
|
(26533,31217,0,0,0,0,26582,0,0,0,'Mal\'Ganis','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,7.5,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_mal_ganis',12340),
|
|
(26534,0,0,0,0,0,2418,0,0,0,'Totemic Beacon','','',0,65,65,1,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26535,0,0,0,0,0,23511,0,0,0,'[Demo] Craig Amai','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26536,30791,0,0,0,0,7869,0,0,0,'Mindless Servant','','',0,78,78,2,21,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,26536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26537,0,0,0,0,0,24164,0,0,0,'Greeb Ramrocket','Borean Tundra Zeppelin Master','',9347,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26538,0,0,0,0,0,24170,0,0,0,'Nargo Screwbore','Durotar Zeppelin Master','',9350,65,65,0,2020,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26539,0,0,0,0,0,24169,0,0,0,'Meefi Farthrottle','Howling Fjord Zeppelin Master','',9349,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26540,0,0,0,0,0,24162,0,0,0,'Drenk Spannerspark','Tirisfal Glades Zeppelin Master','',9346,65,65,0,1928,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26541,0,0,0,0,0,24171,0,0,0,'Zab Steambolt','Howling Fjord Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26542,0,0,0,0,0,24168,0,0,0,'Lini Lugbolt','Borean Tundra Zeppelin Master','',0,65,65,0,1928,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26543,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26544,0,0,0,0,0,28135,0,0,0,'Warlord Zim\'bo','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,1923,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26546,0,0,0,0,0,24136,0,0,0,'Ludin Farrow','Dockmaster','',9342,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,768,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26547,0,0,0,0,0,24131,0,0,0,'Basil Crowe','Dockmaster','',9338,65,65,0,1892,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26548,0,0,0,0,0,24135,0,0,0,'Leesha Tannerby','Dockmaster','',9341,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26549,0,0,0,0,0,24145,0,0,0,'Nelno Copperbeam','Dockmaster','',9344,65,65,0,1892,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26550,30764,0,0,0,0,28054,28055,0,0,'Dragonflayer Deathseeker','','',0,77,77,2,1885,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,7,0,26550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4791,7985,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26551,0,0,0,0,0,24132,0,0,0,'Hansric Stout','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26552,0,0,0,0,0,24144,0,0,0,'Maye Piper','Dockmaster','',0,65,65,0,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26553,30765,0,0,0,0,28056,28057,0,0,'Dragonflayer Fanatic','','',0,80,80,2,1885,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,26553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,8013,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26554,30766,0,0,0,0,25657,25658,0,0,'Dragonflayer Seer','','',0,80,80,2,1885,0,1,1.28571,1,1,417,582,0,608,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,0,26554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279,8024,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26555,30806,0,0,0,0,12818,0,0,0,'Scourge Hulk','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,26555,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26556,0,0,0,0,0,24126,0,0,0,'Agloolik','Dockmaster','',9337,75,75,0,1950,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26557,0,0,0,0,0,24133,0,0,0,'Kanosak','Dockmaster','',9340,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26558,0,0,0,0,0,24146,0,0,0,'Nutaaq','Dockmaster','',9345,73,73,0,1950,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26559,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26560,0,0,0,0,0,23899,0,0,0,'Ohura','Dragonhawk Master','',0,70,70,1,1960,8192,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,37632,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26561,0,0,0,0,0,23304,0,0,0,'Converted Harvest Collector','','',0,68,68,2,2004,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26564,0,0,0,0,0,23904,0,0,0,'Borus Ironbender','Grand Master Blacksmithing Trainer','',9459,73,73,2,1981,83,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,2,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26565,0,0,0,0,0,23905,23923,23924,23925,'Agmar\'s Siegesmith','','',0,71,72,2,1981,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26566,0,0,0,0,0,23906,0,0,0,'Narzun Skybreaker','Wind Rider Master','',0,72,72,2,1981,8192,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26567,0,0,0,0,0,23907,0,0,0,'Aegalas','Food & Drink','',0,70,70,2,1981,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26568,0,0,0,0,0,23908,0,0,0,'Zebu\'tan','Herbalism & Poison Supplies','',0,71,71,2,1981,1152,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26569,0,0,0,0,0,23909,0,0,0,'Alys Vol\'tyr','Reagents & Enchanting Supplies','',0,73,73,2,1981,2176,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26570,0,0,0,0,0,26857,26856,26858,26859,'Famished Scourge Troll','','',0,73,73,0,37,0,1,0.992063,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26571,0,0,0,0,0,21362,0,0,0,'Imprisoned Monkey','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26572,0,0,0,0,0,17719,0,0,0,'Kor\'kron War Rider','','',0,75,75,2,1981,0,1,3.42857,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(26573,0,0,0,0,0,23910,0,0,0,'Lingering Villager','','',0,72,72,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26574,0,0,0,0,0,23911,0,0,0,'Valnok Windrager','Kor\'kron Wing Commander','',0,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26575,0,0,0,26577,0,2165,0,0,0,'Coldwind Waste Huntress','','',0,73,74,2,16,0,1.38889,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26576,0,0,0,0,0,29643,0,0,0,'[PH] Justin\'s Test NPC','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26577,0,0,0,0,0,23912,0,0,0,'Coldwind Witch','','',0,73,74,2,16,0,1.38889,1.14286,1,0,279,408,0,158,1,2000,2000,8,0,2048,0,0,0,0,0,0,263,391,41,7,0,26577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26578,0,0,0,0,0,25805,0,0,0,'Mistress of the Coldwind','','',0,74,74,2,16,0,1.38889,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,7,0,26578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,2106,'SmartAI',0,4,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26579,0,0,0,0,0,23503,0,0,0,'Anveena Replica','','',0,73,73,1,35,0,1.6,1.71429,1,1,2,2,0,24,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,10,1,0,0,0,0,0,0,0,167,1,0,1,'',12340),
|
|
(26580,0,0,0,0,0,23919,0,0,0,'Quartermaster Gakzug','','',0,72,72,2,1981,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26581,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',9456,80,80,2,1981,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26582,0,0,0,0,0,24418,0,0,0,'Horrified Drakkari Warrior','','',0,73,73,0,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(26583,0,0,0,0,0,24443,0,0,0,'Horrified Drakkari Shaman','','',0,73,73,0,37,0,1,0.99206,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(26584,0,0,0,0,0,23921,0,0,0,'Sage Paluna','','',0,75,75,2,1922,2,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26585,0,0,0,0,0,25279,0,0,0,'Bloodmist','Koltira\'s Deathcharger','',0,75,75,2,1981,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26586,0,0,0,0,0,22042,0,0,0,'Hungry Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,1,0,0,0,0,278,413,58,1,1,26586,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26587,0,0,0,0,0,23922,0,0,0,'Grizzly Hills Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26588,0,0,0,0,0,23949,0,0,0,'Emily','','',9627,5,5,0,35,3,1,0.92857,1,0,5,7,0,32,1,2000,2000,1,768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_emily',12340),
|
|
(26589,0,0,0,0,0,23926,0,0,0,'Mr. Floppy','Emily\'s Pet','',0,68,68,2,113,0,1,0.92857,1,0,231,325,0,292,1,2000,2000,1,256,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_mrfloppy',12340),
|
|
(26590,0,0,0,0,0,22003,0,0,0,'Ravenous Worg','','',0,72,73,2,1953,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26591,0,0,0,0,0,16480,19595,0,0,'Pacer Bunny - Drak Theron Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26592,0,0,0,0,0,24235,0,0,0,'Graymist Hunter','','',0,73,74,2,1953,0,1.2,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,1,0,0,0,0,287,426,63,1,1,26592,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37010,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(26593,0,0,0,0,0,23927,0,0,0,'Serinar','','',9537,75,75,2,2010,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26594,0,0,0,0,0,23954,0,0,0,'Spiritual Insight Transform','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_spiritual_insight',12340),
|
|
(26595,0,0,0,0,0,23930,0,0,0,'Toalu\'u the Mystic','','',0,72,72,2,1950,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26596,0,0,0,0,0,23935,0,0,0,'\"Charlie\" Northtop','Innkeeper','',9427,70,70,2,1973,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(26597,0,0,0,0,0,23957,0,0,0,'Toby \"Mother Goose\" Ironbolt','Stable Master','',9821,70,70,2,1973,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(26598,0,0,0,0,0,23956,0,0,0,'Mistie Flitterdawn','Reagents and Poisons','',0,70,70,2,1973,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26599,0,0,0,0,0,23953,0,0,0,'Willis Wobblewheel','Blacksmith','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26600,0,0,0,0,0,23967,0,0,0,'Chief Engineer Galpen Rolltie','Engineering Supplies','',0,70,70,2,1973,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26601,0,0,0,0,0,24005,24006,24007,24008,'Fizzcrank Airman','','',0,70,70,2,1891,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26602,0,0,0,0,0,23955,0,0,0,'Kara Thricestar','Air Traffic Controller','',9683,70,70,2,1892,8193,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26603,0,0,0,0,0,23932,23933,23934,0,'Kor\'kron Windrager','','',0,73,75,2,1980,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26604,0,0,0,0,0,21618,0,0,0,'Mack Fearsen','','',9416,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26605,0,0,0,0,0,23880,0,0,0,'Anub\'ar Underlord','','',0,71,72,2,2018,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26605,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26606,0,0,0,0,0,25239,0,0,0,'Anub\'ar Slayer','','',0,71,72,2,2018,0,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,26606,0,70201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,36736,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26607,0,0,0,0,0,23945,0,0,0,'Anub\'ar Blightbeast','','',0,71,72,2,2018,0,1,0.952381,2.08,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1.5,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26608,0,0,0,0,0,23881,0,0,0,'Under-King Anub\'et\'kan','','',0,73,73,2,1771,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26612,0,0,0,0,0,16480,19595,0,0,'Burninate Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26613,0,0,0,0,0,23946,23947,23948,0,'Arctic Grizzly Cub','','',0,69,70,2,2106,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,26613,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26614,0,0,0,0,0,328,0,0,0,'Snowshoe Hare','','',0,5,5,0,31,0,1,1.28571,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,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,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(26615,0,0,0,0,0,23951,0,0,0,'Snowfall Elk','','',0,71,72,2,7,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26615,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26616,0,0,0,26874,0,23952,0,0,0,'Blighted Elk','','',0,71,72,2,14,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,26616,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26617,0,0,0,0,0,23961,0,0,0,'Grunt Tar\'yug','','',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26618,0,0,0,0,0,23963,0,0,0,'Captain Gort','Kor\'kron Guard Captain','',9432,73,73,2,1981,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26619,0,0,0,0,0,24049,24050,24051,24053,'Fizzcrank Paratrooper','','',9415,70,70,2,1973,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26620,31339,0,0,0,0,27077,27078,0,0,'Drakkari Guardian','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,128,26620,26620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4218,7030,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(26621,31347,0,0,0,0,24994,0,0,0,'Ghoul Tormentor','','',0,72,72,2,16,0,0.8,0.992063,1,1,307,438,0,314,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,26621,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26622,31337,0,0,0,0,1955,0,0,0,'Drakkari Bat','','',0,75,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,24,0,0,0,0,295,438,68,1,1,26622,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26623,31357,0,0,0,0,7847,0,0,0,'Scourge Brute','','',0,76,76,2,1814,0,0.888888,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,0,26623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26624,31363,0,0,0,0,1693,0,0,0,'Wretched Belcher','','',0,74,74,2,16,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26624,26624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26625,31336,0,0,0,0,16462,0,0,0,'Darkweb Recluse','','',0,74,74,2,22,0,1,1.28571,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,3,0,0,0,0,287,426,63,1,1,26625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26626,31359,0,0,0,0,24084,0,0,0,'Scourge Reanimator','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2500,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,26626,26626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,7044,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26627,31344,0,0,0,0,24500,0,0,0,'Crystal Handler','','',0,75,75,2,16,0,1,1,1,1,464,604,0,708,4,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(26628,31343,0,0,0,0,19732,0,0,0,'Drakkari Scytheclaw','','',0,74,74,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,287,426,63,1,1,26628,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),
|
|
(26630,31362,0,0,0,0,26352,0,0,0,'Trollgore','','',0,76,76,2,1965,0,1,1,1,1,356,503,0,432,4.8,1000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,72,26630,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,188,1,650854271,2097152,'boss_trollgore',1),
|
|
(26631,31350,0,0,0,0,26292,0,0,0,'Novos the Summoner','','',0,76,76,2,16,0,1,1,1,1,352,499,0,408,4.8,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,72,26631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_novos',1),
|
|
(26632,31360,0,0,0,0,27072,0,0,0,'The Prophet Tharon\'ja','','',0,76,76,2,16,0,1,1,1,1,356,503,0,335,13,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,72,26632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_tharon_ja',1),
|
|
(26633,0,0,0,0,0,23964,0,0,0,'Ursoc','','',0,75,75,2,2068,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,1,0,26633,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26634,0,0,0,0,0,23965,0,0,0,'Fizzcrank Watcher Rupert Keeneye','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26635,31355,0,0,0,0,27058,0,0,0,'Risen Drakkari Warrior','','',0,74,74,2,1814,0,1,0.992063,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26635,26635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26636,31354,0,0,0,0,26857,0,0,0,'Risen Drakkari Soulmage','','',0,74,74,2,16,0,1,0.992063,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,6,0,26636,26636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26637,31342,0,0,0,0,26860,0,0,0,'Risen Drakkari Handler','','',0,75,75,2,16,0,1,1,1,1,328,467,0,354,4.8,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,26637,26637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(26638,31351,0,0,0,0,27056,0,0,0,'Risen Drakkari Bat Rider','','',0,75,75,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,26638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',1),
|
|
(26639,31345,0,0,0,0,27083,27084,0,0,'Drakkari Shaman','','',0,76,76,2,1965,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,7,0,26639,26639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4148,6914,'SmartAI',0,3,1,4,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26641,31340,0,0,0,0,19734,0,0,0,'Drakkari Gutripper','','',0,74,74,2,16,0,1,1,1,1,342,485,0,392,4.8,2000,2000,1,64,2048,0,11,0,0,0,0,295,438,68,1,1,26641,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(26643,0,0,0,26874,0,23966,0,0,0,'Rabid Grizzly','','',0,68,72,2,14,0,2,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,4,0,0,0,0,270,401,53,1,1,26643,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13474,0,0,0,'SmartAI',0,3,1,1,1,1,0,36800,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(26644,0,0,0,0,0,820,0,0,0,'Ursus Mauler','','',0,72,73,2,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,4,0,0,0,0,278,413,58,1,1,26644,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37020,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26645,0,0,0,0,0,23968,23969,0,0,'Fizzcrank Engineering Crew','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26646,0,0,0,0,0,1086,0,0,0,'Saronite Horror','','',0,73,74,2,16,0,0.666668,0.85714,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,10,0,26646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26647,0,0,0,0,0,23987,0,0,0,'Narf','','',9420,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26648,30794,0,0,0,0,23970,0,0,0,'Oacha\'noa','Goddess of the Depths','',0,83,83,2,190,0,1,2.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2080,0,0,0,0,0,0,365,529,98,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,100,100,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(26649,0,0,0,0,0,23971,0,0,0,'Messenger Torvus','','',0,71,71,2,1981,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26650,26651,0,0,0,0,17387,0,0,0,'Durnholde Captain','','',0,1,1,0,1748,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26651,0,0,0,0,0,17387,0,0,0,'Durnholde Captain (1)','','',0,1,1,0,1748,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16.2,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26652,0,0,0,0,0,23976,0,0,0,'Greatmother Icemist','','',0,75,75,2,1981,2,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26653,0,0,0,0,0,23984,0,0,0,'Kilix the Unraveler','','',10225,75,75,2,2016,3,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26654,0,0,0,0,0,23978,0,0,0,'Roanauk Icemist','High Chieftain of the Taunka','',0,73,73,2,1935,0,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26655,0,0,0,0,0,23979,0,0,0,'High Cultist Zangus','','',0,72,72,2,974,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26655,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,1841,'SmartAI',0,3,1,1,1,1,0,36741,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26656,0,0,0,0,0,23980,23981,0,0,'Anub\'ar Prison','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26658,0,0,0,0,0,569,0,0,0,'Reckless Scavenger','','',0,68,69,2,1975,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,0,26658,26658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26659,0,0,0,0,0,24110,0,0,0,'Zort','','',9451,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26660,0,0,0,0,0,23988,0,0,0,'Xink','','',9422,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26661,0,0,0,0,0,23986,0,0,0,'Zivlix','','',9425,75,75,2,35,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26662,0,0,0,0,0,23565,0,0,0,'Azjol-anak Battleguard','','',0,74,75,2,2016,0,1,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26663,0,0,0,0,0,25810,25811,25812,0,'Winterskorn Hunter','','',0,69,70,2,1885,0,1,1.28571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,0,26663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,1559,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26664,0,0,0,0,0,21720,0,0,0,'Kurzel','','',9690,70,70,1,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26665,0,0,0,0,0,23985,0,0,0,'[PH] Named Condor Shirrak','','',0,71,72,0,1953,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),
|
|
(26666,0,0,0,0,0,23989,0,0,0,'Scout Vor\'takh','','',10258,75,75,2,1981,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26667,30767,0,0,0,0,22293,22294,25393,25393,'Dragonflayer Spectator','','',0,79,79,2,1885,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,26667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768,7946,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26668,30810,0,0,0,0,26096,0,0,0,'Svala Sorrowgrave','','',0,80,80,2,21,0,0.4,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,26668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,25,1,1,0,0,0,0,0,0,0,122,1,650854271,2097152,'',12340),
|
|
(26669,30821,0,0,0,0,25241,0,0,0,'Ymirjar Savage','','',0,79,79,2,21,0,1,1.07143,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,334,494,95,6,0,26669,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26670,30818,0,0,0,0,25240,0,0,0,'Ymirjar Flesh Hunter','','',0,79,79,2,21,0,1,1.07143,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,334,494,95,6,0,26670,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5117,5117,'SmartAI',0,3,1,4,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26671,30802,0,0,0,0,23992,0,0,0,'Rabid Dire Bear *Unused*','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26672,30762,0,0,0,0,22089,22044,0,0,'Bloodthirsty Tundra Wolf','','',0,79,79,2,21,0,1.2,1,1,1,404,564,0,582,7.5,2000,2000,1,64,2048,0,1,0,0,0,0,334,494,95,1,1,26672,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13461,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26673,0,0,0,0,0,23991,0,0,0,'Image of Archmage Modera','Kirin Tor','',9511,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26674,31335,0,0,0,0,17814,0,0,0,'Darkweb Hatchling','','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.85,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26675,0,0,0,0,0,169,17188,0,0,'Spider Summon Target','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26676,0,0,0,0,0,23819,0,0,0,'Anub\'ar Invader','','',0,70,71,2,1771,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,0.35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26677,0,0,0,0,0,24009,0,0,0,'Zivlix\'s Destruction Machine','','',0,75,75,2,35,0,8,4,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,258,1,0,0,'',12340),
|
|
(26678,0,0,0,0,0,23993,0,0,0,'Warsong Battle Standard','','',0,70,71,1,1935,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26679,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26680,0,0,0,0,0,23994,0,0,0,'Aiyan Coldwind','Innkeeper','',344,74,74,2,1922,66177,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26681,0,0,0,0,0,23772,0,0,0,'Grumbald One-Eye','','',0,75,75,2,2001,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26681,26681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1309,2181,'SmartAI',0,3,1,1,1,1,0,36740,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26682,0,0,0,0,0,7196,0,0,0,'Venture Co. Corpse','','',0,73,73,2,47,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26683,30772,0,0,0,0,26327,0,0,0,'Frenzied Worgen','','',0,80,80,2,974,0,1,0.992063,1.15,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_frenzied_worgen',12340),
|
|
(26684,30803,0,0,0,0,23999,0,0,0,'Ravenous Furbolg','','',0,80,80,2,974,0,0.666668,0.992063,1,1,417,582,0,608,7.5,2400,0,2,33554752,2048,8,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_ravenous_furbolg',12340),
|
|
(26685,30790,0,0,0,0,24564,0,0,0,'Massive Jormungar','','',0,80,80,2,974,0,1,0.992063,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,42,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_massive_jormungar',12340),
|
|
(26686,30770,0,0,0,0,26284,0,0,0,'Ferocious Rhino','','',0,80,80,2,974,0,1,0.992063,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_ferocious_rhino',12340),
|
|
(26687,30774,0,0,0,0,27419,0,0,0,'Gortok Palehoof','','',0,80,80,2,974,0,1,0.952381,1,1,422,586,0,642,7.5,2400,0,1,33554752,2048,8,0,0,0,0,0,345,509,103,7,40,26687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5026,8376,'',0,3,1,15,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_palehoof',12340),
|
|
(26688,0,0,0,0,0,169,0,11686,0,'Statis orb','','',0,1,1,0,35,0,0.3,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554818,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,70,1,32767,0,'',1),
|
|
(26690,30822,0,0,0,0,25240,0,0,0,'Ymirjar Warrior','','',0,79,79,2,21,0,1,1.21429,1,1,300,400,0,1500,7,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,26690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,0,0,0,0,0,130,1,8388624,0,'',12340),
|
|
(26691,30823,0,0,0,0,25243,0,0,0,'Ymirjar Witch Doctor','','',0,79,79,2,21,0,1,1.14286,1,1,300,400,0,1500,7,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,26691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,41989,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(26692,30819,0,0,0,0,25241,0,0,0,'Ymirjar Harpooner','','',0,79,79,2,21,0,1,1.14286,1,1,300,400,0,1500,7,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,26692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(26693,30807,0,0,0,0,27418,0,0,0,'Skadi the Ruthless','','',0,80,80,2,21,0,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,8,26693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_skadi',12340),
|
|
(26694,30817,0,0,0,0,25244,0,0,0,'Ymirjar Dusk Shaman','','',0,79,79,2,21,0,1,1.07143,1,1,334,482,0,260,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,306,454,64,6,0,26694,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,8585,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26696,30816,0,0,0,0,25242,0,0,0,'Ymirjar Berserker','','',0,80,80,2,21,0,1,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,26696,26696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2819,6648,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26697,0,0,0,0,0,24000,0,0,0,'Tewah Chillmane','Leather Armor Merchant','',0,70,70,2,1922,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26698,0,0,0,0,0,12242,12245,12240,12241,'Riding Kodo (TAR - NPC ONLY)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,1,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26699,0,0,0,0,0,13211,17200,0,0,'Jormungar Meat','','Interact',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36731,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26700,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 03','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26701,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26702,0,0,0,0,0,26859,0,0,0,'Scourged Drakkari Oracle','','',0,73,73,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26703,0,0,0,0,0,26861,0,0,0,'Scourged Drakkari Warmonger','','',0,73,73,2,1692,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,26703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26704,0,0,0,0,0,27230,27078,27251,0,'Drakkari Defender','','',0,74,74,2,1693,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26705,0,0,0,0,0,27172,27181,0,0,'Snowplain Disciple','','',0,72,73,2,16,0,1,1.19048,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,26705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1953,'SmartAI',0,3,1,0.15,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26706,0,0,0,0,0,1083,0,0,0,'Infected Grizzly Bear','','',0,74,74,2,44,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,4,0,0,0,0,287,426,63,1,1,26706,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26707,0,0,0,0,0,24003,0,0,0,'Litoko Icetotem','Armor Merchant','',0,74,74,2,1922,4224,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26708,0,0,0,0,0,24018,24016,24017,0,'Silverbrook Villager','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,26708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26709,0,0,0,0,0,24004,0,0,0,'Pahu Frosthoof','Innkeeper','',9614,70,70,2,1922,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(26711,0,0,0,0,0,26425,0,0,0,'Injured Mammoth','','',0,72,72,2,1925,0,0.666668,0.95238,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26712,0,0,0,0,0,17188,17188,0,0,'Crystal Channel Target','','',0,70,70,2,14,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),
|
|
(26713,0,0,0,0,0,10911,0,0,0,'Dragonblight Test Subject','','',0,70,70,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26716,30459,0,0,0,0,25251,0,0,0,'Azure Warder','','',0,71,71,2,16,0,0.888888,1.14286,1,1,304,436,0,296,6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,40,26716,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26718,0,0,0,0,0,24011,0,0,0,'Trader Alorn','General Goods','',0,70,70,2,1922,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26719,0,0,0,0,0,25207,0,0,0,'Brewfest Spy','','',0,55,55,0,35,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26720,0,0,0,0,0,24012,0,0,0,'Danook Stormwhisper','Trade Goods','',0,70,70,2,1922,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26721,0,0,0,0,0,24014,0,0,0,'Halona Stormwhisper','Stable Master','',9821,70,70,2,1922,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(26722,30457,0,0,0,0,25249,0,0,0,'Azure Magus','','',0,71,71,2,16,0,0.888888,1.14286,1,1,304,436,0,296,6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,2,40,26722,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26723,30540,0,0,0,0,24307,0,0,0,'Keristrasza','','',0,73,73,2,16,0,1,2.8,1,1,313,448,0,302,10,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,2,104,26723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_keristrasza',12340),
|
|
(26724,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26725,0,0,0,0,0,24020,0,0,0,'Wind Tamer Oril','','',0,72,72,2,1922,0,1,1.6,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26726,0,0,0,0,0,24021,0,0,0,'Borean Tundra Air Elemental','','',0,70,70,2,1922,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26727,30460,0,0,0,0,24312,24313,24314,24315,'Mage Hunter Ascendant','','',0,71,71,2,16,0,1,1.42857,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26727,26727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4088,6813,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26728,30478,0,0,0,0,24316,24317,24318,24319,'Mage Hunter Initiate','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26728,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4095,6825,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26729,30485,0,0,0,0,24320,24321,24322,24323,'Steward','','',0,71,71,2,16,0,1,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26729,26729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,6823,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26730,30473,0,0,0,0,24906,0,0,0,'Mage Slayer','','',0,71,71,2,16,0,0.666668,1.19048,1.25,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,3,8,26730,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26731,30510,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,71,71,2,16,0,1,2.8,1,1,304,436,0,296,10,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,104,26731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4155,6925,'',0,3,1,12.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_magus_telestra',12340),
|
|
(26732,0,0,0,0,0,23220,0,0,0,'[dnd] Fizzcrank Paratrooper Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26733,0,0,0,0,0,24022,0,0,0,'Banthok Icemist','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26734,30516,0,0,0,0,14886,0,0,0,'Azure Enforcer','','',0,71,71,2,1692,0,1,1.42857,1,1,299,426,0,308,6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,2,8,26734,0,70211,0,0,0,0,0,0,15284,39171,0,0,0,0,0,0,0,0,5200,5600,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26735,30517,0,0,0,0,25250,0,0,0,'Azure Scale-Binder','','',0,71,71,2,1692,0,0.888888,1.42857,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,2,8,26735,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26736,30518,0,0,0,0,28080,0,0,0,'Azure Skyrazor','','',0,71,80,2,1847,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33110,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,5.85,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(26737,30519,0,0,0,0,14253,0,0,0,'Crazed Mana-Surge','','',0,71,71,2,1692,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,4,8,26737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),
|
|
(26738,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Accessories','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26739,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Enchantments','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26740,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Gems','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26741,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - General Goods','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26742,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Armor, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26743,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Cloth & Leather','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26744,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Glyph, Mail & Plate','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26745,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Weapons','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26746,30520,0,0,0,0,27810,0,0,0,'Crazed Mana-Wraith','','',0,71,71,2,16,0,1,1.14286,1,0,255,373,0,137,1,2000,2000,8,32768,2048,0,0,0,0,0,0,240,358,31,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.75,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26747,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Arena Organizer','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26748,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Beastmaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26749,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Paymaster','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26750,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Teleporter','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26751,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Druid','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26752,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Hunter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26753,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Mage','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26754,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Paladin','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26755,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Priest','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26756,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Rogue','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26757,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Shaman','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26758,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warlock','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26759,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Warrior','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26760,0,0,0,0,0,23659,0,0,0,'Fight Promoter','Arena Battlemaster\'s Assistant','',0,70,70,2,35,1,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26761,30521,0,0,0,0,23329,0,0,0,'Crazed Mana-Wyrm','','',0,71,71,2,1692,0,2,1.42857,1,1,299,426,0,308,1,2000,2000,1,33108,2048,0,0,0,0,0,0,262,389,48,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(26762,0,0,0,0,0,24024,0,0,0,'Captain Emmy Malin','','',0,72,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,26762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1863,'SmartAI',0,3,1,1,3,1,0,36751,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26763,30529,0,0,0,0,26259,0,0,0,'Anomalus','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,10,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,4,104,26763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_anomalus',12340),
|
|
(26764,0,0,0,0,0,24043,0,0,0,'Ilsa Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),
|
|
(26765,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Fight Promoter','','',0,70,70,2,35,6272,1.1,1.14286,1,0,252,357,0,304,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26766,0,0,0,0,0,24025,0,0,0,'Brave Storming Sky','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26767,0,0,0,0,0,24026,0,0,0,'Longrunner Taima','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26768,0,0,0,0,0,24027,0,0,0,'Snow Tracker Haloke','','',0,71,72,2,2019,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26769,0,0,0,0,0,24102,0,0,0,'Anok\'ra the Manipulator','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36752,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26770,0,0,0,0,0,24102,0,0,0,'Tivax the Breaker','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,0,26770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36753,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26771,0,0,0,0,0,24102,0,0,0,'Sinok the Shadowrager','','',0,72,72,2,2018,0,1,1,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,6,0,26771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,36736,36754,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26772,0,0,0,0,0,23643,23653,0,0,'Icemist Warrior','','',0,71,72,2,1935,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26773,0,0,0,0,0,1126,17612,0,0,'The Focus on the Beach Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26774,0,0,0,0,0,21955,11686,0,0,'Direbrew Summon Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26775,0,0,0,0,0,21955,11686,0,0,'Direbrew Goto Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26776,0,0,0,0,0,21826,21827,21828,21829,'Direbrew Minion','','',0,80,80,2,1620,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26777,0,0,0,0,0,169,11686,0,0,'High Chief Icemist Vehicle Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26778,0,0,0,0,0,169,11686,0,0,'Anub\'et\'kan Vehicle Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26779,0,0,0,0,0,24863,24867,0,0,'7th Legion Wyrm Hunter','','',0,72,73,2,1974,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26780,0,0,0,0,0,24864,24865,24866,0,'7th Legion Cleric','','',0,72,73,2,1974,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26781,0,0,0,0,0,15093,0,0,0,'2.4 Sunwell Daily Gem Vendor [PH]','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26782,30526,0,0,0,0,27469,0,0,0,'Crystalline Keeper','','',0,71,71,2,16,0,1.6,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,4,264,26782,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(26783,0,0,0,0,0,23828,0,0,0,'Freed Giant','','',0,74,74,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26784,0,0,0,0,0,11662,19344,0,0,'Dan\'s Test Dummy','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,0.045977,1,0,0,0,0,0,0,0,341,1,0,0,'',12340),
|
|
(26785,0,0,0,0,0,20570,16946,0,0,'Directional Rune','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(26786,0,0,0,0,0,25756,0,0,0,'Iron Rune Avenger','','',0,74,75,2,16,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,2173,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26787,0,0,0,0,0,27135,0,0,0,'Image of Drakuru','','',0,70,70,1,190,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26788,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Escort','','Interact',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26789,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Bunny 04','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26790,0,0,0,0,0,24038,24039,0,0,'Taunka\'le Longrunner','','',0,71,72,2,1921,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26791,0,0,0,0,0,16259,0,0,0,'Scott Keenan','Thug Life','',0,1,1,0,35,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,19,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(26792,30524,0,0,0,0,27472,0,0,0,'Crystalline Protector','','',0,71,71,2,16,0,1.6,1.42857,1,1,299,426,0,308,6,2400,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,4,264,26792,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,35490,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26793,30528,0,0,0,0,25570,0,0,0,'Crystalline Frayer','','',0,71,71,2,16,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.376709,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crystalline_frayer',12340),
|
|
(26794,30532,0,0,0,0,26298,0,0,0,'Ormorok the Tree-Shaper','','',0,72,72,2,16,0,1,1.42857,1.15,1,307,438,0,314,10,2400,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,4,584,26794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_ormorok',12340),
|
|
(26795,0,0,0,0,0,24443,0,0,0,'Drakkari Oracle','','',0,73,73,2,37,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,7,0,26795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,1950,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26796,30398,0,0,0,0,24366,0,0,0,'Commander Stoutbeard','','',0,82,82,2,16,0,1,1.42857,1,1,422,586,0,642,10,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,72,26796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_commander_stoutbeard',12340),
|
|
(26797,0,0,0,0,0,24418,0,0,0,'Drakkari Protector','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26798,30397,0,0,0,0,24352,0,0,0,'Commander Kolurg','','',0,82,82,2,16,0,1,1.14286,1,1,464,604,0,708,10,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,26798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_commander_stoutbeard',12340),
|
|
(26799,30495,0,0,0,0,24358,0,0,0,'Horde Berserker','','',0,71,71,2,16,0,1,1.14286,1.15,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26800,30496,0,0,0,0,24353,0,0,0,'Alliance Berserker','','',0,71,71,2,16,0,1,1.14286,1,1,299,426,0,308,6,2000,2000,1,32832,2048,0,0,0,0,0,0,262,389,48,7,8,26800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4145,6908,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26801,30508,0,0,0,0,24354,0,0,0,'Horde Ranger','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,1500,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26802,30509,0,0,0,0,24355,0,0,0,'Alliance Ranger','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4161,6935,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26803,30497,0,0,0,0,24357,0,0,0,'Horde Cleric','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26804,0,0,0,0,0,1126,11686,0,0,'Fizzcrank Bomber Invisible Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26805,30498,0,0,0,0,24356,0,0,0,'Alliance Cleric','','',0,71,71,2,16,0,1,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,26805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4158,6930,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(26806,0,0,0,0,0,7569,0,0,0,'Guardian Serpent','','',0,72,72,2,16,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,27,0,0,0,0,268,399,40,1,1,26806,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26807,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Flyby 01','','Interact',0,70,70,0,35,0,1.2,4,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26808,0,0,0,0,0,23365,0,0,0,'Fizzcrank Bomber Flyby 02','','Interact',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26809,0,0,0,0,0,12815,0,0,0,'Ravaged Crystalline Ice Giant','','LootAll',0,72,72,2,35,1,2,1.14286,1,0,307,438,0,314,1,2000,2000,1,536870912,2048,32,0,0,0,0,0,270,401,53,5,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,127,1,0,0,'',12340),
|
|
(26810,0,0,0,0,0,23978,0,0,0,'Roanauk Icemist','High Chieftain of the Taunka','',9461,73,73,2,1922,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26811,0,0,0,0,0,24454,0,0,0,'Ancient Drakkari Warmonger','','',0,73,73,2,190,0,1,1.14286,1,0,316,450,0,320,1,3000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,2,26811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26812,0,0,0,0,0,24448,0,0,0,'Ancient Drakkari Soothsayer','','',0,73,73,2,190,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,2,26812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26813,0,0,0,0,0,17719,24045,0,0,'Kor\'kron War Rider','','vehichleCursor',0,72,72,2,1981,16777216,1,1,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,8,0,0,0,0,0,0,0,0,0,63507,47434,47454,0,0,0,0,0,0,39,0,0,'',0,5,1,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(26814,0,0,0,0,0,22354,0,0,0,'Harrison Jones','','',9431,70,70,1,35,3,1,0.85714,1,0,252,357,0,304,5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(26815,0,0,0,0,0,24046,0,0,0,'Lieutenant Ta\'zinni','','',0,72,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,7,0,26815,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1853,'SmartAI',0,3,1,1,3,1,0,36779,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26816,0,0,0,26280,0,24059,24060,24062,24061,'Focus Wizard','','',0,71,72,2,1985,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,26816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26817,0,0,0,0,0,23366,23368,23367,23369,'Fizzcrank Fighter','','',0,70,70,2,1973,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26818,0,0,0,0,0,24052,0,0,0,'Tuskarr Tribesman','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26819,0,0,0,0,0,26796,0,0,0,'Tranformed Trapper Female','','',0,73,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26820,0,0,0,0,0,25748,0,0,0,'Iron Rune-Weaver','','',0,75,75,2,1954,0,1,0.99206,1,0,289,421,0,175,1,3000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,26820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1301,2168,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26821,0,0,0,0,0,24065,0,0,0,'Envoy Ducal','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26822,0,0,0,0,0,24058,0,0,0,'Ursula Direbrew','Dark Iron Brewmaiden','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_coren_direbrew_sisters',12340),
|
|
(26823,0,0,0,0,0,25380,0,0,0,'Howling Wolvar Trainer','','',0,70,70,2,16,0,0.666668,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1116,1860,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26824,31341,0,0,0,0,6469,0,0,0,'Drakkari Raptor Mount','','',0,75,75,2,16,0,1,1,1,0,235,422,0,604,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,26824,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',1),
|
|
(26825,0,0,0,0,0,25387,0,0,0,'Howling Wolvar Shaman','','',0,69,69,2,16,0,0.666668,0.99206,1,0,224,316,0,282,1,2000,2000,2,32768,2048,0,0,0,0,0,0,188,280,32,7,0,26825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1138,1896,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26826,0,0,0,0,0,25640,0,0,0,'Howling Wolvar Chieftain','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,26826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,2003,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26827,0,0,0,0,0,25381,0,0,0,'Howling Wolvar Lookout','','',0,69,69,2,16,0,0.666668,0.99206,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,26827,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26828,0,0,0,0,0,24063,0,0,0,'Magister Keldonus','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,26828,0,0,0,0,0,0,0,0,0,0,0,0,51804,0,0,0,0,0,3755,6259,'SmartAI',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26829,0,0,0,0,0,26789,0,0,0,'Frenzied Worgen','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(26830,31352,0,0,0,0,27062,0,0,0,'Risen Drakkari Death Knight','','',0,76,76,2,16,0,1,0.992063,1,1,352,499,0,408,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,0,26830,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26831,0,0,0,0,0,1126,17612,0,0,'Atop the Woodlands Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26832,0,0,0,0,0,24067,0,0,0,'Grand Magus Telestra','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26833,0,0,0,0,0,8469,0,0,0,'Startled Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(26834,0,0,0,0,0,21955,11686,0,0,'Mole Machine PoV Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,123,1,0,128,'',12340),
|
|
(26835,0,0,0,0,0,22131,0,0,0,'[PH] Dragonblight Shoveltusk Scavenger','','',0,72,73,2,1886,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26836,0,0,0,26481,0,24954,0,0,0,'Gigantaur','','',0,74,74,2,14,0,2.4,2,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26836,26836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3701,6169,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(26837,0,0,0,0,0,24072,0,0,0,'Sarendryana','','',0,75,75,2,1891,2,1,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26838,0,0,0,0,0,24071,0,0,0,'Dreadtalon','','',0,74,74,2,14,0,2.4,2,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,7,0,0,0,0,287,426,63,1,1,26838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,20,1,0,0,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(26839,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Legionnaire','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26840,0,0,0,0,0,24165,0,0,0,'[PH] Dragonblight Named Frost Wyrm Horde','','',0,72,72,2,1965,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26841,0,0,0,0,0,24166,0,0,0,'Reanimated Frost Wyrm','','',0,73,74,2,14,0,1.2,2,1,1,328,467,0,354,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,32,26841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,3.75,2.5,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(26842,0,0,0,0,0,21068,0,0,0,'[PH] Vanguard Landing Flight Master','Wind Rider Master','',0,75,75,1,1735,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26844,0,0,0,0,0,24095,0,0,0,'Lilleth Radescu','Bat Handler','',0,75,75,1,1929,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26845,0,0,0,0,0,24096,0,0,0,'Junter Weiss','Bat Handler','',0,75,75,1,1928,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26846,0,0,0,0,0,4355,0,0,0,'Kareg','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26847,0,0,0,0,0,24125,0,0,0,'Omu Spiritbreeze','Wind Rider Master','',0,75,75,1,1922,8192,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26848,0,0,0,0,0,24253,0,0,0,'Kimbiza','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26850,0,0,0,0,0,4382,0,0,0,'Numo Spiritbreeze','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26851,0,0,0,0,0,6371,0,0,0,'Nethestrasz','Flight Master','',0,75,75,1,2010,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26852,0,0,0,0,0,24332,0,0,0,'Kragh','Wind Rider Master','',0,75,75,1,1981,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26853,0,0,0,0,0,13309,0,0,0,'Makki Wintergale','Wind Rider Master','',9785,75,75,1,1922,8193,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26854,0,0,0,0,0,24090,0,0,0,'Earthwarden Grife','','',9433,72,72,2,1981,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26855,0,0,0,0,0,20570,11686,0,0,'East Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26856,0,0,0,0,0,20570,11686,0,0,'North Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26857,0,0,0,0,0,20570,11686,0,0,'South Stone','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26858,0,0,0,0,0,24165,0,0,0,'Sarathstra','','',0,75,75,2,14,0,2.4,2,1,1,342,485,0,392,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,26858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,7.5,25,20,1,0,36793,0,0,0,0,0,185,1,8388624,0,'',12340),
|
|
(26859,0,0,0,0,0,24079,0,0,0,'Rokhan','','',9434,72,72,2,1981,3,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26860,0,0,0,0,0,24078,0,0,0,'Conqueror Krenna','','',9571,76,76,0,1979,3,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26861,30788,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,82,82,2,14,0,1,1.07143,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,26861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_ymiron',12340),
|
|
(26862,0,0,0,0,0,24080,0,0,0,'Anthis','','',0,73,73,0,1981,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,6043,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26863,0,0,0,0,0,24081,0,0,0,'Sethyel','','',0,73,73,0,1981,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3513,5855,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26864,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Outrider','','',0,73,74,2,1979,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26865,0,0,0,0,0,24083,0,0,0,'Tecahuna','','',0,73,73,2,14,0,1,1.14286,1,1,313,448,0,302,6,2000,2000,2,768,2048,0,0,0,0,0,0,276,411,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26867,0,0,0,0,0,16480,19595,0,0,'Mummy Effect Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26868,0,0,0,0,0,24085,0,0,0,'Provisioner Lorkran','General Goods','',9633,73,74,0,1979,643,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26869,0,0,0,0,0,24086,24087,24088,24089,'Pit-Fighting Spectator','','',0,73,74,0,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26870,0,0,0,0,0,24091,24092,24093,0,'Darkspear Dragon Hunter','','',0,70,72,2,1980,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26871,0,0,0,0,0,27229,0,0,0,'Ancient Drakkari King','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26872,0,0,0,0,0,23356,0,0,0,'Weakened Giant','','',0,74,74,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,512,26872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26873,0,0,0,0,0,24094,0,0,0,'Mage-Commander Evenstar','','',0,73,73,2,35,2,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,537165824,2048,0,0,0,0,0,0,255,380,37,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26874,0,0,0,0,0,23952,0,0,0,'Infected Wildlife','','',0,70,71,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,36800,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26875,0,0,0,0,0,24367,0,0,0,'Lieutenant Dumont','','',9599,71,71,0,11,3,1,1.14286,1,1,299,426,0,308,4.6,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26876,0,0,0,0,0,22041,0,0,0,'Samuel Clearbook','Gryphon Master','',9784,75,75,2,1892,8193,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26877,0,0,0,0,0,22041,0,0,0,'Derek Rammel','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26878,0,0,0,0,0,22041,0,0,0,'Rodney Wells','Gryphon Master','',10280,75,75,2,1892,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26879,0,0,0,0,0,22041,0,0,0,'Tomas Riverwell','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26880,0,0,0,0,0,5499,0,0,0,'Vana Grey','Gryphon Master','',0,75,75,2,1892,8192,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26881,0,0,0,0,0,11662,0,0,0,'Palena Silvercloud','Hippogryph Master','',30211,75,75,2,1892,8195,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26882,0,0,0,0,0,10618,0,0,0,'Arctic Grizzly Credit','','',0,72,73,2,1990,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(26883,0,0,0,0,0,24097,0,0,0,'Raegar Breakbrow','Explorers\' League','',9705,75,75,2,1892,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26884,0,0,0,0,0,21970,0,0,0,'Harkor','','',9624,70,70,1,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26885,0,0,0,0,0,24098,0,0,0,'Mountaineer Kilian','','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26886,0,0,0,0,0,22002,0,0,0,'Kraz','','',9805,70,70,2,35,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26887,0,0,0,0,0,1126,17612,0,0,'The End of the Line Ley Line Focus Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26888,0,0,0,0,0,24621,0,0,0,'Cartographer Tobias','','',0,71,71,0,11,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26889,0,0,0,0,0,1126,17612,0,0,'The End of the Line Area Trigger Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26890,0,0,0,0,0,23936,0,0,0,'Mistress of the Coldwind','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26891,0,0,0,0,0,24099,24100,0,0,'Undead Miner','','',0,74,75,2,974,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,26891,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26892,0,0,0,0,0,23912,0,0,0,'Coldwind Witch','','',0,73,73,2,16,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26893,30775,0,0,0,0,27043,0,0,0,'Grauf','','',0,80,80,2,21,0,1.44444,2.75,1,1,422,586,0,642,7.5,2000,0,1,320,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,'',0,5,1,100,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_skadi_grauf',12340),
|
|
(26894,0,0,0,0,0,2311,0,0,0,'TEST ESCORTEE - LAB','','',0,15,15,0,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,109,1,0,0,'',12340),
|
|
(26895,0,0,0,0,0,23951,0,0,0,'Snowfall Elk Credit','','',0,70,71,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26896,0,0,0,0,0,7112,0,0,0,'Nozzlerust Supply Runner','','',0,75,75,2,35,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,32,0,0,0,0,0,295,438,68,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26897,0,0,0,0,0,24103,24106,24104,24105,'Gnome, Clockwork (Northrend)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26898,0,0,0,0,0,24124,0,0,0,'Troz','','',9453,75,75,2,35,4225,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26899,0,0,0,0,0,23522,0,0,0,'Riding Drake, Red','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26900,0,0,0,0,0,8478,0,0,0,'Tinky Stabberson','Poison & Reagent Supplies','',0,70,70,2,1973,3200,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26901,0,0,0,0,0,24134,0,0,0,'Torik','Ammunition','',0,71,71,1,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26902,0,0,0,0,0,16480,19595,0,0,'Essence of Warlord Jin\'arrak','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26903,0,0,0,0,0,24161,0,0,0,'Lanolis Dewdrop','Grand Master Alchemy Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26904,0,0,0,0,0,24149,0,0,0,'Rosina Rivet','Grand Master Blacksmithing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26905,0,0,0,0,0,24158,0,0,0,'Brom Brewbaster','Grand Master Cooking Trainer','',9985,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26906,0,0,0,0,0,24160,0,0,0,'Elizabeth Jackson','Grand Master Enchanting Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26907,0,0,0,0,0,24196,0,0,0,'Tisha Longbridge','Grand Master Engineering Trainer','',0,71,71,1,1892,80,1,1.38571,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26908,0,0,0,0,0,24151,0,0,0,'Helen Fairchild','Reagents','',0,71,71,1,1892,2176,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26909,0,0,0,0,0,24157,0,0,0,'Byron Welwick','Grand Master Fishing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26910,0,0,0,0,0,24150,0,0,0,'Fayin Whisperleaf','Grand Master Herbalism Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26911,0,0,0,0,0,24152,0,0,0,'Bernadette Dexter','Grand Master Leatherworking Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26912,0,0,0,0,0,24148,0,0,0,'Grumbol Stoutpick','Grand Master Mining Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26913,0,0,0,0,0,24153,0,0,0,'Frederic Burrhus','Grand Master Skinning Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26914,0,0,0,0,0,24154,0,0,0,'Benjamin Clegg','Grand Master Tailoring Trainer','',10116,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26915,0,0,0,0,0,24147,0,0,0,'Ounhulo','Grand Master Jewelcrafting Trainer','',9894,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26916,0,0,0,0,0,24159,0,0,0,'Mindri Dinkles','Grand Master Inscription Trainer','',9879,71,71,2,1892,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26917,0,0,0,0,0,28227,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',10192,83,83,2,2010,3,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_alexstraza_the_lifebinder',12340),
|
|
(26918,30522,0,0,0,0,25206,0,0,0,'Chaotic Rift','','',0,71,71,2,16,0,1,1.14286,1.5,1,299,426,0,308,7.5,2000,2000,1,131076,2048,0,0,0,0,0,0,262,389,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(26919,0,0,0,0,0,24452,0,0,0,'Drak\'aguul','','',0,73,73,2,37,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,26919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1944,'SmartAI',0,3,1,1,1,1,0,36826,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26920,0,0,0,0,0,25795,0,0,0,'Overseer Durval','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26921,0,0,0,0,0,25795,0,0,0,'Overseer Korgan','','',0,75,75,2,1954,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,26921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26922,0,0,0,0,0,25795,0,0,0,'Overseer Lochli','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26922,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26923,0,0,0,0,0,25795,0,0,0,'Overseer Brunon','','',0,75,75,2,1954,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,26923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26924,0,0,0,0,0,24451,0,0,0,'Gan\'jo','','',10220,73,73,0,190,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26925,0,0,0,0,0,6376,0,0,0,'Wyrmrest Temple Drake','','',0,72,73,2,2067,0,3.6,2.42857,1,1,316,450,0,320,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,3,3,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(26926,0,0,0,0,0,24163,0,0,0,'Duke Vallenhal','Servant of the Lich King','',0,73,73,2,21,2,1,1.28968,1,0,316,450,0,320,1,2000,2000,1,33280,2048,0,0,0,0,0,0,278,413,58,7,0,26926,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,5600,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26927,0,0,0,0,0,16480,19595,0,0,'Warlord Jin\'gom Kill Credit','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26928,30511,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(26929,30512,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(26930,30513,0,0,0,0,24066,0,0,0,'Grand Magus Telestra','','',0,72,72,2,16,0,1,1.42857,1,1,304,436,0,296,5,2400,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(26931,0,0,0,0,0,25280,0,0,0,'Bloodbane\'s Mount','','',0,75,75,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26932,0,0,0,0,0,24172,0,0,0,'Petrov','','',0,71,71,0,35,2,1,1.14286,1,1,299,426,0,308,7.5,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26933,0,0,0,0,0,24781,24782,0,0,'Wyrmrest Guardian','','',0,73,74,2,2067,0,2.8,2.14286,1,1,328,467,0,354,4.6,2000,2000,1,512,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,9,6,6,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),
|
|
(26934,0,0,0,0,0,24178,0,0,0,'Everett McGill','Explorers\' League Provisioner','',0,72,72,1,1892,4224,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26935,0,0,0,0,0,24705,0,0,0,'Sasha','','',9770,74,74,0,35,3,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26936,0,0,0,0,0,24179,0,0,0,'Chaska Frosthoof','General Goods','',0,74,75,2,1922,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26937,0,0,0,0,0,16480,23489,0,0,'Gong Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(26938,0,0,0,0,0,24180,0,0,0,'Groll','General Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26939,0,0,0,0,0,24182,0,0,0,'Koro the Wanderer','Trade Goods','',0,75,75,2,1922,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26941,0,0,0,0,0,24183,0,0,0,'Brokkan Bear-Arms','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26942,0,0,0,28270,0,23277,0,0,0,'Decrepit Necromancer','','',0,73,74,2,21,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,26942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26943,0,0,0,28270,0,14832,0,0,0,'Battered Drakkari Berserker','','',0,74,74,2,14,0,0.666668,1.14286,1,0,328,467,0,354,1,1538,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26944,0,0,0,0,0,24184,0,0,0,'Soulok Stormfury','Stable Master','',9576,75,75,2,1922,4194307,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26945,0,0,0,0,0,24185,0,0,0,'Zend\'li Venomtusk','Poison Supplies','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26946,0,0,0,28270,0,26856,26859,0,0,'Reanimated Drakkari Tribesman','','',0,73,74,2,974,0,1,0.99206,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,26946,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26947,0,0,0,0,0,24188,0,0,0,'Vix Chromeblaster','Self-Help Bookseller','',0,69,69,2,1981,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26948,0,0,0,28270,0,23681,0,0,0,'Hulking Atrocity','','',0,74,74,2,1814,0,1,1.28968,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,26948,26948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26949,0,0,0,0,0,24190,0,0,0,'Torastrasza','Majordomo to the Ruling Council','',9457,80,80,2,2010,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(26950,0,0,0,0,0,24189,0,0,0,'Sanut Swiftspear','Reagents and Poisons','',0,74,75,2,1922,3200,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26951,0,0,0,0,0,24198,0,0,0,'Wilhelmina Renel','Grand Master Alchemy Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26952,0,0,0,0,0,24199,0,0,0,'Kristen Smythe','Grand Master Blacksmithing Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26953,0,0,0,0,0,24200,0,0,0,'Thomas Kolichio','Grand Master Cooking Trainer','',9987,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26954,0,0,0,0,0,24201,0,0,0,'Emil Autumn','Grand Master Enchanting Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26955,0,0,0,0,0,24202,0,0,0,'Jamesina Watterly','Grand Master Engineering Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26956,0,0,0,0,0,24203,0,0,0,'Sally Tompkins','Grand Master First Aid Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26957,0,0,0,0,0,24204,0,0,0,'Angelina Soren','Grand Master Fishing Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26958,0,0,0,0,0,24205,0,0,0,'Marjory Kains','Grand Master Herbalism Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26959,0,0,0,0,0,24206,0,0,0,'Booker Kells','Grand Master Inscription Trainer','',9879,71,71,2,1928,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26960,0,0,0,0,0,24207,0,0,0,'Carter Tiffens','Grand Master Jewelcrafting Trainer','',9895,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26961,0,0,0,0,0,24208,0,0,0,'Gunter Hansen','Grand Master Leatherworking Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26962,0,0,0,0,0,24209,0,0,0,'Jonathan Lewis','Grand Master Mining Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26963,0,0,0,0,0,24210,0,0,0,'Roberta Jacks','Grand Master Skinning Trainer','',0,71,71,1,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26964,0,0,0,0,0,24211,0,0,0,'Alexandra McQueen','Grand Master Tailoring Trainer','',10117,71,71,1,1928,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26965,0,0,0,28270,0,24443,24418,27250,27251,'Tormented Drakkari','','',0,73,74,2,14,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,26965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,2166,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26966,0,0,0,0,0,14703,0,0,0,'Shadowy Tormentor','','',0,72,73,2,21,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,6,0,26966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(26967,0,0,0,0,0,27480,0,0,0,'Frostbrood Slayer','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,2052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,211,1,8388624,0,'',12340),
|
|
(26968,0,0,0,0,0,24192,0,0,0,'Drikka','Reagents','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26969,0,0,0,0,0,24194,0,0,0,'Raenah','Grand Master Tailoring Trainer','',10115,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26970,0,0,0,0,0,134,1141,5586,15918,'Grand Magus Telestra Critter Transform','','',0,72,72,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(26971,0,0,0,0,0,24195,0,0,0,'Anatoly','','',0,73,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26972,0,0,0,0,0,24197,0,0,0,'Orn Tenderhoof','Grand Master Cooking Trainer','',9988,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26973,0,0,0,0,0,24397,0,0,0,'Warden Jodi Moonsong','','',9851,75,75,2,1892,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26974,0,0,0,0,0,24212,0,0,0,'Tansy Wildmane','Grand Master Herbalism Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26975,0,0,0,0,0,24214,0,0,0,'Arthur Henslowe','Grand Master Alchemy Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26976,0,0,0,0,0,24215,0,0,0,'Brunna Ironaxe','Grand Master Mining Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26977,0,0,0,0,0,24216,0,0,0,'Adelene Sunlance','Grand Master Inscription Trainer','',9879,69,69,2,1981,2257,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26978,0,0,0,0,0,24904,0,0,0,'Duane','','',9466,73,73,2,1892,3,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26979,0,0,0,0,0,24223,0,0,0,'Kontokanis','','',9465,71,71,2,1981,3,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26980,0,0,0,0,0,24218,0,0,0,'Eorain Dawnstrike','Grand Master Enchanting Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26981,0,0,0,0,0,24219,0,0,0,'Crog Steelspine','Grand Master Blacksmithing Trainer','',0,69,69,2,1981,80,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26982,0,0,0,0,0,24220,0,0,0,'Geba\'li','Grand Master Jewelcrafting Trainer','',9893,69,69,2,1981,83,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,2,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26983,0,0,0,0,0,24234,0,0,0,'Aurastrasza','','',9467,75,75,2,2010,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26984,0,0,0,0,0,24222,0,0,0,'Stephan Franks','Reagent Supplies','',0,70,70,2,1929,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26985,0,0,0,0,0,24229,0,0,0,'Barracks Master Harga','Innkeeper','',9460,73,73,2,1980,65537,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(26986,0,0,0,0,0,22121,0,0,0,'Tiponi Stormwhisper','Grand Master Skinning Trainer','',0,70,70,2,1922,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26987,0,0,0,0,0,24288,0,0,0,'Falorn Nightwhisper','Grand Master Alchemy Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26988,0,0,0,0,0,24284,0,0,0,'Argo Strongstout','Grand Master Blacksmithing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26989,0,0,0,0,0,24293,0,0,0,'Rollick MacKreel','Grand Master Cooking Trainer','',9986,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26990,0,0,0,0,0,24283,0,0,0,'Alexis Marlowe','Grand Master Enchanting Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26991,0,0,0,0,0,24295,0,0,0,'Sock Brightbolt','Grand Master Engineering Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26992,0,0,0,0,0,24285,0,0,0,'Brynna Wilson','Grand Master First Aid Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26993,0,0,0,0,0,24291,0,0,0,'Old Man Robert','Grand Master Fishing Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26994,0,0,0,0,0,24290,0,0,0,'Kirea Moondancer','Grand Master Herbalism Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26995,0,0,0,0,0,24296,0,0,0,'Tink Brightbolt','Grand Master Inscription Trainer','',9879,71,71,2,1892,2257,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26996,0,0,0,0,0,26658,0,0,0,'Awan Iceborn','Grand Master Leatherworker','',0,70,70,2,1922,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,2,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26997,0,0,0,0,0,24282,0,0,0,'Alestos','Grand Master Jewelcrafting Trainer','',9892,71,71,2,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26998,0,0,0,0,0,24294,0,0,0,'Rosemary Bovard','Grand Master Leatherworking Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(26999,0,0,0,0,0,24289,0,0,0,'Fendrig Redbeard','Grand Master Mining Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27000,0,0,0,0,0,24297,0,0,0,'Trapper Jack','Grand Master Skinning Trainer','',0,71,71,1,1892,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27001,0,0,0,0,0,24287,0,0,0,'Darin Goodstitch','Grand Master Tailoring Trainer','',10114,71,71,1,1892,83,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27002,0,0,0,0,0,24854,0,0,0,'Grom\'thar the Thunderbringer','','',0,74,74,2,16,0,1.42857,1.6,1,1,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,36853,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27003,0,0,0,0,0,24855,0,0,0,'Dregmar Runebrand','','',0,74,74,2,16,0,1.6,1.42857,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',2,3,1,10,4,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27004,0,0,0,26481,0,24850,0,0,0,'Icefist','','',0,73,73,2,16,0,1.6,1.42857,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,1966,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27005,0,0,0,26481,0,24850,0,0,0,'Chilltusk','','',0,73,73,2,16,0,1.6,1.42857,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27006,0,0,0,26481,0,24854,0,0,0,'Bonesunder','','',0,73,73,2,16,0,1.6,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1955,'SmartAI',0,3,1,2.5,1,1,0,36854,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27007,0,0,0,26481,0,24850,0,0,0,'Iceshatter','','',0,73,73,2,16,0,1.6,1.42857,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27007,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27008,0,0,0,26481,0,24854,0,0,0,'Bloodfeast','','',0,73,73,2,16,0,1.6,1.42857,1,1,316,450,0,320,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,7,0,27008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1174,1956,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27009,0,0,0,26481,0,24854,0,0,0,'Drakegore','','',0,73,73,2,16,0,1.6,0.85714,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27009,26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,1889,'SmartAI',0,3,1,3.5,1,1,0,0,0,0,0,0,0,104,1,0,0,'',12340),
|
|
(27010,0,0,0,0,0,24298,0,0,0,'Celidh Aletracker','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27011,0,0,0,0,0,24281,0,0,0,'Broff Bombast','General Goods','',0,71,71,1,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27012,0,0,0,0,0,24280,0,0,0,'Beem Goldsprocket','Trade Goods','',0,67,67,1,1892,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,32768,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27014,0,0,0,0,0,24225,0,0,0,'Builder Bezzle','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27015,0,0,0,0,0,24225,0,0,0,'Builder Bozzle','','',0,70,70,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27017,0,0,0,0,0,26139,0,0,0,'Depleted War Golem','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27018,0,0,0,0,0,24228,0,0,0,'Shade of Arugal','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,27018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27019,0,0,0,0,0,24230,0,0,0,'Siegesmith Gulda','Blacksmithing Supplies','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27020,0,0,0,0,0,26787,26788,0,0,'Bloodmoon Worgen','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27020,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2054,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27021,0,0,0,0,0,24231,0,0,0,'Tradesman Kontor','Trade Supplies','',0,70,70,2,1981,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27022,0,0,0,0,0,24232,0,0,0,'Afha','General Goods','',0,70,70,2,1981,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27023,0,0,0,0,0,24233,0,0,0,'Apothecary Bressa','Master Alchemy Trainer','',0,70,70,2,1928,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,2,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27024,0,0,0,0,0,23825,0,0,0,'Bloodmoon Cultist','','',0,73,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27025,0,0,0,0,0,24247,0,0,0,'Harold Haggler','General Goods','',0,70,70,2,1928,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27026,0,0,0,0,0,24251,0,0,0,'Rohesia Werner','Trade Supplies','',0,70,70,2,1928,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27027,0,0,0,0,0,24250,0,0,0,'Mrs. Winterby','Innkeeper','',348,70,70,2,1928,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27028,0,0,0,0,0,24246,0,0,0,'Hansel Bauer','','',0,70,70,2,1928,2,1,1.38571,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27029,0,0,0,0,0,24243,0,0,0,'Apothecary Wormwick','Master Alchemy Trainer','',0,71,71,2,1928,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27030,0,0,0,0,0,24244,0,0,0,'Bradley Towns','Reagents & Enchanting Supplies','',0,73,73,2,1928,2176,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27031,0,0,0,0,0,24242,0,0,0,'Apothecary Rose','Alchemy & Poison Supplies','',0,71,71,2,1928,1152,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27032,0,0,0,0,0,24249,0,0,0,'Lovely Liddia','Mushroom Vendor','',0,68,68,2,1928,640,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27033,0,0,0,0,0,24245,0,0,0,'Duncan Fallers','','',0,71,71,2,1928,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27034,0,0,0,0,0,24248,0,0,0,'Josric Fame','Grand Master Blacksmithing Trainer','',0,72,72,2,1928,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,2,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27035,0,0,0,0,0,24236,24237,24238,24239,'Venomspite Deathguard','','',0,74,74,2,1897,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27036,0,0,0,0,0,348,0,0,0,'Dreadlord - Metamorphosis (Warlock)','','',0,72,72,1,1813,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27037,0,0,0,0,0,24241,0,0,0,'Hidetrader Jun\'ik','Leather Goods','',9632,73,74,0,1979,4227,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27038,0,0,0,0,0,24563,0,0,0,'Drolfy','Alchemy & Poison Supplies','',0,72,72,2,1892,1152,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27039,0,0,0,0,0,24533,0,0,0,'Lexey Brevig','Reagents & Enchanting Supplies','',0,70,70,2,1892,2176,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27040,0,0,0,0,0,24561,0,0,0,'Zybarus of Darnassus','Stable Master','',9499,70,70,2,1892,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27041,0,0,0,0,0,24559,0,0,0,'Fanny McLumpkins','General Goods','',0,70,70,2,1892,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27042,0,0,0,0,0,24557,0,0,0,'Illusia Lune','Innkeeper','',9498,70,70,2,1892,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27043,0,0,0,0,0,24558,0,0,0,'Trixy Trixerton','Trade Supplies','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27044,0,0,0,0,0,24562,0,0,0,'Ordal McLumpkins','Food & Drink','',0,71,71,2,1892,640,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27045,0,0,0,0,0,24560,0,0,0,'Master Smith Devin Brevig','Blacksmithing Supplies','',0,71,71,2,1892,4226,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27046,0,0,0,0,0,24566,0,0,0,'Warmage Adami','Flight Master','',0,72,72,2,2007,8193,1,1.5873,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27047,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating Only)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27048,0,0,0,0,0,1126,11686,0,0,'Breath Caster','','',0,70,70,2,35,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27049,0,0,0,0,0,26139,0,0,0,'Charged War Golem','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27051,0,0,0,0,0,24266,0,0,0,'Doldaen','General Goods','',0,70,70,2,1892,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27052,0,0,0,0,0,24265,0,0,0,'Naohain','Innkeeper','',9476,70,70,2,1892,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27053,0,0,0,0,0,24262,0,0,0,'Lanus Longleaf','Herbalism & Poison Supplies','',0,72,72,2,1892,1152,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27054,0,0,0,0,0,24809,0,0,0,'Modoru','Reagents & Enchanting Supplies','',0,70,70,2,1892,2176,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27055,0,0,0,0,0,24260,0,0,0,'Sentinel Amberline','Bowyer','',0,71,71,2,1892,4480,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27056,0,0,0,0,0,24261,0,0,0,'Sentinel Sweetspring','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27057,0,0,0,0,0,24267,0,0,0,'Saramer Whitewillow','Trade Supplies','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27058,0,0,0,0,0,24254,0,0,0,'Korag Keeneye','General Goods','',0,70,70,2,1981,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27059,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,70,70,2,2023,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(27060,0,0,0,0,0,24255,0,0,0,'Courier Lanson','','',9475,73,73,0,11,3,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27061,0,0,0,0,0,26559,0,0,0,'Xink\'s Shredder','','vehichleCursor',0,72,72,2,35,16777216,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,9,8,0,0,0,0,0,0,0,0,0,47938,47921,49857,47966,0,47939,0,0,0,42,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27062,0,0,0,0,0,24278,0,0,0,'Brom Armstrong','Blacksmithing Supplies','',0,70,70,2,1892,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27063,0,0,0,0,0,24257,0,0,0,'Vrok','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27064,0,0,0,0,0,24256,0,0,0,'Abandoned Fuel Tank','','',0,70,70,2,2022,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27065,0,0,0,0,0,24258,0,0,0,'Breka Wolfsister','Stable Master','',9821,70,70,2,1981,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27066,0,0,0,0,0,24276,0,0,0,'Jennifer Bell','Innkeeper','',342,70,70,2,1892,66177,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,32768,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27067,0,0,0,0,0,24259,0,0,0,'Drigoth','Armorer','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27068,0,0,0,0,0,24277,0,0,0,'Matthew Ackerman','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27069,0,0,0,0,0,24263,0,0,0,'Matron Magah','Innkeeper','',441,70,70,2,1981,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27070,0,0,0,0,0,24292,0,0,0,'Lisa Philbrook','Trade Goods','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27071,0,0,0,0,0,24279,0,0,0,'Benjamin Jacobs','General Goods','',0,71,71,1,1892,384,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27072,0,0,0,0,0,24268,24269,24270,24271,'Amberpine Footman','','',0,71,74,2,1891,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27073,0,0,0,0,0,23007,23017,23018,23019,'Bor\'gorok Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27074,0,0,0,0,0,24455,24456,24457,0,'Bor\'gorok Wolf','','',0,70,70,2,1981,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27075,0,0,0,0,0,24272,0,0,0,'Dun Argol Power Core','','',0,75,75,0,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27079,0,0,0,0,0,23767,0,0,0,'Crystal Spike Trigger','','',0,72,72,2,16,0,1,1.42857,1,1,307,438,0,314,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),
|
|
(27088,0,0,0,0,0,24300,0,0,0,'Yolanda Haymer','Reagent Supplies','',0,70,70,2,1973,2176,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27089,0,0,0,0,0,24299,0,0,0,'Saffron Reynolds','Poison Supplies','',0,70,70,2,1973,1152,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27099,30539,0,0,0,0,23767,0,0,0,'Crystal Spike','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_crystal_spike',12340),
|
|
(27101,0,0,0,0,0,23767,0,0,0,'Crystal Spike Initial Trigger','','',0,72,72,2,16,0,1,1.42857,1,1,307,438,0,314,7.5,2400,2000,1,33554944,2048,0,0,0,0,0,0,270,401,53,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),
|
|
(27102,0,0,0,0,0,24286,0,0,0,'Gorgonna','','',0,76,76,0,1979,2,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27103,0,0,0,0,0,24240,0,0,0,'Horde Siege Tank 2','','vehichleCursor',0,70,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(27104,0,0,0,0,0,22823,0,0,0,'Horde Siege Tank 3','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27105,0,0,0,0,0,24301,0,0,0,'Kreug Oathbreaker','Ymirjar Giant Lord','',0,73,73,2,21,0,2.4,2.28571,1,1,316,450,0,320,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,0,27105,27105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,202,1,8388624,0,'',12340),
|
|
(27106,0,0,0,27109,0,23179,23186,0,0,'Injured Warsong Warrior','','',0,73,73,2,1980,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27107,0,0,0,27109,0,23182,23184,0,0,'Injured Warsong Mage','','',0,71,73,2,1980,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27108,0,0,0,27109,0,23183,23185,0,0,'Injured Warsong Shaman','','',0,71,73,2,1980,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27109,0,0,0,0,0,23179,23186,0,0,'Injured Warsong Proxy','','',0,68,70,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27110,0,0,0,27109,0,23078,23044,0,0,'Injured Warsong Engineer','','',0,71,72,2,1980,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27111,0,0,0,0,0,1126,17612,0,0,'Blighted Elk Liquid Fire of Elune Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27112,0,0,0,0,0,1126,17612,0,0,'Rabid Grizzly Liquid Fire of Elune Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27113,0,0,0,0,0,23701,0,0,0,'Prospector Gann','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27114,0,0,0,0,0,23846,0,0,0,'Prospector Torgan','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27115,0,0,0,0,0,23847,0,0,0,'Prospector Varana','Explorers\' League','',0,74,74,2,534,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27117,0,0,0,27121,0,24302,24309,24310,0,'Amberpine Scout','','',0,73,74,2,1315,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,2053,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27118,0,0,0,27121,0,24303,24305,24306,24308,'Conquest Hold Raider','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,27118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27119,0,0,0,0,0,14331,0,0,0,'Snowpaw','Sweetspring\'s Guardian','',0,71,71,2,1892,0,1,1.38571,1,0,299,426,0,308,1,1300,2000,1,32768,2048,0,2,0,0,0,0,262,389,48,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27120,0,0,0,0,0,24303,0,0,0,'Raider Captain Kronn','','',0,76,76,0,1979,2,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27121,0,0,0,0,0,24302,0,0,0,'Blackriver Credit','','',0,73,74,2,1315,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27122,0,0,0,0,0,24834,0,0,0,'Overseer Deathgaze','','',0,74,74,2,21,0,1,1.14286,1,1,279,408,0,158,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,263,391,41,6,0,27122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27123,0,0,0,0,0,27175,27187,0,0,'Icefist Forager','','',0,72,73,2,14,0,1,2.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(27124,0,0,0,0,0,24073,0,0,0,'[TDB] Killcredit Quest XXXXX','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(27125,0,0,0,0,0,24311,0,0,0,'Barracks Master Rhekku','Innkeeper','',9477,73,73,2,1981,66177,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27126,0,0,0,0,0,24326,24327,24325,24329,'Camp Oneqwah Brave','','',0,75,75,2,1923,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27127,0,0,0,0,0,24324,0,0,0,'Hippogryph Taxi (Dragonblight)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27128,0,0,0,0,0,3718,18052,3714,3585,'[PH] Dalaran Commoner','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(27131,0,0,0,0,0,21635,0,0,0,'Grizzly Bear','','',0,73,74,2,16,16777216,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,4,0,0,0,0,287,426,63,1,1,27131,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'SmartAI',0,3,1,1,1,1,0,37020,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27132,0,0,0,0,0,24328,0,0,0,'Sani\'i','Trade Goods','',0,69,69,2,1981,128,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27133,0,0,0,0,0,24330,0,0,0,'Seer Yagnar','Poison & Reagents','',0,69,69,2,1981,3200,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27134,0,0,0,0,0,24331,0,0,0,'Smith Prigka','Armorer','',0,71,71,2,1981,4224,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27135,0,0,0,0,0,1126,17612,0,0,'Attunement to Dalaran Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27136,0,0,0,0,0,24348,0,0,0,'High Commander Halford Wyrmbane','7th Legion','',9479,80,80,2,2004,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27137,0,0,0,0,0,24344,0,0,0,'Apprentice Fraser','Food & Drink','',0,72,72,2,2006,640,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27138,0,0,0,0,0,24342,0,0,0,'Apprentice Rosen','Reagent Supplies','',0,72,72,2,2006,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27139,0,0,0,0,0,24343,0,0,0,'Librarian Whitley','Wands','',0,72,72,2,2006,4224,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27140,0,0,0,0,0,24340,0,0,0,'Librarian Andersen','Alchemy Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27141,0,0,0,0,0,24345,0,0,0,'Librarian Hamilton','Herbalism Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27142,0,0,0,0,0,24347,0,0,0,'Librarian Jeffers','Jewelcrafting Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27143,0,0,0,0,0,24346,0,0,0,'Librarian Ingram','Inscription Supplies','',0,72,72,2,2006,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27144,0,0,0,0,0,24333,0,0,0,'Noatak','Fishmonger','',0,65,65,0,1950,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27145,0,0,0,0,0,24334,0,0,0,'Tipvigut','General Goods','',0,65,65,0,1950,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27146,0,0,0,0,0,24335,0,0,0,'Uukkarnit','Trade Goods','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27147,0,0,0,0,0,24341,0,0,0,'Librarian Erickson','Enchanting Supplies','',0,72,72,2,2006,128,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27148,0,0,0,0,0,24336,0,0,0,'Caregiver Iqniq','Innkeeper','',9478,65,65,0,1950,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27149,0,0,0,0,0,24337,0,0,0,'Arrluk','Poison & Reagents','',0,65,65,0,1950,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27150,0,0,0,0,0,24338,0,0,0,'Trapper Shesh','Stable Master','',9821,65,65,0,1950,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27151,0,0,0,0,0,24339,0,0,0,'Deniigi','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27152,0,0,0,0,0,25159,0,0,0,'Headless Horseman\'s Mount','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(27153,0,0,0,0,0,25958,25159,0,0,'Headless Horseman\'s Mount','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(27154,0,0,0,0,0,10913,0,0,0,'Test Faction NPC','','',0,1,2,0,1675,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27155,0,0,0,0,0,24349,0,0,0,'Commander Lynore Windstryke','7th Legion','',9518,74,74,2,1974,3,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27156,0,0,0,0,0,24350,0,0,0,'Highlord Leoric Von Zeldig','7th Legion','',9587,73,73,2,2004,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27157,0,0,0,0,0,24351,0,0,0,'Duke August Foehammer','7th Legion','',0,73,73,2,2004,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27158,0,0,0,0,0,24359,24941,0,0,'Vas the Unstable','7th Legion','',9780,74,74,2,2026,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27159,0,0,0,0,0,24360,0,0,0,'Siege Engineer Quarterflash','7th Legion','',10280,70,70,2,2004,3,1,1.14286,1,1,234,331,0,286,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27160,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Infantryman','','',0,73,75,2,1974,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27161,0,0,0,0,0,24362,24538,24539,24540,'7th Legion Cavalier','','',0,73,75,2,1974,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27162,0,0,0,0,0,24363,24546,24547,24548,'7th Legion Sentinel','','',0,73,74,2,1974,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27163,0,0,0,0,0,24364,24549,24550,24551,'7th Legion Siege Engineer','','',0,69,71,2,1892,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27164,0,0,0,0,0,24365,24552,24553,24554,'7th Legion Battle Mage','','',0,71,73,2,2026,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27165,0,0,0,0,0,16169,0,0,0,'Drained Moonrest Highborne','','',0,70,70,2,190,0,1.11111,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27166,0,0,0,0,0,24368,0,0,0,'The Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27167,0,0,0,0,0,24370,0,0,0,'Kamagua Spearman','','',0,70,70,2,2148,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27168,0,0,0,0,0,24364,0,0,0,'7th Legion Test Unit','','',0,69,71,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27169,0,0,0,0,0,24371,0,0,0,'The Black Brewmaiden','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27170,0,0,0,0,0,24373,24372,0,0,'Amber Ledge Warmage','','',0,1,1,0,2009,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(27171,0,0,0,0,0,27172,27181,0,0,'Chilltusk Forager','','',0,72,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(27172,0,0,0,0,0,23875,0,0,0,'Chief Plaguebringer Middleton','','',9483,73,73,2,1928,3,1,1.14286,1,1,313,448,0,302,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27173,0,0,0,0,0,24567,0,0,0,'Warmage Calandra','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),
|
|
(27174,0,0,0,0,0,24374,0,0,0,'Caregiver Mumik','Innkeeper','',9478,75,75,0,1950,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27175,0,0,0,0,0,24373,24372,0,0,'Transitus Shield Warmage','','',0,80,80,2,2009,0,1,1.42857,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(27176,0,0,0,0,0,24375,0,0,0,'Mystic Makittuq','Poison & Reagents','',0,73,73,0,1950,3200,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27177,0,0,0,0,0,25795,0,0,0,'Iron Rune Overseer','','',0,74,75,2,1954,0,1,0.99206,1,0,339,481,0,370,1,3000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,27177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1298,2163,'SmartAI',0,3,1,1,1,1,0,37035,37013,42105,0,0,0,0,1,0,0,'',12340),
|
|
(27178,0,0,0,0,0,24376,25535,0,0,'Moa\'ki Warrior','','',0,75,75,2,2148,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27179,0,0,0,0,0,24377,0,0,0,'Bat Taxi (Howling Fjord)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27180,0,0,0,0,0,1126,11686,0,0,'Jintha\'kalar Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27181,0,0,0,0,0,24379,0,0,0,'Qannik','Fishmonger','',0,73,73,0,1950,640,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27182,0,0,0,0,0,24380,0,0,0,'Takubvik','General Goods','',0,74,74,0,1950,384,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27183,0,0,0,0,0,24381,0,0,0,'Trapper Tikaani','Stable Master','',9821,74,74,0,1950,4194305,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27184,0,0,0,0,0,24382,0,0,0,'Imnek','Trade Goods','',0,73,73,0,1950,128,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27185,0,0,0,0,0,24383,0,0,0,'Kuk\'uq','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27186,0,0,0,0,0,24391,0,0,0,'Oogrooq','Poison & Reagents','',0,65,65,0,1950,3200,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27187,0,0,0,0,0,24390,0,0,0,'Caregiver Poallu','Innkeeper','',9478,65,65,0,1950,66177,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27188,0,0,0,0,0,24384,0,0,0,'Tonraq','Spearcrafter','',0,65,65,0,1950,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27189,0,0,0,0,0,24385,25532,0,0,'Unu\'pe Spearman','','',0,70,70,0,2148,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27190,0,0,0,0,0,24386,0,0,0,'Tupit','Fishmonger','',0,65,65,0,1950,640,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27191,0,0,0,0,0,24394,0,0,0,'Skrotee','Enslaved Gnome','',0,10,10,0,1928,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33536,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27193,0,0,0,0,0,24387,0,0,0,'Alornerk','General Goods','',0,65,65,0,1950,384,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27194,0,0,0,0,0,24388,0,0,0,'Trapper Saghani','Stable Master','',9821,65,65,0,1950,4194305,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27195,0,0,0,0,0,24389,0,0,0,'Tarralikitak','Trade Goods','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27196,0,0,0,0,0,24620,0,0,0,'Tiny Blue Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27197,0,0,0,0,0,24393,0,0,0,'Tiny Gold Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27198,0,0,0,0,0,24395,0,0,0,'Brote','Enslaved Gnome','',0,12,12,0,1928,0,1,1.14286,1,0,17,22,0,46,1,2000,2000,1,33536,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27199,0,0,0,0,0,24464,0,0,0,'Warlord Jin\'arrak','','',0,73,73,0,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,768,2048,0,0,0,0,0,0,278,413,58,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27200,0,0,0,0,0,16480,19595,0,0,'Offering Bunny - Drakil\'jin Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27201,0,0,0,0,0,16480,19595,0,0,'Offering Target Bunny - Drakil\'jin Exterior','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27202,0,0,0,27203,0,24398,24399,0,0,'Onslaught Raven Priest','','',0,71,72,2,67,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,1851,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27203,0,0,0,0,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,1934,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27204,0,0,0,0,0,24303,0,0,0,'Captain Bonemaw','','',0,76,76,0,1979,0,1,1.14286,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27205,0,0,0,27203,0,24403,24400,0,0,'[PH] New Hearthglen Scarlet Footman','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27206,0,0,0,27203,0,24406,24407,24408,24409,'Onslaught Knight','','',0,71,72,2,14,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,2048,27206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,1929,'SmartAI',0,3,1,1,1,1,0,37202,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27207,0,0,0,27203,0,24410,24411,0,0,'Onslaught Workman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,1949,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27208,0,0,0,27203,0,24414,0,0,0,'[PH] New Hearthglen Scarlet Commander','','',0,72,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27209,0,0,0,0,0,24412,0,0,0,'Torturer LeCraft','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,1854,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_torturer_lecraft',12340),
|
|
(27210,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,67,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,268,399,40,7,32,27210,27210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,37565,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27211,0,0,0,27203,0,10344,0,0,0,'Onslaught Executioner','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27211,27211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,1933,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27212,0,0,0,0,0,24417,0,0,0,'Image of Loken','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27213,0,0,0,0,0,19296,0,0,0,'Onslaught Warhorse','','',0,71,72,2,16,0,1.2,2,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,27213,0,0,0,0,0,0,0,0,48297,0,0,0,0,0,0,0,0,43,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,182,1,0,0,'',12340),
|
|
(27214,0,0,0,0,0,239,229,236,0,'Onslaught Horse','','',0,71,72,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27215,0,0,0,0,0,24419,0,0,0,'Boxey Boltspinner','','',9481,65,65,0,55,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27216,0,0,0,0,0,24420,0,0,0,'Bizzle Quicklift','','',9577,65,65,0,775,2,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27217,0,0,0,0,0,24393,0,0,0,'Spirit of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27218,0,0,0,27203,0,24421,24422,24423,0,'[PH] New Hearthglen Scarlet Scout','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27219,0,0,0,0,0,15152,4157,15178,0,'Forsaken Prisoner','','',0,71,72,2,1735,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33280,2048,32,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27220,0,0,0,0,0,24424,24429,0,0,'Forgotten Captain','','',0,72,73,2,1664,0,1,1.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,2048,27220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27221,0,0,0,0,0,24425,0,0,0,'Tormak the Scarred','Camp Oneqwah Chieftain','',0,75,75,2,1922,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27222,0,0,0,0,0,17610,13069,0,0,'Archery Target','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27223,0,0,0,0,0,17610,13069,0,0,'Archery Target','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27224,0,0,0,27220,0,24426,0,0,0,'Forgotten Knight','','',9544,71,72,2,1664,1,1,2.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,2048,27224,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27225,0,0,0,27220,0,24427,24430,0,0,'Forgotten Rifleman','','',9543,71,72,2,1664,1,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,6,2048,27225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27226,0,0,0,27220,0,24432,24433,24444,24445,'Forgotten Peasant','','',9541,71,71,2,1664,1,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,0,27226,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27227,0,0,0,0,0,24428,0,0,0,'Prospector Rokar','Explorers\' League','',0,75,75,2,35,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27228,30779,0,0,0,0,15554,0,0,0,'Jormungar Worm','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27229,0,0,0,27220,0,24431,0,0,0,'Forgotten Footman','','',9545,71,72,2,1664,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,2048,27229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37121,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27230,0,0,0,0,0,23951,0,0,0,'Silvercoat Stag','','',0,74,75,2,2000,0,0.8,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,27230,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27231,0,0,0,0,0,24106,0,0,0,'Clayton Dubin J','Assured Quality','',0,70,70,2,1990,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),
|
|
(27232,0,0,0,27203,0,24434,0,0,0,'Captain Shely','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37305,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27233,0,0,0,27203,0,24440,24441,24442,0,'Onslaught Deckhand','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27234,0,0,0,27203,0,24435,0,0,0,'Blacksmith Goodman','','',0,73,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27234,27234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,1885,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27235,0,0,0,27203,0,24439,0,0,0,'Lead Cannoneer Zierhut','','',0,73,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27235,27235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27236,0,0,0,27203,0,24436,0,0,0,'Stable Master Mercer','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,1855,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27237,0,0,0,27203,0,24437,0,0,0,'Commander Jordan','','',0,73,73,2,67,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,27237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,1973,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27238,0,0,0,27203,0,24438,0,0,0,'Foreman Kaleiki','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27239,0,0,0,0,0,2467,0,0,0,'Rogue Test Dummy','','',0,70,70,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.725,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27240,0,0,0,0,0,24447,0,0,0,'Forgotten Gryphon','','',0,71,72,2,1664,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27241,0,0,0,0,0,24446,0,0,0,'Risen Gryphon','','',0,71,72,2,1975,0,1,2.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27242,0,0,0,0,0,12824,0,0,0,'Guardian Spirit','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27243,0,0,0,0,0,24450,0,0,0,'High Executor Wroth','','',9540,80,80,2,1928,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27244,0,0,0,0,0,24453,0,0,0,'Emerald Skytalon','','',0,73,74,2,50,0,2,1.42857,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,26,0,0,0,0,287,426,63,1,1,27244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(27245,0,0,0,27203,0,24458,0,0,0,'High Abbot Landgren','','',9532,73,73,2,67,1,1,1.14286,1,1,270,395,0,143,4.6,2000,2000,8,33024,2048,0,0,0,0,0,0,255,380,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27246,0,0,0,27203,0,24459,0,0,0,'Bishop Street','','',0,72,72,2,67,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1118,1863,'SmartAI',0,3,1,1,1,1,0,37350,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27247,0,0,0,27203,0,24460,0,0,0,'Devout Bodyguard','','',0,72,72,2,67,0,1.7,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,270,401,53,7,0,27247,27247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3303,5505,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27248,0,0,0,0,0,24462,0,0,0,'Apothecary Vicky Levine','Royal Apothecary Society','',0,72,72,2,1928,2,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27249,0,0,0,0,0,24461,0,0,0,'Alystros the Verdant Keeper','','',0,74,74,2,50,0,2.8,2.57143,1,1,328,467,0,354,4.6,2000,2000,1,33088,2048,0,26,0,0,0,0,287,426,63,1,33,27249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,11.5,1,1,0,37880,0,0,0,0,0,214,1,0,0,'',12340),
|
|
(27250,0,0,0,0,0,24463,0,0,0,'Junior Apothecary Schlemiel','Royal Apothecary Society','',0,65,65,2,1928,0,1,1.14286,1,0,154,222,0,124,1,2000,2000,8,32768,2048,0,0,0,0,0,0,140,208,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27251,0,0,0,0,0,25533,25534,0,0,'Moa\'ki Fisherman','','',0,74,74,0,1950,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27252,0,0,0,0,0,24465,0,0,0,'Emerald Wisp','','',0,71,72,2,50,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27253,0,0,0,0,0,1126,17612,0,0,'Blighted Last Rites Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27254,0,0,0,0,0,24466,21773,24467,24468,'Emerald Lasher','','',0,73,74,2,50,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,4,256,27254,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37882,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(27255,0,0,0,0,0,24469,0,0,0,'Nishera the Garden Keeper','','',9486,74,74,2,2010,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,285,423,48,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27257,0,0,0,0,0,24470,0,0,0,'Scourge Plague Spreader (SMALL)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27258,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','vehichleCursor',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,48363,48397,54170,0,0,0,0,0,0,44,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27259,0,0,0,0,0,25944,25945,0,0,'Dragonflayer Flamebinder','','',0,73,74,2,1885,0,1,1.28571,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1,1,1,0,37229,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(27260,0,0,0,24231,0,24475,24476,24480,0,'Dragonflayer Huscarl','','',0,73,74,2,1885,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27260,0,0,0,0,0,0,0,0,0,0,0,0,52223,49807,0,0,0,0,1233,2055,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27261,0,0,0,0,0,24477,24478,0,0,'Emerald Seedling','','',0,71,72,2,2028,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27262,0,0,0,0,0,24479,0,0,0,'Windseer Grayhorn','','',9490,74,74,0,1979,3,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27263,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Heart Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27264,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Limb Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27265,0,0,0,0,0,20570,15880,0,0,'Vordrassil\'s Tears Credit','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27266,0,0,0,0,0,24481,0,0,0,'Sergeant Thurkin','','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27267,0,0,0,0,0,24482,0,0,0,'Quartermaster Bartlett','Blacksmithing Supplies','',9487,72,72,2,1928,4227,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27268,0,0,0,0,0,24483,0,0,0,'Risen Gryphon Rider','','',0,71,72,2,1975,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27270,0,0,0,0,0,24484,0,0,0,'Rotting Storm Giant','','',0,73,74,2,2042,0,1,0.992063,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,27270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27271,0,0,0,0,0,24485,0,0,0,'Initiate Knapp','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27272,0,0,0,0,0,24493,24494,24579,570,'Risen Villager','','',0,70,71,2,1975,0,0.777776,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,27272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27273,30771,0,0,0,0,11686,0,0,0,'Flame Brazier','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27274,0,0,0,0,0,24491,0,0,0,'Orsonn','Son of Ursoc','',9500,75,75,2,35,1,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27275,0,0,0,0,0,24490,0,0,0,'Kodian','Daughter of Ursoc','',9504,75,75,0,35,1,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27276,0,0,0,0,0,1141,1418,2176,0,'Let Them Not Rise! Rat','','',0,1,1,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27277,0,0,0,0,0,24492,0,0,0,'Master Woodsman Anderhol','','',9630,71,71,0,1973,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27278,0,0,0,26705,0,27173,27183,0,0,'Snowplain Zealot','','',0,72,73,2,16,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27278,27278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1109,1848,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27279,0,0,0,26705,0,27175,27181,0,0,'Snowplain Shaman','','',0,72,73,2,16,0,1,1.19048,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,1868,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27280,0,0,0,0,0,1126,17612,0,0,'Let Them Not Rise! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27281,30804,0,0,0,0,10702,0,0,0,'Ritual Channeler','','',0,81,81,2,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.644518,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ritual_channeler',12340),
|
|
(27282,0,0,0,0,0,8696,0,0,0,'Buried Prisoner','','',0,71,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27283,0,0,0,0,0,1245,0,0,0,'Risen Wintergarde Mage','','',0,71,72,2,1975,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,6,0,27283,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27284,0,0,0,0,0,24496,24498,0,0,'Risen Wintergarde Defender','','',0,71,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27285,0,0,0,0,0,17255,0,0,0,'Reconstructed Frost Wyrm','','',0,73,73,2,1975,0,1,2.85714,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,0,27285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,8,1,1,0,0,0,0,0,0,0,220,1,8388624,0,'',12340),
|
|
(27286,0,0,0,0,0,7848,533,0,0,'Dreadbone Invader','','',0,72,72,2,1975,0,0.888888,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27287,0,0,0,0,0,16175,0,0,0,'Mindless Wight','','',0,72,72,2,1975,0,0.8,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27288,0,0,0,0,0,14591,0,0,0,'Death Knight Champion','','',0,72,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27289,0,0,0,0,0,24500,0,0,0,'Naxxramas Necrolord','','',0,72,72,2,1975,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27289,27289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1078,1796,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27290,0,0,0,0,0,24493,24494,24998,24999,'Hungering Dead','','',0,70,71,2,974,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(27291,0,0,0,0,0,24501,0,0,0,'Initiate Mehrtens','Test Goods','',9488,72,72,2,2006,129,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27292,0,0,0,0,0,22657,0,0,0,'Flamebringer','','',9512,74,74,2,190,1,1.6,1.42857,1,1,328,467,0,354,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,48619,48620,52812,0,0,0,0,0,0,50,0,0,'SmartAI',0,4,1,2,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(27293,0,0,0,0,0,24502,24503,0,0,'Amberpine Woodsman','','',0,73,73,2,1973,0,1,1.14286,1,0,316,450,0,320,1,1500,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_amberpine_woodsman',12340),
|
|
(27294,0,0,0,0,0,10271,0,0,0,'Tundra Scavenger','','',0,72,73,2,2030,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,25,0,0,0,0,278,413,58,1,1,27294,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27295,0,0,0,0,0,24507,0,0,0,'Hierophant Thayreen','','',9631,74,74,0,1973,3,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27296,0,0,0,0,0,1126,17612,0,0,'Fresh Remounts Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27297,0,0,0,0,0,1060,17188,0,0,'Flamebringer\'s Chain','','',0,72,72,2,35,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27298,0,0,0,0,0,24487,0,0,0,'Apprentice Ranch','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27299,0,0,0,0,0,24486,0,0,0,'Initiate Greer','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27300,0,0,0,0,0,24488,0,0,0,'Initiate Vernon','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27301,0,0,0,0,0,24504,0,0,0,'Apprentice Trotter','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27302,0,0,0,0,0,24505,0,0,0,'Initiate Park','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27303,30780,0,0,0,0,11686,0,0,0,'King Bjorn','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),
|
|
(27304,30781,0,0,0,0,28085,0,0,0,'King Bjorn Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27305,0,0,0,0,0,24936,24937,0,0,'Argent Healer','','',0,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27306,0,0,0,0,0,1126,11686,0,0,'Transitus Shield Invisible Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27307,30782,0,0,0,0,11686,0,0,0,'King Haldor','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),
|
|
(27308,30784,0,0,0,0,11686,0,0,0,'King Ranulf','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),
|
|
(27309,30786,0,0,0,0,11686,0,0,0,'King Tor','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,33555200,2048,8,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,131,'',12340),
|
|
(27310,30783,0,0,0,0,28086,0,0,0,'King Haldor Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27311,30785,0,0,0,0,28087,0,0,0,'King Ranulf Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27312,30787,0,0,0,0,28088,0,0,0,'King Tor Visual','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27313,0,0,0,0,0,24531,0,0,0,'Ice Giant, Northrend','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),
|
|
(27314,0,0,0,0,0,24532,0,0,0,'Zelig the Visionary','','',0,74,74,2,2004,2,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27315,0,0,0,27341,0,24533,24557,24558,24559,'Helpless Wintergarde Villager','','',0,60,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27316,0,0,0,0,0,24534,0,0,0,'Inquisitor Hallard','7th Legion','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27317,0,0,0,0,0,24535,0,0,0,'Gryphon Commander Urik','7th Legion','',9570,75,75,2,2004,3,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27318,0,0,0,0,0,24536,0,0,0,'Cavalier Durkon','7th Legion','',9562,73,73,2,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27319,0,0,0,0,0,24537,0,0,0,'Yord \"Calamity\" Icebeard','7th Legion','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27320,0,0,0,0,0,24545,0,0,0,'Deathguard Molder','','',0,75,75,2,1928,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27321,0,0,0,0,0,11686,0,0,0,'Kodian Conversation Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27322,0,0,0,0,0,11686,0,0,0,'Orsonn Conversation Credit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27323,0,0,0,0,0,1126,17188,0,0,'Outhouse Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27324,0,0,0,0,0,25316,0,0,0,'Outhouse Invisible Man','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27326,0,0,0,0,0,16480,19595,0,0,'Outhouse Bunny - Grizzly','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_outhouse_bunny',12340),
|
|
(27327,30805,0,0,0,0,169,11686,0,0,'Ritual Target','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27328,0,0,0,0,0,24555,0,0,0,'Tur Ragepaw','','',9496,74,74,2,35,1,0.666667,1,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27329,0,0,0,0,0,10271,0,0,0,'Onslaught Bloodhound','','',0,71,72,2,16,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,25,0,0,0,0,270,401,53,1,1,27329,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13471,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27330,0,0,0,27875,0,24403,24400,0,0,'Onslaught Infantry','','',0,72,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1943,'',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27331,0,0,0,0,0,1126,17612,0,0,'Bombard the Ballistae Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27332,0,0,0,27875,0,24421,24422,24423,0,'Onslaught Scout','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1162,1936,'SmartAI',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27333,0,0,0,27875,0,24410,24411,0,0,'Onslaught Mason','','',0,72,73,2,67,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,27333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1953,'SmartAI',0,3,1,1,1,1,0,37931,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27334,0,0,0,27875,0,24556,0,0,0,'Onslaught Commander Iustus','','',0,74,74,2,67,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,7,0,27334,27334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1963,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27335,0,0,0,0,0,24579,24579,24996,24997,'Hungering Dead','','',0,70,71,2,1975,0,1,0.992063,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27336,0,0,0,27341,0,24560,24561,24562,24563,'Helpless Wintergarde Villager','','',0,62,68,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27337,0,0,0,0,0,24565,0,0,0,'Spy Mistress Repine','','',0,77,77,2,1928,2,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27338,0,0,0,0,0,22823,0,0,0,'Dan\'s Test Vehicle 2','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27339,30808,0,0,0,0,11686,0,0,0,'Spirit Fount','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,128,'',12340),
|
|
(27340,0,0,0,0,0,25376,0,0,0,'Bloodpaw Marauder','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,1538,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,1850,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27341,0,0,0,0,0,24560,24561,24562,24563,'Helpless Villager Proxy','','',0,60,70,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27342,0,0,0,0,0,25376,0,0,0,'Bloodpaw Warrior','','',0,71,72,2,16,0,0.666668,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,27342,27342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,1858,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27343,0,0,0,0,0,25381,0,0,0,'Bloodpaw Shaman','','',0,71,72,2,16,0,0.666668,0.99206,1,0,263,384,0,140,1,2000,2000,8,32768,2048,0,0,0,0,0,0,247,369,34,7,0,27343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1107,1845,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27344,0,0,0,0,0,24568,0,0,0,'Bat Handler Adeline','Bat Handler','',0,71,71,2,1928,8192,1,1.14286,1,1,299,426,0,308,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27345,0,0,0,27341,0,24570,24571,24572,24573,'Helpless Wintergarde Villager (Peasants)','','',0,60,70,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27346,0,0,0,0,0,24620,0,0,0,'Essence of Competition','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27347,0,0,0,0,0,24574,0,0,0,'Orik Trueheart','','',9542,75,75,2,2070,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27348,0,0,0,0,0,24575,0,0,0,'Tilda Darathan','','',0,74,74,2,2070,2,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27349,0,0,0,0,0,24401,0,0,0,'Scarlet Onslaught Prisoner','','',0,71,71,2,67,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27350,0,0,0,0,0,24576,0,0,0,'Agent Skully','Onslaught Caretaker','',9501,75,75,2,1928,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27351,0,0,0,0,0,24577,24578,0,0,'Argent Crusade Rifleman','','',0,73,74,2,2073,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27352,0,0,0,0,0,12191,0,0,0,'Levine Family Termite','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27353,0,0,0,0,0,1126,17612,0,0,'Levine Family Termite Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27354,0,0,0,0,0,26612,0,0,0,'Broken-down Shredder','','vehichleCursor',0,72,72,0,35,0,1,0.571429,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,48558,48604,48548,0,48610,0,0,0,0,49,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,84,0,0,0,'',12340),
|
|
(27355,0,0,0,0,0,24580,0,0,0,'Rothin the Decaying','Cult of the Damned','',0,75,75,2,2035,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,2147483648,2048,0,0,0,0,0,0,271,403,45,7,0,27355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1247,2079,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27356,0,0,0,0,0,24583,24581,0,0,'Burning Depths Necrolyte','Cult of the Damned','',0,73,74,2,2035,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,27356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,1951,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27357,0,0,0,0,0,24585,24586,0,0,'Onslaught Raven Archon','','',0,73,74,2,67,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,1968,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27358,0,0,0,0,0,24584,24582,0,0,'Burning Depths Necromancer','Cult of the Damned','',0,73,74,2,2035,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1240,2066,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27359,0,0,0,0,0,24610,24611,24612,24613,'Trapped Wintergarde Villager','','',0,68,70,1,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27360,0,0,0,0,0,9786,0,0,0,'Smoldering Skeleton','','',0,73,74,2,2035,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27360,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27361,0,0,0,0,0,24587,24588,24589,0,'Wintergarde Blacksmith','','',0,68,70,2,1892,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27362,0,0,0,0,0,21305,0,0,0,'Smoldering Construct','','',0,73,74,2,2035,0,1,1.19048,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27363,0,0,0,0,0,24590,0,0,0,'Smoldering Geist','','',0,73,74,2,2035,0,2.4,0.99206,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,27363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(27364,0,0,0,0,0,251,0,0,0,'Jimmy the Stable Boy','','',0,10,10,0,1892,0,1,1.14286,1,0,13,17,0,42,1,2000,2000,1,33024,2048,0,0,0,0,0,0,9,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27365,0,0,0,0,0,11686,0,0,0,'Stabled Horse','','',0,70,72,2,1892,0,1.2,1.38571,1,0,307,438,0,314,1,1300,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(27366,0,0,0,0,0,20570,17612,0,0,'Vordrassil Sapling Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27367,0,0,0,0,0,24591,0,0,0,'Onslaught Death Knight','','',0,73,74,2,67,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27368,0,0,0,0,0,14338,2404,2409,14582,'[DND] Stabled Pet Appearance','','',0,70,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27369,0,0,0,0,0,10811,13069,0,0,'Necromantic Rune Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27370,0,0,0,27359,0,24579,25286,0,0,'Vengeful Geist','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27371,0,0,0,0,0,24592,0,0,0,'Synipus','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27372,0,0,0,0,0,23964,0,0,0,'Ursoc Credit','','',0,75,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27373,0,0,0,0,0,24594,0,0,0,'Spirit of Ursoc','','',0,75,75,2,35,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27374,0,0,0,0,0,24593,0,0,0,'Unholy Archon','','',0,74,74,0,67,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27375,0,0,0,0,0,22712,17200,0,0,'Risen Gryphon Rider Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27376,0,0,0,0,0,24595,0,0,0,'Deathguard Schneider','','',9507,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27377,0,0,0,24231,0,24596,0,0,0,'Thane Torvald Eriksson','','',0,74,74,2,1885,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56843,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27378,0,0,0,0,0,24597,0,0,0,'Senior Scrivener Barriga','','',9508,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27379,0,0,0,0,0,24598,0,0,0,'Engineer Burke','','',9509,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27380,0,0,0,0,0,169,11686,0,0,'Wintergarde Inner Gate Attack Trigger','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27381,0,0,0,0,0,24599,0,0,0,'Chancellor Amai','','',9510,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27382,0,0,0,0,0,26381,0,0,0,'Deathbringer Revenant','','',0,72,73,2,834,0,1,0.59524,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,4,0,27382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27383,0,0,0,0,0,17252,0,0,0,'Thel\'zan the Duskbringer','','',0,73,73,2,1975,0,1,1.28571,1,1,313,448,0,302,7.5,2000,2000,2,33600,2048,0,0,0,0,0,0,276,411,44,6,0,27383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27384,0,0,0,0,0,17252,21342,0,0,'Thel\'zan the Duskbringer','','',0,73,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,15,1,0,0,0,0,0,0,0,133,1,0,128,'',12340),
|
|
(27385,0,0,0,0,0,24600,0,0,0,'Ronald Anderson','Stable Master','',9821,70,70,2,1892,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27386,30756,0,0,0,0,10771,0,0,0,'Avenging Spirit','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.238095,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(27387,0,0,0,0,0,24601,24602,0,0,'[DND] Valiance Keep Footman Spectator','','',0,69,69,2,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27388,0,0,0,0,0,24603,0,0,0,'Sergeant Nazgrim','','',9519,73,73,2,1981,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27389,31657,0,0,0,0,26350,0,0,0,'Dalronn the Controller','','',0,72,72,2,1885,0,1,1.42857,1,1,304,436,0,296,7.5,2400,0,2,33554432,2048,8,0,0,0,0,0,268,399,40,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_dalronn_the_controller',12340),
|
|
(27390,31680,0,0,0,0,24605,0,0,0,'Skarvald the Constructor','','',0,72,72,2,1885,0,1,1.14286,1,1,307,438,0,314,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,270,401,53,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_skarvald_the_constructor',12340),
|
|
(27391,0,0,0,0,0,24604,0,0,0,'Woodsman Drake','','',9520,73,73,2,1892,3,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27392,30757,0,0,0,0,169,11686,0,0,'Avenging Spirit Summoner','','',0,1,1,0,114,0,0.8,0.285714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,128,'',12340),
|
|
(27393,0,0,0,0,0,24606,24607,0,0,'Valiance Keep Fisherman','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27394,0,0,0,0,0,1126,17612,0,0,'Torture the Torturer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27395,0,0,0,0,0,24963,0,0,0,'Typhoon','','',0,50,50,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.25,1,1,0,0,0,0,0,0,0,56,1,0,0,'',12340),
|
|
(27396,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Shredder Delivery','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27397,0,0,0,0,0,24614,0,0,0,'Rocket Mount (Log Ride Test)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(27398,0,0,0,0,0,24615,0,0,0,'Gilbarta Grandhammer','Battleground Enthusiast','',9517,45,45,0,55,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27399,0,0,0,0,0,24616,0,0,0,'Muja','Battleground Enthusiast','',0,1,1,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27400,0,0,0,0,0,4158,0,0,0,'Forsaken Prisoner','','',0,71,72,2,1735,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,536904448,2048,32,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27401,0,0,0,0,0,24617,24618,24619,0,'Risen Wintergarde Miner','','',0,71,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37411,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27402,0,0,0,0,0,10811,13069,0,0,'Bone Target Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27403,0,0,0,0,0,22712,17200,0,0,'Strange Ore Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27404,31682,0,0,0,0,11686,0,0,0,'Utgarde Duo Trigger','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27405,0,0,0,27203,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,2033,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27406,0,0,0,27203,0,24404,24405,24401,24402,'Onslaught Footman','','',0,71,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27407,0,0,0,0,0,24629,0,0,0,'Pet Toy - Fetch Ball','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_fetch_ball',12340),
|
|
(27408,0,0,0,0,0,22042,0,0,0,'Duskhowl Prowler','','',0,72,73,2,1953,0,1.2,0.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,1,0,0,0,0,278,413,58,1,1,27408,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,36819,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27409,0,0,0,0,0,24628,0,0,0,'Ducal\'s Horse','','vehichleCursor',0,74,74,2,35,16777216,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,48677,48768,48783,0,0,0,0,0,0,51,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27410,0,0,0,0,0,24623,0,0,0,'Scourge Siegesmith','','',0,72,72,2,1975,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37248,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27411,0,0,0,0,0,24302,0,0,0,'Freed Alliance Scout','','',0,74,74,2,1891,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27412,0,0,0,0,0,24624,0,0,0,'Slinkin the Demo-gnome','7th Legion','',0,73,73,2,1892,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,278,413,58,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27413,0,0,0,0,0,16480,19595,0,0,'Log Ride Bunny - Alliance','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27414,0,0,0,0,0,24625,0,0,0,'Gordun','','',21251,72,72,2,1892,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27416,0,0,0,0,0,24626,0,0,0,'Pipthwack','','',0,72,72,2,1892,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,27416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1955,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27417,0,0,0,0,0,26787,26788,0,0,'Silverbrook Worgen','','',0,73,74,2,2039,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(27418,0,0,0,0,0,10811,13069,0,0,'Rothin\'s Spell Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27419,0,0,0,0,0,1126,17612,0,0,'The Perfect Dissemblance Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27420,0,0,0,0,0,10811,13069,0,0,'Rothin\'s Necromantic Rune Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27421,0,0,0,0,0,24630,0,0,0,'Fern Feeder Moth','','',0,73,73,2,188,0,1,0.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,37,0,0,0,0,278,413,58,1,1,27421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13100,0,0,0,'',0,3,1,1,1,1,0,37662,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27422,0,0,0,0,0,24631,0,0,0,'Lurz','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27423,0,0,0,0,0,24632,0,0,0,'Grekk','','',0,70,70,2,1981,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27424,0,0,0,27124,0,24303,24305,24306,24308,'Conquest Hold Marauder','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1236,2060,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27425,0,0,0,0,0,24633,0,0,0,'Darrok','','',9528,70,70,1,1981,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27426,0,0,0,0,0,1126,17612,0,0,'Commander Jordan Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27427,0,0,0,0,0,1126,17612,0,0,'Lead Cannoneer Zierhut Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27428,0,0,0,0,0,1126,17612,0,0,'Blacksmith Goodman Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27429,0,0,0,0,0,1126,17612,0,0,'Stable Master Mercer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27430,0,0,0,0,0,25167,0,0,0,'Destructive Ward','','',0,73,73,2,2036,0,1,1,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27431,31338,0,0,0,0,27075,27076,0,0,'Drakkari Commander','','',0,75,75,2,14,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,0,27431,27431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4473,7455,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27432,0,0,0,0,0,23037,23038,23039,0,'Warsong Hold Peon','','',0,64,65,1,1981,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27433,0,0,0,0,0,24635,0,0,0,'Quarterflash\'s Homing Bot','','',0,1,1,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27434,0,0,0,0,0,664,0,0,0,'Winterfin First Responder','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27435,0,0,0,0,0,6271,0,0,0,'Wintergarde Mine Bomb','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27436,0,0,0,0,0,169,11686,0,0,'Upper Wintergarde Mine Shaft','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27437,0,0,0,0,0,169,11686,0,0,'Lower Wintergarde Mine Shaft','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27438,0,0,0,0,0,24637,0,0,0,'Rainbow Trout','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27439,0,0,0,27203,0,24458,0,0,0,'High Abbot Landgren','','',0,74,74,2,35,0,2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(27440,0,0,0,0,0,24638,0,0,0,'Argah','','',0,69,69,2,1981,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27441,0,0,0,0,0,24639,0,0,0,'Sagai','','',0,69,69,2,1981,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27442,0,0,0,0,0,24398,0,0,0,'Scarlet Raven Priest Image - Female Transform','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27443,0,0,0,0,0,24399,0,0,0,'Scarlet Raven Priest Image - Male Transform','','',0,71,72,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27444,0,0,0,0,0,1126,17612,0,0,'A Fall from Grace High Abbot Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27445,0,0,0,0,0,17612,0,0,0,'A Fall from Grace Bell Rung Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27446,0,0,0,0,0,16480,21342,0,0,'High Abbot Landgren\'s Jump Vehicle','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27447,31559,0,0,0,0,27033,0,0,0,'Varos Cloudstrider','Azure-Lord of the Blue Dragonflight','',0,81,81,2,14,0,1,1.42857,1,1,464,604,0,708,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,104,27447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_varos',12340),
|
|
(27448,0,0,0,0,0,169,11686,0,0,'Serinar\'s Presence','','',0,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27449,0,0,0,0,0,1126,11686,0,0,'Neltharion\'s Flame Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27450,0,0,0,0,0,10811,13069,0,0,'Neltharion\'s Flame Control Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27451,0,0,0,0,0,24640,0,0,0,'Commander Bargok','','',0,70,70,2,1981,2,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27452,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Grizzly Hills','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27453,0,0,0,0,0,16480,19595,0,0,'Blue Sky Kill Credit Bunny - Grizzly Hills','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27454,0,0,0,0,0,22712,17200,0,0,'Zelig Spell Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27455,0,0,0,0,0,24641,0,0,0,'Prince Arthas','','',0,70,70,2,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27456,0,0,0,27453,0,24642,24643,24644,24645,'Conquest Hold Skirmisher','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27457,0,0,0,0,0,24646,24647,24648,24649,'Skirmisher Corpse','','',0,73,74,0,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,537133824,2048,32,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27458,0,0,0,0,0,16633,0,0,0,'Flora','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27459,0,0,0,0,0,328,0,0,0,'Thudder','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27460,0,0,0,0,0,347,0,0,0,'Mother of Bambina','','',0,5,5,0,2038,0,1,0.85714,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27461,0,0,0,0,0,654,0,0,0,'Bambina','','',0,1,1,0,2038,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27462,0,0,0,0,0,24650,0,0,0,'Westfall Brigade Hunter','','',0,71,71,2,2037,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27463,0,0,0,27453,0,24642,24643,24644,24645,'Wounded Skirmisher','','',0,73,74,2,1981,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wounded_skirmisher',12340),
|
|
(27464,0,0,0,0,0,24651,0,0,0,'Aumana','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27465,0,0,0,0,0,24653,0,0,0,'Forgotten Soul','','',0,71,71,2,35,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27466,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Wounded Skirmishers','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27467,0,0,0,0,0,24502,24503,0,0,'Amberpine Hunter','','',0,71,71,0,2004,0,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27468,0,0,0,0,0,24655,0,0,0,'Sergeant Hartsman','','',0,71,71,2,1892,2,1,1.38571,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27469,0,0,0,0,0,24670,0,0,0,'Ivan','','',0,73,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27470,0,0,0,27124,0,24303,24305,24306,24308,'Conquest Hold Grunt','','',0,73,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1652,1652,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27471,0,0,0,0,0,11686,0,0,0,'Forgotten Rifleman Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27472,0,0,0,0,0,11686,0,0,0,'Forgotten Peasant Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27473,0,0,0,0,0,11686,0,0,0,'Forgotten Knight Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27474,0,0,0,0,0,11686,0,0,0,'Captain Luc D\'Merud Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27475,0,0,0,27453,0,24657,24656,24658,0,'Westfall Brigade Infantry','','',0,71,71,2,2143,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27476,0,0,0,0,0,24659,0,0,0,'Captain Luc Valonforth','','',0,73,73,2,35,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27477,0,0,0,0,0,22395,0,0,0,'Caden Barleybrew','Brew of the Month Club','',0,50,50,0,774,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27478,0,0,0,0,0,22397,0,0,0,'Larkin Thunderbrew','Brew of the Month Club','',9548,50,50,0,774,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27479,0,0,0,0,0,23812,23813,23814,0,'Slain Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27480,0,0,0,0,0,24660,0,0,0,'Muradin','','',0,70,70,2,35,0,1,1.14286,1,3,252,357,0,304,35,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27481,0,0,0,27453,0,24661,24662,24663,0,'Westfall Infantry Corpse','','',0,71,71,2,1891,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,537133824,2048,32,0,0,0,0,0,260,387,37,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27482,0,0,0,27453,0,24657,24656,24658,0,'Wounded Westfall Infantry','','',0,73,74,2,1892,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27483,31349,0,0,0,0,5240,0,0,0,'King Dred','','',0,76,76,2,16,0,1,1,1,1,356,503,0,432,13,2000,2000,1,64,2048,0,39,0,0,0,0,305,452,74,1,65609,27483,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_dred',1),
|
|
(27484,0,0,0,0,0,24664,0,0,0,'Rheanna','','',0,71,71,2,1892,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27485,0,0,0,0,0,347,0,0,0,'Vengeful Bambina','','',0,71,71,2,2038,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27486,0,0,0,0,0,24669,0,0,0,'Sergei','','',0,73,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27487,0,0,0,0,0,22397,0,0,0,'Brew of the Month Club','Brew Vendor','',0,45,45,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27488,0,0,0,0,0,22491,0,0,0,'Lohger','Brew of the Month Club','',0,50,50,0,775,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27489,0,0,0,0,0,22493,0,0,0,'Ray\'ma','Brew of the Month Club','',9554,50,50,0,775,131,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27490,0,0,0,0,0,7897,0,0,0,'Cosmetic Drakkari Bat [PH]','','',0,74,74,2,35,0,1,1,1,0,328,467,0,354,1,2000,2000,1,33554432,2048,0,24,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(27491,0,0,0,0,0,24665,0,0,0,'Gryphon Taxi (Howling Fjord -> Dragonblight - DND)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27492,0,0,0,0,0,24667,0,0,0,'Alliance Emissary','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27493,0,0,0,27124,0,24679,0,0,0,'Sergeant Bonesnap','','',0,74,74,2,1314,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1237,2061,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27494,0,0,0,0,0,26870,0,0,0,'Mystic Tomkin','','',0,73,73,0,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27495,0,0,0,0,0,24666,0,0,0,'Barblefink','','',9550,72,72,2,1892,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27496,0,0,0,0,0,26612,0,0,0,'Refurbished Shredder','','vehichleCursor',0,72,72,0,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,4,0,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,129,0,0,0,'',12340),
|
|
(27497,0,0,0,0,0,24668,0,0,0,'Captured Trapper','','',0,74,74,0,35,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27499,0,0,0,0,0,24302,0,0,0,'Caged Prisoner','','',0,74,74,2,1891,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27500,0,0,0,28190,0,24675,24676,24677,24678,'Conquest Hold Berserker','','',0,73,74,2,1979,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27501,0,0,0,28190,0,24671,24672,24673,24674,'Westfall Brigade Marine','','',0,73,73,2,2143,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27504,0,0,0,0,0,7862,7861,7860,7859,'Northrend Gryphon Rider','','',0,70,70,1,231,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(27505,0,0,0,0,0,17166,0,0,0,'Raised Gryphon','','',0,70,70,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,8388624,0,'',12340),
|
|
(27506,0,0,0,0,0,24680,0,0,0,'Ceristrasz','','',0,75,75,2,2010,2,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27507,0,0,0,0,0,24684,0,0,0,'Unu\'pe Vision - Blue Dragon (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27508,0,0,0,0,0,23276,0,0,0,'Necrolord Amarion','','',0,72,72,2,1975,0,1,1.28571,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,27508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1128,1880,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(27509,0,0,0,0,0,24681,0,0,0,'Captain Brightwater','','',0,74,74,2,1891,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27510,0,0,0,0,0,24682,0,0,0,'Shadow of Thel\'zan the Duskbringer','','',0,73,73,2,1975,0,1,1.28571,1,1,316,450,0,320,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,15,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27511,0,0,0,0,0,24683,0,0,0,'Captain Zorna','','',0,74,74,2,1979,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27512,0,0,0,0,0,24690,0,0,0,'Unu\'pe Vision - Tuskarr (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27513,0,0,0,0,0,25286,0,0,0,'Covetous Geist','','',0,71,72,2,1975,0,1,1,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,113,1,8388624,0,'',12340),
|
|
(27514,0,0,0,0,0,24686,0,0,0,'Unu\'pe Vision - Vrykul (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27515,0,0,0,0,0,24689,0,0,0,'Unu\'pe Vision - Gorloc (DND)','','',0,73,73,0,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27516,0,0,0,0,0,2402,2405,2408,2410,'Fordragon Stallion','','',0,70,70,0,2053,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27517,0,0,0,0,0,20741,20742,20740,0,'Wounded Fordragon Soldier','','',0,57,58,0,2053,0,1,1.14286,1,0,100,132,0,242,1,2000,2000,1,768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27518,0,0,0,0,0,24361,24541,24543,24542,'Fordragon Footman','','',0,78,78,2,2053,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27519,0,0,0,0,0,310,0,0,0,'Fordragon Carpenter','','',0,69,70,1,2053,0,0.666668,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27520,0,0,0,0,0,24687,0,0,0,'Baron Freeman','Westfall Brigade','',0,74,74,2,1892,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27521,0,0,0,0,0,24732,24738,24739,24740,'Fordragon Gryphon Rider','','',0,70,70,2,2053,0,2,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(27522,0,0,0,0,0,1141,1418,2176,0,'Inn Rat','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27523,0,0,0,0,0,22501,0,0,0,'Grizzlesnout','','',0,73,73,2,1953,0,1.2,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,1,0,0,0,0,278,413,58,1,1,27523,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27526,0,0,0,0,0,24688,0,0,0,'White Armored Gryphon','','',0,70,70,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27527,0,0,0,0,0,24106,24119,0,0,'Clayton Dubin - TEST COPY DATA','Quality Assured','Attack',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.10509,5.16957,1,0,0,0,0,0,0,0,115,1,0,0,'',12340),
|
|
(27529,0,0,0,0,0,23980,11686,0,0,'Unu\'pe Vision - Smoke Target (DND)','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27530,0,0,0,0,0,24137,0,0,0,'Ruby Keeper','','',0,74,75,2,2041,0,2.8,2.57143,1,1,342,485,0,392,4.6,2000,2000,1,537133056,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,10,10,1,1,0,0,0,0,0,0,0,214,1,0,0,'',12340),
|
|
(27531,0,0,0,0,0,12818,0,0,0,'Frigid Abomination Attacker','','',0,73,74,2,2043,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,40504,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_heated_battle',12340),
|
|
(27532,0,0,0,0,0,24691,0,0,0,'General Khazgar','','',0,74,74,2,1981,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27533,0,0,0,0,0,24590,0,0,0,'Frigid Geist','','',0,72,73,2,2042,0,2.4,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27533,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(27534,0,0,0,0,0,24993,0,0,0,'Frigid Ghoul','','',0,71,72,2,2042,0,0.8,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27535,0,0,0,0,0,24539,24538,24362,24540,'Fordragon Knight','','',0,79,79,2,2053,0,1,1.71429,1,1,404,564,0,582,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,334,494,95,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(27536,0,0,0,0,0,310,0,0,0,'Fordragon Peasant','','',0,69,70,1,2053,0,0.666668,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27537,0,0,0,0,0,89,0,0,0,'Fordragon Lumberjack','','',0,69,70,1,2053,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27538,0,0,0,0,0,24695,0,0,0,'Fordragon Mason','','',0,69,70,1,2053,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27539,0,0,0,0,0,24692,24694,0,0,'Frigid Necromancer','Cult of the Damned','',0,73,74,2,2042,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,27539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1236,2060,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27540,0,0,0,0,0,24967,24968,0,0,'Fordragon Marksman','','',0,77,78,2,2053,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27541,0,0,0,0,0,24693,0,0,0,'Swift Zhevra','','',0,20,21,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27542,0,0,0,0,0,6371,0,0,0,'Ruby Watcher','','',0,73,74,2,2041,0,4,2.57143,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),
|
|
(27543,0,0,0,0,0,3943,0,0,0,'Fordragon Medic','','',0,20,20,0,2053,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,32768,2048,0,0,0,0,0,0,20,30,4,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27544,0,0,0,0,0,24696,0,0,0,'Stormwind Captain','','',0,73,73,2,2053,2,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,10,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27545,0,0,0,0,0,24697,0,0,0,'Katja','','',0,74,74,2,2032,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,27545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1027,1711,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27546,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Hunter','','',0,73,74,2,16,0,1,1.14286,1,0,325,464,0,334,1,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,0,27546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27547,0,0,0,0,0,23825,0,0,0,'Vladek','Wolfcult Initiate','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1238,2063,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27548,0,0,0,0,0,24698,24978,0,0,'Penguin, Northrend','','',0,70,70,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27549,0,0,0,28190,0,25948,25949,25950,25951,'Westfall Brigade Elite','','',0,76,76,2,2143,0,1,1.38571,1,1,352,499,0,408,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27550,0,0,0,28190,0,24073,24074,24075,24076,'Conquest Hold Champion','','',0,76,76,2,1979,0,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27551,0,0,0,0,0,24699,0,0,0,'Enraged Apparition','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27552,0,0,0,0,0,10256,1202,2676,4631,'Reanimated Noble','','',0,71,72,2,1988,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,27552,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27553,0,0,0,0,0,23864,23865,23866,23867,'Kor\'kron Vanguard','','',0,73,75,2,2054,0,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27554,0,0,0,0,0,24416,24443,24418,0,'Injured Drakkari Refugee','','',0,74,74,2,1693,0,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27554,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1234,2056,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27555,0,0,0,0,0,24443,0,0,0,'Drakkari Witch Doctor','','',0,73,73,2,37,0,1,1.14286,1,0,313,448,0,302,1,1500,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1964,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27556,0,0,0,0,0,646,25000,10630,25001,'Mindless Ghoul','','',0,69,70,1,1988,0,0.8,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(27557,0,0,0,0,0,24700,0,0,0,'Warsong Elite','','',0,78,78,2,2054,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27558,0,0,0,0,0,17338,0,0,0,'Warsong Peon','','',0,69,70,2,2054,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,262144,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27559,0,0,0,0,0,23911,0,0,0,'Kor\'kron Windrager','','',0,75,75,2,2054,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27560,0,0,0,0,0,24091,24092,24093,0,'Darkspear Spear Thrower','','',0,73,74,2,2054,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27561,0,0,0,0,0,24099,24100,0,0,'Undead Miner Credit','','',0,1,1,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27562,0,0,0,0,0,24657,0,0,0,'Lieutenant Stuart','Westfall Brigade','',0,74,74,2,1892,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27563,0,0,0,0,0,23865,0,0,0,'Centurion Kaggrum','','',0,74,74,2,1981,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27564,0,0,0,0,0,24701,24702,24771,24772,'Alliance Conscript','','',0,73,74,2,2044,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27565,0,0,0,0,0,24703,0,0,0,'Gurtor','','',9590,70,70,2,1981,3,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27566,0,0,0,0,0,25529,25530,25531,0,'Unu\'pe Villager','','',0,73,73,0,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27567,0,0,0,0,0,24704,0,0,0,'Captain Iskandar','','',0,74,74,2,2044,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27568,0,0,0,0,0,1060,17612,0,0,'Venture Co. Stables','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27569,0,0,0,0,0,23980,11686,0,0,'Unu\'pe Vision - Villager Bunny (DND)','','',0,73,73,2,1950,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27570,0,0,0,0,0,7196,16952,3921,5832,'Venture Co. Straggler','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,27570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,1969,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_venture_co_straggler',12340),
|
|
(27571,0,0,0,0,0,24970,24971,0,0,'Taunka Windfury','','',0,75,76,2,2054,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27572,0,0,0,0,0,10811,13069,0,0,'Ruby Controller Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27573,0,0,0,0,0,24973,24974,0,0,'Taunka Huntsman','','',0,75,76,2,2054,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27574,0,0,0,0,0,14578,0,0,0,'War Kodo','','',0,71,74,0,1981,0,1,1.38571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27575,0,0,0,0,0,24706,0,0,0,'Lord Afrasastrasz','Commander of Wyrmrest Temple Defenses','',9563,80,80,2,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_taxi',12340),
|
|
(27576,0,0,0,0,0,24363,24546,24547,24548,'Fordragon Sentinel','','',0,74,75,2,2053,0,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27577,0,0,0,0,0,24994,0,0,0,'Mayor Godfrey','','',0,71,71,2,974,2,0.8,0.99206,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27578,0,0,0,0,0,24708,0,0,0,'Goremaw','','',0,75,75,2,1953,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,1,0,0,0,0,295,438,68,1,1,27578,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27579,0,0,0,0,0,23825,0,0,0,'Varlam','Hand of Arugal','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,2048,27579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3890,6484,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27580,0,0,0,0,0,26793,0,0,0,'Selas','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,295,438,68,7,0,27580,27580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1231,2051,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27581,0,0,0,0,0,24709,0,0,0,'Ruuna the Blind','','',0,74,74,0,35,2,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27582,0,0,0,0,0,23031,0,0,0,'Private Arun','','',0,73,73,2,1973,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27583,0,0,0,0,0,169,11686,0,0,'Novos Summon Target','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27584,0,0,0,0,0,21848,0,0,0,'Darna Honeybock','Brewfest Agent','',0,70,70,0,774,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27585,0,0,0,0,0,21850,0,0,0,'Rizzy Fizzstout','Brewfest Agent','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27586,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Normal','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27587,0,0,0,0,0,24240,25341,0,0,'Alliance Steam Tank','','vehichleCursor',0,70,70,2,1892,16777216,1,2,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,49315,49333,49109,49081,0,0,0,0,0,56,0,0,'SmartAI',0,3,1,6,5,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(27588,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Elite','','',0,73,73,2,1974,0,1,1.14286,1,1,316,450,0,320,4.6,2000,2000,1,33040,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27589,0,0,0,0,0,1126,11686,0,0,'Ruby Strafe Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27590,0,0,0,0,0,9784,0,0,0,'QA Test Dummy 80 No Armor','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27591,0,0,0,0,0,9784,0,0,0,'QA Test Dummy 83 No Armor','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27592,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 83 Normal','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27593,0,0,0,0,0,26611,0,0,0,'Rocket Propelled Warhead','','vehichleCursor',0,72,72,0,35,16777216,12,4.28571,1,0,307,438,0,314,1,2000,2000,1,16384,2048,0,0,0,0,0,0,270,401,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,265,0,0,0,'npc_riding_the_red_rocket',12340),
|
|
(27595,0,0,0,0,0,9785,0,0,0,'QA Test Dummy 80 High Magic Resist','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27596,0,0,0,0,0,9785,0,0,0,'QA Test Dummy 83 High Magic Resist','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27597,31348,0,0,0,0,22337,0,0,0,'Hulking Corpse','','',0,74,74,2,16,0,1,1,1,1,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',1),
|
|
(27598,31873,0,0,0,0,10978,10972,0,0,'Fetid Troll Corpse','','',0,74,74,2,16,0,1,1,1,0,464,604,0,708,2,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,73,1,0,0,'',1),
|
|
(27599,0,0,0,0,0,9786,0,0,0,'QA Test Dummy 80 Fixed Damage','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27600,31356,0,0,0,0,2606,0,0,0,'Risen Shadowcaster','','',0,74,74,2,16,0,1,1,1,0,464,604,0,708,2,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(27601,0,0,0,0,0,9786,0,0,0,'QA Test Dummy 83 Fixed Damage','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27602,0,0,0,0,0,21810,0,0,0,'Sergeant Downey','Westfall Brigade','',0,73,73,2,1892,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27603,0,0,0,0,0,23181,0,0,0,'Angrathar Necrolord','Cult of the Damned','',0,75,76,2,2042,0,1,1.14286,1,1,300,436,0,193,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27604,0,0,0,0,0,11402,0,0,0,'Frail Construct','','',0,71,71,2,2042,0,1,1.14286,1,5,299,426,0,308,1,5000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(27605,0,0,0,0,0,24711,0,0,0,'Colossal Abomination','','',0,76,78,2,2042,0,2,1.71429,1,1,383,539,0,500,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,321,477,68,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,'AgressorAI',0,3,1,75,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(27606,0,0,0,0,0,23123,0,0,0,'Stone Guard Ragetotem','','',0,73,73,2,1981,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27607,0,0,0,0,0,24712,0,0,0,'Plague Wagon','','',0,70,70,2,974,0,1,1,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27608,0,0,0,0,0,24140,24175,24176,0,'Azure Dragon','','',0,73,74,2,16,0,2.8,2.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,15,9,1,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),
|
|
(27609,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Spell Spammer','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27610,0,0,0,0,0,15903,0,0,0,'Dead Caribou','','',0,69,70,2,188,0,1,1.28968,1,0,252,357,0,304,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27611,0,0,0,0,0,22181,0,0,0,'Plague Eruptor','','',0,75,78,2,2042,0,1,1.28968,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27613,0,0,0,0,0,27230,24443,24418,24416,'Slaughtered Drakkari','','',0,72,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,536903936,2048,32,0,0,0,0,0,278,413,58,7,1024,27613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,1970,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27614,0,0,0,0,0,23277,0,0,0,'Jintha\'kalar Necromancer','','',0,73,74,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,27614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27615,0,0,0,0,0,23277,0,0,0,'Scourge Deathspeaker','','',0,72,73,2,21,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1890,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27616,0,0,0,0,0,26209,0,0,0,'Prince Atherann','The San\'layn','',0,72,73,2,974,0,1,1.14286,1,1,316,450,0,320,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27617,0,0,0,0,0,2602,0,0,0,'River Thresher','','',0,74,74,2,14,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,1,0,27617,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27618,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27619,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,2,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27620,0,0,0,0,0,24228,0,0,0,'Shade of Arugal','','',0,75,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,2,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27622,0,0,0,0,0,16480,21072,0,0,'Arugal Rotation Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27623,0,0,0,0,0,25932,0,0,0,'Image of the Lich King','','',0,83,83,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27624,0,0,0,0,0,26210,0,0,0,'Prince Theraldis','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27625,0,0,0,0,0,24712,0,0,0,'Plague Wagon Credit','','',0,70,70,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27626,0,0,0,0,0,25030,0,0,0,'Tatjana\'s Horse','','vehichleCursor',0,74,74,2,16,0,1,1.28571,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27627,0,0,0,0,0,24715,0,0,0,'Tatjana','Wolfcult Initiate','',0,74,74,2,16,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1265,2109,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27628,0,0,0,0,0,24716,0,0,0,'Bubb Lazarr','','',9564,73,73,0,35,1,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27629,0,0,0,0,0,25710,0,0,0,'Wyrmrest Defender','','',9568,75,75,2,2067,1,2.8,3.5,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,49161,49243,49263,49264,49367,0,0,0,0,60,0,0,'SmartAI',0,5,4,13,10,1,0,0,0,0,0,0,0,193,1,0,0,'',12340),
|
|
(27630,0,0,0,0,0,17308,0,0,0,'[UNUSED] Wrath Gate Crypt Fiend','','',0,78,78,1,2043,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(27631,0,0,0,0,0,571,0,0,0,'Angrathar Aberration','','',0,76,77,2,2042,0,1.2,1.42857,1.2,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(27632,0,0,0,0,0,24715,0,0,0,'Tatjana (Unconscious)','Wolfcult Initiate','',0,74,74,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27633,30901,0,0,0,0,25195,0,0,0,'Azure Inquisitor','','',0,79,79,2,16,0,0.888888,0.992063,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,2,8,27633,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27634,30815,0,0,0,0,11418,0,0,0,'Wolf Spirit Visual (Ymirjar Dusk Shaman)','','',0,1,1,0,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27635,30904,0,0,0,0,25250,0,0,0,'Azure Spellbinder','','',0,79,79,2,16,0,0.888888,1.14286,1.08,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,2,8,27635,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27636,30902,0,0,0,0,26088,0,0,0,'Azure Ley-Whelp','','',0,79,79,2,16,0,1.11111,1.14286,1,0,404,564,0,582,1,2400,0,1,32768,2048,8,0,0,0,0,0,334,494,95,2,8,27636,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27637,0,0,0,0,0,24725,0,0,0,'Vengeful Nether Drake','','',0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27638,30903,0,0,0,0,28080,0,0,0,'Azure Ring Guardian','','',0,79,79,2,16,0,2,3,1,1,399,559,0,550,7.5,2400,0,2,32768,2048,8,0,0,0,0,0,331,491,74,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,9.52381,5,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(27639,30916,0,0,0,0,25305,25306,25307,0,'Ring-Lord Sorceress','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27639,27639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5030,8383,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27640,30915,0,0,0,0,25302,25303,25304,0,'Ring-Lord Conjurer','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27640,27640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5016,8360,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27641,30905,0,0,0,0,24943,0,0,0,'Centrifuge Construct','','',0,79,79,2,16,0,1,1.14286,1.24,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,9,32776,27641,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),
|
|
(27642,30909,0,0,0,0,25145,0,0,0,'Phantasmal Mammoth','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,9,0,0,0,0,0,334,494,95,1,8,27642,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27643,0,0,0,0,0,24726,24727,24728,24729,'Temple Caller','','',0,73,74,2,2010,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27644,30914,0,0,0,0,25153,0,0,0,'Phantasmal Wolf','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2000,0,1,32832,2048,9,0,0,0,0,0,334,494,95,1,8,27644,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27645,30907,0,0,0,0,25147,0,0,0,'Phantasmal Cloudscraper','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,1,8,27645,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27646,0,0,0,0,0,252,0,0,0,'Anya','','',0,12,12,0,35,2,1,1.14286,1,0,17,22,0,46,1,1500,2000,1,512,2048,0,0,0,0,0,0,11,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27647,30912,0,0,0,0,25151,0,0,0,'Phantasmal Ogre','','',0,79,79,2,16,0,1,1.14286,1,1,399,559,0,550,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,331,491,74,7,8,27647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27648,30911,0,0,0,0,25150,0,0,0,'Phantasmal Naga','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,64,2048,8,0,0,0,0,0,334,494,95,7,8,27648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27649,30910,0,0,0,0,25149,0,0,0,'Phantasmal Murloc','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2000,0,1,64,2048,8,0,0,0,0,0,334,494,95,7,8,27649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27650,30906,0,0,0,0,25146,0,0,0,'Phantasmal Air','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,4,8,27650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27651,30908,0,0,0,0,25148,0,0,0,'Phantasmal Fire','','',0,79,79,2,16,0,1,1.14286,1,1,404,564,0,582,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,334,494,95,4,8,27651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27653,30913,0,0,0,0,25152,0,0,0,'Phantasmal Water','','',0,79,79,2,16,0,1,1.28968,1,1,399,559,0,550,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,331,491,74,4,8,27653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27654,31558,0,0,0,0,27032,0,0,0,'Drakos the Interrogator','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,104,27654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_drakos',12340),
|
|
(27655,31560,0,0,0,0,25010,0,0,0,'Mage-Lord Urom','','',0,81,81,2,16,0,1,1.42857,1,1,425,602,0,670,7.5,2400,0,2,32768,2048,8,0,0,0,0,0,351,511,86,7,104,27655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5707,9511,'',0,3,1,25,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_urom',12340),
|
|
(27656,31561,0,0,0,0,27034,0,0,0,'Ley-Guardian Eregos','','',0,81,81,2,16,0,1.6,3,1.25,1,425,602,0,670,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,351,511,86,2,96,27656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,230,20,1,0,0,0,0,0,0,0,212,1,650854271,2097152,'boss_eregos',12340),
|
|
(27657,0,0,0,0,0,24742,0,0,0,'Verdisa','','',0,80,80,2,35,1,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),
|
|
(27658,0,0,0,0,0,24759,0,0,0,'Belgaristrasz','','',0,80,80,2,35,3,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),
|
|
(27659,0,0,0,0,0,24746,0,0,0,'Eternos','','',0,80,80,2,35,1,1,1.42857,1,1,422,586,0,642,7.5,2400,0,1,163842,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,2,'npc_oculus_drakegiver',12340),
|
|
(27660,0,0,0,0,0,16480,19595,0,0,'Kill Credit Bunny - Venture Bay 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27661,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','vehichleCursor',0,75,75,1,2004,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27662,0,0,0,0,0,24732,24738,24739,24740,'Wintergarde Gryphon Rider','7th Legion','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27663,0,0,0,0,0,16480,23489,0,0,'Warhead Explosion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27664,0,0,0,0,0,25332,0,0,0,'Crashin\' Thrashin\' Racer','','',0,60,60,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,49297,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27665,0,0,0,0,0,23864,23865,23866,23867,'Kor\'kron Pillager','','',0,73,75,2,2054,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27666,0,0,0,0,0,24731,0,0,0,'Ontuvo','Jewelcrafting Supplies','',0,70,70,1,1960,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27667,0,0,0,0,0,24730,0,0,0,'Anwehu','Weapons & Armorsmith','',0,70,70,1,1960,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27668,0,0,0,0,0,24735,0,0,0,'Ontok Shatterhorn','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27669,0,0,0,0,0,169,15880,0,0,'Novos Spell Dummy','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27671,0,0,0,0,0,24688,0,0,0,'Fordragon Armored Gryphon','','',0,70,70,1,2053,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27673,0,0,0,0,0,24543,24361,24539,7859,'Fordragon Stormtrooper','','',0,70,70,2,2044,0,1,1.14286,1,1,252,357,0,304,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27674,0,0,0,0,0,11686,0,0,0,'Racer Slam Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27676,0,0,0,0,0,23812,23813,23814,0,'Silverbrook Defender','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,27676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1235,2059,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27677,0,0,0,0,0,24965,24966,0,0,'Fordragon High Priest','','',0,73,76,0,2053,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,25058,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27678,0,0,0,0,0,23183,23185,0,0,'Warsong Shaman','','',0,74,76,2,2054,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,302,449,57,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34827,0,0,0,0,0,0,'SmartAI',0,3,1,4,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27679,0,0,0,0,0,16480,23489,0,0,'Proximity Mine','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27680,0,0,0,0,0,984,0,0,0,'Dahlia Suntouch','','',0,75,75,2,974,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,27680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27682,0,0,0,0,0,24743,0,0,0,'Azure Drake','','',0,72,73,2,16,0,3.6,2.42857,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(27683,0,0,0,0,0,24744,0,0,0,'Remnant of Dahlia Suntouch','','',0,75,75,2,2010,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27684,0,0,0,0,0,24745,0,0,0,'Swift Zhevra','','',0,17,18,0,189,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27685,0,0,0,0,0,24993,0,0,0,'Frigid Ghoul Attacker','','',0,71,72,2,2043,0,0.8,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,50361,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_heated_battle',12340),
|
|
(27686,0,0,0,0,0,24590,0,0,0,'Frigid Geist Attacker','','',0,72,73,2,2043,0,2.4,0.99206,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,64,'npc_heated_battle',12340),
|
|
(27687,0,0,0,0,0,24692,24694,0,0,'Frigid Necromancer Attacker','Cult of the Damned','',0,73,74,2,2043,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,32768,2048,0,0,0,0,0,0,263,391,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27688,0,0,0,0,0,16480,23489,0,0,'Alliance Lumberboat','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27689,0,0,0,0,0,16480,23489,0,0,'Alliance Lumberboat Explosions','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27690,0,0,0,0,0,24747,24749,24748,24750,'Wyrmrest Defender','','',0,75,75,2,2067,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27691,0,0,0,0,0,17311,0,0,0,'Frenzied Gargoyle','','',0,76,76,2,2042,0,1,1.71429,1,1,356,503,0,432,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,18,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(27692,0,0,0,0,0,25853,0,0,0,'Emerald Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,50328,50341,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),
|
|
(27693,0,0,0,0,0,24497,0,0,0,'Reconstructed Wyrm','','',0,80,80,2,2042,0,1.6,2.57143,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,5,45,1,1,0,0,0,0,0,0,0,212,1,8388624,0,'',12340),
|
|
(27694,0,0,0,0,0,11078,0,0,0,'Player Skeleton [PH]','','',0,76,76,2,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27695,0,0,0,0,0,24365,24552,24553,24554,'Fordragon Battle Mage','','',0,76,78,2,2053,0,1,1.14286,1,1,383,539,0,500,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27696,0,0,0,0,0,27073,0,0,0,'The Prophet Tharon\'ja','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27697,0,0,0,0,0,8910,0,0,0,'Crashin\' Thrashin\' Racer Driver','','',0,60,60,0,1616,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27698,0,0,0,0,0,1126,17612,0,0,'Defending Wyrmrest Temple Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27699,0,0,0,0,0,27187,0,0,0,'Gjalerhorn Scavenger','','',0,70,71,2,16,0,1,1.19048,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,0,27699,27699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,1813,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27701,0,0,0,0,0,27174,0,0,0,'Gjalerhorn Worker','','',0,70,71,2,16,0,1,1.19048,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,0,27701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1089,1815,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27702,0,0,0,0,0,16480,23489,0,0,'Horde Lumberboat','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27703,0,0,0,0,0,24756,0,0,0,'Ysuria','Portal Trainer','',9581,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27704,0,0,0,0,0,24755,0,0,0,'Horace Alder','Mage Trainer','',9580,50,50,0,894,49,1,1.14286,1,0,60,83,0,91,1,2000,2000,8,512,2048,0,0,0,0,8,0,50,73,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27705,0,0,0,0,0,24754,0,0,0,'Lorrin Foxfire','Portal Trainer','',9578,41,41,0,1604,49,1,1.14286,1,0,55,72,0,132,1,2000,2000,2,36864,2048,0,0,0,0,8,0,38,55,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27706,0,0,0,0,0,24758,0,0,0,'Brewfest Riding Kodo','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27707,0,0,0,0,0,24757,0,0,0,'Great Brewfest Kodo','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27708,0,0,0,0,0,24760,0,0,0,'General Gorlok','','',0,74,74,2,1981,2,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27709,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,74,2,1814,0,1,1,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',1),
|
|
(27710,0,0,0,0,0,16480,23489,0,0,'Goblin Rocket Mount Test','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,272,1,0,128,'',12340),
|
|
(27711,0,0,0,0,0,24761,0,0,0,'Technician Halmaha','Engineering Supplies','',0,65,65,1,1743,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27712,0,0,0,0,0,24994,24993,24992,24995,'Mindless Ghoul','','',0,70,70,2,1988,0,0.8,0.99206,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_mindless_ghoul',12340),
|
|
(27713,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Elite','','',0,71,72,2,1974,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27714,0,0,0,0,0,25331,24807,0,0,'7th Legion Chain Gun','','vehichleCursor',0,70,70,2,1892,0,1,1,1,0,234,331,0,286,1,2000,2000,2,6,2048,0,0,0,0,0,0,198,295,33,10,8,0,0,0,0,0,0,0,0,0,49190,49550,0,0,0,0,0,0,0,68,0,0,'NullCreatureAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27715,0,0,0,0,0,23992,0,0,0,'Ironhide','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(27716,0,0,0,0,0,23773,0,0,0,'Torgg Thundertotem','','',0,74,74,2,14,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(27717,0,0,0,0,0,26157,0,0,0,'Rustblood','','',0,75,75,2,14,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(27718,0,0,0,0,0,24763,0,0,0,'Horgrenn Hellcleave','','',0,75,75,2,14,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(27719,0,0,0,0,0,25128,0,0,0,'Grennix Shivwiggle','Pit Fighting Promoter','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27720,0,0,0,0,0,4359,0,0,0,'Bookie Vel\'jen','','',0,74,74,0,1979,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27721,0,0,0,0,0,24764,0,0,0,'Drelik Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27722,0,0,0,0,0,24764,0,0,0,'Drolig Blastpipe','Arena Vendor','',0,70,70,1,35,129,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27723,0,0,0,0,0,21955,11686,0,0,'[DND] Aldor Mailbox Malfunction Bunny','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27724,0,0,0,0,0,26751,0,0,0,'Drakkari Bat Mount (For Drakkari Invaders)','','',0,74,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,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,5,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27725,0,0,0,0,0,8313,0,0,0,'Ruby Guardian','','',0,73,74,2,2041,0,0.888888,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27726,0,0,0,0,0,24286,0,0,0,'Gorgonna','','',0,76,76,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27727,0,0,0,0,0,24770,0,0,0,'Conqueror Krenna','','',0,76,76,0,1979,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27729,31178,0,0,0,0,519,0,0,0,'Enraging Ghoul','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27730,0,0,0,0,0,24765,0,0,0,'Purkom','Venture Coin Vendor','',0,74,74,2,1981,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27731,31201,0,0,0,0,24766,0,0,0,'Acolyte','','',0,80,80,2,2075,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,8,27731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27732,31180,0,0,0,0,24767,0,0,0,'Master Necromancer','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,27732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27733,31207,0,0,0,0,828,0,0,0,'Ghoul Minion','','',0,82,82,2,2075,0,0.777776,1.14286,1,0,488,642,0,782,1,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27734,31187,0,0,0,0,9793,0,0,0,'Crypt Fiend','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27736,31199,0,0,0,0,25282,0,0,0,'Patchwork Construct','','',0,80,81,2,2075,0,1,1.14286,1,1,464,604,0,708,7.5,1200,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,27736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27737,31208,0,0,0,0,25542,10973,10979,25543,'Risen Zombie','','',0,80,80,2,2075,0,0.64,0.571429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,81,1,8388624,0,'',12340),
|
|
(27738,0,0,0,0,0,9695,0,0,0,'Frostsabre Vehicle','','vehichleCursor',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27740,0,0,0,0,0,17896,17678,17897,0,'Wild Elekk Vehicle Version','','vehichleCursor',0,66,66,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27741,0,0,0,0,0,3585,3586,3587,3588,'Currency Token Test Wizard','','',0,19,20,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27742,31202,0,0,0,0,19059,0,0,0,'Infinite Adversary','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27742,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27743,31206,0,0,0,0,19058,0,0,0,'Infinite Hunter','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27743,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27744,31203,0,0,0,0,19061,0,0,0,'Infinite Agent','','',0,79,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,2,8,27744,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27745,0,0,0,0,0,24768,0,0,0,'Lordaeron Footman','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27746,0,0,0,0,0,26537,0,0,0,'Lordaeron Knight','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27747,0,0,0,0,0,24769,0,0,0,'High Elf Mage-Priest','','',0,80,80,2,2076,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27748,0,0,0,0,0,24073,24074,24075,24076,'Conquest Hold Defender','','',0,76,76,2,1979,0,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27749,0,0,0,0,0,24773,24774,24775,24776,'Horde Conscript','','',0,73,74,2,2045,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27750,0,0,0,0,0,24090,0,0,0,'Rustler Burnhoof','','',0,74,74,2,2054,0,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27751,0,0,0,0,0,24777,0,0,0,'Captain Drayzen','','',0,74,74,2,2045,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27752,0,0,0,0,0,24778,0,0,0,'High Elf Sorceress','','',0,80,80,2,2076,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27753,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,75,2,1814,0,1,1,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',1),
|
|
(27754,0,0,0,0,0,27079,27080,27081,0,'Drakkari Invader','','',0,74,75,2,1814,0,1,1,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,0.188058,0.5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27755,0,0,0,0,0,25852,0,0,0,'Amber Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,49840,49838,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),
|
|
(27756,0,0,0,0,0,25854,0,0,0,'Ruby Drake','','vehichleCursor',0,80,80,2,35,0,3,3,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,50232,50240,0,0,0,0,0,0,0,70,0,0,'',0,5,1,5.95238,1,1,0,0,0,0,0,0,0,113,0,0,0,'npc_oculus_drake',12340),
|
|
(27757,0,0,0,0,0,21955,11686,0,0,'Mole Machine Hearth PoV Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,123,1,0,128,'',12340),
|
|
(27758,0,0,0,0,0,25948,25949,25950,25951,'Westfall Brigade Defender','','',0,76,76,2,2143,0,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27759,0,0,0,0,0,24779,0,0,0,'Commander Howser','','',0,76,76,2,1892,2,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27760,0,0,0,0,0,24492,0,0,0,'\"Grizzly\" D. Adams','Venture Coin Vendor','',0,74,74,2,1892,128,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27761,0,0,0,0,0,14582,14338,14583,14337,'Fordragon Battle Steed','','',0,75,75,2,2053,0,1,2.28571,1,1,342,485,0,392,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,1,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(27762,0,0,0,0,0,25397,0,0,0,'High Shaman Bloodpaw','','',0,72,72,2,16,0,0.666668,0.99206,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27763,0,0,0,0,0,24783,0,0,0,'Vargastrasz','','',0,75,75,2,2010,2,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27764,0,0,0,0,0,24784,0,0,0,'Wintergarde Gryphon (Taxi)','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27765,0,0,0,0,0,24786,0,0,0,'Nalice','Ambassador of the Black Dragonflight','',9589,75,75,2,2010,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27766,0,0,0,0,0,24787,0,0,0,'Image of Kel\'Thuzad','','',0,83,83,2,35,0,1.2,2.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27767,0,0,0,0,0,24788,0,0,0,'Image of Sapphiron','','',0,83,83,2,35,0,1.2,1.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27768,0,0,0,0,0,24799,0,0,0,'Image of Razuvious','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27769,0,0,0,0,0,24804,0,0,0,'Image of Gothik','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27770,0,0,0,0,0,24802,0,0,0,'Image of Thane Korth\'azz','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,2000,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27771,0,0,0,0,0,0,0,24794,0,'Image of Lady Blaumeux','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27772,0,0,0,0,0,24800,0,0,0,'Image of Sir Zeliek','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27773,0,0,0,0,0,24798,0,0,0,'Image of Patchwerk','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27774,0,0,0,0,0,24792,0,0,0,'Image of Grobbulus','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27775,0,0,0,0,0,24801,0,0,0,'Image of Thaddius','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27776,0,0,0,0,0,24789,0,0,0,'Image of Anub\'rekhan','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27777,0,0,0,0,0,24790,0,0,0,'Image of Faerlina','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27778,0,0,0,0,0,24796,0,0,0,'Image of Maexxna','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27779,0,0,0,0,0,24797,0,0,0,'Image of Noth','','',0,83,83,2,35,0,1,2.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27780,0,0,0,0,0,24793,0,0,0,'Image of Heigan','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27781,0,0,0,0,0,24795,0,0,0,'Image of Loatheb','','',0,83,83,2,35,0,0.8,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27782,0,0,0,0,0,24803,0,0,0,'Image of Gluth','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,1800,2000,1,832,2048,0,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,950,2,1,0,0,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(27783,0,0,0,0,0,24805,0,0,0,'Scout Captain Carter','','',0,76,76,0,1973,2,1,1.38571,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27784,0,0,0,0,0,16015,0,0,0,'Commander Eligor Dawnbringer','','',9600,80,80,0,1891,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_commander_eligor_dawnbringer',12340),
|
|
(27785,0,0,0,0,0,24806,0,0,0,'Lord Itharius','Ambassador of the Green Dragonflight','',9593,80,80,2,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27786,0,0,0,0,0,22254,0,0,0,'Imperial Eagle Credit','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(27787,0,0,0,0,0,9074,0,0,0,'Venomspite Riding Bat','','',0,40,40,0,1928,0,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27788,0,0,0,0,0,24361,24541,24542,24543,'Injured 7th Legion Soldier','','',0,73,73,2,1974,0,1.8,1.2,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,103,1,0,0,'npc_injured_7th_legion_soldier',12340),
|
|
(27789,0,0,0,0,0,24808,0,0,0,'Ysera','The Dreamer','',0,83,83,2,2010,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,35,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27791,0,0,0,0,0,24361,24541,24542,24543,'7th Legion Rifleman','','',0,73,73,2,1974,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27792,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 01','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27793,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 02','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27794,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Waypoint 03','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27795,0,0,0,0,0,22712,17200,0,0,'Injured Soldier Summon Point','','',0,1,1,2,35,0,1,2.28571,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,199,1,0,128,'',12340),
|
|
(27796,0,0,0,0,0,23964,0,0,0,'Worg\'s Blood Elixir Credit','','',0,75,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27797,0,0,0,27825,0,24829,0,0,0,'Tattered Abomination','','',0,73,73,2,1975,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27798,0,0,0,0,0,11686,0,0,0,'Reincarnated Skytalon','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27799,0,0,0,27825,0,24823,0,0,0,'Scourge Technician','','',0,72,73,2,1975,0,1,1.14286,1,0,270,395,0,143,1,2000,2000,8,32768,2048,0,0,0,0,0,0,255,380,37,6,0,27799,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27800,0,0,0,27825,0,836,0,0,0,'Leprous Servant','','',0,71,71,2,1975,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,6,0,27800,27800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27801,0,0,0,0,0,25211,0,0,0,'Avatar of Freya','','',9720,80,80,2,35,3,1,1.42857,1,1,422,586,0,642,4.6,2900,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_avatar_of_freya',12340),
|
|
(27802,0,0,0,0,0,20570,17200,0,0,'Orb Target Credit','','',0,70,70,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27803,0,0,0,0,0,24816,0,0,0,'Lauriel Trueblade','Alliance Ambassador','',9597,75,75,2,1732,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27804,0,0,0,0,0,24817,0,0,0,'Golluck Rockfist','Horde Ambassador','',9598,75,75,2,1735,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33538,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(27805,0,0,0,0,0,24084,0,0,0,'Necrolord Horus','','',0,73,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,1943,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27806,0,0,0,0,0,24979,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27807,0,0,0,0,0,23276,0,0,0,'Weakened Overseer Deathgaze','','',0,74,74,2,21,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27808,0,0,0,0,0,24832,0,0,0,'Turgid the Vile','','',0,74,74,2,974,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,0,27808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27809,0,0,0,0,0,24833,0,0,0,'Weakened Turgid the Vile','','',0,74,74,2,974,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27810,0,0,0,0,0,24980,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27811,0,0,0,0,0,24981,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27812,0,0,0,0,0,24982,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27813,0,0,0,0,0,24983,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27814,0,0,0,0,0,24984,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27815,0,0,0,0,0,24985,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,774,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27816,0,0,0,0,0,24986,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27817,0,0,0,0,0,24987,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,775,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27818,0,0,0,0,0,24988,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27819,0,0,0,0,0,24989,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,768,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27820,0,0,0,0,0,24990,0,0,0,'Brew Vendor','Brew of the Month Club','',9549,50,50,0,35,129,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27821,0,0,0,0,0,24831,0,0,0,'Weakened Reanimated Frost Wyrm','','',0,73,74,2,14,0,1.2,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,27821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,210,1,8388624,0,'',12340),
|
|
(27822,0,0,0,0,0,24830,0,0,0,'Scourge Test Subject','','',0,71,72,2,35,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27823,0,0,0,27825,0,370,775,0,0,'Naxxramas Dreadguard','','',0,72,73,2,1975,0,0.888888,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27823,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27824,0,0,0,27825,0,14704,0,0,0,'Naxxramas Shade','','',0,72,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,6,0,27824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27825,0,0,0,0,0,16170,0,0,0,'Mausoleum Scourge Proxy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27826,0,0,0,0,0,23181,0,0,0,'Necrolord X\'avius','','',0,73,73,2,1975,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,27826,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161,1935,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27827,0,0,0,0,0,17200,0,0,0,'Grain Crate Helper','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_create_helper_cot',12340),
|
|
(27828,0,0,0,0,0,24858,0,0,0,'Plunderbeard','7th Legion','',0,75,75,2,1892,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,537166592,2048,32,0,0,0,0,0,295,438,68,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27829,0,0,0,0,0,7534,7854,7533,0,'Ebon Gargoyle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,12288,0,0,0,0,0,0,0,0,0,51963,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pet_dk_ebon_gargoyle',12340),
|
|
(27830,0,0,0,0,0,7196,16952,3921,5832,'Venture Co. Evacuee','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,27830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1168,1946,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27832,0,0,0,0,0,15294,0,0,0,'Summon Fissure Trigger','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',12340),
|
|
(27833,0,0,0,0,0,24858,0,0,0,'Glengarry Adams','7th Legion','',0,72,72,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27834,0,0,0,0,0,21582,0,0,0,'Shadowfiend Guardian','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(27835,0,0,0,27825,0,14706,0,0,0,'Dreadbone Construct','','',0,72,73,2,1975,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,37910,37911,37912,37913,0,0,0,1,8388624,0,'',12340),
|
|
(27836,0,0,0,27825,0,14593,3942,0,0,'Wailing Soul','','',0,72,73,2,1975,0,1.11111,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,0,27836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,37910,37911,37912,37913,0,0,0,1,8388624,0,'',12340),
|
|
(27837,0,0,0,0,0,16480,19595,0,0,'Nexus 70 - Buying Time Bunny','','',0,60,60,1,35,0,6,4.28571,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,262,1,0,130,'',12340),
|
|
(27838,0,0,0,0,0,22878,0,0,0,'Wintergrasp Fighter Plane','','vehichleCursor',0,80,80,2,614,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.67001,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),
|
|
(27839,0,0,0,0,0,24807,0,0,0,'7th Legion Harpoon Gun','','vehichleCursor',0,70,70,2,1892,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,198,295,33,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,'NullCreatureAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(27840,0,0,0,0,0,24868,0,0,0,'Hourglass of Eternity','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hourglass_of_eternity',12340),
|
|
(27841,0,0,0,0,0,24869,0,0,0,'Wintergarde Gryphon (NPC Mount)','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27842,0,0,0,0,0,24871,0,0,0,'Fenrick Barlowe','Apprentice Bat Handler','',0,71,71,2,1928,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27843,0,0,0,0,0,24863,24867,0,0,'\"Wyrmbait\"','','',9603,73,73,2,1974,1,1,2.85714,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27844,0,0,0,0,0,24870,0,0,0,'Legion Commander Tyralion','','',0,72,73,2,1974,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27845,0,0,0,0,0,3233,0,0,0,'Plagued Roach','','',0,1,1,0,2049,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27846,0,0,0,0,0,24872,0,0,0,'Junior Apothecary Lawrence','','',9607,71,71,2,1928,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,0,0,0,0,262,389,48,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27847,0,0,0,0,0,15882,0,0,0,'Shadow Void','','',0,74,74,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(27848,0,0,0,0,0,137,0,0,0,'Plagued Resident','','',0,10,10,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(27849,0,0,0,0,0,9209,0,0,0,'Patchy','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27850,0,0,0,0,0,23365,0,0,0,'Wintergrasp Bomber','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),
|
|
(27851,0,0,0,0,0,22712,17200,0,0,'Thel\'zan Spell Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27852,0,0,0,0,0,27137,0,0,0,'Wintergrasp Control Arms','','Interact',0,80,80,2,7,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27853,0,0,0,0,0,1126,17612,0,0,'Projections and Plans Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27854,0,0,0,0,0,24275,0,0,0,'Plague Zombie Vehicle - TEST','','',0,70,70,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(27855,0,0,0,0,0,22175,0,0,0,'Plagued Vermin','','',0,1,1,0,2048,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,117,1,0,0,'',12340),
|
|
(27856,0,0,0,0,0,24877,0,0,0,'Chromie','Ambassador of the Bronze Dragonflight','',9605,80,80,0,2010,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27857,0,0,0,0,0,24878,0,0,0,'Legion Commander Yorik','','',0,73,73,2,1974,2,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27858,0,0,0,0,0,24879,0,0,0,'Highlord Bolvar Fordragon','','',0,80,80,2,1974,2,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27859,0,0,0,0,0,24880,0,0,0,'Vanthryn the Merciless','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,2048,27859,27859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359,5598,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27860,0,0,0,0,0,24881,0,0,0,'Luthion the Vile','The San\'layn','',0,72,72,2,974,0,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,268,399,40,7,2048,27860,27860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27862,0,0,0,0,0,27658,0,0,0,'Patty\'s test vehicle','','',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27863,0,0,0,0,0,24882,0,0,0,'Ruby Flowers','','',0,1,1,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27864,0,0,0,0,0,9287,0,0,0,'Fanggore Worg Disguise','','',0,71,71,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27865,0,0,0,0,0,10029,0,0,0,'Plagued Pet','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27866,0,0,0,0,0,14985,0,0,0,'Honeybee','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27867,0,0,0,0,0,134,0,0,0,'Woodland Squirrel','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(27868,0,0,0,0,0,24889,0,0,0,'Thel\'zan\'s Phylactery','','',0,70,70,2,35,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000247,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27869,0,0,0,0,0,169,11686,0,0,'Wintergrasp Detection Unit','','',0,80,80,2,2135,0,8,3,1,0,422,586,0,642,1,10000,2000,1,33816576,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,234,1,0,130,'',12340),
|
|
(27870,0,0,0,0,0,24890,24895,24897,24898,'Wild Flower','','',0,1,1,0,35,0,1,0.85714,8.82,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27871,31346,0,0,0,0,829,0,0,0,'Flesheating Ghoul','','',0,74,74,2,16,0,0.777776,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,27871,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27872,0,0,0,0,0,24879,0,0,0,'Highlord Bolvar Fordragon','','',0,80,80,2,2053,2,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27873,0,0,0,0,0,24891,0,0,0,'Kor\'kron Wyvern Mount (Wrathgate)','','',0,75,75,1,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(27874,0,0,0,25495,0,22496,10627,23141,23142,'Minion of Thel\'zan','','',0,68,69,2,21,0,0.777776,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27875,0,0,0,0,0,24403,24400,0,0,'Onslaught Base Camp Proxy','','',0,72,73,2,67,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27876,0,0,0,0,0,24893,0,0,0,'Silvio Perelli','Traveling Salesman','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27877,0,0,0,0,0,24894,0,0,0,'Sergeant Morigan','','',0,70,70,0,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27878,0,0,0,0,0,24896,11686,0,0,'Wintergrasp Land Mine','','',0,20,20,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27879,0,0,0,0,0,24045,0,0,0,'Frostmourne Cavern Quest Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27880,0,0,0,0,0,2027,24900,21342,0,'Frostmourne Weapon Holder','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27881,0,0,0,0,0,23884,0,0,0,'Wintergrasp Catapult','','vehichleCursor',0,80,80,0,35,16777216,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,57606,50989,0,0,0,0,0,0,0,79,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,164,0,344407930,0,'npc_wg_siege_machine',12340),
|
|
(27882,0,0,0,0,0,24939,0,0,0,'Brew Bubble','','',0,1,1,0,35,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'npc_brew_bubble',12340),
|
|
(27883,0,0,0,0,0,26559,0,0,0,'Wintergrasp Shredder','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.61587,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(27884,0,0,0,0,0,24901,0,0,0,'Martha Goslin','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27885,0,0,0,0,0,24902,0,0,0,'Jena Anderson','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27886,0,0,0,0,0,24869,0,0,0,'Valgarde Gryphon','','',0,75,75,1,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(27887,0,0,0,0,0,24732,24738,24739,24740,'Valgarde Gryphon Rider','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27888,0,0,0,0,0,23149,0,0,0,'Warmage Archus','','',0,72,72,2,2006,0,1,2.85714,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27889,0,0,0,0,0,16480,23489,0,0,'Taking Wing Timer Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27890,0,0,0,0,0,21955,11686,0,0,'Brewfest - Direbrew Mole Machine Loc bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27891,0,0,0,0,0,24903,0,0,0,'Malcolm Moore','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27892,0,0,0,0,0,644,0,0,0,'Scruffy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27893,0,0,0,0,0,1126,11686,0,0,'Rune Weapon','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,3500,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_pet_dk_dancing_rune_weapon',12340),
|
|
(27894,32795,0,0,0,0,27101,0,0,0,'Antipersonnel Cannon','','vehichleCursor',0,70,70,0,614,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,32772,2048,0,0,0,0,0,0,215,320,44,9,262176,0,0,0,0,0,0,0,0,0,49872,0,0,0,0,0,0,0,0,160,0,0,'NullAI',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,2,'',12340),
|
|
(27895,0,0,0,0,0,24905,0,0,0,'Fire Revenant, Northrend','','',0,72,73,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27896,0,0,0,0,0,19059,19062,0,0,'Infinite Assailant','','',0,73,74,2,2111,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,559104,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27897,0,0,0,0,0,20512,24911,0,0,'Infinite Destroyer','','',0,73,74,2,2111,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,559104,2048,0,0,0,0,0,0,287,426,63,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27898,0,0,0,0,0,19061,19063,0,0,'Infinite Chrono-Magus','','',0,73,74,2,2111,0,1,1.14286,1,0,279,408,0,158,1,2000,2000,8,559104,2048,0,0,0,0,0,0,263,391,41,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27899,0,0,0,0,0,11686,0,0,0,'Future You','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,5120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_future_you',12340),
|
|
(27900,0,0,0,0,0,19060,19135,0,0,'Infinite Timerender','','',0,75,75,2,2111,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,559104,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27902,0,0,0,0,0,24913,0,0,0,'Pink Riding Elekk','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(27903,0,0,0,0,0,24912,0,0,0,'Roger Owens','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27904,0,0,0,0,0,24916,0,0,0,'Warmage Watkins','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),
|
|
(27905,0,0,0,0,0,11686,24914,0,0,'Wintergrasp Bomber Cockpit','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,128,1,0,0,'',12340),
|
|
(27906,0,0,0,0,0,24915,0,0,0,'Warmage Hollister','','',0,75,75,2,2009,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_coldarra',12340),
|
|
(27907,0,0,0,0,0,24917,0,0,0,'Bartleby Battson','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27908,0,0,0,0,0,24918,24919,24920,24921,'Angry Jungle Gnome','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(27909,0,0,0,0,0,24925,0,0,0,'Darkweb Victim','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,393220,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,2,'',1),
|
|
(27910,0,0,0,0,0,16480,23489,0,0,'Drak Tharon Cocoon Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(27911,0,0,0,0,0,24922,0,0,0,'Nell','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27912,0,0,0,0,0,24923,0,0,0,'Pepper','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27913,0,0,0,0,0,24924,0,0,0,'Lordaeron Crier','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27914,0,0,0,0,0,25002,0,0,0,'Ethereal Soul-Trader','','Buy',9619,65,65,0,188,129,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_soul_trader_beacon',12340),
|
|
(27915,0,0,0,0,0,10008,0,0,0,'Chromie','','',9610,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33536,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_chromie_middle',12340),
|
|
(27916,0,0,0,0,0,2575,0,0,0,'World Deathknight Trainer','Deathknight Trainer','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27917,0,0,0,0,0,15389,0,0,0,'Alliance Recruiter','','',0,60,60,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27918,0,0,0,0,0,15387,0,0,0,'Horde Recruiter','','',0,60,60,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27919,0,0,0,0,0,15387,0,0,0,'Herald of the Horde','','',0,60,60,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27920,0,0,0,0,0,15389,0,0,0,'Herald of the Alliance','','',0,60,60,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27921,0,0,0,0,0,16480,19595,0,0,'Drakuru Handshake KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27922,0,0,0,0,0,24930,0,0,0,'Ranger Captain Areiel','','',0,70,70,2,1897,2,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27923,0,0,0,0,0,21602,0,0,0,'Lou the Cabin Boy','','',0,70,70,2,35,16777217,1,2.14286,1,0,2,2,0,24,1,2000,2000,1,33288,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,88,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(27924,0,0,0,0,0,24931,0,0,0,'Dragonflayer Harpoon','','',0,70,70,2,35,0,1,5,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27925,0,0,0,0,0,24934,0,0,0,'Nozdormu','The Lord of Time','',0,83,83,2,2010,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,35,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27926,0,0,0,0,0,22212,0,0,0,'Thorvald','Chieftain of Halgrind','',0,70,70,2,1914,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,27926,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,950,1584,'',0,3,1,1,1,1,0,38098,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(27927,0,0,0,0,0,21965,22137,22138,0,'Dragonflayer Guardian','','',0,69,70,2,1885,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,27927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,1641,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27928,0,0,0,0,0,24935,0,0,0,'Siouxsie the Banshee','','',9877,80,80,2,35,3,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27929,0,0,0,0,0,16480,19595,0,0,'Mummified Carcass KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27930,0,0,0,0,0,24940,0,0,0,'Emilune Winterwind','','',9618,65,65,1,1892,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27931,0,0,0,0,0,16480,19595,0,0,'Despawn Mummy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27932,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',0,70,70,0,35,0,1,4,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,267,1,0,0,'',12340),
|
|
(27933,0,0,0,0,0,24945,0,0,0,'Alanya','\"Silvermoon\" Harry\'s Companion','',9621,68,68,2,1888,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27935,0,0,0,0,0,14888,0,0,0,'Ferithos','Reagent Supplies','',0,72,72,2,2010,2176,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27936,0,0,0,0,0,24950,0,0,0,'Pumpkin Soldier','','',0,70,70,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27937,0,0,0,0,0,23553,0,0,0,'Orf the Helmsman','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27938,0,0,0,0,0,24951,0,0,0,'Trizormu','Trade Goods','',0,75,75,2,2010,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27939,0,0,0,0,0,23278,0,0,0,'The Helmsman\'s Ship','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,54,1,0,2,'',12340),
|
|
(27940,0,0,0,0,0,24953,0,0,0,'Lethecus','General Goods','',0,75,75,0,2010,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27941,0,0,0,0,0,7803,0,0,0,'Drakkari Plague Spreader','','',0,73,73,2,37,0,0.666668,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,27941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(27942,0,0,0,0,0,23767,0,0,0,'Ice Spike Trigger','','',0,72,72,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,128,'',12340),
|
|
(27943,0,0,0,0,0,24955,0,0,0,'Dalormi','Wands','',0,75,75,2,2010,4224,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27944,0,0,0,0,0,14546,14547,14551,14549,'Johan','','',0,2,2,0,1892,0,1,1.28968,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27946,0,0,0,0,0,29363,0,0,0,'Silvermoon Dragonhawk','','',0,65,65,1,1603,0,1,4.28571,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12993,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(27947,0,0,0,0,0,24352,0,0,0,'Horde Commander','','',0,71,71,2,16,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,27947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(27948,0,0,0,0,0,24956,0,0,0,'Risera','Stable Master','',9821,70,70,2,2010,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(27949,0,0,0,0,0,24366,0,0,0,'Alliance Commander','','',0,71,71,2,16,0,1,1.42857,1,1,299,426,0,308,6,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,27949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(27950,0,0,0,0,0,24958,0,0,0,'Demestrasz','Innkeeper','',9628,70,70,2,2010,66177,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(27951,0,0,0,0,0,24957,0,0,0,'Admiral Barean Westwind','Grand Admiral of the Scarlet Fleet','',0,80,80,2,14,0,1.2,1.14286,1,3,422,586,0,642,35,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(27952,0,0,0,0,0,14357,0,0,0,'Wyrmrest Protector Visual (Red)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27953,0,0,0,0,0,14357,14358,14359,14355,'Wyrmrest Protector','','',0,80,80,2,2013,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27954,0,0,0,0,0,14359,0,0,0,'Wyrmrest Protector Visual (Green)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27955,0,0,0,0,0,14358,0,0,0,'Wyrmrest Protector Visual (Bronze)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27956,0,0,0,0,0,25301,0,0,0,'Dan\'s Test Turret','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27957,0,0,0,0,0,24579,25286,25287,0,'Angrathar Geist','','',0,71,72,2,2042,0,1,1.28571,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(27958,0,0,0,0,0,24959,0,0,0,'Parading Pink Elekk','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27959,0,0,0,0,0,11686,0,0,0,'Your Inner Turmoil','','',0,70,70,2,14,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_your_inner_turmoil',12340),
|
|
(27960,31377,0,0,0,0,25994,0,0,0,'Dark Rune Warrior','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,27960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4692,7820,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27961,31378,0,0,0,0,25995,0,0,0,'Dark Rune Worker','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,27961,27961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4691,7819,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27962,31372,0,0,0,0,25989,0,0,0,'Dark Rune Elementalist','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,7835,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27963,31376,0,0,0,0,25990,0,0,0,'Dark Rune Theurgist','','',0,78,78,2,16,0,1,0.992063,1,1,322,466,0,236,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,296,440,58,7,8,27963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4713,7855,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27964,31374,0,0,0,0,25992,0,0,0,'Dark Rune Scholar','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,1600,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27964,27964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,7769,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27965,31375,0,0,0,0,25993,0,0,0,'Dark Rune Shaper','','',0,77,77,2,16,0,1,0.992063,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,27965,27965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4732,7886,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27966,31371,0,0,0,0,25988,0,0,0,'Dark Rune Controller','','',0,78,78,2,16,0,1,0.992063,1,1,383,539,0,500,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,321,477,68,7,8,27966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4918,8196,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27967,0,0,0,0,0,8750,0,0,0,'Dark Rune Guardian [PH]','PH MODEL: TASK 17271','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(27968,0,0,0,0,0,8718,0,0,0,'Dark Rune Keeper [PH]','PH MODEL: TASK 17271','',0,77,77,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27969,31373,0,0,0,0,28132,0,0,0,'Dark Rune Giant','','',0,77,77,2,16,0,0.888888,1.5873,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,5,72,27969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27970,31385,0,0,0,0,26146,0,0,0,'Raging Construct','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,324,480,88,9,32776,27970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27971,31387,0,0,0,0,26154,0,0,0,'Unrelenting Construct','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,9,32776,27971,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27972,31383,0,0,0,0,26140,0,0,0,'Lightning Construct','','',0,78,78,2,16,0,1,1.14286,1.5,1,383,539,0,500,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,321,477,68,9,32776,27972,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27973,31369,0,0,0,0,19383,21330,0,0,'Crystalline Shardling','','',0,77,77,2,16,0,1,0.992063,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27974,31379,0,0,0,0,20048,0,0,0,'Eroded Shardling','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27975,31384,0,0,0,0,26657,0,0,0,'Maiden of Grief','','',0,79,79,2,16,1073741824,1,1,1,1,404,564,0,582,4.8,2000,0,1,64,2048,0,0,0,0,0,0,334,494,95,10,72,27975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22.5,6,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_maiden_of_grief',1),
|
|
(27976,0,0,0,0,0,19996,0,0,0,'[PH] Warp Stalker Mount','','',0,67,68,1,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,32,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27977,31381,0,0,0,0,20909,0,0,0,'Krystallus','','',0,79,79,2,16,1073741824,1,1,1,1,404,564,0,582,4.8,2000,0,1,64,2048,0,0,0,0,0,0,334,494,95,5,584,27977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23.5,1,1,0,0,0,0,0,0,0,121,1,650854271,2097152,'boss_krystallus',1),
|
|
(27978,31386,0,0,0,0,27483,0,0,0,'Sjonnir The Ironshaper','','',0,79,79,2,1965,0,1,1.14286,1,1,404,564,0,582,5,1200,0,1,64,2048,0,0,0,0,0,0,334,494,95,7,72,27978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4647,7745,'',0,3,1,30,1,1,0,0,0,0,0,0,0,121,1,650854271,2097152,'boss_sjonnir',1),
|
|
(27979,31390,0,0,0,0,6530,0,0,0,'Forged Iron Trogg','','',0,79,79,2,1965,0,1,1.14286,1,0,404,564,0,582,4,2000,0,1,0,2048,8,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_dwarf',12340),
|
|
(27980,31391,0,0,0,0,26092,0,0,0,'Earthen Dwarf','','',0,77,77,2,1868,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27981,31388,0,0,0,0,25177,0,0,0,'Malformed Ooze','','',0,79,82,2,1965,0,1,1.14286,1,0,422,586,0,646,2,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.131822,1,1,0,0,0,0,0,0,0,84,1,0,0,'boss_sjonnir_malformed_ooze',1),
|
|
(27982,31394,0,0,0,0,25754,0,0,0,'Forged Iron Dwarf','','',0,79,79,2,1965,0,1,1.14286,1,1,422,586,0,646,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_dwarf',1),
|
|
(27983,31876,0,0,0,0,25991,0,0,0,'Dark Rune Protector','','',0,77,77,2,1965,0,1,1,1,1,422,586,0,708,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'dark_rune_protectors',1),
|
|
(27984,31877,0,0,0,0,25987,0,0,0,'Dark Rune Stormcaller','','',0,77,77,2,1965,0,1,1,1,0,422,524,0,708,3,2000,0,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'dark_rune_stormcaller',1),
|
|
(27985,31380,0,0,0,0,26148,0,0,0,'Iron Golem Custodian','','',0,77,77,2,1965,0,1,1,1,1,422,586,0,708,5,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'iron_golem_custodian',1),
|
|
(27986,0,0,0,0,0,24969,0,0,0,'Hemet Nesingwary','','',0,78,78,2,35,2,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),
|
|
(27987,0,0,0,0,0,24972,0,0,0,'Monte Muzzleshot','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,295168,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27988,0,0,0,0,0,10811,13069,0,0,'Dalson\'s Outhouse Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27989,0,0,0,0,0,11686,0,0,0,'D.I.S.C.O.','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300736,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27990,0,0,0,0,0,24976,0,0,0,'Krasus','Consort of the Queen','',10199,83,83,2,2010,3,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27991,0,0,0,0,0,24977,0,0,0,'Flying Disc Prototype','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27992,0,0,0,0,0,22524,0,0,0,'Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,43986,43997,0,0,0,0,0,0,0,97,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27993,0,0,0,0,0,22524,0,0,0,'Vrykul Harpoon Gun','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,43986,43997,0,0,0,0,0,0,0,97,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27994,0,0,0,0,0,1126,17188,0,0,'Lieutenant Icehammer','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27995,0,0,0,0,0,1126,17612,0,0,'The Gearmaster\'s Manual Researched Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(27996,0,0,0,0,0,25013,0,0,0,'Wyrmrest Vanquisher','','vehichleCursor',0,74,74,2,2041,16777216,2.8,2.14286,1,1,325,464,0,334,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,2,8,0,0,0,0,0,0,0,0,0,50348,55987,50430,0,0,0,0,0,0,99,0,0,'SmartAI',0,4,1,3.5,10,1,0,0,0,0,0,0,0,164,0,0,0,'',12340),
|
|
(27997,0,0,0,0,0,2676,0,0,0,'Test PvP Questgiver','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(27998,0,0,0,0,0,25003,0,0,0,'Ethereal Mutagen - Pet','','',0,1,2,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(27999,0,0,0,0,0,169,11686,0,0,'Rock Shield Trigger (Borean Tundra)','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28000,0,0,0,0,0,19454,0,0,0,'Ethereal Mutagen - Player','','',0,1,2,1,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28001,0,0,0,28566,0,25005,25110,25111,0,'Dreadsaber','','',0,75,76,2,2030,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28001,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28002,0,0,0,28566,0,15145,25466,25107,0,'Mangal Crocolisk','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,6,0,0,0,0,305,452,74,1,1,28002,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28003,0,0,0,0,0,2837,0,0,0,'Bittertide Hydra','','',0,75,76,2,14,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,1,0,28003,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28004,0,0,0,0,0,22321,0,0,0,'Goretalon Roc','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,26,0,0,0,0,305,452,74,1,1,28004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39161,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28005,0,0,0,0,0,24996,24998,24993,24997,'Wastes Scavenger','','',0,73,74,2,2042,0,0.8,1.28571,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(28006,0,0,0,0,0,25006,0,0,0,'Grand Necrolord Antiok','','',0,75,75,2,2042,0,1,1.28571,1,0,339,481,0,370,1,2000,2000,2,4,2048,0,0,0,0,0,0,293,436,53,6,2048,28006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(28007,0,0,0,0,0,16919,24193,0,0,'Antiok\'s Mount','','',0,73,73,2,1975,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,236,1,8388624,0,'',12340),
|
|
(28008,0,0,0,0,0,169,11686,0,0,'Galakrond Spell Dummy','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,128,'',12340),
|
|
(28009,0,0,0,28566,0,26275,26279,0,0,'Shardhorn Rhino','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,43,0,0,0,0,305,452,74,1,65537,28009,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28010,0,0,0,0,0,2601,0,0,0,'Stranded Thresher','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28010,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28011,0,0,0,28566,0,25156,25163,25164,0,'Emperor Cobra','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,35,0,0,0,0,305,452,74,1,1,28011,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38505,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28012,0,0,0,0,0,25011,0,0,0,'Image of Belgaristrasz','','',0,80,80,2,35,2,1,1.42857,1,1,422,586,0,642,7.5,2400,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,15,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(28013,0,0,0,0,0,1126,17612,0,0,'Fire Upon the Waters Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28014,0,0,0,0,0,10719,0,0,0,'Transformed Warhorse','','',0,70,70,0,1929,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(28015,0,0,0,0,0,11686,0,0,0,'Drakuru\'s Bunny 05','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,0,1,33554688,2048,8,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28016,0,0,0,0,0,27136,0,0,0,'Drakuru','','',9707,70,70,1,190,3,2,1.14286,1,0,252,357,0,304,1,2000,2000,1,33024,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(28017,0,0,0,0,0,15983,0,0,0,'Bloodworm','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2660,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0819,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28018,0,0,0,0,0,24484,0,0,0,'Thiassi the Lightning Bringer','','',0,73,73,2,2042,0,1,0.992063,1,1,316,450,0,320,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,8,28018,0,0,0,0,0,0,0,0,50456,15593,0,0,0,0,0,0,0,100,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28019,0,0,0,0,0,20570,17612,0,0,'Escape from Silverbrook Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28021,0,0,0,0,0,25015,0,0,0,'Wyrmrest Vanquisher (Bones)','','vehichleCursor',0,74,74,2,2041,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28022,0,0,0,0,0,24999,25528,25527,0,'Carrion Eater','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28022,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28023,0,0,0,28022,0,15958,0,0,0,'Rotting Abomination','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28024,0,0,0,0,0,23319,25643,0,0,'Rainspeaker Warrior','','',0,77,78,2,2066,0,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,294912,2048,0,0,0,0,0,0,324,480,88,7,0,28024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4599,7665,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28025,0,0,0,0,0,25016,0,0,0,'Rainspeaker Oracle','','',0,77,78,2,2064,0,1,1.19048,1,1,322,466,0,236,4.6,2000,2000,8,294912,2048,0,0,0,0,0,0,296,440,58,7,0,28025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4815,8025,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28026,0,0,0,28022,0,25402,25286,0,0,'Rampaging Geist','','',0,75,76,2,2068,0,1,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28027,0,0,0,0,0,23319,0,0,0,'High-Oracle Soo-say','','',9742,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28028,0,0,0,0,0,26232,26233,26234,26235,'Argent Shieldman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28029,0,0,0,0,0,26228,26229,26230,26231,'Argent Crusader','','',0,75,76,2,2070,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28030,0,0,0,0,0,25634,0,0,0,'Quetz\'lun\'s Spirit','','',9734,83,83,2,190,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28031,0,0,0,0,0,25027,0,0,0,'Buck Cantwell','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28032,0,0,0,0,0,25028,0,0,0,'Debaar','','',9801,77,77,2,35,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28033,0,0,0,0,0,25029,0,0,0,'Weslex Quickwrench','','',9635,76,76,2,35,3,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_the_etymidian',12340),
|
|
(28034,0,0,0,28036,0,27843,27844,0,0,'Drakkari Snake Handler','','',0,75,76,2,2069,0,1,1.14286,1,0,352,499,0,408,1,1818,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,0,28034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1373,2289,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28035,0,0,0,28036,0,27845,27846,0,0,'Priest of Sseratus','','',0,75,76,2,2069,0,1,1.14286,1,0,300,436,0,193,1,1818,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,28035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366,2276,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28036,0,0,0,0,0,27841,27842,0,0,'Champion of Sseratus','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,28036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1373,2289,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28037,0,0,0,0,0,22719,0,0,0,'The Spirit of Gnomeregan','Flight Master','',0,1,1,0,35,8192,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,262144,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28038,0,0,0,0,0,25056,0,0,0,'Purser Boulian','Innkeeper','',9763,78,78,2,35,66177,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(28039,0,0,0,0,0,25057,0,0,0,'Commander Kunz','','',9636,77,77,2,2070,3,1,1.14286,1,0,371,522,0,478,1,1500,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28040,0,0,0,0,0,25058,0,0,0,'Mardan Thunderhoof','Gunsmith','',0,75,75,2,35,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28041,0,0,0,0,0,25059,25060,25061,25062,'Argent Soldier','','',9640,75,76,2,2073,1,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28042,0,0,0,0,0,25063,0,0,0,'Captain Brandon','','',9641,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28043,0,0,0,0,0,25064,0,0,0,'Captain Grondel','','',0,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28044,0,0,0,0,0,25065,0,0,0,'Captain Rupert','','',9649,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28045,0,0,0,0,0,25066,0,0,0,'Captain Arnath','','',9689,71,71,2,2070,3,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28046,0,0,0,0,0,25067,0,0,0,'Korg the Cleaver','Ship\'s Cook','',9804,76,76,2,35,643,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28047,0,0,0,0,0,25068,0,0,0,'Hadrius Harlowe','Stable Master','',9821,76,76,2,35,4194305,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),
|
|
(28048,0,0,0,0,0,25054,0,0,0,'Dread Captain DeMeza','Scourge of the South Seas','',9647,70,70,0,35,1,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28049,0,0,0,0,0,25055,0,0,0,'First Mate Hapana','','',9645,68,68,0,35,1,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,33536,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28050,0,0,0,0,0,25069,0,0,0,'Ol\' Chumbucket','','',9644,65,65,0,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28051,0,0,0,0,0,25070,0,0,0,'Cap\'n Slappy','','',9643,65,65,0,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28052,0,0,0,0,0,25073,25074,25075,25076,'Dread Crew','','',0,60,60,0,35,0,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28053,0,0,0,0,0,25071,0,0,0,'Apple','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28054,0,0,0,0,0,25072,0,0,0,'Lucky Wilhelm','','',0,77,77,2,35,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,102,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28055,0,0,0,0,0,169,11686,0,0,'Channel Target','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28056,0,0,0,0,0,25078,0,0,0,'Sergeant Stackhammer','','',9638,77,77,2,2070,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28057,0,0,0,0,0,25079,0,0,0,'Garmin Herzog','Stable Master','',9821,70,70,2,1928,4194305,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(28058,0,0,0,0,0,3146,0,0,0,'Dread Cannon','','',0,50,50,0,35,0,1,1.07143,1,0,85,112,0,206,1,2000,2000,1,33536,2048,0,0,0,0,0,0,58,86,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28059,0,0,0,0,0,25080,0,0,0,'Commander Falstaav','','',9639,78,78,2,2070,3,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28060,0,0,0,0,0,25081,0,0,0,'Nyuni','Hapana\'s Pet','',9646,52,52,0,35,1,1,1.14286,1,0,89,119,0,218,1,2000,2000,1,33536,2048,0,26,0,0,0,0,62,91,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28061,0,0,0,0,0,24472,0,0,0,'Wintergarde Gryphon','','',0,70,70,0,2004,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28062,0,0,0,0,0,25095,0,0,0,'Hexxer Ubungo','','',9642,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28063,0,0,0,0,0,23911,0,0,0,'Conquest Hold Windrager','','',0,75,75,2,1979,0,1,3.42857,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(28064,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28065,0,0,0,0,0,24732,24738,24739,24740,'Wintergarde Gryphon Rider','7th Legion','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28066,0,0,0,0,0,28355,0,0,0,'Frozen Sphere','','',0,71,72,1,14,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.016941,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(28067,0,0,0,0,0,21826,0,0,0,'Dark Iron Brewer','','',9648,50,50,0,674,1,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28068,0,0,0,0,0,25096,0,0,0,'Prophet of Sseratus','','',0,76,76,2,2069,0,1,1.14286,1,1,300,436,0,193,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,279,415,49,7,0,28068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1365,2275,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28069,0,0,0,0,0,26140,0,0,0,'Sholazar Guardian','','',0,77,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,28069,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39227,38642,42107,0,0,0,0,1,0,0,'',12340),
|
|
(28070,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,0,35,3,1,1,1,1,422,586,0,642,3,2000,0,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'brann_bronzebeard',1),
|
|
(28076,0,0,0,0,0,25380,25638,0,0,'Frenzyheart Berserker','','',0,77,78,2,2062,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4471,7451,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28077,0,0,0,0,0,25385,0,0,0,'Frenzyheart Tracker','','',0,77,78,2,2061,0,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554,7590,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28078,0,0,0,0,0,25376,25639,0,0,'Frenzyheart Ravager','','',0,77,78,2,2061,0,0.666668,0.99206,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,1098,'SmartAI',0,3,1,0.5,1,1,0,39266,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28079,0,0,0,28078,0,25387,0,0,0,'Frenzyheart Hunter','','',0,77,78,2,2061,0,0.666668,0.99206,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,1095,'SmartAI',0,3,1,0.5,1,1,0,39266,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28080,0,0,0,0,0,25640,25379,0,0,'Frenzyheart Spearbearer','','',0,76,77,2,2061,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,28080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28081,0,0,0,0,0,25385,0,0,0,'Frenzyheart Scavenger','','',0,76,77,2,2061,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,28081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2409,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28082,0,0,0,0,0,25388,0,0,0,'High-Shaman Rakjak','','',9740,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4037,6729,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28083,0,0,0,0,0,20595,0,0,0,'Serfex the Reaver','','',0,78,78,2,14,0,1,1,1,0,387,543,0,528,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,324,480,88,1,0,28083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38473,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28085,0,0,0,0,0,29113,0,0,0,'Sapphire Hive Drone','','',0,75,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,44,0,0,0,0,314,466,81,1,1,28085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28086,0,0,0,0,0,25860,0,0,0,'Sapphire Hive Wasp','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,44,0,0,0,0,314,466,81,1,1,28086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28087,0,0,0,0,0,26359,0,0,0,'Sapphire Hive Queen','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,44,0,0,0,0,324,480,88,1,0,28087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38477,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28088,0,0,0,0,0,17275,0,0,0,'Moveto Test - Moves','Expedition Leader','',0,68,68,1,1659,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28089,0,0,0,0,0,25129,0,0,0,'Sseratus','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,537166592,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28090,0,0,0,0,0,25097,25098,25099,25100,'Crusade Recruit','','',9650,71,71,2,2070,1,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,514,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_crusade_recruit',12340),
|
|
(28092,0,0,0,0,0,5988,0,0,0,'The Etymidian','','',0,80,80,2,35,2,1.5,1.14286,1,3,422,586,0,642,35,2000,2000,1,262144,2048,0,0,0,0,0,0,345,509,103,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28093,0,0,0,0,0,25103,25106,0,0,'Sholazar Tickbird','','',0,1,1,0,190,0,1.6,1.57143,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,159,1,0,0,'',12340),
|
|
(28094,0,0,0,0,0,27658,0,0,0,'Wintergrasp Demolisher','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,1,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,28094,0,0,0,0,0,0,0,0,54107,50896,0,0,0,0,0,0,0,106,0,0,'',0,3,1,10.2958,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),
|
|
(28095,0,0,0,0,0,25380,0,0,0,'Tracker Gekgek','','',0,78,78,2,2060,2,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4339,7231,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28096,0,0,0,0,0,809,0,0,0,'Hardknuckle Charger','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,9,0,0,0,0,314,466,81,1,1,28096,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28097,0,0,0,0,0,26618,0,0,0,'Pitch','','',0,76,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28097,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38703,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28098,0,0,0,0,0,26583,842,0,0,'Hardknuckle Forager','','',0,76,76,2,189,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,9,0,0,0,0,305,452,74,1,1,28098,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28099,0,0,0,0,0,25105,0,0,0,'Corporal Maga','','',9651,75,75,2,2070,2,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28100,0,0,0,0,0,1072,0,0,0,'Lemming','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28101,0,0,0,0,0,22124,0,0,0,'Blighted Corpse','','',0,76,77,2,14,0,1,1.28968,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,42108,0,0,0,0,1,8388624,0,'',12340),
|
|
(28103,0,0,0,0,0,25218,0,0,0,'Urgreth of the Thousand Tombs','','',0,80,80,2,14,0,1,0.992063,1,3,417,582,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28104,0,0,0,0,0,7869,0,0,0,'Enraged Skeleton','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28105,0,0,0,0,0,25389,0,0,0,'Warlord Tartek','','',0,77,77,2,2060,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28106,0,0,0,0,0,25381,0,0,0,'Shaman Jakjek','','',9745,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28107,0,0,0,0,0,22607,0,0,0,'Lightningcaller Soo-met','','',9744,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28108,0,0,0,0,0,14706,0,0,0,'Bonescythe Ravager','','',0,75,76,2,2080,0,1,1.19048,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28108,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28109,0,0,0,0,0,23319,25643,0,0,'Mistwhisper Warrior','','',0,76,77,2,2064,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1512,2520,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28110,0,0,0,28109,0,25155,0,0,0,'Mistwhisper Oracle','','',0,76,77,2,2064,0,1,1.19048,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1514,2523,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28111,0,0,0,0,0,22607,25642,0,0,'Sparktouched Warrior','','',0,77,78,2,2064,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,28111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,1096,'SmartAI',0,3,1,0.5,1,1,0,39265,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28112,0,0,0,28111,0,25157,0,0,0,'Sparktouched Oracle','','',0,77,78,2,2064,0,1,1.19048,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,28112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,658,1096,'SmartAI',0,3,1,0.5,1,1,0,39265,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28113,0,0,0,0,0,31548,0,0,0,'Mosswalker Victim','','',9728,77,78,2,2063,1,1.11111,1.19048,1,0,387,543,0,528,1,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28114,0,0,0,0,0,25155,0,0,0,'Mistcaller Soo-gan','','',9743,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28115,0,0,0,0,0,25682,0,0,0,'Soo-holu','Will of the Titans','',0,80,80,2,2064,0,1,1.8,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,52331,52358,53032,52327,52321,0,0,0,0,134,0,0,'',0,3,1,5,1,1,0,38642,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(28116,0,0,0,0,0,25113,0,0,0,'Kartak the Abominable','','',0,80,80,2,2061,0,1,1.8,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,52316,52271,52311,52272,0,52274,0,0,0,132,0,0,'',0,3,1,5,1,1,0,38642,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(28117,0,0,0,0,0,25920,25921,25922,25923,'Argent Footman','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28118,0,0,0,0,0,26650,0,0,0,'Watery Lord','','',0,76,76,2,834,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,4,0,28118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38325,42107,42107,0,0,0,0,1,0,0,'',12340),
|
|
(28119,0,0,0,0,0,10426,0,0,0,'TEST- Theresa\'s frostsaber vehicle','','vehichleCursor',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28120,0,0,0,0,0,25464,0,0,0,'Lafoo','','',0,77,77,2,2063,2,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28121,0,0,0,0,0,25157,0,0,0,'Jaloot','','',9747,77,77,2,2063,3,1,1.30952,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28122,0,0,0,0,0,25155,0,0,0,'Moodle','','',9746,77,77,2,2063,3,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28123,0,0,0,0,0,7198,16949,3922,4100,'Venture Co. Excavator','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,39651,0,0,0,0,0,1,0,0,'',12340),
|
|
(28124,0,0,0,28123,0,20017,17456,11554,0,'Venture Co. Ruffian','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,39651,0,0,0,0,0,1,0,0,'',12340),
|
|
(28125,0,0,0,0,0,25117,0,0,0,'Dr. Rogers','','',0,71,71,2,2070,2,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28126,0,0,0,0,0,25118,0,0,0,'Don Carlos','','',9656,68,68,0,35,3,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,768,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28127,0,0,0,0,0,21360,0,0,0,'Softknuckle','','',0,1,5,0,35,0,1,0.992063,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28128,0,0,0,0,0,1126,11686,0,0,'Bristlepine Food Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28129,0,0,0,28566,0,25121,25120,0,0,'Longneck Grazer','','',0,75,76,2,1999,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28129,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,40394,0,0,0,0,0,1,0,0,'',12340),
|
|
(28130,0,0,0,0,0,169,11686,0,0,'Invis Lightning Stalker','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28131,0,0,0,0,0,25122,0,0,0,'Ugly Pete','','',0,68,68,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28132,28171,0,0,0,0,25124,0,0,0,'Don Carlos','','',0,68,68,1,1736,0,1,1.38571,1,1,231,325,0,292,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,2048,28132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,5200,'SmartAI',0,3,1,11,1,1,0,38329,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(28133,0,0,0,0,0,25132,0,0,0,'Crusader Jonathan','','',9654,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28135,0,0,0,0,0,17759,0,0,0,'Westguard Gryphon','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(28136,0,0,0,0,0,25131,0,0,0,'Crusader Jonathan','','',9660,75,76,2,2070,1,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28137,0,0,0,0,0,16480,19595,0,0,'Leave No One Behind Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28138,0,0,0,0,0,25376,0,0,0,'Elder Harkek','','',9741,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,28138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28139,0,0,0,0,0,25382,25383,25384,0,'Frenzyheart Pup','','',0,1,5,0,2060,0,0.666668,0.99206,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28140,0,0,0,0,0,25133,25173,25134,0,'Gorloc Hatchling','','',0,1,5,0,2063,0,1,1.19048,1,0,5,7,0,32,1,2000,2000,1,32768,2048,0,0,0,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28141,0,0,0,0,0,25137,0,0,0,'Crusader Lamoof','','',9655,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28142,0,0,0,0,0,25140,0,0,0,'Crusader Lamoof','','',9659,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28143,0,0,0,0,0,25142,0,0,0,'Crusader Josephine','','',9657,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33280,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28144,0,0,0,25495,0,22496,10627,23141,23142,'Mindless Aberration (Unkillable)','','',0,68,69,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28145,0,0,0,0,0,2076,0,0,0,'Lurking Basilisk','','',0,75,76,2,16,0,1.11111,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28145,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28148,0,0,0,0,0,25143,0,0,0,'Crusader Josephine','','',9658,75,75,2,2070,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28149,31392,0,0,0,0,26092,26090,26091,0,'Earthen Protector','','',0,80,80,2,35,0,1,0.992063,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28150,0,0,0,0,0,25092,0,0,0,'Destroyed Siege Tank','','',0,70,70,2,1981,0,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,570688256,2048,32,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28151,0,0,0,0,0,15102,0,0,0,'Muddled Prophet of Sseratus','','',0,76,76,2,2069,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,28151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28153,30917,0,0,0,0,25347,0,0,0,'Snowflake','','',0,79,79,2,16,0,1,0.992063,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28156,0,0,0,0,0,27206,27207,27208,27209,'Defeated Argent Footman','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,135428,2048,32,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28157,0,0,0,0,0,25158,25160,25161,25162,'Westguard Bombardier','','',0,75,75,2,1892,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28158,0,0,0,0,0,24996,0,0,0,'Withered Argent Footman','','',0,75,76,2,2068,0,0.4,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,43,1,8388624,0,'',12340),
|
|
(28159,0,0,0,28022,0,25165,0,0,0,'Scourgeheart Drakkari','','',0,75,76,2,2068,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,28159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,42108,0,0,0,0,0,48,1,8388624,0,'',12340),
|
|
(28160,0,0,0,0,0,25166,0,0,0,'Archmage Pentarus','','',10024,80,80,2,2007,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28161,0,0,0,0,0,26182,26183,26184,0,'Chicken Escapee','','LootAll',0,1,1,2,7,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28162,0,0,0,28022,0,27258,27253,0,0,'Drakkari Corpse','','LootAll',0,75,76,2,35,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,305,452,74,6,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(28163,28168,0,0,0,0,161,0,0,0,'Guerrero','','',0,68,68,1,190,0,1,1.42857,1,1,231,325,0,292,4.6,1200,2000,1,0,2048,0,1,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,3405,0,'',12340),
|
|
(28164,0,0,0,0,0,25125,0,0,0,'Don Carlos, Young, Hatless','','',0,68,68,0,190,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28165,31389,0,0,0,0,25176,0,0,0,'Iron Sludge','','',0,77,77,2,1965,0,1,1.14286,1,0,322,486,0,646,1.5,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_sjonnir_iron_sludge',1),
|
|
(28166,0,0,0,0,0,17612,0,0,0,'Unstable Sphere','','',0,80,80,2,16,0,2.4,0.857143,1,0,422,586,0,642,1,2000,0,1,33685504,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_oculus_unstable_sphere',12340),
|
|
(28167,0,0,0,0,0,25168,25169,25311,25312,'Stratholme Citizen','','',0,77,79,0,190,0,1,1.14286,1,0,404,564,0,582,1,2000,0,1,256,2048,8,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_cos_stratholme_citizien',12340),
|
|
(28168,0,0,0,0,0,161,0,0,0,'Guerrero (1)','','',0,72,72,1,190,0,1.2,1.14286,1,1,307,438,0,314,5.9,1200,2000,1,0,2048,0,1,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,144,1,3405,0,'',12340),
|
|
(28169,0,0,0,0,0,25171,25172,25313,25314,'Stratholme Resident','','',0,78,79,0,190,0,1,1.14286,1,0,404,564,0,582,1,2000,0,1,256,2048,8,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'npc_cos_stratholme_citizien',12340),
|
|
(28170,0,0,0,0,0,16053,0,0,0,'Frosthowl Screecher','','',0,75,76,2,14,0,1,2.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,0,28170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,42108,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(28171,0,0,0,0,0,25124,0,0,0,'Don Carlos (1)','','',0,72,72,1,1736,0,1.2,1.14286,1,1,307,438,0,314,13,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,2048,28171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,10400,'',0,3,1,15,1,1,0,38329,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(28172,0,0,0,0,0,25174,0,0,0,'Kunz\'s Warhorse','','',0,77,77,0,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28173,0,0,0,0,0,4626,25175,0,0,'[ph] exploding barrel','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28174,0,0,0,0,0,15900,0,0,0,'Grief Void','','',0,77,77,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(28175,0,0,0,0,0,28105,0,0,0,'Crusade Commander Korfax','','',10282,77,77,2,2070,3,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28176,0,0,0,0,0,16029,0,0,0,'Rimblat Earthshatter','The Earthen Ring','',10283,75,75,2,1727,3,1,1.14286,1,1,339,481,0,370,4.6,2000,2000,2,33024,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28177,0,0,0,0,0,16030,0,0,0,'Rayne','Cenarion Circle','',10284,74,74,0,994,3,1,1.14286,1,1,325,464,0,334,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,285,423,48,7,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28178,0,0,0,0,0,28104,0,0,0,'Avenger Metz','','',7157,75,75,0,2070,3,1,1.38571,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28179,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28180,0,0,0,0,0,25182,25183,25184,0,'[ph] Goblin Construction Crew','','',0,55,56,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28181,0,0,0,0,0,169,25181,0,0,'Zul\'Drak Gateway Trigger','','',0,1,1,0,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28182,0,0,0,0,0,26500,0,0,0,'Dusk','','',0,80,80,0,1733,0,2.5,2.5,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(28183,0,0,0,0,0,28419,0,0,0,'Centrifuge Core','','',0,70,70,2,16,0,1,1.14286,1,0,252,357,0,304,1,2000,0,1,33718276,2048,8,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28184,0,0,0,0,0,25187,0,0,0,'[DND] under water construction crew','','',0,55,56,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28186,0,0,0,0,0,1269,0,0,0,'Foreman Swindlegrin','','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,2274,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28187,0,0,0,0,0,19296,0,0,0,'Retired Onslaught Warhorse','','',0,72,72,2,67,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,182,1,0,0,'',12340),
|
|
(28188,0,0,0,0,0,25192,0,0,0,'Meatpie','Swindlegrin\'s Bodyguard','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,28188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,2283,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28189,0,0,0,0,0,25514,0,0,0,'Prince Valanar','The San\'layn','',0,72,72,0,14,0,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,3,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28190,0,0,0,0,0,16480,19595,0,0,'Venture Bay Kill Credit Bunny - Grizzly Hills','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28191,0,0,0,0,0,23319,0,0,0,'Oracle Soo-rahm','','',0,76,76,2,35,2,1,1.19048,1,0,300,436,0,193,1,2000,2000,8,0,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28192,0,0,0,0,0,27753,0,0,0,'Archmage Pentarus\' Flying Machine','','',0,75,75,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(28194,0,0,0,0,0,25541,0,0,0,'Prince Tenris Mirkblood','The San\'layn','',0,70,70,1,21,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,52.5,10,1,0,0,0,0,0,0,0,176,1,8388624,0,'',12340),
|
|
(28195,0,0,0,0,0,25198,0,0,0,'Bilko Driftspark','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28196,0,0,0,0,0,25197,0,0,0,'Cid Flounderfix','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28197,0,0,0,0,0,25196,0,0,0,'Kip Trawlskip','Flight Master','',0,75,75,2,35,8192,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28198,0,0,0,0,0,21624,25204,0,0,'Rocket Launcher','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28199,31188,0,0,0,0,25199,0,0,0,'Tomb Stalker','','',0,79,80,2,2075,0,1,1.14286,1,1,422,586,0,642,7.5,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28199,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28200,31184,0,0,0,0,25200,0,0,0,'Dark Necromancer','','',0,79,80,2,2075,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,8,28200,28200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28201,31200,0,0,0,0,25281,0,0,0,'Bile Golem','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,28201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28202,0,0,0,0,0,1141,1418,2176,0,'Zul\'Drak Rat','','LootAll',0,1,1,0,188,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28203,0,0,0,0,0,25203,0,0,0,'Gorged Lurking Basilisk','','LootAll',0,75,76,2,190,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28203,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28204,0,0,0,0,0,25205,0,0,0,'Apprentice Pestlepot','','',9664,76,76,2,2070,3,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28205,0,0,0,0,0,25934,0,0,0,'Alchemist Finklestein','','',9668,78,78,2,2070,3,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_finklestein',12340),
|
|
(28206,0,0,0,0,0,25209,0,0,0,'[DND] L70ETC Drums','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28207,0,0,0,0,0,25214,0,0,0,'Cerberon','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28208,0,0,0,0,0,24497,0,0,0,'Hailscorn','','',0,80,80,2,14,0,1.2,1.57143,1,3,417,582,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,5,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28209,0,0,0,0,0,25210,0,0,0,'Mizli Crankwheel','','',9665,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28210,0,0,0,0,0,25212,0,0,0,'Ognip Blastbolt','','',9666,50,50,0,35,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28211,0,0,0,0,0,25214,0,0,0,'Glonn','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28212,0,0,0,0,0,25215,0,0,0,'Bythius the Flesh-Shaper','','',0,80,80,2,14,0,1,1.14286,1,3,422,586,0,642,7.5,3000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28213,0,0,0,0,0,3188,0,0,0,'Hardknuckle Matriarch','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,9,0,0,0,0,314,466,81,1,1,28213,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28214,0,0,0,0,0,25385,0,0,0,'Goregek the Gorilla Hunter','','',0,77,77,2,2060,2,0.66667,0.99206,1,0,371,522,0,478,1,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28215,0,0,0,0,0,25387,0,0,0,'Dajik the Wasp Hunter','','',0,77,77,2,2060,0,0.666668,0.99206,1,0,371,522,0,478,1,2000,2000,2,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28216,0,0,0,0,0,25385,0,0,0,'Zepik the Gorloc Hunter','','',9748,77,77,2,2060,3,0.66667,0.99206,1,0,371,522,0,478,1,2000,2000,2,32776,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28217,0,0,0,0,0,25016,0,0,0,'Injured Rainspeaker Oracle','','',9677,77,78,2,35,3,1,0.85714,1,0,322,466,0,236,1,2000,2000,8,33024,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28218,0,0,0,28271,0,22496,0,0,0,'Snowblind Ghoul','','',0,76,77,2,14,0,0.777776,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28220,0,0,0,28271,0,10975,0,0,0,'Frostbitten Corpse','','',0,76,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28221,0,0,0,0,0,18043,0,0,0,'Trapdoor Crawler','','',0,75,76,2,16,0,1,1.28571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,3,0,0,0,0,305,452,74,1,1,28221,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38610,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28222,0,0,0,0,0,25928,0,0,0,'The Etymidian','','',0,80,80,2,35,16777216,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,16777224,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,50978,50980,50985,50983,54166,0,0,0,0,111,0,0,'',0,3,1,18,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28224,0,0,0,0,0,13069,0,0,0,'Trapdoor Crawler Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28225,0,0,0,0,0,25219,0,0,0,'Griz Gutshank','Arena Vendor','',0,60,60,0,35,128,1,1.14286,1,0,104,138,0,252,3.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28226,0,0,0,0,0,25221,0,0,0,'Snaggletooth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28227,0,0,0,0,0,25221,0,0,0,'Slobbermouth','','',0,55,55,0,35,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28228,0,0,0,0,0,25222,0,0,0,'Crusader Valus','','',0,76,76,2,2070,2,1,1.14286,1,1,352,499,0,408,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28229,0,0,0,0,0,7198,16949,3922,4100,'Venture Co. Pilot','','',0,75,75,2,14,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,235,1,0,0,'',12340),
|
|
(28230,0,0,0,0,0,20570,15294,0,0,'Nozronn\'s Eye','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28231,30525,0,0,0,0,27609,0,0,0,'Crystalline Tender','','',0,71,71,2,16,0,1.6,1.14286,1,1,296,424,0,290,6,2000,2000,2,32832,2048,0,0,0,0,0,0,260,387,37,7,8,28231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4069,6781,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(28232,0,0,0,0,0,25296,0,0,0,'Sanguine Spirit','','',0,70,70,1,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),
|
|
(28233,0,0,0,0,0,16053,0,0,0,'Zul\'Drak Bat','','',0,75,76,2,190,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,24,0,0,0,0,305,452,74,1,1,28233,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38620,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28234,0,0,0,0,0,169,11686,0,0,'Tribunal of the Ages','','',0,80,80,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28235,31874,0,0,0,0,169,17200,0,0,'Dark Matter','','',0,77,77,2,114,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28236,0,0,0,0,0,28046,0,0,0,'Azure Ring Captain','','',0,80,80,2,16,0,1,1.71429,1,1,417,582,0,608,7.5,2000,0,2,33718276,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,5,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28237,31875,0,0,0,0,11686,0,0,0,'Dark Matter Target','','',0,80,80,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28239,31628,0,0,0,0,11686,0,0,0,'Arcane Beam','','',0,80,80,2,14,0,2.2,0.785714,1,0,422,586,0,642,1,2000,0,1,33718272,2048,8,0,0,0,0,0,345,509,103,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,86,1,0,0,'',12340),
|
|
(28240,0,0,0,0,0,16480,19595,0,0,'Finklestein\'s Cauldron Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28241,0,0,0,0,0,23365,0,0,0,'Venture Co. Air Patrol','','',0,75,75,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),
|
|
(28242,0,0,0,28271,0,25940,0,0,0,'Risen Reaver','','',0,80,80,2,14,0,1,1.07143,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28243,0,0,0,0,0,25254,0,0,0,'Thrym','The Hope Ender','',0,80,80,2,974,0,4,3.57143,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,28243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,249,1,8388624,0,'',12340),
|
|
(28244,0,0,0,0,0,1619,0,0,0,'Eitrigg','','',2901,75,75,2,2070,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28245,0,0,0,0,0,4436,0,0,0,'QA Test First Aid Trainer','Medic','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28246,0,0,0,28022,0,7534,0,0,0,'Sky Terror','','',0,75,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'AgressorAI',0,7,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28247,0,0,0,0,0,25255,25293,25294,0,'Argent Crusader','','',0,75,76,2,2073,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28248,0,0,0,0,0,16480,19595,0,0,'Alchemist KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28249,31179,0,0,0,0,569,0,0,0,'Devouring Ghoul','','',0,77,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28250,0,0,0,0,0,14355,0,0,0,'Wyrmrest Protector Visual (Black)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28251,0,0,0,0,0,14356,0,0,0,'Wyrmrest Protector Visual (Blue)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28252,0,0,0,0,0,25257,0,0,0,'Wyrmrest Protector Visual (Nether)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28253,0,0,0,0,0,23310,0,0,0,'Mistwhisper Lightning Cloud','','',0,1,1,2,7,0,0.8,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(28254,0,0,0,0,0,1126,11686,0,0,'Mistwhisper Lightning Target','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28255,0,0,0,0,0,25269,0,0,0,'Malas the Corrupter','','',0,76,76,2,2068,0,1,1,1,1,352,499,0,408,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,302,449,57,6,0,28255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,38521,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28256,0,0,0,0,0,21624,25204,0,0,'Voice of Nozronn','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28257,0,0,0,0,0,25267,0,0,0,'Hath\'ar Necromagus','','',0,75,76,2,2068,0,1,0.99206,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,28257,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28258,0,0,0,0,0,23819,0,0,0,'Hath\'ar Skimmer','','',0,75,76,2,2068,0,0.833332,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28258,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38514,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28259,0,0,0,0,0,25077,25023,25024,25025,'Defeated Argent Footman (Transform)','','',0,75,76,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28260,0,0,0,0,0,328,19595,0,0,'Defeated Argent Footman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133312,2048,32,0,0,0,0,0,305,452,74,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28261,0,0,0,0,0,25260,0,0,0,'Crag Steelbeard','','',0,74,74,2,2070,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28262,0,0,0,0,0,25261,0,0,0,'Montegue Krole','','',0,75,75,2,2070,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28263,0,0,0,0,0,25262,0,0,0,'Birmingheim','','',0,75,75,2,2070,0,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28264,0,0,0,0,0,25263,0,0,0,'Argent Horseman','','',0,75,76,2,2073,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28265,31878,0,0,0,0,11686,0,0,0,'Searing Gaze','','',0,80,80,0,114,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28266,0,0,0,0,0,25264,0,0,0,'Professor Calvert','','',0,77,77,2,35,2,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28267,0,0,0,0,0,25265,0,0,0,'Coyote Spirit','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,1,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28268,0,0,0,28158,0,24996,0,0,0,'Scourged Argent Footman','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28268,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28269,0,0,0,0,0,22601,0,0,0,'Flying Machine Vehicle','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(28270,0,0,0,0,0,23681,0,0,0,'Jintha\'kalar Scourge (PROXY DO NOT SPAWN)','','',0,74,74,2,1814,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28271,0,0,0,0,0,23745,0,0,0,'Glacial Breach Scourge Credit','','',0,75,76,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28273,0,0,0,0,0,10811,13069,0,0,'Arranged Crystal Formation Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28274,0,0,0,0,0,25266,0,0,0,'Plague Sprayer','','',0,80,80,2,14,0,0.2,1,1,1,346,499,0,287,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,42,1,0,0,'',12340),
|
|
(28276,30991,0,0,0,0,26089,0,0,0,'Greater Ley-Whelp','','',0,79,79,2,16,0,1.11111,1.14286,1,1,404,564,0,582,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,334,494,95,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,3.1746,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28277,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',10218,70,70,0,35,1,1.2,2.85714,1,0,252,357,0,304,1,2000,2000,1,295680,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(28278,0,0,0,0,0,24908,0,0,0,'Ravenous Plaguehound','','',0,74,75,0,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28279,0,0,0,0,0,1126,21636,0,0,'Sholazar Witch Light','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,125,1,0,128,'',12340),
|
|
(28280,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 83 High Damage','QA Punching Bag','',0,83,83,2,7,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,71.7103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28282,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 82 High Damage','QA Punching Bag','',0,82,82,2,7,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,74.1785,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28283,0,0,0,0,0,25270,0,0,0,'Sergeant Moonshard','','',9672,76,76,2,2070,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28284,0,0,0,0,0,25271,0,0,0,'Specialist Cogwheel','','',9673,76,76,2,2070,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28288,0,0,0,0,0,26282,0,0,0,'Farunn','','',0,76,76,2,14,0,1,0.992063,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28288,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38522,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28289,0,0,0,0,0,1126,17612,0,0,'Plague Sprayer Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28292,0,0,0,0,0,25008,0,0,0,'[DND] taxi flavor eagle','','',0,72,73,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(28293,0,0,0,0,0,16480,19595,0,0,'Muddy Mire Maggot KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28294,0,0,0,0,0,16480,19595,0,0,'Withered Batwing KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28295,0,0,0,0,0,16480,19595,0,0,'Amberseed KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28296,0,0,0,0,0,16480,19595,0,0,'Chilled Serpent Mucus KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28297,0,0,0,28566,0,25274,0,0,0,'Shango','','',0,76,76,2,2030,0,1,1.38571,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,2,0,0,0,0,305,452,74,1,1,28297,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38523,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(28298,0,0,0,0,0,25107,0,0,0,'Captive Crocolisk','','',9674,75,75,2,2060,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,295680,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28299,0,0,0,0,0,10811,13069,0,0,'Frenzyheart Hill Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28300,0,0,0,0,0,10811,13069,0,0,'Mistwhisper Refuge Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28301,0,0,0,0,0,11686,0,0,0,'ZP - Retch! Bunny','','',0,1,1,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28302,0,0,0,0,0,25280,0,0,0,'Acherus Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28303,0,0,0,0,0,24443,0,0,0,'Drakkari Water Binder','','',0,75,76,2,2069,0,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,28303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,2273,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28304,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28305,0,0,0,0,0,16480,19595,0,0,'Drakkari Pedestal 03','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28306,0,0,0,0,0,4590,0,0,0,'Anti-Magic Zone','','',0,1,1,0,58,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33556480,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,50461,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28307,0,0,0,0,0,10811,13069,0,0,'Croclisk Chain Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28308,0,0,0,0,0,25107,0,0,0,'Captive Crocolisk','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(28309,0,0,0,0,0,25291,0,0,0,'Sub-Lieutenant Jax','','',9675,78,78,2,2070,3,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28310,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Buff Spammer','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28311,0,0,0,0,0,9783,0,0,0,'QA Test Dummy 80 Spell Reflector','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,2000,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28312,0,0,0,0,0,25292,0,0,0,'Wintergrasp Siege Engine','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,28312,0,0,0,0,0,0,0,0,54109,0,0,0,0,0,0,0,0,117,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),
|
|
(28313,0,0,0,0,0,25295,0,0,0,'Apothecary Scyllis','Royal Apothecary Society','',0,71,71,2,1928,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28314,0,0,0,0,0,23170,0,0,0,'Longrunner Nanik','','',0,71,71,2,1922,2,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28315,0,0,0,0,0,25381,0,0,0,'Shaman Vekjik','','',9678,78,78,2,35,1,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vekjik',12340),
|
|
(28316,0,0,0,0,0,16480,19595,0,0,'Defeated Argent Footman KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28317,0,0,0,0,0,25298,0,0,0,'Bushwhacker','','',0,76,76,2,14,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,28317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38559,0,0,0,0,0,0,1,0,0,'npc_bushwhacker',12340),
|
|
(28318,0,0,0,0,0,25299,0,0,0,'Grand Apothecary Putress','','',0,80,80,2,1981,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28319,0,0,0,0,0,25301,0,0,0,'Wintergrasp Siege Turret','','Gunner',0,80,80,0,35,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,57609,0,0,0,0,0,0,0,0,116,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(28320,0,0,0,0,0,25328,25329,0,0,'Servant of Freya','','',0,76,77,2,2081,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,4,0,28320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28322,0,0,0,0,0,25077,25023,25024,25025,'Escaped Gladiator','','',0,75,76,2,2073,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28323,0,0,0,0,0,9013,0,0,0,'Mossy Rampager','','',0,75,76,2,16,0,0.666668,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,256,28323,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28324,0,0,0,0,0,25308,0,0,0,'Crusader Whathah','','',0,71,71,2,2070,0,1,1.14286,1,0,299,426,0,308,1,1500,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28325,0,0,0,0,0,25466,0,0,0,'Ravenous Mangal Crocolisk','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,6,0,0,0,0,314,466,81,1,1,28325,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28327,0,0,0,0,0,25381,0,0,0,'Shaman Vekjik','','',0,78,78,2,35,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28328,0,0,0,0,0,25310,0,0,0,'Drostan','','',0,76,76,2,35,2,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28329,0,0,0,0,0,21854,0,0,0,'Slurpo Fizzykeg','Brewfest Agent','',0,70,70,0,775,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28330,0,0,0,0,0,16480,19595,0,0,'Ancient Dirt KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28332,0,0,0,0,0,20570,11686,0,0,'Generic Trigger LAB (Large AOI)','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28333,0,0,0,0,0,1126,17188,0,0,'ELM General Purpose Bunny (scale x0.25)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28340,0,0,0,0,0,25168,25169,0,0,'Stratholme Citizen','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,28340,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28341,0,0,0,0,0,25313,25314,0,0,'Stratholme Resident','','',0,80,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,1,768,2048,0,0,0,0,0,0,341,506,80,7,0,28341,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28342,0,0,0,0,0,18043,0,0,0,'Trapdoor Ambusher','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,3,0,0,0,0,305,452,74,1,1,28342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28343,0,0,0,0,0,10746,0,0,0,'Meeda','Banker','',0,65,67,1,35,0,1,1.14286,1,0,204,287,0,272,1,2000,2000,2,33024,2048,0,0,0,0,0,0,170,253,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28344,0,0,0,0,0,7341,0,0,0,'Blazzle','Blacksmithing Supplies','',0,65,67,1,35,128,1,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,39,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28345,0,0,0,0,0,24448,0,0,0,'Drakkari Spirit','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,28345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28346,0,0,0,0,0,25318,0,0,0,'Crunchy','Debaar\'s Pet','',0,5,5,0,35,0,1,0.99206,1,0,5,7,0,32,1,2000,2000,1,256,2048,0,0,0,0,0,0,3,4,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28347,0,0,0,0,0,25319,0,0,0,'Miles Sidney','Poison Supplies','',0,25,25,0,12,1153,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28348,0,0,0,0,0,25320,25322,25323,25324,'(Wrathgate Monster) Forsaken Blightspreader (Gas Mask)','','',0,80,80,2,1981,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28349,0,0,0,0,0,25240,0,0,0,'Risen Vrykul Berserker','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28350,0,0,0,0,0,25243,0,0,0,'Risen Vrykul Magus','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28351,0,0,0,0,0,18783,16925,0,0,'Flame Breath Trigger (Skadi)','','',0,80,80,2,21,0,1,0.992063,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28352,0,0,0,0,0,16480,19595,0,0,'Nethurbian Crater KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28353,0,0,0,0,0,25321,0,0,0,'Forsaken Blightspreader (Red)','','',0,80,80,2,1981,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28354,0,0,0,0,0,16176,0,0,0,'Forsaken Scientist (Blight Backpack)','','',0,80,80,2,1981,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28355,0,0,0,0,0,25336,0,0,0,'Wright Williams','','',0,25,25,0,12,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,512,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28356,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,0,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28357,0,0,0,0,0,16582,0,0,0,'Instructor Razuvious','','',0,83,83,2,2082,2,1.8,1.71429,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,168,1,8388624,0,'',12340),
|
|
(28358,0,0,0,0,0,25330,0,0,0,'Venomtip','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,35,0,0,0,0,314,466,81,1,1,28358,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28359,0,0,0,0,0,2402,0,0,0,'Scout Knowles\'s Mount','','',0,68,68,2,1973,0,1,1.38571,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28360,0,0,0,0,0,25333,0,0,0,'Riding Fizzcrank Flyer Taxi','','',0,60,60,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(28361,0,0,0,0,0,19259,0,0,0,'Riding Dragonhawk (A)','','',0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28362,0,0,0,0,0,25334,0,0,0,'Glinting Dirt','','',0,1,1,0,2063,0,0.8,0.571429,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28363,0,0,0,0,0,25335,0,0,0,'Big Battle Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28364,0,0,0,0,0,7923,0,0,0,'Slim\'s Test Mage','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28365,0,0,0,0,0,7923,0,0,0,'Slim\'s Test Warlock','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28366,0,0,0,0,0,27101,0,0,0,'Wintergrasp Tower Cannon','','Gunner',0,80,80,0,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32772,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,51421,0,0,0,0,0,0,0,0,244,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(28367,0,0,0,0,0,23980,24719,0,0,'Acherus Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28368,30820,0,0,0,0,27255,27256,0,0,'Ymirjar Necromancer','','',0,79,79,2,21,0,1,1.14286,1,1,334,482,0,260,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,306,454,64,7,0,28368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4815,10475,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28369,0,0,0,0,0,25339,0,0,0,'Burning Skimmer','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(28370,0,0,0,0,0,24364,24549,24550,24551,'7th Legion Siege Engineer (DVD)','','',0,69,71,2,1892,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28371,0,0,0,0,0,25340,0,0,0,'Sparkling Hare','','',0,1,1,0,188,0,1,2,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(28372,0,0,0,0,0,2177,0,0,0,'Glinting Bug','','',0,1,1,0,188,0,3.2,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),
|
|
(28373,0,0,0,0,0,25342,25343,0,0,'Cultist Infiltrator','Cult of the Damned','',0,76,77,2,2080,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2398,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28374,0,0,0,0,0,25344,0,0,0,'Zootfizzle','','',9723,76,76,2,35,3,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28375,0,0,0,0,0,2597,0,0,0,'Glrglrglr','','',9685,71,71,2,1968,3,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,33536,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28376,0,0,0,0,0,25345,0,0,0,'Dorian Drakestalker','','',9688,77,77,2,35,3,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28377,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',9764,72,72,2,2082,3,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28378,0,0,0,28566,0,26713,0,0,0,'Primordial Drake','','',0,76,77,2,14,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28378,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,38642,42106,0,0,0,0,0,1,0,0,'',12340),
|
|
(28379,0,0,0,28566,0,26423,0,0,0,'Shattertusk Mammoth','','',0,76,77,2,190,0,0.666668,0.95238,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,28379,0,70211,0,0,0,0,0,0,51660,0,0,0,0,0,0,0,0,206,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(28380,0,0,0,28566,0,27273,0,0,0,'Shattertusk Bull','','',0,76,77,2,14,0,0.666668,0.952381,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,0,28380,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(28381,0,0,0,0,0,23434,0,0,0,'Shattertusk Calf','','',0,76,76,2,190,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,28381,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.92,1,1,0,38642,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(28382,0,0,0,0,0,26361,0,0,0,'Hotawa','','',0,72,72,2,1950,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28383,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28384,31382,0,0,0,0,21130,0,0,0,'Lesser Air Elemental','','',0,77,77,2,16,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28385,0,0,0,0,0,10353,2483,10395,10277,'Scarlet Crusade Prisoner','','',0,52,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28386,0,0,0,0,0,16149,16093,16107,16148,'Argent Dawn Prisoner','','',0,50,54,0,14,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28387,0,0,0,0,0,23349,23348,0,0,'Zim\'Torga Defender','','',0,76,77,2,1770,0,1.55556,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28388,0,0,0,0,0,27838,27840,0,0,'Jin\'Alai Warrior','','',0,76,77,2,1771,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1441,2401,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28389,0,0,0,0,0,28345,0,0,0,'Primordial Hatchling','','Pickup',0,76,77,2,190,16777216,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28389,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42106,0,0,0,0,0,1,0,0,'',12340),
|
|
(28390,0,0,0,0,0,25356,25354,25358,25359,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28391,0,0,0,0,0,25355,25361,25362,25360,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28392,0,0,0,0,0,25364,25367,25365,25366,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28393,0,0,0,0,0,25370,25368,25372,25371,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,570720256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28394,0,0,0,0,0,25373,25369,25357,25363,'Death Knight Initiate','','',0,55,55,0,1770,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28395,0,0,0,0,0,25374,25375,0,0,'DK (Human Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28396,0,0,0,0,0,27841,27842,0,0,'Captured Champion','','',0,76,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28397,0,0,0,0,0,25936,0,0,0,'Footman Hordum','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28398,0,0,0,0,0,25935,0,0,0,'Crusader Brune','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28399,0,0,0,0,0,24874,0,0,0,'Zeptek the Destroyer','','',0,77,77,2,2061,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,1,0,28399,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28400,0,0,0,0,0,2575,0,0,0,'Northrend Leatherworking Trainer','Leatherworking Trainer','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28401,0,0,0,0,0,28008,0,0,0,'Har\'koa','','',9749,83,83,2,190,3,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28402,0,0,0,0,0,27253,0,0,0,'Claw of Har\'koa','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2398,'',0,3,1,1,1,1,0,39150,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28403,0,0,0,0,0,27453,0,0,0,'Har\'koan Subduer','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1443,2405,'SmartAI',0,3,1,1,1,1,0,39150,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28404,0,0,0,0,0,25708,0,0,0,'Cursed Offspring of Har\'koa','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,2,0,0,0,0,314,466,81,1,1,28404,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28405,0,0,0,0,0,24993,24994,24995,0,'Acherus Ghoul','','',0,62,66,1,2082,0,0.8,0.99206,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28406,0,0,0,0,0,25375,25424,25426,25412,'Death Knight Initiate','','Speak',9765,55,55,0,2084,1,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33536,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52372,52373,52374,52375,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_death_knight_initiate',12340),
|
|
(28407,0,0,0,0,0,24698,24978,25390,25391,'Fjord Penguin','','',0,1,1,0,7,0,1,1,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28408,0,0,0,0,0,20245,0,0,0,'Primordial Drake Egg','','',0,76,77,2,1885,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28409,0,0,0,0,0,25392,0,0,0,'Time Rift (CoT Stratholme)','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28410,31665,0,0,0,0,25393,0,0,0,'Dragonflayer Spiritualist','','',0,70,71,2,1885,0,1,1.28571,1,1,255,373,0,137,7.5,2000,2000,8,32832,2048,0,0,0,0,0,0,240,358,31,7,0,28410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2987,4979,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28411,0,0,0,0,0,23348,22249,0,0,'Frozen Earth','','',0,76,77,2,834,0,1.55556,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,512,28411,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38681,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28412,0,0,0,0,0,25395,0,0,0,'Hath\'ar Broodmaster','','',0,75,76,2,2068,0,1,0.99206,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,28412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28413,0,0,0,0,0,24925,0,0,0,'Nerubian Cocoon','','',0,75,75,0,14,0,1,1,1,0,342,485,0,392,1,6000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28414,0,0,0,0,0,27258,27253,0,0,'Drakkari Captive','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,8388624,0,'',12340),
|
|
(28415,0,0,0,0,0,25077,25023,25024,25025,'Captive Footman','','',0,75,76,2,2070,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28416,0,0,0,0,0,25400,0,0,0,'Rhunok','','',0,77,77,2,190,0,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,33280,2048,0,0,0,0,0,0,314,466,81,10,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28417,0,0,0,0,0,27876,27877,0,0,'Priest of Rhunok','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'SmartAI',0,3,1,1,1,1,0,38700,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28418,0,0,0,0,0,27874,27875,0,0,'Drakkari Bear Trapper','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'SmartAI',0,3,1,1,1,1,0,38700,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28419,31671,0,0,0,0,25402,0,0,0,'Frenzied Geist','','',0,70,70,2,1885,0,1,2.14286,1,0,252,357,0,304,1,1000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,0,28419,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,42108,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(28420,0,0,0,0,0,25403,25404,0,0,'DK (Human Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28421,0,0,0,0,0,25405,25406,0,0,'DK (Dwarf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28422,0,0,0,0,0,25407,25408,0,0,'DK (Gnome Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28423,0,0,0,0,0,25409,25410,0,0,'DK (Night Elf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28424,0,0,0,0,0,25411,25412,0,0,'DK (Draenei Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28425,0,0,0,0,0,25413,25414,0,0,'DK (Dwarf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28426,0,0,0,0,0,25415,25416,0,0,'DK (Gnome Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28427,0,0,0,0,0,25417,25418,0,0,'DK (Night Elf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28428,0,0,0,0,0,25419,25420,0,0,'DK (Draenei Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28429,0,0,0,0,0,25421,25422,0,0,'DK (Blood Elf Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28430,0,0,0,0,0,25423,25424,0,0,'DK (Orc Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28431,0,0,0,0,0,25425,25426,0,0,'DK (Forsaken Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28432,0,0,0,0,0,25427,25428,0,0,'DK (Troll Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28433,0,0,0,0,0,25429,25430,0,0,'DK (Tauren Male)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28434,0,0,0,0,0,25431,25432,0,0,'DK (Blood Elf Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28435,0,0,0,0,0,25433,25434,0,0,'DK (Troll Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28436,0,0,0,0,0,25435,25436,0,0,'DK (Orc Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28437,0,0,0,0,0,25437,25438,0,0,'DK (Forsaken Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28438,0,0,0,0,0,25439,25440,0,0,'DK (Tauren Female)','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28439,0,0,0,0,0,25441,0,0,0,'Time Rift (CoT Stratholme, Large)','','',0,70,70,2,35,0,1,0.992063,1,0,252,357,0,304,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28440,0,0,0,0,0,25390,25391,25390,25391,'Tundra Penguin','','',0,1,1,0,7,0,1,1,1.47,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28441,0,0,0,0,0,11686,0,0,0,'Great Horned Owl Hover Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28442,0,0,0,0,0,25442,0,0,0,'Prophet of Rhunok','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1431,2385,'',0,3,1,1,1,1,0,38695,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28443,0,0,0,0,0,25495,0,0,0,'Thalgran Blightbringer','','',0,77,77,2,14,0,1,1.07143,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,6,0,28443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,11,10,1,0,38642,0,0,0,0,0,0,1,12599353,0,'',12340),
|
|
(28444,0,0,0,0,0,25444,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2082,2,1,1.38571,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28445,0,0,0,0,0,14591,0,0,0,'Baron Rivendare','','',0,83,83,2,2082,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28446,0,0,0,0,0,25445,0,0,0,'Fury','','',0,80,80,0,2082,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(28447,0,0,0,0,0,25446,0,0,0,'Koltira Deathweaver','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28448,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28449,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28450,0,0,0,0,0,25686,0,0,0,'Unbound Charger','','',0,52,54,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(28451,0,0,0,0,0,24969,0,0,0,'Hemet Nesingwary','','',0,78,78,2,113,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28452,0,0,0,0,0,25683,0,0,0,'Elemental Rift','','',0,77,77,2,91,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,512,2048,0,0,0,0,0,0,311,463,62,4,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28453,0,0,0,0,0,16452,2405,2408,2410,'Riding Horse (Vehicle Demo)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28454,0,0,0,0,0,10811,13069,0,0,'Skyreach Pillar Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28455,0,0,0,0,0,10811,13069,0,0,'Rainspeaker Canopy Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28456,0,0,0,0,0,10811,13069,0,0,'Sparktouched Haven Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28457,0,0,0,0,0,10811,13069,0,0,'Spearborn Encampment Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28458,0,0,0,0,0,10811,13069,0,0,'Kartak\'s Hold Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28459,0,0,0,0,0,10811,13069,0,0,'Mosswalker Village Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28460,0,0,0,0,0,10811,13069,0,0,'Lifeblood Pillar Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28461,0,0,0,0,0,10811,13069,0,0,'Bristlepine Den Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28462,0,0,0,0,0,10811,13069,0,0,'Sapphire Hive Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28463,0,0,0,0,0,10811,13069,0,0,'River\'s Heart Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28464,0,0,0,0,0,25342,25343,0,0,'Cultist Corpse','','',0,76,77,2,35,2,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,537133056,2048,0,0,0,0,0,0,314,466,81,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28465,0,0,0,0,0,27816,27817,0,0,'Heb\'Drakkar Striker','','',0,76,77,2,2069,0,1,1.57143,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1443,2405,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(28466,0,0,0,0,0,4449,25455,0,0,'Fruit Tosser','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28467,0,0,0,0,0,26709,0,0,0,'Broodmother Slivina','','',0,77,77,2,14,0,1,1.14286,1,1,367,519,0,452,4.6,3000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,2,0,28467,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,39162,38642,42106,0,0,0,0,1,0,0,'',12340),
|
|
(28468,0,0,0,0,0,26624,0,0,0,'Stampy','','',0,80,80,2,190,16777216,1,1.14286,1,0,417,582,0,608,5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,51756,51751,51752,0,0,0,0,0,0,121,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,173,1,0,0,'',12340),
|
|
(28469,0,0,0,0,0,18783,25181,0,0,'[UNUSED]Altar of Quetz\'lun Gateway - Real World','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28470,0,0,0,0,0,25457,0,0,0,'Nether Ray Fry','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28471,0,0,0,0,0,25458,0,0,0,'Lady Alistra','','',9691,80,80,2,2104,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28472,0,0,0,0,0,25459,0,0,0,'Lord Thorval','','',9692,80,80,2,2082,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28473,0,0,0,0,0,11686,0,0,0,'Material You','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28474,0,0,0,0,0,25468,0,0,0,'Amal\'thazad','','',9693,80,80,2,2082,51,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28475,0,0,0,0,0,25401,0,0,0,'Runebladed Axe','','',0,55,55,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28476,0,0,0,0,0,25398,0,0,0,'Runebladed Sword','','',0,55,55,0,2082,0,1,1,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28477,0,0,0,0,0,25460,0,0,0,'Scion of Quetz\'lun','','',0,76,77,2,1924,0,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,27,0,0,0,0,314,466,81,1,1,28477,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28478,0,0,0,0,0,18783,25181,0,0,'Altar of Quetz\'lun Gateway','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28479,0,0,0,0,0,25461,0,0,0,'Witch Doctor Khufu','','',9694,78,78,2,35,3,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28480,0,0,0,0,0,25463,0,0,0,'Element-Tamer Dagoda','','',9697,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28481,0,0,0,0,0,23980,11686,0,0,'Runeforge (SE)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28482,0,0,0,0,0,11686,0,0,0,'Avatar of Freya Conversation Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28483,0,0,0,0,0,23980,11686,0,0,'Runeforge (SW)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28484,0,0,0,0,0,25465,0,0,0,'Scalper Ahunae','','',9698,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28485,0,0,0,0,0,21955,11686,0,0,'Blood Vat Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28486,0,0,0,0,0,25467,0,0,0,'Squire Edwards','','',0,78,78,2,35,0,0.8,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28487,0,0,0,0,0,24991,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28488,0,0,0,0,0,26919,0,0,0,'Coldwraith','','',0,55,56,0,2082,0,1,0.99206,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28489,0,0,0,0,0,25469,25470,25471,25472,'Disciple of Blood','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28490,0,0,0,0,0,25475,25476,25477,25478,'Disciple of Frost','','',0,55,57,0,2104,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28491,0,0,0,0,0,25479,25480,25481,25482,'Disciple of the Unholy','','',0,55,57,0,2082,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28492,0,0,0,0,0,16480,19595,0,0,'Drak\'Tharon - Drakuru Event Invisman 00','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(28493,0,0,0,0,0,25473,25474,0,0,'Blood Vat Corpse','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28494,0,0,0,0,0,27833,0,0,0,'Kutube\'sa','','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28494,28494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28495,0,0,0,0,0,25484,0,0,0,'Gawanil','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28496,0,0,0,0,0,25485,0,0,0,'Chulo the Mad','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28496,28496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1433,2388,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28497,0,0,0,0,0,25486,0,0,0,'Chad','','',0,70,70,2,35,2,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28498,0,0,0,0,0,28122,0,0,0,'The Lich King','','',0,83,83,2,14,0,2,0.992062,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),
|
|
(28499,0,0,0,0,0,25488,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28500,0,0,0,0,0,25498,0,0,0,'Master Siegesmith Corvus','','',9706,80,80,2,2082,4227,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28501,0,0,0,0,0,25489,0,0,0,'Ronakada','Blademaster','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28503,0,0,0,0,0,28121,0,0,0,'Overlord Drakuru','','',9731,77,77,2,974,3,1,1.14286,1,1,371,522,0,478,4.6,1500,2000,1,768,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28504,0,0,0,0,0,27330,27839,0,0,'Jin\'Alai Medicine Man','','',0,76,77,2,1771,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2408,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28505,0,0,0,0,0,25490,25492,25493,25494,'Enslaved Laborer','','',0,49,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28506,0,0,0,0,0,2676,1201,24707,828,'Mindless Laborer','','',0,49,56,0,2082,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28507,0,0,0,0,0,24818,24819,3422,24821,'Summon Vision Test - LAB','','',0,68,68,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(28509,0,0,0,0,0,1126,24719,0,0,'Building (CoT Stratholme)','','',0,80,80,2,1814,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28510,0,0,0,0,0,25496,0,0,0,'Scourge Commander Thalanor','','',0,80,80,2,2082,2,1,1.28968,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28511,0,0,0,0,0,26320,0,0,0,'Eye of Acherus','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,52006,51859,51904,52694,51890,0,0,0,0,0,0,0,'',0,7,4,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_eye_of_acherus',12340),
|
|
(28512,0,0,0,0,0,16214,0,0,0,'Quartermaster Ozorg','','',0,72,72,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28513,0,0,0,0,0,4185,0,0,0,'Vampiric Batling','','',0,1,1,1,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28514,0,0,0,0,0,21830,0,0,0,'Nalorakk','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28515,0,0,0,0,0,21831,0,0,0,'Jan\'alai','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28516,0,0,0,0,0,22256,0,0,0,'Akil\'zon','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(28517,0,0,0,0,0,21793,0,0,0,'Halazzi','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28518,0,0,0,0,0,25500,0,0,0,'Stefan Vadu','','',9709,75,75,2,2050,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28519,0,0,0,0,0,26857,0,0,0,'Withered Troll','','',0,74,75,2,2068,0,1,0.99206,1,0,342,485,0,392,1,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28520,0,0,0,0,0,16480,19595,0,0,'Hair Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28521,0,0,0,0,0,25498,0,0,0,'Nass','','',0,75,75,1,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33032,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.065894,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28523,0,0,0,0,0,16480,21342,0,0,'Nass Target KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28524,0,0,0,0,0,15983,0,0,0,'Worn Bloodworm','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28525,0,0,0,0,0,23980,11686,0,0,'New Avalon Forge','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28526,0,0,0,0,0,25378,0,0,0,'Released Offspring of Har\'koa','','',0,76,77,2,35,0,1,2,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'npc_released_offspring_harkoa',12340),
|
|
(28527,0,0,0,0,0,25502,0,0,0,'Chronicler To\'kini','','',9710,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28528,0,0,0,0,0,24993,24994,24995,0,'Vengeful Ghoul','','',0,50,52,0,2100,0,0.8,0.99206,1,0,87,117,0,214,1,2000,2000,1,0,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28529,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Crusader','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,28529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28530,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Commander','','',0,56,56,0,2089,0,1,1.38571,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28531,0,0,0,0,0,25511,0,0,0,'Frost Wyrm Mount','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28532,0,0,0,0,0,25512,0,0,0,'Bloodrose Datura','','',9714,75,75,2,2050,3,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28533,0,0,0,0,0,2404,0,0,0,'Riding Horse (Scarlet Commander)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28534,0,0,0,0,0,24991,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valkyr_battle_maiden',12340),
|
|
(28535,0,0,0,0,0,4449,25455,0,0,'Wants Orange','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28536,0,0,0,0,0,4449,25455,0,0,'Wants Papaya','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28537,0,0,0,0,0,4449,25455,0,0,'Wants Banana','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,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,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_still_at_it_trigger',12340),
|
|
(28538,0,0,0,0,0,25342,25343,0,0,'Cultist Saboteur','Cult of the Damned','',0,76,77,2,2080,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28539,0,0,0,0,0,4449,25455,0,0,'Steaming Valve','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28540,0,0,0,0,0,4449,25455,0,0,'Wants Fire','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,23,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28541,0,0,0,0,0,28109,0,0,0,'Captured Drakkari Scout','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,33536,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28542,0,0,0,0,0,23980,11686,0,0,'Scarlet Hold','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28543,0,0,0,0,0,23980,11686,0,0,'New Avalon Town Hall','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28544,0,0,0,0,0,23980,11686,0,0,'Chapel of the Crimson Flame','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28545,0,0,0,0,0,6909,0,0,0,'Distillo-matic 5000','','',0,5,5,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28546,31537,0,0,0,0,27484,0,0,0,'Ionar','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,4,72,28546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,42107,0,0,0,0,0,155,1,650854271,2097152,'boss_ionar',1),
|
|
(28547,30979,0,0,0,0,8715,0,0,0,'Storming Vortex','','',0,80,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,28547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,155,1,0,0,'',1),
|
|
(28548,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,2089,0,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28549,0,0,0,0,0,24434,0,0,0,'Captain Shely','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28550,0,0,0,0,0,24459,0,0,0,'Bishop Street','','',0,72,72,2,2089,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28551,0,0,0,0,0,24435,0,0,0,'Blacksmith Goodman','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28552,0,0,0,0,0,24438,0,0,0,'Foreman Kaleiki','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28553,0,0,0,0,0,24439,0,0,0,'Lead Cannonneer Zierhut','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28554,0,0,0,0,0,24412,0,0,0,'Torturer LeCraft','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28555,0,0,0,0,0,24436,0,0,0,'Stable Master Mercer','','',0,72,72,2,2089,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28556,0,0,0,0,0,24437,0,0,0,'Commander Jordan','','',0,73,73,2,2089,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28557,0,0,0,28763,0,24573,24570,24571,24572,'Scarlet Peasant','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28558,0,0,0,0,0,24458,0,0,0,'High Abbot Landgren','','',0,73,73,2,2089,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28559,0,0,0,0,0,25562,25563,25564,25565,'Citizen of New Avalon','','',0,45,45,0,2089,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28560,0,0,0,0,0,25566,25567,25568,25569,'Citizen of New Avalon','','',0,39,39,0,2089,0,1,1.14286,1,0,51,67,0,124,1,2000,2000,2,32768,2048,0,0,0,0,0,0,35,51,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28561,0,0,0,0,0,25515,0,0,0,'Spirit of Rhunok','','',9715,83,83,2,35,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28563,0,0,0,0,0,16480,21072,0,0,'Freya\'s Presence','','',0,78,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28564,0,0,0,0,0,16159,0,0,0,'Putrid Abomination','','',0,74,75,2,2068,0,1,1.14286,1,0,342,485,0,392,1,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28564,25351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38686,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28565,0,0,0,0,0,28283,0,0,0,'Decaying Ghoul','','',0,75,76,2,2068,0,0.8,0.99206,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,28565,28565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28566,0,0,0,0,0,25516,0,0,0,'\"Tipsy\" McManus','Grimbooze\'s Assistant','',9713,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mcmanus',12340),
|
|
(28567,0,0,0,0,0,11686,0,0,0,'Water Spout','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28568,0,0,0,0,0,25518,0,0,0,'Tamara Wobblesprocket','','',0,77,77,2,35,2,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_jungle_punch_target',12340),
|
|
(28569,0,0,0,0,0,25519,25544,0,0,'Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,36864,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28570,0,0,0,0,0,24999,25526,25527,25528,'Scourge Disguise','','',0,75,76,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28571,0,0,0,0,0,25522,0,0,0,'Foreman Wick','','',12600,46,46,0,12,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28572,0,0,0,0,0,25523,0,0,0,'Mason Goldgild','Royal Stonecutter\'s Guild','',12598,46,46,0,55,1,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,37376,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28573,0,0,0,0,0,25525,0,0,0,'Underwater Construction Worker','','',0,30,34,0,12,0,1,1.14286,1,0,47,63,0,114,1,2000,2000,1,37376,2048,0,0,0,0,0,0,33,48,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28574,0,0,0,0,0,25524,0,0,0,'Marvin Wobblesprocket','Flight Master','',0,76,76,2,35,8192,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28575,0,0,0,0,0,27878,0,0,0,'Rhunok\'s Tormentor','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,2409,'SmartAI',0,3,1,1,1,1,0,38696,38700,0,0,0,0,0,1,0,0,'',12340),
|
|
(28576,0,0,0,28764,0,25558,25559,25560,25561,'Citizen of Havenshire','','',0,30,50,0,2095,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,294912,2048,0,0,0,0,0,0,54,79,18,7,0,28576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28577,0,0,0,28764,0,25554,25555,25556,25557,'Citizen of Havenshire','','',0,30,45,0,2095,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28578,30967,0,0,0,0,25984,0,0,0,'Hardened Steel Reaver','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5045,8409,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28579,30966,0,0,0,0,25982,0,0,0,'Hardened Steel Berserker','','',0,79,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083,8471,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28580,30968,0,0,0,0,25985,0,0,0,'Hardened Steel Skycaller','','',0,79,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060,8433,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28581,30977,0,0,0,0,25759,0,0,0,'Stormforged Tactician','','',0,79,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,28581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5033,8389,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28582,30974,0,0,0,0,25754,0,0,0,'Stormforged Mender','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,2000,0,2,32832,2048,0,0,0,0,0,0,331,491,74,7,8,28582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5056,8426,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28583,30964,0,0,0,0,25654,0,0,0,'Blistering Steamrager','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,2000,0,2,32832,2048,0,0,0,0,0,0,331,491,74,4,8,28583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28584,30983,0,0,0,0,24905,0,0,0,'Unbound Firestorm','','',0,79,80,2,16,0,1,1,1,1,399,559,0,550,5,1750,0,2,32832,2048,0,0,0,0,0,0,331,491,74,4,8,28584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42107,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28585,30970,0,0,0,0,2170,0,0,0,'Slag','','',0,79,79,2,16,0,1,1,1,0,404,564,0,582,1,2000,0,1,32768,2048,0,0,0,0,0,0,334,494,95,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.3,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28586,31533,0,0,0,0,27301,0,0,0,'General Bjarngrim','','',0,81,81,2,16,0,1,1,1.3,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,104,28586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4998,8330,'',0,3,1,17,1,1,0,0,0,0,0,0,0,147,1,650854271,2097152,'boss_bjarngrim',1),
|
|
(28587,31536,0,0,0,0,27071,0,0,0,'Volkhan','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,5,104,28587,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20.7,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'boss_volkhan',1),
|
|
(28589,0,0,0,0,0,14701,0,0,0,'Gristlegut','','',9717,74,75,2,2068,131,1,1.14286,1,0,342,485,0,392,1,1500,2000,1,768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28590,0,0,0,0,0,25537,25538,25539,25540,'Corpse Explosion Rubble','','',0,59,60,0,233,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(28591,0,0,0,0,0,16480,19595,0,0,'Ghoul Feeding KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_feedin_da_goolz',12340),
|
|
(28593,0,0,0,0,0,25519,25544,0,0,'Construction Worker (Dwarf Appearance)','','',0,30,34,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28594,0,0,0,0,0,25545,25546,25547,25548,'Scarlet Preacher','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28594,0,0,0,0,0,0,0,0,15498,19725,34809,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28595,0,0,0,0,0,11686,0,0,0,'Freya\'s Horn Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28596,0,0,0,0,0,25520,0,0,0,'Dwarven Construction Worker','','',0,30,33,0,55,0,1,1.14286,1,0,46,61,0,112,1,2000,2000,1,36864,2048,0,0,0,0,0,0,32,47,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28597,0,0,0,0,0,26588,0,0,0,'Guardian of Zim\'Rhuk','','',0,76,77,2,16,0,1,0.99206,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,4,512,28597,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,39540,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28599,0,0,0,0,0,2177,0,0,0,'Plagueroach','','',0,74,75,2,2068,0,2.4,1.28571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,136,1,8388624,0,'',12340),
|
|
(28600,0,0,0,0,0,27253,0,0,0,'Heb\'Drakkar Headhunter','','',0,76,77,2,1771,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28601,0,0,0,0,0,23655,0,0,0,'High Cultist Herenn','','',0,78,78,2,2080,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,28601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38708,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28602,0,0,0,0,0,25342,25343,0,0,'Death\'s Hand Acolyte','','',0,77,78,2,2080,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,28602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28603,0,0,0,0,0,25553,0,0,0,'Blightguard','','',0,74,75,2,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,28603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28604,0,0,0,0,0,23005,11899,8659,9338,'Adventurous Dwarf','','',9724,75,75,2,35,1,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_adventurous_dwarf',12340),
|
|
(28605,0,0,0,0,0,229,239,237,0,'Havenshire Stallion','','vehichleCursor',0,53,54,0,2096,16777216,1,1.6,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),
|
|
(28606,0,0,0,0,0,25571,25572,0,0,'Havenshire Mare','','vehichleCursor',0,53,54,0,2096,16777216,1,1.6,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,1,0,0,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,123,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),
|
|
(28607,0,0,0,0,0,25574,25573,0,0,'Havenshire Colt','','vehichleCursor',0,48,49,0,2096,16777216,1,1.14286,1,0,83,110,0,200,1,2000,2000,1,32768,2048,0,0,0,0,0,0,57,84,19,1,0,28607,0,0,0,0,0,0,0,0,52264,52268,0,0,0,0,0,0,0,200,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,0,0,2,'',12340),
|
|
(28608,0,0,0,28763,0,10313,10314,10311,10312,'Scarlet Medic','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28609,0,0,0,28763,0,25503,25504,25505,25506,'Scarlet Infantryman','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,28609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28610,0,0,0,28984,0,10277,10279,10277,10279,'Scarlet Marksman','','',0,54,55,0,2089,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,7,0,28610,0,0,0,0,0,0,0,0,6660,18651,32915,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),
|
|
(28611,0,0,0,28763,0,25507,25508,25509,25510,'Scarlet Captain','','',0,54,55,0,2089,0,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,2048,28611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28612,0,0,0,0,0,25575,25576,25577,25578,'Knight of the Silver Hand','','',0,80,80,2,35,0,1,1.28968,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28613,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Wolf Rider','','',0,1,1,0,85,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28614,0,0,0,0,0,25579,0,0,0,'Scarlet Gryphon','','',0,53,54,0,2089,0,1,3.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,236,1,0,0,'',12340),
|
|
(28615,0,0,0,0,0,25527,0,0,0,'Baneflight','Flight Master','',6944,75,75,0,2050,8193,0.8,0.99206,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28616,0,0,0,0,0,25507,0,0,0,'Scarlet Gryphon Rider','','',0,54,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28617,0,0,0,0,0,16480,19595,0,0,'Drakuramas Teleport Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28618,0,0,0,0,0,25581,0,0,0,'Danica Saint','Flight Master','',6944,75,75,0,2070,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28619,0,0,0,0,0,16213,0,0,0,'Web Wrap','','',0,74,74,0,14,0,1,1,1,0,328,467,0,354,1,2000,2000,1,131076,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.221043,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28620,0,0,0,0,0,14584,0,0,0,'Riding Horse (Charger, Default Run Speed)','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28621,0,0,0,0,0,25582,0,0,0,'Grayson Ironwing','Flight Master','',6944,1,1,0,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28622,0,0,0,0,0,1126,17612,0,0,'Scalps! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28623,0,0,0,0,0,25583,0,0,0,'Gurric','Flight Master','',6944,75,75,2,2070,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28624,0,0,0,0,0,25584,0,0,0,'Maaka','Flight Master','',9783,77,77,0,35,8193,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28625,0,0,0,0,0,25587,0,0,0,'Riding Gyrocopter (Taxi)','','',0,40,40,0,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28626,0,0,0,0,0,25586,0,0,0,'Scarlet Peasant (Logs Transform Visual)','','',0,49,50,2,2095,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28627,0,0,0,0,0,23980,24719,0,0,'Wood Pile Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28628,0,0,0,0,0,18539,0,0,0,'Slim\'s Test Priest','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28629,0,0,0,0,0,5571,0,0,0,'Slim\'s Test Warrior','','',0,80,80,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28630,0,0,0,0,0,15983,0,0,0,'Blood Maggot','','',0,73,73,2,14,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.08,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28631,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28632,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28633,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny Dest Machine','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28635,0,0,0,0,0,1236,0,0,0,'Spirit Wolf','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(28636,0,0,0,0,0,25588,0,0,0,'Heb\'Jin','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,33024,2048,0,0,0,0,0,0,314,466,81,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(28637,0,0,0,0,0,21748,21751,21749,21750,'Apothecary Deathguard','','',0,75,75,1,714,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28638,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Researcher','','',0,71,71,2,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28639,0,0,0,0,0,11829,0,0,0,'Heb\'Jin\'s Bat','','',0,77,77,2,16,0,1,2,1,0,371,522,0,478,1,2000,2000,1,256,2048,0,0,0,0,0,0,314,466,81,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(28640,0,0,0,0,0,15294,0,0,0,'Summon Rune Trigger','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',12340),
|
|
(28641,0,0,0,28101,0,22124,0,0,0,'Blighted Corpse','','',0,76,77,2,14,0,1,1.28968,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,42108,42108,0,0,0,0,1,8388624,0,'',12340),
|
|
(28642,0,0,0,0,0,25589,0,0,0,'Scourge Sky Darkener','','',0,55,57,0,2084,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28643,0,0,0,0,0,23980,24719,0,0,'Rain of Darkness Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28644,0,0,0,0,0,23320,0,0,0,'Mosswalker Kill Credit','','',0,77,78,2,2063,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28645,0,0,0,0,0,25626,0,0,0,'Vic\'s Self Replicating Abomination (DND)','','vehichleCursor',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(28646,0,0,0,0,0,25671,0,0,0,'Pilot Vic','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28647,0,0,0,0,0,25589,0,0,0,'Orithos the Sky Darkener','','',0,80,80,2,2084,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28648,0,0,0,0,0,21955,11686,0,0,'Blood Machine Bunny Dest Vat','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28650,0,0,0,0,0,25591,0,0,0,'Nayura','Dockmaster','',9729,45,45,0,80,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,768,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28651,0,0,0,0,0,10699,0,0,0,'Abominable Messenger','','',0,65,65,1,714,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28652,0,0,0,0,0,15093,0,0,0,'Mysterious Gypsy','','',0,60,60,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28653,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',9739,80,80,2,2084,3,1,1.19048,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28654,0,0,0,0,0,15649,0,0,0,'Dark Rider of Acherus','','',0,55,55,0,2084,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,28654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28655,0,0,0,0,0,23980,24719,0,0,'Sky Darkener Target','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28656,0,0,0,0,0,24868,0,0,0,'Hourglass (CoT Stratholme)','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28657,0,0,0,0,0,25592,0,0,0,'Caged Geist','','',0,72,73,2,2042,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,33536,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(28658,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_dkc1_gothik',12340),
|
|
(28659,0,0,0,0,0,24654,0,0,0,'Artruis the Heartless','','',0,77,77,2,21,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,6,0,28659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,10,1,0,38642,0,0,0,0,0,0,1,8388624,0,'npc_artruis_the_hearthless',12340),
|
|
(28660,0,0,0,0,0,25554,25555,25556,25557,'Citizen of Havenshire','','',0,36,45,0,2095,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28662,0,0,0,0,0,25558,25559,25560,25561,'Citizen of Havenshire','','',0,37,50,0,2095,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28663,0,0,0,0,0,16480,19595,0,0,'Gorebag KC Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28664,0,0,0,0,0,16480,21072,0,0,'Seat Squatter - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28665,0,0,0,0,0,25378,0,0,0,'Har\'koa\'s Kitten','','',0,77,77,2,35,0,1,2.57143,1,0,371,522,0,478,1,2000,2000,1,33288,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(28666,0,0,0,0,0,25592,0,0,0,'Gorebag','','',9732,75,75,2,2042,1,2.4,0.992063,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(28667,0,0,0,0,0,25157,0,0,0,'Jaloot','','',0,77,77,2,250,2,1,1.30952,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28668,0,0,0,0,0,25385,0,0,0,'Zepik the Gorloc Hunter','','',0,77,77,2,250,2,0.666668,0.99206,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52758,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28669,0,0,0,28022,0,25625,0,0,0,'Flying Fiend','','',0,75,76,2,14,0,4.4,1.375,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,28669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,'SmartAI',0,4,1,1,1,1,0,42108,0,0,0,0,0,162,1,8388624,0,'',12340),
|
|
(28670,0,0,0,0,0,24193,0,0,0,'Frostbrood Vanquisher','','',0,62,62,1,2082,0,2,2,1,1,160,223,0,246,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,129,191,26,6,8,0,0,0,0,0,0,0,0,0,53114,0,53110,0,0,0,0,0,0,156,0,0,'',0,5,1,25,20,1,0,0,0,0,0,0,0,199,1,8388624,0,'',12340),
|
|
(28671,0,0,0,0,0,14852,0,0,0,'Prophet of Quetz\'lun','','',0,77,77,2,2069,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,33088,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28672,0,0,0,0,0,15295,0,0,0,'Quetz\'lun','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,537166592,2048,32,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28674,0,0,0,0,0,25595,0,0,0,'Aludane Whitecloud','Flight Master','',0,75,75,2,2007,8192,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28675,0,0,0,0,0,25596,0,0,0,'Teller Rames','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28676,0,0,0,0,0,25597,0,0,0,'Teller Althiellis','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28677,0,0,0,0,0,25598,0,0,0,'Teller Hanners','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28678,0,0,0,0,0,25599,0,0,0,'Teller Halder','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28679,0,0,0,0,0,25600,0,0,0,'Teller Duta','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28680,0,0,0,0,0,25601,0,0,0,'Teller Banning','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28681,0,0,0,0,0,26131,0,0,0,'Brittle Golem','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),
|
|
(28682,0,0,0,0,0,25602,0,0,0,'Inzi Charmlight','Barmaid','',0,75,75,2,2027,640,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28683,0,0,0,0,0,2498,0,0,0,'Stable Master Kitrik','','',0,56,56,0,2089,0,1,1.38571,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28684,31612,0,0,0,0,27394,0,0,0,'Krik\'thir the Gatewatcher','','',0,74,74,2,21,0,1,1,1,1,279,408,0,158,10,2000,2000,8,64,2048,0,0,0,0,0,0,263,391,41,6,104,28684,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_krik_thir',1),
|
|
(28685,0,0,0,0,0,25603,0,0,0,'Narisa Redgold','Barmaid','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28686,0,0,0,0,0,25604,0,0,0,'Caliel Brightwillow','Assistant Innkeeper','',0,75,75,2,2027,65664,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(28687,0,0,0,0,0,25605,0,0,0,'Amisi Azuregaze','Innkeeper','',10201,75,75,2,2007,66177,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(28689,0,0,0,0,0,25606,0,0,0,'Scarlet Stablehand','','',0,52,53,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28690,0,0,0,0,0,25607,0,0,0,'Tassia Whisperglen','Stable Master','',9821,75,75,2,2007,4194305,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(28691,0,0,0,0,0,25608,0,0,0,'Susana Averoy','General Goods','',0,75,75,2,2007,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28692,0,0,0,0,0,25609,0,0,0,'\"Red\" Jack Findle','Trade Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28693,0,0,0,0,0,25610,0,0,0,'Enchanter Nalthanis','Grand Master Enchanting Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28694,0,0,0,0,0,25611,0,0,0,'Alard Schmied','Grand Master Blacksmithing Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28695,30969,0,0,0,0,25629,0,0,0,'Molten Golem','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,3,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.69841,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_molten_golem',1),
|
|
(28696,0,0,0,0,0,25612,0,0,0,'Derik Marks','Grand Master Skinning Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28697,0,0,0,0,0,25613,0,0,0,'Timofey Oshenko','Grand Master Engineering Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28698,0,0,0,0,0,25614,0,0,0,'Jedidiah Handers','Grand Master Mining Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28699,0,0,0,0,0,25615,0,0,0,'Charles Worth','Grand Master Tailoring Trainer','',10118,75,75,2,2007,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28700,0,0,0,0,0,25616,0,0,0,'Diane Cannings','Grand Master Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28701,0,0,0,0,0,26075,0,0,0,'Timothy Jones','Grand Master Jewelcrafting Trainer','',9873,75,75,2,2007,211,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28702,0,0,0,0,0,25618,0,0,0,'Professor Pallin','Grand Master Inscription Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28703,0,0,0,0,0,25619,0,0,0,'Linzy Blackbolt','Grand Master Alchemy Trainer','',10627,75,75,2,2007,83,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28704,0,0,0,0,0,25620,0,0,0,'Dorothy Egan','Grand Master Herbalism Trainer','',0,75,75,2,2007,80,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28705,0,0,0,0,0,25621,0,0,0,'Katherine Lee','Grand Master Cooking Trainer','',9772,75,75,2,2027,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28706,0,0,0,0,0,25622,0,0,0,'Olisarra the Kind','Grand Master First Aid Trainer','',0,75,75,2,2007,82,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28707,0,0,0,0,0,25623,0,0,0,'Angelo Pescatore','Fishing Supplies','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28708,0,0,0,0,0,25955,0,0,0,'Kizi Copperclip','Barber','',9781,75,75,2,2007,1,1,1,1,0,173,196,0,158,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28709,0,0,0,0,0,25627,0,0,0,'Acherus Geist','','',0,53,54,0,2084,0,1.6,1.42857,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(28710,0,0,0,0,0,25626,0,0,0,'Vic\'s Flying Machine','','',0,80,80,2,35,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,52254,52226,0,0,0,0,0,0,0,129,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vics_flying_machine',12340),
|
|
(28711,0,0,0,0,0,25630,0,0,0,'Undead Eagle','','',0,1,2,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28712,0,0,0,0,0,856,0,0,0,'Basic Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28713,0,0,0,0,0,1126,17612,0,0,'Quetz\'lun Troll Worshipper Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28714,0,0,0,0,0,25635,0,0,0,'Ildine Sorrowspear','Enchanting Supplies','',0,75,75,2,2007,2176,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28715,0,0,0,0,0,25636,0,0,0,'Endora Moorehead','Magical Goods','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28716,0,0,0,0,0,25637,0,0,0,'Palja Amboss','Blacksmithing Supplies','',0,75,75,2,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28717,0,0,0,0,0,16480,19595,0,0,'Overlord Drakuru','','',0,60,60,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28718,0,0,0,0,0,25644,0,0,0,'Ranid Glowergold','Leatherworking & Skinning Supplies','',0,75,75,2,2007,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28719,0,0,0,0,0,15882,0,0,0,'Soul Font Void Zone','','',0,77,77,0,2073,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28720,0,0,0,0,0,856,0,0,0,'First Aid Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28721,0,0,0,0,0,25645,0,0,0,'Tiffany Cartier','Jewelcrafting Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28722,0,0,0,0,0,25646,0,0,0,'Bryan Landers','Engineering Supplies','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28723,0,0,0,0,0,25647,0,0,0,'Larana Drome','Inscription Supplies','',0,75,75,2,2007,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28724,0,0,0,0,0,19725,13069,0,0,'Soul Font Bunny','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2080,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28725,0,0,0,0,0,25648,0,0,0,'Patricia Egan','Alchemy Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28726,0,0,0,0,0,25649,0,0,0,'Dominique Stefano','Tailoring Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28727,0,0,0,0,0,25650,0,0,0,'Edward Egan','Herbalism Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28728,0,0,0,0,0,25651,0,0,0,'Dorian Fines','Mining Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28729,31616,0,0,0,0,23984,0,0,0,'Watcher Narjil','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),
|
|
(28730,31615,0,0,0,0,23568,0,0,0,'Watcher Gashra','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,72,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),
|
|
(28731,31617,0,0,0,0,25729,0,0,0,'Watcher Silthik','','',0,74,74,2,21,0,1,1.42857,1,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',1),
|
|
(28732,31608,0,0,0,0,23567,0,0,0,'Anub\'ar Warrior','','',0,72,72,2,21,0,1,1.42857,1,1,307,438,0,314,4,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,28732,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(28733,31605,0,0,0,0,25258,0,0,0,'Anub\'ar Shadowcaster','','',0,72,72,2,21,0,1,1.42857,1,1,263,384,0,140,4,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,6,0,28733,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(28734,31606,0,0,0,0,25237,0,0,0,'Anub\'ar Skirmisher','','',0,72,72,2,21,0,1,1.42857,1,1,307,438,0,314,4,2000,2000,1,64,2048,0,0,0,0,0,0,270,401,53,6,0,28734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),
|
|
(28735,31614,0,0,0,0,25656,0,0,0,'Skittering Swarmer','','',0,72,72,2,21,0,1,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.020812,1,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),
|
|
(28736,31613,0,0,0,0,25724,0,0,0,'Skittering Infector','','',0,72,72,2,21,0,1,1.42857,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.416233,1,1,0,0,0,0,0,0,0,113,1,8388624,64,'',12340),
|
|
(28737,0,0,0,0,0,23958,0,0,0,'Ol\' Nelly','','',0,56,56,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28738,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 00','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28739,0,0,0,0,0,16480,19595,0,0,'Blight Cauldron Bunny 00','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28740,0,0,0,0,0,16480,19595,0,0,'Blight Crystal KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28741,0,0,0,0,0,16480,19595,0,0,'Blight Cauldron KC Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28742,0,0,0,0,0,25655,0,0,0,'Marcia Chase','Grand Master Fishing Trainer & Supplies','',9833,75,75,2,2007,723,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28743,0,0,0,0,0,21748,21751,21749,21750,'Apothecary Society Messenger','','',0,70,70,1,714,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28744,0,0,0,0,0,20939,0,0,0,'Slim\'s Unkillable Boss','','',0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28745,0,0,0,0,0,25553,0,0,0,'Alarmed Blightguard','','',0,74,75,1,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28746,0,0,0,0,0,25671,0,0,0,'Pilot Vic','Cold Weather Flying Trainer','',9750,70,70,2,35,83,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28747,0,0,0,0,0,25660,25661,0,0,'Quetz\'lun Worshipper','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,28747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28748,0,0,0,0,0,25662,25663,0,0,'Serpent-Touched Berserker','','',0,76,77,2,2069,0,0.666667,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,28748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28749,0,0,0,0,0,14710,0,0,0,'Frostrock Gargoyle (UNUSED)','','',0,75,76,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,38642,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(28750,0,0,0,0,0,25664,0,0,0,'Blight Geist','','',0,74,75,2,974,0,2.4,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,28750,25351,0,0,0,0,0,0,0,52245,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,170,1,8388624,0,'',12340),
|
|
(28751,0,0,0,0,0,16480,19595,0,0,'Geist WP Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28752,0,0,0,0,0,27858,0,0,0,'High Priest Mu\'funu','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,28752,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28753,0,0,0,0,0,1126,17612,0,0,'High Priest Mu\'funu Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28754,0,0,0,0,0,25666,0,0,0,'High Priestess Tua-Tua','','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28755,0,0,0,0,0,1126,17612,0,0,'High Priestess Tua-Tua Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28756,0,0,0,0,0,25667,0,0,0,'High Priest Hawinni','','',0,77,77,2,2069,0,0.666667,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28757,0,0,0,0,0,1126,17612,0,0,'High Priest Hawinni Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28758,0,0,0,0,0,20570,17612,0,0,'Reconnaisaince Flight Kill Credit','','',0,60,60,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28759,0,0,0,0,0,25753,0,0,0,'Flying Fiend','','',0,75,76,2,21,0,2.8,1.28571,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,137,1,8388624,0,'',12340),
|
|
(28760,0,0,0,0,0,25664,0,0,0,'Hargus the Gimp','Supplies','',9735,72,72,2,2082,4225,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28761,0,0,0,0,0,16480,19595,0,0,'Geist Spawn Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28762,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28763,0,0,0,0,0,23767,0,0,0,'[Phase 1] Scarlet Crusade Proxy Creature','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28764,0,0,0,0,0,23767,0,0,0,'[Phase 1] Citizen of Havenshire Proxy Creature','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28765,0,0,0,0,0,169,23767,0,0,'The Lich King','','',0,83,83,2,2082,0,1,0.99206,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28766,0,0,0,0,0,8050,0,0,0,'Scarlet Farm Hound','','',0,54,55,0,2089,0,1,1.14286,1,0,94,125,0,228,1,1500,2000,1,32768,2048,0,25,0,0,0,0,65,95,23,1,0,28766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28767,0,0,0,0,0,23767,0,0,0,'[Phase 1] Havenshrie Horse Credit, Step 01','','',0,55,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28768,0,0,0,0,0,25684,0,0,0,'Dark Rider of Acherus','','',0,55,55,0,16,0,1,1.19048,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,8,28768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28769,0,0,0,0,0,14703,0,0,0,'Shadowy Tormentor','','',0,54,55,0,16,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,6,0,28769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28770,0,0,0,0,0,1126,25669,0,0,'High Priestess Tua-Tua Hex of Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28771,0,0,0,0,0,25670,0,0,0,'Colvin Norrington','','',9738,77,77,2,35,3,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28773,0,0,0,0,0,1126,25672,0,0,'High Priest Hawinni Hex of Frost Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28774,0,0,0,0,0,25673,0,0,0,'Andrew Matthews','Guild Master','',9838,75,75,2,2007,786433,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28775,0,0,0,0,0,16480,15435,0,0,'Dark Rider Target','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28776,0,0,0,0,0,25674,0,0,0,'Elizabeth Ross','Tabard Vendor','',9832,75,75,2,2007,129,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28777,0,0,0,0,0,16480,19595,0,0,'Catapult KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28778,0,0,0,0,0,16480,19595,0,0,'Scourgewagon Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28779,0,0,0,0,0,25675,25676,0,0,'Blood of Mam\'toth','','',0,76,77,2,14,0,0.6,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,10,0,28779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39167,0,0,0,0,0,44,1,0,0,'',12340),
|
|
(28780,0,0,0,0,0,16480,19595,0,0,'Explosive Charges Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28781,32796,0,0,0,0,27658,0,0,0,'Battleground Demolisher','','vehichleCursor',0,70,70,0,168,16777216,1,1,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,52338,60206,0,0,0,0,0,0,0,158,0,0,'NullAI',0,3,1,14.8148,1,1,0,0,0,0,0,0,0,112,0,344407930,2,'',12340),
|
|
(28782,0,0,0,0,0,25678,0,0,0,'Acherus Deathcharger','','vehichleCursor',0,55,55,0,16,16777216,1,2,1,1,94,125,0,228,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,52362,0,0,0,0,0,0,0,0,135,0,0,'CombatAI',0,3,1,10,1,1,0,0,0,0,0,0,0,180,0,8388624,0,'',12340),
|
|
(28783,0,0,0,0,0,25679,0,0,0,'Riding Gryphon, Amored, Neutral (Taxi)','','',0,70,70,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28784,0,0,0,0,0,26383,26384,0,0,'Altar Warden','','',0,76,77,2,1924,0,1,0.59524,1,1,371,522,0,478,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,314,466,81,4,0,28784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,39541,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(28785,0,0,0,0,0,25685,0,0,0,'Spirit of Quetz\'lun','','',0,83,83,2,190,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28786,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 03','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28787,0,0,0,0,0,25681,0,0,0,'Engineer Helice','','',0,76,76,2,35,2,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_engineer_helice',12340),
|
|
(28788,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',0,55,55,0,2084,0,1,1.14286,1,1,94,125,0,228,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28789,0,0,0,0,0,4449,21342,0,0,'Explosion Guy','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28790,0,0,0,0,0,25687,0,0,0,'Fala Softhoof','Stable Master','',9821,75,75,2,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(28791,0,0,0,0,0,25688,0,0,0,'Marissa Everwatch','Innkeeper','',9868,75,75,2,2070,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(28792,0,0,0,0,0,25689,0,0,0,'Noggra','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28793,0,0,0,0,0,25692,0,0,0,'Darmuk','','',0,76,76,2,14,0,1,1.28968,1,1,356,503,0,432,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,305,452,74,6,0,28793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28794,0,0,0,0,0,25690,0,0,0,'Kevin Weaver','Trade Goods','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28795,0,0,0,0,0,27857,0,0,0,'Drained Prophet of Quetz\'lun','','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28796,0,0,0,0,0,25694,0,0,0,'Arlen Brighthammer','Blacksmith','',0,70,70,2,2070,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28797,0,0,0,0,0,25695,0,0,0,'Haley Copperturn','Engineering Supplies','',0,70,70,2,2070,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28798,0,0,0,0,0,25697,0,0,0,'Claudia Bloodraven','Leatherworking & Skinning Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28799,0,0,0,0,0,25696,0,0,0,'Alanna','Jewelcafting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28800,0,0,0,0,0,25693,0,0,0,'Aidan Steeleye','Ammunition','',0,75,75,2,2070,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28801,0,0,0,0,0,26224,26225,26226,26227,'Argent Stand Defender','','',0,77,77,2,2072,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28802,0,0,0,0,0,26860,0,0,0,'Servant of Drakuru','','',0,75,76,2,2068,0,1,0.99206,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28803,0,0,0,0,0,26923,0,0,0,'Drakuru\'s Guard','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,1500,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28803,28803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28804,0,0,0,0,0,24470,0,0,0,'Plague Spreader','','',0,55,55,0,2082,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28805,0,0,0,0,0,26924,0,0,0,'Hand of Drakuru','','',0,75,75,2,42,264,1,1.14286,1,1,194,283,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,441,661,0,6,0,0,0,0,0,0,0,0,0,0,52400,52401,52402,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28806,0,0,0,0,0,25716,0,0,0,'Chad Carter','Trade Goods','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28807,0,0,0,0,0,25717,0,0,0,'Amarante','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28808,0,0,0,0,0,23668,23668,0,0,'Reverent Paladin','','',0,70,70,1,534,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28809,0,0,0,0,0,25712,0,0,0,'Vincent Huber','Reagents','',0,75,75,2,2070,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28810,0,0,0,0,0,25713,0,0,0,'Lessien','Tailoring Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28811,0,0,0,0,0,25714,0,0,0,'Brady Ironcrock','Cooking Supplies','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28812,0,0,0,0,0,25715,0,0,0,'Lapu Stormhorn','Fish & Fishing Supplies','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28813,0,0,0,0,0,25711,0,0,0,'Elizabeth Hollingsworth','Ammunition','',0,75,75,2,2070,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28814,0,0,0,0,0,3344,1501,0,0,'Reverent Priest','','',0,70,70,0,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28815,0,0,0,0,0,22712,17188,0,0,'Civilian Transformation Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28816,0,0,0,0,0,21955,11686,0,0,'WotLK Light Beam Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28817,0,0,0,0,0,25703,25572,0,0,'Mine Car','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_miner_cart',12340),
|
|
(28818,0,0,0,0,0,26224,26225,26226,26227,'Light\'s Breach Defender','','',0,77,77,2,2072,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28819,0,0,0,0,0,2528,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,0.666668,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28820,0,0,0,0,0,25167,0,0,0,'Destructive Ward Kill Credit','','',0,72,72,2,2036,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28821,0,0,0,0,0,25703,0,0,0,'Mine Car','','',0,1,1,2,35,0,1,2,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28822,0,0,0,0,0,25709,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,7,0,28822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(28823,0,0,0,0,0,1126,11686,0,0,'Volkhan\'s Anvil','','',0,80,80,2,35,0,1,1,1,1,422,586,0,642,7.5,2000,0,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),
|
|
(28824,0,0,0,0,0,22878,0,0,0,'Brann Flying Machine','','',0,1,1,0,35,0,1.2,1.38571,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(28825,30965,0,0,0,0,5494,0,0,0,'Cyclone','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28826,30978,0,0,0,0,26381,0,0,0,'Stormfury Revenant','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,28826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42107,0,0,0,0,0,155,1,0,0,'',1),
|
|
(28827,0,0,0,0,0,25719,0,0,0,'Co\'man','Reagents','',0,75,75,2,35,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28828,0,0,0,0,0,25722,0,0,0,'Ansari','Herbalism Supplies','',0,75,75,2,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28829,0,0,0,0,0,25736,0,0,0,'Saree','Alchemy Supplies','',0,75,75,2,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28830,0,0,0,0,0,25738,0,0,0,'Ra\'wiri','General Goods','',0,75,75,2,35,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28831,0,0,0,0,0,25737,0,0,0,'Yamuna','Trade Supplies','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28832,0,0,0,0,0,25718,0,0,0,'Chin\'ika','Poison Supplier','',0,69,69,2,35,1152,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28833,0,0,0,0,0,25723,0,0,0,'Scarlet Cannon','','Gunner',0,55,55,0,35,16777216,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,4,2048,0,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,52435,52576,0,0,52588,0,0,0,0,139,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_scarlet_cannon',12340),
|
|
(28834,0,0,0,28849,0,25740,0,0,0,'Scarlet Fleet Defender','','',0,55,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(28835,30971,0,0,0,0,26143,0,0,0,'Stormforged Construct','','',0,78,78,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,9,32768,28835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28836,30975,0,0,0,0,25756,0,0,0,'Stormforged Runeshaper','','',0,78,78,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5068,8446,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28837,30976,0,0,0,0,25757,0,0,0,'Stormforged Sentinel','','',0,80,80,2,16,0,1,1,1,1,417,582,0,608,5,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28837,28837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5063,8438,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28838,30981,0,0,0,0,26053,0,0,0,'Titanium Vanguard','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28838,28838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5054,8424,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28839,0,0,0,0,0,23980,24719,0,0,'Scarlet Cover Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28840,0,0,0,0,0,26156,0,0,0,'Overlook Sentry','','',0,78,78,2,14,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,28840,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28841,0,0,0,28763,0,25709,0,0,0,'Scarlet Miner','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,33536,2048,0,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_miner',12340),
|
|
(28842,0,0,0,0,0,25703,0,0,0,'Mine Cart Test','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28843,0,0,0,0,0,25730,0,0,0,'Bloated Abomination','','',0,75,76,2,2068,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28843,0,0,0,0,0,0,0,0,52497,52510,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(28844,0,0,0,0,0,27253,0,0,0,'Drakkari Skullcrusher','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28845,0,0,0,0,0,25000,0,0,0,'Scarlet Ghoul','','',0,56,56,2,2084,0,0.8,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_scarlet_ghoul',12340),
|
|
(28846,0,0,0,0,0,25731,0,0,0,'Scarlet Ghost','','',0,50,50,0,2089,0,1.11111,1.14286,1,0,85,112,0,206,1,2000,2000,1,32768,2048,0,0,0,0,0,0,58,86,20,7,0,28846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28847,0,0,0,0,0,19600,0,0,0,'Siltslither Eel','','',0,76,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,0,28847,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28848,0,0,0,0,0,27076,0,0,0,'Prophet of Har\'koa','','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28848,28848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28849,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Fleet (PROXY)','','',0,55,56,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28850,0,0,0,28849,0,3127,0,0,0,'Scarlet Land Cannon','','',0,55,55,0,2089,0,1,1.07143,1,1,94,125,0,228,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(28851,0,0,0,0,0,27270,0,0,0,'Enraged Mammoth','','vehichleCursor',0,76,77,2,1924,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,28851,0,70211,0,0,0,0,0,0,52601,52603,0,0,0,0,0,0,0,145,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,165,0,0,0,'',12340),
|
|
(28852,0,0,0,0,0,169,11686,0,0,'Dead Mam\'toth Disciple','','',0,75,76,2,16,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,537133312,2048,32,0,0,0,0,0,305,452,74,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28853,0,0,0,0,0,25734,25735,0,0,'Dead Mam\'toth Disciple Transform','','',0,76,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28854,0,0,0,0,0,18083,25177,0,0,'Blood of the Old God','','',0,75,75,2,16,0,1,0.357143,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,71,1,0,0,'',12340),
|
|
(28855,0,0,0,0,0,25739,0,0,0,'Ba\'kari','Maces & Staves','',0,75,75,2,35,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28856,0,0,0,28849,0,25507,25508,25509,25510,'Scarlet Fleet Guardian','','',0,55,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28857,0,0,0,0,0,25310,0,0,0,'Drostan','','',0,76,76,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28858,0,0,0,0,0,26382,0,0,0,'Storm Revenant','','',0,79,80,2,2098,0,1,0.59524,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,28858,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39643,38642,42107,0,0,0,0,1,0,0,'',12340),
|
|
(28859,31734,0,0,0,0,26752,0,0,0,'Malygos','','',0,83,83,2,14,0,2,2,1,3,496,674,0,783,25,2000,0,2,131074,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,500,50,1,0,44650,0,0,0,0,0,0,1,650854271,2097153,'boss_malygos',1),
|
|
(28860,31311,0,0,0,0,27035,0,0,0,'Sartharion','The Onyx Guardian','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,28860,0,28860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520000,540000,'',0,3,1,180,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion',1),
|
|
(28861,0,0,0,0,0,25734,25735,0,0,'Mam\'toth Disciple','','',0,76,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,2436,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28862,0,0,0,0,0,23504,0,0,0,'Aqueous Spirit','','',0,79,80,2,2099,0,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,28862,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39616,38642,42107,0,0,0,0,1,0,0,'',12340),
|
|
(28863,0,0,0,0,0,23349,23348,0,0,'Zim\'Torga Guardian','','',0,77,77,2,1806,0,1.55556,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28864,0,0,0,0,0,28108,0,0,0,'Scourge Gryphon','','',0,55,55,2,35,0,1,1.28968,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,'SmartAI',0,5,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(28865,0,0,0,0,0,25580,25745,25746,25747,'Ebon Watch Guardian','','',0,77,77,2,2051,0,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28866,0,0,0,0,0,25627,0,0,0,'Corrosion','Alchemy Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28867,0,0,0,0,0,25526,0,0,0,'Spiked','General Goods','',0,75,75,2,2050,384,0.8,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28868,0,0,0,0,0,25592,0,0,0,'Mulch','Herbalism Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28869,0,0,0,0,0,25742,0,0,0,'Deathdrip','Poison Supplier','',0,69,69,2,2050,1152,1,0.99206,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28870,0,0,0,0,0,25528,0,0,0,'Corpsedust','Reagents','',0,75,75,2,2050,2176,0.8,0.99206,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28871,0,0,0,0,0,25526,0,0,0,'Scabbard','Blades','',0,75,75,2,2050,4224,0.8,0.99206,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28872,0,0,0,0,0,25627,0,0,0,'Squirmworm','Trade Supplies','',0,75,75,2,2050,128,1,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28873,0,0,0,0,0,25743,0,0,0,'Drakkari Chieftain','','',0,77,77,2,14,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28874,0,0,0,0,0,16480,19595,0,0,'Gargoyle Waypoint','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28875,0,0,0,0,0,7616,0,0,0,'Shalewing','','',0,76,76,2,21,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,6,0,28875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,161,1,8388624,0,'',12340),
|
|
(28876,0,0,0,0,0,1126,17612,0,0,'Mam\'toth Disciple Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28877,0,0,0,0,0,25744,0,0,0,'Stormwatcher','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,512,28877,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(28878,31183,0,0,0,0,5231,0,0,0,'Skeletal Minion','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(28879,0,0,0,0,0,7616,0,0,0,'Shalewing','','',0,76,76,2,21,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,28879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,137,1,8388624,0,'',12340),
|
|
(28880,0,0,0,0,0,25748,0,0,0,'Test Iron Dwarf','','',0,77,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28881,0,0,0,0,0,3258,3257,0,0,'Reverent Guard','','',0,70,70,0,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28882,0,0,0,0,0,169,25749,0,0,'Enchanted Tiki Warrior','','',0,76,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,10,0,28882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39305,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28883,0,0,0,0,0,28456,0,0,0,'Frosty','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(28884,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Fleet Guardian','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,570721024,2048,32,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28885,0,0,0,0,0,3127,0,0,0,'Scarlet Land Cannon','','',0,55,55,0,2089,0,1,1.14286,1,1,94,125,0,228,2.4,2000,2000,1,570688256,2048,32,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28886,0,0,0,0,0,25740,25509,25505,25508,'Scarlet Fleet Defender','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,570721024,2048,32,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28887,0,0,0,0,0,25723,0,0,0,'Scarlet Cannon','','',0,55,55,0,35,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,570688256,2048,32,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28888,0,0,0,0,0,25743,25751,25752,0,'Captured Drakkari Chieftain','','',9752,77,77,0,190,1,1,1.14286,1,0,371,522,0,478,1,1500,2000,1,768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28889,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28890,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,0,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(28891,0,0,0,0,0,2528,0,0,0,'Scarlet Miner','','',0,44,44,0,2095,0,1,1.14286,1,0,72,96,0,174,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,49,73,16,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28892,0,0,0,0,0,24570,24571,24572,24573,'Scarlet Peasant','','',0,44,46,0,2095,0,1,1.14286,1,0,77,102,0,188,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,53,78,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28893,0,0,0,0,0,25579,0,0,0,'Scarlet Gryphon','','',0,53,54,0,2089,0,1,3.14286,1,0,92,122,0,224,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,236,1,0,0,'',12340),
|
|
(28894,0,0,0,0,0,25507,0,0,0,'Scarlet Gryphon Rider','','',0,54,54,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28895,0,0,0,0,0,10313,10314,10311,10312,'Scarlet Medic','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,570721024,2048,32,0,0,0,0,0,59,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28896,0,0,0,0,0,25503,25504,25505,25506,'Scarlet Infantryman','','',0,53,54,0,2089,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28897,0,0,0,0,0,24998,24999,25526,24997,'Scarlet Ghoul','','',0,44,46,0,2100,0,0.8,0.99206,1,0,77,102,0,188,1,2000,2000,1,32768,2048,0,0,0,0,0,0,53,78,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28898,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Captain','','',0,54,55,0,2089,0,1,1.38571,1,0,94,125,0,228,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,65,95,23,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28899,0,0,0,0,0,25571,25572,0,0,'Havenshire Mare','','',0,53,54,2,2096,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28900,0,0,0,0,0,229,239,237,0,'Havenshire Stallion','','vehichleCursor',0,53,54,2,2096,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(28901,0,0,0,0,0,25678,25445,25278,0,'Acherus Deathcharger','','',0,55,55,0,2082,0,1,1.38571,1,1,94,125,0,228,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(28902,0,0,0,0,0,27863,0,0,0,'Warlord Zol\'Maz','','',0,77,77,2,2069,0,1,1.14286,1,1,371,522,0,478,2.75,2000,2000,1,33088,2048,0,0,0,0,0,0,314,466,81,7,0,28902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,39318,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28903,0,0,0,0,0,25785,0,0,0,'Scourge Plaguehound','','',0,54,55,0,2082,0,1.6,1.71429,1,0,94,125,0,228,1,1500,2000,1,32768,2048,0,25,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(28904,0,0,0,0,0,169,11686,0,0,'Mold Rune Trigger','','',0,60,60,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28905,0,0,0,0,0,25664,0,0,0,'Gluttonous Geist','','',0,53,54,0,2084,0,1.6,1.42857,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(28906,0,0,0,0,0,17166,0,0,0,'Scourge Gryphon','','',0,53,54,0,2100,0,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),
|
|
(28907,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',0,72,72,2,2082,2,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28908,0,0,0,0,0,16416,0,0,0,'Salanar the Horseman','','',9751,80,80,2,2084,1,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28909,0,0,0,0,0,25684,0,0,0,'Dark Rider of Acherus','','Speak',0,55,56,0,2082,0,1,1.38571,1,1,96,127,0,234,2.4,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(28910,0,0,0,0,0,6380,0,0,0,'Baron Rivendare','','',9758,83,83,2,2082,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28911,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,2,1,0.99206,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28912,0,0,0,0,0,25844,0,0,0,'Koltira Deathweaver','','',9762,55,55,0,2082,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33280,2048,0,0,0,0,0,0,65,95,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_koltira_deathweaver',12340),
|
|
(28913,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,55,55,0,2082,2,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28914,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',9769,55,55,0,2082,3,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,33536,2048,0,0,0,0,0,0,65,95,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28915,0,0,0,0,0,25678,25445,25278,0,'Dark Rider Mount Fixed','','',0,55,55,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(28916,0,0,0,0,0,25763,0,0,0,'Tiri','Warlord Zol\'Maz\'s Wife','',0,77,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1439,2399,'',0,3,1,1,1,1,0,39316,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28917,0,0,0,0,0,25764,0,0,0,'Yara','Warlord Zol\'Maz\'s Daughter','',0,77,77,2,2069,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,28917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,2428,'SmartAI',0,3,1,1,1,1,0,39313,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28918,0,0,0,0,0,27862,0,0,0,'Drek\'Maz','Warlord Zol\'Maz\'s Son','',0,77,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,28918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,2393,'',0,3,1,1,1,1,0,39315,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28919,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',9754,80,80,2,2084,3,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(28920,30972,0,0,0,0,27092,0,0,0,'Stormforged Giant','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,5,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,28920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(28921,31611,0,0,0,0,26776,0,0,0,'Hadronox','','',0,74,74,2,1965,0,2,1.42857,1,1,328,467,0,354,10,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,1,104,28921,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,6,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_hadronox',1),
|
|
(28922,31592,0,0,0,0,27395,0,0,0,'Anub\'ar Crusher','','',0,74,74,2,1814,0,1,1.42857,1.15,1,328,467,0,354,7,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_anub_ar_crusher',1),
|
|
(28923,31538,0,0,0,0,27485,0,0,0,'Loken','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,353,512,112,10,72,28923,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,43151,0,0,0,0,0,177,1,650854271,2097152,'boss_loken',1),
|
|
(28924,31588,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2280,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(28925,31600,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,1,2400,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(28926,31867,0,0,0,0,11686,0,0,0,'Spark of Ionar','','',0,80,80,2,16,0,0.7,0.7,1,1,0,0,0,0,0,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,83,1,0,0,'npc_spark_of_ionar',12340),
|
|
(28927,0,0,0,0,0,169,25749,0,0,'Enchanted Tiki Dervish','','',0,77,77,2,290,0,1,1.14286,1,0,371,522,0,478,1.75,2000,2000,2,32776,2048,0,0,0,0,0,0,314,466,81,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28928,0,0,0,0,0,16480,19595,0,0,'Drakuru KC Bunny 04','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28929,0,0,0,0,0,16480,19595,0,0,'Drakuru\'s Upper Chamber Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28930,0,0,0,0,0,24993,24994,24995,0,'Dansel Adams','','',0,62,66,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28931,0,0,0,0,0,25770,0,0,0,'Blightblood Troll','','',0,77,77,2,974,0,1,1.14286,1,1,371,522,0,478,4.6,1500,2000,1,0,2048,0,0,0,0,0,0,314,466,81,6,0,28931,0,0,0,0,0,0,0,0,54135,54132,54136,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,17.5762,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(28932,0,0,0,0,0,16480,19595,0,0,'Blight Effect Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28933,0,0,0,0,0,25777,25780,25778,25779,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28934,0,0,0,0,0,25783,25782,25781,25784,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28935,0,0,0,0,0,19898,24719,0,0,'Acherus Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28936,0,0,0,28984,0,25507,25508,25509,25510,'Scarlet Commander','','',0,55,56,0,2089,0,1,1.38571,1,0,89,118,0,220,1,2000,2000,2,294912,2048,0,0,0,0,0,0,61,90,21,7,2048,28936,0,0,0,0,0,0,0,0,52221,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),
|
|
(28937,0,0,0,0,0,25553,25553,0,0,'Crypt Guardian','','',0,55,55,0,2085,0,1.6,1.42857,1,1,87,116,0,214,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(28938,0,0,0,0,0,20229,0,0,0,'Charged Sentry Totem','','',0,74,75,2,21,0,1,1,1,0,342,485,0,392,1,2000,2000,1,4,2048,0,0,0,0,0,0,295,438,68,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28939,0,0,0,28984,0,25545,25546,25547,25548,'Scarlet Preacher','','',0,53,54,0,2089,0,1,1.14286,1,0,86,114,0,210,1,2000,2000,2,32768,2048,0,0,0,0,0,0,59,86,20,7,0,28939,0,0,0,0,0,0,0,0,15498,19725,34809,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crusade_persuaded',12340),
|
|
(28940,0,0,0,28984,0,25503,25504,25505,25506,'Scarlet Crusader','','',0,54,55,0,2089,0,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,28940,0,0,0,0,0,0,0,0,52221,0,0,0,0,0,0,0,0,0,0,0,'CombatAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28941,0,0,0,28986,0,25562,25563,25564,25565,'Citizen of New Avalon','','',0,30,45,0,2089,0,1,1.14286,1,0,70,93,0,172,1,2000,2000,2,32768,2048,0,0,0,0,0,0,48,71,15,7,0,28941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28942,0,0,0,28986,0,25566,25567,25568,25569,'Citizen of New Avalon','','',0,30,50,0,2089,0,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,32768,2048,0,0,0,0,0,0,54,79,18,7,0,28942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28943,0,0,0,0,0,25287,0,0,0,'Fineous','Supplies','',9755,72,72,2,2082,4225,1,0.99206,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(28944,0,0,0,0,0,15093,0,0,0,'The Inscriber','Designer Extraordinaire','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28945,0,0,0,0,0,103,0,0,0,'Mayor Quimby','','',0,56,56,0,2089,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,2048,28945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28946,0,0,0,0,0,25787,25788,25789,25790,'New Avalon Councilman','','',0,56,56,0,2089,0,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,2048,28946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28947,0,0,0,0,0,169,11686,0,0,'Ionar Invis Stalker','','',0,74,74,2,14,0,1,1,1,1,328,467,0,354,4.8,2000,0,1,33554944,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),
|
|
(28948,0,0,0,0,0,8055,0,0,0,'Malmortis','','',0,80,80,0,974,0,2.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,264,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,0.1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(28949,0,0,0,0,0,21894,24145,24090,24223,'Spell Performance Test Caster','QA Punching Bag','',0,83,83,2,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.17103,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28950,0,0,0,0,0,22232,0,0,0,'Spell Performance Test Target','QA Punching Bag','',0,80,80,0,1693,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(28951,0,0,0,0,0,25791,0,0,0,'Breanni','Pet Supplies','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28952,0,0,0,0,0,26270,0,0,0,'Akali','','',0,83,83,2,1770,0,1,2.57143,1,1,496,674,0,783,10,1000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,10,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,30,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(28953,0,0,0,0,0,24007,0,0,0,'Unkillable Test Dummy 70 Gnome','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28954,0,0,0,0,0,18186,0,0,0,'Unkillable Test Dummy 70 Tauren','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28955,0,0,0,0,0,18784,0,0,0,'Unkillable Test Dummy 70 Dwarf','','',0,70,70,2,7,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28956,0,0,0,0,0,25806,0,0,0,'Warcaster Fanoraithe','Mage Trainer','',9990,75,75,0,2007,49,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,8,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28957,0,0,0,0,0,25503,25504,25505,25506,'[Chapter II] Scarlet Crusader Test Dummy Guy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28958,0,0,0,0,0,25807,0,0,0,'Jessa Weaver','Mage Trainer','',9990,75,75,0,2007,49,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,8,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28960,0,0,0,0,0,16480,21342,0,0,'Totally Generic Bunny (JSB)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(28961,30980,0,0,0,0,25984,0,0,0,'Titanium Siegebreaker','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,4,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28961,28961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5076,8460,'',0,3,1,4,5,1,0,0,0,0,0,0,0,121,1,0,0,'npc_hol_monument',1),
|
|
(28964,0,0,0,28984,0,25808,0,0,0,'Scarlet Lord Jesseriah McCree','','',0,57,57,0,2089,0,1,1.14286,1,1,91,121,0,224,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,62,92,22,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28965,30982,0,0,0,0,25985,0,0,0,'Titanium Thunderer','','',0,79,79,2,16,0,1,1,1,1,422,586,0,642,3,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28965,28965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5039,8398,'',0,3,1,4,5,1,0,0,0,0,0,0,0,121,1,0,0,'npc_hol_monument',1),
|
|
(28984,0,0,0,0,0,25503,25504,25505,25506,'[Chapter II] Scarlet Crusader Proxy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28985,0,0,0,0,0,14516,0,0,0,'Haiphoon, the Great Tempest','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,16777216,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,61374,52870,52864,52869,0,52869,0,0,0,42,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28986,0,0,0,0,0,25503,25504,25505,25506,'Citizen of New Avalon Proxy','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28987,0,0,0,0,0,2381,0,0,0,'Watcher Blomberg','The Night Watch','',0,20,20,0,56,0,1,1.14286,1,0,29,39,0,70,1,2000,2000,1,0,2048,0,0,0,0,0,0,20,30,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28988,0,0,0,0,0,27308,27867,27868,27869,'Akali Subduer','','',0,76,77,2,1771,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,28988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1438,2396,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28989,0,0,0,0,0,25875,0,0,0,'Aemara','Bowyer','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28990,0,0,0,0,0,25876,0,0,0,'Anthony Durain','Shield Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,1500,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28991,0,0,0,0,0,25877,0,0,0,'Valaden Silverblade','Sword Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28992,0,0,0,0,0,25878,0,0,0,'Valerie Langrom','Leather Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28993,0,0,0,0,0,25983,0,0,0,'Aerith Primrose','Flower Vendor','',0,75,75,0,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28994,0,0,0,0,0,25880,0,0,0,'Abra Cadabra','Wands','',0,75,75,2,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28995,0,0,0,0,0,25594,0,0,0,'Paldesse','Cloth Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28996,0,0,0,0,0,25839,0,0,0,'Prophet of Akali','','',0,78,78,2,2069,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28997,0,0,0,0,0,25881,0,0,0,'Griselda Hunderland','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(28998,0,0,0,0,0,28126,0,0,0,'Overlord Drakuru','','',0,77,77,2,974,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.3347,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_overlord_drakuru_betrayal',12340),
|
|
(28999,0,0,0,0,0,20076,0,0,0,'Haiphoon, the Great Tempest','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,16777216,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,61375,61376,52862,52869,0,52869,0,0,0,42,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29000,0,0,0,28984,0,25841,0,0,0,'Scarlet Commander Rodrick','','',0,56,56,0,2089,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,7,2048,29000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29001,0,0,0,28984,0,25842,0,0,0,'High Inquisitor Valroth','','',0,56,56,0,2103,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,33024,2048,0,0,0,0,0,0,61,90,21,7,0,29001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_high_inquisitor_valroth',12340),
|
|
(29002,0,0,0,0,0,25802,0,0,0,'Frost Vrykul (Type A)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29003,0,0,0,0,0,25837,0,0,0,'Frost Vrykul (Type B)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29004,0,0,0,0,0,25838,0,0,0,'Frost Vrykul (Type C)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29005,0,0,0,0,0,26139,0,0,0,'Charged War Golem','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,12,0,0,0,0,0,0,0,0,0,0,61380,47911,0,0,0,0,0,0,0,149,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29006,0,0,0,0,0,25641,0,0,0,'Oracle Soo-nee','','',9778,77,77,2,2063,3,1,1.19048,1,1,367,519,0,452,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29007,0,0,0,0,0,2603,2604,10464,10463,'Crimson Acolyte','','',0,54,55,0,2103,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29008,0,0,0,0,0,23504,0,0,0,'Monsoon Revenant Credit','','',0,79,80,2,2099,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29009,0,0,0,0,0,5187,0,0,0,'Storm Revenant Credit','','',0,79,80,2,2098,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29010,0,0,0,0,0,4590,0,0,0,'Anti-Magic Barrier (Quest)','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29011,0,0,0,28984,0,25842,21342,0,0,'High Inquisitor Valroth','','',0,56,56,0,2089,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29013,0,0,0,0,0,26150,0,0,0,'Perch Guardian','','',0,77,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,4,512,29013,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(29014,0,0,0,0,0,25380,0,0,0,'Grakjek','Fletcher','',0,78,78,2,2060,4480,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29015,0,0,0,0,0,25381,0,0,0,'Shaman Partak','Reagents & Poisons','',0,78,78,2,2060,3200,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29016,0,0,0,0,0,25845,25846,25847,25848,'Steam Tank Engineer','','',0,75,75,0,1733,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29017,0,0,0,0,0,2177,0,0,0,'Disgruntled Bug','','',0,75,75,2,2063,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),
|
|
(29018,0,0,0,0,0,25849,0,0,0,'Spirit of Ha-Khalan','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32776,2048,0,6,0,0,0,0,345,509,103,1,0,29018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29019,0,0,0,0,0,25850,0,0,0,'Dockhand','','',0,65,66,0,1733,0,0.666668,1.14286,1,0,210,295,0,282,1,2000,2000,1,32768,2048,0,0,0,0,0,0,175,260,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29020,0,0,0,0,0,25851,0,0,0,'[DND] Dockhand w/Bag','','',0,75,75,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29021,0,0,0,0,0,22256,0,0,0,'Akil\'zon','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29022,0,0,0,0,0,21793,0,0,0,'Halazzi','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29023,0,0,0,0,0,21831,0,0,0,'Jan\'alai','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29024,0,0,0,0,0,21830,0,0,0,'Nalorakk','','',0,83,83,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29025,0,0,0,0,0,25503,25504,25505,25506,'[609] Ebon Hold Duel Credit','','',0,54,55,2,2089,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29026,0,0,0,0,0,25177,0,0,0,'Kolramas Slime','','',0,76,76,2,7,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,10,0,29026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29027,0,0,0,0,0,1126,11686,0,0,'Wild Growth Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29028,0,0,0,0,0,25839,0,0,0,'Prophet of Akali','','',0,78,78,2,2102,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29029,0,0,0,0,0,10518,10519,10517,10518,'Scarlet Inquisitor','Chapel Invisibility','',0,55,55,0,2089,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,570721024,2048,32,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29030,0,0,0,0,0,25777,25780,25778,25779,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29031,0,0,0,0,0,25783,25782,25781,25784,'Death Knight','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29032,0,0,0,0,0,25863,0,0,0,'Malar Bravehorn','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29033,0,0,0,0,0,25864,0,0,0,'Spirit of Atha','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29034,0,0,0,0,0,11141,0,0,0,'Spirit of Koosu','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29035,0,0,0,0,0,22607,0,0,0,'Loomee','Shinies Collector','',0,78,78,2,2063,4480,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29036,0,0,0,0,0,25328,25329,0,0,'Servant of Freya','','',0,76,77,2,634,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,4,256,29036,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29037,0,0,0,0,0,23317,0,0,0,'Soo-jam','Reagents & Poisons','',0,78,78,2,2063,3200,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29038,0,0,0,0,0,22712,24719,0,0,'[Chapter II] Torch Toss Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29039,0,0,0,0,0,24472,0,0,0,'[UNUSED] [ph] Stormwind Gryphon','','',0,75,75,1,2004,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29043,0,0,0,0,0,25638,0,0,0,'Rejek','','',9766,76,76,2,2060,3,0.666668,0.992063,1,1,356,503,0,432,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29044,0,0,0,0,0,25925,0,0,0,'Goretalon Matriarch','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,26,0,0,0,0,324,480,88,1,1,29044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,39573,38642,0,0,0,0,0,1,0,0,'',12340),
|
|
(29045,0,0,0,0,0,25871,0,0,0,'It\'s A Chopper, Baby (Horde)','Horde','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29046,0,0,0,0,0,25870,0,0,0,'It\'s A Chopper, Baby (Alliance)','Horde','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29047,0,0,0,0,0,26762,0,0,0,'Olrun the Battlecaller','','',0,80,80,2,2084,2,1,0.99206,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29048,0,0,0,0,0,26937,0,0,0,'Ulduar Monitor','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,0,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(29049,0,0,0,0,0,25882,0,0,0,'Arille Azuregaze','Bartender','',0,75,75,0,2007,642,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29050,0,0,0,0,0,28009,0,0,0,'Har\'koa','','',0,78,78,2,1770,0,1,3.57143,1,3,387,543,0,528,7.5,1500,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,10,4140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,246,1,0,0,'',12340),
|
|
(29051,31593,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29052,0,0,0,0,0,25884,0,0,0,'Outhouse Invisible Woman','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29053,0,0,0,0,0,25885,0,0,0,'Knight Commander Plaguefist','','',0,56,56,0,2084,2,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29054,0,0,0,0,0,25962,25343,0,0,'Missile Test Mob','','',0,76,77,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29055,0,0,0,0,0,20570,17612,0,0,'Horn of Fecundity Credit','','',0,60,60,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29056,0,0,0,0,0,20570,17612,0,0,'Glimmering Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),
|
|
(29057,0,0,0,0,0,20570,17612,0,0,'Mosslight Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),
|
|
(29058,0,0,0,0,0,20570,17612,0,0,'Suntouched Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),
|
|
(29059,0,0,0,0,0,25886,0,0,0,'Craig - TEST - Iron Dwarf','','',0,69,69,2,1954,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29060,0,0,0,0,0,1126,17612,0,0,'Crusader Parachute Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29061,0,0,0,0,0,25887,0,0,0,'Ellen Stanbridge','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29062,31589,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,2,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),
|
|
(29063,31594,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,2,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),
|
|
(29064,31601,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,2,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',1),
|
|
(29065,0,0,0,0,0,25888,0,0,0,'Yazmina Oakenthorn','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29066,0,0,0,0,0,25889,0,0,0,'Titan Sentry','','',0,78,78,2,35,0,0.8,1.14286,1,0,387,543,0,528,1,2000,2000,1,256,2048,0,0,0,0,0,0,324,480,88,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29067,0,0,0,0,0,25890,0,0,0,'Donovan Pulfrost','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29068,0,0,0,0,0,25891,0,0,0,'Goby Blastenheimer','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29069,0,0,0,0,0,20570,17612,0,0,'Skyreach Pillar Credit','','',0,60,60,1,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,194,'',12340),
|
|
(29070,0,0,0,0,0,25892,0,0,0,'Valok the Righteous','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29071,0,0,0,0,0,25893,0,0,0,'Antoine Brack','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29072,0,0,0,0,0,25894,0,0,0,'Kug Ironjaw','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29073,0,0,0,0,0,25895,0,0,0,'Iggy Darktusk','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29074,0,0,0,0,0,25896,0,0,0,'Lady Eonys','','',0,53,54,0,7,0,1,1.14286,1,0,92,122,0,224,1,2000,2000,1,33536,2048,0,0,0,0,0,0,63,93,22,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.004,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_a_special_surprise',12340),
|
|
(29075,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 73 Raid Debuff (Low Armor)','','',0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29076,0,0,0,0,0,25897,0,0,0,'Scarlet Courier','','',0,56,56,0,2089,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,29076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,39646,39647,0,0,0,0,0,1,0,0,'npc_scarlet_courier',12340),
|
|
(29077,0,0,0,0,0,24413,0,0,0,'High General Abbendis','','',0,72,72,2,2089,2,1,1.14286,1,1,304,436,0,296,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29078,0,0,0,0,0,24458,0,0,0,'High Abbot Landgren','','',0,73,73,2,2089,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29079,0,0,0,0,0,4449,21342,0,0,'Shrine of the Tempest','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29080,0,0,0,0,0,25507,25508,25509,25510,'Scarlet Champion','','',0,56,56,0,2089,0,1,1.14286,1,1,96,127,0,234,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29081,0,0,0,0,0,21955,11686,0,0,'WotLK Soldier Kneel Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(29082,0,0,0,0,0,26789,0,0,0,'Bloodmoon Servant','','',0,73,73,2,16,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29083,0,0,0,0,0,1296,0,0,0,'PattyMacks The Duece','','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29087,0,0,0,0,0,6684,0,0,0,'Bishop Lazaril','','',0,70,70,1,534,2,1,1.14286,1,1,234,331,0,286,35,2000,2000,2,0,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29088,0,0,0,0,0,25899,25898,0,0,'Stormwind Cannoneer','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29089,0,0,0,0,0,25900,0,0,0,'Mini Tyrael','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(29093,0,0,0,0,0,25901,0,0,0,'Ian Drake','Elder','',9768,35,35,0,12,1,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,33536,2048,0,0,0,0,0,0,33,49,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29094,0,0,0,0,0,1126,11686,0,0,'Volatile Trap Knockback Bunny','','',0,1,1,2,2060,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29095,0,0,0,0,0,25902,0,0,0,'Edward Cairn','Elder','',9768,35,35,0,68,0,1,1.14286,1,0,49,64,0,118,1,2000,2000,1,0,2048,0,0,0,0,0,0,33,49,11,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29096,31590,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2280,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29097,31595,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,1814,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29098,31602,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,1814,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29099,0,0,0,0,0,16480,19595,0,0,'Drakkari Skullcrusher KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29100,0,0,0,0,0,16480,25906,0,0,'Totally Generic Bunny x8.0 (JSB)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29101,0,0,0,0,0,25907,25908,25909,25910,'Death Knight Champion','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29102,0,0,0,29150,0,25911,25913,0,0,'Hearthglen Crusader','','',0,57,58,0,2089,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,7,0,0,0,0,0,0,0,0,0,0,53348,0,0,0,0,0,0,0,0,0,0,0,'ArcherAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29103,0,0,0,29150,0,25912,25914,0,0,'Tirisfal Crusader','','',0,56,57,0,2089,0,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,7,0,0,0,0,0,0,0,0,0,0,53348,0,0,0,0,0,0,0,0,0,0,0,'ArcherAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29104,0,0,0,0,0,25915,0,0,0,'Scarlet Ballista','','',0,57,57,0,2089,0,1,1.14286,1,1,98,130,0,238,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,9,0,0,0,0,0,0,0,0,0,0,53117,0,0,0,0,0,0,0,0,0,0,0,'TurretAI',0,3,1,30,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29105,0,0,0,0,0,20570,11686,0,0,'Eagle Eyes Target','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29106,0,0,0,0,0,25907,25908,25909,25910,'Death Knight Champion','','',0,56,56,0,2084,0,1,1.14286,1,0,89,118,0,220,1,2000,2000,2,32768,2048,0,0,0,0,0,0,61,90,21,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29107,0,0,0,0,0,25514,0,0,0,'Prince Valanar','','',0,72,72,2,2082,2,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29108,0,0,0,0,0,25338,0,0,0,'Prince Keleseth','','',0,72,72,2,2082,2,1,1.14286,1,1,307,438,0,314,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29109,0,0,0,0,0,6380,0,0,0,'Baron Rivendare','','',0,83,83,2,2100,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29110,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2100,2,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(29111,0,0,0,0,0,25517,0,0,0,'Val\'kyr Battle-maiden','','',0,80,80,2,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29112,0,0,0,0,0,24084,0,0,0,'Gothik the Harvester','','',0,80,80,2,2084,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(29113,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer','','',0,80,80,2,2084,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(29114,0,0,0,0,0,25917,0,0,0,'High Commander Galvar Pureblood','','',0,60,60,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29115,0,0,0,0,0,12819,0,0,0,'Rampaging Abomination','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29116,0,0,0,0,0,25918,0,0,0,'Stormwatcher Head','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29117,31591,0,0,0,0,25768,0,0,0,'Anub\'ar Champion','','',0,73,73,2,16,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,29117,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29118,31596,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend','','',0,73,73,2,16,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,29118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29119,31603,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer','','',0,73,73,2,16,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29120,31610,0,0,0,0,27856,0,0,0,'Anub\'arak','','',0,74,74,2,14,0,1,1.42857,1,1,328,467,0,354,10,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,104,29120,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,43411,0,0,0,0,0,144,1,650854271,2097152,'boss_anub_arak',12340),
|
|
(29121,0,0,0,0,0,25924,0,0,0,'Soo-yum','Food & Drink','',0,78,78,2,2063,640,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29122,0,0,0,0,0,25376,0,0,0,'Rarkag','Food & Drink','',0,78,78,2,2060,640,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29123,0,0,0,0,0,25926,0,0,0,'Monstrous Wight','','',0,75,76,2,1975,0,0.8,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,29123,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29124,0,0,0,0,0,171,0,0,0,'Lifeblood Elemental','','',0,76,76,2,834,0,1.55556,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,4,512,29124,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,38642,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(29125,0,0,0,0,0,25929,0,0,0,'Crystal of the Frozen Grip','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29126,0,0,0,0,0,25930,0,0,0,'Crystal of the Violent Storm','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29127,0,0,0,0,0,25931,0,0,0,'Crystal of Unstable Energy','','',0,76,76,2,2064,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29128,31604,0,0,0,0,26194,0,0,0,'Anub\'ar Prime Guard','','',0,74,74,2,1814,0,1,1.42857,1.05,1,328,467,0,354,4,2000,2000,1,64,2048,0,0,0,0,0,0,287,426,63,6,0,29128,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29129,0,0,0,0,0,24454,24448,0,0,'Lost Drakkari Spirit','','',0,75,76,2,634,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,40066,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29130,0,0,0,0,0,25933,0,0,0,'Scrapper Zartson','','',0,78,78,2,2060,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29131,0,0,0,0,0,25387,0,0,0,'Rakat','','',0,76,76,2,2060,0,0.666668,0.99206,1,1,356,503,0,432,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29132,0,0,0,0,0,25386,0,0,0,'Ajark','','',0,76,76,2,2060,0,0.666668,0.99206,1,1,356,503,0,432,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29133,0,0,0,0,0,14365,0,0,0,'Disturbed Soul','','',0,75,76,2,21,0,1.11111,1.14286,1,0,352,499,0,408,1,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,6,0,29133,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29134,0,0,0,0,0,6302,1924,2176,304,'Brown Rabbit','','',0,1,1,0,190,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29135,0,0,0,0,0,24454,24448,0,0,'Wailing Drakkari Soul','','',0,75,76,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29136,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,0,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29137,0,0,0,0,0,25939,0,0,0,'Sergeant Riannah','Flight Master','',9799,75,75,0,2070,3,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29138,0,0,0,0,0,21955,11686,0,0,'WotLK Paladin Waypoint','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29139,0,0,0,0,0,25624,0,0,0,'Naznik Sureshave','Barber','',9781,35,35,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29140,0,0,0,0,0,16480,16925,0,0,'Camera Shaker - 20-40 seconds','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29141,0,0,0,0,0,25955,0,0,0,'Pella Brassbrush','Barber','',0,30,30,0,1733,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29142,0,0,0,0,0,25624,0,0,0,'Jelinek Sharpshear','Barber','',9781,35,35,0,1732,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29143,0,0,0,0,0,25955,0,0,0,'Bebri Coifcurl','Barber','',9781,30,30,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29144,0,0,0,0,0,25289,25341,0,0,'Refurbished Steam Tank','','vehichleCursor',0,70,70,2,12,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,256,2048,0,0,0,0,0,0,198,295,33,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'SmartAI',0,3,1,6,5,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(29145,0,0,0,0,0,25624,0,0,0,'Pulik Swiftsnip','Barber','',9781,68,68,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29146,0,0,0,0,0,25376,0,0,0,'Vekgar','','',9774,78,78,2,2060,3,0.666668,0.99206,1,1,383,539,0,500,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29147,0,0,0,0,0,28089,0,0,0,'Ghostly Skull','','',0,1,1,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29149,0,0,0,0,0,22607,0,0,0,'Oracle Soo-dow','','',9775,78,78,2,2063,3,1,1.19048,1,1,383,539,0,500,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29150,0,0,0,0,0,25911,25913,0,0,'Scarlet Soldier Proxy','','',0,57,58,2,2089,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29151,0,0,0,0,0,5207,0,0,0,'Cricket','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(29152,0,0,0,0,0,5008,5006,5005,5003,'Stormwind Dock Worker','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29153,31585,0,0,0,0,7846,0,0,0,'Animated Bones','','',0,73,73,2,14,0,1,1.42857,1,0,270,395,0,143,1,2000,2000,8,0,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.5,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),
|
|
(29154,0,0,0,0,0,25943,0,0,0,'Thargold Ironwing','','',9776,65,65,0,1078,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29155,0,0,0,0,0,25946,0,0,0,'Magistrix Kaelana','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29156,0,0,0,0,0,25947,0,0,0,'Archmage Celindra','Portal Trainer','',9777,80,80,2,2007,51,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,8,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29157,0,0,0,0,0,3265,0,0,0,'Grimbooze Thunderbrew','','',9782,76,76,0,35,3,1,1.14286,1,0,356,503,0,432,1,1500,2000,1,512,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29158,0,0,0,0,0,25956,0,0,0,'Magister Dath\'omere','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29159,0,0,0,0,0,25957,0,0,0,'Magister Varenthas','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29160,0,0,0,0,0,25959,0,0,0,'Magistrix Phaelista','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29161,0,0,0,0,0,25960,0,0,0,'Magistrix Haelenai','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29162,0,0,0,0,0,25961,0,0,0,'Magister Tyr\'ganal','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29163,0,0,0,0,0,15093,0,0,0,'Test Scaling Vendor','','',0,70,70,0,1857,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29165,0,0,0,0,0,25758,0,0,0,'Halls of Stone Teleporter','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29169,0,0,0,0,0,25963,0,0,0,'Magister Teronus III','','',9780,75,75,2,2007,3,1,1.14286,1,1,289,421,0,175,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29170,0,0,0,0,0,21955,11686,0,0,'WotLK Apothecary Bat Rider Controller','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29171,0,0,0,0,0,25964,0,0,0,'Kunz Jr.','','',0,77,77,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29172,0,0,0,0,0,14703,0,0,0,'Frozen Shade','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29173,0,0,0,0,0,25444,0,0,0,'Highlord Darion Mograine','','',9795,83,83,2,2100,3,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_highlord_darion_mograine',12340),
|
|
(29174,0,0,0,0,0,26057,26058,0,0,'Defender of the Light','The Argent Dawn','',0,55,58,2,2088,0,1,1.14286,1,1,93,123,0,228,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,30,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(29175,0,0,0,0,0,25965,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2088,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,200,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29176,0,0,0,0,0,25966,0,0,0,'Korfax, Champion of the Light','','',0,75,75,2,2088,0,1,1.14286,1,3,342,485,0,392,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29177,0,0,0,0,0,25967,0,0,0,'Commander Eligor Dawnbringer','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29178,0,0,0,0,0,25968,0,0,0,'Lord Maxwell Tyrosus','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29179,0,0,0,0,0,25969,0,0,0,'Leonid Barthalomew the Revered','','',0,73,73,2,2088,0,1,1.14286,1,3,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29180,0,0,0,0,0,25970,0,0,0,'Duke Nicholas Zverenhoff','','',0,74,74,2,2088,0,1,1.14286,1,3,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29181,0,0,0,0,0,25971,0,0,0,'Rayne','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,85,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29182,0,0,0,0,0,25972,0,0,0,'Rimblat Earthshatter','','',0,75,75,2,2088,0,1,1.14286,1,3,339,481,0,370,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,85,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29183,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2100,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(29184,0,0,0,0,0,169,11686,0,0,'Impale Target','','',0,70,70,2,114,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33685508,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(29185,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,0,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29186,0,0,0,0,0,12819,0,0,0,'Rampaging Abomination','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29187,0,0,0,0,0,23136,0,0,0,'Plague Eruptor','','',0,60,60,2,2100,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29188,0,0,0,0,0,26919,0,0,0,'Coldwraith','','',0,60,60,2,2100,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29189,0,0,0,0,0,25742,25664,25287,25627,'Howling Geist','','',0,58,59,1,2100,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29190,0,0,0,0,0,25012,0,0,0,'Flesh Behemoth','','',0,70,70,2,2100,0,1,2,1,1,252,357,0,304,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,199,1,8388624,0,'',12340),
|
|
(29191,0,0,0,0,0,25351,25352,0,0,'Acherus Necromancer','','',0,70,70,2,2082,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,32768,2048,0,0,0,0,0,0,198,295,33,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29192,0,0,0,0,0,22712,17200,0,0,'[Chapter IV] Chapter IV Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,33587968,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29193,0,0,0,0,0,25490,25492,0,0,'Scarlet Deserter','','',0,59,59,1,2100,0,1,1.14286,1,0,102,135,0,248,1,2000,2000,1,33536,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29194,0,0,0,0,0,25468,0,0,0,'Amal\'thazad','','',9693,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29195,0,0,0,0,0,25458,0,0,0,'Lady Alistra','','',9691,80,80,2,2050,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29196,0,0,0,0,0,25459,0,0,0,'Lord Thorval','','',9692,80,80,2,2082,49,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,6,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29197,0,0,0,0,0,14703,0,0,0,'Frozen Shade, Climax','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29198,0,0,0,0,0,25279,0,0,0,'Mograine\'s Mount','','',0,80,80,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(29199,0,0,0,0,0,25446,0,0,0,'Koltira Deathweaver','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29200,0,0,0,0,0,25447,0,0,0,'Thassarian','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29201,0,0,0,0,0,25278,0,0,0,'Death Knight Mount','','',0,80,80,0,2082,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(29202,0,0,0,0,0,25998,25999,26000,26001,'Knight of the Ebon Blade','','',0,56,58,0,2051,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,32768,2048,0,0,0,0,0,0,64,94,23,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29203,0,0,0,0,0,25997,0,0,0,'Alchemist Karloff','Corpse Dust Vendor','',0,56,56,0,2083,2176,1,1.14286,1,0,68,94,0,104,1,2000,2000,8,32768,2048,0,0,0,0,0,0,56,83,24,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29204,0,0,0,0,0,25448,0,0,0,'Orbaz Bloodbane','','',0,60,60,1,2100,0,1,1.14286,1,1,104,138,0,252,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29205,0,0,0,0,0,7858,0,0,0,'Corpulous','Food & Drink','',0,56,56,0,2083,640,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29206,0,0,0,0,0,25241,0,0,0,'Warrior of the Frozen Wastes','','',0,72,74,2,2100,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29207,0,0,0,0,0,4631,0,0,0,'Gangrenus','General Goods','',0,56,56,0,2083,384,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29208,0,0,0,0,0,570,0,0,0,'Fester','Trade Goods','',0,56,56,0,2083,128,0.777776,1.14286,1,0,96,127,0,234,1,2000,2000,1,32768,2048,0,0,0,0,0,0,67,97,23,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29209,31647,0,0,0,0,10005,0,0,0,'Carrion Beetle','','',0,74,74,2,21,0,0.833332,2,1,0,328,467,0,354,1,1000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.041623,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(29210,0,0,0,0,0,7550,0,0,0,'Frigid Bones','','',0,54,55,0,2105,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29211,0,0,0,0,0,27309,0,0,0,'Drakkari Native','','',0,75,76,2,2069,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,0,29211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1374,2290,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29212,0,0,0,0,0,829,26002,26003,0,'Risen Drudge','','',0,50,50,0,2083,0,0.777776,1.14286,1,0,85,112,0,206,1,2000,2000,1,32784,2048,0,0,0,0,0,0,58,86,20,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29213,31597,0,0,0,0,26056,0,0,0,'Anub\'ar Darter','','',0,73,73,2,21,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.100604,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29214,31586,0,0,0,0,23820,0,0,0,'Anub\'ar Assassin','','',0,73,73,2,21,0,0.833332,1.71429,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.251509,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29215,0,0,0,0,0,10811,13069,0,0,'Disciples of the Unholy Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29216,31599,0,0,0,0,23561,0,0,0,'Anub\'ar Guardian','','',0,73,73,2,21,0,1,2,1,1,316,450,0,320,7.5,2400,2000,1,64,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(29217,31607,0,0,0,0,26076,0,0,0,'Anub\'ar Venomancer','','',0,73,73,2,21,0,1,1.71429,1,1,270,395,0,143,7.5,2400,1900,8,64,2048,0,0,0,0,0,0,255,380,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29218,0,0,0,0,0,15882,0,0,0,'Portal to the Shadow Realm','','',0,77,77,2,35,0,1,1,1,0,371,522,0,478,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29219,0,0,0,0,0,24998,24999,25526,24997,'Volatile Ghoul','','',0,56,57,2,2100,0,1,1.14286,1,0,98,130,0,238,1,2000,2000,1,32768,2048,0,0,0,0,0,0,68,99,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29220,0,0,0,0,0,4250,0,0,0,'Cenarion Scout','','',0,78,78,2,994,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,33024,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29221,0,0,0,0,0,25280,0,0,0,'Death Knight Mount, Ebon Hold','','',0,55,55,0,2084,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(29222,0,0,0,0,0,25933,0,0,0,'Hunter Kanneg','','',0,78,78,2,2060,0,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29223,0,0,0,0,0,26055,0,0,0,'Image of Mr. Bigglesworth','','',0,1,1,0,32,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29224,0,0,0,0,0,169,11686,0,0,'Presence of Yogg-Saron','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29225,0,0,0,0,0,4590,0,0,0,'Anti-Magic Zone','','',0,83,83,0,58,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,774,2048,0,0,0,0,0,0,371,535,135,11,1024,0,0,0,0,0,0,0,0,0,52894,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29227,0,0,0,0,0,26061,0,0,0,'Highlord Alexandros Mograine','The Ashbringer','',0,83,83,2,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29228,0,0,0,0,0,26062,0,0,0,'Darion Mograine','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,768,2048,0,0,0,0,0,0,198,295,33,10,2088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29229,0,0,0,0,0,959,0,0,0,'Poisonous Skitterer (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29230,0,0,0,0,0,7550,0,0,0,'Lesser Shadow Construct','','',0,54,55,2,2105,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29231,0,0,0,0,0,11399,0,0,0,'Shadow Construct','','',0,76,78,2,2105,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29232,0,0,0,0,0,559,0,0,0,'Forgotten Servant','','',0,54,55,0,2105,0,0.777776,1.14286,1,0,87,116,0,214,1,2000,2000,2,32768,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29233,0,0,0,0,0,26063,0,0,0,'Nurse Applewood','Grand Master First Aid Trainer','',0,72,72,1,1928,80,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,2,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29234,0,0,0,0,0,40,0,0,0,'Strand of the Ancients Battlemaster','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29235,0,0,0,0,0,27258,0,0,0,'Gundrak Savage','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,2390,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29236,0,0,0,0,0,25491,0,0,0,'Gundrak Brute','','',0,76,77,2,2069,0,0.666668,1.14286,1,0,371,522,0,478,1,3000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,29236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1437,2395,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29237,0,0,0,0,0,27254,0,0,0,'Gundrak Fire-eater','','',0,76,77,2,2069,0,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,29237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,2410,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29238,0,0,0,0,0,26064,0,0,0,'Scourge Haunt','','',0,1,1,0,35,0,1,0.57143,1,0,2,2,0,24,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(29239,0,0,0,0,0,25753,0,0,0,'Vigilant Gargoyle','','',0,58,58,1,2084,0,2,1.28571,1,0,93,123,0,228,1,3000,2000,2,0,2048,0,0,0,0,0,0,64,94,23,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(29240,30973,0,0,0,0,26065,0,0,0,'Stormforged Lieutenant','','',0,81,81,2,16,0,1,1,1.3,1,425,602,0,670,5,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,48,1,0,0,'npc_stormforged_lieutenant',1),
|
|
(29241,0,0,0,0,0,15938,0,0,0,'Carrion Spinner (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13151,0,0,0,'',0,1,1,18,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29242,0,0,0,0,0,15937,0,0,0,'Dread Creeper (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29243,0,0,0,0,0,15939,0,0,0,'Venom Stalker (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,3,0,0,0,0,353,512,112,1,73,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13150,0,0,0,'',0,1,1,30,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29244,0,0,0,0,0,26066,0,0,0,'Jesse Masters','Butcher','',9798,73,73,0,1892,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,512,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29245,0,0,0,0,0,25351,25352,0,0,'[Chapter IV] Light of Dawn Credit','','',0,70,70,2,2082,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29246,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2050,0,1,1.38571,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29247,0,0,0,0,0,16594,16595,16596,16597,'Naxxramas Cultist (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11428,19048,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29248,0,0,0,0,0,16598,16599,16600,16601,'Naxxramas Acolyte (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11450,19082,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29249,0,0,0,0,0,15931,0,0,0,'Anub\'Rekhan (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250000,2750000,'',0,3,1,485,2,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(29250,0,0,0,0,0,24277,0,0,0,'Tim Street','Stable Master','',9821,74,74,2,1892,4194305,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29251,0,0,0,0,0,9250,0,0,0,'Kor','Stable Master','',9821,74,74,2,1981,4194305,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29252,0,0,0,0,0,3613,0,0,0,'Jason Riggins','Blacksmithing Supplies','',0,74,74,2,1892,4224,1,1.14286,1,0,328,467,0,354,1,1500,2000,1,512,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29253,0,0,0,0,0,23076,0,0,0,'Koloth','Blacksmithing Supplies','',0,74,74,2,1981,4224,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29254,0,0,0,0,0,26067,26068,26069,26070,'Silver Covenant Guardian Mage','','',0,80,80,2,2027,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'npc_mageguard_dalaran',12340),
|
|
(29255,0,0,0,0,0,26071,26072,26073,26074,'Sunreaver Guardian Mage','','',0,80,80,2,2129,0,1,1,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,32770,'npc_mageguard_dalaran',12340),
|
|
(29256,0,0,0,0,0,14698,0,0,0,'Crypt Guard (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1150,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29257,0,0,0,0,0,20138,0,0,0,'Omar the Test Dragon Gen2','','',0,70,70,0,1965,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1000,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(29258,0,0,0,0,0,21955,0,0,0,'Omar\'s accumulator bunny','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29259,0,0,0,0,0,26077,0,0,0,'Spirit Healer','','',9800,80,80,0,35,16385,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29260,0,0,0,0,0,23766,0,0,0,'Rigger Sparklight','Used Demolisher Salesman','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29261,0,0,0,0,0,26078,0,0,0,'Windle Sparkshine','','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29262,0,0,0,0,0,23766,0,0,0,'Gorgril Rigspark','Used Demolisher Salesman','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29263,0,0,0,0,0,23913,0,0,0,'PattyMacks Hovering Dummy','','',0,68,69,2,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,264,1,8388624,0,'',12340),
|
|
(29264,0,0,0,0,0,21114,0,0,0,'Spirit Wolf','','',0,70,70,2,14,0,2,2.14286,1,0,252,357,0,304,1,1500,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,58861,58875,58867,58857,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,191,1,0,0,'',12340),
|
|
(29265,0,0,0,0,0,26087,0,0,0,'Knockback Ball','<Hit Me!>','',0,70,70,0,14,0,1,1.14286,1,5,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29266,31511,0,0,0,0,27486,0,0,0,'Xevozz','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,7,72,29266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5031,8385,'',0,3,1,20,10,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_xevozz',12340),
|
|
(29267,0,0,0,0,0,27943,0,0,0,'Corpse Scarab (1)','','',0,80,80,2,21,0,0.833332,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(29268,0,0,0,0,0,15940,0,0,0,'Grand Widow Faerlina (1)','','',0,83,83,2,21,0,1,1.14286,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,7,76,29268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2345574,3909290,'',0,3,1,485,20,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(29269,0,0,0,0,0,23812,23813,23814,0,'Aspen Grove Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29270,0,0,0,0,0,26098,0,0,0,'Aspen Grove Trader','Trade Goods','',0,73,74,2,2032,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29271,31514,0,0,0,0,28073,0,0,0,'Ethereal Sphere','','',0,77,77,2,16,0,1,0.5,1,1,1,1,0,1,1,2000,0,1,131072,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,20,1,1,0,0,0,0,0,0,0,76,0,0,0,'',12340),
|
|
(29272,0,0,0,0,0,26094,0,0,0,'Dwarven Golem','','',0,80,80,1,15,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29273,0,0,0,0,0,16605,16606,0,0,'Naxxramas Follower (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1150,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,10,1,0,22708,0,0,0,0,0,144,1,65536,0,'',12340),
|
|
(29274,0,0,0,0,0,16603,16604,0,0,'Naxxramas Worshipper (1)','','',0,81,81,2,312,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,32832,2048,8,0,0,0,0,0,351,503,74,7,72,16506,0,0,0,0,0,0,0,0,54096,28732,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,22708,0,0,0,0,0,144,1,65537,0,'',12340),
|
|
(29275,0,0,0,0,0,26097,0,0,0,'Aspen Grove Supplier','Food & Drink','',0,73,74,2,2032,128,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29276,0,0,0,0,0,169,11686,0,0,'Ethereal Summon Target','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29277,0,0,0,0,0,26099,0,0,0,'Datalore Smallsphere','Trade Goods','',0,70,70,2,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29278,0,0,0,0,0,15928,0,0,0,'Maexxna (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,1800,0,1,64,2048,8,0,0,0,0,0,371,535,135,1,76,29278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2548124,3114374,'',0,3,1,545,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(29279,0,0,0,0,0,13111,0,0,0,'Maexxna Spiderling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,28776,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(29280,30778,0,0,0,0,26100,0,0,0,'Image of Arthas','','',0,80,80,2,14,0,2,0.992063,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),
|
|
(29281,30809,0,0,0,0,25944,0,0,0,'Svala','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,15,1,0,0,0,0,0,0,0,122,1,650854271,2097152,'boss_svala',12340),
|
|
(29282,0,0,0,0,0,26103,0,0,0,'Paymaster Alstein','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29283,0,0,0,0,0,26104,0,0,0,'Paymaster Habert','Banker','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29285,0,0,0,0,0,26105,0,0,0,'Westfall Brigade Scout','','',0,71,71,2,1891,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29286,0,0,0,0,0,15942,0,0,0,'Tomb Horror (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29287,0,0,0,0,0,26106,0,0,0,'Captain Paul Carver','The Assurance','',10126,30,30,0,1078,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29288,0,0,0,0,0,26107,0,0,0,'Engineer Kurtis Paddock','The Assurance','',0,30,30,0,1078,6272,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29289,0,0,0,0,0,26108,0,0,0,'First Mate Edgar Flores','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29290,0,0,0,0,0,26109,0,0,0,'Navigator Rian Trost','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29291,0,0,0,0,0,26110,0,0,0,'Galley Chief Paul Kubit','The Assurance','',0,30,30,0,1078,128,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29292,0,0,0,0,0,26111,0,0,0,'Art Peshkov','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29293,0,0,0,0,0,26112,0,0,0,'Daniel Kramer','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29294,0,0,0,0,0,26113,0,0,0,'Candace Thomas','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29295,0,0,0,0,0,26114,0,0,0,'Meghan Dawson','','',0,55,55,0,11,0,1,1.42857,1,0,94,125,0,228,1,2000,2000,1,32768,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29296,0,0,0,0,0,26115,0,0,0,'Justin Boehm','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29297,0,0,0,0,0,26116,0,0,0,'Michael Corpora','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29298,0,0,0,0,0,26117,0,0,0,'Benjamin Elgueta','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29299,0,0,0,0,0,26118,0,0,0,'Serban Oprescu','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29300,0,0,0,0,0,26119,0,0,0,'Robert Richardson','The Assurance','',0,30,30,0,1078,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,32768,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29301,0,0,0,0,0,23645,23650,23651,23652,'Camp Winterhoof Wayfarer','','',0,66,71,2,1922,0,1,1.14286,1,0,296,424,0,290,1,2000,2000,2,32768,2048,0,0,0,0,0,0,260,387,37,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29302,0,0,0,0,0,21968,0,0,0,'Deathguard Hemil','','',0,69,69,2,1929,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29303,0,0,0,0,0,171,0,0,0,'Lifeblood Elemental Credit','','',0,76,76,2,834,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29304,31370,0,0,0,0,27422,0,0,0,'Slad\'ran','High Prophet of Sseratus','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,13,2000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4961,8269,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_slad_ran',12340),
|
|
(29305,30530,0,0,0,0,27059,0,0,0,'Moorabi','High Prophet of Mam\'toth','',0,78,78,2,16,0,1,1.42857,1,1,387,543,0,528,7,1000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4970,8283,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_moorabi',12340),
|
|
(29306,31368,0,0,0,0,27061,0,0,0,'Gal\'darah','High Prophet of Akali','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,528,13,2000,2000,1,32832,2048,0,0,0,0,0,0,324,480,88,7,72,29306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,5014,8356,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_gal_darah',12340),
|
|
(29307,31365,0,0,0,0,26588,0,0,0,'Drakkari Colossus','','',0,78,78,2,16,0,1,1.42857,1,1,387,543,0,528,13,3000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,9,584,0,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'boss_drakkari_colossus',12340),
|
|
(29308,31469,0,0,0,0,27406,0,0,0,'Prince Taldaram','','',0,75,75,2,16,0,1.6,1.42857,1,1,339,481,0,370,7.5,2400,0,2,33587264,2048,8,0,0,0,0,0,293,436,53,7,72,29308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4181,6969,'',0,3,1,20,20,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_taldaram',12340),
|
|
(29309,31456,0,0,0,0,27407,0,0,0,'Elder Nadox','','',0,75,75,2,16,0,1.6,1.42857,1,1,339,481,0,370,7.5,2400,0,2,32832,2048,8,0,0,0,0,0,293,436,53,6,72,29309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,20,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_elder_nadox',12340),
|
|
(29310,31465,0,0,0,0,26777,0,0,0,'Jedoga Shadowseeker','','',0,75,75,2,16,0,1,1.71429,1.35,1,339,481,0,370,7.5,2400,0,2,32832,2048,9,0,0,0,0,0,293,436,53,7,72,29310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176,6960,'',0,3,1,20,20,1,0,0,0,0,0,0,0,172,1,650854271,2097152,'boss_jedoga_shadowseeker',12340),
|
|
(29311,31464,0,0,0,0,27408,0,0,0,'Herald Volazj','','',0,75,75,2,16,0,1.6,1.42857,1,1,342,485,0,392,7.5,2400,0,1,32832,2048,8,0,0,0,0,0,295,438,68,10,72,29311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,6961,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_volazj',12340),
|
|
(29312,31509,0,0,0,0,10193,0,0,0,'Lavanthor','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,1,72,29312,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_lavanthor',12340),
|
|
(29313,31508,0,0,0,0,27487,0,0,0,'Ichoron','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,8,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,4,72,29313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,6635,'',0,3,1,20,18.7,1,0,42107,0,0,0,0,0,167,1,650854271,2097152,'boss_ichoron',12340),
|
|
(29314,31512,0,0,0,0,27855,0,0,0,'Zuramat the Obliterator','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,8,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,3,72,29314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,6662,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_zuramat',12340),
|
|
(29315,31507,0,0,0,0,27488,0,0,0,'Erekem','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,8,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,7,72,29315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4895,8159,'',0,3,1,12,20,1,0,0,0,0,0,0,0,150,1,617299839,2097152,'boss_erekem',12340),
|
|
(29316,31510,0,0,0,0,20590,0,0,0,'Moragg','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,478,7.5,2000,0,1,514,2048,8,0,0,0,0,0,314,466,81,3,72,29316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6687,6687,'',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,650854271,2097152,'boss_moragg',12340),
|
|
(29317,0,0,0,0,0,27340,0,0,0,'Cyanigosa (Dragon)','','',0,77,77,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29318,0,0,0,0,0,1438,0,0,0,'Dalaran Arena Battlemaster','Battle Master','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29319,0,0,0,0,0,10618,0,0,0,'Icepaw Bear','','',55000,76,77,2,1990,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,1,29319,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13473,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29320,0,0,0,0,0,25797,0,0,0,'(PH) Storm Maiden','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29321,31515,0,0,0,0,17200,0,0,0,'Ichor Globule','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,1,2000,0,2,0,2048,8,0,0,0,0,0,302,449,57,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.181802,1,1,0,0,0,0,0,0,0,84,0,0,0,'npc_ichor_globule',12340),
|
|
(29322,0,0,0,0,0,26123,0,0,0,'(PH) Storm Maiden - Caster','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29323,0,0,0,0,0,25771,0,0,0,'Sifreldar Storm Maiden','','',0,78,79,2,1885,0,1,1.28571,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,40641,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(29324,0,0,0,0,0,16174,0,0,0,'Patchwerk (1)','','',0,83,83,2,21,0,2,1.14286,1,3,509,683,0,805,70,1200,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2610000,3190000,'',0,3,1,935,2,1,0,0,0,0,0,0,0,169,1,617299839,2097153,'',12340),
|
|
(29325,0,0,0,0,0,26138,0,0,0,'Torgo the Younger','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29326,0,0,0,0,0,169,11686,0,0,'Ichoron Summon Target','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(29327,0,0,0,0,0,26165,0,0,0,'Frost Leopard','','',54000,76,77,2,1990,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,1,29327,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29328,0,0,0,0,0,328,0,0,0,'Arctic Hare','','',0,1,1,0,31,0,1,1.28571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(29329,0,0,0,0,0,26166,26168,26167,26169,'Onslaught Paladin','','',0,79,80,2,67,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,29329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29330,0,0,0,0,0,26170,26172,26171,26173,'Onslaught Harbor Guard','','',0,79,80,2,67,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29331,0,0,0,0,0,26123,0,0,0,'Sifreldar Runekeeper','','',0,79,80,2,1885,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,29331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1671,2785,'SmartAI',0,3,1,1,1,1,0,40641,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(29332,0,0,0,0,0,27865,27866,0,0,'Gundrak Bat Rider','','',0,76,77,2,2069,0,1,1.57143,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1420,2366,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(29333,0,0,0,0,0,26178,26180,26179,26181,'Onslaught Gryphon Rider','','',0,79,80,2,67,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,526336,29333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,2771,'SmartAI',0,4,1,1,1,1,0,40970,40652,0,0,0,0,220,1,0,0,'',12340),
|
|
(29334,0,0,0,0,0,8472,1340,0,0,'Gundrak Raptor','','',0,76,77,2,2069,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,11,0,0,0,0,314,466,81,1,1,29334,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44921,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29335,31609,0,0,0,0,23565,0,0,0,'Anub\'ar Webspinner','','',0,72,72,2,21,0,1,1.42857,1,1,263,384,0,140,4,2000,2000,8,64,2048,0,0,0,0,0,0,247,369,34,6,0,29335,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(29336,0,0,0,0,0,26185,26186,0,0,'Argent Knight','','',0,70,70,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29337,0,0,0,0,0,26187,26188,0,0,'Argent Knight','','',0,70,70,0,83,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29338,0,0,0,0,0,26189,26191,26190,26192,'Onslaught Raven Bishop','','',0,79,80,2,67,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29339,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Tepesh','Alchemy & Poison Supplies','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29340,31587,0,0,0,0,26193,0,0,0,'Anub\'ar Brood Keeper','','',0,72,72,2,7,0,0.833332,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29341,0,0,0,0,0,21342,0,0,0,'Dual-plagued Brain','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29342,0,0,0,0,0,25797,0,0,0,'Sybil (Archer) - Deprecated','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29343,0,0,0,0,0,26195,0,0,0,'Baron Sliver','','',9858,80,80,2,2050,3,1,2,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29344,0,0,0,0,0,26197,0,0,0,'Lord-Commander Arete','','',9806,80,80,2,2050,3,1,2.85714,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29345,0,0,0,0,0,21955,11686,0,0,'Argent Dawn Banner','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29346,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Karlov','','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29347,0,0,0,0,0,9760,0,0,0,'Patchwork Golem (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7596,9930,'',0,3,1,30,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29348,0,0,0,0,0,24242,4111,4109,4110,'Apothecary Chaney','Alchemy & Poison Supplies','',0,71,71,2,1928,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29349,31598,0,0,0,0,26056,0,0,0,'Anub\'ar Darter','','',0,73,73,2,21,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,256,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,0.100604,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29350,0,0,0,0,0,24531,0,0,0,'Torseg the Exiled','','',0,79,79,2,14,0,2.4,1.57143,1,1,404,564,0,582,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,334,494,95,5,0,29350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,160,1,0,0,'',12340),
|
|
(29351,0,0,0,0,0,24531,0,0,0,'Niffelem Frost Giant','','',0,79,80,2,2107,16777216,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,'AgressorAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(29352,0,0,0,0,0,26202,0,0,0,'Kirgaraak','','',0,80,80,2,190,0,1,1.11111,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29353,0,0,0,0,0,15958,0,0,0,'Bile Retcher (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,24,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29354,0,0,0,0,0,12349,0,0,0,'Sewage Slime (1)','','',0,80,80,2,16,0,1,1.14286,2,1,422,586,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29355,0,0,0,0,0,12349,0,0,0,'Embalming Slime (1)','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,2,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),
|
|
(29356,0,0,0,0,0,15962,0,0,0,'Sludge Belcher (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17046,17046,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29357,0,0,0,0,0,12349,0,0,0,'Bile Sludge (1)','','',0,82,82,2,14,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(29358,0,0,0,0,0,26331,0,0,0,'Frostworg','','',0,79,80,2,2107,16777216,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,29358,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,'AgressorAI',0,3,1,3,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(29359,0,0,0,0,0,16175,0,0,0,'Living Monstrosity (1)','','',0,82,82,2,21,0,0.8,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4030,5272,'',0,3,1,35,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29360,0,0,0,0,0,4590,0,0,0,'Lightning Totem (1)','','',0,82,82,2,21,0,1,1.14286,1,0,488,642,0,782,1,1318,0,1,4,2048,8,0,0,0,0,0,363,521,121,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29361,0,0,0,0,0,24710,0,0,0,'[PH]TEST Skater','','vehichleCursor',0,72,72,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(29362,0,0,0,0,0,16063,0,0,0,'Mad Scientist (1)','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',0,3,1,15,2,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29363,0,0,0,0,0,836,0,0,0,'Surgical Assistant (1)','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3684,4820,'',0,3,1,7,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29364,31518,0,0,0,0,26208,0,0,0,'Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,1,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.043941,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_vh_void_sentry',12340),
|
|
(29365,31519,0,0,0,0,23767,0,0,0,'Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,0,1,33554434,2048,8,0,0,0,0,0,314,466,81,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29366,0,0,0,0,0,25771,0,0,0,'Brunnhildar Challenger','','',0,79,80,2,2109,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29367,0,0,0,0,0,4606,0,0,0,'Ichor Globule (Transform)','','',0,76,76,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(29368,0,0,0,0,0,26218,0,0,0,'Valduran the Stormborn','','',0,80,80,2,2102,0,1,0.992063,1,1,346,499,0,287,4.6,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29369,0,0,0,0,0,25756,0,0,0,'Stormforged Taskmaster','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29369,29369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1582,2636,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29370,0,0,0,30152,0,26212,0,0,0,'Stormforged Champion','','',0,79,79,2,1954,0,1,0.992063,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1594,2656,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29371,0,0,0,0,0,24484,0,0,0,'Stitched Giant (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12958,16932,'',0,3,1,40,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29372,0,0,0,0,0,6372,0,0,0,'Twilight Drake','','',0,82,82,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29373,0,0,0,0,0,16035,0,0,0,'Grobbulus (1)','','',0,83,83,2,21,0,1.5,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567646,3138234,'',0,3,1,685,2,1,0,0,0,0,0,0,0,166,1,617299839,2097153,'',12340),
|
|
(29374,0,0,0,30152,0,26220,0,0,0,'Stormforged Magus','','',0,78,79,2,1954,0,1,0.992063,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,29374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1585,2641,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29375,0,0,0,0,0,27092,0,0,0,'Stormforged Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,29375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,9545,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(29376,0,0,0,0,0,25953,0,0,0,'Stormforged Artificer','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1593,2655,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29377,0,0,0,0,0,26213,0,0,0,'Stormforged Raider','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29378,0,0,0,0,0,25771,0,0,0,'Brunnhildar Observer','','',0,79,80,2,2109,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29379,0,0,0,0,0,11686,0,0,0,'Grobbulus Cloud (1)','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'',12340),
|
|
(29380,0,0,0,30152,0,26140,0,0,0,'Stormforged War Golem','','',0,79,80,2,1954,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,29380,0,29380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42204,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29381,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Blade\'s Edge','Battle Master','PVP',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29382,0,0,0,29377,0,26146,0,0,0,'Stormforged Reaver','','',0,79,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,29382,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29383,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Nagrand Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29384,0,0,0,0,0,24109,24119,0,0,'Captive Mechagnome','','',9871,77,77,2,35,1,1,0.99206,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29385,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Ruins of Lordaeron','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29386,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Orgrimmar Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29387,0,0,0,0,0,22541,0,0,0,'QA Arena Master: Dalaran Arena','Battle Master','PVP',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29388,0,0,0,0,0,12349,0,0,0,'Fallout Slime (1)','','',0,80,80,2,14,0,1.5,1.14286,1,1,422,586,0,642,13,1150,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29389,0,0,0,0,0,24103,24121,24115,0,'Mechagnome Laborer','','',0,78,79,2,1954,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,32768,29389,0,29724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29390,0,0,0,0,0,24892,0,0,0,'Snowdrift Jormungar','','',0,79,80,2,14,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,29390,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29391,0,0,0,0,0,1126,17612,0,0,'Ravenous Jaws Blood Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29392,0,0,0,0,0,12208,12210,26216,0,'Ravenous Jaws','','',0,79,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29392,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29393,0,0,0,0,0,28019,0,0,0,'King Ymiron','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29394,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33536,2099200,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,171,1,8388624,0,'',12340),
|
|
(29395,31513,0,0,0,0,18628,0,0,0,'Erekem Guard','','',0,76,76,2,16,0,1,1.14286,1,1,450,550,0,432,3,2000,0,1,512,2048,8,0,0,0,0,0,305,452,74,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,150,1,0,0,'npc_erekem_guard',12340),
|
|
(29396,0,0,0,0,0,26217,0,0,0,'Setaal Darkmender','','',9813,79,79,2,2050,2,1,1.14286,1,1,399,559,0,550,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29397,0,0,0,0,0,1126,11686,0,0,'Land Mine Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29398,0,0,0,0,0,1126,17612,0,0,'From Their Corpses, Rise! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29399,0,0,0,0,0,26219,0,0,0,'Sparksocket AA Cannon','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,2181038080,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29400,0,0,0,0,0,24993,24994,24995,0,'Corrupted Scarlet Onslaught','','',0,79,80,2,2084,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29401,0,0,0,0,0,21955,11686,0,0,'Argent Tome','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29402,0,0,0,0,0,27235,0,0,0,'Ironwool Mammoth','','',0,77,78,2,190,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,29402,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29403,0,0,0,0,0,24688,0,0,0,'Onslaught Gryphon','','',0,79,79,2,35,16777216,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,1,0,0,0,0,0,0,0,0,0,0,54420,0,0,0,0,0,0,0,0,165,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,194,1,0,0,'',12340),
|
|
(29404,0,0,0,0,0,275,0,0,0,'Savage Hill Scavenger','','',0,77,78,2,16,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1514,2523,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29405,0,0,0,0,0,26222,0,0,0,'Uzo Deathcaller','','',0,78,78,2,2050,2,1,1.14286,1,1,383,539,0,500,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29406,0,0,0,0,0,1126,17612,0,0,'You\'ll Need a Gryphon Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29407,0,0,0,29554,0,27174,27185,0,0,'Snowblind Devotee','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29407,29407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,2406,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29408,0,0,0,0,0,24857,0,0,0,'Garm Raider','','',0,77,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29409,0,0,0,29553,0,24842,0,0,0,'Garm Watcher','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1501,2501,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29411,0,0,0,29412,0,26198,0,0,0,'Crystalweb Weaver','','',0,77,78,2,1692,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29411,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29412,0,0,0,0,0,26223,0,0,0,'Crystalweb Spitter','','',0,77,78,2,1692,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29412,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29413,0,0,0,0,0,27183,27173,0,0,'Snowblind Digger','','',0,76,77,2,1693,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,29413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,2400,'SmartAI',0,3,1,1,1,1,0,40744,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29414,0,0,0,0,0,26363,0,0,0,'Bone Gryphon','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,48766,54469,54467,55214,0,0,0,0,0,166,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,220,1,8388624,0,'',12340),
|
|
(29415,0,0,0,0,0,24688,0,0,0,'Captured Onslaught Gryphon','','',0,79,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29416,0,0,0,0,0,22712,17200,0,0,'Argent Stand Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29417,0,0,0,0,0,16064,0,0,0,'Gluth (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,1600,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520000,3080000,'',0,3,1,605,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(29418,0,0,0,0,0,26237,0,0,0,'Jason Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29419,0,0,0,0,0,26236,0,0,0,'Julian Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29420,0,0,0,0,0,26238,0,0,0,'Jessica Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29421,0,0,0,0,0,26821,0,0,0,'Nicole Morris','','',0,69,69,2,1929,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29422,0,0,0,0,0,21748,21751,21749,21750,'Forsaken Recruit','','',0,68,69,2,1897,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29423,0,0,0,0,0,26237,0,0,0,'Summon Tester','','',0,69,69,2,1929,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29424,0,0,0,0,0,4449,26241,0,0,'Stormforged Lightning Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29425,0,0,0,0,0,169,11686,0,0,'Erekem Controller','','',0,77,77,2,35,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,314,466,81,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29426,0,0,0,0,0,25771,0,0,0,'Hyldnir Overseer','','',0,79,80,2,2126,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1676,2793,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29427,0,0,0,0,0,26242,26785,0,0,'Captive Vrykul','','',0,79,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2766,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29428,0,0,0,0,0,26243,0,0,0,'Ricket','','',9917,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29429,0,0,0,0,0,26244,0,0,0,'Janks','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29430,0,0,0,0,0,26245,0,0,0,'Tore Rumblewrench','','',9918,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29431,0,0,0,0,0,26246,0,0,0,'Jeer Sparksocket','','',9916,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29432,0,0,0,0,0,26247,0,0,0,'Gino','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29433,0,0,0,0,0,26250,26251,0,0,'Goblin Sapper','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29434,0,0,0,0,0,26248,26249,0,0,'Injured Goblin Miner','','',9859,77,78,2,35,3,1,0.92857,1,0,387,543,0,528,1,2000,2000,1,537165824,2048,0,0,0,0,0,0,324,480,88,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,110,1,0,0,'npc_injured_goblin',12340),
|
|
(29435,0,0,0,0,0,25797,0,0,0,'Sybil (Unarmed) - Deprecated','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29436,0,0,0,0,0,26177,0,0,0,'Icetouched Earthrager','','',0,74,75,2,834,0,1,1.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,4,512,29436,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41503,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(29437,0,0,0,0,0,25640,0,0,0,'Rageclaw Berserker','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29438,0,0,0,0,0,25385,0,0,0,'Rageclaw Primalist','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,339,481,0,370,1,1538,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29439,0,0,0,0,0,25376,0,0,0,'Rageclaw Hunter','','',0,74,75,2,2115,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29440,0,0,0,0,0,26252,0,0,0,'Goblin Sapper Backpack','','',0,1,1,2,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29441,0,0,0,0,0,16221,0,0,0,'Lieutenant Julek','The Argent Dawn','',0,10,10,0,794,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29442,0,0,0,0,0,16219,0,0,0,'Lieutenant Kregor','The Argent Dawn','',0,10,10,0,794,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29443,0,0,0,0,0,26196,0,0,0,'Argent Dawn Banner (Visual)','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29444,0,0,0,0,0,1206,6303,2957,2958,'Drakkari Snake','','',0,75,75,0,2069,0,1,1.14286,1,0,342,485,0,392,1,1834,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29445,0,0,0,0,0,28977,0,0,0,'Thorim','','',9924,82,82,2,35,3,1,0.952381,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29446,0,0,0,0,0,15297,0,0,0,'Stalagg (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(29447,0,0,0,0,0,15297,0,0,0,'Feugen (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(29448,0,0,0,0,0,16137,0,0,0,'Thaddius (1)','','',0,83,83,2,21,0,1,1.68,1,3,509,683,0,805,35,2000,0,1,0,2048,0,0,0,0,0,0,371,535,135,6,76,29448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3027272,3700000,'',0,3,1,2180,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',1),
|
|
(29449,0,0,0,29882,0,25454,0,0,0,'Vargul Deathwaker','','',0,75,76,2,1885,0,1,1.07143,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29450,0,0,0,29882,0,26254,0,0,0,'Vargul Runelord','','',0,75,76,2,1885,0,1,1.07143,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,29450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29451,0,0,0,29882,0,25300,0,0,0,'Vargul Slayer','','',0,75,76,2,1885,0,2,1.42857,1,0,356,503,0,432,1,3000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,29451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,42108,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(29452,0,0,0,0,0,25785,0,0,0,'Vargul Blighthound','','',0,74,75,2,1885,0,1.6,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,1,0,0,0,0,295,438,68,1,1,29452,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29453,0,0,0,0,0,26255,0,0,0,'Vargul Plaguetalon','','',0,74,75,2,1885,0,2,2.28571,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,29453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,201,1,8388624,0,'',12340),
|
|
(29454,0,0,0,0,0,26256,0,0,0,'Burr','','',0,73,73,2,2070,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29455,0,0,0,0,0,26257,0,0,0,'Gerk','','',0,72,72,2,2070,2,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,33536,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29456,0,0,0,0,0,26258,0,0,0,'Aurochs Grimbane','','',0,78,78,2,2050,2,1,2,1,1,383,539,0,500,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29457,0,0,0,0,0,1126,11686,0,0,'Plague Sprayer Trigger','','',0,80,80,2,2068,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29458,0,0,0,0,0,25797,0,0,0,'Brunnhildar Drakerider','','',0,80,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,7,3072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29459,0,0,0,0,0,22712,17200,0,0,'Vargul Dummy','','',0,75,76,2,35,0,2,1.42857,1,0,356,503,0,432,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,305,452,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,128,'',12340),
|
|
(29460,0,0,0,0,0,26740,0,0,0,'Frigid Proto-Drake','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(29461,0,0,0,29412,0,26273,0,0,0,'Icetip Crawler','','',0,78,78,2,1965,0,1,1.19048,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,3,0,0,0,0,324,480,88,1,0,29461,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,40944,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29466,0,0,0,0,0,26261,0,0,0,'Goblin Prisoner','','',0,78,79,2,35,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29468,0,0,0,0,0,26271,0,0,0,'Crusader Dargath','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29469,0,0,0,0,0,26267,27006,26285,0,'Ice Steppe Rhino','','',0,78,79,2,634,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,29469,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41340,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29471,0,0,0,0,0,26290,0,0,0,'Drakkari Troll','','',0,66,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29472,0,0,0,0,0,26291,0,0,0,'Argent Crusader','','',0,69,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29473,0,0,0,0,0,26293,0,0,0,'Gretchen Fizzlespark','','',9912,78,78,2,35,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29474,0,0,0,0,0,17166,0,0,0,'Riding Skeletal Gryphon','','',0,70,70,1,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),
|
|
(29475,0,0,0,0,0,6271,0,0,0,'Improved Land Mine','','',0,78,78,0,2110,0,1,1,1,0,387,543,0,528,1,2000,2000,1,33554436,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29476,0,0,0,0,0,26299,0,0,0,'Dagna Flintlock','Gunsmith','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29477,0,0,0,0,0,26092,0,0,0,'Earthen Defender','','',0,79,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29478,0,0,0,0,0,26300,0,0,0,'Jepetto Joybuzz','Toymaker','',10180,75,75,2,2007,129,1,1,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29479,0,0,0,0,0,22132,0,0,0,'Shoveltusk Forager','','',0,69,69,2,634,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29479,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29480,0,0,0,0,0,10627,0,0,0,'Grimwing','Flight Master','',6944,75,75,2,2050,8193,0.777776,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29481,0,0,0,0,0,25815,0,0,0,'Lok\'lira the Crone','','',9913,79,79,2,35,3,1,1.28571,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29482,0,0,0,0,0,16633,0,0,0,'Pet Skunk','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(29483,0,0,0,0,0,19218,0,0,0,'K3 Perimeter Turret','','',0,80,80,2,2110,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29484,0,0,0,0,0,26303,0,0,0,'Skeletal Gryphon, Mount','','',0,70,70,2,35,0,3.2,1.28968,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,57,1,0,0,'',12340),
|
|
(29485,0,0,0,0,0,26302,0,0,0,'Dolomite Giant','','',0,80,80,2,1770,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29486,0,0,0,0,0,22639,0,0,0,'Tamed Shoveltusk','','',0,69,69,2,16,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29486,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29487,0,0,0,0,0,26304,0,0,0,'Wild Shoveltusk','','',0,68,68,2,634,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,32768,2048,0,0,0,0,0,0,195,289,41,1,0,29487,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29488,0,0,0,0,0,26308,0,0,0,'Scourge Gryphon','','Taxi',0,53,54,0,2100,16777216,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),
|
|
(29489,0,0,0,0,0,26305,0,0,0,'Captain Welsington','','',0,80,80,2,67,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2769,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29490,0,0,0,0,0,26306,0,0,0,'Captain Hartford','','',0,80,80,2,67,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,2770,'SmartAI',0,3,1,1,1,1,0,40652,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29491,0,0,0,0,0,25879,0,0,0,'Karandonna','Clothier','',0,75,75,0,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29492,0,0,0,0,0,23812,23813,23814,0,'Ashwood Trapper','','',0,73,74,2,2032,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29493,0,0,0,0,0,26307,0,0,0,'Jarold Puller','Specialty Ammunition','',0,75,75,2,2007,4480,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29494,0,0,0,0,0,26309,0,0,0,'Shen Kang Cheng','Staves','',0,75,75,2,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29495,0,0,0,0,0,26310,0,0,0,'Norvin Alderman','Cloaks','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29496,0,0,0,0,0,26311,0,0,0,'Kerta the Bold','Axe & Polearm Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29497,0,0,0,0,0,26312,0,0,0,'Walther Whiteford','Mace Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29498,0,0,0,0,0,26355,0,0,0,'Brunnhildar Warmaiden','','',0,80,80,2,2133,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,29498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1556,2594,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29499,0,0,0,0,0,26313,0,0,0,'Bartram Haller','Dagger & Fist Weapon Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29500,0,0,0,0,0,26388,0,0,0,'Brunnhildar Warbear','','',0,80,80,2,2133,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(29501,0,0,0,0,0,26308,0,0,0,'Scourge Gryphon','','Taxi',0,53,54,0,35,16777216,2.4,2.57143,1,0,92,122,0,224,1,2000,2000,1,32768,2048,0,0,0,0,0,0,63,93,22,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,2,1,1,0,0,0,0,0,0,0,213,1,8388624,0,'',12340),
|
|
(29503,0,0,0,0,0,28013,0,0,0,'Fjorn','','',0,79,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29503,0,0,0,0,0,0,0,0,55512,57801,0,0,0,0,0,0,0,0,5000,7550,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,1,0,'',12340),
|
|
(29504,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,29504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41558,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(29505,0,0,0,0,0,26339,0,0,0,'Imindril Spearsong','Weaponsmithing Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,9787,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29506,0,0,0,0,0,26338,0,0,0,'Orland Schaeffer','Armorsmithing Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29507,0,0,0,0,0,26337,0,0,0,'Manfred Staller','Elemental Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29508,0,0,0,0,0,26336,0,0,0,'Andellion','Dragonscale Leatherworking Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29509,0,0,0,0,0,26335,0,0,0,'Namha Moonwater','Tribal Leatherworking Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29510,0,0,0,0,0,26377,0,0,0,'Linna Bruder','Shadoweave Tailoring Specialist','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29511,0,0,0,0,0,26378,0,0,0,'Lalla Brightweave','Spellfire Tailoring Specialist','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29512,0,0,0,0,0,26376,0,0,0,'Ainderu Summerleaf','Mooncloth Tailoring Specialist','',0,76,76,2,2007,128,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29513,0,0,0,0,0,26375,0,0,0,'Didi the Wrench','Goblin Engineering Trainer','',0,75,75,2,2007,80,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29514,0,0,0,0,0,26374,0,0,0,'Findle Whistlesteam','Gnome Engineering Trainer','',0,75,75,2,2007,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29515,0,0,0,0,0,22053,0,0,0,'Dead Death\'s Rise Vrykul','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29517,0,0,0,0,0,24994,24993,24992,24995,'Darkmender\'s Ghoul','Setaal\'s Pet','',0,78,78,0,2050,0,0.8,0.99206,1,0,194,221,0,178,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29518,0,0,0,0,0,26123,0,0,0,'Overseer Syra','','',0,79,79,2,2109,0,1,1.42857,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,40690,0,0,0,0,0,1,0,0,'',12340),
|
|
(29519,0,0,0,0,0,25373,25357,25358,25364,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),
|
|
(29520,0,0,0,29519,0,25355,25371,25372,25361,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),
|
|
(29521,0,0,0,0,0,23980,24719,0,0,'Unworthy Initiate Anchor','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33587456,2048,0,0,0,0,0,0,60,88,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_unworthy_initiate_anchor',12340),
|
|
(29522,0,0,0,0,0,26324,0,0,0,'Frost Wyrm Raptor','','',0,72,72,1,2139,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,244,1,8388624,0,'',12340),
|
|
(29523,0,0,0,0,0,26321,0,0,0,'Bragund Brightlink','Mail Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29524,0,0,0,0,0,22712,17200,0,0,'Mammoth Meat Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29525,0,0,0,0,0,26325,0,0,0,'Zeev Fizzlespark','','',0,78,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29526,0,0,0,0,0,15093,0,0,0,'Sholazar Daily Test NPC','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29527,0,0,0,0,0,26395,0,0,0,'Orton Bennet','Offhand Offerings','',0,75,75,0,2007,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29528,0,0,0,0,0,26396,0,0,0,'Debbi Moore','Trinkets & Charms','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29529,0,0,0,0,0,26347,0,0,0,'Ninsianna','Relics','',0,75,75,0,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29530,0,0,0,0,0,26372,0,0,0,'Binzik Goldbook','Banker','',0,75,75,2,35,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29532,0,0,0,0,0,26373,0,0,0,'Ajay Green','Innkeeper','',10202,75,75,2,35,66179,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(29533,0,0,0,0,0,26362,0,0,0,'Schembari \"Uncle Sal\" Shearbolt','Arena Battlemaster','',0,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29534,0,0,0,0,0,26386,0,0,0,'\"Baroness\" Llana','Arena Organizer','',0,75,75,2,35,262145,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29535,0,0,0,0,0,26445,0,0,0,'Alchemist Cinesra','Poison Vendor','',0,75,75,0,35,1154,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29537,0,0,0,0,0,26443,0,0,0,'Darahir','Reagents & Magical Goods','',0,75,75,0,35,2176,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29538,0,0,0,0,0,26444,0,0,0,'Hexil Garrot','Tools of the Trade','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29539,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29540,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29541,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29542,0,0,0,0,0,26326,0,0,0,'Archbishop Landgren','','',0,80,80,2,67,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,24,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29543,0,0,0,0,0,26331,0,0,0,'Frostworg Carcass','','',0,79,80,2,14,0,2.8,1,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(29544,0,0,0,0,0,24531,0,0,0,'Dead Frost Giant','','',0,79,80,2,2107,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(29545,0,0,0,0,0,26740,0,0,0,'Proto-Drake Corpse','','',0,80,80,2,1885,0,3.2,1.42857,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(29546,0,0,0,0,0,26328,0,0,0,'K3 Snow Runner','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,537165824,2048,32,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29547,0,0,0,0,0,27211,0,0,0,'Applebough','Fruit Vendor','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29548,0,0,0,0,0,26330,0,0,0,'Aimee','Pie, Pastry & Cakes','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29549,0,0,0,0,0,26388,0,0,0,'Brunnhildar Riding Bear','','',0,79,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29550,0,0,0,0,0,1126,17612,0,0,'Arete\'s Gate Summoned Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29551,0,0,0,0,0,25771,0,0,0,'Brunnhildar Bearhandler','','',9814,79,80,2,2113,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29552,0,0,0,0,0,24857,0,0,0,'Garm Raider','','',0,77,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29553,0,0,0,0,0,24842,0,0,0,'Garm Watcher','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29553,29553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29554,0,0,0,0,0,27173,27183,0,0,'Snowblind Devotee','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,29554,29554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29555,0,0,0,0,0,26250,26251,28096,28097,'Goblin Sapper','','',0,77,78,2,2110,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29556,0,0,0,0,0,26252,0,0,0,'Goblin Sapper Backpack','','',0,1,1,2,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29558,0,0,0,0,0,16480,19595,0,0,'Frost Giant Target Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29559,0,0,0,0,0,26334,0,0,0,'Lion Seal Whelp','','',0,68,69,2,1999,0,0.8,0.71429,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,29559,0,70200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,90,1,0,0,'',12340),
|
|
(29560,0,0,0,0,0,26197,0,0,0,'Lord-Commander Arete','','',0,80,80,2,2050,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lord_arete',12340),
|
|
(29561,0,0,0,0,0,26341,0,0,0,'Scrapbot','','',0,80,80,0,35,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29562,0,0,0,0,0,8842,0,0,0,'Icemaw Bear','','',0,79,80,2,1712,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,29562,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29563,0,0,0,0,0,26323,0,0,0,'Injured Icemaw Matriarch','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29564,0,0,0,0,0,26342,0,0,0,'Grimes','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29565,0,0,0,29519,0,25369,25363,25362,25360,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),
|
|
(29566,0,0,0,29519,0,25356,25367,25365,25366,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),
|
|
(29567,0,0,0,29519,0,25370,25368,25359,25354,'Unworthy Initiate','','',0,55,55,0,7,0,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,33024,2048,0,0,0,0,0,0,60,88,21,6,0,0,0,0,0,0,0,0,0,0,52374,52375,52372,52373,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_unworthy_initiate',12340),
|
|
(29568,0,0,0,0,0,26391,0,0,0,'\"Techs\" Rickard Rustbolt','Arena Battlemaster','',0,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29569,0,0,0,0,0,25771,0,0,0,'Valkyrion Aspirant','','',0,79,80,2,1885,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,1,1,0,41612,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(29570,0,0,0,0,0,26725,0,0,0,'Nascent Val\'kyr','','',0,79,80,2,1885,1,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,29570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,2,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29571,0,0,0,0,0,25797,0,0,0,'Dead Drakerider','','',0,80,80,2,2109,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,537133312,2048,0,0,0,0,0,0,345,509,103,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29572,0,0,0,0,0,26346,0,0,0,'Landgren\'s Soul','','',0,80,80,2,14,0,0.4,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(29573,31367,0,0,0,0,27028,0,0,0,'Drakkari Elemental','','',0,78,78,2,16,0,1,1.14286,1,1,383,539,0,500,13,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,4,104,29573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,43158,0,0,0,0,0,164,1,650854271,2097152,'boss_drakkari_elemental',12340),
|
|
(29574,0,0,0,0,0,26329,0,0,0,'Infectious Ghoul (1)','','',0,81,81,2,21,0,0.8,1.14286,1,1,464,604,0,708,13,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29575,0,0,0,0,0,11140,0,0,0,'Plague Slime (1)','','',0,81,81,2,14,0,0.8,1.14286,1,1,464,604,0,708,13,1800,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12102,15812,'',0,3,1,40,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(29576,0,0,0,0,0,14710,0,0,0,'Stoneskin Gargoyle (1)','','',0,81,81,2,233,0,2,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22302,29132,'',0,3,1,75,10,1,0,0,0,0,0,0,0,135,1,8388624,0,'',12340),
|
|
(29577,0,0,0,0,0,1126,11686,0,0,'Landgren\'s Soul Moveto Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29578,0,0,0,0,0,18450,18451,0,0,'Stormwind Harbor Archer','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29579,0,0,0,0,0,26356,0,0,0,'Brann Bronzebeard','','',9853,80,80,0,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29580,0,0,0,0,0,23980,24719,0,0,'Teleport - Hall -> Heart','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29581,0,0,0,0,0,23980,24719,0,0,'Teleport - Heart -> Hall','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29582,0,0,0,0,0,28108,0,0,0,'Winged Steed of the Ebon Blade','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(29583,0,0,0,0,0,26354,0,0,0,'Pan\'ya','Innkeeper','',9868,75,75,2,35,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(29584,0,0,0,0,0,25797,0,0,0,'Dead Warmaiden','PH Texture','',0,80,80,2,2113,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29585,0,0,0,0,0,26388,0,0,0,'Dead Warbear','','',0,80,80,2,2113,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(29586,0,0,0,0,0,25952,0,0,0,'Stormforged Pillager','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29587,0,0,0,0,0,25496,0,0,0,'Dread Commander Thalanor','','',0,80,80,2,2050,128,1,1.28968,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29588,0,0,0,0,0,23980,24719,0,0,'Teleport - Hall -> Heart (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29589,0,0,0,0,0,23980,24719,0,0,'Teleport - Heart -> Hall (EPL)','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29590,0,0,0,0,0,26715,0,0,0,'Blighted Proto-Drake','','',0,80,80,2,1885,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29590,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,1,1,1,0,42106,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29591,0,0,0,0,0,25797,0,0,0,'Valkyrion Drake-Rider','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29592,0,0,0,0,0,26355,0,0,0,'Brijana','','',9822,80,80,2,2109,3,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,29592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1694,2823,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29593,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,80,80,2,84,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29594,0,0,0,0,0,21774,0,0,0,'Angry Turkey','','',0,4,6,0,14,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29595,0,0,0,0,0,16480,19595,0,0,'Frostworg KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29596,0,0,0,0,0,28428,0,0,0,'White Polar Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(29597,0,0,0,0,0,16480,19595,0,0,'Frost Giant KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29598,0,0,0,0,0,26323,0,0,0,'Icefang','','vehichleCursor',0,80,80,2,35,16777216,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(29599,0,0,0,0,0,4449,26241,0,0,'Brann Snow Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29601,0,0,0,0,0,16895,0,0,0,'Mutated Grub (1)','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,10,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29602,0,0,0,0,0,26323,0,0,0,'Icefang','','vehichleCursor',0,80,80,2,35,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54897,54907,54788,0,0,0,0,0,0,181,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,164,0,0,0,'npc_icefang',12340),
|
|
(29603,0,0,0,0,0,1954,0,0,0,'Plagued Bat (1)','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29604,0,0,0,0,0,26364,0,0,0,'Broll Bearmantle','','',0,80,80,2,12,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29605,0,0,0,0,0,26262,0,0,0,'Ravenous Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,29605,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29607,0,0,0,0,0,26365,0,0,0,'Valeera Sanguinar','','',0,80,80,2,12,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29608,0,0,0,0,0,7896,0,0,0,'Frenzied Bat (1)','','',0,80,80,2,16,0,1,1.42857,1,1,422,586,0,642,13,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29609,0,0,0,0,0,23136,0,0,0,'Plague Beast (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29610,0,0,0,0,0,24564,0,0,0,'Jorwyrgan','','',0,79,80,2,1711,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,42,0,0,0,0,1,1,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,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29611,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',9834,83,83,2,1733,3,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,59688,41056,60509,0,0,0,0,0,0,0,700000,750000,'',0,3,1,400,20,1,1,0,0,0,0,0,0,144,1,617299967,0,'',12340),
|
|
(29612,0,0,0,0,0,15978,0,0,0,'Diseased Maggot (1)','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),
|
|
(29613,0,0,0,0,0,15788,0,0,0,'Eye Stalk (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,1000,0,1,4,2048,8,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29614,0,0,0,0,0,26367,26369,0,0,'Onslaught Darkweaver','','',0,79,80,2,67,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,29614,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4984,8306,'SmartAI',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29615,0,0,0,0,0,16590,0,0,0,'Noth the Plaguebringer (1)','','',0,83,83,2,21,0,1,1.71429,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,29615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2531304,3093818,'',0,3,1,605,30,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(29616,0,0,0,0,0,26323,0,0,0,'Icefang TEST','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(29617,0,0,0,0,0,23031,0,0,0,'Valiance Keep Defender','','',0,69,69,2,1973,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29618,0,0,0,0,0,27172,27181,0,0,'Snowblind Follower','','',0,76,77,2,16,0,1,1.19048,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(29619,0,0,0,29618,0,24857,0,0,0,'Garm Invader','','',0,77,78,2,16,0,1.6,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,64,'',12340),
|
|
(29620,0,0,0,0,0,26582,0,0,0,'Dreadlord Mal\'Ganis','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29621,0,0,0,0,0,24957,0,0,0,'Grand Admiral Westwind','Leader of the Scarlet Onslaught','',0,82,82,2,14,0,1.6,1.14286,1,3,422,586,0,642,20,2280,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,36,0,0,0,0,0,0,0,0,0,0,0,0,0,53045,60501,49807,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(29622,0,0,0,0,0,1888,0,0,0,'Savage Hill Mystic','','',0,77,78,2,16,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,7,0,29622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1512,2520,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29623,0,0,0,0,0,1887,0,0,0,'Savage Hill Brute','','',0,77,78,2,16,0,1.2,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,29623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1511,2518,'SmartAI',0,3,1,1,1,1,0,40645,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29624,0,0,0,0,0,27005,0,0,0,'Stormrider','','',0,79,80,2,14,0,1,0.59524,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,4,0,29624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41514,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(29625,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,6,3.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'npc_hyldsmeet_protodrake',12340),
|
|
(29626,0,0,0,0,0,24855,0,0,0,'Tormar Frostgut','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,50410,11876,0,0,0,0,0,0,0,0,1800,2008,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,1,0,'',12340),
|
|
(29627,0,0,0,0,0,1126,17612,0,0,'Grand Admiral Westwind Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29628,0,0,0,0,0,26390,0,0,0,'Angelique Butler','First Aid Supplies','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29629,0,0,0,0,0,26393,0,0,0,'Owen Test Creature','','',0,80,80,0,2052,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(29630,30937,0,0,0,0,6303,1987,2955,2954,'Fanged Pit Viper','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29631,0,0,0,0,0,26394,0,0,0,'Awilo Lon\'gomba','Grand Master Cooking Trainer','',9831,75,75,2,2123,83,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29632,0,0,0,0,0,28022,0,0,0,'Plagued Warrior (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,15496,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29633,0,0,0,0,0,28021,0,0,0,'Plagued Champion (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29634,0,0,0,0,0,27107,0,0,0,'Plagued Guardian (1)','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,0,2048,8,0,0,0,0,0,351,503,74,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,18,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29635,0,0,0,0,0,12074,0,0,0,'Plagued Construct (1)','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29636,0,0,0,0,0,26397,0,0,0,'Hagatha Moorehead','Reagent Merchant','',0,75,75,2,2007,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29637,32778,0,0,0,0,1206,6303,2957,2958,'Crafty Snake','','',0,70,70,0,190,0,1,1.14286,1,5,252,357,0,304,1,3000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29639,0,0,0,0,0,26355,0,0,0,'Brunnhildar Prisoner','','',0,80,80,2,2113,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,7,2048,29639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,2,'npc_brunnhildar_prisoner',12340),
|
|
(29640,0,0,0,0,0,26398,0,0,0,'Josie Birch','','',0,75,75,2,2007,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29641,0,0,0,0,0,27782,0,0,0,'Theresa Wolf','Loremaster','',0,75,75,2,2007,0,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29642,0,0,0,0,0,26400,0,0,0,'Dim Flathoof','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29643,0,0,0,0,0,26401,0,0,0,'Bailey','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29644,0,0,0,0,0,26402,0,0,0,'Bellinger','','',0,77,78,2,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29645,0,0,0,0,0,7288,0,0,0,'Mechanical Suit ZX-5103','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.6799,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(29646,0,0,0,0,0,26404,0,0,0,'Banshee Soulclaimer','','',0,75,76,2,1885,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,29646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,41504,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29647,0,0,0,0,0,26656,0,0,0,'Gymer','King of Storm Giants','',9852,77,77,2,35,3,2,1.42857,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,0,'',12340),
|
|
(29648,0,0,0,0,0,26363,0,0,0,'Bone Gryphon','','',0,80,80,2,2050,0,3.2,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,225,1,8388624,0,'',12340),
|
|
(29649,0,0,0,0,0,26407,26405,26408,26406,'Captured Death\'s Rise Spy','','',0,77,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29650,0,0,0,0,0,26409,0,0,0,'Archaeologist Andorin','Explorers\' League','',9929,80,80,2,1927,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29651,0,0,0,0,0,26410,0,0,0,'Boktar Bloodfury','','',0,80,80,2,1981,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29652,0,0,0,0,0,25757,25994,0,0,'Stormforged Tracker','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29654,0,0,0,0,0,26860,0,0,0,'Drakuru Blood Drinker','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29655,0,0,0,0,0,1126,11686,0,0,'Malygos','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29656,0,0,0,0,0,24181,0,0,0,'Drakuru Berserker','','',0,75,75,2,2068,0,0.666668,1.14286,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29656,29656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29657,0,0,0,0,0,26413,0,0,0,'High Arcanist Savor','','',9825,75,75,0,2123,1,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29658,0,0,0,0,0,26412,0,0,0,'Chelsea Reese','Stable Master','',9821,70,70,2,1927,4194305,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29660,0,0,0,0,0,26414,0,0,0,'Grand Marauder Sai','','',9826,75,75,0,2027,1,1,1.14286,1,0,261,425,0,158,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29662,0,0,0,0,0,2404,0,0,0,'Beau','Chelsea\'s Horse','',0,69,69,2,1892,0,1,1.38571,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29663,0,0,0,0,0,855,0,0,0,'Foxy','Chelsea\'s Dog','',0,69,69,2,1892,0,1,1.14286,1,0,245,346,0,298,1,2000,2000,1,32768,2048,0,0,0,0,0,0,206,302,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29664,0,0,0,0,0,26416,0,0,0,'Ragemane','','',0,75,75,2,2068,0,2.4,2,1,1,342,485,0,392,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,1,0,29664,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41115,0,0,0,0,0,185,1,0,0,'',12340),
|
|
(29665,0,0,0,0,0,26417,0,0,0,'Pazik \"The Pick\" Prylock','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_locksmith',12340),
|
|
(29667,0,0,0,0,0,26502,0,0,0,'Warsong Gulch Portal','','Interact',9830,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29668,0,0,0,0,0,26495,0,0,0,'Arathi Basin Portal','','Interact',9827,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29669,0,0,0,0,0,26484,0,0,0,'Alterac Valley Portal','','Interact',9828,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29670,0,0,0,0,0,26499,0,0,0,'Eye of the Storm Portal','','Interact',9829,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29671,0,0,0,0,0,26504,0,0,0,'Strand of the Ancients Portal','','Interact',9981,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29672,0,0,0,0,0,26503,0,0,0,'Warsong Gulch Portal','','Interact',9830,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29673,0,0,0,0,0,26496,0,0,0,'Arathi Basin Portal','','Interact',9827,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29674,0,0,0,0,0,26494,0,0,0,'Alterac Valley Portal','','Interact',9828,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29675,0,0,0,0,0,26501,0,0,0,'Eye of the Storm Portal','','Interact',9829,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29676,0,0,0,0,0,26505,0,0,0,'Strand of the Ancients Portal','','Interact',9983,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,2147746560,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29677,0,0,0,0,0,1166,0,0,0,'Frosthound','','',0,80,80,2,113,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54997,54996,0,0,0,0,0,0,0,186,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'npc_frosthound',12340),
|
|
(29679,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,1,5,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(29680,30940,0,0,0,0,26420,0,0,0,'Slad\'ran Viper','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29681,0,0,0,0,0,26278,0,0,0,'Gal\'darah Rhino','High Prophet of Akali','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29682,0,0,0,0,0,169,11686,0,0,'Slad\'ran Summon Target','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(29684,31816,0,0,0,0,15294,0,0,0,'Ticking Bomb','','',0,73,73,2,14,0,1,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29685,0,0,0,0,0,21955,15880,0,0,'WotLK City Attacks Ice Block Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(29686,0,0,0,0,0,25376,25938,25638,25381,'Captured Rageclaw','','',0,74,75,2,2117,0,0.666668,0.99206,1,0,339,481,0,370,1,2000,2000,2,33280,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captured_rageclaw',12340),
|
|
(29687,0,0,0,0,0,26426,0,0,0,'Crusader Lord Lantinga','','',9845,77,77,2,2070,3,1,1.14286,1,1,367,519,0,452,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29688,0,0,0,0,0,26427,0,0,0,'Engineer Reed','','',9848,72,72,2,2070,4227,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29689,0,0,0,0,0,26428,0,0,0,'Crusader MacKellar','','',9861,72,72,2,2070,3,1,1.14286,1,1,304,436,0,296,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29690,0,0,0,0,0,26429,0,0,0,'Chief Rageclaw','','',9850,76,76,2,2115,3,0.666668,0.99206,1,1,352,499,0,408,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29691,0,0,0,0,0,26430,0,0,0,'Reed\'s Steam Tank','','',0,75,75,2,2070,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29692,0,0,0,0,0,22712,11686,0,0,'Hut Fire','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29693,0,0,0,0,0,2705,0,0,0,'Serpent Defender','','',0,72,73,2,16,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,0,2048,0,27,0,0,0,0,276,411,44,1,1,29693,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,35798,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29694,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Drakerider','','',0,79,80,2,2116,1,1,1.28571,1,0,422,586,0,642,1,3000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29695,0,0,0,0,0,25793,0,0,0,'Tracker Thulin','','',0,79,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29696,0,0,0,0,0,26065,25988,26213,0,'Stormforged Pursuer','','',0,79,80,0,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,29696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,163,1,0,0,'',12340),
|
|
(29697,0,0,0,0,0,26859,0,0,0,'Drakuru Prophet','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41161,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29698,0,0,0,0,0,19770,19768,0,0,'Drakuru Raptor','','',0,74,75,2,2068,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,11,0,0,0,0,295,438,68,1,1,29698,0,70202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29699,0,0,0,0,0,26861,0,0,0,'Drakuru Raptor Rider','','',0,74,75,2,2068,0,1,0.99206,1,0,339,481,0,370,1,2000,2000,2,32768,2048,0,0,0,0,0,0,293,436,53,6,0,29699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29700,0,0,0,0,0,26319,0,0,0,'Drakuru Shackles','','',0,70,70,2,35,0,1,1,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_drakuru_shackles',12340),
|
|
(29701,0,0,0,0,0,16309,0,0,0,'Heigan the Unclean (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560908,3130000,'',0,3,1,665,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(29702,0,0,0,0,0,26438,0,0,0,'Chameli Banaphash','Haberdasher','',0,75,75,0,2007,4224,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29703,0,0,0,0,0,26437,0,0,0,'Sheddle Glossgleam','Cobbler','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29704,0,0,0,0,0,16214,0,0,0,'Towering Horror','','',0,71,71,0,1630,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29708,0,0,0,0,0,26739,0,0,0,'Captive Proto-Drake','','vehichleCursor',0,80,80,2,2113,0,3.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,155,0,0,0,'',12340),
|
|
(29709,0,0,0,0,0,26710,0,0,0,'Freed Proto-Drake','','vehichleCursor',0,80,80,2,2113,0,1,2,1,0,422,586,0,642,1,2000,2000,1,16777224,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,55046,0,0,0,0,0,0,0,0,194,0,0,'',0,4,4,1,1,1,0,0,0,0,0,0,0,263,0,0,0,'npc_freed_protodrake',12340),
|
|
(29710,0,0,0,0,0,19085,0,0,0,'Onslaught Destrier','','',0,78,79,2,190,0,1,1.38571,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,1,0,29710,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(29711,0,0,0,0,0,26439,0,0,0,'Mei','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29712,0,0,0,0,0,3167,5446,0,0,'Stormwind Harbor Guard','','Directions',435,65,65,1,11,1,1,1.42857,1,0,200,281,0,278,1,2000,2000,1,32768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29713,30943,0,0,0,0,26756,0,0,0,'Slad\'ran Constrictor','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29714,0,0,0,0,0,27915,0,0,0,'Lucian Trias','Bread & Cheese Vendor','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29715,0,0,0,0,0,26441,0,0,0,'Fialla Sweetberry','Food & Drink','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29716,0,0,0,0,0,26442,0,0,0,'Clockwork Assistant','Jepetto\'s Companion','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,9,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29717,0,0,0,35297,0,26446,26448,26447,0,'Shadow Cultist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,29717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41359,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29718,0,0,0,0,0,16110,0,0,0,'Loatheb (1)','','',0,83,83,2,21,0,0.8,1.14286,1,3,509,683,0,805,70,1250,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,29718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2584284,3158570,'',0,3,1,1450,2,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'',12340),
|
|
(29719,0,0,0,33192,0,12819,14700,14701,0,'Morbid Carcass','','',0,79,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,1063256064,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41361,41363,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29720,0,0,0,33192,0,25402,25286,0,0,'Vault Geist','','',0,79,80,2,21,0,1,1.42857,1,0,422,586,0,642,1,1000,1055790203,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41362,41363,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29721,0,0,0,0,0,26449,0,0,0,'Skizzle Slickslide','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29722,0,0,0,33192,0,24999,25526,0,0,'Rabid Cannibal','','',0,79,80,2,21,0,0.8,0.992063,1,0,422,586,0,642,1,1000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29722,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41363,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29724,0,0,0,0,0,26475,26476,26477,0,'Library Guardian','','',0,78,79,2,14,0,1,1.38571,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,34816,29724,0,29724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41130,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29725,0,0,0,0,0,26450,0,0,0,'Benik Boltshear','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_locksmith',12340),
|
|
(29726,0,0,0,0,0,26452,0,0,0,'Mr. Chilly','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(29727,0,0,0,0,0,26453,0,0,0,'Glorthal Stiffbeard','','',9919,80,80,2,210,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29728,0,0,0,0,0,26451,0,0,0,'Walter Soref','Locksmith','',9823,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_locksmith',12340),
|
|
(29729,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,80,80,2,210,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29730,0,0,0,0,0,26458,26459,0,0,'Frostborn Stormrider','','',0,79,80,2,210,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29731,0,0,0,0,0,26460,26461,0,0,'Frostborn Iceshaper','','',0,79,80,2,1733,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29732,0,0,0,0,0,26462,0,0,0,'Fjorlin Frostbrow','','',9891,80,80,2,1733,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29733,0,0,0,0,0,25639,0,0,0,'Elder Shaman Moky','','',0,75,75,2,2115,2,0.666668,0.99206,1,1,339,481,0,370,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29734,0,0,0,0,0,26355,0,0,0,'Liberated Brunnhildar','PH Texture','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,7,2048,29734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29735,31678,0,0,0,0,22088,23793,0,0,'Savage Worg','','',0,70,70,2,16,0,1.2,1.42857,1,0,252,357,0,304,1,1000,2000,1,0,2048,0,1,0,0,0,0,215,320,44,1,1,29735,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29736,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','vehichleCursor',0,80,80,2,1732,16777217,10,5,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,55958,55936,0,0,0,0,0,0,0,216,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(29737,0,0,0,0,0,4626,25175,0,0,'Barrel o\' Fun','','',0,80,80,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29738,0,0,0,33192,0,26734,26736,26737,0,'Death Knight Master','','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,2048,29738,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41363,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29740,0,0,0,0,0,26471,0,0,0,'Craga Ironsting','Stable Master','',9821,72,72,2,1981,4194305,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29741,0,0,0,0,0,26489,0,0,0,'Moorabi Mammoth Visual','High Prophet of Man\'toth','',0,78,78,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29742,32218,0,0,0,0,27989,0,0,0,'Snake Wrap','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,131076,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29743,0,0,0,0,0,26480,0,0,0,'Lagnus','Explorers\' League','',9920,80,80,2,1927,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29744,0,0,0,0,0,26481,0,0,0,'Rork Sharpchin','Explorers\' League','',10214,80,80,2,1927,131,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29745,0,0,0,0,0,26482,0,0,0,'Imogen','Explorers\' League','',0,80,80,2,1927,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29746,0,0,0,0,0,25874,0,0,0,'Databank','','',0,80,80,2,35,0,0.8,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,5,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29747,0,0,0,0,0,26536,0,0,0,'The Ocular','','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2500,1069547520,1,4,2048,0,0,0,0,0,0,345,509,103,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,1,0,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29748,0,0,0,0,0,26491,0,0,0,'Phantom Mammoth','','',0,78,78,2,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,324,480,88,1,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,188,1,0,2,'',12340),
|
|
(29749,0,0,0,0,0,26493,0,0,0,'Morgana Dayblaze','Flight Master','',0,1,1,0,1926,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29750,0,0,0,0,0,26498,0,0,0,'Faldorf Bitterchill','Flight Master','',0,80,80,2,1892,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29751,0,0,0,0,0,26497,0,0,0,'Drom Frostgrip','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,537165888,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29752,0,0,0,0,0,20570,11686,0,0,'Databank Core','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29753,0,0,0,0,0,26710,0,0,0,'Stormpeak Wyrm','','',0,80,80,2,1711,0,3.2,1.25,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,29753,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,0,'SmartAI',0,7,1,1,1,1,0,42106,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(29754,0,0,0,0,0,26506,0,0,0,'Column Ornament','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29755,0,0,0,0,0,26726,0,0,0,'Stormpeak Hatchling','','',0,80,80,2,14,0,1.44444,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,29755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1.2,0.25,1,1,0,42106,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29756,0,0,0,0,0,26727,0,0,0,'Veranus','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(29757,0,0,0,0,0,26508,0,0,0,'Kabarg Windtamer','Flight Master','',0,80,80,2,1981,8193,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29758,0,0,0,0,0,26509,0,0,0,'Cosmetic Totem Horde Air','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29759,0,0,0,0,0,26513,0,0,0,'Cosmetic Totem Horde Earth','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29760,0,0,0,0,0,26514,0,0,0,'Cosmetic Totem Horde Fire','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29761,0,0,0,0,0,26515,0,0,0,'Cosmetic Totem Horde Water','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29762,0,0,0,0,0,26516,0,0,0,'Hyeyoung Parka','Wind Rider Master','',0,80,80,2,1921,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29763,0,0,0,0,0,26517,0,0,0,'Cosmetic Totem Alliance Air','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29764,0,0,0,0,0,26518,0,0,0,'Cosmetic Totem Alliance Earth','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29765,0,0,0,0,0,26519,0,0,0,'Cosmetic Totem Alliance Fire','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29766,0,0,0,0,0,26521,0,0,0,'Cosmetic Totem Alliance Water','','',0,1,1,0,1375,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29767,0,0,0,0,0,26691,0,0,0,'Spectral Gryphon, Mount','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29768,30942,0,0,0,0,4305,0,0,0,'Unyielding Constrictor','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29768,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29769,0,0,0,0,0,15961,0,0,0,'Vile','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29770,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,974,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29771,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scalex0.01 - Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29772,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Hide Body (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29773,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Large (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29774,30941,0,0,0,0,14557,0,0,0,'Spitting Cobra','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29774,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29775,0,0,0,0,0,26538,0,0,0,'Archivist Mechaton','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,2048,29775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41258,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29776,0,0,0,0,0,1825,0,0,0,'Wisp, Ghost Mount','','',0,1,1,0,80,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29777,0,0,0,0,0,26524,0,0,0,'Cosmetic Mechanical Gorilla','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29778,0,0,0,0,0,26525,0,0,0,'Scout Nisstina','The Three Fingered Bandit','',10146,74,74,2,35,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29780,0,0,0,0,0,7920,0,0,0,'Cosmetic Mechanical Chicken','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29781,0,0,0,0,0,26532,0,0,0,'Cosmetic Mechanical Squirrel','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29782,0,0,0,0,0,26526,0,0,0,'Cosmetic Mechanical Sheep','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29783,0,0,0,0,0,26547,0,0,0,'Cosmetic Clockwork Robot','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29784,0,0,0,0,0,26530,0,0,0,'Cosmetic Clockwork Robot (Blue)','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29785,0,0,0,0,0,26531,0,0,0,'Cosmetic Clockwork Robot (Red)','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29789,0,0,0,0,0,26534,0,0,0,'The Ocular - Eye of C\'Thun Transform','','',0,80,80,2,974,0,1,1.14286,1,1,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29790,0,0,0,0,0,26533,0,0,0,'The Ocular - Eye of Acherus Exterior Shell','','',0,60,60,0,974,0,1,1,1,1,104,138,0,252,7.5,2500,1073804739,1,33555204,2048,0,0,0,0,0,0,72,106,26,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,26,1,1,0,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29791,0,0,0,0,0,26535,0,0,0,'Rhino Spirit','High Prophet of Akali','',0,73,73,0,1620,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29792,0,0,0,0,0,26554,26553,0,0,'Frostfeather Screecher','','',0,78,79,2,1711,0,1.38889,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,29792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29793,0,0,0,0,0,26552,0,0,0,'Frostfeather Witch','','',0,78,79,2,1711,0,1.38889,1.14286,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,29793,29793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1582,2636,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29794,0,0,0,0,0,25805,0,0,0,'Sirana Iceshriek','','',0,80,80,2,16,0,1.38889,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,29794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29795,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',9839,80,80,2,1981,3,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29796,0,0,0,0,0,26123,0,0,0,'Gretta the Arbiter','','',9989,79,80,2,2109,3,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29798,0,0,0,0,0,26742,0,0,0,'Hyldsmeet Proto-Drake','','',0,80,80,2,35,0,6,3.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.25,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(29799,0,0,0,0,0,26608,0,0,0,'Thassarian','','',9840,80,80,2,1974,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29800,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Drake-Rider Credit','','',0,79,80,2,2116,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29801,0,0,0,0,0,26564,0,0,0,'Bouldercrag the Rockshaper','','',9897,79,80,2,1770,3,1,0.85714,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29802,0,0,0,0,0,26557,0,0,0,'Cosmetic Toy Plane','','',0,1,1,0,1375,0,1.2,1.2,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(29803,0,0,0,0,0,1126,17612,0,0,'The Ocular Destroyed Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29804,0,0,0,0,0,28099,0,0,0,'Baron Sliver','','',9846,80,80,2,2050,2,1,2,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29805,0,0,0,0,0,16480,19595,0,0,'Captive Proto Drake Beam Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(29806,0,0,0,0,0,26341,0,0,0,'SCRAP-E','','',0,80,80,0,35,2,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29807,0,0,0,0,0,26570,0,0,0,'[DND] Dalaran Toy Store Plane String Hook','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29808,0,0,0,0,0,26566,0,0,0,'Stormcrest Hatchling','','',0,77,77,2,1999,0,1,1.42857,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,1,0,29808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29809,0,0,0,0,0,24531,0,0,0,'Son of Hodir','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,29809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5785,9641,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(29810,0,0,0,0,0,26573,0,0,0,'Reed\'s Enhanced Exoskeleton','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.99513,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(29811,0,0,0,0,0,26567,26568,0,0,'Frostborn Scout','','',9841,79,80,2,1732,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,537166592,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29812,0,0,0,0,0,21955,11686,0,0,'[DND] Dalaran Toy Store Plane String Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29814,0,0,0,0,0,25278,0,0,0,'Naxxramas Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(29815,0,0,0,0,0,16480,19595,0,0,'Chain Swing Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),
|
|
(29816,0,0,0,0,0,22712,17200,0,0,'Eagle Feeding Kill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29818,29853,0,0,0,0,26539,0,0,0,'Deathcharger Steed','','',0,81,81,2,21,0,1.2,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(29819,30932,0,0,0,0,27050,0,0,0,'Drakkari Lancer','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,29819,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5003,8339,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29820,30929,0,0,0,0,27048,27087,0,0,'Drakkari God Hunter','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29820,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4976,8294,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29821,0,0,0,0,0,26574,0,0,0,'Prince Navarius','','',0,76,76,2,1885,0,1,1,1,1,352,499,0,408,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29822,30927,0,0,0,0,27047,27086,0,0,'Drakkari Fire Weaver','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29822,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4988,8313,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29823,0,0,0,0,0,16508,26542,26543,26544,'Death Knight (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6746,8820,'',0,3,1,24,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(29824,0,0,0,0,0,26546,26781,26549,26550,'Death Knight Captain (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8276,10818,'',0,3,1,30,2,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(29825,0,0,0,0,0,10553,0,0,0,'Shade of Naxxramas (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4962,6488,'',0,3,1,18,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29826,30933,0,0,0,0,27051,27090,0,0,'Drakkari Medicine Man','','',0,77,77,2,16,0,1,1.14286,1,1,367,519,0,452,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,311,463,62,7,8,29826,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,8304,'SmartAI',0,3,1,4,6.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29827,0,0,0,0,0,14368,0,0,0,'Ghost of Naxxramas (1)','','',0,80,80,2,21,0,1.11111,1.14286,1,1,422,586,0,642,13,2000,2000,1,33587264,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(29828,0,0,0,0,0,27105,0,0,0,'Necro Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,0,8,64,2048,8,0,0,0,0,0,351,503,74,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3602,4712,'',0,3,1,18,18,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29829,30926,0,0,0,0,26590,0,0,0,'Drakkari Earthshaker','','',0,77,77,2,1692,0,0.666668,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,8,29829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5012,8354,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29830,30938,0,0,0,0,27029,0,0,0,'Living Mojo','','',0,76,76,2,16,0,1,1.28968,1,1,356,503,0,432,7,2000,2000,1,32832,2048,0,0,0,0,0,0,305,452,74,4,8,29830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_living_mojo',12340),
|
|
(29831,0,0,0,0,0,16927,0,0,0,'Risen Squire (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2326,3048,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29832,30930,0,0,0,0,26592,0,0,0,'Drakkari Golem','','',0,77,77,2,16,0,1,0.992063,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,9,584,29832,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29833,0,0,0,0,0,26569,26555,0,0,'Dark Touched Warrior (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(29834,30928,0,0,0,0,17170,0,0,0,'Drakkari Frenzy','','',0,77,77,2,16,0,1.6,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,1,8,29834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(29835,0,0,0,0,0,21305,0,0,0,'Bony Construct (1)','','',0,81,81,2,233,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3346,4380,'',0,3,1,12,3,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29836,30925,0,0,0,0,27046,27085,0,0,'Drakkari Battle Rider','','',0,77,77,2,16,0,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,7,2056,29836,29836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,8311,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29837,0,0,0,0,0,26563,0,0,0,'Skeletal Smith (1)','','',0,81,81,2,21,0,1.28,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4452,5822,'',0,3,1,12,1,1,0,42108,0,0,0,0,0,148,1,8388624,0,'',12340),
|
|
(29838,30935,0,0,0,0,26265,0,0,0,'Drakkari Rhino','','',0,77,77,2,16,16777216,1,1.14286,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29838,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29839,0,0,0,0,0,25797,0,0,0,'Astrid Bjornrittar','','',9914,79,80,2,2109,3,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29840,0,0,0,0,0,26577,0,0,0,'The Leaper','','',0,80,80,2,974,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29841,0,0,0,0,0,26578,0,0,0,'Merdle','Sparksocket\'s Pride and Joy','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),
|
|
(29842,0,0,0,0,0,26571,0,0,0,'Death Knight Cavalier (1)','','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,1500,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,2120,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,30,5,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29843,0,0,0,29586,0,25954,0,0,0,'Stormforged Loreseeker','','',0,78,79,2,1954,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,29843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2648,'SmartAI',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29844,0,0,0,0,0,26177,0,0,0,'Icebound Revenant','','',0,78,80,2,16,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,29844,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29845,0,0,0,0,0,1126,17612,0,0,'Vile Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29846,0,0,0,0,0,1126,17612,0,0,'Lady Nightswood Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29847,0,0,0,0,0,1126,17612,0,0,'The Leaper Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29848,0,0,0,0,0,25384,25382,25394,25383,'Rageclaw Pup','','',0,1,5,0,2115,0,0.666668,0.99206,1,0,5,6,0,28,1,2000,2000,2,0,2048,0,0,0,0,0,0,3,4,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29849,0,0,0,0,0,25347,0,0,0,'Frozen Orb','','',0,78,80,2,14,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,33587456,2048,0,0,0,0,0,0,341,506,80,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29850,0,0,0,0,0,17283,0,0,0,'Lo\'Gosh','The Ghost Wolf','',0,73,73,0,11,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,12,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(29851,0,0,0,0,0,26591,0,0,0,'General Lightsbane','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29852,0,0,0,0,0,26539,26540,26541,0,'Deathcharger Steed (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29853,0,0,0,0,0,26539,0,0,0,'Deathcharger Steed (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,165,1,0,0,'',12340),
|
|
(29854,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,26,0,0,0,0,345,509,103,1,0,29854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29855,0,0,0,0,0,26593,0,0,0,'Khaliisi','','',0,80,80,2,1981,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29856,0,0,0,28022,0,7763,0,0,0,'Gooey Ghoul Drool','','LootAll',0,75,76,2,190,16777216,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,256,2048,0,0,0,0,0,0,305,452,74,6,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29857,0,0,0,0,0,9954,0,0,0,'Frostbite','Khaliisi\'s Pet','vehichleCursor',0,79,79,2,1981,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,'AgressorAI',0,3,1,1.3,1,1,0,0,0,0,0,0,0,133,0,0,0,'',12340),
|
|
(29858,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29859,0,0,0,0,0,26577,0,0,0,'The Leaper','','',0,80,80,2,2050,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29860,0,0,0,0,0,15961,0,0,0,'Vile','','',0,80,80,2,2050,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29861,0,0,0,0,0,26141,0,0,0,'Stormforged Eradicator','','',0,79,79,2,1954,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,32768,29861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29862,0,0,0,29586,0,26212,0,0,0,'Stormforged Monitor','','',0,78,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,29862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,41393,42105,0,0,0,0,0,1,0,0,'',12340),
|
|
(29863,0,0,0,0,0,26595,0,0,0,'Persistence','','',0,76,76,2,2050,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,161,1,8388624,0,'',12340),
|
|
(29864,0,0,0,0,0,26597,0,0,0,'Lordaeron Knight Specimen','','',0,80,80,2,2076,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29865,0,0,0,0,0,26598,26599,26600,26601,'Stratholme Citizen Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),
|
|
(29866,0,0,0,0,0,26602,26603,26604,26605,'Stratholme Resident Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),
|
|
(29867,0,0,0,0,0,26597,0,0,0,'Lordaeron Footman Specimen','','',0,80,80,2,2076,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29868,0,0,0,0,0,262,338,344,11873,'Stratholme Child Specimen','','',0,78,79,2,190,0,1,0.78571,1,0,404,564,0,582,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,334,494,95,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,96,1,0,0,'',12340),
|
|
(29870,0,0,0,0,0,16480,19595,0,0,'Persistence Waypoint 00','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29871,0,0,0,0,0,16480,19595,0,0,'Persistence Waypoint 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29872,0,0,0,0,0,26596,0,0,0,'Algar the Chosen','','',0,78,78,2,2068,0,1.38571,4,1,1,383,539,0,500,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,321,477,68,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,260,1,8388624,0,'',12340),
|
|
(29873,0,0,0,0,0,5585,5555,5556,5586,'Cat Specimen','','',0,1,1,0,188,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29874,30931,0,0,0,0,27049,27088,27089,0,'Drakkari Inciter','','',0,77,77,2,2120,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,8,29874,29874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5015,8358,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29875,0,0,0,0,0,22486,0,0,0,'Icemane Yeti','','',0,79,80,2,14,0,1,1.11111,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29875,29875,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41424,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29876,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny (Phase I)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29877,0,0,0,0,0,1126,21999,0,0,'ELM General Purpose Bunny (scale x0.01 - Phase I) Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29878,0,0,0,0,0,26609,0,0,0,'Log Ride (Log A)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(29879,0,0,0,0,0,26610,0,0,0,'Log Ride (Log B)','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(29880,0,0,0,33192,0,26901,26902,26903,26904,'Jotunheim Warrior','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,3771,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(29881,0,0,0,0,0,169,11686,0,0,'An Unknown Voice','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(29882,0,0,0,0,0,25454,0,0,0,'Vargul Proxy','','',0,75,76,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29883,0,0,0,0,0,25092,0,0,0,'Kyle\'s Test Vehicle','','vehichleCursor',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,100,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29884,0,0,0,0,0,26656,0,0,0,'Gymer','King of Storm Giants','vehichleCursor',0,80,80,2,35,0,4,4,1,0,422,586,0,642,1,2000,2000,4,8,2048,0,0,0,0,0,0,345,509,103,5,131080,0,0,0,0,0,0,0,0,0,55426,55429,55516,55421,0,0,0,0,0,205,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,254,0,0,0,'',12340),
|
|
(29885,0,0,0,0,0,26123,0,0,0,'Mildred the Cruel','','',0,79,79,2,2109,2,1,1.42857,1,1,399,559,0,550,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,331,491,74,7,0,29885,29885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4823,8038,'SmartAI',0,3,1,5,3,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29886,0,0,0,0,0,26242,0,0,0,'Exhausted Vrykul Credit','','',0,79,80,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29887,0,0,0,29943,0,26614,0,0,0,'Vargul Doombringer','','',0,77,77,2,1885,0,1.07143,1,1,1,371,522,0,478,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29888,0,0,0,0,0,24890,24895,26622,24898,'Herbalism Flower','','',0,1,1,0,35,0,1,0.85714,9.86,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29889,0,0,0,29943,0,25785,0,0,0,'Vargul Blighthound','','',0,74,75,2,1885,0,1.42857,1.6,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,1,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(29890,0,0,0,29943,0,25454,0,0,0,'Vargul Deathwaker','','',0,75,76,2,1885,0,1.07143,1,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29891,0,0,0,29943,0,26254,0,0,0,'Vargul Runelord','','',0,75,76,2,1885,0,1.07143,1,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29892,0,0,0,29943,0,25300,0,0,0,'Vargul Slayer','','',0,75,76,2,1885,0,1.42857,2,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(29893,0,0,0,29943,0,26404,0,0,0,'Banshee Soulclaimer','','',0,75,76,2,1885,0,1.14286,1,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29894,0,0,0,29943,0,26255,0,0,0,'Vargul Plaguetalon','','',0,74,75,2,1885,0,2.28571,2,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,201,1,8388624,0,'',12340),
|
|
(29895,0,0,0,0,0,25254,0,0,0,'Thrym','The Hope Ender','',0,80,80,2,974,0,3.57143,4,1,1,422,586,0,642,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,249,1,8388624,0,'',12340),
|
|
(29896,0,0,0,0,0,26613,0,0,0,'Brothers of the Storm','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,238,1,0,0,'',12340),
|
|
(29897,0,0,0,29943,0,25527,570,25526,10487,'Reanimated Corpse','','',0,75,76,2,1885,0,1.14286,0.777776,1,0,352,499,0,408,1,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29898,0,0,0,0,0,24722,0,0,0,'Unholy Axe (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,12482,'',0,3,1,35,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29899,0,0,0,0,0,24723,0,0,0,'Unholy Staff (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7766,10152,'',0,3,1,30,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29900,0,0,0,0,0,24724,0,0,0,'Unholy Swords (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,1500,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8276,10818,'',0,3,1,30,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29901,0,0,0,0,0,24999,0,0,0,'Deathchill Servant (1)','','',0,81,81,2,21,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29902,0,0,0,0,0,23380,0,0,0,'Kill Credit Test','','',0,72,72,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29903,0,0,0,0,0,26619,0,0,0,'Frostbite','','vehichleCursor',0,80,80,2,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,54997,54996,0,0,0,0,0,0,0,186,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_frosthound',12340),
|
|
(29904,0,0,0,0,0,26630,0,0,0,'Smilin\' Slirk Brassknob','Innkeeper','',349,78,78,2,35,66177,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29905,0,0,0,0,0,26627,0,0,0,'Grillix Bonesaw','Butcher','',0,78,78,2,35,640,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29906,0,0,0,0,0,26631,0,0,0,'Heksi','Stable Master','',9821,78,78,2,35,4194305,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29907,0,0,0,0,0,26633,0,0,0,'Xark Bolthammer','Blacksmithing & Engineering Supplies','',0,78,78,2,35,4224,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29908,0,0,0,0,0,26629,0,0,0,'Plip Fatpurse','General Goods','',0,78,78,2,35,384,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29909,0,0,0,0,0,26632,0,0,0,'Nilika Blastbeaker','Poisons, Reagents & Alchemical Supplies','',0,78,78,2,35,3200,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29910,0,0,0,0,0,26626,0,0,0,'K3 Bruiser','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29911,0,0,0,0,0,25570,0,0,0,'Wilted Frayer','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.376709,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29912,0,0,0,0,0,26620,0,0,0,'Obedience Crystal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29913,0,0,0,0,0,11662,0,0,0,'Dan\'s Test Dummy (Large AOI)','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(29914,0,0,0,0,0,27092,0,0,0,'Dead Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,537133824,2048,40,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(29915,0,0,0,29880,0,26637,0,0,0,'Instructor Hroegar','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,29915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42422,41989,41843,0,0,0,0,1,0,0,'',12340),
|
|
(29916,0,0,0,0,0,26291,26634,26635,26636,'Field Corpse (Type A)','','',0,69,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29917,0,0,0,0,0,11631,23896,13989,0,'Field Corpse (Type B)','','',0,69,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,570721024,2048,32,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29918,0,0,0,0,0,26388,0,0,0,'Warbear Matriarch','','',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54459,54458,54460,0,0,0,0,0,0,208,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(29919,0,0,0,29880,0,26638,0,0,0,'Thane Ufrang the Mighty','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29920,30939,0,0,0,0,23320,0,0,0,'Ruins Dweller','','',0,80,80,2,16,0,1,1.19048,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,29920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,8291,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29921,0,0,0,0,0,11156,0,0,0,'GGOODMAN 2','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29922,0,0,0,0,0,26643,0,0,0,'Corig the Cunning','Poisons & Reagents','',0,79,79,2,1926,3200,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29923,0,0,0,0,0,26640,0,0,0,'Dagni Oregleam','Blacksmithing Supplies','',0,79,79,2,1926,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29924,0,0,0,0,0,26641,0,0,0,'Brandig','Grand Master Blacksmithing Trainer','',0,80,80,2,1733,80,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,2,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29925,0,0,0,0,0,26642,0,0,0,'Rutner Steelpick','General Goods','',0,79,79,2,1926,384,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29926,0,0,0,0,0,26639,0,0,0,'Gunda Boldhammer','Innkeeper','',345,79,79,2,1926,66177,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29927,0,0,0,0,0,26091,0,0,0,'Earthen Ironbane','','',0,80,80,2,2118,0,1,0.992063,1,0,417,582,0,608,1,2000,2000,2,526336,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29928,0,0,0,0,0,22712,11686,0,0,'Gymer Lock Dummy','','',0,75,75,2,35,0,2,1.42857,1,0,342,485,0,392,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,0,128,'',12340),
|
|
(29929,0,0,0,0,0,25871,0,0,0,'Mechano-hog','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(29930,0,0,0,0,0,25870,0,0,0,'Alliance Motorcycle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(29931,30936,0,0,0,0,26265,0,0,0,'Drakkari Rhino','','',0,77,77,2,16,0,1,0.99206,1,1,371,522,0,478,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,314,466,81,1,8,29931,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29932,0,0,0,0,0,26644,0,0,0,'Eck the Ferocious','','',0,81,82,2,16,0,1.6,1.42857,1,1,488,642,0,782,22,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,29932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_eck',12340),
|
|
(29933,0,0,0,0,0,7288,0,0,0,'The Hog','PH: Name, Model','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(29934,0,0,0,29943,0,22196,0,0,0,'Acolyte of Agony','','',0,75,75,2,1885,0,1.14286,1,1,1,352,499,0,408,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29935,0,0,0,29943,0,23181,0,0,0,'Acolyte of Pain','','',0,75,76,2,1885,0,1.14286,1,1,1,352,499,0,408,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,302,449,57,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29936,0,0,0,0,0,26645,0,0,0,'Algar\'s Frost Wyrm Mount','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(29937,0,0,0,0,0,26646,0,0,0,'Moteha Windborn','','',9854,79,79,2,1981,3,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29938,0,0,0,0,0,17158,0,0,0,'Tuskarr Land Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29939,0,0,0,0,0,22460,0,0,0,'Storm Cloud','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,2,32768,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_storm_cloud',12340),
|
|
(29940,0,0,0,0,0,16582,0,0,0,'Instructor Razuvious (1)','','',0,83,83,2,21,0,1.6,1.14286,1,3,509,683,0,805,70,3500,0,1,32832,2048,8,0,0,0,0,0,371,535,135,6,76,29940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2507204,3064362,'',0,3,1,725,2,1,0,0,0,0,0,0,0,167,1,617299839,2097153,'',12340),
|
|
(29941,0,0,0,0,0,16539,0,0,0,'Death Knight Understudy (1)','','',0,82,82,2,21,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,61696,29060,29061,0,0,0,0,0,0,'',0,3,1,30,2,1,0,22708,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29942,0,0,0,0,0,23007,23017,23018,23019,'Warsong Hold Grunt','','',0,80,80,0,1979,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29943,0,0,0,29882,0,25300,0,0,0,'SCOURGE PROXY (PHASED)','','',0,75,76,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(29944,0,0,0,0,0,26652,0,0,0,'Peon Gakra','Innkeeper & Supplies','',1582,79,79,2,1978,129,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29945,0,0,0,0,0,26653,0,0,0,'Marksman Udabu','Gunsmith','',0,79,79,2,1978,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29947,0,0,0,0,0,26654,0,0,0,'Apothecary Maple','Poisons & Reagents','',0,79,79,2,1929,128,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29948,0,0,0,0,0,26686,0,0,0,'Boarmaster Bragh','Stable Master','',9821,79,79,2,1926,4194305,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29949,0,0,0,0,0,13401,13400,0,0,'Orgrimmar Defender','','',0,70,70,0,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29950,0,0,0,0,0,26090,0,0,0,'Breck Rockbrow','Flight Master','',0,80,80,2,35,8192,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29951,0,0,0,0,0,27349,0,0,0,'Shavalius the Fancy','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29952,0,0,0,0,0,26318,0,0,0,'[UNUSED] [ph] Ulduar Camp (H) Flight Master','Flight Master','',0,80,80,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29953,0,0,0,0,0,26659,26660,0,0,'Moa\'ki Turtle Rider','','',0,75,75,2,1949,0,1,0.99206,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29955,0,0,0,0,0,16279,0,0,0,'Gothik the Harvester (1)','','',0,83,83,2,14,0,1,1.14286,1,3,496,674,0,783,70,2000,0,2,32832,2048,8,0,0,0,0,0,365,529,98,6,76,29955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467702,1793858,'',0,3,1,180,100,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(29958,0,0,0,0,0,26661,0,0,0,'Tundra Ram','','',0,79,80,2,16,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,29958,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29959,0,0,0,0,0,26091,0,0,0,'Andurg Slatechest','Stable Master','',9821,79,79,2,35,4194305,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29960,0,0,0,0,0,26662,0,0,0,'Earthen Stoneguard','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29961,0,0,0,0,0,26091,0,0,0,'Brangrimm','Poisons & Reagents','',0,79,79,2,35,3200,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29962,0,0,0,0,0,26663,0,0,0,'Horgoru the Collector','General Goods','',0,80,80,2,35,384,2,2,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29963,0,0,0,0,0,26093,0,0,0,'Magorn','Innkeeper','',9868,79,79,2,35,66177,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(29964,0,0,0,0,0,26664,0,0,0,'Dargum Hammerdeep','Blacksmithing Supplies','',0,79,79,2,35,4224,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29965,0,0,0,0,0,26665,26666,0,0,'Unu\'pe Turtle Rider','','',0,70,70,0,1949,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29966,0,0,0,0,0,26667,26668,0,0,'Kamagua Turtle Rider','','',0,70,70,2,1949,0,1,0.99206,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29967,0,0,0,0,0,26673,0,0,0,'Udoho Icerunner','Stable Master','',9821,79,79,2,1921,4194305,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(29968,0,0,0,0,0,26672,0,0,0,'Hapanu Coldwind','Poisons & Reagents','',0,79,79,2,1922,3200,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29969,0,0,0,0,0,26674,0,0,0,'Ontak','Blacksmithing Supplies','',0,79,79,2,1921,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29970,0,0,0,0,0,26678,0,0,0,'Danho Farcloud','General Goods','',0,80,80,2,1921,384,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29971,0,0,0,0,0,26671,0,0,0,'Wabada Whiteflower','Innkeeper','',344,79,79,2,1922,66177,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29973,0,0,0,0,0,26669,26670,0,0,'Tunka\'lo Brave','','',0,80,80,2,1923,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29974,0,0,0,0,0,26680,0,0,0,'Niffelem Forefather','','',0,79,80,2,16,0,0.888888,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,29974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(29975,0,0,0,0,0,25796,0,0,0,'Lok\'lira the Crone','','',9907,79,79,2,35,3,1,1.42857,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29976,0,0,0,0,0,26783,26784,26814,26815,'Fallen Frostborn Warrior','','',0,78,78,2,16,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29977,0,0,0,0,0,25797,0,0,0,'Haylin','','',0,79,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29978,0,0,0,30297,0,26065,0,0,0,'Iron Dwarf Assailant','','',0,78,79,2,2102,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29979,0,0,0,0,0,25953,0,0,0,'Iron Dwarf Magus','','',0,78,79,2,2102,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29980,0,0,0,0,0,26662,0,0,0,'Earthen Elite','','',0,80,80,2,1770,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29981,0,0,0,0,0,26093,0,0,0,'Earthen Warder','','',0,80,80,2,1770,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(29982,30934,0,0,0,0,27049,0,0,0,'Drakkari Raider','','',0,77,77,2,16,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29983,0,0,0,0,0,24191,0,0,0,'The Lich King (Icecrown)','','',0,83,83,2,2043,0,1,1.14286,1,3,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29984,0,0,0,30296,0,27092,0,0,0,'Iron Sentinel','Servant of Loken','',0,80,80,2,2102,0,0.888888,1.5873,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29985,0,0,0,0,0,16612,0,0,0,'Unrelenting Death Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,27825,0,0,0,0,0,0,27928,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29986,0,0,0,0,0,26571,0,0,0,'Unrelenting Rider (1)','','',0,82,82,2,21,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,6,2120,0,0,0,0,0,0,0,0,0,55638,55608,0,0,0,0,0,27935,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29987,0,0,0,0,0,16608,0,0,0,'Unrelenting Trainee (1)','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,55645,0,0,0,0,0,0,27892,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29988,0,0,0,0,0,26682,0,0,0,'Spectral Rider (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,55646,27995,55608,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(29989,0,0,0,0,0,26681,0,0,0,'Spectral Horse (1)','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,27993,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,141,1,8388624,0,'',12340),
|
|
(29990,0,0,0,0,0,26683,0,0,0,'Spectral Death Knight (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,56408,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(29991,0,0,0,0,0,16033,0,0,0,'Sapphiron (1)','','',0,83,83,2,21,0,1.68,1.14286,1,3,509,683,0,805,70,1800,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,76,29991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493510,644476,'',0,3,1,935,2,1,0,0,0,0,0,0,0,188,1,617299839,2097153,'',12340),
|
|
(29992,0,0,0,0,0,15882,0,0,0,'Void Zone X','','',0,83,83,2,148,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(29993,0,0,0,0,0,802,0,0,0,'Frostfang','Heksi\'s Pet','',0,78,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,1,0,0,0,0,324,480,88,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29994,0,0,0,0,0,26684,0,0,0,'Shardtooth','Udoho\'s Pet','',0,79,79,0,1921,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,4,0,0,0,0,334,494,95,1,1,29994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29995,0,0,0,0,0,25758,0,0,0,'Iron Dwarf Summoner','','',0,78,79,2,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,29995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29996,0,0,0,0,0,26685,0,0,0,'Snorts','Bragh\'s Pet','',0,79,79,0,1926,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,5,0,0,0,0,334,494,95,1,4097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9161,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29997,0,0,0,0,0,25797,0,0,0,'Iva the Vengeful','','',10108,79,79,2,2109,3,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29998,0,0,0,0,0,16925,0,0,0,'Desecrated Ground V','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(29999,0,0,0,0,0,1126,11686,0,0,'Cave Explosion Bunny','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30000,0,0,0,0,0,11686,0,0,0,'Blizzard (1)','','',0,1,1,0,35,0,1.125,1.14286,1,3,2,2,0,24,1,3000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,55699,0,0,0,0,0,0,0,0,0,0,0,'',1,7,1,1,1,1,0,0,0,0,0,0,0,76,1,0,128,'',12340),
|
|
(30001,0,0,0,0,0,25112,0,0,0,'Blackmaw','Andurg\'s Pet','',0,79,79,0,35,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30002,0,0,0,0,0,26688,0,0,0,'Duke Lankral','','',9862,80,80,2,2050,3,1,2,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30003,0,0,0,0,0,26689,0,0,0,'Gnarlhide','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,7,0,30003,30003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2017,2017,'SmartAI',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30004,0,0,0,0,0,26690,0,0,0,'Turbo-propelled Remote-controlled Gyro Bomber of Death','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,206,1,0,0,'',12340),
|
|
(30005,0,0,0,0,0,27115,0,0,0,'Lodge-Matron Embla','Innkeeper','',9866,80,80,2,2109,65665,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(30006,0,0,0,0,0,27117,0,0,0,'Warsmith Sigfinna','Arms & Armor','',0,80,80,2,2109,4224,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30007,0,0,0,0,0,17836,0,0,0,'Gurgthock','Fight Promoter','',9863,75,75,2,35,2,1,0.95238,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30008,0,0,0,0,0,27114,0,0,0,'Kari the Beastmaster','Stable Master','',9864,80,80,2,2109,4194305,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(30009,0,0,0,0,0,12829,0,0,0,'Wodin the Troll-Servant','','',0,74,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30010,0,0,0,0,0,27113,0,0,0,'Fylla Ingadottir','Poisons & Reagents','',0,80,80,2,2109,3200,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30011,0,0,0,0,0,27116,0,0,0,'Sigdis the Trader','General Goods','',0,80,80,2,2109,384,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30012,0,0,0,0,0,25771,0,0,0,'Victorious Challenger','','',9865,79,80,2,2109,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30013,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,'',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30014,0,0,0,0,0,24892,0,0,0,'Yggdras','','',0,75,75,2,14,0,1,2.28571,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(30015,0,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes (1)','','',0,80,80,2,21,0,0.25,0.285715,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.349206,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),
|
|
(30016,0,0,0,0,0,7869,0,0,0,'Soldier of the Frozen Wastes (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(30017,0,0,0,0,0,24954,0,0,0,'Stinkbeard','','',0,75,75,2,14,0,2,1.71429,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15588,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(30018,0,0,0,0,0,16178,0,0,0,'Soul Weaver (1)','','',0,80,80,2,21,0,0.1,0.114286,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),
|
|
(30019,0,0,0,0,0,25680,0,0,0,'Duke Singen','The New Hotness','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30020,0,0,0,0,0,26695,0,0,0,'Orinoko Tuskbreaker','','',0,76,76,2,14,0,1,1.71429,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(30021,0,0,0,0,0,26510,0,0,0,'Enormos','','vehichleCursor',0,77,77,2,16,16777216,0.666668,2,1,1,371,522,0,478,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(30022,0,0,0,0,0,26696,0,0,0,'Vladof the Butcher','','',0,77,77,2,16,0,1,2,1,1,371,522,0,478,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,55976,55977,0,0,0,0,0,0,'SmartAI',0,3,1,22,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(30023,0,0,0,12159,0,7873,0,0,0,'Korrak the Bloodrager','Champion of the Winterax','',0,77,77,2,14,0,0.666668,1.71429,1,1,371,522,0,478,7.5,3000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(30024,0,0,0,0,0,26692,0,0,0,'Gargoral the Water Lord','','',0,76,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30025,0,0,0,0,0,26693,0,0,0,'Erathius, King of Dirt','','',0,76,76,2,16,0,1,1.28571,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30026,0,0,0,0,0,26694,0,0,0,'Az\'Barin, Prince of the Gust','','',0,76,76,2,16,0,1,0.595239,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30027,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,60,60,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30028,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,50,50,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30029,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,40,40,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30030,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,30,30,0,2023,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30031,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,20,20,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30032,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,10,10,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30033,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,1,1,0,2023,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30034,0,0,0,0,0,26942,0,0,0,'Plague Zombie','','',0,5,5,0,2023,0,1,1.14286,1,0,5,7,0,32,1,2000,2000,1,0,2048,0,0,0,0,0,0,3,4,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30035,0,0,0,0,0,26092,0,0,0,'Fallen Earthen Defender','','',0,79,80,2,35,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30036,0,0,0,0,0,26092,0,0,0,'Rejuvenated Defender','','',0,79,80,2,113,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(30037,0,0,0,29880,0,26729,26730,26731,26732,'Mjordin Combatant','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30037,0,0,0,0,0,0,0,0,0,0,0,0,49807,0,0,0,0,0,1670,2783,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(30038,0,0,0,0,0,1126,17612,0,0,'Mjordin Combatant Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30039,0,0,0,0,0,26697,0,0,0,'Asgari','Stable Master','',9821,75,75,0,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(30040,0,0,0,0,0,26698,0,0,0,'Eternal Watcher','','',0,80,80,2,16,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,512,30040,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42246,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(30041,0,0,0,0,0,25796,0,0,0,'Thyra Kvinnshal','','',0,80,80,2,2109,2,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30042,0,0,0,0,0,12231,9210,26704,24905,'Fiend of Fire','','',0,70,75,2,634,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30043,0,0,0,0,0,26705,17461,26175,0,'Fiend of Earth','','',0,70,75,2,634,0,0.777776,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30044,0,0,0,0,0,26707,26648,5561,26706,'Fiend of Water','','',0,70,75,2,634,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30045,0,0,0,0,0,14516,26380,22726,0,'Fiend of Air','','',0,70,75,2,634,0,1,0.595239,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30046,0,0,0,0,0,26123,0,0,0,'Yulda the Stormspeaker','','',0,80,80,2,1885,1,1,1.42857,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,30046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2773,'SmartAI',0,3,1,1,3,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30047,0,0,0,0,0,16178,0,0,0,'Soul Weaver (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),
|
|
(30048,0,0,0,0,0,12818,0,0,0,'Unstoppable Abomination (1)','','',0,80,80,2,21,0,0.7,0.800002,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,64,1,8388624,0,'',12340),
|
|
(30049,0,0,0,0,0,12818,0,0,0,'Unstoppable Abomination (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.5,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(30050,0,0,0,0,0,4449,26708,0,0,'Earthen Stone State','','',0,80,80,2,1770,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30051,0,0,0,0,0,26716,0,0,0,'Librarian Tiare','','',9626,72,72,2,2007,1,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,256,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30052,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,2,1.5,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30053,0,0,0,0,0,26177,0,0,0,'Icebound Revenant','','',0,78,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,30053,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30054,0,0,0,0,0,25347,0,0,0,'Frozen Orb','','',0,78,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30055,0,0,0,0,0,26710,0,0,0,'Stormpeak Wyrm','','',0,80,80,2,1711,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,0,30055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42106,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(30056,0,0,0,0,0,26738,0,0,0,'Vaelen the Flayed','','',9867,80,80,2,2050,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30057,0,0,0,0,0,16586,0,0,0,'Guardian of Icecrown (1)','','',0,80,80,2,21,0,1.25,1.42858,1,1,422,586,0,642,13,1250,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,174,1,8388624,0,'',12340),
|
|
(30058,0,0,0,0,0,14357,20737,0,0,'Warden of the Chamber','','',0,76,76,0,2013,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30059,0,0,0,0,0,26741,0,0,0,'Wyrmrest Warden Visual (Bronze)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30060,0,0,0,0,0,25792,0,0,0,'Stormforged Warmonger','','',0,79,80,2,1955,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30061,0,0,0,0,0,15945,0,0,0,'Kel\'Thuzad (1)','','',0,83,83,2,21,0,1.1,1.14286,1,3,496,674,0,783,70,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,6,76,30061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2005510,2915676,'',0,3,1,1050,600,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(30062,0,0,0,0,0,26218,0,0,0,'Stormforged Amplifier','','',0,79,80,2,1771,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30063,0,0,0,0,0,26155,0,0,0,'Stormforged Decimator','','',0,80,80,2,2108,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30064,0,0,0,0,0,27092,0,0,0,'Iron Behemoth','','',0,80,80,2,2108,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(30065,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,1802,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30066,0,0,0,0,0,26757,0,0,0,'Valkyrion Harpoon Gun','','vehichleCursor',0,80,80,0,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,55812,0,0,0,0,0,0,0,0,213,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30067,0,0,0,0,0,26743,0,0,0,'Initiate Claget','Blades','',0,80,80,2,2050,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30068,0,0,0,0,0,16111,0,0,0,'Spore (1)','','',0,80,80,2,21,0,0.4,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),
|
|
(30069,0,0,0,0,0,26744,0,0,0,'Initiate Roderick','Poisons & Reagents','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30070,0,0,0,0,0,26745,0,0,0,'Initiate Gahark','General Goods','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30071,30075,0,0,0,0,26746,0,0,0,'Stitched Colossus','','',0,82,82,2,21,0,1.6,1.14286,1,1,488,642,0,782,7.5,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,2,1,0,42108,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(30072,0,0,0,0,0,26747,0,0,0,'Wyrmrest Warden Visual (Red)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30073,0,0,0,0,0,26748,0,0,0,'Wyrmrest Warden Visual (Green)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30074,0,0,0,0,0,26577,0,0,0,'The Leaper','','',9979,80,80,2,2050,3,1,1.42857,1,1,359,388,0,320,4.6,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30075,0,0,0,0,0,26746,0,0,0,'Stitched Colossus (1)','','',0,82,82,2,21,0,1.6,1.14286,1,1,488,642,0,782,13,2500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,2,1,0,42108,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(30076,0,0,0,0,0,26749,0,0,0,'Wyrmrest Warden Visual (Blue)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30077,0,0,0,0,0,14308,0,0,0,'Wyrmrest Warden Visual (Black)','','',0,76,76,0,2013,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30078,0,0,0,0,0,7029,16946,0,0,'[DND]Wyrmrest Temple Beam Target','','',0,50,50,0,15,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30079,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny (Phase II)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30080,0,0,0,0,0,21603,0,0,0,'Willzyx','','',0,80,80,2,695,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30081,0,0,0,0,0,26827,0,0,0,'Efrem the Faithful','','',9869,80,80,2,190,1,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33024,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30082,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30083,30424,0,0,0,0,25627,25287,0,0,'Marauding Geist','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(30084,32187,0,0,0,0,26753,0,0,0,'Power Spark','','',0,79,79,2,14,0,1,1,1,0,0,0,0,0,1,2000,0,1,0,2048,8,0,0,0,0,0,334,494,95,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,650838847,2097152,'npc_power_spark',11723),
|
|
(30085,30087,0,0,0,0,19329,0,0,0,'Vigilant Shade','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,7.5,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(30086,0,0,0,0,0,25771,0,0,0,'Sigrid Iceborn','','',9870,80,80,2,190,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30087,0,0,0,0,0,19329,0,0,0,'Vigilant Shade (1)','','',0,81,81,2,21,0,1.6,1.14286,1,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(30088,0,0,0,0,0,19797,0,0,0,'Brokentoe (Mount)','','',0,65,66,1,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,10,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(30089,0,0,0,0,0,26755,0,0,0,'Mammoth Mount (Small)','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30090,0,0,0,0,0,11686,0,0,0,'Vortex','','',0,80,80,2,35,0,9,9,1,0,0,0,0,0,0,2000,0,1,0,2048,0,0,0,0,0,0,345,509,153,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,'',0,4,1,5,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_vortex_ride',1),
|
|
(30091,0,0,0,0,0,1126,11686,0,0,'Central Conflict Controller Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30093,0,0,0,0,0,26758,0,0,0,'Yggdras Worm','','',0,72,73,2,634,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,42,0,0,0,0,278,413,58,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',12340),
|
|
(30094,0,0,0,0,0,26759,0,0,0,'Dalaran Sewer Rat','','',0,80,80,0,35,0,1,0.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30095,0,0,0,0,0,16259,0,0,0,'Dalaran Sewer Turtle','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30096,0,0,0,0,0,26764,0,0,0,'Dry Haystack','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30097,0,0,0,0,0,24998,0,0,0,'Plagued Ghoul (1)','','',0,81,81,2,21,0,0.8,1.42857,1,1,464,604,0,708,13,1500,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8022,10484,'',0,3,1,20,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30098,0,0,0,0,0,26806,26807,26808,26809,'Amphitheater Vendor','Snacks','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30099,0,0,0,0,0,24531,0,0,0,'Njormeld','','',0,79,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30101,0,0,0,0,0,21955,17612,0,0,'WotLK City Attacks Ice Block Bunny, Small','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(30102,0,0,0,0,0,26810,26811,26812,26813,'Amphitheater Spectator','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30103,0,0,0,0,0,16480,21072,0,0,'Valkyrion Fire Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30104,0,0,0,0,0,26766,0,0,0,'Adamman the Trader','','',9882,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30105,0,0,0,0,0,26778,0,0,0,'King Jokkum','','',9900,80,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30106,31458,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),
|
|
(30107,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30108,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','vehichleCursor',0,80,80,2,210,0,1.6,1.6,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,55958,55936,0,0,0,0,0,0,0,216,0,0,'',0,5,1,5,1,1,0,0,0,0,0,0,0,232,0,0,0,'',12340),
|
|
(30110,0,0,0,0,0,25390,25391,25390,25391,'Hungry Penguin','','',0,74,74,2,7,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,0,2048,0,0,0,0,0,0,287,426,63,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30111,31475,0,0,0,0,27386,27387,27388,27389,'Twilight Worshipper','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,8,30111,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4165,6941,'SmartAI',0,3,1,4,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30113,0,0,0,0,0,26768,0,0,0,'Whisker','','',0,76,76,2,14,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30114,31473,0,0,0,0,27378,27379,27380,27381,'Twilight Initiate','','',0,74,74,2,16,0,1,1.14286,1,0,279,408,0,158,1,2000,0,8,32768,2048,8,0,0,0,0,0,263,391,41,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,4,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_jedoga_initiand',12340),
|
|
(30115,0,0,0,0,0,28222,0,0,0,'Vereesa Windrunner','Ranger General of the Silver Covenant','',0,83,83,2,2027,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33536,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30116,0,0,0,0,0,26770,0,0,0,'Archmage Aethas Sunreaver','Kirin Tor','',0,80,80,2,2007,2,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30117,0,0,0,0,0,26771,0,0,0,'Archmage Modera','Kirin Tor','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30118,0,0,0,0,0,11686,0,0,0,'Portal (Malygos)','','',0,80,80,2,35,0,1,1,2,0,0,0,0,0,1,2000,0,1,33554948,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30119,0,0,0,0,0,24531,0,0,0,'Burly Frost Giant','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30120,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30121,0,0,0,0,0,24531,0,0,0,'Frost Giant Stormherald','','',0,79,80,2,834,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30122,0,0,0,0,0,16480,19595,0,0,'Storm Peaks Anvil Bunny','','',0,60,60,1,35,33554688,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30123,0,0,0,0,0,26772,0,0,0,'Snorri','','vehichleCursor',0,80,80,2,2107,16777216,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30124,0,0,0,0,0,26772,0,0,0,'Snorri','','vehichleCursor',0,80,80,2,2107,0,2.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,56750,56753,0,0,56752,0,0,0,0,217,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,171,0,0,0,'',12340),
|
|
(30125,0,0,0,0,0,16480,19595,0,0,'Vengeful Revenant KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30126,0,0,0,0,0,16480,19595,0,0,'Njormeld KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30127,0,0,0,0,0,24531,0,0,0,'Njormeld','','',10221,79,80,2,2107,3,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30130,0,0,0,0,0,1126,24719,0,0,'Veranus Right Foot Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30131,0,0,0,0,0,1126,24719,0,0,'Veranus Left Foot Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30132,0,0,0,0,0,1126,24719,0,0,'Veranus Right Wing Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30133,0,0,0,0,0,1126,24719,0,0,'Veranus Left Wing Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30134,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,16777216,1,2.5,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,0,'SmartAI',0,4,1,6,1,1,0,0,0,0,0,0,0,188,0,0,2,'',12340),
|
|
(30135,0,0,0,0,0,26783,0,0,0,'Restless Frostborn Warrior','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,30135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30136,0,0,0,0,0,25952,0,0,0,'Stormforged Soldier','','',0,78,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,4,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(30137,0,0,0,0,0,26779,0,0,0,'Shifty Vickers','','',0,74,74,2,35,2,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,33536,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30138,0,0,0,0,0,16480,19595,0,0,'Frost Giant Ghost KC','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30139,0,0,0,0,0,16480,19595,0,0,'Frost Dwarf Ghost KC','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30140,0,0,0,0,0,5556,0,0,0,'Zena','Wodin\'s Warrior Kitten','',0,4,4,0,35,0,1,0.85714,1,0,4,5,0,30,1,2000,2000,1,0,2048,0,0,0,0,0,0,2,3,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.095238,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30141,0,0,0,0,0,26680,0,0,0,'Frost Giant Floating Spirit','','',0,79,80,2,16,0,0.888888,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30142,0,0,0,0,0,26782,0,0,0,'The Iron Watcher','','',0,80,80,2,2108,0,1.4,0.714286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,92,1,0,0,'npc_iron_watcher',12340),
|
|
(30143,0,0,0,0,0,26783,0,0,0,'Frostborn Floating Spirit','','',0,79,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30144,0,0,0,0,0,26784,0,0,0,'Restless Frostborn Ghost','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,30144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30145,0,0,0,0,0,26784,0,0,0,'Frostborn Floating Spirit','','',0,79,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30146,0,0,0,0,0,26242,26785,0,0,'Exhausted Vrykul','','',0,78,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,2776,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30147,0,0,0,0,0,26786,0,0,0,'Garhal','','',0,79,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,2771,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30148,0,0,0,0,0,26263,0,0,0,'Infesting Jormungar','','',0,80,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30148,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30149,0,0,0,0,0,26798,0,0,0,'Demo, Icecrown Cultist','Cult of the Damned','',0,73,74,2,2042,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30150,0,0,0,0,0,24497,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,1630,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,30150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30151,0,0,0,0,0,4449,26241,0,0,'Orb Lightning','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30152,0,0,0,0,0,26093,0,0,0,'Bruor Ironbane','','',10216,79,79,2,1770,3,1,0.85714,1,1,399,559,0,550,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30153,0,0,0,0,0,21955,11686,0,0,'Last Chapter Dialogue Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(30154,0,0,0,0,0,25771,0,0,0,'Agnetta Tyrsdottar','','',9874,79,80,2,2109,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30155,0,0,0,0,0,22165,0,0,0,'UNUSED Nicole Morris','Stable Master','',9821,70,70,2,1929,4194305,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(30156,0,0,0,0,0,21955,21072,0,0,'[DND] Anguish Spectator Bunny','','',0,75,75,0,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30157,0,0,0,0,0,26816,0,0,0,'Nikita','Jessica Morris\'s Companion','',0,69,69,2,1928,0,1,1.14286,1,0,245,346,0,298,1,3000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30158,0,0,0,0,0,26822,0,0,0,'Billie','Nicole Morris\'s Companion','',0,69,69,2,1928,0,1,1.14286,1,0,245,346,0,298,1,3000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30159,0,0,0,0,0,26742,0,0,0,'Sigrid Iceborn\'s Proto-Drake','','',0,80,80,2,14,0,1,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(30160,0,0,0,0,0,26698,0,0,0,'Brittle Revenant','','',0,80,80,2,834,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,512,30160,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42246,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(30161,31752,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,0,4,0,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57092,57403,0,0,220,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,231,1,0,0,'npc_eoe_wyrmrest_skytalon',11723),
|
|
(30162,0,0,0,0,0,26825,0,0,0,'Tinky Wickwhistle','','',9875,80,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30163,0,0,0,0,0,27092,0,0,0,'Dead Iron Giant','','',0,80,80,2,2108,0,2.8,1.5873,1,1,422,586,0,642,7.5,2000,2000,1,537133824,2048,40,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(30164,0,0,0,24051,0,22042,22611,0,0,'Cavedweller Worg','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,1,0,0,0,0,345,509,103,1,1,30164,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,0.7,1,1,0,42510,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30165,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30166,0,0,0,0,0,26458,26459,0,0,'Frostborn Stormrider','','',0,79,80,2,210,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30167,0,0,0,24051,0,26832,0,0,0,'Gimorak','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,30167,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30169,0,0,0,0,0,19595,0,0,0,'Smoldering Scrap Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30170,0,0,0,0,0,24103,24121,24115,24109,'Mechagnome Attendant','','',0,78,79,2,35,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30171,0,0,0,0,0,1438,0,0,0,'The Ring of Valor Battlemaster','Battle Master','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30172,31446,0,0,0,0,26831,0,0,0,'Ahn\'kahar Swarm Egg','','',0,70,70,2,16,0,1,1,1,0,252,357,0,304,1,2000,0,1,33554434,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30173,31445,0,0,0,0,26828,0,0,0,'Ahn\'kahar Guardian Egg','','',0,70,70,2,16,0,1,1,1,0,252,357,0,304,1,2000,0,1,33554434,2048,8,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30174,0,0,0,0,0,26388,0,0,0,'Hyldsmeet Warbear','','',0,80,80,2,2128,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,54458,15971,54460,0,0,0,0,0,0,222,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(30175,0,0,0,0,0,25771,0,0,0,'Hyldsmeet Bear Rider','','',0,79,80,2,2128,1,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30176,31441,0,0,0,0,28079,0,0,0,'Ahn\'kahar Guardian','','',0,74,74,2,16,0,1,1.42857,1,1,328,467,0,354,7.5,2400,0,1,32768,2048,8,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_ahnkahar_nerubian',12340),
|
|
(30177,0,0,0,24051,0,22003,22611,0,0,'Ravaged Cavedweller Worg','','',0,79,80,2,1712,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,536904448,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,0.5,1,1,0,42510,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30178,31448,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer','','',0,74,74,2,16,0,0.833332,1.42857,1,0,328,467,0,354,1,3000,0,1,32768,2048,8,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.012157,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_ahnkahar_nerubian',12340),
|
|
(30179,31471,0,0,0,0,27369,27370,27371,27372,'Twilight Apostle','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,293,436,53,7,8,30179,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4173,6955,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30180,0,0,0,0,0,26830,0,0,0,'Onu\'zun','','',9878,80,80,2,190,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33024,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30181,0,0,0,0,0,11686,0,0,0,'Jedoga Controller','','',0,74,74,2,14,0,1,1.14286,1,1,328,467,0,354,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30182,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,80,80,2,1802,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30183,0,0,0,0,0,16213,0,0,0,'Web Wrap (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,28622,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30184,0,0,0,0,0,26380,0,0,0,'Scion of Storm','','',0,79,80,2,16,0,1,0.595239,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,42783,42107,42782,0,0,0,0,1,0,0,'',12340),
|
|
(30186,0,0,0,0,0,26834,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30187,0,0,0,0,0,2325,0,0,0,'Mirador','','',0,80,80,2,2070,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30188,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2070,0,1,1.14286,1,1,400,600,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,53625,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_llod_generic',12340),
|
|
(30189,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,77,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30190,0,0,0,0,0,24103,24121,24115,24109,'Attendant Tock','','',9880,78,79,2,35,1,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30191,0,0,0,0,0,26846,0,0,0,'Deep Twilight Serpent','','',0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30192,0,0,0,0,0,27563,0,0,0,'Sapphire Owl','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30193,0,0,0,0,0,26847,26848,26849,26850,'Amphitheater Spectator','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30194,0,0,0,0,0,26835,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30195,0,0,0,0,0,26836,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30196,0,0,0,0,0,26837,0,0,0,'Ebon Blade Prisoner','','',0,77,77,2,2050,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32770,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30197,0,0,0,0,0,26834,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30198,0,0,0,0,0,26835,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30199,0,0,0,0,0,26836,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30200,0,0,0,0,0,26837,0,0,0,'Ebon Blade Knight','','',0,77,77,2,2051,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30201,0,0,0,0,0,17870,0,0,0,'G\'eras Test Vendor List','','',0,72,72,1,1741,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30202,0,0,0,33192,0,26851,27552,27553,0,'Reanimated Crusader','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30203,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30204,0,0,0,30402,33192,25729,0,0,0,'Forgotten Depths Ambusher','','',0,77,78,2,2068,0,2,1.71429,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,30204,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,'SmartAI',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(30205,0,0,0,30402,33192,25267,0,0,0,'Forgotten Depths Acolyte','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,30205,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(30206,0,0,0,30402,33192,26774,0,0,0,'Carrion Fleshstripper','','',0,76,77,2,2068,0,1,1.19048,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,3,0,0,0,0,314,466,81,1,1,30206,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30207,0,0,0,0,0,22712,17200,0,0,'Forgotten Depths Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30208,0,0,0,0,0,25754,0,0,0,'Stormforged Ambusher','','',0,78,79,2,1954,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,30208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,0.5,1,0,42105,42423,0,0,0,0,0,1,0,0,'',12340),
|
|
(30209,0,0,0,0,0,20570,11686,0,0,'North Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30210,0,0,0,0,0,16480,19595,0,0,'Hodir\'s Helm KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30211,0,0,0,0,0,20570,11686,0,0,'Central Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30212,0,0,0,0,0,20570,11686,0,0,'South Lightning Forge','','',0,1,1,0,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30214,0,0,0,0,0,11686,0,0,0,'Thrall\'s Big Hit, Lightning Bolt Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30215,0,0,0,0,0,16480,21342,0,0,'Ice Spike Target Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30216,0,0,0,0,0,27152,0,0,0,'Vile','','',0,80,80,2,2050,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30217,0,0,0,0,0,26853,0,0,0,'Steven Allen','','',9883,45,45,0,12,1,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,33280,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30218,0,0,0,0,0,26854,0,0,0,'Vaelen the Flayed','','',0,80,80,2,2050,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30219,0,0,0,0,0,26863,0,0,0,'Ethereal Frostworg','','',0,79,80,2,113,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30220,0,0,0,0,0,1126,17612,0,0,'Leave Our Mark Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30221,0,0,0,0,0,26202,0,0,0,'Kirgaraak Kill Credit','','',0,79,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30222,0,0,0,0,0,25754,0,0,0,'Stormforged Infiltrator','','',0,77,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,30222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30223,0,0,0,0,0,26862,0,0,0,'Crusade Commander Entari','','',0,80,80,2,2070,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30224,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2070,2,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30225,0,0,0,0,0,26865,0,0,0,'Crusader Sunborn','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30226,0,0,0,0,0,26866,0,0,0,'Father Gustav','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30227,0,0,0,0,0,26867,0,0,0,'Penumbrius','','',9922,80,80,2,2070,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30228,0,0,0,0,0,31187,0,0,0,'Argent Skytalon','','vehichleCursor',0,79,79,2,2070,0,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,56683,56684,56712,0,0,0,0,0,0,234,0,0,'',0,4,2,3,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30229,0,0,0,0,0,26358,0,0,0,'Icemaw Bear Mount','','',0,79,80,2,1712,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30230,0,0,0,0,0,24994,24993,24992,24995,'Risen Ally','','',0,50,50,2,14,0,0.8,0.99206,1,0,87,87,0,24,1,2000,2000,4,0,2048,0,40,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,47468,47484,47481,47482,51874,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30231,0,0,0,0,0,26869,0,0,0,'Radulf Leder','Arathi Basin Battlemaster','',8073,61,61,0,210,1048577,1,1.38571,1,1,159,221,0,258,7.5,2000,2000,1,576,2048,0,0,0,0,0,0,127,188,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30232,0,0,0,0,0,26875,0,0,0,'The Bone Witch','','',9884,80,80,2,2050,3,1,1.28571,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30233,0,0,0,0,0,26877,26878,26879,26880,'Sunreaver Scout','','',0,79,80,2,2129,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30234,31748,0,0,0,0,26876,0,0,0,'Hover Disk','','vehichleCursor',0,80,80,2,14,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30235,0,0,0,0,0,26882,0,0,0,'Glory','','',0,80,80,2,2070,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,2.25,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30236,0,0,0,0,0,27101,0,0,0,'Argent Cannon','','Gunner',0,80,80,2,35,16777216,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4,0,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,4394,0,1,0,0,57385,57412,0,0,0,0,0,0,0,246,0,0,'',0,4,1,10,0.500752,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30238,0,0,0,0,0,26885,26886,26887,26888,'Silver Covenant Scout','','',0,79,80,2,2130,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30239,0,0,0,0,0,26892,0,0,0,'Alanura Firecloud','Poisons & Reagents','',0,80,80,2,2121,3200,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30240,0,0,0,0,0,26890,0,0,0,'Injured Sunreaver Scout','','',0,79,79,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30241,0,0,0,0,0,26891,0,0,0,'Lanudal Silverhart','Blacksmithing Supplies','',0,80,80,2,2025,4224,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30242,0,0,0,0,0,26893,26894,26895,0,'Injured Crusader','','',0,76,79,2,2070,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,33536,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30243,0,0,0,29880,33192,25801,25799,25800,0,'Njorndar Spear-Sister','','',0,79,80,2,1885,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,30243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1449,3885,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(30244,0,0,0,0,0,26896,0,0,0,'Miura Brightweaver','Poisons & Reagents','',0,80,80,2,2025,3200,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30245,31750,0,0,0,0,24316,24317,24318,24319,'Nexus Lord','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,17,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'npc_nexus_lord',11723),
|
|
(30246,0,0,0,0,0,21342,0,0,0,'Dun Niffelem Spear Chain Bunny (Phase 2)','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30247,0,0,0,0,0,24308,0,0,0,'Bloodguard Lorga','','',10193,80,80,2,1978,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30248,31749,0,0,0,0,26876,0,0,0,'Hover Disk','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hover_disk',11723),
|
|
(30249,31751,0,0,0,0,24316,24317,24318,24319,'Scion of Eternity','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,0,8,131072,2048,8,0,0,0,0,0,306,454,64,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'npc_scion_of_eternity',11723),
|
|
(30250,0,0,0,29880,33192,26614,26914,0,0,'Valhalas Vargul','','',0,79,80,2,1885,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,1559,'SmartAI',0,3,1,1,1,1,0,42422,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30252,0,0,0,0,0,24531,0,0,0,'Lorekeeper Randvir','','',0,79,80,2,2107,2,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30253,0,0,0,0,0,26889,0,0,0,'Felindel Sunhammer','Blacksmithing Supplies','',0,80,80,2,2121,4224,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30254,0,0,0,0,0,26897,0,0,0,'Marisalira','Food & Drink','',0,80,80,2,2121,640,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30255,0,0,0,0,0,26898,0,0,0,'Aniduria','Food & Drink','',0,80,80,2,2025,640,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30256,0,0,0,0,0,26899,0,0,0,'Scout Ordimbral','General Goods','',0,80,80,2,2121,384,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30257,0,0,0,0,0,26900,0,0,0,'Scout Yribria','General Goods','',0,80,80,2,2025,384,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30258,31463,0,0,0,0,28133,0,0,0,'Amanitar','','',0,81,81,2,16,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,328,30258,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,150,1,0,0,'boss_amanitar',12340),
|
|
(30259,0,0,0,0,0,26907,0,0,0,'Scout Captain Elsia','','',0,80,80,2,2129,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30260,0,0,0,0,0,27265,27275,27281,27235,'Stoic Mammoth','','',0,77,78,2,190,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,30260,0,30260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42542,42104,0,0,0,0,0,1,0,0,'',12340),
|
|
(30261,0,0,0,0,0,26908,0,0,0,'Scout Captain Daelin','','',0,80,80,2,2130,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30262,0,0,0,0,0,24531,0,0,0,'Son of Hodir','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30263,0,0,0,0,0,26885,26886,26887,26888,'Silver Covenant Horseman','','',0,79,80,2,2130,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30264,0,0,0,0,0,3942,0,0,0,'Spectral Trainee (1)','','',0,81,81,2,21,0,1.11111,1.14286,1,1,425,602,0,670,13,1150,0,2,32768,2048,8,0,0,0,0,0,351,511,86,6,72,0,0,0,0,0,0,0,0,0,56407,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,3,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30265,0,0,0,0,0,26877,26878,26879,26880,'Sunreaver Hawkrider','','',0,79,80,2,2129,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30266,0,0,0,0,0,26909,0,0,0,'Injured Silver Covenant Scout','','',0,79,79,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30268,0,0,0,0,0,24925,0,0,0,'Webbed Crusader','','',0,1,1,0,2068,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30269,0,0,0,0,0,26910,0,0,0,'Skymaster Baeric','Dragonhawk Master','',0,80,80,2,2122,8192,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30270,0,0,0,0,0,26090,26664,26921,26913,'Oathbound Warder','','',0,80,80,2,1770,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30271,0,0,0,0,0,26911,0,0,0,'Galendror Whitewing','Hippogryph Master','',0,80,80,2,2026,8192,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33280,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30272,0,0,0,0,0,26882,0,0,0,'Njorndar Proto-Drake','','vehichleCursor',0,80,80,2,190,16777216,6,4,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,2.25,3,1,1,0,0,0,0,0,0,0,256,1,0,0,'',12340),
|
|
(30273,0,0,0,0,0,24925,0,0,0,'Webbed Crusader','','',0,1,1,0,14,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30274,0,0,0,0,0,26838,26845,26842,26841,'Freed Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30275,0,0,0,0,0,26739,0,0,0,'Wild Wyrm','','',0,80,80,2,16,0,3.6,3.57143,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,60533,56704,56690,60586,56706,60587,0,0,0,233,0,0,'',0,5,1,7.93651,1,0,0,0,0,0,0,0,0,248,1,0,0,'npc_wild_wyrm',12340),
|
|
(30276,31450,0,0,0,0,25768,0,0,0,'Ahn\'kahar Web Winder','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30276,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30277,31442,0,0,0,0,27324,0,0,0,'Ahn\'kahar Slasher','','',0,73,73,2,16,0,1,0.99206,1,1,316,450,0,320,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,6,8,30277,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30278,31443,0,0,0,0,23821,0,0,0,'Ahn\'kahar Spell Flinger','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30278,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30279,31455,0,0,0,0,26775,0,0,0,'Deep Crawler','','',0,73,73,2,16,0,1,1.19048,1,1,316,450,0,320,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,278,413,58,1,8,30279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30280,0,0,0,0,0,22474,0,0,0,'Enraged Armored Hippogryph','','',0,1,1,0,2130,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(30281,0,0,0,0,0,22474,0,0,0,'Silver Covenant Hippogryph','','',0,80,80,2,2130,0,1,4.28571,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),
|
|
(30282,0,0,0,0,0,11686,0,0,0,'Arcane Overload','','',0,80,80,2,14,0,1,1,6,0,0,0,0,0,1,2000,0,1,33554434,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),
|
|
(30283,31466,0,0,0,0,27323,0,0,0,'Plague Walker','','',0,74,74,2,16,0,1,1.28968,1,1,328,467,0,354,7.5,2200,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,8,30283,30283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30284,31451,0,0,0,0,25012,0,0,0,'Bonegrinder','','',0,74,74,2,16,0,1.2,1.42857,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,6,72,30284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,8,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(30285,31457,0,0,0,0,20090,0,0,0,'Eye of Taldaram','','',0,73,73,2,16,0,1,1.14286,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30286,31460,0,0,0,0,26941,0,0,0,'Frostbringer','','',0,73,73,2,16,0,1,0.99206,1,1,313,448,0,302,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,276,411,44,6,8,30286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30287,31468,0,0,0,0,25742,0,0,0,'Plundering Geist','','',0,73,73,2,16,0,1,1.28571,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,6,8,30287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(30288,0,0,0,0,0,26922,0,0,0,'Ahn\'kahar Channeler','','',0,73,73,2,14,0,1,0.99206,1,1,316,450,0,320,7.5,2000,2000,1,33587264,2048,0,0,0,0,0,0,278,413,58,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30289,0,0,0,0,0,5446,3167,0,0,'Stormwind Harbor Defender','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30290,0,0,0,0,0,29363,0,0,0,'Sunreaver Dragonhawk','','',0,80,80,2,2129,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,30,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12993,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(30291,0,0,0,29605,0,26262,0,0,0,'Ravenous Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30291,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30292,0,0,0,0,0,8842,0,0,0,'Dead Icemaw Bear','','',0,79,80,2,1712,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,32,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30293,0,0,0,0,0,18450,18451,0,0,'Stormwind Harbor Captain','','',0,70,70,0,12,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30294,0,0,0,0,0,30652,0,0,0,'Frostworg Denmother','','',0,80,80,2,2107,2,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,0,30294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30295,0,0,0,0,0,28977,0,0,0,'Thorim','','',10109,83,83,2,35,2,1,0.952381,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30296,0,0,0,0,0,26560,0,0,0,'Iron Sentinel Credit','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30297,0,0,0,0,0,26065,0,0,0,'Iron Dwarf Assailant Credit','','',0,78,79,2,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30298,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Float, Uninteractible, LargeAOI)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_arthas_teleport_visual',12340),
|
|
(30299,0,0,0,0,0,25953,0,0,0,'Overseer Narvir','','',0,78,79,2,1954,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30300,0,0,0,0,0,27093,0,0,0,'Iron Colossus','','',0,80,80,2,1771,0,2.8,1.5873,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,55,1,0,0,'',12340),
|
|
(30301,0,0,0,0,0,26935,0,0,0,'Tamed Jormungar','','',0,79,80,2,113,0,6,2.14286,1,1,417,582,0,608,7.5,2000,2000,2,4,2048,0,42,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,56524,56513,56504,0,0,0,0,0,0,227,0,0,'',0,3,1,4,3,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),
|
|
(30302,0,0,0,0,0,16480,19595,0,0,'Helm Sparkle Bunny','','',0,60,60,1,35,0,8,2.85714,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,128,'',12340),
|
|
(30303,0,0,0,0,0,10976,10975,5432,5265,'Zombie Chow (1)','','',0,80,80,2,89,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,1,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,29307,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30304,0,0,0,0,0,26939,0,0,0,'Imhadria','Stable Master','',9821,80,80,2,2050,4194305,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(30305,0,0,0,0,0,21939,0,0,0,'Swift Flying Broom','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(30306,0,0,0,0,0,1065,0,0,0,'Bileblow','Poisons','',0,80,80,2,2050,1152,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30307,0,0,0,0,0,26944,0,0,0,'Sarhule the Risen','Reagents','',0,80,80,2,2050,2176,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30308,0,0,0,0,0,26938,0,0,0,'Initiate Brenners','Innkeeper','',0,80,80,2,2050,65536,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(30309,0,0,0,0,0,26936,0,0,0,'Shambles','Food & Drink','',0,80,80,2,2050,640,0.8,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30310,0,0,0,0,0,1200,0,0,0,'Boltskull','General Goods','',0,80,80,2,2050,384,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30311,0,0,0,0,0,1198,0,0,0,'Mangled','Trade Supplies','',0,80,80,2,2050,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30312,0,0,0,0,0,733,0,0,0,'Shadow Vault Boneguard','','',0,80,80,2,2051,0,0.888888,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30313,0,0,0,0,0,26937,0,0,0,'Mobile Databank','','',0,80,80,2,35,0,3.14286,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,223,1,0,0,'',12340),
|
|
(30314,0,0,0,0,0,26943,0,0,0,'Morlia Doomwing','Flight Master','',0,80,80,2,2050,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30315,0,0,0,0,0,1126,11686,0,0,'Temple of Invention Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30316,0,0,0,0,0,1126,11686,0,0,'Temple of Life Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30317,0,0,0,0,0,1126,11686,0,0,'Temple of Winter Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30318,0,0,0,0,0,1126,11686,0,0,'Temple of Order Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30319,31472,0,0,0,0,27373,27374,27376,27377,'Twilight Darkcaster','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,285,423,48,7,8,30319,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4208,7013,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30320,0,0,0,0,0,26331,0,0,0,'Battlescarred Frostworg','','',0,79,80,2,2107,0,2.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,'AgressorAI',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30322,0,0,0,0,0,26091,0,0,0,'Earthen Jormungar Handler','','',0,79,80,2,1770,1,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30325,0,0,0,0,0,24506,0,0,0,'Viscous Oil','','',0,79,80,2,634,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,30325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42640,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30326,0,0,0,0,0,26940,0,0,0,'Rotclaw','Imhadria\'s Pet','',0,80,80,0,2050,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5811,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30327,0,0,0,0,0,11686,0,0,0,'Jokkum KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30328,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,0,1,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30329,31470,0,0,0,0,26948,26973,0,0,'Savage Cave Beast','','',0,74,74,2,16,0,0.8,1.42857,1,1,328,467,0,354,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,287,426,63,4,328,30329,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,8,1,0,43511,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30330,0,0,0,0,0,26882,0,0,0,'Jotunheim Proto-Drake','','',0,80,80,2,2116,0,6,2.85714,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,524320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'SmartAI',0,7,1,10,1,1,0,0,0,0,0,0,0,229,0,0,64,'',12340),
|
|
(30331,0,0,0,0,0,26778,0,0,0,'King Jokkum','','',0,83,83,0,2107,0,1,2,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,231,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,216,1,0,0,'',12340),
|
|
(30332,0,0,0,0,0,26901,26902,26903,26904,'Jotunheim Proto-Drake Rider','','',0,79,80,2,2116,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587970,2048,0,0,0,0,0,0,345,509,103,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30333,0,0,0,30402,33192,26945,0,0,0,'Forgotten Depths Slayer','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,30333,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42770,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(30334,0,0,0,0,0,11686,0,0,0,'Surge of Power','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30335,0,0,0,0,0,26363,0,0,0,'Shadow Vault Gryphon','','',0,80,80,2,2050,0,3.2,2.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,225,1,8388624,0,'',12340),
|
|
(30336,0,0,0,0,0,26947,0,0,0,'Runesmith Balehammer','Blacksmithing Supplies','',0,80,80,2,2050,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30337,0,0,0,0,0,26757,0,0,0,'Jotunheim Rapid-Fire Harpoon','','vehichleCursor',0,80,80,2,35,0,1,0.99206,1,0,0,0,0,0,1,2000,2000,4,4,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,56585,0,56570,0,0,0,0,0,0,229,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30338,31447,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer','','',0,74,74,2,16,0,0.833332,1.42857,1,0,328,467,0,354,1,2308,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.012157,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30339,0,0,0,0,0,1126,11686,0,0,'Frigid Tomb Controller Bunny','','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30340,0,0,0,0,0,26968,0,0,0,'Jormuttar','','',0,80,80,2,1711,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,0,30340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30341,0,0,0,0,0,26967,0,0,0,'Eisenfaust','Servant of Loken','',0,80,80,2,2102,0,2,2,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,5,512,30341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30342,0,0,0,0,0,22712,17200,0,0,'Orgrim\'s Hammer','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,4.6,2000,2000,4,33555200,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30343,0,0,0,0,0,22712,17200,0,0,'The Skybreaker','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,4.6,2000,2000,4,33555200,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30344,0,0,0,0,0,26982,0,0,0,'High Captain Justin Bartlett','','',10130,80,80,0,1891,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30345,0,0,0,0,0,26988,0,0,0,'Chief Engineer Boltwrench','','',10191,80,80,0,1973,6275,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30346,0,0,0,0,0,26999,0,0,0,'Galley Chief Dolinger','','',0,80,80,0,1973,640,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30347,0,0,0,0,0,27000,0,0,0,'Navigator Dobbs','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30348,0,0,0,0,0,26949,0,0,0,'Elder Sardis','','',9931,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30350,0,0,0,0,0,26983,0,0,0,'Chief Officer Leonards','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30351,0,0,0,0,0,26989,26990,26991,26992,'Skybreaker Deckhand','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30352,0,0,0,0,0,26997,26998,27331,27332,'Skybreaker Marine','','',0,80,80,0,35,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(30353,0,0,0,0,0,26965,0,0,0,'Duronn the Runewrought','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,9,32768,30353,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30354,0,0,0,0,0,15389,0,0,0,'Wintergrasp Alliance Melee Guard','','',0,72,73,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30355,0,0,0,0,0,15389,0,0,0,'Wintergrasp Alliance Ranged Guard','','',0,72,72,0,55,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30356,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,290,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30357,0,0,0,0,0,26950,0,0,0,'Elder Beldak','','',9964,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30358,0,0,0,0,0,26951,0,0,0,'Elder Morthie','','',9954,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30359,0,0,0,0,0,26952,0,0,0,'Elder Fargal','','',9975,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30360,0,0,0,0,0,26953,0,0,0,'Elder Northal','','',9938,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30361,0,0,0,0,0,1126,11686,0,0,'Frostborn Axemaster Trigger Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30362,0,0,0,0,0,26954,0,0,0,'Elder Sandrene','','',9946,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30363,0,0,0,0,0,26955,0,0,0,'Elder Thoim','','',9953,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30364,0,0,0,0,0,27003,0,0,0,'Elder Arp','','',9935,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30365,0,0,0,0,0,26956,0,0,0,'Elder Wanikaya','','',9945,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30366,0,0,0,0,0,16480,19595,0,0,'Lure Jormuttar Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30367,0,0,0,0,0,26957,0,0,0,'Elder Lunaro','','',9963,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30368,0,0,0,0,0,26958,0,0,0,'Elder Bluewolf','','',9941,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30369,0,0,0,0,0,26959,0,0,0,'Elder Tauros','','',9968,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30370,0,0,0,0,0,26960,0,0,0,'Elder Graymane','','',9980,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30371,0,0,0,0,0,26961,0,0,0,'Elder Pamuya','','',21042,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30372,0,0,0,0,0,26962,0,0,0,'Elder Whurain','','',9961,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30373,0,0,0,0,0,26963,0,0,0,'Elder Skywarden','','',9950,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30374,0,0,0,0,0,26964,0,0,0,'Elder Muraco','','',21036,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30375,0,0,0,0,0,26966,0,0,0,'Elder Stonebeard','','',21060,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30376,0,0,0,0,0,26970,0,0,0,'Halefnir the Windborn','Servant of Loken','',0,80,80,2,2102,0,1,1.71429,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(30377,0,0,0,0,0,26971,0,0,0,'The Ebon Watcher','','',0,83,83,2,2051,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30378,0,0,0,0,0,25445,0,0,0,'Iydallus','','',0,80,80,0,2050,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(30379,0,0,0,0,0,304,0,0,0,'Westfall Chicken','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30380,0,0,0,0,0,26984,26985,26987,27307,'Skybreaker Cannoneer','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30381,0,0,0,0,0,26972,0,0,0,'Xarantaur','The Witness','',10178,80,80,2,1978,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30382,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30383,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(30384,0,0,0,0,0,1126,11686,0,0,'Flying Machine Controller Bunny','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,324,480,88,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30385,31474,0,0,0,0,27382,27383,27384,27385,'Twilight Volunteer','','',0,74,74,2,16,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,33587264,2048,0,0,0,0,0,0,285,423,48,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30386,0,0,0,0,0,26974,26975,26976,26977,'Taunka Ancestor','','',0,79,80,0,2028,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30387,0,0,0,0,0,25680,0,0,0,'Seething Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30388,0,0,0,0,0,26980,0,0,0,'Stormhoof','','',0,79,79,2,775,16777216,1,1.14286,1,1,399,559,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,56897,61668,56896,0,0,0,0,0,0,241,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30389,0,0,0,0,0,15941,0,0,0,'Crypt Reaver (1)','','',0,81,81,2,312,0,1,1.14286,1,1,464,604,0,708,13,1200,0,1,64,2048,8,0,0,0,0,0,353,512,112,6,72,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30390,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,2,1,0.952381,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30391,31461,0,0,0,0,26981,0,0,0,'Healthy Mushroom','','',0,80,80,2,14,0,1,1.14286,0.55,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_amanitar_mushrooms',12340),
|
|
(30392,0,0,0,0,0,27001,0,0,0,'Navigator Anderlain','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30393,0,0,0,0,0,27002,0,0,0,'Veranus','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'',0,4,10.8,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(30394,0,0,0,0,0,26993,26994,26995,26996,'Skybreaker Engineer','','',0,80,80,0,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30395,0,0,0,0,0,27004,0,0,0,'Chieftain Swiftspear','','',9906,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30396,0,0,0,0,0,27008,0,0,0,'Loken','','',0,81,81,2,14,0,1.6,1.85714,1,1,464,604,0,708,7.5,2000,2000,1,320,2099200,0,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,177,1,0,0,'',12340),
|
|
(30397,0,0,0,0,0,24352,0,0,0,'Commander Kolurg (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,64,30397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30398,0,0,0,0,0,24366,0,0,0,'Commander Stoutbeard (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,20,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,30398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30399,0,0,0,0,0,28977,0,0,0,'Thorim','','',9928,82,82,2,35,1,4.8,3.14286,1,3,509,683,0,805,35,2000,2000,1,320,2099200,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,239,1,0,0,'',12340),
|
|
(30400,0,0,0,0,0,27934,27935,27936,27937,'Goblin Mechanic','Demolisher Engineer','',9904,70,70,1,1735,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_demolisher_engineer',12340),
|
|
(30401,0,0,0,0,0,27007,0,0,0,'Velog Icebellow','','',9905,80,80,2,210,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30402,0,0,0,0,0,22712,17200,0,0,'Forgotten Depths Proxy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30403,0,0,0,0,0,27102,0,0,0,'Nergeld','','vehichleCursor',0,80,80,2,190,16777216,1,0.992063,1,1,359,388,0,320,4.6,2000,2000,4,33028,2048,0,0,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,56746,56748,56747,60540,0,0,0,0,0,236,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,8388624,0,'',12340),
|
|
(30404,0,0,0,0,0,27027,0,0,0,'Dr. Terrible','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,2,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30405,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30406,0,0,0,0,0,25297,0,0,0,'Bethod Feigr','','',9911,80,80,2,190,3,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30407,0,0,0,0,0,26838,26839,26840,26841,'Captured Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33408,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,64,'',12340),
|
|
(30408,0,0,0,0,0,26357,0,0,0,'Yorg Stormheart','King of the Frostborn','',0,83,83,0,35,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30409,0,0,0,29880,0,25495,0,0,0,'Apprentice Osterkilgr','','',0,80,80,2,21,0,1,1.07143,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42422,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30411,0,0,0,0,0,3597,0,0,0,'Magni Bronzebeard','Lord of Ironforge','',0,83,83,0,55,0,1,1.8,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30412,0,0,0,0,0,1126,17612,0,0,'Deep in the Bowels of The Underhalls Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30413,0,0,0,0,0,28134,0,0,0,'Channel Image Target','','',0,74,74,2,14,0,1,0.9127,1,1,328,467,0,354,7.5,2000,2000,1,33554688,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30414,31459,0,0,0,0,28007,0,0,0,'Forgotten One','','',0,75,75,2,16,0,1.6,1.42857,1,1,342,485,0,392,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,295,438,68,10,72,30414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4251,7085,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30415,0,0,0,0,0,16480,19595,0,0,'Wild Wyrm KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30416,31453,0,0,0,0,2172,0,0,0,'Bound Fire Elemental','','',0,74,74,2,91,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30417,0,0,0,0,0,27010,0,0,0,'Lok\'lira the Crone','','',0,79,79,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30418,31452,0,0,0,0,8714,0,0,0,'Bound Air Elemental','','',0,74,74,2,91,0,1,1.14286,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30419,31454,0,0,0,0,525,0,0,0,'Bound Water Elemental','','',0,74,74,2,91,0,1,1.28968,1,1,325,464,0,334,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,285,423,48,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30420,0,0,0,0,0,27013,0,0,0,'Veranus','','',0,80,80,2,14,0,3.2,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33088,2099200,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'SmartAI',0,4,2.1,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(30421,0,0,0,0,0,16480,19595,0,0,'Roaming Jormungar KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30422,0,0,0,0,0,26262,0,0,0,'Roaming Jormungar','','',0,79,80,2,1711,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,30422,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42927,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30423,0,0,0,0,0,27014,0,0,0,'Disembodied Jormungar','','',0,79,80,2,1711,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30424,0,0,0,0,0,25627,25287,0,0,'Marauding Geist (1)','','',0,80,80,2,21,0,1.2,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,100005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,42108,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(30425,0,0,0,0,0,26680,0,0,0,'Arngrim the Insatiable','','',0,79,80,2,2112,0,3.5,3,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30426,0,0,0,0,0,27015,0,0,0,'Lady Sylvanas Windrunner (Test 01)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30427,0,0,0,0,0,27016,0,0,0,'Lady Sylvanas Windrunner (Test 02)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30428,0,0,0,0,0,27017,0,0,0,'Lady Sylvanas Windrunner (Test 03)','Banshee Queen','',0,73,73,0,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30429,0,0,0,0,0,26965,0,0,0,'Runeforged Servant','Servant of Loken','',0,80,80,2,2102,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30430,0,0,0,33192,0,22003,23793,22042,27019,'Sentry Worg','','',0,77,78,2,1885,0,1.2,1,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,1,0,0,0,0,324,480,88,1,1,30430,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1376,1376,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30431,0,0,0,0,0,27020,0,0,0,'Veteran Crusader Aliocha Segard','Argent Crusade Quartermaster','',0,80,80,2,2131,128,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30432,0,0,0,0,0,27103,0,0,0,'Grimmr Hound','','',0,79,80,2,974,0,1,1.71429,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30432,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.6,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(30433,0,0,0,0,0,27021,0,0,0,'Aedan Moran','Flight Master','',0,80,80,2,2071,8192,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30434,0,0,0,0,0,27022,0,0,0,'Durik Bronzebomb','Engineering Supplies','',0,78,78,2,2071,4224,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30435,31462,0,0,0,0,26981,0,0,0,'Poisonous Mushroom','','',0,81,81,2,14,0,1,1.14286,0.55,0,464,604,0,708,1,2000,2000,1,512,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_amanitar_mushrooms',12340),
|
|
(30436,0,0,0,0,0,27023,0,0,0,'Halig Fireforge','Blacksmithing Supplies','',0,79,79,2,2071,4224,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30437,0,0,0,0,0,27024,0,0,0,'Crusader Marisse','Ammunition','',0,77,77,2,2071,384,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30438,0,0,0,0,0,27025,0,0,0,'Supply Officer Thalmers','Poisons, Reagents & Trade Supplies','',0,77,77,2,2071,3200,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30439,0,0,0,0,0,27026,0,0,0,'Sister Colleen Tulley','Food & Drink','',0,79,79,2,2071,128,1,1.14286,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30440,0,0,0,0,0,27030,0,0,0,'Vanguard Laborer','','',0,75,75,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30441,0,0,0,0,0,27031,0,0,0,'Burdened Vanguard Laborer','','',0,75,75,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30442,0,0,0,0,0,16480,19595,0,0,'Phase 1 Generic Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30443,0,0,0,0,0,25325,0,0,0,'The Lich King','','',0,83,83,2,2068,0,2.4,2.14286,1,3,509,683,0,805,35,2000,2000,1,256,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(30444,0,0,0,0,0,27341,0,0,0,'The Chieftain\'s Totem','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,56762,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30445,0,0,0,0,0,26267,27006,26282,0,'Ice Steppe Bull','','',0,78,79,2,16,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,30445,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,41340,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30446,0,0,0,0,0,27041,0,0,0,'Frostfloe Rift','','',0,80,80,2,190,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30447,0,0,0,0,0,26267,27006,26285,0,'Romping Rhino','','',0,78,79,2,634,0,1,0.992063,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,43,0,0,0,0,334,494,95,1,65537,30447,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30448,0,0,0,0,0,27265,27275,27281,27235,'Plains Mammoth','','',0,77,78,2,16,0,0.666668,0.95238,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,1,0,30448,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42104,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30449,31535,0,0,0,0,27039,0,0,0,'Vesperon','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion_vesperon',1),
|
|
(30450,0,0,0,0,0,27617,0,0,0,'Wailing Winds','','',0,79,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30451,31520,0,0,0,0,27421,0,0,0,'Shadron','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_sartharion_shadron',1),
|
|
(30452,31534,0,0,0,0,27082,0,0,0,'Tenebron','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,27,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'boss_sartharion_tenebron',1),
|
|
(30453,31001,0,0,0,0,27225,0,0,0,'Onyx Sanctum Guardian','','',0,81,81,2,103,0,1.6,1.42857,1,1,371,522,0,478,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,314,466,81,2,72,30453,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,23530,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30454,0,0,0,0,0,1126,11686,0,0,'Frostfloe Deep Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30455,0,0,0,0,0,26331,0,0,0,'Frostworg','','',0,79,80,2,2107,0,2.8,1.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,30455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30456,0,0,0,0,0,27042,0,0,0,'Oloh','','',0,79,80,2,2107,0,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,1,0,0,0,0,345,509,103,1,1,30456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30457,0,0,0,0,0,25249,0,0,0,'Azure Magus (1)','','',0,81,81,2,16,0,0.888888,1.14286,1,1,425,602,0,670,12,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,2,40,26722,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30458,0,0,0,0,0,26974,26975,26976,26977,'Disturbed Taunka Ancestor','','',0,79,80,2,634,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30459,0,0,0,0,0,25251,0,0,0,'Azure Warder (1)','','',0,81,81,2,16,0,0.888888,1.14286,1,1,425,602,0,670,12,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,2,40,26716,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30460,0,0,0,0,0,24312,24313,24314,24315,'Mage Hunter Ascendant (1)','','',0,80,80,2,16,0,1,1.42857,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26727,26727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8176,13626,'',0,3,1,5,10,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(30461,0,0,0,0,0,27002,0,0,0,'Veranus','','',0,80,80,2,14,0,3.2,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'SmartAI',0,5,10.8,50,1,1,0,0,0,0,0,0,0,155,1,0,0,'',12340),
|
|
(30462,0,0,0,0,0,28977,0,0,0,'Thorim','','',0,82,82,2,35,0,4.8,3.14286,1,3,488,642,0,782,35,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,239,1,0,0,'',12340),
|
|
(30463,0,0,0,0,0,25626,0,0,0,'Zak\'s Flying Machine','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30464,0,0,0,0,0,26325,0,0,0,'\"Honest\" Max','Slightly Used Flying Mounts','',10144,78,78,2,35,1,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30465,0,0,0,0,0,10811,0,0,0,'Dan\'s Test Void Sentry','','',0,77,77,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.043941,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30466,0,0,0,0,0,25626,0,0,0,'Weathered Flying Machine','','',0,77,77,2,35,0,10,3.57143,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30467,0,0,0,0,0,25796,0,0,0,'Lok\'lira the Crone\'s Conversation Credit','','',0,79,79,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30468,0,0,0,0,0,26388,0,0,0,'Harnessed Icemaw Matriarch','','',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,16777216,2048,0,4,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(30469,0,0,0,0,0,15577,0,0,0,'Tracker Val\'zij','','',0,80,80,2,1978,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,30469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30470,0,0,0,0,0,22720,0,0,0,'Skybreaker Cloudbuster','','',0,79,79,2,35,16777216,1,3,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,'',0,4,1,2.344,1,1,0,0,0,0,0,0,0,265,1,0,0,'npc_preparations_for_war_vehicle',12340),
|
|
(30471,0,0,0,0,0,25240,25242,0,0,'Vargul Assailant','','',0,79,80,2,2116,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30472,0,0,0,0,0,27044,0,0,0,'Olut Alegut','','',10255,80,80,2,1981,131,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30473,0,0,0,0,0,24906,0,0,0,'Mage Slayer (1)','','',0,80,80,2,16,0,0.666668,1.19048,1.25,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,3,8,26730,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30474,0,0,0,0,0,26970,0,0,0,'The North Wind','','',0,80,80,2,14,0,1,1.14286,1,1,327,362,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30475,0,0,0,29880,0,27070,0,0,0,'Thane Illskar','','',0,80,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33028,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30476,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (A)','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30477,0,0,0,0,0,23647,0,0,0,'D16 Propelled Delivery Device','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30478,0,0,0,0,0,24316,24317,24318,24319,'Mage Hunter Initiate (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26728,25430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8190,13650,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30479,0,0,0,0,0,26979,0,0,0,'Stormhoof\'s Spirit','','',0,80,80,0,775,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30480,0,0,0,0,0,26974,26975,26976,26977,'Disturbed Taunka Ancestor','','',0,79,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30481,0,0,0,0,0,27052,27053,27054,27055,'Darkmoon Fortune Teller','','',9915,60,60,0,1555,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,33536,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30482,0,0,0,0,0,26801,0,0,0,'Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30483,0,0,0,29880,0,27069,0,0,0,'Volgur','','',0,80,80,2,2116,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30484,0,0,0,29880,0,27063,0,0,0,'Brita','','',0,80,80,2,1885,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,33024,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44286,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30485,0,0,0,0,0,24320,24321,24322,24323,'Steward (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26729,26729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8188,13646,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30486,0,0,0,0,0,27067,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,14,0,2.4,2.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,7.5,10,1,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(30487,0,0,0,0,0,23647,0,0,0,'D16 Propelled Delivery Device','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30488,0,0,0,0,0,27166,0,0,0,'Travis Day','Legacy Weaponsmith','',0,81,81,0,1891,128,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33536,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30489,0,0,0,0,0,3122,0,0,0,'Morgan Day','Jewelcrafter','',0,79,79,0,1892,128,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,768,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13.8233,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30490,0,0,0,0,0,27068,0,0,0,'Rin Duoctane','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30491,0,0,0,0,0,4449,0,0,0,'Ritssyn','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.84,0.33,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30492,0,0,0,0,0,169,11686,0,0,'Loken Controller','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,30492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30493,0,0,0,0,0,5988,0,0,0,'Creteus','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30494,0,0,0,0,0,15435,0,0,0,'Safe Area (Sartharion)','','',0,83,83,2,35,0,1,0.992063,1,0,509,683,0,805,1,2000,0,1,33554432,2048,8,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30495,0,0,0,0,0,24358,0,0,0,'Horde Berserker (1)','','',0,80,80,2,16,0,1,1.14286,1.15,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30496,0,0,0,0,0,24353,0,0,0,'Alliance Berserker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,26800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8290,13816,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30497,0,0,0,0,0,24357,0,0,0,'Horde Cleric (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30498,0,0,0,0,0,24356,0,0,0,'Alliance Cleric (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8316,13860,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30499,0,0,0,0,0,27938,27939,27940,27941,'Gnomish Engineer','Demolisher Engineer','',9923,70,70,1,1732,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_demolisher_engineer',12340),
|
|
(30500,0,0,0,0,0,26883,0,0,0,'Argent Skytalon','','vehichleCursor',0,77,79,2,2070,16777216,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30501,0,0,0,0,0,27074,0,0,0,'Val\'kyr Arbiter','','',0,80,80,2,190,0,2.4,1.07143,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(30502,0,0,0,0,0,27092,0,0,0,'Iron Behemoth','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,55,1,0,64,'',12340),
|
|
(30503,0,0,0,0,0,26155,0,0,0,'Stormforged Decimator','','',0,80,80,2,1771,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30504,0,0,0,0,0,25792,0,0,0,'Stormforged Warmonger','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30505,0,0,0,0,0,26454,26455,26456,26457,'Frostborn Axemaster','','',0,79,80,2,1770,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30506,0,0,0,0,0,26466,0,0,0,'Stormcrest Eagle','','',0,79,80,2,1732,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,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,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30507,0,0,0,0,0,24758,0,0,0,'Brewfest Kodo','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(30508,0,0,0,0,0,24354,0,0,0,'Horde Ranger (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,1500,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30509,0,0,0,0,0,24355,0,0,0,'Alliance Ranger (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,26802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8322,13870,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(30510,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,20,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,104,30510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8310,13850,'',0,3,1,18,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30511,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(30512,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(30513,0,0,0,0,0,24066,0,0,0,'Grand Magus Telestra (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,10,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.66,15,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(30514,0,0,0,0,0,16480,19595,0,0,'Thorim Talk KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30515,0,0,0,0,0,11686,0,0,0,'Witness the Reckoning Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30516,0,0,0,0,0,14886,0,0,0,'Azure Enforcer (1)','','',0,80,80,2,1692,0,1,1.42857,1,1,422,586,0,642,12,2400,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,2,8,26734,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10400,11200,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30517,0,0,0,0,0,25250,0,0,0,'Azure Scale-Binder (1)','','',0,80,80,2,1692,0,0.888888,1.42857,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,2,8,26735,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30518,0,0,0,0,0,28080,0,0,0,'Azure Skyrazor (1)','','',0,80,80,2,1847,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33110,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(30519,0,0,0,0,0,14253,0,0,0,'Crazed Mana-Surge (1)','','',0,80,80,2,1692,0,1,1.42857,1,1,422,586,0,642,12,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,26737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,1,'',12340),
|
|
(30520,0,0,0,0,0,27810,0,0,0,'Crazed Mana-Wraith (1)','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.95,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30521,0,0,0,0,0,23329,0,0,0,'Crazed Mana-Wyrm (1)','','',0,80,80,2,1692,0,2,1.42857,1,1,422,586,0,642,1,2000,2000,1,33108,2048,0,0,0,0,0,0,345,509,103,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,0.102407,1,1,0,0,0,0,0,0,0,151,1,0,2,'',12340),
|
|
(30522,0,0,0,0,0,25206,0,0,0,'Chaotic Rift (1)','','',0,80,80,2,16,0,1,1.14286,1.5,1,422,586,0,642,13,2400,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.25,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30523,0,0,0,0,0,27009,0,0,0,'Thane Illskar the Damned','','',0,80,80,2,2116,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33024,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30524,0,0,0,0,0,27472,0,0,0,'Crystalline Protector (1)','','',0,80,80,2,16,0,1.6,1.42857,1,1,422,586,0,642,12,2400,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,4,264,26792,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,35490,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30525,0,0,0,0,0,27609,0,0,0,'Crystalline Tender (1)','','',0,80,80,2,16,0,1.6,1.14286,1,1,417,582,0,608,12,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,28231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8138,13562,'',0,3,1,5,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(30526,0,0,0,0,0,27469,0,0,0,'Crystalline Keeper (1)','','',0,80,80,2,16,0,1.6,1.14286,1,1,422,586,0,642,12,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,4,264,26782,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(30527,0,0,0,0,0,3019,0,0,0,'Training Dummy','','',0,83,83,0,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23809.5,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(30528,0,0,0,0,0,25570,0,0,0,'Crystalline Frayer (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30529,0,0,0,0,0,26259,0,0,0,'Anomalus (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,20,2400,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,4,104,30529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30530,0,0,0,0,0,27059,0,0,0,'Moorabi (1)','High Prophet of Mam\'toth','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,30530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9940,16566,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(30531,0,0,0,0,0,27094,0,0,0,'Elder Jarten','','',21026,80,80,2,35,3,1,0.99206,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30532,0,0,0,0,0,26298,0,0,0,'Ormorok the Tree-Shaper (1)','','',0,82,82,2,16,0,1,1.42857,1.15,1,488,642,0,782,20,2400,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,4,584,30532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30533,0,0,0,0,0,27095,0,0,0,'Elder Nurgen','','',9948,80,80,2,35,3,1,0.992063,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30534,0,0,0,0,0,27096,0,0,0,'Elder Kilias','','',9966,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30535,0,0,0,0,0,27097,0,0,0,'Elder Yurauk','','',9972,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30536,0,0,0,0,0,27098,0,0,0,'Elder Igasho','','',9937,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30537,0,0,0,0,0,27099,0,0,0,'Elder Ohanzee','','',9971,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30538,0,0,0,0,0,27100,0,0,0,'Elder Chogan\'gada','','',9959,80,80,2,35,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30539,0,0,0,0,0,23767,0,0,0,'Crystal Spike (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,33554944,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30540,0,0,0,0,0,24307,0,0,0,'Keristrasza (1)','','',0,82,82,2,16,0,1,0.992063,1,1,463,640,0,726,20,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,2,104,30540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,20,1,0,43665,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(30541,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,6,0,30541,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43169,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(30542,0,0,0,0,0,10718,0,0,0,'Rivendare\'s Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(30543,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,0,30543,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43169,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30544,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.65,1,1,0,0,0,0,0,0,0,184,1,8388624,64,'',12340),
|
|
(30545,0,0,0,0,0,26801,0,0,0,'[UNUSED] Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30546,0,0,0,0,0,26851,0,0,0,'[UNUSED] Reanimated Crusader','PH MODEL: Task 25946','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30547,0,0,0,0,0,27104,0,0,0,'Postmaster Malown','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30548,0,0,0,0,0,27106,0,0,0,'The Guardian\'s Charge','','',0,80,80,2,35,2,1,1,1,0,422,586,0,642,1,2000,2000,1,262912,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30549,30600,0,0,0,0,10729,0,0,0,'Baron Rivendare','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_four_horsemen',12340),
|
|
(30550,0,0,0,0,0,26381,0,0,0,'Image of the North Wind','','',0,80,80,0,14,0,1,0.595239,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30551,0,0,0,0,0,27109,0,0,0,'Hearthsinger Forresten','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30552,0,0,0,0,0,27110,0,0,0,'Fras Siabi','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30553,0,0,0,0,0,27111,0,0,0,'Footman James','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30554,0,0,0,0,0,27112,0,0,0,'Footman Maxwell','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30555,0,0,0,0,0,27118,0,0,0,'Carlin Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30556,0,0,0,0,0,27119,0,0,0,'Marlene Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30557,0,0,0,0,0,257,0,0,0,'Pamela Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30558,0,0,0,0,0,27120,0,0,0,'Jessica Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30559,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (A) Teleport Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30560,0,0,0,0,0,27121,0,0,0,'The RP-GG','','',0,70,70,2,2059,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,1,33280,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000557,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30561,0,0,0,0,0,27122,0,0,0,'Gryan Stoutmantle','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30562,0,0,0,0,0,27123,0,0,0,'Crusader Bridenbrad','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30563,0,0,0,0,0,20366,0,0,0,'Crate of Land Mines','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000557,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30564,0,0,0,0,0,26882,0,0,0,'Njorndar Proto-Drake','','',0,80,80,2,190,0,1,2.2,1,1,2,2,0,24,7.5,2000,2000,1,8,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,57493,0,7769,0,0,0,0,0,0,247,0,0,'',0,4,2.25,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(30565,0,0,0,0,0,27124,0,0,0,'Joseph Redpath','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30566,0,0,0,0,0,27126,27155,27127,27129,'Strand of the Ancients Emissary','','',9981,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30567,0,0,0,0,0,27130,27131,27156,27133,'Strand of the Ancients Envoy','','',9983,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30568,0,0,0,0,0,2453,0,0,0,'Phantom Boar','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30569,0,0,0,0,0,27140,0,0,0,'Rafae','Flight Master','',0,77,77,2,35,8192,1,1.14286,1,1,371,522,0,478,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30570,0,0,0,0,0,27138,0,0,0,'Emery Neill','Barkeep','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30571,0,0,0,0,0,27139,0,0,0,'Michael Belfast','Cook','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30572,0,0,0,0,0,27141,0,0,0,'Nofal','Ammunition','',0,75,75,2,1574,4480,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30573,0,0,0,0,0,23960,0,0,0,'Duke','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30574,0,0,0,0,0,23959,0,0,0,'Arion','','',0,70,70,2,35,0,1,1.28571,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30575,0,0,0,30670,0,27162,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,2069,0,2.4,2.14286,1,1,1170,3470,0,342,2,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,57477,53363,0,0,0,0,0,0,0,0,0,0,'CombatAI',1,7,10,25,1,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(30576,0,0,0,0,0,1126,15880,0,0,'Vile Like Fire! Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30577,0,0,0,0,0,22712,17200,0,0,'Vanguard Tower Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30578,0,0,0,0,0,27142,0,0,0,'Bethany Aldire','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30579,0,0,0,0,0,27143,0,0,0,'Marga Bearbrawn','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30580,0,0,0,0,0,27144,0,0,0,'Nivara Bladedancer','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30581,0,0,0,0,0,27145,0,0,0,'Buhurda','Strand of the Ancients Battlemaster','',9981,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30582,0,0,0,0,0,27146,0,0,0,'Ufuda Giant-Slayer','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30583,0,0,0,0,0,27147,0,0,0,'Sarah Forthright','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30584,0,0,0,0,0,27148,0,0,0,'Mabrian Fardawn','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30585,0,0,0,0,0,22720,0,0,0,'Hammerhead','','',0,79,79,2,35,16777216,12,3,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,'',0,4,1,2.344,1,1,0,0,0,0,0,0,0,265,1,0,0,'npc_preparations_for_war_vehicle',12340),
|
|
(30586,0,0,0,0,0,27151,0,0,0,'Jojindi','Strand of the Ancients Battlemaster','',9983,81,81,2,714,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30587,0,0,0,0,0,27150,0,0,0,'Vinvo Goldgear','Strand of the Ancients Battlemaster','',9981,81,81,2,534,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,320,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30588,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (H)','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30589,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Flight To Airship Bunny (H) Teleport Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30590,0,0,0,0,0,27149,0,0,0,'Godo Cloudcleaver','Strand of the Ancients Battlemaster','',9983,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30591,0,0,0,0,0,26218,0,0,0,'Stormforged Amplifier','','',0,79,80,2,1955,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30592,0,0,0,0,0,11686,0,0,0,'Static Field','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',11723),
|
|
(30593,0,0,0,30670,33192,26945,25729,0,0,'Forgotten Depths Slayer','','',0,80,80,2,2069,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,6,8,0,0,0,0,0,0,0,0,0,54185,0,0,0,0,0,0,0,0,0,0,0,'CombatAI',1,3,1,1,1,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(30594,0,0,0,0,0,26852,0,0,0,'[UNUSED] Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30595,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,0,1,1.28571,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30596,0,0,0,0,0,26971,0,0,0,'The Ebon Watcher','','',9999,80,80,0,2051,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30597,0,0,0,33192,0,28292,0,0,0,'Spiked Ghoul','','',0,80,80,2,974,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43259,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30598,0,0,0,0,0,4449,27204,0,0,'Spike Target','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30599,0,0,0,0,0,1126,15880,0,0,'Vile Like Fire! Fire Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30600,0,0,0,0,0,10729,0,0,0,'Baron Rivendare (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(30601,0,0,0,0,0,16153,0,0,0,'Lady Blaumeux (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(30602,0,0,0,0,0,16154,0,0,0,'Sir Zeliek (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(30603,0,0,0,0,0,16155,0,0,0,'Thane Korth\'azz (1)','','',0,83,83,2,21,0,1,1.14286,1,3,509,683,0,805,70,2000,0,1,64,2048,8,0,0,0,0,0,371,535,135,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99110,129436,'',0,3,1,170,2,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(30604,0,0,0,0,0,27157,0,0,0,'Teller Almeida','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30605,0,0,0,0,0,27158,0,0,0,'Teller Gee','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30606,0,0,0,0,0,27159,0,0,0,'Paymaster Chang','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30607,0,0,0,0,0,27160,0,0,0,'Teller Plushner','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30608,0,0,0,0,0,27161,0,0,0,'Paymaster Amadi','Banker','',0,75,75,2,2007,131072,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30609,0,0,0,0,0,27066,0,0,0,'Frost Drake','','',0,80,80,1,2102,0,10,3.57143,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,251,1,8388624,0,'',12340),
|
|
(30610,0,0,0,0,0,27163,0,0,0,'War-Hunter Molog','Arena Battlemaster','',0,71,71,0,125,1048577,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,576,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30611,0,0,0,0,0,27164,0,0,0,'Greela \"The Grunt\" Crankchain','Arena Organizer','',0,71,71,0,29,1,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,512,2048,0,0,0,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30613,0,0,0,0,0,3247,0,0,0,'Bloodsting','Molog\'s Pet','',0,71,71,0,125,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,20,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5874,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30614,0,0,0,0,0,4449,27165,0,0,'Spike Target 2','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30615,0,0,0,0,0,17035,0,0,0,'Dan\'s Test Dummy (Non Vehicle)','','vehichleCursor',0,30,30,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30616,0,0,0,0,0,0,16925,0,0,'Flame Tsunami','','',0,83,83,2,103,0,1,1,1,0,0,0,0,0,1,2000,0,1,33554434,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,20,1,1,0,0,0,0,0,0,0,0,1,0,130,'',1),
|
|
(30617,0,0,0,0,0,13170,0,0,0,'Nightmare Aberration','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,4,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30618,0,0,0,0,0,23037,23038,23039,0,'','','',0,64,67,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30619,0,0,0,0,0,23037,23038,23039,0,'Wintergrasp Peon','','',0,64,67,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30621,31476,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(30622,31477,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2400,2000,1,33024,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(30623,31478,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(30624,31479,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(30625,31480,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,73,73,2,16,0,1.6,1,1,1,316,450,0,320,7.5,2400,0,1,0,2048,8,0,0,0,0,0,278,413,58,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.402415,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(30626,0,0,0,0,0,17330,0,0,0,'Wintergrasp Peasant','','',0,1,1,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30627,0,0,0,0,0,19034,0,0,0,'Nightmare Figment','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,30627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30628,0,0,0,0,0,27167,0,0,0,'Eye of Acherus (DK)','','',0,34,34,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30629,0,0,0,0,0,12432,0,0,0,'Mortal Essence','','',0,78,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30630,0,0,0,0,0,27168,0,0,0,'Arch Druid Lilliandra','','',9991,80,80,2,2070,1,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30631,0,0,0,0,0,27189,0,0,0,'Darkrider Arly','','',9984,80,80,2,2050,2,1,2,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30632,0,0,0,29880,33192,27200,27201,27202,27203,'Mjordin Water Magus','','',0,79,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,30632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,2778,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(30633,0,0,0,0,0,26650,0,0,0,'Water Terror','','',0,77,78,2,1885,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,0,0,0,0,296,440,58,4,0,30633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30634,0,0,0,0,0,27196,27197,27198,27199,'Ruby Flower','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30639,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30640,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30641,31521,0,0,0,0,15294,0,0,0,'Twilight Fissure','','',0,1,1,0,14,0,1,1,1,0,0,0,0,0,1,5200,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,57581,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',1),
|
|
(30642,0,0,0,0,0,27205,0,0,0,'Water Terror','','',0,77,78,2,1885,0,1,1.14286,1,0,322,466,0,236,1,2000,2000,8,33587968,2048,0,0,0,0,0,0,296,440,58,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30643,31317,0,0,0,0,2172,0,0,0,'Lava Blaze','','',0,81,81,2,103,0,1,1,1,0,421,636,0,171,1.4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,2,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),
|
|
(30644,0,0,0,0,0,1126,17612,0,0,'The Art of Being a Water Terror Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30645,0,0,0,0,0,27210,0,0,0,'Water Terror','','',0,80,80,2,190,0,4,2.14286,1,0,2,2,0,24,1,2000,2000,4,32776,2048,0,0,0,0,0,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,57652,57668,57665,57643,0,0,0,0,0,250,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),
|
|
(30646,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon, Even','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30647,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57621,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30648,0,0,0,0,0,11686,0,0,0,'Fire Cyclone','','',0,83,83,0,14,0,1,1.14286,1,0,509,683,0,805,1,2000,0,1,33554434,2048,8,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30649,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Target','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30650,0,0,0,0,0,169,11686,0,0,'Shadron Portal Visual','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30651,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon, Odd','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30652,0,0,0,0,0,4589,0,0,0,'Totem of Wrath II','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57660,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30653,0,0,0,0,0,4589,0,0,0,'Totem of Wrath III','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57662,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30654,0,0,0,0,0,4589,0,0,0,'Totem of Wrath IV','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,57663,30708,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30655,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Controller 01','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30656,0,0,0,0,0,27212,0,0,0,'Rhydian','Kirin Tor','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30657,0,0,0,0,0,27213,0,0,0,'Siegemaster Fezzik','','',0,78,78,2,2070,2,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30658,0,0,0,0,0,27214,0,0,0,'Lieutenant Sinclari','','',1623,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,576,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vh_sinclari',12340),
|
|
(30659,31505,0,0,0,0,27215,27216,27217,0,'Violet Hold Guard','','',0,75,75,2,1718,0,1,1.14286,1,1,342,485,0,392,4.6,2000,0,1,64,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30660,31501,0,0,0,0,27474,0,0,0,'Portal Guardian','','',0,76,76,2,1720,0,1,1.14286,1,1,356,503,0,432,7.5,2000,0,1,0,2048,8,0,0,0,0,0,305,452,74,2,72,30660,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6644,6644,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30661,31487,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_invader',12340),
|
|
(30662,31494,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_spellbreaker',12340),
|
|
(30663,31483,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,1.5,2000,0,8,0,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_binder',12340),
|
|
(30664,31497,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_mage_slayer',12340),
|
|
(30665,31500,0,0,0,0,27792,27793,27794,27793,'Veteran Mage Hunter','','',0,75,75,2,1720,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30666,31486,0,0,0,0,14356,0,0,0,'Azure Captain','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,3,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,30666,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,6663,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_captain',12340),
|
|
(30667,31493,0,0,0,0,25250,0,0,0,'Azure Sorceror','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,4,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,30667,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6668,6668,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_sorceror',12340),
|
|
(30668,31490,0,0,0,0,27219,0,0,0,'Azure Raider','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,30668,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6648,6648,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_raider',12340),
|
|
(30669,0,0,0,0,0,22712,17200,0,0,'Vanguard Sound Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30670,0,0,0,0,0,26945,25729,0,0,'Scourge Proxy Chapter II','','',0,77,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(30671,0,0,0,0,0,27221,0,0,0,'Tol\'mar','','',9993,75,75,2,35,3,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30672,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,77,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30673,0,0,0,33192,0,26945,25729,0,0,'Forgotten Depths Slayer','','',0,77,78,2,2068,0,2,1.71429,1,0,383,539,0,500,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,321,477,68,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(30674,0,0,0,0,0,27162,0,0,0,'Frostbrood Destroyer','','',0,80,80,2,2068,0,2.4,2.14286,1,1,422,586,0,642,4.6,2000,2000,1,570721024,2048,32,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,10,25,1,1,0,0,0,0,0,0,0,192,1,0,0,'',12340),
|
|
(30675,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2131,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30676,0,0,0,0,0,27222,0,0,0,'Chronicler Bah\'Kini','','',9994,77,77,2,35,3,1,1.14286,1,0,311,450,0,214,1,2000,2000,8,32768,2048,0,0,0,0,0,0,288,428,54,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30677,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',9995,83,83,0,2073,2,1,1.28571,1,3,468,702,0,175,13.9,2000,2000,2,0,2048,0,0,0,0,0,0,375,562,140,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30678,0,0,0,0,0,27224,0,0,0,'Jonna Robertson','Directions','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30679,0,0,0,0,0,27393,0,0,0,'Teleportation Portal','','',0,75,75,2,35,0,1,0.99206,1,1,342,485,0,392,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30680,30999,0,0,0,0,27226,0,0,0,'Onyx Brood General','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30680,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30681,30998,0,0,0,0,27227,0,0,0,'Onyx Blaze Mistress','','',0,81,81,2,103,0,1.6,1.42857,1,1,352,499,0,408,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,302,449,57,2,72,30681,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,12,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30682,31000,0,0,0,0,12891,0,0,0,'Onyx Flight Captain','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30682,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22581,24534,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30683,0,0,0,0,0,26866,0,0,0,'Father Gustav','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30684,30777,0,0,0,0,169,16925,0,0,'Harpoon Loot Sparkles','','',0,76,76,2,114,0,1,0.992063,1,0,356,503,0,432,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,305,452,74,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30685,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,2,2070,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30686,0,0,0,0,0,27228,0,0,0,'Crusade Architect Silas','','',0,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30687,0,0,0,33192,0,27107,27105,0,0,'Skeletal Constructor','','',0,80,80,2,974,0,1,0.99206,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,30687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30688,31544,0,0,0,0,8311,0,0,0,'Disciple of Shadron','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30689,0,0,0,33192,0,15962,0,0,0,'Chained Abomination','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30690,0,0,0,0,0,27529,11686,0,0,'[DND] Icecrown Airship (H) - Flak Cannon, Odd','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(30691,0,0,0,0,0,18135,0,0,0,'A\'dal','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30692,0,0,0,0,0,27283,0,0,0,'M\'ori','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30693,0,0,0,0,0,27282,0,0,0,'K\'uri','','',0,83,83,2,1741,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30694,0,0,0,0,0,27231,0,0,0,'Spirit of Bridenbrad','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30695,31503,0,0,0,0,27473,0,0,0,'Portal Keeper','','',0,76,76,2,1720,0,1,1.14286,1,1,352,499,0,408,7.5,2000,0,2,0,2048,8,0,0,0,0,0,302,449,57,2,72,30695,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,6659,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(30696,0,0,0,33192,0,23890,0,0,0,'Corpulent Horror','','',0,80,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43528,43527,43529,43526,0,0,0,1,8388624,0,'',12340),
|
|
(30697,0,0,0,33192,0,24484,0,0,0,'Putrid Colossus','','',0,80,80,2,2102,0,1,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30698,0,0,0,0,0,31176,0,0,0,'Morbidus','','',0,80,80,2,14,0,1,0.99206,1,1,217,247,0,24,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,0,30698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,'SmartAI',0,3,1,16,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30699,0,0,0,0,0,27529,11686,0,0,'[DND] Icecrown Airship (H) - Flak Cannon, Even','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(30700,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon, Neutral','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30701,0,0,0,33192,0,25627,0,0,0,'Vile Creeper','','',0,79,79,2,974,0,1,0.99206,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,30701,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30702,0,0,0,0,0,26767,19725,0,0,'Flame Orb','','',0,1,1,0,14,0,2,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(30703,0,0,0,0,0,25783,25779,25907,25433,'Ebon Blade Champion','','',0,80,80,2,1770,0,1,2,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30704,0,0,0,0,0,26227,25294,25077,26225,'Argent Paladin','','',0,80,80,2,1770,0,1,1.38571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30706,0,0,0,0,0,27252,0,0,0,'Jo\'mah','Inscription Trainer','',0,35,35,0,126,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30707,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Controller 01','','',0,75,75,0,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30708,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',10107,80,80,2,2070,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30709,0,0,0,0,0,27257,0,0,0,'Poshken Hardbinder','Inscription Trainer','',0,35,35,0,68,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30710,0,0,0,0,0,27259,0,0,0,'Zantasia','Inscription Trainer','',0,35,35,0,1604,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30711,0,0,0,0,0,27260,0,0,0,'Margaux Parchley','Inscription Trainer','',0,35,35,0,68,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30712,0,0,0,0,0,1126,11686,0,0,'Bridenbrad Light Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30713,0,0,0,0,0,27261,0,0,0,'Catarina Stanford','Inscription Trainer','',0,35,35,0,12,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30714,0,0,0,0,0,27262,0,0,0,'Crusade Engineer Spitzpatrick','','',0,79,79,0,2070,2,1,1.14286,1,1,404,564,0,582,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30715,0,0,0,0,0,27263,0,0,0,'Feyden Darkin','Inscription Trainer','',0,35,35,0,80,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30716,0,0,0,0,0,27264,0,0,0,'Thoth','Inscription Trainer','',0,35,35,0,1638,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30717,0,0,0,0,0,27274,0,0,0,'Elise Brightletter','Inscription Trainer','',0,35,35,0,55,80,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,2,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30718,0,0,0,0,0,26901,26730,27202,26902,'Slumbering Mjordin','','',10008,79,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30719,0,0,0,0,0,26556,0,0,0,'Spitzpatrick\'s Bomber','','',0,80,80,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30721,0,0,0,0,0,27284,0,0,0,'Michael Schwan','Master Inscription Trainer','',0,60,60,0,1737,80,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,2,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30722,0,0,0,0,0,27285,0,0,0,'Neferatti','Master Inscription Trainer','',0,60,60,0,1729,80,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,2,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30723,0,0,0,0,0,27286,0,0,0,'Xantili','Inscription Supplies','',0,35,35,0,126,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30724,0,0,0,0,0,27289,0,0,0,'Mertle Murkpen','Inscription Supplies','',0,35,35,0,68,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30725,0,0,0,29880,33192,27288,27290,27291,27292,'Jotunheim Sleep-Watcher','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,30725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,2756,'SmartAI',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(30726,0,0,0,0,0,27287,0,0,0,'Archivist Betha','City Historian','Directions',10043,75,75,2,2007,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30727,0,0,0,0,0,27293,0,0,0,'Lelorian','Inscription Supplies','',0,35,35,0,1604,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30728,0,0,0,0,0,24993,0,0,0,'Unspiked Ghoul','','',0,80,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30729,0,0,0,0,0,27294,0,0,0,'Ickabod Pimlen','Inscription Supplies','',0,35,35,0,68,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,0,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30730,0,0,0,0,0,27295,0,0,0,'Stanly McCormick','Inscription Supplies','',0,35,35,0,12,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30731,0,0,0,0,0,27296,0,0,0,'Illianna Moonscribe','Inscription Supplies','',0,35,35,0,80,128,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30732,0,0,0,0,0,27297,0,0,0,'Sessoh','Inscription Supplies','',0,35,35,0,1638,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30733,0,0,0,0,0,27298,0,0,0,'Thargen Heavyquill','Inscription Supplies','',0,35,35,0,55,2176,1,1.14286,1,0,34,48,0,52,1,2000,2000,8,32768,2048,0,0,0,0,0,0,29,43,17,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30734,0,0,0,0,0,27299,0,0,0,'Jezebel Bican','Inscription Supplies','',0,60,60,0,1737,2176,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,32768,2048,0,0,0,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30735,0,0,0,0,0,27300,0,0,0,'Kul Inkspiller','Inscription Supplies','',0,60,60,0,1729,128,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30736,0,0,0,0,0,27302,0,0,0,'Released Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30737,0,0,0,0,0,27303,27304,27305,27306,'Nesingwary Game Warden','','',0,80,80,2,1812,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,31942,6533,23601,16100,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,32768,'',12340),
|
|
(30738,0,0,0,0,0,2676,0,0,0,'Tabard Faction Tester','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30739,0,0,0,39019,0,24073,24074,24075,24076,'Warsong Champion','','',0,76,76,2,2132,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30740,0,0,0,31086,0,25948,25949,25950,25951,'Valiance Expedition Champion','','',0,76,76,2,1891,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,16,2048,0,0,0,0,0,0,305,452,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,8473,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30741,0,0,0,0,0,169,11686,9510,0,'Shadron Portal','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30742,0,0,0,0,0,16480,19595,0,0,'First Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30743,0,0,0,0,0,2737,0,0,0,'Succubus Transform 01','','',0,20,20,0,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,0.7,0.87,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(30744,0,0,0,0,0,16480,19595,0,0,'Second Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30745,0,0,0,0,0,16480,19595,0,0,'Third Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30746,0,0,0,0,0,7971,0,0,0,'Master Summoner Zarod','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,30746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,43159,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30747,0,0,0,0,0,22281,22282,0,0,'Dragonflayer Ironhelm (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,23961,0,0,0,0,0,0,0,0,59607,59606,0,0,0,0,0,0,0,0,7732,12886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30748,0,0,0,0,0,25338,0,0,0,'Prince Keleseth (1)','The San\'layn','',0,81,81,2,1885,0,1.2,1.42857,1,1,425,602,0,670,13,2000,0,2,64,2048,8,0,0,0,0,0,351,511,86,6,72,30748,0,0,0,0,0,0,0,0,59389,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,20,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),
|
|
(30749,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (H) - Cannon Target, Shield','','',0,75,75,2,35,0,6,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30750,0,0,0,0,0,1126,17612,0,0,'Through the Eye Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30751,0,0,0,29880,0,27310,27352,27353,27354,'Kul\'galar Oracle','','',0,79,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,30751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,2778,'',0,3,1,1,1,1,0,42422,41989,0,0,0,0,0,1,0,0,'',12340),
|
|
(30752,0,0,0,0,0,27313,27314,27315,27317,'Orgrim\'s Hammer Gunner','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30753,0,0,0,0,0,27318,27319,27320,27321,'Orgrim\'s Hammer Engineer','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30754,0,0,0,0,0,27322,27325,27326,27327,'Orgrim\'s Hammer Crew','','',0,80,80,2,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30755,0,0,0,0,0,27328,27329,27333,27334,'Kor\'kron Reaver','','',0,80,80,0,35,0,1,1.42857,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(30756,0,0,0,0,0,10771,0,0,0,'Avenging Spirit (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30757,0,0,0,0,0,169,11686,0,0,'Avenging Spirit Summoner (1)','','',0,80,81,0,114,0,0.8,0.285714,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(30758,0,0,0,0,0,21319,0,0,0,'Black Dragon Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30759,0,0,0,0,0,19765,0,0,0,'Bladespire Elder (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,313,448,0,302,1,2000,2000,2,32768,2048,0,0,0,0,0,0,276,411,44,7,0,22262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,586,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30760,0,0,0,0,0,19762,0,0,0,'Bladespire Guardian (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,2000,2000,1,32768,2048,0,0,0,0,0,0,278,413,58,7,0,22261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,704,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30761,0,0,0,0,0,11544,0,0,0,'Bladespire Keg King (1)','','',0,71,73,1,1780,0,1.125,1.14286,1,0,316,450,0,320,1,1400,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,22263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,698,'',1,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30762,0,0,0,0,0,22089,22044,0,0,'Bloodthirsty Tundra Wolf (1)','','',0,80,81,2,21,0,1.2,1,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,1,0,0,0,0,353,512,112,1,1,26672,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13461,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30763,0,0,0,0,0,18288,0,0,0,'Crystalfused Miner (1)','','',0,70,70,1,90,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,0,23174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30764,0,0,0,0,0,28054,28055,0,0,'Dragonflayer Deathseeker (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,26550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9582,15970,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30765,0,0,0,0,0,28056,28057,0,0,'Dragonflayer Fanatic (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,26553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9616,16026,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30766,0,0,0,0,0,25657,25658,0,0,'Dragonflayer Seer (1)','','',0,80,81,2,1885,0,1,1.28571,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,26554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9628,16048,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30767,0,0,0,0,0,22293,22294,25393,25393,'Dragonflayer Spectator (1)','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,30767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9536,15892,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30768,0,0,0,0,0,21317,0,0,0,'Ethereal Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30769,0,0,0,0,0,21365,0,0,0,'Felguard Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30770,0,0,0,0,0,26284,0,0,0,'Ferocious Rhino (1)','','',0,82,82,2,974,0,1,0.992063,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30771,0,0,0,0,0,11686,0,0,0,'Flame Brazier (1)','','',0,80,81,2,14,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30772,0,0,0,0,0,26327,0,0,0,'Frenzied Worgen (1)','','',0,82,82,2,974,0,1,0.992063,1.15,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30773,0,0,0,0,0,18288,0,0,0,'Gan\'arg Analyzer (1)','','',0,70,70,0,90,0,1.19,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,3,0,23386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30774,0,0,0,0,0,27419,0,0,0,'Gortok Palehoof (1)','','',0,82,82,2,974,0,1,0.952381,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,0,0,0,0,0,363,521,121,7,40,30774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10052,16752,'',0,3,1,32,5,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(30775,0,0,0,0,0,27043,0,0,0,'Grauf (1)','','',0,82,82,2,21,0,1.44444,2.75,1,1,488,642,0,782,13,2000,0,1,320,2048,8,0,0,0,0,0,363,521,121,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,125,5,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(30776,0,0,0,0,0,21260,0,0,0,'Gronn Smoke Image (1)','','',0,1,1,0,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30777,0,0,0,0,0,169,16925,0,0,'Harpoon Loot Sparkles (1)','','',0,80,81,2,114,0,1,0.992063,1,0,464,604,0,708,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30778,0,0,0,0,0,26100,0,0,0,'Image of Arthas (1)','','',0,80,80,2,14,0,2,0.992063,1,1,422,586,0,642,13,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,53,1,8388624,0,'',12340),
|
|
(30779,0,0,0,0,0,15554,0,0,0,'Jormungar Worm (1)','','',0,80,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30780,0,0,0,0,0,11686,0,0,0,'King Bjorn (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30781,0,0,0,0,0,28085,0,0,0,'King Bjorn Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30782,0,0,0,0,0,11686,0,0,0,'King Haldor (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30783,0,0,0,0,0,28086,0,0,0,'King Haldor Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30784,0,0,0,0,0,11686,0,0,0,'King Ranulf (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30785,0,0,0,0,0,28087,0,0,0,'King Ranulf Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30786,0,0,0,0,0,11686,0,0,0,'King Tor (1)','','',0,80,81,2,14,0,1,1.14286,1,3,464,604,0,708,70,2000,0,1,33555200,2048,8,0,0,0,0,0,353,512,112,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30787,0,0,0,0,0,28088,0,0,0,'King Tor Visual (1)','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,70,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30788,0,0,0,0,0,28019,0,0,0,'King Ymiron (1)','','',0,82,82,2,14,0,1,1.07143,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,72,30788,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,42,1,1,0,43669,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(30789,0,0,0,0,0,10092,0,0,0,'Lakota Windsong (1)','','',0,30,30,0,104,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30790,0,0,0,0,0,24564,0,0,0,'Massive Jormungar (1)','','',0,82,82,2,974,0,1,0.992063,1,1,488,642,0,782,13,2000,0,1,33554752,2048,8,42,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30791,0,0,0,0,0,7869,0,0,0,'Mindless Servant (1)','','',0,80,81,2,21,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,30791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.375,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30792,0,0,0,0,0,21327,0,0,0,'Mingo (1)','Reagents','',0,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30793,0,0,0,0,0,18368,0,0,0,'Mo\'arg Extractor (1)','','',0,71,71,1,90,0,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30794,0,0,0,0,0,23970,0,0,0,'Oacha\'noa (1)','Goddess of the Depths','',0,83,83,2,190,0,1,1.14286,1,3,496,674,0,783,70,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,100,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(30795,0,0,0,0,0,21245,0,0,0,'Ogre Smoke Image (1)','','',0,62,63,1,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30796,0,0,0,0,0,21327,0,0,0,'Ogri\'la Keg King (1)','Drink Vendor','',0,71,73,1,1872,129,1.1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30797,0,0,0,0,0,21409,0,0,0,'Ogri\'la Merchant (1)','General Goods','',0,71,73,1,1872,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30798,0,0,0,0,0,19906,0,0,0,'Ogri\'la Peacekeeper (1)','','',0,71,73,1,1874,0,1.48,1.14286,1,1,316,450,0,320,13,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,51,1,0,32768,'',12340),
|
|
(30799,0,0,0,0,0,21407,0,0,0,'Ogri\'la Steelshaper (1)','Blacksmithing Supplies','',0,71,73,1,1872,4225,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30800,0,0,0,0,0,21374,0,0,0,'Ogri\'la Storyteller (1)','','',0,71,73,1,1872,0,1.125,1.14286,1,0,316,450,0,320,1,1500,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30801,0,0,0,0,0,21411,0,0,0,'Ogri\'la Trader (1)','Trade Goods','',0,71,73,1,1872,129,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30802,0,0,0,0,0,23992,0,0,0,'Rabid Dire Bear *Unused* (1)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30803,0,0,0,0,0,23999,0,0,0,'Ravenous Furbolg (1)','','',0,82,82,2,974,0,0.666668,0.992063,1,1,463,640,0,726,13,2000,0,2,33554752,2048,8,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(30804,0,0,0,0,0,10702,0,0,0,'Ritual Channeler (1)','','',0,81,81,2,16,0,1,1.14286,1,0,0,0,0,670,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30805,0,0,0,0,0,169,11686,0,0,'Ritual Target (1)','','',0,80,81,2,14,0,1,1.14286,1,0,425,602,0,670,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,351,511,86,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30806,0,0,0,0,0,12818,0,0,0,'Scourge Hulk (1)','','',0,81,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30807,0,0,0,0,0,27418,0,0,0,'Skadi the Ruthless (1)','','',0,82,82,2,21,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,8,30807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,5,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(30808,0,0,0,0,0,169,11686,0,0,'Spirit Fount (1)','','',0,82,82,2,14,0,1,1.14286,1,0,488,642,0,782,1,2000,0,1,0,2048,8,0,0,0,0,0,363,521,121,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,70,1,0,130,'',12340),
|
|
(30809,0,0,0,0,0,25944,0,0,0,'Svala (1)','','',0,82,82,2,21,0,0.4,1.14286,1,0,488,642,0,782,1,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,1.25,15,1,0,0,0,0,0,0,0,122,1,650854271,2097153,'',12340),
|
|
(30810,0,0,0,0,0,26096,0,0,0,'Svala Sorrowgrave (1)','','',0,82,82,2,21,0,0.4,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,6,8,30810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,32,1,1,0,0,0,0,0,0,0,122,1,650854271,2097153,'',12340),
|
|
(30811,0,0,0,0,0,21428,0,0,0,'Tork (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30812,0,0,0,0,0,21432,0,0,0,'Torki (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,200,281,0,278,1,1500,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(30813,0,0,0,0,0,21433,0,0,0,'Torkus Jr. (1)','','',0,65,65,1,1872,0,1.125,1.14286,1,0,186,260,0,262,1,1500,2000,2,0,2048,0,0,0,0,0,0,153,227,29,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1,1,1,0,0,0,0,0,0,0,153,1,0,0,'',12340),
|
|
(30814,0,0,0,0,0,20973,20908,20909,0,'Vortex Shardling (1)','','',0,70,72,1,778,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,5,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30815,0,0,0,0,0,11418,0,0,0,'Wolf Spirit Visual (Ymirjar Dusk Shaman) (1)','','',0,1,1,0,21,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30816,0,0,0,0,0,25242,0,0,0,'Ymirjar Berserker (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30817,0,0,0,0,0,25244,0,0,0,'Ymirjar Dusk Shaman (1)','','',0,80,81,2,21,0,1,1.07143,1,1,351,509,0,304,13,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,26694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30818,0,0,0,0,0,25240,0,0,0,'Ymirjar Flesh Hunter (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,41989,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30819,0,0,0,0,0,25241,0,0,0,'Ymirjar Harpooner (1)','','',0,80,81,2,21,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,30819,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(30820,0,0,0,0,0,27255,27256,0,0,'Ymirjar Necromancer (1)','','',0,80,81,2,21,0,1,1.14286,1,1,351,509,0,304,13,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,28368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9630,16050,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30821,0,0,0,0,0,25241,0,0,0,'Ymirjar Savage (1)','','',0,80,81,2,21,0,1,1.07143,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30822,0,0,0,0,0,25240,0,0,0,'Ymirjar Warrior (1)','','',0,80,81,2,21,0,1,1.21429,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,26690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,130,1,8388624,0,'',12340),
|
|
(30823,0,0,0,0,0,25243,0,0,0,'Ymirjar Witch Doctor (1)','','',0,80,81,2,21,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,0,26691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(30824,0,0,0,0,0,27336,0,0,0,'Sky-Reaver Korm Blackscar','','',10217,80,80,0,2132,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30825,0,0,0,0,0,27343,0,0,0,'Chief Engineer Copperclaw','','',10174,80,80,2,1978,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30826,0,0,0,0,0,27345,0,0,0,'Great Reaver Mulga','','',0,80,80,0,1978,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30827,0,0,0,0,0,27344,0,0,0,'Utamu','','',0,80,80,2,1978,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30828,0,0,0,0,0,25984,0,0,0,'Halls of Lightning Teleporter','','',0,77,77,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30829,0,0,0,0,0,27337,0,0,0,'Salranax the Flesh Render','','',0,79,79,2,2068,0,1,1.07143,1.2,1,240,270,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,30829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,15,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),
|
|
(30830,0,0,0,0,0,27338,0,0,0,'Underking Talonox','','',0,79,79,2,2068,0,1,1.14286,1,1,320,330,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,20,1,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),
|
|
(30831,0,0,0,0,0,27339,0,0,0,'High Priest Yath\'amon','','',0,79,79,2,2068,0,1,1,1.2,1,240,300,0,550,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,6,0,30831,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,10685,0,'',12340),
|
|
(30832,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (A) - Cannon Target, Shield','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(30833,0,0,0,0,0,27342,0,0,0,'Vindicator Maraad','','',0,80,80,0,1891,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30835,0,0,0,0,0,27347,0,0,0,'Image of a Shadow Cultist','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,770,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30836,0,0,0,0,0,27348,0,0,0,'Image of Vardmadra','','',0,80,80,2,2116,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(30837,0,0,0,0,0,11686,0,0,0,'Defense System','','',0,83,83,2,1718,0,1,1.14286,2,1,1,1,0,1,1,2000,0,1,33554438,2048,8,0,0,0,0,0,1,1,1,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(30838,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,0,2051,0,1,1.14286,1,3,340,420,0,24,35,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2401.3,1599.9,1,0,0,0,0,0,0,0,0,1,0,131072,'',12340),
|
|
(30839,0,0,0,0,0,27351,0,0,0,'Jayde','','',0,80,80,2,2051,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,20,0,'',12340),
|
|
(30840,0,0,0,0,0,27350,0,0,0,'Munch','','',0,80,80,2,2051,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30841,0,0,0,0,0,27346,0,0,0,'Death Gate (Mograine)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30842,0,0,0,0,0,25553,0,0,0,'Wandering Shadow','','',0,80,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43323,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30843,0,0,0,0,0,14593,3942,0,0,'Severed Soul','','',0,80,80,2,1975,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,30843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43323,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30844,0,0,0,0,0,27346,0,0,0,'Death Gate (Dummy)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30845,0,0,0,0,0,24466,21773,24467,24468,'Living Lasher','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,256,30845,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43324,44809,0,0,0,0,0,1,0,0,'',12340),
|
|
(30846,0,0,0,0,0,5450,0,0,0,'Glacial Spirit','','',0,80,80,2,834,0,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,4,0,30846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43322,44808,0,0,0,0,0,1,0,0,'',12340),
|
|
(30847,0,0,0,0,0,1204,0,0,0,'Raging Flame','','',0,80,80,2,91,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,30847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43314,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30848,0,0,0,0,0,8716,0,0,0,'Whispering Wind','','',0,80,80,2,834,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30849,0,0,0,0,0,21910,0,0,0,'Chilled Earth Elemental','','',0,80,80,2,14,0,1.55556,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,30849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30850,0,0,0,0,0,27346,0,0,0,'Death Gate (Munch)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30851,0,0,0,0,0,25528,0,0,0,'Melt','','',0,78,78,2,2068,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30852,0,0,0,0,0,27346,0,0,0,'Death Gate (Jayde)','','',0,80,80,2,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30853,0,0,0,0,0,22719,0,0,0,'Gnomish \'Chopper','','',0,1,1,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30855,0,0,0,0,0,12940,12942,12941,12944,'Wintergrasp Engineer','','',0,80,80,0,84,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30856,0,0,0,0,0,27358,0,0,0,'Unbound Trickster','','',0,78,79,2,16,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,30856,30856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1579,2631,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30857,0,0,0,0,0,11686,0,0,0,'Defense Dummy Target','','',0,75,75,2,35,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33555200,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,130,'',12340),
|
|
(30858,31546,0,0,0,0,12894,0,0,0,'Disciple of Vesperon','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30860,0,0,0,0,0,27572,0,0,0,'Unbound Dryad','','',0,78,79,2,16,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,7,0,30860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1589,2649,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30861,0,0,0,0,0,27478,0,0,0,'Unbound Ancient','','',0,80,80,2,16,0,1.6,1.71429,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,4,256,30861,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30862,0,0,0,0,0,10621,0,0,0,'Unbound Ent','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,4,0,30862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30863,0,0,0,0,0,27364,27360,0,0,'Shandaral Druid Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,30863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30864,0,0,0,0,0,27365,27366,0,0,'Shandaral Hunter Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,30864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30865,0,0,0,0,0,27367,27368,0,0,'Shandaral Warrior Spirit','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,30865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30866,0,0,0,0,0,27361,27362,27363,0,'Orgrim\'s Hammer Shadow-Warder','','',0,80,80,2,1978,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30867,0,0,0,0,0,24365,24552,24553,24554,'Skybreaker Shield-Mage','','',0,80,80,2,1973,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30868,0,0,0,0,0,27358,0,0,0,'Unbound Corrupter','','',0,78,79,2,16,0,1,0.99206,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,30868,30868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1584,2640,'SmartAI',0,3,1,1,1.5,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30869,0,0,0,0,0,25196,0,0,0,'Arzo Safeflight','Flight Master','',0,80,80,2,534,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30870,0,0,0,0,0,25197,0,0,0,'Herzo Safeflight','Flight Master','',0,80,80,2,714,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30871,0,0,0,0,0,27375,0,0,0,'Brigg Smallshanks','','',10009,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30872,0,0,0,0,0,27390,0,0,0,'Shadow Revenant','','',0,80,80,2,834,0,1,0.59524,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43323,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(30873,0,0,0,0,0,25680,0,0,0,'Flame Revenant','','',0,80,80,2,834,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43314,42107,0,0,0,0,0,1,0,0,'',12340),
|
|
(30874,0,0,0,0,0,11686,0,0,0,'Invulnerability Aura','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30875,0,0,0,0,0,26383,0,0,0,'Tempest Revenant','','',0,80,80,2,834,0,1,0.59524,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,4,0,30875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30876,0,0,0,0,0,27392,0,0,0,'Earthbound Revenant','','',0,80,80,2,16,0,1,1.28571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,30876,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42107,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30877,0,0,0,0,0,27391,0,0,0,'Water Revenant','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,30877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,43322,44808,42107,0,0,0,0,1,0,0,'',12340),
|
|
(30878,0,0,0,0,0,169,11686,0,0,'Vesperon Controller','','',0,1,1,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30879,0,0,0,0,0,28107,0,0,0,'Planar Anomaly','','',0,80,80,2,14,0,2.75,2.75,1,0,422,586,0,642,1,2000,0,1,33685504,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(30880,0,0,0,0,0,1126,17612,0,0,'Find the Ancient Hero Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30881,0,0,0,0,0,24531,0,0,0,'Servant of Hodir','','',0,60,76,2,2107,0,2.8,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(30882,31539,0,0,0,0,28014,0,0,0,'Twilight Egg','','',0,80,80,2,103,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_twilight_summon',1),
|
|
(30883,0,0,0,0,0,11686,0,0,0,'Dalaran Prison Event Controller','','',0,70,70,1,1683,0,1,1.14286,1,1,234,331,0,286,7.5,2000,2000,2,33554688,2048,0,0,0,0,0,0,198,295,33,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30884,0,0,0,0,0,27397,0,0,0,'Iskalder','The Ancient Hero','',0,80,80,2,14,0,1,1.14286,1,1,300,350,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30885,0,0,0,0,0,27398,0,0,0,'Blazik Fireclaw','Water Vendor','',0,75,75,1,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30886,0,0,0,0,0,27397,0,0,0,'Subjugated Iskalder','The Ancient Hero','',0,80,80,2,190,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30887,0,0,0,0,0,19725,27204,0,0,'Scourge Package','','',0,79,79,2,974,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30888,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Hostile Low Damage','QA Punching Bag','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(30889,0,0,0,0,0,1126,11686,0,0,'Data Scan Target Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30890,31540,0,0,0,0,19295,0,0,0,'Twilight Whelp','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,2,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'npc_twilight_summon',1),
|
|
(30891,0,0,0,0,0,27399,0,0,0,'Blessed Banner of the Crusade','','',0,80,80,2,2140,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_blessed_banner',12340),
|
|
(30892,31502,0,0,0,0,27474,0,0,0,'Portal Guardian','','',0,76,76,2,1720,0,1,1.14286,1,1,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,2,72,30892,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30893,31504,0,0,0,0,27473,0,0,0,'Portal Keeper','','',0,76,76,2,1720,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,2,72,30893,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30894,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,21,0,2,1.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30894,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(30895,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58282,58203,57882,58283,0,0,0,0,0,257,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(30896,0,0,0,0,0,11686,0,0,0,'Prison Door Seal','','',0,75,75,2,35,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33555200,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,5,1,1,1,1,0,0,0,0,0,0,0,164,1,0,130,'',12340),
|
|
(30897,0,0,0,0,0,11686,0,0,0,'Marnak','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30898,0,0,0,0,0,11686,0,0,0,'Kaddrak','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30899,0,0,0,0,0,11686,0,0,0,'Abedneum','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,33554436,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30900,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,75,78,2,2070,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30901,0,0,0,0,0,25195,0,0,0,'Azure Inquisitor (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,8,27633,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30902,0,0,0,0,0,26088,0,0,0,'Azure Ley-Whelp (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,32768,2048,8,0,0,0,0,0,353,512,112,2,8,27636,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30903,0,0,0,0,0,28080,0,0,0,'Azure Ring Guardian (1)','','',0,80,81,2,16,0,2,3,1,1,425,602,0,670,13,2000,0,2,32768,2048,8,0,0,0,0,0,351,511,86,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10.5885,10,1,0,0,0,0,0,0,0,220,1,0,0,'',1),
|
|
(30904,0,0,0,0,0,25250,0,0,0,'Azure Spellbinder (1)','','',0,80,81,2,16,0,1,1.14286,1.08,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,8,27635,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30905,0,0,0,0,0,24943,0,0,0,'Centrifuge Construct (1)','','',0,80,81,2,16,0,1,1.14286,1.24,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,9,32776,27641,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,80,1,0,0,'',1),
|
|
(30906,0,0,0,0,0,25146,0,0,0,'Phantasmal Air (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,4,8,27650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30907,0,0,0,0,0,25147,0,0,0,'Phantasmal Cloudscraper (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,1,8,27645,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30908,0,0,0,0,0,25148,0,0,0,'Phantasmal Fire (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,4,8,27651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30909,0,0,0,0,0,25145,0,0,0,'Phantasmal Mammoth (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,1,8,27642,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30910,0,0,0,0,0,25149,0,0,0,'Phantasmal Murloc (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,8,27649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30911,0,0,0,0,0,25150,0,0,0,'Phantasmal Naga (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,8,27648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30912,0,0,0,0,0,25151,0,0,0,'Phantasmal Ogre (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30913,0,0,0,0,0,25152,0,0,0,'Phantasmal Water (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,4,8,27653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30914,0,0,0,0,0,25153,0,0,0,'Phantasmal Wolf (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,1,8,27644,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30915,0,0,0,0,0,25302,25304,25303,0,'Ring-Lord Conjurer (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27640,27640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10032,16720,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30916,0,0,0,0,0,25305,25307,25306,0,'Ring-Lord Sorceress (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,8,27639,27639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10060,16766,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30917,0,0,0,0,0,25347,0,0,0,'Snowflake (1)','','',0,80,81,2,16,0,1,0.992063,1,0,425,602,0,670,1,2000,2000,2,32768,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.375,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30918,31484,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,1.5,2000,0,8,0,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_binder',12340),
|
|
(30919,0,0,0,0,0,26842,26843,26844,26845,'Argent Battle-priest','','',0,79,80,2,2131,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30920,0,0,0,33192,0,7858,0,0,0,'Lumbering Atrocity','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30921,0,0,0,33192,0,11404,0,0,0,'Skeletal Runesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30921,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43291,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30922,0,0,0,33192,0,25241,0,0,0,'Umbral Brute','','',0,80,80,2,1965,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30922,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30924,0,0,0,0,0,27397,0,0,0,'Possessed Iskalder','The Ancient Hero','',0,80,80,2,2116,0,1,1.14286,1,1,422,586,0,642,2,2000,2000,1,33088,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30925,0,0,0,0,0,27046,27085,0,0,'Drakkari Battle Rider (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,2056,29836,29836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9974,16622,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30926,0,0,0,0,0,26590,0,0,0,'Drakkari Earthshaker (1)','','',0,80,81,2,1692,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10024,16708,'',0,3,1,8.125,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30927,0,0,0,0,0,27047,27086,0,0,'Drakkari Fire Weaver (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29822,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9976,16626,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30928,0,0,0,0,0,17170,0,0,0,'Drakkari Frenzy (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,1,8,29834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1.25,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(30929,0,0,0,0,0,27048,27087,0,0,'Drakkari God Hunter (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29820,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9952,16588,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30930,0,0,0,0,0,26592,0,0,0,'Drakkari Golem (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,9,584,29832,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30931,0,0,0,0,0,27049,27088,27089,0,'Drakkari Inciter (1)','','',0,80,81,2,2120,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,7,8,29874,29874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10030,16716,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30932,0,0,0,0,0,27050,0,0,0,'Drakkari Lancer (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29819,29822,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10006,16678,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30933,0,0,0,0,0,27051,27090,0,0,'Drakkari Medicine Man (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,29826,29820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9964,16608,'',0,3,1,5,8.125,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30934,0,0,0,0,0,27049,0,0,0,'Drakkari Raider (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30935,0,0,0,0,0,26265,0,0,0,'Drakkari Rhino (1)','','',0,81,81,2,16,16777216,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29838,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30936,0,0,0,0,0,26265,0,0,0,'Drakkari Rhino (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29931,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30937,0,0,0,0,0,6303,1987,2955,2954,'Fanged Pit Viper (1)','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30938,0,0,0,0,0,27029,0,0,0,'Living Mojo (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,8,29830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30939,0,0,0,0,0,23320,0,0,0,'Ruins Dweller (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,29920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9950,16582,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30940,0,0,0,0,0,26420,0,0,0,'Slad\'ran Viper (1)','','',0,81,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30941,0,0,0,0,0,14557,0,0,0,'Spitting Cobra (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29774,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30942,0,0,0,0,0,4305,0,0,0,'Unyielding Constrictor (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,29768,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30943,0,0,0,0,0,26756,0,0,0,'Slad\'ran Constrictor (1)','','',0,81,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30944,0,0,0,0,0,27402,0,0,0,'Vereth the Cunning','','',10112,80,80,2,2050,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30945,0,0,0,0,0,27403,0,0,0,'Vardmadra','','',0,80,80,0,2116,0,2.4,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,3,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(30946,0,0,0,0,0,27404,0,0,0,'Keritose Bloodblade','','',10110,80,80,2,2050,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30947,0,0,0,0,0,27405,0,0,0,'Eidolon Watcher','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(30948,0,0,0,0,0,27396,0,0,0,'Tenebron Egg (Twilight)','','',0,80,80,2,103,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30949,0,0,0,33192,31555,9789,0,0,0,'Risen Laborer','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30949,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(30950,0,0,0,0,0,16480,19595,0,0,'Fourth Summoning Altar','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30951,0,0,0,33192,31555,24994,0,0,0,'Restless Lookout','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30952,0,0,0,33192,31555,24908,0,0,0,'Hungering Plaguehound','','',0,80,80,2,21,0,0.666668,1.19048,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30952,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30953,0,0,0,0,0,27409,0,0,0,'Baelok','Rider of Blood','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41989,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30954,0,0,0,0,0,27410,0,0,0,'Rokir','Rider of the Unholy','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30955,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30956,0,0,0,0,0,27411,0,0,0,'Sapph','Rider of Frost','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30957,0,0,0,0,0,27412,27417,27414,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30958,0,0,0,0,0,27415,27416,27413,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,30958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30959,0,0,0,0,0,21955,11686,0,0,'Lady Nightswood\'s Moveto Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30960,0,0,0,0,0,27573,27550,0,0,'Risen Soldier','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(30961,31488,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,1,1.14286,1,1,342,485,0,392,1.5,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_invader',12340),
|
|
(30962,31495,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,1720,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_spellbreaker',12340),
|
|
(30963,31498,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,1,1.14286,1,1,339,481,0,370,1.5,2000,0,2,0,2048,8,0,0,0,0,0,293,436,53,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_mage_slayer',12340),
|
|
(30964,0,0,0,0,0,25654,0,0,0,'Blistering Steamrager (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,4,8,28583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30965,0,0,0,0,0,5494,0,0,0,'Cyclone (1)','','',0,80,81,2,16,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.625,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30966,0,0,0,0,0,25982,0,0,0,'Hardened Steel Berserker (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,28579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10166,16942,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30967,0,0,0,0,0,25984,0,0,0,'Hardened Steel Reaver (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10090,16818,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30968,0,0,0,0,0,25985,0,0,0,'Hardened Steel Skycaller (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10120,16866,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30969,0,0,0,0,0,25629,0,0,0,'Molten Golem (1)','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,6,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.37302,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),
|
|
(30970,0,0,0,0,0,2170,0,0,0,'Slag (1)','','',0,80,81,2,16,0,1,1,1,0,422,586,0,642,1,2000,0,1,32768,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.625,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30971,0,0,0,0,0,26143,0,0,0,'Stormforged Construct (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,64,2048,0,0,0,0,0,0,351,511,86,9,32768,28835,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,3,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30972,0,0,0,0,0,27092,0,0,0,'Stormforged Giant (1)','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,28920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30973,0,0,0,0,0,26065,0,0,0,'Stormforged Lieutenant (1)','','',0,81,81,2,16,0,1,1,1.3,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,48,1,0,0,'',1),
|
|
(30974,0,0,0,0,0,25754,0,0,0,'Stormforged Mender (1)','','',0,80,81,2,16,0,1,1,1.3,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,28582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10112,16852,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30975,0,0,0,0,0,25756,0,0,0,'Stormforged Runeshaper (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,28836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10136,16892,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30976,0,0,0,0,0,25757,0,0,0,'Stormforged Sentinel (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,28837,28837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10126,16876,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30977,0,0,0,0,0,25759,0,0,0,'Stormforged Tactician (1)','','',0,80,81,2,16,0,1,1,1,1,425,602,0,670,10,2000,0,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,28581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10066,16778,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30978,0,0,0,0,0,26381,0,0,0,'Stormfury Revenant (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,10,2000,0,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,28826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42107,0,0,0,0,0,155,1,0,0,'',1),
|
|
(30979,0,0,0,0,0,8715,0,0,0,'Storming Vortex (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,2000,0,2,64,2048,0,0,0,0,0,0,341,506,80,4,0,28547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,155,1,0,0,'',1),
|
|
(30980,0,0,0,0,0,25984,0,0,0,'Titanium Siegebreaker (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,353,512,112,7,8,28961,28961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10152,16920,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',1),
|
|
(30981,0,0,0,28838,0,26053,0,0,0,'Titanium Vanguard (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,10,2000,0,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,28838,28838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10108,16848,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30982,0,0,0,0,0,25985,0,0,0,'Titanium Thunderer (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,6,2000,0,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,28965,28965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10078,16796,'',0,3,1,6,5,1,0,0,0,0,0,0,0,144,1,0,0,'',1),
|
|
(30983,0,0,0,0,0,24905,0,0,0,'Unbound Firestorm (1)','','',0,80,81,2,16,0,1,1,1,1,417,582,0,608,10,1750,0,2,32832,2048,0,0,0,0,0,0,341,506,80,4,8,28584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30984,0,0,0,0,0,14708,24999,10626,26329,'Scourge Drudge','','',0,77,78,2,2068,0,0.777776,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30985,0,0,0,0,0,27576,27573,0,0,'Summoned Soldier','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(30986,0,0,0,0,0,27423,0,0,0,'Reanimated Captain','','',0,78,79,2,2068,0,1,1.14286,1,1,399,559,0,550,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30987,0,0,0,0,0,23137,0,0,0,'Hideous Plaguebringer','','',0,80,80,2,2068,0,1,1.28968,1,1,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30988,0,0,0,33192,0,26255,0,0,0,'Scourgebeak Fleshripper','','',0,80,80,2,974,0,2,2.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,30988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,201,1,8388624,0,'',12340),
|
|
(30989,0,0,0,0,0,27427,0,0,0,'Halof the Deathbringer','','',0,80,80,2,2068,0,2.4,2,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,185,1,8388624,0,'',12340),
|
|
(30990,0,0,0,0,0,1126,11686,0,0,'Metal Post Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30991,0,0,0,0,0,26089,0,0,0,'Greater Ley-Whelp (1)','','',0,80,80,2,16,0,1.11111,1.14286,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.96825,5,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(30992,0,0,0,0,0,16063,0,0,0,'Doctor Sabnok','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30993,0,0,0,0,0,27426,0,0,0,'\"Patches\"','','',0,80,80,2,190,0,0.8,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(30994,0,0,0,0,0,27425,0,0,0,'Magistrate Barthilas','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30995,0,0,0,0,0,16480,19595,0,0,'Patches Chain Target','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(30996,0,0,0,0,0,16480,19595,0,0,'CoT Stratholme - Crates KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(30997,0,0,0,0,0,27568,0,0,0,'Chromie','','',10042,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,8,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(30998,0,0,0,0,0,27227,0,0,0,'Onyx Blaze Mistress (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,12,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(30999,0,0,0,0,0,27226,0,0,0,'Onyx Brood General (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31000,0,0,0,0,0,12891,0,0,0,'Onyx Flight Captain (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22581,24534,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31001,0,0,0,0,0,27225,0,0,0,'Onyx Sanctum Guardian (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,2,72,30998,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21855,23530,'',0,3,1,60,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31003,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2131,0,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31004,0,0,0,0,0,19725,20559,0,0,'(Wave 0) Torch Dummy','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31005,0,0,0,0,0,11686,0,0,0,'Player Mirror Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31006,0,0,0,0,0,16480,19595,0,0,'CoT Stratholme - Mal\'Ganis KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31007,31485,0,0,0,0,25247,0,0,0,'Azure Binder','','',0,75,75,2,1720,0,0.888888,1.14286,1,1,289,421,0,175,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31008,31489,0,0,0,0,25226,0,0,0,'Azure Invader','','',0,75,75,2,1720,0,0.888888,0.99206,1,1,342,485,0,392,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31009,31496,0,0,0,0,25250,0,0,0,'Azure Spellbreaker','','',0,75,75,2,1720,0,0.888888,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31010,31499,0,0,0,0,24910,0,0,0,'Azure Mage Slayer','','',0,75,75,2,1720,0,0.666668,1.19048,1,1,342,485,0,392,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31011,0,0,0,0,0,27393,0,0,0,'Teleportation Portal (Intro)','','',0,75,75,2,35,0,1,1.14286,1,1,1,1,0,1,1,2000,0,1,33555200,34816,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_vh_teleportation_portal',12340),
|
|
(31012,0,0,0,33192,0,26804,0,0,0,'Iceskin Sentry','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,262208,'',12340),
|
|
(31013,0,0,0,0,0,19725,20559,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31014,0,0,0,0,0,25325,0,0,0,'[UNUSED] The Lich King','','',0,83,83,2,2068,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(31015,0,0,0,33192,0,24994,24995,0,0,'Intrepid Ghoul','','',0,80,80,2,2102,0,0.8,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31016,0,0,0,0,0,27431,0,0,0,'Overthane Balargarde','Master of Jotunheim','',0,80,80,2,91,0,1,1.42857,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31017,0,0,0,0,0,27428,0,0,0,'Mal Corricks','Barkeep','',0,70,70,2,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31018,0,0,0,0,0,27430,0,0,0,'Edward Orrick','Cook','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31019,0,0,0,0,0,27432,0,0,0,'Stephanie Sindree','Fruit and Fish Vendor','',0,70,70,2,35,640,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31020,0,0,0,0,0,27434,0,0,0,'Olivia Zenith','Tailor','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31021,0,0,0,0,0,27435,0,0,0,'Sophie Aaren','Florist','',0,70,70,2,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31022,0,0,0,0,0,27436,0,0,0,'George Goodman','General Goods','',0,70,70,2,35,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31023,0,0,0,0,0,27437,0,0,0,'Brandon Eiredeck','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31024,0,0,0,0,0,27438,0,0,0,'Brock Thriss','Blacksmith','',0,70,70,2,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31025,0,0,0,0,0,27439,0,0,0,'Robert Pierce','Ammunition','',0,70,70,2,35,384,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31026,0,0,0,0,0,27440,0,0,0,'Anna Moony','Waitress','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31027,0,0,0,0,0,27441,0,0,0,'Leeka Turner','Shields and Maces','',0,70,70,2,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31028,0,0,0,0,0,27442,0,0,0,'Patricia O\'Reilly','Magistrate Assistant','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31029,0,0,0,0,0,27403,0,0,0,'Possessed Vardmadra','','',0,80,80,2,2050,0,2.4,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,3,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(31030,0,0,0,0,0,27444,27445,27446,27447,'Balargarde Elite','','',0,80,80,2,1885,0,1,3.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31031,0,0,0,0,0,27448,0,0,0,'Misensi','Cooking Supplies','',0,75,75,0,2123,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31032,0,0,0,0,0,27449,0,0,0,'Derek Odds','Cooking Supplies','',0,75,75,0,2027,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31033,0,0,0,0,0,26842,26843,26844,26845,'Crusader of Virtue','','',0,80,80,2,2131,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31036,0,0,0,0,0,13662,0,0,0,'Commander Zanneth','','',10256,80,80,2,1891,3,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31037,0,0,0,33192,0,26852,0,0,0,'Forgotten Depths High Priest','','',0,77,78,2,2068,0,1,1,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31037,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31038,0,0,0,33192,0,26945,25729,0,0,'Forgotten Depths Slayer','','',0,78,78,2,2068,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(31039,0,0,0,33192,0,23883,0,0,0,'Forgotten Depths Underking','','',0,78,78,2,2068,0,2,2,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,6,0,31039,0,70203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(31040,0,0,0,0,0,26801,0,0,0,'Wrathstrike Gargoyle','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31041,0,0,0,0,0,9590,27451,0,0,'Dispirited Ent','','',0,76,77,2,634,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,32768,2048,0,0,0,0,0,0,311,463,62,4,0,31041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31042,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31042,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31043,0,0,0,33192,0,26851,27552,27553,0,'Reanimated Crusader','','',0,77,78,2,2068,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,6,0,31043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31044,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',10023,83,83,2,2073,2,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,32832,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31045,0,0,0,0,0,2325,0,0,0,'Mirador','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31046,0,0,0,0,0,14546,0,0,0,'Pack Mule (Chapter IV)','','',0,80,80,2,2070,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31047,0,0,0,0,0,1126,11686,0,0,'ELM General Purpose Bunny Gigantic','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31048,0,0,0,0,0,11401,0,0,0,'Burning Skeleton','','',0,79,80,2,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31049,0,0,0,0,0,1126,11686,0,0,'Geist Return Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31050,0,0,0,0,0,27454,0,0,0,'Safirdrang','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(31051,0,0,0,0,0,18052,0,0,0,'Sorceress Kaylana','Enchantress','',10188,80,80,2,1891,131,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31052,0,0,0,0,0,13455,0,0,0,'Bowyer Randolph','','',0,80,80,0,1891,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31053,0,0,0,0,0,13464,0,0,0,'Primalist Mulfort','','',0,80,80,0,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31054,0,0,0,0,0,20270,0,0,0,'Anchorite Tessa','','',0,80,80,2,1891,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31055,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (2)','Frostwolf Captain','',0,81,81,0,1214,0,1.8,1.14286,1,3,464,604,0,708,35,2000,2000,1,4160,2048,0,0,0,0,0,0,353,512,112,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(31056,0,0,0,0,0,26882,0,0,0,'Balargarde Elite Proto-Drake','','vehichleCursor',0,80,80,2,190,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(31057,0,0,0,0,0,14379,0,0,0,'Mechanical Greeter RY7R','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31058,0,0,0,0,0,27228,0,0,0,'Crusade Architect Silas (Chapter IV)','','',0,80,80,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31059,0,0,0,0,0,26862,0,0,0,'Crusade Commander Entari','','',0,80,80,2,2070,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31060,0,0,0,0,0,24949,0,0,0,'Russell Bernau Test NPC','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.67001,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),
|
|
(31061,0,0,0,0,0,27262,0,0,0,'Crusade Engineer Spitzpatrick (Chapter IV)','','',0,79,79,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31062,0,0,0,0,0,27213,0,0,0,'Siegemaster Fezzik (Chapter IV)','','',0,78,78,2,2070,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31063,0,0,0,0,0,26864,0,0,0,'Crusader Lord Dalfors','','',0,80,80,2,2070,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31064,0,0,0,0,0,1126,11686,0,0,'Malykriss Icy Lookout Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31065,0,0,0,0,0,1126,11686,0,0,'Malykriss Altar of Sacrifice Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31066,0,0,0,0,0,1126,11686,0,0,'Malykriss Runeworks Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31067,0,0,0,0,0,26865,0,0,0,'Crusader Sunborn','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31068,0,0,0,0,0,1126,11686,0,0,'Malykriss Blood Forge Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31069,0,0,0,0,0,26867,0,0,0,'Penumbrius','Flight Master','',0,80,80,2,2070,8194,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31070,0,0,0,0,0,26883,0,0,0,'Argent Skytalon','','vehichleCursor',0,77,79,2,2070,0,1.44444,1.5873,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31071,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Fire','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31072,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Water','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31073,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Shadow','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31074,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Life','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31075,0,0,0,0,0,27462,0,0,0,'Scourge Bomb','','',0,80,80,2,35,0,2,0.71429,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),
|
|
(31076,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Nax 10 Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31077,0,0,0,0,0,1126,11686,0,0,'Safirdrang\'s Chill Target','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31078,0,0,0,0,0,26804,0,0,0,'Dreadwind','Flight Master','',6944,75,75,2,2050,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31079,31492,0,0,0,0,25250,0,0,0,'Azure Saboteur','','',0,75,75,2,1720,0,1,1.14286,1,1,289,421,0,175,7.5,2000,0,8,131586,2048,8,0,0,0,0,0,271,403,45,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_azure_saboteur',12340),
|
|
(31080,0,0,0,0,0,27465,0,0,0,'Warden Alturas','','',0,80,80,2,35,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31081,0,0,0,0,0,27587,0,0,0,'Officer Van Rossem','','',10025,80,80,0,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31082,0,0,0,0,0,25496,0,0,0,'Scourge Commander Thalanor','','',0,80,80,2,2082,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31083,0,0,0,0,0,27481,0,0,0,'The Lich King','','',0,83,83,2,2068,0,2.4,2.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(31084,0,0,0,0,0,27466,0,0,0,'Highlord Darion Mograine','','',10027,83,83,2,2051,51,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,6,0,365,529,98,6,2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31085,0,0,0,0,0,27585,0,0,0,'Sky-Reaver Klum','','',10026,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31086,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Alliance','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31087,0,0,0,0,0,21930,0,0,0,'Lady Nightswood','','',0,80,80,2,2050,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31088,0,0,0,0,0,27467,0,0,0,'Koltira Deathweaver','','',0,60,60,1,2051,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31089,0,0,0,0,0,27468,0,0,0,'Thassarian','','',0,60,60,1,2051,0,1,1.14286,1,1,104,138,0,252,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,72,106,26,6,6152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31090,0,0,0,0,0,25627,24579,25170,0,'Cowardly Acherus Geist','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31091,0,0,0,0,0,13462,0,0,0,'Commander Dardosh','','',10229,80,80,2,2132,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31092,0,0,0,0,0,16480,19595,0,0,'Scourge Egg KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31093,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Vehicle','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31094,0,0,0,0,0,25998,25999,26000,26001,'Knight of the Ebon Blade','','',0,58,58,1,2051,0,1,1.14286,1,1,93,123,0,228,2.4,2000,2000,2,537166592,2048,0,0,0,0,0,0,64,94,23,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31095,0,0,0,31100,0,26762,0,0,0,'Val\'kyr Battle-maiden','','',0,59,59,1,1630,0,1,1.14286,1,1,102,135,0,248,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,70,103,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31096,0,0,0,31100,0,25351,25352,0,0,'Scourge Necromancer','','',0,60,60,1,1630,0,1,1.14286,1,1,146,192,0,238,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,101,167,24,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31097,0,0,0,0,0,25526,24998,24997,0,'Frightened Ghoul','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31098,0,0,0,31100,0,24812,25201,24833,25281,'Terrifying Abomination','','',0,58,58,1,1630,0,1,1.14286,1,1,100,132,0,242,2.4,2000,2000,1,32768,2048,0,0,0,0,0,0,69,101,25,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31099,0,0,0,31100,0,16174,0,0,0,'Patchwerk','','',0,63,63,1,1630,0,1,1.14286,1,3,181,253,0,268,10.5,750,2000,1,0,2048,0,0,0,0,0,0,147,219,32,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(31100,0,0,0,0,0,25627,24579,25170,0,'Acherus Scourge Proxy','','',0,50,54,2,2050,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31101,0,0,0,0,0,4577,0,0,0,'Hoodoo Master Fu\'jin','Master Hexxer','',10188,80,80,2,2132,131,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31102,0,0,0,0,0,18219,0,0,0,'Vieron Blazefeather','','',0,80,80,2,2132,2,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31103,0,0,0,0,0,27396,0,0,0,'Twilight Egg (Cosmetic)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33816582,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31104,31449,0,0,0,0,27324,0,0,0,'Ahn\'kahar Watcher','','',0,79,79,2,16,0,1,0.992063,1,1,404,564,0,582,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,334,494,95,6,8,31104,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31105,0,0,0,0,0,16480,19595,0,0,'Ahn\'kahet Brazier KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31106,0,0,0,0,0,13468,0,0,0,'Siegesmith Stronghoof','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31107,0,0,0,0,0,16215,0,0,0,'Lieutenant Murp','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_wg_quest_giver',12340),
|
|
(31108,0,0,0,0,0,13461,0,0,0,'Siege Master Stouthandle','','',0,80,80,2,1892,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31109,0,0,0,0,0,17384,0,0,0,'Senior Demolitionist Legoso','','',10208,80,80,2,1891,3,1,1.14286,1,1,417,582,0,608,4.6,1500,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31110,0,0,0,0,0,27405,0,0,0,'Eidolon Watcher','','',0,80,80,2,21,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,32776,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58541,58544,58543,58562,58563,58658,0,0,0,259,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31111,0,0,0,0,0,27475,0,0,0,'Night Elf Mohawk','','',21289,80,80,0,35,1,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31115,0,0,0,0,0,27476,0,0,0,'Quartermaster Vaskess','Supplies','',10029,80,80,2,2071,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(31116,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Nax 25 Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31117,0,0,0,0,0,1126,11686,0,0,'Safirdrang\'s Controller Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31118,31491,0,0,0,0,11686,0,0,0,'Azure Raider','','',0,75,75,2,35,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,295,438,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31119,0,0,0,0,0,27477,0,0,0,'Bloody Meat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31120,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem VIII','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58583,58589,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31121,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58584,58590,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31122,0,0,0,0,0,4588,0,0,0,'Stoneclaw Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58585,58591,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31123,0,0,0,0,0,27482,0,0,0,'Shandaral Spirit Wolf','','',0,78,79,2,16,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,31123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31124,0,0,0,0,0,27507,0,0,0,'Brutal Nether Drake','','',0,10,10,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31125,31722,0,0,0,0,26967,0,0,0,'Archavon the Stone Watcher','','',0,83,83,2,16,0,2,2,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,31125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,'',0,3,1,165,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_archavon',12340),
|
|
(31126,0,0,0,0,0,25168,25169,0,0,'Agitated Stratholme Citizen','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_stratholme_citizien',12340),
|
|
(31127,0,0,0,0,0,25313,25314,0,0,'Agitated Stratholme Resident','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_cos_stratholme_citizien',12340),
|
|
(31128,0,0,0,0,0,26452,0,0,0,'Chilly','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),
|
|
(31129,0,0,0,0,0,4588,0,0,0,'Strength of Earth Totem VIII','','',0,80,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58646,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31130,0,0,0,0,0,25077,10213,25024,25687,'Festering Corpse','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,536871424,2048,32,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31131,0,0,0,0,0,22506,0,0,0,'Containment Crystal','','',0,80,80,2,35,0,1,1,1,0,346,499,0,287,1,2000,2000,8,4,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31132,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58651,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31133,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58655,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31134,31506,0,0,0,0,27508,0,0,0,'Cyanigosa','','',0,77,77,2,16,0,1,1.14286,1,1,450,550,0,452,10,2000,0,2,514,2048,8,0,0,0,0,0,311,463,62,2,72,31134,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6691,6691,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_cyanigosa',12340),
|
|
(31135,0,0,0,0,0,27074,0,0,0,'Geirrvif','','',10034,80,80,2,190,2,2.4,1.07143,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,6,1,1,1,0,0,0,0,0,0,0,54,1,8388624,0,'npc_battle_at_valhalas',12340),
|
|
(31136,0,0,0,0,0,27509,0,0,0,'High Warlord Uro','','',10147,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31137,0,0,0,0,0,27065,0,0,0,'Frostbrood Skytalon','','',0,80,80,2,974,16777216,2.5,1.5873,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,'AgressorAI',0,7,3,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31138,31550,0,0,0,0,169,11686,0,0,'Tenebron Egg Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31139,0,0,0,33192,0,27807,0,0,0,'Pustulent Horror','','',0,81,82,2,21,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,31139,27533,0,0,0,0,0,0,0,63546,0,0,0,0,0,0,0,0,263,0,0,'SmartAI',0,3,1,5,1,1,0,43997,44009,42108,0,0,0,170,1,8388624,0,'',12340),
|
|
(31140,0,0,0,33192,0,15958,12818,15962,14701,'Hulking Abomination','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43966,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31141,0,0,0,0,0,14697,16175,22337,25926,'Decaying Wight','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31142,0,0,0,33192,0,25526,24999,25527,25528,'Icy Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31143,0,0,0,0,0,3019,0,0,0,'Reinforced Training Dummy','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02381,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(31144,0,0,0,0,0,16074,0,0,0,'Grandmaster\'s Training Dummy','','',0,80,80,2,7,0,1,1,1,0,422,586,0,642,1,2200,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(31145,0,0,0,35297,0,24584,24582,0,0,'Shadow Adept','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,2779,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31146,0,0,0,0,0,27510,0,0,0,'Heroic Training Dummy','','',0,83,83,2,7,0,1,1,1,3,509,683,0,805,35,2000,2000,1,131072,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1721.76,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(31147,0,0,0,0,0,25627,25287,25286,25402,'Vicious Geist','','',0,80,80,2,21,0,2.4,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1692,3156,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,54,1,8388624,0,'',12340),
|
|
(31149,0,0,0,0,0,26504,0,0,0,'Lake Wintergrasp Portal','','Interact',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31150,0,0,0,33192,0,23136,23137,23138,0,'Plagued Fiend','','',0,80,80,2,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31150,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31151,0,0,0,0,0,17650,0,0,0,'Tactical Officer Kilrath','','',0,80,80,2,2132,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31152,0,0,0,33192,0,27511,24498,24496,24498,'Undying Minion','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(31153,0,0,0,0,0,13456,0,0,0,'Tactical Officer Ahbramis','','',0,80,80,2,1891,2,1,1.38571,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_quest_giver',12340),
|
|
(31154,0,0,0,0,0,27512,0,0,0,'Gjonner the Merciless','','',10035,80,80,2,190,2,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31155,0,0,0,33192,0,27538,27537,27105,27107,'Malefic Necromancer','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31156,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Tower Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31157,0,0,0,0,0,26303,0,0,0,'Skeletal Assault Gryphon','','',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,59234,0,0,0,0,0,0,0,0,264,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31158,0,0,0,0,0,4589,0,0,0,'Flametongue Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58654,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31159,0,0,0,0,0,27409,0,0,0,'Baelok','Rider of Blood','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,41989,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31160,0,0,0,0,0,27410,0,0,0,'Rokir','Rider of the Unholy','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31161,0,0,0,0,0,27411,0,0,0,'Sapph','Rider of Frost','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,6,0,31161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31162,0,0,0,0,0,4589,0,0,0,'Searing Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58700,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31163,0,0,0,0,0,26500,0,0,0,'Icefury','Sapph\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31164,0,0,0,0,0,4589,0,0,0,'Searing Totem IX','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58701,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31165,0,0,0,0,0,4589,0,0,0,'Searing Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31166,0,0,0,0,0,4589,0,0,0,'Magma Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58733,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31167,0,0,0,0,0,4589,0,0,0,'Magma Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58736,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31168,0,0,0,0,0,4587,0,0,0,'V','','',0,68,68,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31169,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem V','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58738,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31170,0,0,0,0,0,4587,0,0,0,'Fire Resistance Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58740,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31171,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem V','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58742,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31172,0,0,0,0,0,4589,0,0,0,'Frost Resistance Totem VI','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58744,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31173,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem V','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58748,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31174,0,0,0,0,0,4590,0,0,0,'Nature Resistance Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58750,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31175,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58752,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31176,0,0,0,0,0,4588,0,0,0,'Stoneskin Totem X','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58754,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31177,0,0,0,0,0,28350,28351,28352,28353,'Slain Alliance Soldier','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,570458368,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31178,0,0,0,0,0,519,0,0,0,'Enraging Ghoul (1)','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,13,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31179,0,0,0,0,0,569,0,0,0,'Devouring Ghoul (1)','','',0,80,80,2,2075,0,0.777776,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31180,0,0,0,0,0,24767,0,0,0,'Master Necromancer (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,27732,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31181,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58763,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31182,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58764,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31183,0,0,0,0,0,5231,0,0,0,'Skeletal Minion (1)','','',0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(31184,0,0,0,0,0,25200,0,0,0,'Dark Necromancer (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,8,28200,28200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31185,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem IX','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58765,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31186,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VI','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58775,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31187,0,0,0,0,0,9793,0,0,0,'Crypt Fiend (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,27734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31188,0,0,0,0,0,25199,0,0,0,'Tomb Stalker (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,1500,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,8,28199,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31189,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58776,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31190,0,0,0,0,0,4587,0,0,0,'Mana Spring Totem VIII','','',0,1,80,0,58,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,58777,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31191,0,0,0,0,0,27584,0,0,0,'Father Jhadras','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31192,0,0,0,0,0,27582,0,0,0,'Masud','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,211,378,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31193,0,0,0,0,0,27580,0,0,0,'Geness Half-Soul','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,373,541,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31194,0,0,0,0,0,27906,0,0,0,'Talla','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,344,490,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31195,0,0,0,0,0,27579,0,0,0,'Eldreth','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31196,0,0,0,0,0,27583,0,0,0,'Rith','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31198,0,0,0,0,0,25692,0,0,0,'Coprous the Defiled','','',0,82,82,2,21,0,1,1.28968,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,31198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31199,0,0,0,0,0,25282,0,0,0,'Patchwork Construct (1)','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,13,1200,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,27736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31200,0,0,0,0,0,25281,0,0,0,'Bile Golem (1)','','',0,81,81,2,2075,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,32832,2048,8,0,0,0,0,0,353,512,112,6,8,28201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31201,0,0,0,0,0,24766,0,0,0,'Acolyte (1)','','',0,80,80,2,2075,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,8,27731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31202,0,0,0,0,0,19059,0,0,0,'Infinite Adversary (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27742,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31203,0,0,0,0,0,19061,0,0,0,'Infinite Agent (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,2,8,27744,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31204,31547,0,0,0,0,28014,0,0,0,'Sartharion Twilight Egg','','',0,80,80,2,103,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31205,0,0,0,33192,0,27576,27573,27550,0,'Risen Alliance Soldier','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(31206,0,0,0,0,0,19058,0,0,0,'Infinite Hunter (1)','','',0,80,80,2,2075,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,2,8,27743,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31207,0,0,0,0,0,828,0,0,0,'Ghoul Minion (1)','','',0,82,82,2,2075,0,0.777776,1.14286,1,0,488,642,0,782,1,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31208,0,0,0,0,0,25542,10973,10979,25543,'Risen Zombie (1)','','',0,80,80,2,2075,0,0.64,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.06,1,1,0,0,0,0,0,0,0,81,1,8388624,0,'',12340),
|
|
(31209,0,0,0,0,0,27515,0,0,0,'Riding Argent Skytalon, Neutral (Taxi)','','',0,70,70,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31210,0,0,0,0,0,24949,0,0,0,'Arthas (1)','Prince of Lordaeron','',0,80,80,2,2076,1,1,1.14286,1,1,417,582,0,608,8,2000,0,2,32768,2048,8,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31211,0,0,0,0,0,26579,0,0,0,'Meathook (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,488,642,0,782,13,1600,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,72,31211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,2,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(31212,0,0,0,0,0,26581,0,0,0,'Salramm the Fleshcrafter (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,31212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,15,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(31214,31548,0,0,0,0,19295,0,0,0,'Sartharion Twilight Whelp','','',0,81,81,2,103,0,1.6,1.42857,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31215,0,0,0,0,0,26580,0,0,0,'Chrono-Lord Epoch (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,2,72,31215,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.25,10,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(31216,0,0,0,0,0,11686,0,0,0,'Mirror Image','','',0,80,80,2,31,0,0.5,0.57143,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,16777216,0,0,0,0,0,0,0,0,0,59638,59637,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_mage_mirror_image',12340),
|
|
(31217,0,0,0,0,0,26582,0,0,0,'Mal\'Ganis (1)','','',0,82,82,2,2075,0,1,1.14286,1,1,463,640,0,726,13,2000,0,2,33600,2048,8,0,0,0,0,0,360,520,91,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,37.5,10,1,0,43697,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(31218,31541,0,0,0,0,8311,0,0,0,'Acolyte of Shadron','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,10,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),
|
|
(31219,31543,0,0,0,0,12894,0,0,0,'Acolyte of Vesperon','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,10,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),
|
|
(31220,0,0,0,0,0,25445,0,0,0,'Plaguehoof','Rokir\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31221,0,0,0,0,0,27517,0,0,0,'Bloodsunder','Baelok\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31222,0,0,0,0,0,25269,0,0,0,'Khit\'rix the Dark Master','','',0,80,80,2,14,0,1.6,1.42857,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,12,5,1,0,0,0,0,0,0,0,150,1,8388624,0,'',12340),
|
|
(31223,0,0,0,0,0,27517,0,0,0,'Bloodsunder','Baelok\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31224,0,0,0,0,0,26500,0,0,0,'Icefury','Sapph\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31225,0,0,0,0,0,25445,0,0,0,'Plaguehoof','Rokir\'s Steed','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31226,0,0,0,33192,0,7858,0,0,0,'Lumbering Atrocity','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31227,0,0,0,0,0,25280,0,0,0,'Death Knight Warhorse','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(31228,0,0,0,0,0,1988,0,0,0,'Grove Walker','','',0,77,78,2,634,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,32768,2048,0,0,0,0,0,0,321,477,68,4,0,31228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31229,0,0,0,0,0,8811,0,0,0,'Ancient Watcher','','',0,80,80,2,634,0,1.11111,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,4,256,31229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31230,0,0,0,0,0,17340,0,0,0,'Forlorn Dryad','','',0,77,78,2,634,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(31231,0,0,0,0,0,27518,27519,0,0,'Lost Shandaral Spirit','','',0,78,79,2,634,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,6,0,31231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31233,0,0,0,0,0,24235,0,0,0,'Sinewy Wolf','','',0,78,78,2,1953,0,1.2,1.42857,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,1,0,0,0,0,324,480,88,1,1,31233,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31234,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Valor Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31235,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31236,0,0,0,0,0,10957,0,0,0,'Dappled Stag','','',0,76,76,2,1999,0,0.8,1.14286,1,0,356,503,0,432,1,2000,2000,1,32768,2048,0,0,0,0,0,0,305,452,74,1,0,31236,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31237,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31238,0,0,0,0,0,27524,0,0,0,'Hira Snowdawn','Cold Weather Flying Trainer','',10723,78,78,2,35,209,1,1.38571,1,0,322,466,0,236,1,2000,2000,8,32768,2048,0,0,1,0,0,0,296,440,58,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31239,0,0,0,0,0,27525,0,0,0,'Blue Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31240,0,0,0,0,0,27526,0,0,0,'Warlord Hork Strongbrow','','',0,80,80,2,1981,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31241,0,0,0,0,0,27527,0,0,0,'Marshal Ivalius','','',0,80,80,2,1892,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31242,0,0,0,0,0,27528,0,0,0,'Sigrid Iceborn','','',0,80,80,2,14,0,1.6,3.14286,1,1,417,582,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,344,490,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,14,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31243,0,0,0,0,0,27529,0,0,0,'Warsong Cannon','','',0,80,80,2,1981,0,1,1,1,1,422,586,0,642,4.6,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31244,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - Structure Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31245,0,0,0,0,0,1126,11686,0,0,'Invisible Ooze Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31246,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship Cannon Explosion Bunny','','',0,75,75,2,35,0,6,3.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(31247,0,0,0,0,0,27533,0,0,0,'Roxi Ramrocket','Cold Weather Flying Trainer','',10210,78,78,2,35,209,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,1,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_roxi_ramrocket',12340),
|
|
(31248,0,0,0,0,0,27534,0,0,0,'Rimi Coldcrank','Cold Weather Flying Trainer','',0,78,78,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31249,0,0,0,0,0,26742,0,0,0,'Sigrid Iceborn\'s Proto-Drake (mountable)','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,0,'',12340),
|
|
(31250,0,0,0,0,0,27628,27629,27630,27631,'Ebon Blade Defender','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,294912,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31251,0,0,0,0,0,25627,25287,0,0,'Shadow Vault Skirmisher','','',0,77,79,2,21,0,1.6,1.71429,1,0,404,564,0,582,1,4000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(31252,0,0,0,0,0,5990,694,20594,1073,'Bad Fish - Critter','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31253,0,0,0,0,0,27904,27401,0,0,'Alexstrasza the Life-Binder','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31254,0,0,0,0,0,24768,0,0,0,'Lordaeron Footsoldier','','',0,80,80,2,2136,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31255,0,0,0,0,0,24301,0,0,0,'Saronite Shaper','','',0,80,80,2,21,0,1,0.99206,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31256,0,0,0,0,0,4626,25340,6302,328,'Bad Fish - Rabbits','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31257,0,0,0,0,0,7534,0,0,0,'Ebon Blade Winged Defender','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,294912,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31258,0,0,0,33192,0,26623,0,0,0,'Ymirheim Chosen Warrior','','',0,80,80,2,1885,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,31258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,2776,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31259,0,0,0,0,0,27540,0,0,0,'Absalan the Pious','','',10038,80,80,2,35,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31260,37643,0,0,0,0,25837,0,0,0,'Ymirjar Skycaller','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,31260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31261,0,0,0,0,0,27539,0,0,0,'Brother Keltan','','',10038,80,80,2,2070,2,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32776,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31262,0,0,0,31258,33192,27541,0,0,0,'Blight Falconer','','',0,80,80,2,1885,16777216,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,31262,31262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,1665,2775,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31263,0,0,0,0,0,27543,0,0,0,'Carrion Hunter','','',0,80,80,2,1885,0,1,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31264,0,0,0,0,0,169,11686,0,0,'A Mysterious Voice','','',0,80,80,2,1665,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31265,0,0,0,33192,0,26715,0,0,0,'Savage Proto-Drake','','',0,80,80,2,1885,0,1.44444,1.5873,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,31265,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,4,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31266,0,0,0,0,0,26734,0,0,0,'Shadow Vault Assaulter','','',0,80,80,2,21,0,1.2,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(31267,0,0,0,31258,33192,27548,0,0,0,'Ymirjar Element Shaper','','',0,80,80,2,1885,0,1,1.42857,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1672,2786,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31268,0,0,0,0,0,27545,0,0,0,'The Prodigal Leader','','',0,80,80,2,35,0,1,0.992063,1,1,391,585,0,146,7.5,3000,2000,2,8,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,58912,58913,58916,58917,0,0,0,0,0,269,0,0,'SmartAI',0,3,1,9,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31269,0,0,0,0,0,17722,0,0,0,'Kor\'kron Battle Wyvern','','',0,75,75,0,2054,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31271,0,0,0,0,0,24301,0,0,0,'Carnage','','',0,80,80,2,14,0,1.6,1.71429,1,1,500,600,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,341,506,80,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,16,1,1,0,0,0,0,0,0,0,167,1,8388624,0,'',12340),
|
|
(31272,0,0,0,0,0,16480,19595,0,0,'Dying Berserker KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31273,0,0,0,0,0,24675,24676,24677,24678,'Dying Berserker','','',10036,80,80,2,1981,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,0,0,64,'',12340),
|
|
(31274,0,0,0,0,0,27546,0,0,0,'Death Knight Overseer','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31276,0,0,0,0,0,570,828,26002,0,'Ghoulish Minion','','',0,80,80,2,14,0,0.77777,1.14286,1,0,420,630,0,157,1.3,2000,2000,1,8,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31277,0,0,0,0,0,27551,0,0,0,'Thane Banahogg','The Deathblow','',0,80,80,2,14,0,1.6,1.71429,1,1,417,582,0,608,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,289,381,69,7,32,0,0,0,0,0,0,0,0,0,0,0,0,0,61139,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(31278,0,0,0,0,0,24993,24994,24992,24995,'Ravenous Ghoul','','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31279,0,0,0,0,0,27554,0,0,0,'Father Kamaros','','',0,80,80,2,113,2,1.5,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31280,0,0,0,0,0,22522,0,0,0,'Ymirheim Spear Gun','','',0,80,80,2,2109,0,1,0.99206,1,0,210,238,0,192,1,2000,2000,4,772,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59894,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31281,0,0,0,0,0,28350,28351,28352,28353,'Dead Alliance Soldier','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31282,0,0,0,0,0,16240,16237,0,0,'Argent Healer','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31283,0,0,0,0,0,27562,0,0,0,'Orbaz Bloodbane','The Hand of Suffering','',0,80,80,2,21,0,1,1.14286,1,1,250,350,0,24,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,6,0,31283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,33.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31284,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Vehicle Protected','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31285,0,0,0,0,0,24700,0,0,0,'(Wrathgate Horde) Warsong Elite','','',0,78,78,0,2054,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31286,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Bridge Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31287,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Wall Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31288,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Workshop Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31289,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Gate Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31290,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2051,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31291,0,0,0,0,0,23884,0,0,0,'(Wrathgate Monster) Forsaken Catapult','','',0,80,80,2,1981,0,2.8,2,1,1,422,586,0,642,7.5,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31292,0,0,0,0,0,11402,0,0,0,'(Wrathgate Monster) Frail Construct','','',0,71,71,0,2052,0,1,1.14286,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31293,0,0,0,0,0,571,0,0,0,'(Wrathgate Monster) Angrathar Aberration','','',0,76,77,0,2052,0,1.2,1.42857,1,1,371,522,0,478,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,314,466,81,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(31294,0,0,0,0,0,24973,24974,0,0,'(Wrathgate Horde) Taunka Huntsman','','',0,75,76,0,35,0,1,1.14286,1,0,352,499,0,408,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,302,449,57,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31295,0,0,0,0,0,24091,24092,24093,0,'(Wrathgate Horde) Darkspear','','',0,73,74,2,35,0,1,1.14286,1,1,328,467,0,354,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,287,426,63,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31296,0,0,0,0,0,24361,24541,24543,24542,'(Wrathgate Alliance) Fordragon Footman','','',0,78,78,0,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31297,0,0,0,0,0,24363,24546,24547,24548,'(Wrathgate Alliance) Fordragon Sentinel','','',0,74,75,0,35,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,570721024,2048,0,0,0,0,0,0,293,436,53,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31298,0,0,0,0,0,24365,24552,24553,24554,'(Wrathgate Alliance) Fordragon Battle-Mage','','',0,76,78,0,35,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,570721024,2048,0,0,0,0,0,0,321,477,68,10,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31299,0,0,0,0,0,24967,24968,0,0,'(Wrathgate Alliance) Fordragon Marskman','','',0,77,78,0,35,0,1,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,570721024,2048,0,0,0,0,0,0,324,480,88,10,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31300,0,0,0,0,0,27556,0,0,0,'Arcanist Ivrenne','Emblem of Heroism Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31301,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,192,1,8388624,0,'',12340),
|
|
(31302,0,0,0,0,0,27557,0,0,0,'Magistrix Lambriesse','Emblem of Heroism Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31304,0,0,0,0,0,3167,3258,24065,24361,'Dying Soldier','','',10040,80,80,2,1732,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,0,0,64,'',12340),
|
|
(31305,0,0,0,0,0,27559,0,0,0,'Arcanist Adurin','Emblem of Valor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31306,0,0,0,0,0,27558,0,0,0,'Margrave Dhakar','Knights of the Ebon Blade','',10060,80,80,2,2050,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31307,0,0,0,0,0,27560,0,0,0,'Magister Brasael','Emblem of Valor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31308,0,0,0,0,0,16214,0,0,0,'(Wrathgate Monster) Abomination','','',0,71,71,0,2052,0,1,1.14286,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31309,0,0,0,0,0,23136,0,0,0,'(Wrathgate Scourge) Plague Eruptor','','',0,71,71,0,2052,0,1,1.28968,1,5,299,426,0,308,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,262,389,48,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,0.05,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31310,0,0,0,0,0,24365,24361,24543,24538,'Fleeing Alliance Soldier','','',0,76,78,2,1892,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31311,0,0,0,0,0,27035,0,0,0,'Sartharion (1)','The Onyx Guardian','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,31311,0,28860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520000,540000,'',0,3,1,550,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),
|
|
(31312,0,0,0,0,0,16480,19595,0,0,'Dying Soldier KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31313,0,0,0,0,0,24554,24542,24866,24548,'Fleeing Alliance Soldier','','',0,76,78,2,1892,0,1,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,321,477,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31314,0,0,0,0,0,25783,25779,25907,25433,'Ebon Blade Veteran','','',0,80,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31315,0,0,0,0,0,27561,0,0,0,'Riding Hippogryph (Armored)','','',0,40,40,0,2090,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31316,0,0,0,0,0,27564,27565,27566,0,'Ebon Blade Reaper','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31317,0,0,0,0,0,2172,0,0,0,'Lava Blaze (1)','','',0,81,81,2,103,0,1,1,1,0,421,636,0,171,1.4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,5,1,1,0,0,0,0,0,0,0,121,1,0,0,'',1),
|
|
(31318,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31319,0,0,0,0,0,27567,0,0,0,'Big Blizzard Bear','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31320,0,0,0,33192,0,25241,0,0,0,'Umbral Brute','','',0,80,80,2,21,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31321,0,0,0,0,0,11404,0,0,0,'Skeletal Runesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43291,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31322,0,0,0,0,0,24301,0,0,0,'Saronite Shaper','','',0,80,80,2,21,0,1,0.99206,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,31322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31323,0,0,0,0,0,25285,0,0,0,'Lithe Stalker','','',0,80,80,2,21,0,2,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(31324,0,0,0,33192,0,26804,0,0,0,'Iceskin Sentry','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2147778560,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31325,0,0,0,33192,0,27530,27531,27532,0,'Death Knight Adept','Host of Suffering','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31325,0,0,0,0,0,0,0,0,0,0,0,0,60951,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31326,0,0,0,0,0,27412,27417,27414,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,1847,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31327,0,0,0,0,0,27415,27416,27413,0,'Death Knight Initiate','Host of Suffering','',0,80,80,2,1847,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31328,0,0,0,0,0,23864,23932,24973,24091,'Fleeing Horde Soldier','','',0,76,78,2,1981,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31329,0,0,0,0,0,9786,0,0,0,'Skeletal Footsoldier Credit','','',0,80,80,2,2137,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31330,0,0,0,0,0,23934,24230,23858,24093,'Fleeing Horde Soldier','','',0,76,78,2,1981,0,1,1.14286,1,1,387,543,0,528,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,324,480,88,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31331,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Heroism Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31333,0,0,0,0,0,27569,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',10179,83,83,2,2010,3,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,140032,2048,0,0,0,0,0,0,365,529,98,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31334,0,0,0,0,0,27570,0,0,0,'Korialstrasz','Consort of the Queen','',0,83,83,2,2010,0,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,33536,2048,0,0,0,0,0,0,365,542,84,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31335,0,0,0,0,0,17814,0,0,0,'Darkweb Hatchling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31336,0,0,0,0,0,16462,0,0,0,'Darkweb Recluse (1)','','',0,81,81,2,22,0,1,1.28571,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,3,0,0,0,0,353,512,112,1,1,26625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31337,0,0,0,0,0,1955,0,0,0,'Drakkari Bat (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,24,0,0,0,0,345,509,103,1,1,26622,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31338,0,0,0,0,0,27075,27076,0,0,'Drakkari Commander (1)','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,27431,27431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8946,14910,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31339,0,0,0,0,0,27077,27078,0,0,'Drakkari Guardian (1)','','',0,80,81,2,1965,0,1,1,1,1,464,604,0,708,8,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,128,26620,26620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8436,14060,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31340,0,0,0,0,0,19734,0,0,0,'Drakkari Gutripper (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,11,0,0,0,0,353,512,112,1,1,26641,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31341,0,0,0,0,0,6469,0,0,0,'Drakkari Raptor Mount (1)','','',0,80,81,2,16,0,1,1,1,0,235,422,0,604,8,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,0,26824,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',1),
|
|
(31342,0,0,0,0,0,26860,0,0,0,'Risen Drakkari Handler (1)','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26637,26637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',1),
|
|
(31343,0,0,0,0,0,19732,0,0,0,'Drakkari Scytheclaw (1)','','',0,80,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,64,2048,0,11,0,0,0,0,353,512,112,1,1,26628,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',1),
|
|
(31344,0,0,0,0,0,24500,0,0,0,'Crystal Handler (1)','','',0,81,81,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,8,31344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31345,0,0,0,0,0,27083,27084,0,0,'Drakkari Shaman (1)','','',0,80,81,2,1965,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,26639,26639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8296,13828,'',0,3,1,5,6,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31346,0,0,0,0,0,829,0,0,0,'Flesheating Ghoul (1)','','',0,80,81,2,16,0,0.777776,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,27871,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31347,0,0,0,0,0,24994,0,0,0,'Ghoul Tormentor (1)','','',0,80,81,2,16,0,0.8,0.992063,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26621,26621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31348,0,0,0,0,0,22337,0,0,0,'Hulking Corpse (1)','','',0,80,80,2,16,0,1,1,1,1,464,604,0,708,8,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,88,1,0,0,'',1),
|
|
(31349,0,0,0,0,0,5240,0,0,0,'King Dred (1)','','',0,82,82,2,16,0,1,1,1,1,488,642,0,782,21,2000,2000,1,64,2048,0,39,0,0,0,0,363,521,121,1,65609,31349,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,15,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),
|
|
(31350,0,0,0,0,0,26292,0,0,0,'Novos the Summoner (1)','','',0,82,82,2,16,0,1,1,1,1,463,640,0,726,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,31350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',1),
|
|
(31351,0,0,0,0,0,27056,0,0,0,'Risen Drakkari Bat Rider (1)','','',0,80,81,2,16,0,1,1,1,1,422,586,0,642,8,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,26638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',1),
|
|
(31352,0,0,0,0,0,27062,0,0,0,'Risen Drakkari Death Knight (1)','','',0,80,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,6,0,26830,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31353,0,0,0,0,0,21955,11686,0,0,'[DND] Icecrown Airship (N) - Attack Controller','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(31354,0,0,0,0,0,26857,0,0,0,'Risen Drakkari Soulmage (1)','','',0,80,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,6,0,26636,26636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31355,0,0,0,0,0,27058,0,0,0,'Risen Drakkari Warrior (1)','','',0,80,81,2,1814,0,1,0.992063,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26635,26635,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31356,0,0,0,0,0,2606,0,0,0,'Risen Shadowcaster (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,4,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31357,0,0,0,0,0,7847,0,0,0,'Scourge Brute (1)','','',0,80,81,2,1814,0,0.888888,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31358,0,0,0,0,0,22712,17188,0,0,'(Wrath Gate) Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31359,0,0,0,0,0,24084,0,0,0,'Scourge Reanimator (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2500,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,26626,26626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8452,14088,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31360,0,0,0,0,0,27072,0,0,0,'The Prophet Tharon\'ja (1)','','',0,82,82,2,16,0,1,1,1,1,425,602,0,670,21,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,72,31360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,43670,0,0,0,0,0,0,1,650854271,2097153,'',1),
|
|
(31361,0,0,0,0,0,27073,0,0,0,'The Prophet Tharon\'ja (1)','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31362,0,0,0,0,0,26352,0,0,0,'Trollgore (1)','','',0,82,82,2,1965,0,1,1,1,1,488,642,0,782,9,1000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,72,31362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'',1),
|
|
(31363,0,0,0,0,0,1693,0,0,0,'Wretched Belcher (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,26624,26624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31364,0,0,0,0,0,16480,19595,0,0,'Frostbrood Skytalon KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31365,0,0,0,0,0,26588,0,0,0,'Drakkari Colossus (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,3000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,584,0,0,80103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(31366,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard (1)','','',0,80,80,0,1665,3,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31367,0,0,0,0,0,27028,0,0,0,'Drakkari Elemental (1)','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,22,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,104,31367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,43158,0,0,0,0,0,164,1,650854271,2097153,'',12340),
|
|
(31368,0,0,0,0,0,27061,0,0,0,'Gal\'darah (1)','High Prophet of Akali','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,31368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,10028,16712,'',0,3,1,38,1,1,0,43693,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(31369,0,0,0,0,0,19383,21330,0,0,'Crystalline Shardling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31370,0,0,0,0,0,27422,0,0,0,'Slad\'ran (1)','High Prophet of Sseratus','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,22,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,31370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9922,16538,'',0,3,1,24,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(31371,0,0,0,0,0,25988,0,0,0,'Dark Rune Controller (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,27966,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9836,16392,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31372,0,0,0,0,0,25989,0,0,0,'Dark Rune Elementalist (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9402,15670,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31373,0,0,0,0,0,28132,0,0,0,'Dark Rune Giant (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,5,72,27969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31374,0,0,0,0,0,25992,0,0,0,'Dark Rune Scholar (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,1600,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9322,15538,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31375,0,0,0,0,0,25993,0,0,0,'Dark Rune Shaper (1)','','',0,80,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,27965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9464,15772,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31376,0,0,0,0,0,25990,0,0,0,'Dark Rune Theurgist (1)','','',0,80,81,2,16,0,1,1.14286,1,1,351,509,0,304,13,2000,2000,8,32832,2048,0,0,0,0,0,0,351,503,74,7,8,27963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9426,15710,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31377,0,0,0,0,0,25994,0,0,0,'Dark Rune Warrior (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,27960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9384,15640,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31378,0,0,0,0,0,25995,0,0,0,'Dark Rune Worker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,27961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9382,15638,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31379,0,0,0,0,0,20048,0,0,0,'Eroded Shardling (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31380,0,0,0,0,0,26148,0,0,0,'Iron Golem Custodian (1)','','',0,82,82,2,1965,0,1,1,1,1,422,586,0,708,10,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31381,0,0,0,0,0,20909,0,0,0,'Krystallus (1)','','',0,82,82,2,16,1073741824,1,1,1,1,488,642,0,782,9,2000,0,1,64,2048,0,0,0,0,0,0,363,521,121,5,584,31381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,121,1,650854271,2097153,'',1),
|
|
(31382,0,0,0,0,0,21130,0,0,0,'Lesser Air Elemental (1)','','',0,80,81,2,16,0,1,1.14286,1,0,425,602,0,670,1,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31383,0,0,0,0,0,26140,0,0,0,'Lightning Construct (1)','','',0,80,81,2,16,0,1,1.14286,1.5,1,425,602,0,670,13,1333,2000,2,64,2048,0,0,0,0,0,0,351,511,86,9,32776,27972,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31384,0,0,0,0,0,26657,0,0,0,'Maiden of Grief (1)','','',0,82,82,2,16,1073741824,1,1,1,1,488,642,0,782,9,2000,0,1,64,2048,0,0,0,0,0,0,363,521,121,10,72,31384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',1),
|
|
(31385,0,0,0,0,0,26146,0,0,0,'Raging Construct (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32776,27970,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31386,0,0,0,0,0,27483,0,0,0,'Sjonnir The Ironshaper (1)','','',0,82,82,2,1965,0,1,1.14286,1,1,488,642,0,782,10,1200,0,1,64,2048,0,0,0,0,0,0,363,521,121,7,72,31386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9294,15490,'',0,3,1,35,1,1,0,43699,0,0,0,0,0,121,1,650854271,2097153,'',1),
|
|
(31387,0,0,0,0,0,26154,0,0,0,'Unrelenting Construct (1)','','',0,80,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,9,32776,27971,0,29728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31388,0,0,0,0,0,25177,0,0,0,'Malformed Ooze (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,422,586,0,646,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.131822,1,1,0,0,0,0,0,0,0,84,1,0,0,'',1),
|
|
(31389,0,0,0,0,0,25176,0,0,0,'Iron Sludge (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,322,486,0,646,3,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31390,0,0,0,0,0,6530,0,0,0,'Forged Iron Trogg (1)','','',0,82,82,2,1965,0,1,1.14286,1,0,488,642,0,782,8,2000,0,1,0,2048,8,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31391,0,0,0,0,0,26092,0,0,0,'Earthen Dwarf (1)','','',0,81,81,2,1868,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31392,0,0,0,0,0,26092,26090,26091,0,'Earthen Protector (1)','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31393,0,0,0,0,0,24176,0,0,0,'Crystal Wyrm','','',0,80,80,2,103,0,4,3.42857,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,2,32,31393,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,15,6,1,1,0,43225,0,0,0,0,0,243,1,0,0,'',12340),
|
|
(31394,0,0,0,0,0,25754,0,0,0,'Forged Iron Dwarf (1)','','',0,82,82,2,1965,0,1,1.14286,1,1,422,586,0,646,8,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31395,0,0,0,0,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,0,450,550,0,24,7.5,1000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(31396,0,0,0,33192,0,25452,0,0,0,'Val\'kyr Taskmistress','','',0,80,80,2,1885,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31396,31396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,4,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31397,0,0,0,0,0,6678,8891,9333,7816,'Saronite Mine Slave','','',10137,77,80,2,2070,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31398,0,0,0,0,0,27545,0,0,0,'The Chosen Champion','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31399,0,0,0,31258,0,29178,0,0,0,'Foreman Thaldrin','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,4.6,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,31399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5028,8380,'',0,3,1,4,4,1,0,44153,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31400,0,0,0,0,0,1126,17612,0,0,'Azure Front Channel Stalker','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31401,0,0,0,0,0,27586,0,0,0,'Azure Manashaper','','',0,79,80,2,103,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,31401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1616,2694,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31402,0,0,0,0,0,25195,0,0,0,'Azure Scalebane','','',0,79,80,2,103,0,0.888888,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,31402,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31403,0,0,0,0,0,25250,0,0,0,'Azure Spellweaver','','',0,79,80,2,103,0,0.888888,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,2,0,31403,0,70209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31404,0,0,0,0,0,24910,0,0,0,'Azure Manabeast','','',0,78,79,2,103,0,0.666668,1.19048,1,0,399,559,0,550,1,1500,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,3,0,31404,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,43225,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31405,0,0,0,0,0,25587,0,0,0,'Icecrown Bomber Beacon, Horde','','',0,1,1,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31406,0,0,0,0,0,27885,0,0,0,'Alliance Infra-green Bomber','','',0,80,80,2,534,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),
|
|
(31407,0,0,0,0,0,28235,0,0,0,'Alliance Turret Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33554432,0,0,0,0,0,0,0,315,468,69,9,0,0,0,0,0,0,0,0,0,0,59622,61313,0,59196,59194,59193,0,0,0,277,0,0,'NullCreatureAI',0,7,1,26.7451,0.001361,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31408,0,0,0,0,0,28360,0,0,0,'Alliance Bomber Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33554432,0,0,0,0,0,0,0,315,468,69,9,0,0,0,0,0,0,0,0,0,0,59059,0,0,59196,59194,59193,0,0,0,274,0,0,'NullCreatureAI',0,7,1,26.7451,0.000681,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31409,0,0,0,0,0,28116,0,0,0,'Alliance Engineering Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,59061,61093,0,59196,59194,59193,0,0,0,278,0,0,'NullCreatureAI',0,7,1,18.7196,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31411,0,0,0,31413,0,23681,0,0,0,'Hulking Horror','','',0,79,80,2,2043,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31412,0,0,0,0,0,4527,0,0,0,'Thrall','Warchief','',0,83,83,0,1734,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31413,0,0,0,0,0,23681,0,0,0,'Hulking Horror','','',0,79,80,2,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31414,0,0,0,27121,0,24302,24309,24310,0,'Valiance Commando','','',0,79,80,2,2004,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31415,0,0,0,0,0,21955,17612,0,0,'WotLK City Attacks Ice Block Bunny, BUG TEST','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(31416,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','Directions',0,75,75,2,85,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,40505,8599,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31417,0,0,0,0,0,14360,14362,14361,14363,'Kor\'kron Elite','','',0,80,80,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31418,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,83,83,2,534,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31419,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31420,0,0,0,0,0,1310,0,0,0,'Karus','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31421,0,0,0,0,0,1318,0,0,0,'Koma','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31422,0,0,0,0,0,1320,0,0,0,'Soran','Banker','',0,45,45,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31423,0,0,0,0,0,1322,0,0,0,'Kaja','Guns & Ammunition','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31424,0,0,0,0,0,5205,0,0,0,'Gamon','','',0,12,12,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31425,0,0,0,0,0,1312,0,0,0,'Olvia','Meat Vendor','',0,50,50,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31426,0,0,0,0,0,1311,0,0,0,'Doras','Wind Rider Master','',0,65,65,2,29,8192,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31427,0,0,0,0,0,1389,0,0,0,'Felika','Trade Supplies','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31428,0,0,0,0,0,27249,0,0,0,'Crusader Olakin Sainrith','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31429,0,0,0,0,0,1319,0,0,0,'Sana','Mail Armor Merchant','',0,30,30,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31430,0,0,0,0,0,8001,0,0,0,'Auctioneer Thathung','','Point',0,50,50,2,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31431,0,0,0,0,0,14429,0,0,0,'Overlord Runthak','','',0,65,65,2,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31432,0,0,0,0,0,24497,0,0,0,'Ghostwing','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,'',0,4,5,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31433,0,0,0,0,0,5706,0,0,0,'Innkeeper Gryshka','Innkeeper','',0,30,30,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(31434,0,0,0,0,0,19181,19182,11850,24085,'Orc Commoner','','',0,1,60,0,29,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31435,0,0,0,27121,0,24303,24305,24306,24308,'Warsong Raider','','',0,79,80,2,1980,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31437,0,0,0,0,0,27588,27589,27590,27591,'Forsaken Refugee','','',0,1,70,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31438,0,0,0,0,0,16214,0,0,0,'Shadow Vault Abomination','','',0,80,80,2,21,0,1,0.57143,1,0,422,586,0,642,1,2300,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(31439,0,0,0,0,0,27592,0,0,0,'Archmage Timear','','',10096,80,80,2,2007,3,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31440,0,0,0,0,0,27594,0,0,0,'Sergeant Kregga','','',0,80,80,2,1978,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31441,0,0,0,0,0,28079,0,0,0,'Ahn\'kahar Guardian (1)','','',0,81,81,2,16,0,1,1.42857,1,1,464,604,0,708,13,2000,0,1,32768,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(31442,0,0,0,0,0,27324,0,0,0,'Ahn\'kahar Slasher (1)','','',0,81,81,2,16,0,1,0.992063,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,30277,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31443,0,0,0,0,0,23821,0,0,0,'Ahn\'kahar Spell Flinger (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30278,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31444,0,0,0,0,0,27595,0,0,0,'Captain Kendall','','',0,80,80,2,1973,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31445,0,0,0,0,0,26828,0,0,0,'Ahn\'kahar Guardian Egg (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,1,2000,0,1,33554434,2048,8,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31446,0,0,0,0,0,26831,0,0,0,'Ahn\'kahar Swarm Egg (1)','','',0,81,81,2,16,0,1,1,1,0,464,604,0,708,1,2000,0,1,33554434,2048,8,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31447,0,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer (1)','','',0,80,80,2,16,0,0.833332,1.42857,1,0,422,586,0,642,1,2308,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.019841,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31448,0,0,0,0,0,28078,0,0,0,'Ahn\'kahar Swarmer (1)','','',0,80,80,2,16,0,0.833332,1.42857,1,0,422,586,0,642,1,3000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.019841,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(31449,0,0,0,0,0,27324,0,0,0,'Ahn\'kahar Watcher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,31449,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31450,0,0,0,0,0,25768,0,0,0,'Ahn\'kahar Web Winder (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30276,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31451,0,0,0,0,0,25012,0,0,0,'Bonegrinder (1)','','',0,81,81,2,16,0,1.2,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,72,30284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,8,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(31452,0,0,0,0,0,8714,0,0,0,'Bound Air Elemental (1)','','',0,81,81,2,91,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31453,0,0,0,0,0,2172,0,0,0,'Bound Fire Elemental (1)','','',0,81,81,2,91,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31454,0,0,0,0,0,525,0,0,0,'Bound Water Elemental (1)','','',0,81,81,2,91,0,1,1.28968,1,1,425,602,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31455,0,0,0,0,0,26775,0,0,0,'Deep Crawler (1)','','',0,81,81,2,16,0,1,1.19048,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,1,8,30279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31456,0,0,0,0,0,27407,0,0,0,'Elder Nadox (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,6,72,31456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,20,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(31457,0,0,0,0,0,20090,0,0,0,'Eye of Taldaram (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31458,0,0,0,0,0,26767,0,0,0,'Flame Sphere (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'',12340),
|
|
(31459,0,0,0,0,0,28007,0,0,0,'Forgotten One (1)','','',0,81,81,2,16,0,1.6,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,10,72,30414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8502,14170,'',0,3,1,10,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31460,0,0,0,0,0,26941,0,0,0,'Frostbringer (1)','','',0,81,81,2,16,0,1,0.992063,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,6,8,30286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31461,0,0,0,0,0,26981,0,0,0,'Healthy Mushroom (1)','','',0,80,80,2,14,0,1,1.14286,0.55,0,422,586,0,642,1,2000,2000,1,512,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31462,0,0,0,0,0,26981,0,0,0,'Poisonous Mushroom (1)','','',0,81,81,2,14,0,1,1.14286,0.55,0,464,604,0,708,1,2000,2000,1,512,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31463,0,0,0,0,0,28133,0,0,0,'Amanitar (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,4,328,31463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31464,0,0,0,0,0,27408,0,0,0,'Herald Volazj (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,488,642,0,782,13,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,10,72,31464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8354,13922,'',0,3,1,32,1,1,0,43821,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(31465,0,0,0,0,0,26777,0,0,0,'Jedoga Shadowseeker (1)','','',0,82,82,2,16,0,1,1.71429,1.35,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,72,31465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8352,13920,'',0,3,1,32,20,1,0,0,0,0,0,0,0,172,1,650854271,2097153,'',12340),
|
|
(31466,0,0,0,0,0,27323,0,0,0,'Plague Walker (1)','','',0,81,81,2,16,0,1,1.28968,1,1,464,604,0,708,13,2200,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,6,8,30283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31467,0,0,0,0,0,27596,27597,27598,27599,'Forsaken Refugee','','',0,1,70,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31468,0,0,0,0,0,25742,0,0,0,'Plundering Geist (1)','','',0,80,80,2,16,0,1,1.28571,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,8,30287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(31469,0,0,0,0,0,27406,0,0,0,'Prince Taldaram (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,463,640,0,726,13,2200,0,2,33587264,2048,8,0,0,0,0,0,360,520,91,7,72,31469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8362,13938,'',0,3,1,34,20,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(31470,0,0,0,0,0,26948,26973,0,0,'Savage Cave Beast (1)','','',0,81,81,2,16,0,0.8,1.42857,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,4,328,30329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,8,1,0,43511,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31471,0,0,0,0,0,27369,27370,27371,27372,'Twilight Apostle (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8346,13910,'',0,3,1,5,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31472,0,0,0,0,0,27373,27374,27376,27377,'Twilight Darkcaster (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8416,14026,'',0,3,1,5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31473,0,0,0,0,0,27378,27379,27380,27381,'Twilight Initiate (1)','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,3,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,4,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(31474,0,0,0,0,0,27382,27383,27384,27385,'Twilight Volunteer (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,33587264,2048,0,0,0,0,0,0,351,511,86,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31475,0,0,0,0,0,27386,27387,27388,27389,'Twilight Worshipper (1)','','',0,81,81,2,16,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,8,30111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8330,13882,'',0,3,1,5,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31476,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(31477,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(31478,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,0.8,0.5,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(31479,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(31480,0,0,0,0,0,11686,0,0,0,'Twisted Visage','','',0,80,80,2,16,0,1.6,1,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.952381,1,1,0,0,0,0,0,0,0,116,1,0,0,'',12340),
|
|
(31481,0,0,0,0,0,1126,11686,0,0,'Scourge Fight Kill Credit','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31482,0,0,0,0,0,23877,23937,23938,23939,'Apothecary Chemist','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31483,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,4,2000,0,8,0,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31484,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,4,2000,0,8,0,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31485,0,0,0,0,0,25247,0,0,0,'Azure Binder (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,13,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31486,0,0,0,0,0,14356,0,0,0,'Azure Captain (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,2,8,30666,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,6663,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31487,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31488,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31489,0,0,0,0,0,25226,0,0,0,'Azure Invader (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31490,0,0,0,0,0,27219,0,0,0,'Azure Raider (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,8,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,30668,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6648,6648,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31491,0,0,0,0,0,11686,0,0,0,'Azure Raider (1)','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31492,0,0,0,0,0,25250,0,0,0,'Azure Saboteur (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,131586,2048,8,0,0,0,0,0,315,468,69,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31493,0,0,0,0,0,25250,0,0,0,'Azure Sorceror (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,8,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,30667,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6668,6668,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31494,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31495,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31496,0,0,0,0,0,25250,0,0,0,'Azure Spellbreaker (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31497,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,4,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31498,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,417,582,0,608,4,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31499,0,0,0,0,0,24910,0,0,0,'Azure Mage Slayer (1)','','',0,80,80,2,1720,0,1,1.14286,1,1,422,586,0,642,13,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31500,0,0,0,0,0,27792,27793,27794,27793,'Veteran Mage Hunter (1)','','',0,80,80,2,1720,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31501,0,0,0,0,0,27474,0,0,0,'Portal Guardian (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,464,604,0,708,13,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,2,72,31501,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6644,6644,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31502,0,0,0,0,0,27474,0,0,0,'Portal Guardian (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,72,30892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31503,0,0,0,0,0,27473,0,0,0,'Portal Keeper (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,425,602,0,670,13,2000,0,2,0,2048,8,0,0,0,0,0,351,511,86,2,72,31503,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,6659,'',0,3,1,12.5,10,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31504,0,0,0,0,0,27473,0,0,0,'Portal Keeper (1)','','',0,81,81,2,1720,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,2,72,30893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31505,0,0,0,0,0,27215,27216,27217,0,'Violet Hold Guard (1)','','',0,80,80,2,1718,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31506,0,0,0,0,0,27508,0,0,0,'Cyanigosa (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,18,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,2,72,31506,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6691,6691,'',0,3,1,37.5,10,1,0,43823,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(31507,0,0,0,0,0,27488,0,0,0,'Erekem (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,15,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,7,72,31507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9790,16318,'',0,3,1,32,20,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),
|
|
(31508,0,0,0,0,0,27487,0,0,0,'Ichoron (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,726,15,2000,0,2,514,2048,8,0,0,0,0,0,360,520,91,4,72,31508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6635,6635,'',0,3,1,32,18.7,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(31509,0,0,0,0,0,10193,0,0,0,'Lavanthor (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,1,72,31509,0,70213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(31510,0,0,0,0,0,20590,0,0,0,'Moragg (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,13,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,3,72,31510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6687,6687,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(31511,0,0,0,0,0,27486,0,0,0,'Xevozz (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,7,72,31511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10062,16770,'',0,3,1,32,10,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(31512,0,0,0,0,0,27855,0,0,0,'Zuramat the Obliterator (1)','','',0,82,82,2,16,0,1,1.14286,1,1,450,550,0,782,15,2000,0,1,514,2048,8,0,0,0,0,0,363,521,121,3,72,31512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,6662,'',0,3,1,32,1,1,0,0,0,0,0,0,0,167,1,650854271,2097153,'',12340),
|
|
(31513,0,0,0,0,0,18628,0,0,0,'Erekem Guard (1)','','',0,80,80,2,16,0,1,1.14286,1,1,450,550,0,642,6,2000,0,1,512,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31514,0,0,0,0,0,28073,0,0,0,'Ethereal Sphere (1)','','',0,80,80,2,16,0,1,0.5,1,1,1,1,0,1,1,2000,0,1,131072,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,32,1,1,0,0,0,0,0,0,0,76,0,0,0,'',12340),
|
|
(31515,0,0,0,0,0,17200,0,0,0,'Ichor Globule (1)','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,1,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.227253,1,1,0,0,0,0,0,0,0,84,0,0,0,'',12340),
|
|
(31516,0,0,0,0,0,23875,0,0,0,'Blight Doctor','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31517,0,0,0,0,0,169,11686,0,0,'Dalaran Fountain Invis Stalker','','',0,74,74,2,35,0,1,1.14286,1,1,328,467,0,354,4.6,2000,2000,1,33554944,2048,0,0,0,0,0,0,287,426,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31518,0,0,0,0,0,26208,0,0,0,'Void Sentry (1)','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,0,2048,8,0,0,0,0,0,1,1,1,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31519,0,0,0,0,0,23767,0,0,0,'Void Sentry (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,33554434,2048,8,0,0,0,0,0,345,509,103,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31520,0,0,0,0,0,27421,0,0,0,'Shadron (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),
|
|
(31521,0,0,0,0,0,15294,0,0,0,'Twilight Fissure (1)','','',0,1,1,0,14,0,1,1,1,0,0,0,0,0,1,5200,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,59128,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,128,'',1),
|
|
(31522,0,0,0,0,0,27601,27602,27603,27604,'Friendly Dalaran Wizard','','Directions',0,80,80,2,2007,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31523,0,0,0,0,0,27605,27606,27607,27608,'Friendly Dalaran Gladiator','','Directions',0,80,80,2,2007,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31524,0,0,0,0,0,27750,0,0,0,'Apothecary Collaborator','','',0,74,75,2,16,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,0,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31526,0,0,0,0,0,23884,23884,0,0,'Blight Slinger','','',0,80,80,2,2102,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31527,0,0,0,0,0,7970,9129,18342,9018,'Felguard Marauder','','',0,74,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31528,0,0,0,0,0,24907,0,0,0,'Plagued Felbeast','','',0,74,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31529,0,0,0,0,0,19887,0,0,0,'Ravishing Betrayer','','',0,74,75,2,16,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31530,0,0,0,0,0,27611,0,0,0,'Grand Apothecary Putress','','',0,1,1,0,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31531,0,0,0,0,0,27610,0,0,0,'Perfidious Dreadlord','','',0,75,75,2,16,0,1,1.14286,1,1,339,481,0,370,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31532,0,0,0,0,0,10699,0,0,0,'Treacherous Guardian','','',0,74,75,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31533,0,0,0,0,0,27301,0,0,0,'General Bjarngrim (1)','','',0,82,82,2,16,0,1,1,1.3,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,7,104,31533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9996,16660,'',0,3,1,24,1,1,0,0,0,0,0,0,0,147,1,650854271,2097153,'',1),
|
|
(31534,0,0,0,0,0,27082,0,0,0,'Tenebron (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',1),
|
|
(31535,0,0,0,0,0,27039,0,0,0,'Vesperon (1)','','',0,83,83,2,103,0,1,1,1,3,509,683,0,805,45,2000,0,1,32832,2048,0,0,0,0,0,0,371,535,135,2,108,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220000,240000,'',0,3,1,160,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',1),
|
|
(31536,0,0,0,0,0,27071,0,0,0,'Volkhan (1)','','',0,82,82,2,16,0,1,1,1,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,5,104,31536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28.8,1,1,0,0,0,0,0,0,0,180,1,650854271,2097153,'',1),
|
|
(31537,0,0,0,0,0,27484,0,0,0,'Ionar (1)','','',0,82,82,2,14,0,1,1,1,1,488,642,0,782,15,2000,0,1,32832,2048,0,0,0,0,0,0,363,521,121,4,72,31537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,155,1,650854271,2097153,'',1),
|
|
(31538,0,0,0,0,0,27485,0,0,0,'Loken (1)','','',0,82,82,2,14,0,1,1,1,1,488,642,0,782,15,2000,0,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,31538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,1,1,0,43151,43724,0,0,0,0,177,1,650854271,2097153,'',1),
|
|
(31539,0,0,0,0,0,28014,0,0,0,'Twilight Egg (1)','','',0,80,80,2,103,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31540,0,0,0,0,0,19295,0,0,0,'Twilight Whelp (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,4,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),
|
|
(31541,0,0,0,0,0,8311,0,0,0,'Acolyte of Shadron (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,20,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),
|
|
(31542,0,0,0,0,0,15554,0,0,0,'Rotting Maggot (1)','','',0,80,80,2,16,0,0.8,1.14286,1,1,422,586,0,642,13,2500,0,1,0,2048,8,0,0,0,0,0,345,509,103,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,82,1,0,0,'',12340),
|
|
(31543,0,0,0,0,0,12894,0,0,0,'Acolyte of Vesperon (1)','','',0,81,81,2,103,0,1,1,1,1,247,428,0,312,20,2000,0,2,0,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',1),
|
|
(31544,0,0,0,0,0,8311,0,0,0,'Disciple of Shadron (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31545,0,0,0,0,0,27612,0,0,0,'Arcanist Peridris','Honor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31546,0,0,0,0,0,12894,0,0,0,'Disciple of Vesperon (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31547,0,0,0,0,0,28014,0,0,0,'Sartharion Twilight Egg (1)','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31548,0,0,0,0,0,19295,0,0,0,'Sartharion Twilight Whelp (1)','','',0,81,81,2,103,0,1.6,1.42857,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31549,0,0,0,0,0,27613,0,0,0,'Arcanist Baladrialle','Veteran Honor Quartermaster','',0,80,80,2,2027,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31550,0,0,0,0,0,169,11686,0,0,'Tenebron Egg Controller (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31551,0,0,0,0,0,27614,0,0,0,'Magistrix Feyrina','Veteran Honor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31552,0,0,0,0,0,27615,0,0,0,'Magister Saremvir','Honor Quartermaster','',0,80,80,2,2123,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31553,0,0,0,0,0,22506,0,0,0,'Containment Crystal','','',0,80,80,2,974,0,1,1,1,0,346,499,0,287,1,2000,2000,8,33555200,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31554,0,0,0,31555,0,24994,0,0,0,'Restless Lookout','','',0,80,80,2,974,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31554,31554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31555,0,0,0,33192,0,9789,0,0,0,'Risen Laborer','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(31556,0,0,0,33192,0,24908,0,0,0,'Hungering Plaguehound','','',0,80,80,2,35,0,0.666668,1.19048,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31557,0,0,0,0,0,27616,0,0,0,'Uda the Beast','Innkeeper','',10139,75,75,2,2123,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(31558,0,0,0,0,0,27032,0,0,0,'Drakos the Interrogator (1)','','',0,82,82,2,16,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,32768,2048,8,0,0,0,0,0,363,521,121,2,104,31558,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),
|
|
(31559,0,0,0,0,0,27033,0,0,0,'Varos Cloudstrider (1)','Azure-Lord of the Blue Dragonflight','',0,82,82,2,14,0,1,1.42857,1,1,488,642,0,782,13,2000,0,1,32768,2048,8,0,0,0,0,0,363,521,121,2,104,31559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),
|
|
(31560,0,0,0,0,0,25010,0,0,0,'Mage-Lord Urom (1)','','',0,82,82,2,16,0,1,1.42857,1,1,463,640,0,726,13,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,7,104,31560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11414,19022,'',0,3,1,32,20,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',1),
|
|
(31561,0,0,0,0,0,27034,0,0,0,'Ley-Guardian Eregos (1)','','',0,82,82,2,16,0,1.6,3,1.25,1,463,640,0,726,13,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,2,96,31561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,287.5,25,1,0,43668,0,0,0,0,0,221,1,650854271,2097153,'',1),
|
|
(31562,0,0,0,0,0,15787,0,0,0,'Presence of the Old God','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31563,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1981,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31564,0,0,0,0,0,23007,23017,23018,23019,'Warsong Battleguard','','',0,75,75,2,1980,0,1,1.14286,1,1,500,600,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31565,0,0,0,0,0,28221,0,0,0,'Varimathras','','',0,76,76,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),
|
|
(31566,0,0,0,0,0,17312,0,0,0,'Blight Wagon [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31567,0,0,0,0,0,27620,0,0,0,'Forsaken Chemistry Set [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31568,0,0,0,0,0,27619,0,0,0,'Forsaken Chemistry Set 02 [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31569,0,0,0,0,0,1126,0,0,0,'Plague Barrel [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31570,0,0,0,0,0,1126,0,0,0,'Broken Plague Barrel [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31571,0,0,0,0,0,1126,0,0,0,'Broken Plague Barrel 2 [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31572,0,0,0,0,0,23902,0,0,0,'Blighted Cockroach','','',0,1,1,2,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31573,0,0,0,0,0,19963,27625,0,0,'Forsaken Fire [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31574,0,0,0,0,0,22712,27626,0,0,'Forsaken Fire Small [Wrath Gate Both] (UC)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31575,0,0,0,0,0,27627,0,0,0,'Giant Sewer Rat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31576,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker [Wrath Gate Horde CE 01] (UC)','','',0,80,80,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31577,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Target [Wrath Gate Horde CE 01] (UC)','','',0,80,80,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31578,0,0,0,0,0,27632,0,0,0,'Armored Decoy','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31579,0,0,0,0,0,27559,0,0,0,'Arcanist Adurin','Emblem of Valor Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31580,0,0,0,0,0,27556,0,0,0,'Arcanist Ivrenne','Emblem of Heroism Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31581,0,0,0,0,0,27560,0,0,0,'Magister Brasael','Emblem of Valor Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31582,0,0,0,0,0,27557,0,0,0,'Magistrix Lambriesse','Emblem of Heroism Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31583,0,0,0,0,0,27654,0,0,0,'Frostbrood Skytalon','','',0,80,80,2,974,16777216,4,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,'',0,4,5,1,1,1,0,0,0,0,0,0,0,156,1,8388624,0,'npc_frostbrood_skytalon',12340),
|
|
(31584,0,0,0,0,0,27633,0,0,0,'Ingvar the Plunderer Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,147,1,0,0,'',12340),
|
|
(31585,0,0,0,0,0,7846,0,0,0,'Animated Bones (1)','','',0,81,81,2,14,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,0.5,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31586,0,0,0,0,0,23820,0,0,0,'Anub\'ar Assassin (1)','','',0,81,81,2,21,0,0.833332,1.71429,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.314386,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(31587,0,0,0,0,0,26193,0,0,0,'Anub\'ar Brood Keeper (1)','','',0,81,81,2,7,0,0.833332,1.42857,1,5,464,604,0,708,2,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3125,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31588,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,73,73,2,14,0,1,1.42857,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31589,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31590,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31591,0,0,0,0,0,25768,0,0,0,'Anub\'ar Champion (1)','','',0,81,81,2,16,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,31591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31592,0,0,0,0,0,27395,0,0,0,'Anub\'ar Crusher (1)','','',0,80,81,2,1814,0,1,1.42857,1.15,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,42108,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(31593,0,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31594,0,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31595,0,0,0,0,0,3004,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31596,0,0,0,0,0,23102,0,0,0,'Anub\'ar Crypt Fiend (1)','','',0,81,81,2,16,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,31596,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31597,0,0,0,0,0,26056,0,0,0,'Anub\'ar Darter (1)','','',0,81,81,2,21,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.230185,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31598,0,0,0,0,0,26056,0,0,0,'Anub\'ar Darter (1)','','',0,81,81,2,21,0,1,1.42857,1,0,464,604,0,708,1,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.230185,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31599,0,0,0,0,0,23561,0,0,0,'Anub\'ar Guardian (1)','','',0,81,81,2,21,0,1,2,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(31600,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31601,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,4,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31602,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,1814,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31603,0,0,0,0,0,23564,0,0,0,'Anub\'ar Necromancer (1)','','',0,81,81,2,16,0,1,1.42857,1,0,351,509,0,304,1,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31604,0,0,0,0,0,26194,0,0,0,'Anub\'ar Prime Guard (1)','','',0,81,81,2,1814,0,1,1.42857,1.05,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,29128,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31605,0,0,0,0,0,25258,0,0,0,'Anub\'ar Shadowcaster (1)','','',0,80,81,2,21,0,1,1.42857,1,1,351,509,0,304,7,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,28733,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31606,0,0,0,0,0,25237,0,0,0,'Anub\'ar Skirmisher (1)','','',0,80,81,2,21,0,1,1.42857,1,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,28734,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(31607,0,0,0,0,0,26076,0,0,0,'Anub\'ar Venomancer (1)','','',0,81,81,2,21,0,1,1.71429,1,1,351,509,0,304,13,2000,1900,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(31608,0,0,0,0,0,23567,0,0,0,'Anub\'ar Warrior (1)','','',0,80,81,2,21,0,1,1.42857,1,1,464,604,0,708,7,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,0,28732,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31609,0,0,0,0,0,23565,0,0,0,'Anub\'ar Webspinner (1)','','',0,81,81,2,21,0,1,1.42857,1,1,351,509,0,304,7,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,6,0,29335,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31610,0,0,0,0,0,27856,0,0,0,'Anub\'arak (1)','','',0,82,82,2,14,0,1,1.42857,1,1,488,642,0,782,20,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,104,31610,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38,6,1,0,43726,43411,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(31611,0,0,0,0,0,26776,0,0,0,'Hadronox (1)','','',0,82,82,2,1965,0,2,1.42857,1,1,488,642,0,782,20,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,1,104,31611,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),
|
|
(31612,0,0,0,0,0,27394,0,0,0,'Krik\'thir the Gatewatcher (1)','','',0,82,82,2,21,0,1,1,1.15,1,362,520,0,326,20,2000,2000,8,64,2048,0,0,0,0,0,0,360,523,79,6,104,31612,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,6,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(31613,0,0,0,0,0,25724,0,0,0,'Skittering Infector (1)','','',0,80,80,2,21,0,1,1.42857,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.520291,1,1,0,0,0,0,0,0,0,113,1,8388624,64,'',12340),
|
|
(31614,0,0,0,0,0,25656,0,0,0,'Skittering Swarmer (1)','','',0,80,80,2,21,0,1,1.42857,1,5,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.026015,1,1,0,0,0,0,0,0,0,144,1,8388624,64,'',12340),
|
|
(31615,0,0,0,0,0,23568,0,0,0,'Watcher Gashra (1)','','',0,81,81,2,21,0,1,1.42857,1.2,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,72,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(31616,0,0,0,0,0,23984,0,0,0,'Watcher Narjil (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(31617,0,0,0,0,0,25729,0,0,0,'Watcher Silthik (1)','','',0,81,81,2,21,0,1,1.42857,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,6,8,0,0,70205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(31618,0,0,0,0,0,27634,0,0,0,'Keristrasza Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31619,0,0,0,0,0,27635,0,0,0,'Ley-Guardian Eregos Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,230,20,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(31620,0,0,0,0,0,27636,0,0,0,'King Ymiron Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31621,0,0,0,0,0,27637,0,0,0,'The Prophet Tharon\'ja Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31622,0,0,0,0,0,27638,0,0,0,'Gal\'darah Image','High Prophet of Akali','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31623,0,0,0,0,0,28219,0,0,0,'Mal\'Ganis Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31624,0,0,0,0,0,27640,0,0,0,'Sjonnir The Ironshaper Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31625,0,0,0,0,0,27641,0,0,0,'Loken Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,177,1,0,0,'',12340),
|
|
(31626,0,0,0,0,0,27642,0,0,0,'Anub\'arak Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,6,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31627,0,0,0,0,0,27643,0,0,0,'Herald Volazj Image','','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31628,0,0,0,0,0,11686,0,0,0,'Arcane Beam (1)','','',0,80,80,2,14,0,2.2,1.14286,1,0,422,586,0,642,1,2000,0,1,33718272,2048,8,0,0,0,0,0,345,509,103,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,0,'',1),
|
|
(31629,0,0,0,0,0,27644,0,0,0,'Cyanigosa Image','','',0,82,82,2,35,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,360,520,91,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31630,0,0,0,0,0,16480,19595,0,0,'Skytalon Explosion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31631,0,0,0,0,0,27645,0,0,0,'Centrifuge Construct Image','','',0,79,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,73,1,0,0,'',12340),
|
|
(31632,0,0,0,0,0,27646,0,0,0,'Ymirjar Berserker Image','','',0,79,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31633,0,0,0,0,0,27647,0,0,0,'Infinite Agent Image','','',0,80,80,2,35,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33555264,2048,0,0,0,0,0,0,315,468,69,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31634,0,0,0,0,0,27648,0,0,0,'Titanium Vanguard Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31635,0,0,0,0,0,27651,0,0,0,'Vrykul Skeleton (1)','','',0,80,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,6,0,0,0,0,0,0,0,0,0,0,59386,59397,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.347917,1,1,0,0,0,0,0,0,0,121,1,8388624,64,'',12340),
|
|
(31636,0,0,0,0,0,599,0,0,0,'Jungle Panther','','',0,43,43,0,16,0,1,1.14286,1,0,67,88,0,162,1,2000,2000,1,0,2048,0,2,0,0,0,0,46,67,16,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31637,0,0,0,0,0,26556,0,0,0,'Alliance Flying Machine','','',0,74,75,2,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31638,0,0,0,0,0,24240,25341,0,0,'Alliance Siege Vehicle','','',0,74,75,2,1802,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(31639,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite','','',0,75,76,2,1802,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31640,0,0,0,0,0,27653,0,0,0,'Portal to Stormwind','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31641,0,0,0,0,0,20570,21072,0,0,'Icecrown - Pit Fall','','',0,70,70,2,35,0,20.1429,20.1429,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,'SmartAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31642,0,0,0,0,0,13807,13855,13854,13856,'Royal Dreadguard [Wrath Gate Horde CE 01]','','',0,60,60,0,71,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31643,0,0,0,0,0,21955,11686,0,0,'Dalaran Well Teleport Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31644,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 1 - LAB','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31645,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 2 - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31646,0,0,0,0,0,16480,21072,0,0,'Cosmetic Trigger - Phase 3 - LAB','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31647,0,0,0,0,0,10005,0,0,0,'Carrion Beetle (1)','','',0,82,82,2,21,0,0.833332,2,1,0,488,642,0,782,1,1000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.104058,1,1,0,0,0,0,0,0,0,180,1,8388624,0,'',12340),
|
|
(31648,0,0,0,0,0,28024,0,0,0,'Karen No','Bombadier','',10119,80,80,2,534,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31649,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',0,83,83,0,1735,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,617.284,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31650,0,0,0,0,0,27744,0,0,0,'Thrall','Warchief','',0,83,83,2,1801,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31651,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1801,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31652,0,0,0,0,0,27655,0,0,0,'Horde Demolisher','','',0,80,80,2,29,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31653,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker Tesla','','',0,1,1,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31654,0,0,0,0,0,23905,0,0,0,'Horde Demolitionist','','',0,80,80,2,1735,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31655,0,0,0,0,0,24991,0,0,0,'Annhylde the Caller (1)','','',0,80,81,2,1885,0,0.8,0.5,1,1,464,604,0,708,13,2000,0,1,2,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,48,1,80428891,2,'',12340),
|
|
(31656,0,0,0,0,0,26349,0,0,0,'Dalronn the Controller (1)','','',0,81,81,2,1885,0,1,1.42857,1,1,425,602,0,670,13,2000,0,2,32832,2048,8,0,0,0,0,0,351,511,86,7,72,31656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8038,13398,'',0,3,1,16,12,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(31657,0,0,0,0,0,26350,0,0,0,'Dalronn the Controller (1)','','',0,81,81,2,1885,0,1,1.42857,1,1,425,602,0,670,13,2000,0,2,33554432,2048,8,0,0,0,0,0,351,511,86,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,12,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),
|
|
(31658,0,0,0,0,0,22297,22298,0,0,'Dragonflayer Bonecrusher (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,464,604,0,708,13,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,24069,0,0,0,0,0,0,0,0,9791,43935,0,0,0,0,0,0,0,0,8040,13400,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(31659,0,0,0,0,0,22283,22284,0,0,'Dragonflayer Forge Master (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24079,0,0,0,0,0,0,0,0,59601,60211,0,0,0,0,0,0,0,0,7602,12670,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31660,0,0,0,0,0,22299,25497,0,0,'Dragonflayer Heartsplitter (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,380,580,0,0,10,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,24071,0,0,0,0,0,0,0,0,59605,59603,59604,0,0,0,0,0,0,0,8022,13370,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(31661,0,0,0,0,0,22285,22286,0,0,'Dragonflayer Metalworker (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24078,0,0,0,0,0,0,0,0,59608,8599,0,0,0,0,0,0,0,0,7666,12776,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31662,0,0,0,0,0,22291,22292,0,0,'Dragonflayer Overseer (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24085,0,0,0,0,0,0,0,0,59614,59611,59613,0,0,0,0,0,0,0,7934,13222,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31663,0,0,0,0,0,22289,22290,0,0,'Dragonflayer Runecaster (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,23960,0,0,0,0,0,0,0,0,54965,42740,0,0,0,0,0,0,0,0,7896,13160,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31664,0,0,0,0,0,22295,22296,0,0,'Dragonflayer Sentinel (1)','','',0,1,1,0,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.9375,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(31665,0,0,0,0,0,25393,0,0,0,'Dragonflayer Spiritualist (1)','','',0,80,81,2,1885,0,1,1.28571,1,1,351,509,0,304,13,2000,2000,8,32832,2048,0,0,0,0,0,0,351,503,74,7,0,31665,0,0,0,0,0,0,0,0,51588,51586,51587,0,0,0,0,0,0,0,5974,9958,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31666,0,0,0,0,0,22293,22294,0,0,'Dragonflayer Strategist (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,23956,0,0,0,0,0,0,0,0,42972,59685,0,0,0,0,0,0,0,0,7868,13112,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31667,0,0,0,0,0,22279,22280,0,0,'Dragonflayer Weaponsmith (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,0,24080,0,0,0,0,0,0,0,0,42724,22427,6713,0,0,0,0,0,0,0,7626,12710,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31668,0,0,0,0,0,22677,22678,0,0,'Dragonflayer Worker (1)','','',0,80,81,2,1885,0,1.2,1.14286,1,1,464,604,0,708,13,2000,2000,1,320,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(31669,0,0,0,0,0,24874,0,0,0,'Enslaved Proto-Drake (1)','','',0,80,81,2,1885,0,1.44444,1.14286,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,2,0,24083,0,0,0,0,0,0,0,0,49722,43931,50653,0,0,0,0,0,0,108,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31670,0,0,0,0,0,19725,20367,0,0,'Forge Fire (1)','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31671,0,0,0,0,0,25402,0,0,0,'Frenzied Geist (1)','','',0,80,81,2,1885,0,1,2.14286,1,0,464,604,0,708,1,1000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,6,0,28419,0,0,0,0,0,0,0,0,40414,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,42108,0,0,0,0,0,188,1,8388624,0,'',12340),
|
|
(31672,0,0,0,0,0,25865,0,0,0,'Frost Tomb (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.268394,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(31673,0,0,0,0,0,21953,0,0,0,'Ingvar the Plunderer (1)','','',0,81,81,2,1885,0,1.2,1.42857,1.2,1,464,604,0,708,13,2000,0,1,64,2048,8,0,0,0,0,0,353,512,112,7,8,31673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8112,13520,'',0,3,1,19,1,1,0,33330,43662,0,0,0,0,147,1,617299839,2097153,'',12340),
|
|
(31674,0,0,0,0,0,26351,0,0,0,'Ingvar the Plunderer (1)','','',0,81,81,2,1885,0,1,1.14286,1,1,464,604,0,314,13,2000,0,1,0,2048,8,0,0,0,0,0,353,512,112,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19,1,1,0,33330,43662,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(31675,0,0,0,0,0,22287,22288,0,0,'Proto-Drake Handler (1)','','',0,80,81,2,1885,0,1,1.14286,1,1,425,602,0,670,13,2000,2000,2,32832,2048,0,0,0,0,0,0,351,511,86,7,0,24082,0,0,0,0,0,0,0,0,59695,59696,59694,0,0,0,0,0,0,0,7732,12886,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31676,0,0,0,0,0,22287,22288,0,0,'Proto-Drake Rider (1)','','',0,80,81,2,1885,0,1,2.57143,1,1,464,604,0,708,13,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,2080,31676,0,0,0,0,0,0,0,0,59605,59603,59604,0,0,0,0,0,0,0,5954,9922,'',0,4,1,5,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(31677,0,0,0,0,0,6372,0,0,0,'Proto-Drake Skyguard (1)','','',0,1,1,0,1885,0,1,1.14286,1,1,2,2,0,24,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31678,0,0,0,0,0,22088,23793,0,0,'Savage Worg (1)','','',0,81,81,2,16,0,1.2,1.42857,1,0,464,604,0,708,1,1000,2000,1,0,2048,0,1,0,0,0,0,353,512,112,1,1,31678,0,70212,0,0,0,0,0,0,55077,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31679,0,0,0,0,0,22194,0,0,0,'Skarvald the Constructor (1)','','',0,80,80,2,1885,0,1.2,1.42857,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,7,72,31679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8104,13508,'',0,3,1,16,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),
|
|
(31680,0,0,0,0,0,24605,0,0,0,'Skarvald the Constructor (1)','','',0,80,80,2,1885,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'',12340),
|
|
(31681,0,0,0,0,0,25399,0,0,0,'Tunneling Ghoul (1)','','',0,80,81,2,1885,0,0.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,6,0,24084,0,0,0,0,0,0,0,0,42702,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(31682,0,0,0,0,0,11686,0,0,0,'Utgarde Duo Trigger (1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31683,0,0,0,0,0,22712,17188,0,0,'Wrath Gate Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31684,0,0,0,0,0,22712,17188,0,0,'Wrath Gate Dummy (Undercity)','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31685,0,0,0,0,0,1072,0,0,0,'Borean Marmot','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31686,0,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),
|
|
(31687,0,0,0,0,0,26767,0,0,0,'Flame Sphere','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,570687488,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'npc_taldaram_flamesphere',12340),
|
|
(31688,0,0,0,0,0,11686,0,0,0,'Whirlwind','','',0,80,80,0,2054,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(31689,0,0,0,0,0,27657,0,0,0,'Gnome Diver','','',0,75,75,2,2006,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31690,0,0,0,0,0,21955,11686,0,0,'Infra-Green Flight Master','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31691,0,0,0,0,0,28007,0,0,0,'Faceless Lurker','','',0,79,80,2,16,0,1,0.85714,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,31691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44001,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31692,0,0,0,0,0,15958,12818,15962,14701,'Reanimated Abomination','','',0,80,80,2,35,0,1,1.14286,1,0,500,700,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,31692,0,0,0,0,0,0,0,0,59564,59576,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,43966,42108,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31693,0,0,0,0,0,25987,25756,0,0,'Stormforged Saboteur','','',0,79,80,0,2102,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,31693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42105,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31694,0,0,0,0,0,27785,0,0,0,'Azure Drake Mount','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(31695,0,0,0,0,0,25832,0,0,0,'Blue Drake Mount','','',0,72,72,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,25,10,1,0,0,0,0,0,0,0,260,1,0,0,'',12340),
|
|
(31696,0,0,0,0,0,25852,0,0,0,'Bronze Drake','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(31697,0,0,0,0,0,25835,0,0,0,'Red Drake','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,273,1,0,0,'',12340),
|
|
(31698,0,0,0,0,0,27796,0,0,0,'Twilight Drake Mount','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31699,0,0,0,0,0,27659,0,0,0,'Black Polar Bear Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31700,0,0,0,0,0,27660,0,0,0,'Brown Polar Bear Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31701,0,0,0,0,0,27673,27674,27675,27676,'Skybreaker Infantry','','',0,80,80,2,210,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31702,0,0,0,0,0,27710,0,0,0,'Frostbrood Spawn','','',0,80,80,2,974,0,1.25,0.9921,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'AgressorAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31703,0,0,0,0,0,26510,0,0,0,'Black Mammoth Mount','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31704,0,0,0,0,0,27663,0,0,0,'Crewman Spinwheel','The Cloudkisser','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31705,0,0,0,0,0,27662,0,0,0,'Crewman Coilspan','The Cloudkisser','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31706,0,0,0,0,0,27664,0,0,0,'Crewman Stembolt','The Cloudkisser','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31708,0,0,0,0,0,2853,0,0,0,'Deathguard Barth','The Cloudkisser','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31709,0,0,0,0,0,2955,0,0,0,'Cosmetic Albino Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31710,0,0,0,0,0,1206,0,0,0,'Cosmetic Black Kingsnake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31711,0,0,0,0,0,2957,0,0,0,'Cosmetic Brown Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31712,0,0,0,0,0,6303,0,0,0,'Cosmetic Crimson Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31713,0,0,0,0,0,1986,0,0,0,'Cosmetic Green Water Snake','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31714,0,0,0,0,0,2954,0,0,0,'Cosmetic Ribbon Snake','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31715,0,0,0,0,0,2859,0,0,0,'Deathguard Hicks','The Cloudkisser','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31716,0,0,0,0,0,27661,0,0,0,'Sky-Captain Cryoflight','The Cloudkisser','',10259,40,40,0,1734,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31717,0,0,0,0,0,25833,0,0,0,'Bronze Drake Mount','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(31718,0,0,0,33192,0,25750,0,0,0,'Frostbrood Whelp','','',0,80,80,2,16,0,1,1,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3176,3176,'SmartAI',0,3,1,1,1,1,0,44631,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31719,0,0,0,0,0,17170,1004,27667,0,'Cosmetic Frenzy','','',0,1,1,2,35,0,1.6,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,125,1,0,0,'',12340),
|
|
(31720,0,0,0,0,0,27686,0,0,0,'Crewman Shubbscoop','The Mighty Wind','',10120,72,72,0,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31721,0,0,0,0,0,27064,0,0,0,'Frostbrood Sentry','','',0,80,80,2,2068,0,2,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,3,2,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),
|
|
(31722,0,0,0,0,0,26967,0,0,0,'Archavon the Stone Watcher (1)','','',0,83,83,2,16,0,2,2,1,3,509,683,0,805,70,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,31722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,'',0,3,1,715,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(31723,0,0,0,0,0,27684,0,0,0,'Crewman Barrowswizzle','The Mighty Wind','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31724,0,0,0,0,0,27685,0,0,0,'Crewman Paltertop','The Mighty Wind','',10120,72,72,2,1734,1,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31725,0,0,0,0,0,27687,0,0,0,'Sky-Captain LaFontaine','The Mighty Wind','',0,80,80,2,1734,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31726,0,0,0,0,0,4602,0,0,0,'Grunt Gritch','','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31727,0,0,0,0,0,4601,0,0,0,'Grunt Grikee','','',0,75,75,2,1801,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31728,0,0,0,0,0,5585,5556,5586,11709,'Cosmetic Cat Set 1/2','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31729,0,0,0,0,0,5448,5554,5555,9990,'Cosmetic Cat Set 2/2','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31730,0,0,0,0,0,6296,901,6295,1924,'Cosmetic Frog','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31731,0,0,0,35297,0,24584,24582,0,0,'Wyrm Reanimator','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,31731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1669,2781,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31732,0,0,0,0,0,1141,1418,2176,0,'Cosmetic Rat','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31733,0,0,0,0,0,3233,0,0,0,'Cosmetic Cockroach','','',0,1,1,0,35,0,0.4,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31734,0,0,0,0,0,26752,0,0,0,'Malygos','','',0,83,83,2,14,0,2,2,1,3,509,683,0,805,50,2000,0,2,131074,2048,8,0,0,0,0,0,371,535,135,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1400,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',1),
|
|
(31735,0,0,0,0,0,27680,27681,27682,0,'Cosmetic Pig','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31736,0,0,0,0,0,27703,0,0,0,'Geargrinder\'s Jumpbot','','vehichleCursor',0,80,80,2,1892,16777216,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31737,0,0,0,0,0,27672,27723,27724,27725,'Skybreaker Squad Leader','','',10135,80,80,2,210,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31738,0,0,0,35297,0,27671,0,0,0,'Cultist Corrupter','Cult of the Damned','',0,80,80,2,1982,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,31738,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31739,0,0,0,0,0,27751,27752,0,0,'Warsong Battleguard','','',0,75,75,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31740,0,0,0,0,0,27881,27882,27883,0,'Cosmetic Turtle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31741,0,0,0,0,0,4626,15918,6302,328,'Cosmetic Rabbit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31742,0,0,0,0,0,1072,0,0,0,'Cosmetic Prairie Dog','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31743,0,0,0,0,0,16480,19595,0,0,'Icy Ghoul KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31744,0,0,0,0,0,856,0,0,0,'Cooking Loot Pinata','Hit Me!','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.025,0.008333,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31745,0,0,0,0,0,21955,11686,0,0,'Icecrown Bomber - Bindsight Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31746,0,0,0,31258,33192,26623,0,0,0,'Ymirheim Defender','','',0,80,80,2,1885,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,31746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1670,2784,'SmartAI',0,3,1,1,1,1,0,41989,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31747,0,0,0,33192,0,27683,0,0,0,'Necrotic Webspinner','','',0,79,80,2,2068,0,1,1.19048,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,3,0,0,0,0,345,509,103,1,1,31747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31748,0,0,0,0,0,26876,0,0,0,'Hover Disk (1)','','vehichleCursor',0,80,80,2,14,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31749,0,0,0,0,0,26876,0,0,0,'Hover Disk (1)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',1),
|
|
(31750,0,0,0,0,0,24316,24318,24317,24319,'Nexus Lord (1)','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,35,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'',1),
|
|
(31751,0,0,0,0,0,24316,24318,24317,24319,'Scion of Eternity (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,0,8,131072,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,617291903,2097152,'',1),
|
|
(31752,0,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon (1)','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,0,4,0,2048,8,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57092,57403,0,0,220,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,231,1,0,0,'',1),
|
|
(31754,0,0,0,33192,0,27702,0,0,0,'Glacial Bonelord','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(31755,0,0,0,0,0,913,1037,23519,1041,'Stabled Hunter Pet','','',0,74,80,2,35,0,0.666668,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31756,0,0,0,0,0,193,27726,2729,27690,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31757,0,0,0,0,0,27727,4636,4768,23521,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31758,0,0,0,0,0,27692,1338,2540,802,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31759,0,0,0,0,0,27696,0,0,0,'Sailor Jansen','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31760,0,0,0,0,0,27697,0,0,0,'Sailor Berg','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31761,0,0,0,0,0,27698,0,0,0,'Sailor Davies','Northspear','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31762,0,0,0,0,0,27695,0,0,0,'Navigator Marcus','Northspear','',0,74,74,2,1733,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31763,0,0,0,0,0,27693,0,0,0,'Captain John Brookman','Northspear','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31764,0,0,0,0,0,27694,0,0,0,'First Mate Kacy Dishon','Northspear','',0,76,76,2,1733,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31765,0,0,0,0,0,17345,0,0,0,'Tidal Wave','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(31766,0,0,0,0,0,1126,17612,0,0,'King of the Mountain Kill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31767,0,0,0,0,0,16480,19595,0,0,'Plague Cauldron KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31768,0,0,0,0,0,23513,23515,20833,23516,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31769,0,0,0,0,0,23517,23514,2706,27700,'Stabled Hunter Pet','','',0,74,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31770,0,0,0,0,0,27701,0,0,0,'Thunderbomb\'s Jumpbot','','vehichleCursor',0,80,80,2,1981,16777216,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31773,0,0,0,0,0,27766,0,0,0,'Plague Cauldron Target','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31775,0,0,0,0,0,17444,0,0,0,'Thexal Deathchill','','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,6,0,31775,0,0,0,0,0,0,0,0,0,0,0,0,61747,60924,0,0,0,0,0,0,'SmartAI',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31776,0,0,0,0,0,27704,0,0,0,'Frazzle Geargrinder','Engineering Supplies','',10122,80,80,2,1892,4226,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31777,0,0,0,0,0,21955,11686,0,0,'Cloak Dome Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31778,0,0,0,0,0,25831,0,0,0,'Black Drake Mount','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31779,0,0,0,33192,0,26919,27705,27706,27707,'Skeletal Archmage','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31779,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31780,0,0,0,33192,0,23883,0,0,0,'Fallen Spiderlord','','',0,80,80,2,2068,0,2,2,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(31781,0,0,0,0,0,27708,0,0,0,'Blast Thunderbomb','Engineering Supplies','',10123,80,80,2,1981,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31782,0,0,0,0,0,20211,0,0,0,'Great Wind Vortex','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(31783,0,0,0,33192,0,25243,0,0,0,'Vrykul Necrolord','','',0,80,80,2,1885,0,1,1.07143,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31784,0,0,0,0,0,27703,0,0,0,'Geargrinder\'s Jumpbot','','',0,80,80,2,1892,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,4338,4342,4336,0,0,0,0,0,0,282,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31785,0,0,0,0,0,27701,0,0,0,'Thunderbomb\'s Jumpbot','','',0,80,80,2,1981,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59643,4342,4336,0,0,0,0,0,0,282,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31786,0,0,0,0,0,25177,0,0,0,'Oil Slick','','',0,70,70,2,35,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,570426112,2048,0,0,0,0,0,0,198,295,33,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31787,0,0,0,33192,0,7616,0,0,0,'Citadel Watcher','','',0,79,80,2,2068,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31788,0,0,0,0,0,27712,0,0,0,'Captain Constance','The Kraken','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31789,0,0,0,0,0,27713,0,0,0,'First Mate Fitzgerald','The Kraken','',0,76,76,2,1733,0,1,1.14286,1,0,356,503,0,432,1,2000,2000,1,768,2048,0,0,0,0,0,0,305,452,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31790,0,0,0,0,0,27714,0,0,0,'Navigator Meyer','The Kraken','',0,74,74,2,1733,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,768,2048,0,0,0,0,0,0,287,426,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31791,0,0,0,0,0,27715,0,0,0,'Sailor Dawning','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31792,0,0,0,0,0,27716,0,0,0,'Sailor Picardo','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31793,0,0,0,0,0,27717,0,0,0,'Sailor Phillips','The Kraken','',0,72,72,2,1733,0,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31794,0,0,0,0,0,1126,11686,0,0,'Alliance Ground Force Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31795,0,0,0,0,0,27718,0,0,0,'Cosmetic Smolderweb Hatchling','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31796,0,0,0,0,0,27719,27720,0,0,'Cosmetic Worg Pup','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2181300992,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(31797,0,0,0,0,0,5747,0,0,0,'Ancient Sentinel','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31798,0,0,0,0,0,23823,0,0,0,'Athan','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,0,31798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44047,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31799,0,0,0,0,0,14331,14346,14338,14376,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31800,0,0,0,0,0,14575,27722,10718,19483,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31801,0,0,0,0,0,17200,0,0,0,'Jumpbot Rocket Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31802,0,0,0,0,0,9590,0,0,0,'Treant Ally','','',0,83,83,2,124,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31803,0,0,0,0,0,17698,27721,21155,22472,'Stabled Mount','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31804,0,0,0,0,0,27728,0,0,0,'Qatiichii','Green Island','',0,65,65,0,1950,4736,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31805,0,0,0,0,0,27729,0,0,0,'Nagojut','Walker of Waves','',0,65,65,0,1950,4736,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31806,0,0,0,0,0,27730,0,0,0,'Oomailiq','Green Island','',0,65,65,0,1950,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31807,0,0,0,0,0,27731,0,0,0,'Aumanil','Walker of Waves','',0,68,68,2,1950,0,1,1.14286,1,0,231,325,0,292,1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,41,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31808,0,0,0,0,0,27732,0,0,0,'Ground Commander Koup','','',10125,80,80,2,210,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31809,0,0,0,0,0,236,2410,237,2408,'Swift Dalaran Steed','','',0,74,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31810,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10124,80,80,2,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31811,0,0,0,0,0,19963,16946,0,0,'Varimathras Portal','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31812,0,0,0,0,0,414,0,0,0,'Decomposed Ghoul','','',0,79,80,2,21,0,0.777776,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(31813,0,0,0,0,0,27538,0,0,0,'Frostskull Magus','','',0,80,80,2,21,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.5,1,0,0,0,0,0,0,0,0,1,8388624,64,'',12340),
|
|
(31814,0,0,0,0,0,26241,0,0,0,'A Distant Voice','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31815,0,0,0,0,0,27736,0,0,0,'Bone Giant','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31816,0,0,0,0,0,15294,0,0,0,'Ticking Bomb (1)','','',0,73,73,2,14,0,1,0.857143,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31817,0,0,0,0,0,21955,11686,0,0,'See Inviso Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31818,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (2)','Stormpike General','',0,83,83,2,1216,0,1.78,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(31819,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (2)','Frostwolf General','',0,83,83,2,1214,1,1.78,1.14286,1,3,488,642,0,782,35,2000,2000,1,4096,2048,0,0,0,0,0,0,363,521,121,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(31820,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (2)','Stormpike Captain','',0,81,81,0,1216,0,1.8,1.14286,1,3,425,602,0,670,35,2000,2000,2,4096,2048,0,0,0,0,0,0,351,511,86,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,40,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(31821,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (2)','','',0,83,83,0,1594,0,5.39,1.14286,1,1,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,65,15,1,0,0,0,0,0,0,0,196,1,617299803,0,'',12340),
|
|
(31822,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (2)','','',0,81,81,0,1214,2,1.79,1.14286,1,1,425,602,0,670,35,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,8,1,0,0,0,0,0,0,0,196,1,617299803,1,'',12340),
|
|
(31823,0,0,0,0,0,13472,0,0,0,'Wing Commander Vipore (2)','','',0,79,79,0,1217,3,1.76,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31824,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (2)','','',0,78,78,0,1217,2,1.77,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31825,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (2)','','',0,80,80,0,1215,3,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31826,0,0,0,0,0,13474,0,0,0,'Wing Commander Jeztor (2)','','',0,78,78,0,1215,2,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31827,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(31828,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (2)','','',0,79,79,0,1215,3,1.77,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,334,494,95,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31829,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31830,0,0,0,0,0,25092,0,0,0,'Refurbished Demolisher','','',0,80,80,2,35,16777216,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59733,73740,59737,0,0,0,0,0,0,512,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31831,0,0,0,0,0,23884,0,0,0,'Blight Spreader','','',0,80,80,2,14,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.01177,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31832,0,0,0,0,0,27738,27739,27740,27741,'Kor\'kron Infantry','','',0,80,80,2,106,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31833,0,0,0,0,0,27746,27747,27748,27749,'Kor\'kron Squad Leader','','',0,80,80,2,106,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31834,0,0,0,0,0,27737,0,0,0,'Ground Commander Xutjja','','',0,80,80,2,106,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31835,0,0,0,0,0,16946,0,0,0,'Ingvar Throw Dummy (1)','','',0,82,82,2,14,0,8,2.85714,1,0,488,642,0,782,1,2000,0,1,33554432,2048,8,0,0,0,0,0,363,521,121,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),
|
|
(31836,0,0,0,0,0,27743,27745,0,0,'Blue Dragon Egg','','',0,80,80,2,35,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31838,0,0,0,0,0,27885,0,0,0,'Horde Infra-green Bomber','','',0,80,80,2,714,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),
|
|
(31839,0,0,0,0,0,28026,0,0,0,'Rizzy Ratchwiggle','Bombadier','',10120,80,80,2,714,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31840,0,0,0,0,0,27754,0,0,0,'Horde Turret Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,33554432,0,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59622,61313,0,59196,59194,59193,0,0,0,277,0,0,'NullCreatureAI',0,7,1,26.7451,0.001361,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31841,0,0,0,0,0,27759,27760,0,0,'Taunka Spirit Guide','','',10129,80,80,0,83,32769,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,2147484480,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_spirit_guide',12340),
|
|
(31842,0,0,0,0,0,27757,27758,0,0,'Dwarven Spirit Guide','','',10128,80,80,0,84,32769,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,2147484480,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,2,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_spirit_guide',12340),
|
|
(31843,0,0,0,33192,0,11369,8055,27764,27765,'Reanimated Miner','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,31843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31844,0,0,0,0,0,27755,0,0,0,'Blight Aberration','','',0,75,75,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,25,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(31845,0,0,0,0,0,1126,11686,0,0,'Horde Ground Force Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31847,0,0,0,33192,0,25286,0,0,0,'Scavenging Geist','','',0,79,80,2,21,0,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,31847,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44529,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31848,0,0,0,0,0,27756,0,0,0,'Zidormi','','',10131,80,80,2,1779,1,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31849,0,0,0,0,0,27247,0,0,0,'Black War Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31850,0,0,0,0,0,27245,0,0,0,'Black War Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31851,0,0,0,0,0,27243,0,0,0,'Wooly Mammoth','','',0,70,70,2,35,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mei_francis_mount',12340),
|
|
(31852,0,0,0,0,0,27244,0,0,0,'Wooly Mammoth','','',0,70,70,2,35,0,0.666668,0.95238,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mei_francis_mount',12340),
|
|
(31853,0,0,0,33192,0,25300,25297,0,0,'Cruel Overseer','','',0,80,80,2,1885,0,1,1.07143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,31853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31854,0,0,0,0,0,27246,0,0,0,'Ice Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31855,0,0,0,0,0,27248,0,0,0,'Ice Mammoth','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31856,0,0,0,0,0,28360,0,0,0,'Horde Bomber Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,33554432,0,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59059,0,0,59196,59194,59193,0,0,0,274,0,0,'NullCreatureAI',0,7,1,26.7451,0.000681,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31857,0,0,0,0,0,27239,0,0,0,'Grand Ice Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(31858,0,0,0,0,0,27242,0,0,0,'Grand Ice Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(31861,0,0,0,0,0,27240,0,0,0,'Grand Black War Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(31862,0,0,0,0,0,27241,0,0,0,'Grand Black War Mammoth','','vehichleCursor',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(31863,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31864,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31865,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,2,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31866,0,0,0,0,0,1126,17612,0,0,'Slaves to Saronite Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31867,0,0,0,0,0,11686,0,0,0,'Spark of Ionar (1)','','',0,80,80,2,16,0,0.7,0.7,1,1,0,0,0,0,0,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,83,1,0,0,'',1),
|
|
(31868,0,0,0,0,0,25092,0,0,0,'Wrecked Demolisher','','',0,80,80,2,35,2,1.2,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,537133056,2048,32,0,0,0,0,0,345,509,103,9,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31869,0,0,0,0,0,7950,14501,0,0,'Cyclone','','',0,80,80,2,1801,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31871,0,0,0,0,0,19252,0,0,0,'Lighting Wasp (Underbelly Elixer Shapeshift)','','',0,70,71,1,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31872,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Stone Keeper\'s Shard Vendor','Emporium of AWESOME','',0,28,28,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31873,0,0,0,0,0,10978,10972,0,0,'Fetid Troll Corpse (1)','','',0,80,80,2,16,0,1,1,1,0,464,604,0,708,4,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,73,1,0,0,'',1),
|
|
(31874,0,0,0,0,0,169,17200,0,0,'Dark Matter (1)','','',0,81,81,2,114,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31875,0,0,0,0,0,11686,0,0,0,'Dark Matter Target (1)','','',0,80,80,0,114,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,33554432,2048,8,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(31876,0,0,0,0,0,25991,0,0,0,'Dark Rune Protector (1)','','',0,80,81,2,1965,0,1,1,1,1,422,586,0,708,8,2000,0,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31877,0,0,0,0,0,25987,0,0,0,'Dark Rune Stormcaller (1)','','',0,80,81,2,1965,0,1,1,1,0,422,524,0,708,6,2000,0,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(31878,0,0,0,0,0,11686,0,0,0,'Searing Gaze (1)','','',0,80,81,0,114,0,1,1.14286,1,0,464,604,0,708,1,2000,0,1,33554432,2048,8,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1.6875,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31879,0,0,0,0,0,27762,27763,0,0,'Human Mage (Underbelly Elixir Mirror Effect)','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31880,0,0,0,0,0,16480,21072,0,0,'Summoned Plague Cauldron Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31881,0,0,0,0,0,27670,0,0,0,'Kor\'kron Troop Transport','','',0,80,80,2,1735,16777216,1.2,3,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31882,0,0,0,0,0,27768,27830,27831,0,'Kor\'kron Infiltrator','','',0,80,80,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31883,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31884,0,0,0,0,0,27669,0,0,0,'Kor\'kron Suppression Turret','','vehichleCursor',0,80,80,2,1735,16777216,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59880,0,0,0,0,0,0,0,0,291,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(31885,0,0,0,24051,0,27019,0,0,0,'Rhukah','','',0,75,75,2,2123,0,1.2,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,1,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31886,0,0,0,24051,0,22003,0,0,0,'Nargut','','',0,75,75,2,2123,0,1.2,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,1,0,0,0,0,295,438,68,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31887,0,0,0,0,0,16480,21342,0,0,'Ebon Blade Marker','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31888,0,0,0,0,0,1126,11686,0,0,'Horde Transport Controller Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31889,0,0,0,0,0,134,0,0,0,'Grizzly Squirrel','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31890,0,0,0,0,0,16633,0,0,0,'Mountain Skunk','','',0,1,1,0,31,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(31891,0,0,0,0,0,27771,0,0,0,'Kor\'kron Transport Pilot','','',0,80,80,2,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31892,0,0,0,0,0,28015,0,0,0,'Darkspeaker R\'khem','','',0,80,80,2,190,2,1.6,1.42857,1,1,417,582,0,608,4.6,2000,2000,2,295744,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(31893,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31894,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31895,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31896,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,80,80,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31897,0,0,0,0,0,27769,0,0,0,'Lightwell','','Interact',0,1,1,0,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_pri_lightwell',12340),
|
|
(31898,0,0,0,0,0,27772,0,0,0,'Asric','','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31899,0,0,0,0,0,27780,0,0,0,'Jadaar','','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31900,0,0,0,33192,0,27774,25796,27775,27651,'Scourge Banner-Bearer','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,1818,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,31900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(31902,0,0,0,0,0,28044,0,0,0,'Red Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(31903,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31904,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31905,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31906,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31907,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (2)','','',0,60,60,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31908,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31909,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31910,0,0,0,0,0,23317,0,0,0,'Geen','Oracles Quartermaster','',0,78,78,2,2063,128,1,1.19048,1,1,387,543,0,528,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31911,0,0,0,0,0,25376,0,0,0,'Tanak','Frenzyheart Quartermaster','',0,78,78,2,2060,128,0.666668,0.99206,1,1,387,543,0,528,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31912,0,0,0,0,0,28040,0,0,0,'Black Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(31913,0,0,0,0,0,28077,0,0,0,'Invisible Stalker (Dispersion)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31915,0,0,0,0,0,1126,11686,0,0,'Horde Transport Dropoff Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(31916,0,0,0,0,0,28218,0,0,0,'Tanaika','Kalu\'ak Quartermaster','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31917,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(31918,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (2)','','',0,78,78,0,11,0,1.75,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31919,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (2)','','',0,55,55,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31920,0,0,0,0,0,13336,13337,0,0,'Alliance Spirit Guide (2)','','',0,80,80,0,84,32768,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31921,0,0,0,0,0,13340,0,0,0,'Alterac Ram (2)','','',0,70,71,0,1274,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31922,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (2)','','',0,81,81,0,16,0,1.77,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31923,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (2)','','',0,80,80,0,1216,3,1.76,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31924,0,0,0,0,0,14215,0,0,0,'Athramanis (2)','Bounty Hunter','',0,80,80,0,1594,2,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31925,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (2)','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,6.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31926,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (2)','Food & Drink','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31927,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (2)','','',0,80,80,0,1216,0,1.76,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31928,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31929,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (2)','','',0,80,80,0,1216,0,1.76,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31930,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31931,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (2)','','',0,61,61,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31932,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (2)','','',0,81,81,0,1216,0,1.27,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31933,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (2)','','',0,81,81,0,1214,0,1.27,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31934,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (2)','','',0,80,80,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31935,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31936,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (2)','','',0,60,60,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31937,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (2)','','',0,60,60,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31938,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (2)','','',0,60,60,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31939,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (2)','','',0,80,80,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31940,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (2)','','',0,58,58,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31941,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (2)','','',0,81,81,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31942,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (2)','','',0,66,66,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31943,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (2)','','',0,61,61,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31944,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (2)','','',0,58,58,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31945,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (2)','','',0,58,58,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31946,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (2)','','',0,74,75,0,1216,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31947,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (2)','','',0,74,75,0,1214,2,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31948,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31949,0,0,0,0,0,556,308,0,0,'Coldmine Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31950,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31951,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (2)','','',0,74,75,0,1214,2,1.74,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31952,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (2)','','',0,81,81,0,1214,1,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31953,0,0,0,0,0,13445,0,0,0,'Commander Duffy (2)','','',0,81,81,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31954,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (2)','','',0,81,81,1,1216,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31955,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (2)','','',0,81,81,0,1214,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31956,0,0,0,0,0,13463,0,0,0,'Commander Malgor (2)','','',0,81,81,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31957,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31958,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (2)','','',0,81,81,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31959,0,0,0,0,0,13455,0,0,0,'Commander Randolph (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31960,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (2)','','',0,78,79,0,1216,3,1.78,1.14286,1,1,404,564,0,582,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,334,494,95,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31961,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (2)','','',6261,56,57,0,1214,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31962,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (2)','','',0,61,61,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31963,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (2)','Bounty Hunter','',0,79,79,0,57,2,1.27,1.14286,1,0,404,564,0,582,1,2000,2000,1,4096,2048,0,0,0,0,0,0,334,494,95,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31964,0,0,0,0,0,10278,0,0,0,'Drakan (2)','','',0,80,80,0,1214,0,2.33,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31965,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (2)','','',0,80,80,0,1216,1,1.78,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31966,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31967,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31968,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31969,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31970,0,0,0,0,0,10278,0,0,0,'Duros (2)','','',0,80,80,0,1214,0,2.33,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31971,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31972,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31973,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (2)','','',0,61,61,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31974,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (2)','','',0,1,1,0,14,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,32.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(31975,0,0,0,0,0,10278,0,0,0,'Frostwolf (2)','','',0,70,71,0,1275,0,1.26,1.14286,1,0,299,426,0,308,1,2000,2000,1,0,2048,0,1,0,0,0,0,262,389,48,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31976,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (2)','','',0,81,81,0,1214,0,1.05,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31977,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (2)','','',0,73,74,0,1214,0,1.26,1.14286,1,0,328,467,0,354,1,2000,2000,1,4096,2048,0,1,0,0,0,0,287,426,63,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31978,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (2)','','',0,79,80,0,1214,0,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4608,2048,0,0,0,0,0,0,345,509,103,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31979,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (2)','','',6484,55,55,0,1215,1048577,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31980,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (2)','','',0,59,59,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31981,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (2)','','',0,78,78,0,1214,0,1.26,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31982,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (2)','','',0,80,80,0,1335,0,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31983,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (2)','','',0,77,77,0,1214,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31984,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (2)','','',0,61,61,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31985,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (2)','','',0,76,76,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31986,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (2)','','',0,75,75,0,1215,131,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31987,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (2)','','',0,62,62,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31988,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (2)','','',0,1,1,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31989,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (2)','','',0,78,78,0,1214,1,1.77,1.14286,1,1,383,539,0,500,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,321,477,68,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31990,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (2)','','',0,60,60,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31991,0,0,0,0,0,13670,0,0,0,'Frostwolf Stable Master (2)','Stable Master','',9821,80,80,0,1214,4194307,1.78,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31992,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (2)','','',0,55,55,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31993,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (2)','','',0,78,78,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31994,0,0,0,0,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (2)','','',0,80,80,0,1214,2,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31995,0,0,0,0,0,2346,0,0,0,'Furis (2)','','',0,1,1,0,1215,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.755,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(31996,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (2)','Stormpike Supply Officer','',0,78,78,0,1217,4224,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(31997,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (2)','','',0,1,1,0,1334,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31998,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (2)','','',0,80,80,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(31999,0,0,0,0,0,1359,0,0,0,'Grelkor (2)','Blacksmithing Supplies','',0,75,75,0,1215,4224,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32000,0,0,0,0,0,10792,0,0,0,'Grimtooth (2)','','',0,80,80,0,39,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32001,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (2)','Frostwolf Supply Officer','',0,78,78,0,1215,4224,1.75,1.14286,1,1,387,543,0,528,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,324,480,88,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32002,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32003,0,0,0,0,0,13069,0,0,0,'Herald (2)','','',0,75,75,0,1334,3,1,1.14286,1,0,332,485,0,411,1,2000,2000,1,33559296,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32004,0,0,0,0,0,13338,13339,0,0,'Horde Spirit Guide (2)','','',0,80,80,0,83,32768,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4928,2048,0,0,0,0,0,0,341,506,80,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32005,0,0,0,0,0,10041,0,0,0,'Ice Giant (2)','','',0,83,83,0,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32006,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (2)','','',0,80,80,0,1534,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32007,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (2)','','',0,80,80,0,1214,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32008,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32009,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32010,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32011,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (2)','','',0,52,53,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32012,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (2)','','',0,74,75,0,1214,0,1.74,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32013,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (2)','','',0,53,54,0,59,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32014,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (2)','','',0,74,75,0,1216,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32015,0,0,0,0,0,556,308,0,0,'Irondeep Miner (2)','','',0,72,73,0,1216,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.39,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32016,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (2)','','',0,72,73,0,1214,2,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32017,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (2)','','',0,74,75,0,1214,2,1.75,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32018,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (2)','','',0,73,74,0,59,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32019,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (2)','','',0,74,75,0,59,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32020,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (2)','','',0,74,75,0,1216,0,1.73,1.14286,1,0,339,481,0,370,1,2000,2000,2,4096,2048,0,0,0,0,0,0,293,436,53,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32021,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (2)','','',0,72,73,0,59,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32022,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (2)','Frostwolf Supply Officer','',0,58,58,0,1335,4226,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32023,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32024,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (2)','General Goods','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32025,0,0,0,0,0,13808,0,0,0,'Jotek (2)','','',0,80,81,0,1214,2,1.8,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,353,512,112,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32026,0,0,0,0,0,13300,0,0,0,'Keetar (2)','','',0,78,78,0,1214,2,1.76,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32027,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (2)','','',0,82,82,0,37,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32028,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (2)','Reagents & Poison Supplies','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32029,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (2)','Blacksmithing Supplies','',0,75,75,0,1217,4224,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32030,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32031,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32032,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (2)','','',5442,61,61,0,1334,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32033,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (2)','','',0,79,79,1,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32034,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32035,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32036,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32037,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32038,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32039,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32040,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32041,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32042,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32043,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (2)','','',0,78,78,0,1214,2,1.76,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32044,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (2)','','',0,60,60,0,1194,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32045,0,0,0,0,0,5945,0,0,0,'Morloch (2)','','',0,78,78,1,59,0,1.77,1.14286,1,0,383,539,0,500,1,2000,2000,2,512,2048,0,0,0,0,0,0,321,477,68,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32046,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (2)','','',0,80,80,0,1216,2,1.8,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32047,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32048,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (2)','','',0,80,80,0,1216,2,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32049,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (2)','Bounty Hunter','',0,79,79,0,877,2,1.27,1.14286,1,0,404,564,0,582,1,2000,2000,1,4096,2048,0,0,0,0,0,0,334,494,95,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32050,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (2)','','',0,80,80,0,1214,3,1.79,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,4160,2048,0,0,0,0,0,0,341,506,80,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(32051,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (2)','','',0,81,81,0,1216,2,1.05,1.14286,1,0,464,604,0,708,1,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32052,0,0,0,0,0,4294,0,0,0,'Rarck (2)','General Goods','',0,75,75,0,1215,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32053,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (2)','Bounty Hunter','',0,80,80,0,105,2,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32054,0,0,0,0,0,14072,0,0,0,'Rezrelek (2)','Winterax Hero','',0,1,1,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32055,0,0,0,0,0,8811,0,0,0,'Risen Ancient (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32056,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (2)','','',0,58,58,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32057,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (2)','','',0,76,77,0,1216,0,1,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32058,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (2)','','',0,76,77,0,1214,2,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32059,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (2)','','',0,76,77,0,1216,0,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32060,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (2)','','',0,56,57,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32061,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (2)','','',0,59,59,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32062,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (2)','','',0,79,79,0,1216,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32063,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (2)','','',0,79,79,0,1214,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32064,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (2)','','',0,78,78,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32065,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (2)','','',0,77,77,0,1214,0,1.75,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32066,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (2)','','',0,76,77,0,1216,0,1.71,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32067,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (2)','','',0,77,77,0,1214,0,1.76,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32068,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (2)','','',0,76,77,0,1216,0,1.76,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32069,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (2)','','',0,78,78,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32070,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (2)','','',0,56,56,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32071,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (2)','','',0,79,79,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32072,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (2)','','',0,79,79,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32073,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (2)','','',0,59,59,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32074,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (2)','','',0,59,59,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32075,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (2)','','',0,56,56,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32076,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (2)','','',6262,1,1,0,35,3,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32077,0,0,0,0,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (2)','','',0,76,77,0,1214,3,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32078,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (2)','Food & Drink','',0,75,75,0,1215,128,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32079,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (2)','','',0,1,1,0,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32080,0,0,0,0,0,13152,0,0,0,'Smith Regzar (2)','','',5124,80,80,0,1215,3,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32081,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (2)','','',0,72,73,0,514,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32082,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (2)','','',0,72,73,0,514,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32083,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (2)','','',0,73,74,0,514,0,1.25,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32084,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32085,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32086,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (2)','','',0,80,80,0,1534,0,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32087,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (2)','','',0,80,80,0,1214,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32088,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (2)','','',0,81,81,0,1216,0,1.05,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,4608,2048,0,0,0,0,0,0,353,512,112,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32089,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (2)','','',0,79,80,0,1216,0,1.27,1.14286,1,0,422,586,0,642,1,2000,2000,1,4608,2048,0,0,0,0,0,0,345,509,103,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32090,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (2)','','',0,56,56,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32091,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (2)','','',0,78,78,0,1216,0,1.26,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32092,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (2)','','',6500,55,55,0,1217,1048577,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32093,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (2)','','',0,60,60,0,1216,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32094,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (2)','','',0,77,77,0,1216,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,4096,2048,0,0,0,0,0,0,314,466,81,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32095,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (2)','','',0,80,80,0,1334,3,1.26,1.14286,1,0,422,586,0,642,1,2000,2000,1,4096,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32096,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (2)','','',0,81,81,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32097,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (2)','','',0,55,55,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32098,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (2)','','',0,73,74,0,1216,0,1.26,1.14286,1,0,328,467,0,354,1,2000,2000,1,4096,2048,0,26,0,0,0,0,287,426,63,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32099,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (2)','','',5241,75,75,0,1217,131,1.26,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32100,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (2)','','',0,78,78,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32101,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (2)','','',0,80,80,0,1216,3,1.79,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32102,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (2)','','',0,76,76,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32103,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (2)','','',0,1,1,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32104,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (2)','','',0,60,60,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32105,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (2)','Stable Master','',9821,80,80,0,1216,4194307,1.78,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,345,509,103,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32106,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (2)','Trade Goods','',0,75,75,0,1217,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32107,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (2)','','',0,57,57,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32108,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (2)','','',0,53,53,0,1194,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32109,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (2)','','',0,60,60,0,1194,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32110,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (2)','','',0,78,78,0,26,0,1.76,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32111,0,0,0,0,0,13990,0,0,0,'Tatterhide (2)','','',0,1,1,0,16,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32112,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (2)','Stormpike Supply Officer','',0,58,58,0,1334,4224,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32113,0,0,0,0,0,7804,0,0,0,'Trigger Guse (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32114,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32115,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32116,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32117,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32118,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (2)','','',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32119,0,0,0,0,0,13299,0,0,0,'Umi Thorson (2)','','',0,78,78,0,1216,0,1.77,1.14286,1,0,387,543,0,528,1,2000,2000,1,4096,2048,0,0,0,0,0,0,324,480,88,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32120,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (2)','','',0,1,1,0,37,0,1,1.14286,1,2,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32121,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (2)','','',0,78,79,0,1216,0,1.73,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32122,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (2)','','',0,78,79,0,1214,2,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32123,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (2)','','',0,78,79,0,1216,0,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32124,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (2)','','',0,78,79,0,1214,2,1.74,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32125,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (2)','','',0,80,80,0,1216,0,1.28,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32126,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (2)','','',0,80,80,0,1214,0,1.28,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32127,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (2)','','',0,79,79,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32128,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (2)','','',0,58,59,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32129,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (2)','','',0,78,79,0,1216,0,1.74,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32130,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (2)','','',0,69,69,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32131,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (2)','','',0,78,79,0,1216,0,1.71,1.14286,1,0,399,559,0,550,1,2000,2000,2,0,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32132,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (2)','','',0,79,79,0,1214,0,1.26,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32133,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (2)','','',0,57,57,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32134,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (2)','','',0,57,57,0,1216,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32135,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (2)','','',0,57,57,0,1214,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32136,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (2)','','',0,80,80,0,1216,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32137,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (2)','','',0,61,61,0,1214,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.365,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32138,0,0,0,0,0,11012,0,0,0,'War Rider (2)','','',0,60,60,0,1214,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(32139,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (2)','','',0,72,73,0,26,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32140,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (2)','','',0,73,74,0,26,0,1.76,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32141,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (2)','','',0,74,75,0,26,0,1.76,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32142,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (2)','','',0,1,1,0,26,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32143,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (2)','','',0,72,73,0,26,0,1.76,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32144,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (2)','','',0,78,79,0,39,0,1.25,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32145,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (2)','','',0,76,77,0,39,0,1.26,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,0,0,0,0,0,314,466,81,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32146,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (2)','','',0,72,73,0,39,0,1.25,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32147,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (2)','','',0,76,77,0,39,0,1.26,1.14286,1,0,367,519,0,452,1,2000,2000,2,0,2048,0,0,0,0,0,0,311,463,62,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32148,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (2)','','',0,73,74,0,39,0,1.25,1.14286,1,0,325,464,0,334,1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32149,0,0,0,0,0,27776,27777,27778,27779,'Fallen Hero\'s Spirit','','',0,79,79,2,634,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,33280,2048,0,0,0,0,0,0,331,491,74,6,0,32149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32150,0,0,0,0,0,26399,0,0,0,'Loremaster Zollinger','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32151,0,0,0,0,0,28041,0,0,0,'Blue Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(32152,0,0,0,0,0,28116,0,0,0,'Horde Engineering Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,59061,61093,0,59196,59194,59193,0,0,0,278,0,0,'NullCreatureAI',0,7,1,18.7196,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(32153,0,0,0,0,0,28045,0,0,0,'Time-Lost Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(32154,0,0,0,0,0,27783,27784,0,0,'Scourge War Machine','','',0,80,80,2,21,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32155,0,0,0,0,0,27786,27787,0,0,'Destroyed War Machine','','',0,80,80,2,16,0,1,1,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32156,0,0,0,0,0,28042,0,0,0,'Plagued Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(32157,0,0,0,0,0,28043,0,0,0,'Violet Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(32158,0,0,0,0,0,25836,0,0,0,'Albino Drake','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,5.95238,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(32159,0,0,0,0,0,16269,0,0,0,'Doomguard Pillager','','',0,77,78,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,6,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32160,0,0,0,0,0,27788,0,0,0,'Khanok the Impassable','','',0,76,76,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,550,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(32161,0,0,0,33192,0,27511,0,0,0,'Scourge War Engineer','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(32162,0,0,0,0,0,22196,0,0,0,'Grimkor the Wicked','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,32162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32163,0,0,0,0,0,27790,0,0,0,'Grimkor\'s Hound','','',0,80,80,2,974,0,0.666668,1.19048,1,1,200,300,0,400,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32164,0,0,0,0,0,26563,7869,16916,0,'Skeletal Craftsman','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,32164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32165,0,0,0,0,0,27798,0,0,0,'Twilight Drake Mount (Red)','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32166,0,0,0,0,0,27797,0,0,0,'Twilight Drake Mount (Purple)','','',0,82,82,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32167,0,0,0,0,0,16480,19595,0,0,'Risen Skeleton KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32168,0,0,0,0,0,16480,19595,0,0,'Vicious Geist KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32169,0,0,0,0,0,27800,0,0,0,'Arcanist Braedin','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(32170,0,0,0,0,0,27801,0,0,0,'Magister Surdiel','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(32171,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 Warrior','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32172,0,0,0,0,0,27799,0,0,0,'Harold Winston','Jewelry Vendor','',0,75,75,2,2007,128,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32173,0,0,0,0,0,27803,0,0,0,'Icecrown Necropolis','','',0,80,80,2,21,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32174,0,0,0,0,0,27393,0,0,0,'Teleportation Portal (Elite)','','',0,75,75,2,35,0,1,0.992063,1,1,342,485,0,392,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32175,0,0,0,33192,0,27808,27809,0,0,'Chosen Zealot','','',0,80,80,2,233,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32176,0,0,0,0,0,27804,0,0,0,'Plague Drenched Ghoul','','',0,81,81,2,14,0,4,1.42857,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,156,1,8388624,0,'',12340),
|
|
(32178,0,0,0,0,0,25399,0,0,0,'Rampaging Ghoul','','',0,80,80,0,14,0,4,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,2,1,0,0,0,0,0,0,0,156,1,8388624,0,'',12340),
|
|
(32179,0,0,0,0,0,16206,15961,0,0,'Stitched Brute','','',0,80,80,2,21,0,1,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32180,0,0,0,0,0,27812,0,0,0,'Tempus Wyrm','','',0,80,80,2,1683,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,2,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),
|
|
(32181,0,0,0,0,0,1749,0,0,0,'Living Plague','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,6,0,32181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32182,0,0,0,32399,0,27806,26763,26329,0,'Enraged Fleshrender','','',0,80,80,2,21,0,0.8,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32183,0,0,0,0,0,27870,0,0,0,'Skeletal Footsoldier','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(32184,0,0,0,0,0,24213,0,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'',12340),
|
|
(32185,0,0,0,0,0,27814,0,0,0,'Infinite Eradicator','','',0,80,80,2,2102,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,262400,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,2,2,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),
|
|
(32186,0,0,0,0,0,27813,0,0,0,'Infinite Timebreaker','','',0,80,80,2,2102,0,4,2.85714,1,1,422,586,0,642,4.6,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,2,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,5,5,1,0,0,0,0,0,0,0,227,1,0,0,'',12340),
|
|
(32187,0,0,0,0,0,26753,0,0,0,'Power Spark (1)','','',0,80,80,2,14,0,1,1,1,1,0,0,0,0,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,0,650838847,2097152,'',1),
|
|
(32188,0,0,0,0,0,25753,0,0,0,'Gargoyle Ambusher','','',0,80,80,2,2068,0,1,1.71429,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32189,0,0,0,0,0,23365,0,0,0,'Skybreaker Recon Fighter','','',0,75,75,2,534,0,8,2.85714,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,294,0,0,'SmartAI',0,7,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),
|
|
(32190,0,0,0,0,0,24005,24006,24007,24008,'Skybreaker Airman','','',0,70,70,2,534,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32191,32192,0,0,0,0,27220,0,0,0,'Azure Stalker','','',0,75,75,2,16,0,1,1.14286,1,1,342,485,0,392,4,2000,0,1,0,2048,8,0,0,0,0,0,295,438,68,2,8,32191,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_azure_stalker',12340),
|
|
(32192,0,0,0,0,0,27220,0,0,0,'Azure Stalker (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,8,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,32191,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,6666,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(32193,0,0,0,0,0,27815,11686,0,0,'[DND] Icecrown Airship Bomb','','',0,75,75,2,35,0,6,3.14286,1,0,342,485,0,392,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,295,438,68,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,240,1,0,128,'',12340),
|
|
(32194,0,0,0,0,0,9074,0,0,0,'Heb\'Drakkar Felbat','','',0,75,75,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,24,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(32195,0,0,0,0,0,16480,19595,0,0,'South Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(32196,0,0,0,0,0,16480,19595,0,0,'Central Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(32197,0,0,0,0,0,16480,19595,0,0,'North Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(32198,0,0,0,0,0,17697,0,0,0,'Loaned Gryphon','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32199,0,0,0,0,0,16480,19595,0,0,'Northwest Gate KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(32200,0,0,0,0,0,11686,0,0,0,'Cave In Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32201,0,0,0,0,0,17284,26073,26071,26072,'Orgrim\'s Hammer Scout','','',0,80,80,2,714,0,4,1.38571,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,32201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,44220,0,0,0,0,0,156,1,0,0,'',12340),
|
|
(32202,0,0,0,0,0,16480,19595,0,0,'Desolation KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32203,0,0,0,0,0,27818,0,0,0,'Black War Bear','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32204,32209,0,0,0,0,27824,0,0,0,'Lieutenant Sinclari','','',0,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32205,0,0,0,0,0,27819,0,0,0,'Black War Bear','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32206,0,0,0,0,0,27820,0,0,0,'Armored Brown Bear','','',0,70,70,0,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),
|
|
(32207,0,0,0,0,0,27821,0,0,0,'Armored Brown Bear','','',0,70,70,2,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),
|
|
(32208,0,0,0,0,0,17699,0,0,0,'Loaned Wind Rider','','',0,77,77,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,296,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32209,0,0,0,0,0,27824,0,0,0,'Lieutenant Sinclari (1)','','',0,80,80,2,35,1,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32212,0,0,0,0,0,27237,0,0,0,'Grand Caravan Mammoth','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32213,0,0,0,0,0,27238,0,0,0,'Grand Caravan Mammoth','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32214,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Hanging, Horde','','',0,1,1,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,128,'',12340),
|
|
(32215,0,0,0,0,0,21955,21072,0,0,'Banner Bunny, Side, Horde','','',0,1,1,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,128,'',12340),
|
|
(32216,0,0,0,0,0,27822,0,0,0,'Mei Francis','Exotic Mounts','',0,75,75,2,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32217,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Hanging, Alliance','','',0,1,1,2,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32218,0,0,0,0,0,27989,0,0,0,'Snake Wrap (1)','','',0,78,78,2,14,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,131076,2048,0,0,0,0,0,0,324,480,88,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32221,0,0,0,0,0,21955,21072,0,0,'Banner Bunny, Side, Alliance','','',0,1,1,2,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32222,0,0,0,0,0,27825,27826,27827,0,'Skybreaker Infiltrator','','',0,80,80,2,1732,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32223,0,0,0,0,0,27828,0,0,0,'Skybreaker Transport Pilot','','',0,80,80,2,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32224,0,0,0,0,0,1126,11686,0,0,'Alliance Transport Controller Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32225,0,0,0,0,0,27670,0,0,0,'Skybreaker Troop Transport','','',0,80,80,2,1732,16777216,1.2,3,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32226,32550,0,0,0,0,27488,0,0,0,'Arakkoa Windwalker','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,20,1,0,0,0,0,0,0,0,150,1,0,0,'npc_erekem_guard',12340),
|
|
(32227,0,0,0,0,0,27669,0,0,0,'Skybreaker Suppression Turret','','vehichleCursor',0,80,80,2,1732,16777216,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,59880,0,0,0,0,0,0,0,0,291,0,0,'SmartAI',0,4,1,5,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(32228,32549,0,0,0,0,18628,0,0,0,'Arakkoa Talon Guard','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(32229,0,0,0,0,0,11686,0,0,0,'Drag Drop KC Bunny','','',0,60,60,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32230,32555,0,0,0,0,26214,0,0,0,'Void Lord','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32231,32552,0,0,0,0,27486,0,0,0,'Ethereal Wind Trader','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32232,0,0,0,0,0,19963,21072,0,0,'Legion World Portal','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32233,0,0,0,0,0,27829,0,0,0,'Trusty Copper Racer','','',0,1,1,0,35,0,0.8,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32234,32554,0,0,0,0,27487,0,0,0,'Swirling Water Revenant','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,18.7,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32235,32551,0,0,0,0,20590,0,0,0,'Chaos Watcher','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32236,0,0,0,35297,0,27832,27834,0,0,'Dark Subjugator','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1675,2791,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32237,32553,0,0,0,0,10193,0,0,0,'Lava Hound','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32238,0,0,0,35297,0,27847,27848,0,0,'Bitter Initiate','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,2780,'SmartAI',0,3,1,1,1,1,0,44246,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32239,0,0,0,0,0,27835,0,0,0,'Highlord Tirion Fordring','','',10200,83,83,2,2070,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tirions_gambit_tirion',12340),
|
|
(32241,0,0,0,0,0,27836,27837,0,0,'Disguised Crusader','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32242,0,0,0,0,0,16480,26241,0,0,'Blue Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32244,0,0,0,0,0,16480,26241,0,0,'Green Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32245,0,0,0,0,0,16480,26241,0,0,'Dark Sample KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32246,0,0,0,0,0,15294,0,0,0,'Ticking Time Bomb','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,131072,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32247,0,0,0,0,0,27829,0,0,0,'Zippy Copper Racer','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32248,0,0,0,0,0,27829,0,0,0,'Heavy Copper Racer','','',0,1,1,0,35,0,0.8,1.57143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32249,0,0,0,0,0,9563,9572,0,0,'Worg Pup','Nisstina\'s Companion','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32250,0,0,0,35297,0,27851,0,0,0,'Overseer Faedris','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1678,2796,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32251,0,0,0,0,0,27852,0,0,0,'Shokavis','','',0,70,70,2,2123,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32252,0,0,0,0,0,27853,0,0,0,'Wanathan','','',0,70,70,2,2123,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,33536,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32253,0,0,0,0,0,27854,0,0,0,'Kyunghee','Throwing Axes','',0,75,75,2,2123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32254,0,0,0,0,0,2071,0,0,0,'Sniper Rifle','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32255,0,0,0,33192,0,27776,27777,27778,27779,'Converted Hero','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32256,0,0,0,0,0,21955,15294,0,0,'Shield Visual Loc Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32257,0,0,0,33192,0,27774,25796,27775,27651,'Scourge Converter','','',0,80,80,2,974,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32258,0,0,0,0,0,15467,15468,0,0,'Gold Beetle','','',0,1,1,0,188,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32259,0,0,0,35297,0,18609,18605,0,0,'Void Summoner','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,2770,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32260,0,0,0,0,0,1130,0,0,0,'Enslaved Minion','Void Summoner\'s Pet','',0,78,79,2,21,0,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,32768,2048,0,0,0,0,0,0,331,491,74,3,0,32260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32261,0,0,0,0,0,27861,0,0,0,'Crystal Spider','','',0,71,71,0,190,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32262,0,0,0,35297,0,10631,10633,0,0,'Shadow Channeler','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1675,2791,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32263,0,0,0,35297,0,27864,0,0,0,'Overseer Veraj','Cult of the Damned','',0,80,80,0,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32263,32263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32264,0,0,0,0,0,1126,17612,0,0,'Aldur\'thar Channel Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32265,0,0,0,0,0,22712,17200,0,0,'Northrend Daily Dungeon Image Bunny','','',0,70,70,1,35,0,0.4,1.14286,1,0,252,357,0,304,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,215,320,44,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,43,1,0,128,'',12340),
|
|
(32266,0,0,0,0,0,16480,26241,0,0,'Writhing Mass KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32267,0,0,0,0,0,11078,9789,9788,0,'Animated Laborer','','',0,78,79,2,21,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,32768,2048,0,0,0,0,0,0,334,494,95,6,0,32267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32268,0,0,0,35297,0,24037,0,0,0,'Cult Taskmaster','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,32268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1673,2789,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32269,0,0,0,0,0,19597,0,0,0,'Legion Invader','','',0,75,76,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32270,0,0,0,0,0,19586,0,0,0,'Legion Dreadwhisperer','','',0,75,76,2,16,0,1,1.14286,1,1,352,499,0,408,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,302,449,57,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32271,0,0,0,0,0,19715,0,0,0,'Legion Overlord','','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32272,0,0,0,0,0,27871,0,0,0,'High Invoker Basaleph','','',0,80,80,2,233,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32273,32313,0,0,0,0,19326,0,0,0,'Infinite Corruptor','','',0,82,82,2,1720,0,1,1.14286,1,1,488,642,0,782,7.5,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'boss_infinite_corruptor',12340),
|
|
(32274,0,0,0,0,0,28038,0,0,0,'Alliance Bomber Pilot','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32275,0,0,0,0,0,15264,22016,18023,22018,'Wracked Prisoner','','',0,78,79,2,614,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,537166592,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32276,0,0,0,35297,0,25342,25343,0,0,'Cult Blackguard','Cult of the Damned','',0,79,80,2,2080,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,32276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2768,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32277,0,0,0,0,0,169,11686,0,0,'A distant voice','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,128,'',12340),
|
|
(32278,0,0,0,33192,0,25468,0,0,0,'Harbinger of Horror','','',0,80,80,2,974,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,32278,27533,0,0,0,0,0,0,0,0,0,0,0,60924,0,0,0,0,0,0,0,'',0,3,1,7,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32279,0,0,0,35297,0,27887,0,0,0,'Vile Torturer','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,32279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32280,0,0,0,33192,0,25214,0,0,0,'Corp\'rethar Guardian','','',0,80,80,2,974,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,0,32280,0,70211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32281,0,0,0,0,0,17555,0,0,0,'Guardian of Time','','',0,80,80,2,35,0,0.888888,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32282,0,0,0,0,0,1126,27879,0,0,'Wintergrasp Ghost Rune','','',0,1,1,0,35,0,1.2,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32283,0,0,0,0,0,27037,0,0,0,'Unquiet Remnant','','',0,79,79,2,190,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32284,0,0,0,33192,0,27536,27107,27535,0,'Scourge Soulbinder','','',0,80,80,2,974,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32285,0,0,0,35297,0,27884,0,0,0,'Overseer Jhaeqon','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1669,2781,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32286,0,0,0,0,0,25870,0,0,0,'Mekgineer\'s Chopper','','vehichleCursor',0,80,80,0,35,0,1.2,2,1,0,422,586,0,642,1,2000,2000,1,2181300224,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(32287,0,0,0,0,0,27886,0,0,0,'Archmage Alvareaux','Kirin Tor Quartermaster','',0,80,80,2,2007,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32288,0,0,0,0,0,27037,0,0,0,'Freed Remnant','','',0,80,80,2,2081,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.25,0.25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32289,0,0,0,35297,0,10421,10421,0,0,'Damned Apothecary','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,2774,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32290,0,0,0,35297,0,10408,10409,10410,10411,'Cult Alchemist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,2775,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32291,0,0,0,35297,0,27888,0,0,0,'Overseer Savryn','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,210,238,0,192,1,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,0,32291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,2766,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32292,0,0,0,33192,0,26800,0,0,0,'Aldur\'thar Sentry','','',0,79,79,0,14,16777216,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,256,2048,0,0,0,0,0,0,334,494,95,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32293,0,0,0,0,0,27889,27890,27891,27892,'Dark Subjugator Transform','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32294,0,0,0,0,0,27894,0,0,0,'Knight Dameron','Wintergrasp Quartermaster','',0,80,80,2,1892,128,1,0.95238,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32295,0,0,0,0,0,27569,0,0,0,'Alexstrasza the Life-Binder','Queen of the Dragons','',0,83,83,0,35,0,1,2.85714,1,3,543,684,0,678,35,2000,0,2,0,2048,8,0,0,0,0,0,1,1,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,4,1,10000,1000,1,0,0,0,0,0,0,0,0,1,617299839,1,'npc_alexstrasza',11723),
|
|
(32296,0,0,0,0,0,27895,0,0,0,'Stone Guard Mukar','Wintergrasp Quartermaster','',0,80,80,2,1981,128,1,0.95238,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32297,0,0,0,35297,0,26446,0,0,0,'Cult Researcher','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,32297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,2769,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32298,0,0,0,0,0,21955,27896,0,0,'Cloak Dome Bunny, Large','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32299,0,0,0,33192,0,27897,0,0,0,'Bone Sentinel','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32300,0,0,0,35297,0,27898,0,0,0,'Alumeth the Ascended','Cult of the Damned','',0,81,81,2,21,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,32300,0,0,0,0,0,0,0,0,0,0,0,0,34942,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32301,0,0,0,0,0,27900,0,0,0,'Warbringer Davos Rioht','','',10171,80,80,2,83,2,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32302,0,0,0,0,0,27899,0,0,0,'Knight-Captain Drosche','','',10172,80,80,2,84,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32303,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,1733,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32304,0,0,0,0,0,4590,0,0,0,'Test Totem','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32305,0,0,0,0,0,27901,27903,0,0,'Severed Head of Putress','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32306,0,0,0,0,0,27902,0,0,0,'Infinite Dragonspawn','','',0,80,80,2,1720,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32307,0,0,0,0,0,24073,24074,24075,24076,'Warsong Guard','','',0,1,1,0,1979,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32308,0,0,0,0,0,25948,25949,25950,25951,'Valiance Expedition Guard','','',0,80,80,2,1891,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32309,0,0,0,0,0,25998,25999,26000,26001,'Ebon Knight','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32310,0,0,0,0,0,26608,0,0,0,'Thassarian','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32311,0,0,0,0,0,23920,0,0,0,'Koltira Deathweaver','','',0,80,80,2,2144,0,1,1.14286,1,1,1200,1500,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32312,0,0,0,0,0,27153,0,0,0,'Highlord Darion Mograine','','',0,83,83,2,2144,0,1,1.14286,1,3,1200,1500,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,800,800,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32313,0,0,0,0,0,19326,0,0,0,'Infinite Corruptor (1)','','',0,82,82,2,1720,0,1,1.14286,1,1,488,642,0,782,13,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,2,72,32313,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31,1,1,0,0,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(32314,0,0,0,0,0,16480,26241,0,0,'Dark Messenger KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32315,0,0,0,0,0,27905,0,0,0,'High Overlord Saurfang','','',0,83,83,2,1735,0,1,1.14286,1,3,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(32316,0,0,0,0,0,14428,0,0,0,'Dark Messenger','','',0,78,78,0,2048,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32317,0,0,0,0,0,28028,0,0,0,'Horde Bomber Pilot','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32318,0,0,0,0,0,16480,26708,0,0,'Summoning Stone Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32319,0,0,0,0,0,16480,26708,0,0,'Enslaved Minion Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32320,0,0,0,0,0,556,0,0,0,'Argent Mason','','',0,50,52,0,2070,0,0.666668,1.14286,1,0,87,117,0,214,1,2000,2000,1,33536,2048,0,0,0,0,0,0,61,90,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32321,0,0,0,0,0,27919,27920,27921,0,'Green Warrior','','',0,70,70,0,2101,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,526592,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32322,0,0,0,0,0,27916,27917,27918,0,'Gold Warrior','','',0,70,70,0,1770,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,256,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32323,0,0,0,33192,0,26800,0,0,0,'Aldur\'thar Sentry','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,32323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32324,0,0,0,0,0,27928,27929,0,0,'Green Mage','','',0,70,70,2,2101,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32325,0,0,0,0,0,27922,27923,0,0,'Gold Priest','','',0,70,70,0,1770,0,0.4,0.457143,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32326,0,0,0,0,0,27545,0,0,0,'Prince Arthas Menethil','','',0,80,80,2,35,0,1,1.14286,1,1,400,600,0,608,7.5,3000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,60617,60644,60672,60642,0,0,0,0,0,269,0,0,'SmartAI',0,3,1,14,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32327,0,0,0,0,0,24868,0,0,0,'Hourglass of Eternity','','',0,80,80,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hourglass_of_eternity',12340),
|
|
(32328,0,0,0,0,0,24030,27766,0,0,'[DND] Dalaran Sewer Arena - Controller - Death','','',0,70,70,0,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33554688,2048,0,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32329,0,0,0,0,0,27908,0,0,0,'Kanika Goldwell','Arena Organizer','',8494,75,75,2,35,262145,1,1,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32330,0,0,0,0,0,27909,0,0,0,'Minzi the Minx','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32331,0,0,0,0,0,11686,0,0,0,'Past You','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,5120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_future_you',12340),
|
|
(32332,0,0,0,0,0,27910,0,0,0,'Ramik Slamwrench','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32333,0,0,0,0,0,27911,0,0,0,'\"Dapper\" Danik Blackshaft','Arena Battlemaster','',8218,75,75,2,35,1048577,1,1,1,0,342,485,0,392,1,2000,2000,1,33024,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32334,0,0,0,0,0,27912,0,0,0,'Nixi Fireclaw','Water Vendor','',0,75,75,1,35,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32335,0,0,0,0,0,27913,0,0,0,'Armored Snowy Gryphon','','',0,70,70,2,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),
|
|
(32336,0,0,0,0,0,27914,0,0,0,'Armored Blue Wind Rider','','',0,70,70,1,35,0,1,1.38571,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'npc_mei_francis_mount',12340),
|
|
(32337,0,0,0,0,0,26440,0,0,0,'Christi Stockton','Wine Vendor','',0,75,75,2,2007,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32338,0,0,0,31244,0,25680,0,0,0,'Quest - Northrend BG - Gate Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32339,0,0,0,0,0,24030,27766,0,0,'[DND] Dalaran Sewer Arena - Controller','','',0,70,70,0,35,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,33554688,2048,0,0,0,0,0,0,233,347,28,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32340,0,0,0,0,0,27931,0,0,0,'Gold Shaman','','',0,70,70,0,1770,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,526592,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32341,0,0,0,0,0,27926,27927,0,0,'Gold Mage','','',0,70,70,2,1770,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32342,0,0,0,0,0,27930,0,0,0,'Green Paladin','','',0,70,70,0,2101,0,1,1.14286,1,0,234,331,0,286,1,2000,2000,2,788736,2048,0,0,0,0,0,0,198,295,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32343,0,0,0,0,0,27924,27925,0,0,'Green Priest','','',0,70,70,0,2101,0,0.4,0.457143,1,0,248,363,0,135,1,2000,2000,8,256,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32344,0,0,0,0,0,26556,0,0,0,'Alliance Rescue Craft','','',0,1,1,0,714,16777216,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(32345,0,0,0,0,0,26524,0,0,0,'Grindgear Toy Gorilla','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(32346,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',10189,83,83,2,534,1,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,832,2048,0,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32347,0,0,0,0,0,1126,17612,0,0,'Alumeth Summon Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,4,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32348,0,0,0,0,0,26556,0,0,0,'Horde Rescue Craft','','',0,1,1,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(32349,0,0,0,35297,0,27671,0,0,0,'Cultist Shard Watcher','Cult of the Damned','',0,80,80,2,1982,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,32349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1656,2760,'SmartAI',0,3,1,1,1,1,0,44301,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32350,0,0,0,0,0,19218,0,0,0,'TF-Xplosive Rocket Turret','','',0,50,50,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,12288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32352,0,0,0,0,0,19060,19135,0,0,'Infinite Timerender','','',0,75,75,2,2111,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,3.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32353,32368,0,0,0,0,26693,0,0,0,'Archavon Warder','','',0,80,80,2,16,0,1,1.28571,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,5,104,32353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2730,2730,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),
|
|
(32354,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32355,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32356,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32357,0,0,0,0,0,24960,0,0,0,'Old Crystalbark','','',0,71,72,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,268,399,40,4,256,32357,0,0,0,0,0,0,0,0,60903,50506,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32358,0,0,0,0,0,24103,24108,24114,24119,'Fumblub Gearwind','','',0,71,71,2,14,0,1,2.85714,1,2,304,436,0,296,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,268,399,40,9,2048,32358,0,29726,0,0,0,0,0,0,60906,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32359,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32360,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32361,0,0,0,0,0,26286,27006,26285,0,'Icehorn','','',0,71,71,2,14,0,1,0.992063,1,4,304,436,0,296,7.5,2000,2000,1,32832,2048,0,43,0,0,0,0,268,399,40,1,65537,32361,0,70211,0,0,0,0,0,0,57468,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32362,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32363,0,0,0,0,0,27656,0,0,0,'Thrall','Warchief','',0,83,83,2,1194,2,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,832,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,568.343,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32364,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,83,83,2,534,0,1,1.14286,1,3,2,3,0,10,35,2000,2000,8,832,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32365,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,118,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,33600,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32366,0,0,0,0,0,22712,17188,0,0,'WGA Dummy','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32367,0,0,0,0,0,14360,14362,14361,14363,'Kor\'kron Elite','','',0,83,83,2,1801,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'PassiveAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32368,0,0,0,0,0,26693,0,0,0,'Archavon Warder (1)','','',0,80,80,2,16,0,1,1.28571,1,1,422,586,0,642,13,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,5,104,32368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5460,5460,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),
|
|
(32369,0,0,0,0,0,27944,0,0,0,'Warmage Sarina','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),
|
|
(32370,0,0,0,0,0,25092,0,0,0,'Refurbished Demolisher','','vehichleCursor',0,80,80,2,35,16777216,1.2,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32371,0,0,0,0,0,27945,0,0,0,'Warmage Halister','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),
|
|
(32372,0,0,0,0,0,27946,0,0,0,'Warmage Ilsudria','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'npc_warmage_violetstand',12340),
|
|
(32373,0,0,0,0,0,27947,0,0,0,'Gatekeeper Melindra','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32374,0,0,0,0,0,27948,0,0,0,'Librarian Belleford','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32375,0,0,0,0,0,27949,0,0,0,'Warmage Yurias','','',0,80,80,0,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32376,0,0,0,0,0,26364,0,0,0,'Broll Bearmantle','','',0,1,1,0,12,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,33536,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,250,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32377,0,0,0,0,0,28051,26788,0,0,'Perobas the Bloodthirster','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,7,0,32377,0,70209,0,0,0,0,0,0,50046,52071,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32378,0,0,0,0,0,26365,0,0,0,'Valeera Sanguinar','','',0,1,1,0,11,0,1,1.14286,1,1,0,0,0,0,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32379,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,0,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32380,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,65,65,0,123,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32381,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,0,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32382,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32383,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32384,0,0,0,0,0,21513,0,0,0,'Sergeant Kien','Jewelcrafting Quartermaster','',0,80,80,2,1604,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32385,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,1604,128,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32386,0,0,0,0,0,27063,0,0,0,'Vigdis the War Maiden','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,7,0,32386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32387,0,0,0,0,0,3167,5446,0,0,'Stormwind Elite','','',0,1,1,0,1802,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33024,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32388,0,0,0,0,0,26556,0,0,0,'Alliance Flying Machine','','',0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,256,2048,0,0,0,0,0,0,1,1,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32389,0,0,0,0,0,24240,25341,0,0,'Alliance Siege Vehicle','','',0,1,1,0,1802,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,256,2048,0,0,0,0,0,0,1,2,0,9,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(32390,0,0,0,0,0,10699,0,0,0,'Treacherous Guardian','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32391,0,0,0,0,0,27610,0,0,0,'Perfidious Dreadlord','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,570688256,2048,0,0,0,0,0,0,1,2,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,35,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32392,0,0,0,0,0,24907,0,0,0,'Plagued Felbeast','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32393,0,0,0,0,0,7970,9129,18342,9018,'Felguard Marauder','','',0,1,1,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,570688256,2048,0,0,0,0,0,0,1,1,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,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32394,0,0,0,0,0,19887,0,0,0,'Ravishing Betrayer','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570688256,2048,0,0,0,0,0,0,1,2,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32395,0,0,0,0,0,23877,23937,23938,23939,'Apothecary Chemist','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32396,0,0,0,0,0,27750,0,0,0,'Apothecary Collaborator','','',0,1,1,0,16,0,1,1.14286,1,0,2,3,0,10,1,2000,2000,8,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32397,0,0,0,0,0,23875,0,0,0,'Blight Doctor','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,570721024,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32398,0,0,0,0,0,27950,0,0,0,'King Ping','','',0,71,71,2,14,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,1,0,32398,0,0,0,0,0,0,0,0,61115,50169,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32399,0,0,0,0,0,11686,0,0,0,'Bombardment Infantry','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32400,0,0,0,0,0,27951,0,0,0,'Tukemuth','','',0,73,73,2,31,0,1,1.14286,1,2,304,436,0,296,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,268,399,40,1,0,32400,0,70209,0,0,0,0,0,0,50410,57066,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,42104,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32401,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',10194,1,1,0,2142,1,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32402,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,1,1,0,2142,0,1,1.14286,1,3,2,3,0,10,35,2000,2000,8,64,2048,0,0,0,0,0,0,1,2,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,529.505,80,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32403,0,0,0,0,0,27952,0,0,0,'Sandra Bartan','Barmaid','',0,75,75,2,2007,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32404,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',10226,80,80,2,35,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32405,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32406,0,0,0,0,0,11686,0,0,0,'Ominous Cloud','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,64,1,0,128,'',12340),
|
|
(32407,0,0,0,0,0,27953,0,0,0,'Argex Irongut','','',0,70,70,1,35,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32408,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32409,0,0,0,0,0,28284,0,0,0,'Crazed Indu\'le Survivor','','',0,73,73,2,14,0,1,1.14286,1,2,304,436,0,3234,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,7,0,32409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32410,0,0,0,0,0,15958,12818,15962,0,'Bombardment Captain','','',0,80,80,0,21,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32411,0,0,0,0,0,27954,0,0,0,'Afsaneh Asrar','Assistant Innkeeper','',0,75,75,2,2007,65536,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_innkeeper',12340),
|
|
(32412,0,0,0,0,0,27955,0,0,0,'Mato','Food & Drink','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32413,0,0,0,0,0,27956,0,0,0,'Isirami Fairwind','Innkeeper','',9733,75,75,2,2027,66177,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(32414,0,0,0,0,0,24768,0,0,0,'Lordaeron Captain','','',0,80,80,2,2136,0,1,1.14286,1,0,420,630,0,157,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32415,0,0,0,0,0,27957,0,0,0,'Hamaka','Bartender','',0,75,75,0,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32416,0,0,0,0,0,27958,0,0,0,'Stefen Cotter','Bartender','',0,75,75,0,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32417,0,0,0,27875,0,10294,0,0,0,'Scarlet Highlord Daion','','',0,73,73,2,67,0,1,1.38571,1,2,304,436,0,3234,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,7,0,32417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32418,0,0,0,0,0,27959,0,0,0,'Abohba','Assistant Innkeeper','',0,75,75,2,2123,65536,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_innkeeper',12340),
|
|
(32419,0,0,0,0,0,27960,0,0,0,'Umbiwa','Barmaid','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32420,0,0,0,0,0,27961,0,0,0,'Mimbihi','Barmaid','',0,75,75,2,2123,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32421,0,0,0,0,0,27962,0,0,0,'Marcella Bloom','Barmaid','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32422,0,0,0,0,0,26663,0,0,0,'Grocklar','','',0,74,74,2,14,0,2,2,1,2,304,436,0,600,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,5,1,32422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32423,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32424,0,0,0,0,0,27963,0,0,0,'Laire Brewgold','Brewmaiden','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32425,0,0,0,0,0,28208,0,0,0,'Galkara the Assassin','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32426,0,0,0,0,0,27965,0,0,0,'Coira Longrifle','Brewmaiden','',0,75,75,2,2027,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32427,0,0,0,0,0,16480,27990,0,0,'Plague Cauldron Target 01','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32428,0,0,0,0,0,1141,0,0,0,'Underbelly Rat','','',0,1,1,0,31,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(32429,0,0,0,0,0,18083,0,0,0,'Seething Hate','','',0,73,73,2,16,0,1,1.14286,1,2,304,436,0,600,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,1,1,0,10,0,32429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32430,0,0,0,0,0,28029,0,0,0,'Fringe Engineer Tezzla','','',0,80,80,2,714,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32431,0,0,0,0,0,16480,21342,0,0,'Summoned Plague Cauldron Bunny 01','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32432,0,0,0,0,0,27968,0,0,0,'Iragos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32433,0,0,0,0,0,27966,0,0,0,'Selagosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32434,0,0,0,0,0,27966,0,0,0,'Anygos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32435,0,0,0,0,0,20763,0,0,0,'Vern','','',0,80,80,0,7,0,1,1.14286,1,4,422,586,0,642,1,2000,2000,1,33536,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32436,0,0,0,0,0,27966,0,0,0,'Theragos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32437,0,0,0,0,0,27967,0,0,0,'Myragosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32438,0,0,0,0,0,27970,0,0,0,'Syreian the Bonecarver','','',0,73,73,2,14,0,1,1.28571,1,2,304,436,0,296,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,268,399,40,7,2048,32438,0,0,0,0,0,0,0,0,38952,47168,50092,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32439,0,0,0,0,0,27966,0,0,0,'Zyndragosa','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32440,0,0,0,0,0,27966,0,0,0,'Corthegos','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32441,0,0,0,0,0,833,0,0,0,'Underbelly Croc','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,6,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32442,0,0,0,0,0,16480,27766,0,0,'Plague Cauldron Target 02','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32443,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2043,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32444,0,0,0,0,0,28023,0,0,0,'Kibli Killohertz','','',0,80,80,2,534,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32445,0,0,0,0,0,21342,0,0,0,'Summoned Plague Cauldron Bunny 02','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32446,0,0,0,0,0,27971,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,2,768,2048,0,0,0,0,0,0,1,1,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1000,1,1,0,0,0,0,0,0,0,261,1,8388624,2,'',12340),
|
|
(32447,0,0,0,0,0,26589,0,0,0,'Zul\'drak Sentinel','','',0,77,77,2,16,0,1,0.992063,1,2,304,436,0,600,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,1,1,0,4,512,32447,0,0,0,0,0,0,0,0,54565,55196,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32448,0,0,0,0,0,27904,27401,0,0,'Alexstrasza\'s Gift','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(32449,0,0,0,0,0,21939,0,0,0,'Borrowed Broom','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32450,0,0,0,0,0,5556,0,0,0,'Badluck','','',0,1,1,0,2007,0,1,0.85714,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32451,0,0,0,0,0,28151,28157,28158,0,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32452,0,0,0,0,0,11686,0,0,0,'Valley of Lost Hope Vehicle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32453,0,0,0,0,0,3718,3714,18052,3585,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32454,0,0,0,0,0,3718,3714,18052,3585,'Dalaran Citizen','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32465,0,0,0,0,0,3718,18052,3714,3585,'Skosiris','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(32466,0,0,0,0,0,27972,0,0,0,'Monstrous Underbelly Rat','','',0,1,1,0,7,0,1,0.71429,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,88,1,0,0,'',12340),
|
|
(32467,0,0,0,33192,0,27984,0,0,0,'Skeletal Reaver','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,32467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(32468,0,0,0,0,0,27628,27629,27630,27631,'Ebon Blade Initiate','','',0,80,80,2,2051,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32469,0,0,0,0,0,25627,25402,25664,25287,'Ebon Blade Geist','','',0,80,80,2,2050,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32470,0,0,0,0,0,6297,1924,6295,901,'Sewer Frog','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32471,0,0,0,0,0,25926,0,0,0,'Griegen','','',0,75,75,2,14,0,1,1.14286,1,2,356,503,0,432,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,6,0,32471,0,0,0,0,0,0,0,0,51334,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32472,0,0,0,0,0,26802,26803,26804,26801,'Ebon Blade Gargoyle','','',0,80,80,2,2050,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33587200,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32473,0,0,0,0,0,27784,27784,0,0,'Scourge Blightbringer','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32474,0,0,0,0,0,28001,0,0,0,'Fishy Ser\'ji','Grand Master Fishing Trainer','',0,71,71,1,1981,80,1,1.14286,1,0,299,426,0,308,1,2000,2000,1,32768,2048,0,0,2,0,0,0,262,389,48,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32475,0,0,0,0,0,27973,0,0,0,'Terror Spinner','','',0,76,76,2,14,0,1,1.14286,1,2,356,503,0,432,7.5,2000,2000,1,0,2048,0,3,0,0,0,0,305,452,74,1,1,32475,0,0,0,0,0,0,0,0,32475,28428,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32476,0,0,0,0,0,28092,28093,28094,28095,'Copperpot Goon','','',0,80,80,2,1806,0,1,1.42857,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32477,0,0,0,0,0,28091,0,0,0,'Chester Copperpot','General & Trade Supplies','',0,80,80,2,35,4480,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32478,0,0,0,0,0,5782,0,0,0,'Slosh','Food & Drink','',0,80,80,2,35,640,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32479,0,0,0,33192,0,27897,0,0,0,'Bone Guard','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32480,0,0,0,0,0,23883,0,0,0,'Nerubian Underking','','',0,81,81,2,2068,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(32481,0,0,0,0,0,27975,0,0,0,'Aotona','','',0,75,75,2,14,0,1,1.14286,1,2,304,436,0,600,7.5,2000,2000,1,0,2048,0,26,0,0,0,0,1,1,0,1,1,32481,0,0,0,0,0,0,0,0,49865,51144,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32482,0,0,0,33192,0,24301,0,0,0,'Pustulent Colossus','','',0,81,82,2,21,0,1,0.99206,1,1,488,642,0,782,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,6,0,32482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,43997,44009,42108,0,0,0,0,1,8388624,0,'',12340),
|
|
(32483,0,0,0,0,0,27992,0,0,0,'Engorged Blight Worm','','',0,1,1,0,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,'',0,3,1,500,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32484,0,0,0,0,0,27976,0,0,0,'Bone Spider','','',0,78,78,2,21,0,1,1.14286,1,0,200,300,0,24,2,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32485,0,0,0,0,0,28052,0,0,0,'King Krush','','',0,75,75,2,14,0,1,1.14286,1,2,342,485,0,392,7.5,2000,2000,1,0,2048,0,39,0,0,0,0,295,438,68,1,65537,32485,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,66624,0,'',12340),
|
|
(32486,0,0,0,0,0,26696,0,0,0,'Scourge Death Knight','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,4.6,2000,2000,1,32832,2048,0,0,0,0,0,0,353,512,112,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32487,0,0,0,0,0,27979,0,0,0,'Putridus the Ancient','','',0,79,80,2,16,0,4,0.99206,1,2,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,8,32487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,58,1,0,0,'',12340),
|
|
(32488,0,0,0,0,0,27994,27995,27996,27997,'Ebon Blade Vindicator','','',0,80,80,2,2050,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32490,0,0,0,0,0,26540,0,0,0,'Scourge Deathcharger','','',0,80,80,2,21,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,32490,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(32491,0,0,0,0,0,26711,0,0,0,'Time-Lost Proto Drake','','',0,80,80,2,14,0,1,3,1,2,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,32491,0,0,0,0,0,0,0,0,51020,61084,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_lost_proto_drake',12340),
|
|
(32492,0,0,0,33192,0,27982,0,0,0,'Frostbrood Matriarch','','',0,83,83,2,21,0,1.4,2.57143,1,1,509,683,0,805,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,6,2048,32492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,9,5,1,1,0,0,0,0,0,0,0,211,1,8388624,0,'',12340),
|
|
(32493,0,0,0,0,0,3718,3714,18052,3585,'Wounded Dalaran','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32494,0,0,0,0,0,251,80,0,0,'Dalaran Child','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32495,0,0,0,0,0,27983,0,0,0,'Hildana Deathstealer','','',0,80,80,2,14,0,1,0.99206,1,2,417,586,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32496,0,0,0,0,0,28290,0,0,0,'Dancing Runeblade','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(32497,0,0,0,0,0,27522,0,0,0,'Matthias Lehner','','',0,80,80,2,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32498,0,0,0,0,0,25390,25391,25390,25391,'Glacier Penguin','','',0,1,1,0,7,0,1,1,1.24,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32499,0,0,0,0,0,27987,0,0,0,'Shambling Zombie','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.00422,1,1,0,0,0,0,0,0,0,70,1,8388624,0,'',12340),
|
|
(32500,0,0,0,0,0,27986,0,0,0,'Dirkee','','',0,80,80,2,14,0,1,1.14286,1,2,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,9,32768,32500,0,29729,0,0,0,0,0,0,61110,61103,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,139267,0,'',12340),
|
|
(32501,0,0,0,33192,0,27988,0,0,0,'High Thane Jorfus','','',0,80,80,2,14,0,1,1.14286,1,2,417,586,0,608,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,341,506,80,6,0,32501,0,0,0,0,0,0,0,0,60950,60945,60953,60949,60951,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1.5,1,0,41989,0,0,0,0,0,0,1,2147483647,0,'',12340),
|
|
(32502,0,0,0,33192,0,24993,24994,24992,24995,'Ravaged Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32503,0,0,0,0,0,27987,0,0,0,'Shambling Zombie','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.00422,1,1,0,0,0,0,0,0,0,70,1,8388624,0,'',12340),
|
|
(32504,0,0,0,0,0,20570,11686,0,0,'The Lich King\'s Presence','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32505,0,0,0,33192,0,25300,0,0,0,'Vargul Wanderer','','',0,80,80,2,1885,0,2,1.42857,1,0,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32505,27533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,42108,41989,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(32507,0,0,0,33192,0,27808,27809,0,0,'Cultist Acolyte','','',0,80,80,2,21,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,32507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,44784,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(32508,0,0,0,0,0,25300,0,0,0,'David Test Creature 1235','','',0,80,80,2,1885,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(32509,0,0,0,0,0,27998,0,0,0,'Brammold Deepmine','Antiques & Heirlooms','',0,75,75,0,2007,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32510,0,0,0,0,0,27751,27752,0,0,'Warsong Battleguard','','',0,75,75,2,1801,0,1,1.14286,1,1,342,485,0,392,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32511,0,0,0,0,0,27788,0,0,0,'Khanok the Impassable','','',0,76,76,2,16,0,1,1.14286,1,3,356,503,0,432,35,2000,2000,1,537166592,2048,0,0,0,0,0,0,305,452,74,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,'',0,3,1,550,1,1,0,0,0,0,0,0,0,184,1,8388624,0,'',12340),
|
|
(32512,0,0,0,0,0,27885,0,0,0,'Alliance Infra-green Bomber','','',0,80,80,2,534,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),
|
|
(32513,0,0,0,0,0,27885,0,0,0,'Horde Infra-green Bomber','','',0,80,80,2,714,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,'',0,4,1,18.7196,1,1,0,0,0,0,0,0,0,133,0,0,0,'npc_infra_green_bomber_generic',12340),
|
|
(32514,0,0,0,0,0,27999,0,0,0,'Vanessa Sellers','Shard Trader','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32515,0,0,0,0,0,28000,0,0,0,'Braeg Stoutbeard','Fur & Leather Trader','',0,75,75,2,2007,130,1,1,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32516,0,0,0,0,0,28006,0,0,0,'Washed-Up Mage','','',0,50,55,0,2007,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,512,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32517,0,0,0,0,0,28010,0,0,0,'Loque\'nahak','Mate of Har\'koa','',0,76,76,2,190,0,1,1.14286,1,2,356,503,0,432,4.6,2000,2000,1,0,2048,0,46,0,0,0,0,305,452,74,1,65537,32517,0,32517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32518,0,0,0,0,0,27744,0,0,0,'Thrall','Warchief','',0,83,83,2,1801,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,768,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,568.343,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32519,0,0,0,0,0,7763,10029,28011,28012,'Failed Experiment','','',0,74,75,2,16,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(32520,0,0,0,0,0,16480,21342,0,0,'Totally Generic Bunny (All Phase)','','',0,60,60,1,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32521,0,0,0,0,0,28221,0,0,0,'Varimathras','','',0,76,76,2,16,0,1,1.14286,1,3,352,499,0,408,35,2000,2000,2,537166592,2048,0,0,0,0,0,0,302,449,57,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,500,1,0,0,0,0,0,0,0,184,1,0,0,'',12340),
|
|
(32522,0,0,0,0,0,17522,0,0,0,'Cinder Cloud','','',0,1,1,0,190,0,0.4,0.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,13,16,0,0,80204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(32523,0,0,0,0,0,28025,0,0,0,'Johnny Yes','','',0,80,80,0,1891,1,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32524,0,0,0,0,0,28027,0,0,0,'Willy Maybe','','',10203,80,80,0,1891,1,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32525,0,0,0,0,0,27665,0,0,0,'Alliance Infra-green Bomber, Parked','','',0,80,80,2,534,0,1.2,1.28571,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.7196,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(32526,0,0,0,0,0,28034,28035,28036,28037,'Alliance Infra-green Engineer','','',0,80,80,0,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32527,0,0,0,0,0,22712,11686,0,0,'Thaddius Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32528,0,0,0,0,0,27665,0,0,0,'Horde Infra-green Bomber, Parked','','',0,80,80,0,714,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18.7196,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(32529,0,0,0,0,0,28030,28031,28032,28033,'Horde Infra-green Engineer','','',0,80,80,0,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32530,0,0,0,0,0,22712,11686,0,0,'Kel\'Thuzad Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32531,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Side, Alliance, Small','','',0,1,1,0,1732,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32532,0,0,0,0,0,21955,19595,0,0,'Banner Bunny, Side, Horde, small','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32533,0,0,0,0,0,28017,0,0,0,'Cielstrasza','Wyrmrest Accord Quartermaster','',0,80,80,2,2010,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32534,0,0,0,0,0,28828,0,0,0,'Scalesworn Elite','','',0,80,80,2,16,0,6,2.14286,1,1,422,586,0,642,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,5.85,3.96825,1,1,0,0,0,0,0,0,0,197,1,0,0,'',12340),
|
|
(32535,0,0,0,0,0,25835,0,0,0,'Wyrmrest Skytalon','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,56091,56092,57090,57143,57108,57403,0,0,0,308,0,0,'',0,5,1,7.93651,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(32536,0,0,0,0,0,26077,0,0,0,'[UNUSED] Spirit Healer (WGA)','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32537,0,0,0,0,0,5233,0,0,0,'Spirit Healer','','',0,60,60,0,35,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32538,0,0,0,0,0,28039,0,0,0,'Duchess Mynx','Ebon Blade Quartermaster','',0,80,80,2,2050,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32540,0,0,0,0,0,26778,0,0,0,'Lillehoff','The Sons of Hodir Quartermaster','',10281,80,80,2,2107,131,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(32541,0,0,0,0,0,3019,0,0,0,'Initiate\'s Training Dummy','','',0,55,55,0,7,0,1,1,1,0,94,125,0,228,1,2000,2000,1,131072,2048,0,0,0,0,0,0,65,95,23,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32542,0,0,0,0,0,28047,0,0,0,'Disciple\'s Training Dummy','','',0,65,65,0,7,0,1,1,1,0,200,281,0,278,1,2000,2000,1,131072,2048,0,0,0,0,0,0,166,246,35,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32543,0,0,0,0,0,16074,0,0,0,'Veteran\'s Training Dummy','','',0,75,75,0,7,0,1,1,1,0,342,485,0,392,1,2000,2000,1,131072,2048,0,0,0,0,0,0,295,438,68,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32544,0,0,0,0,0,28065,0,0,0,'Steam Cloud','','',0,60,60,1,190,0,0.4,0.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,13,1040,0,0,80205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,64,1,0,0,'',12340),
|
|
(32545,0,0,0,0,0,3019,0,0,0,'Initiate\'s Training Dummy','','',0,55,55,0,7,0,1,1,1,0,94,125,0,228,1,2000,2000,1,131072,2048,0,0,0,0,0,0,65,95,23,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32546,0,0,0,0,0,28048,0,0,0,'Ebon Knight\'s Training Dummy','','',0,80,80,0,7,0,1,1,1,0,422,586,0,642,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32547,0,0,0,0,0,28049,0,0,0,'Highlord\'s Nemesis Trainer','','',0,83,83,0,7,0,1,1,1,3,509,683,0,805,35,2000,2000,1,131072,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1871.96,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32548,0,0,0,0,0,28050,0,0,0,'Corastrasza','','',10204,80,80,2,1816,3,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_corastrasza',12340),
|
|
(32549,0,0,0,0,0,18628,0,0,0,'Arakkoa Talon Guard (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(32550,0,0,0,0,0,27488,0,0,0,'Arakkoa Windwalker (1)','','',0,82,82,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(32551,0,0,0,0,0,20590,0,0,0,'Chaos Watcher (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32552,0,0,0,0,0,27486,0,0,0,'Ethereal Wind Trader (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32553,0,0,0,0,0,10193,0,0,0,'Lava Hound (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32554,0,0,0,0,0,27487,0,0,0,'Swirling Water Revenant (1)','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,18.7,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32555,0,0,0,0,0,26214,0,0,0,'Void Lord (1)','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(32556,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Undead','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,100,1,8388624,0,'',12340),
|
|
(32557,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Beast','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32558,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Dragonkin','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32559,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Demon','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32560,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Giant','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32561,0,0,0,0,0,7550,0,0,0,'QA Test Dummy 80 Elemental','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,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,3,1,100,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32562,0,0,0,0,0,28053,0,0,0,'Green Proto-Drake','','',0,72,73,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(32563,0,0,0,0,0,25854,0,0,0,'Red Drake Mount','','',0,50,52,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32564,0,0,0,0,0,28058,0,0,0,'Logistics Officer Silverstone','Alliance Vanguard Quartermaster','',0,72,72,2,1973,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32565,0,0,0,0,0,28059,0,0,0,'Gara Skullcrush','Horde Expedition Quartermaster','',0,72,72,2,1978,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32566,0,0,0,0,0,5231,0,0,0,'Lurid','','',0,78,78,2,84,0,0.888888,1.14286,1,0,387,543,0,528,1,2000,2000,1,0,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32567,0,0,0,0,0,28117,0,0,0,'Magnificent Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32568,0,0,0,0,0,18724,0,0,0,'Flying Black Qiraji Battle Tank','','',0,62,62,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32569,0,0,0,0,0,28066,0,0,0,'Corpse of the Fallen Worg','','',0,80,80,2,190,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,537133824,2048,32,1,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32570,0,0,0,0,0,28067,0,0,0,'Polymorphed Black Cat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32571,0,0,0,0,0,24531,0,0,0,'Halvdan','Flight Master','',0,79,80,2,2107,8192,2.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(32572,0,0,0,26280,0,25195,14886,0,0,'Dragonblight Mage Hunter','','',0,71,72,2,1985,0,1,1.14286,1,0,304,436,0,296,1,2000,2000,2,32768,2048,0,0,0,0,0,0,268,399,40,2,0,32572,25430,70208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32573,0,0,0,0,0,28068,28069,28070,28071,'Valgarde Captive','','',0,72,72,2,7,0,1,1.14286,1,1,307,438,0,314,4.6,2000,2000,1,33024,2048,0,0,0,0,0,0,270,401,53,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32574,0,0,0,0,0,22878,0,0,0,'Test Flying Machine','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,188,1,0,0,'',12340),
|
|
(32575,0,0,0,0,0,22712,11686,0,0,'Four Horsemen Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32576,0,0,0,0,0,23230,23553,25668,0,'Orabus the Helmsman','','',0,71,71,2,14,0,1,1.07143,1,0,296,424,0,290,1,2000,2000,2,0,2048,0,0,0,0,0,0,260,387,37,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,34814,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32577,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32578,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32579,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32580,0,0,0,0,0,28072,0,0,0,'Kvaldir Crewman','','',0,68,69,2,14,0,1,1.07143,1,0,245,346,0,298,1,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,43,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32582,32583,0,0,0,0,28073,0,0,0,'Ethereal Sphere','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(32583,0,0,0,0,0,28073,0,0,0,'Ethereal Sphere (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(32584,0,0,0,0,0,25381,25638,25379,0,'Wolvar Illusion','','',0,78,78,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32585,0,0,0,0,0,28081,0,0,0,'Riding Protodrake, Blue','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32586,0,0,0,0,0,28083,0,0,0,'Riding Protodrake, Bronze','','',0,75,75,2,2092,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32587,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(32588,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage','','',0,82,82,0,14,0,1,1.14286,1,3,452,678,0,169,1,2000,2000,1,0,2048,0,0,0,0,0,0,362,542,135,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(32589,0,0,0,0,0,28214,0,0,0,'Tickbird Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32590,0,0,0,0,0,28215,0,0,0,'White Tickbird Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32591,0,0,0,0,0,28084,0,0,0,'Cobra Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32592,0,0,0,0,0,28217,0,0,0,'Proto-Drake Whelp','','',0,1,1,0,188,0,1.44444,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32593,0,0,0,0,0,25656,0,0,0,'Skittering Swarmer','','',0,72,72,2,21,0,0.833332,1.42857,1,5,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.020812,1,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(32594,0,0,0,0,0,24531,0,0,0,'Calder','Blacksmithing Supplies','',10209,79,80,2,2107,4227,2.8,1.71429,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(32595,0,0,0,0,0,28216,0,0,0,'Pengu','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32596,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32597,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.38571,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32598,0,0,0,0,0,21273,21271,21272,21270,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32599,0,0,0,0,0,28098,0,0,0,'Surveyor Hansen','','',10207,80,80,2,1929,3,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32600,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32601,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1.38571,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32602,0,0,0,0,0,26847,22152,23167,17476,'Dalaran Visitor','','',0,74,80,2,2007,0,1,1,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32603,0,0,0,0,0,23517,0,0,0,'Hootie','The Strigid Screecher','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32604,0,0,0,0,0,28102,0,0,0,'Seiren','','',0,75,75,0,2007,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32606,0,0,0,0,0,21955,11686,0,0,'[DND] Cosmetic Book','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,128,'',12340),
|
|
(32607,0,0,0,0,0,28038,0,0,0,'Icecrown Bomber Horde Test Pilot (DND)','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32608,0,0,0,0,0,16480,21342,0,0,'Hodir\'s Spear Event Bunny','','',0,60,60,1,35,0,12,4.28571,1,0,104,138,0,252,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,128,'',12340),
|
|
(32609,0,0,0,0,0,10720,0,0,0,'Hansen\'s Warhorse','','',0,70,70,2,1929,0,1,1.38571,1,1,252,357,0,304,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(32615,0,0,0,0,0,15387,0,0,0,'Horde Warbringer','','',0,80,80,0,1735,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32616,0,0,0,0,0,26484,0,0,0,'Alterac Valley Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32617,0,0,0,0,0,26494,0,0,0,'Alterac Valley Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32618,0,0,0,0,0,26495,0,0,0,'Arathi Basin Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32619,0,0,0,0,0,26496,0,0,0,'Arathi Basin Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32620,0,0,0,0,0,26501,0,0,0,'Eye of the Storm Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32621,0,0,0,0,0,26499,0,0,0,'Eye of the Storm Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32622,0,0,0,0,0,26504,0,0,0,'Strand of the Ancients Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32623,0,0,0,0,0,26505,0,0,0,'Strand of the Ancients Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32624,0,0,0,0,0,26502,0,0,0,'Warsong Gulch Portal','','Interact',0,80,80,2,534,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32625,0,0,0,0,0,26503,0,0,0,'Warsong Gulch Portal','','Interact',0,80,80,2,714,1048577,1,1,1,0,422,586,0,642,1,2000,0,1,2147746560,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32626,0,0,0,0,0,27154,0,0,0,'Alliance Brigadier General','','',0,1,1,0,55,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32627,0,0,0,0,0,26403,0,0,0,'Wintergrasp Siege Engine','','vehichleCursor',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,54109,0,0,0,0,0,0,0,0,324,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_wg_siege_machine',12340),
|
|
(32629,0,0,0,0,0,28106,0,0,0,'Wintergrasp Siege Turret','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,4,16384,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,57609,0,0,0,0,0,0,0,0,116,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(32630,0,0,0,0,0,28110,0,0,0,'Vyragosa','','',0,80,80,2,14,0,1,3,1,2,422,586,4,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,32630,0,70210,0,0,0,0,0,0,47425,51857,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_time_lost_proto_drake',12340),
|
|
(32631,0,0,0,0,0,28119,0,0,0,'Alfred Copperworth','Butler','',0,75,75,0,2007,642,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32632,0,0,0,0,0,27601,0,0,0,'Parlor Patron','','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32633,0,0,0,0,0,27237,0,0,0,'Traveler\'s Tundra Mammoth','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(32634,0,0,0,0,0,28063,0,0,0,'Swift Mooncloth Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32635,0,0,0,0,0,28061,0,0,0,'Swift Shadoweave Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32636,0,0,0,0,0,28064,0,0,0,'Swift Spellfire Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32637,0,0,0,0,0,28082,0,0,0,'Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32638,0,0,0,0,0,28111,0,0,0,'Hakmud of Argus','Traveling Trader','',0,80,80,2,1732,896,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32639,0,0,0,0,0,28282,0,0,0,'Gnimo','Adventurous Tinker','',0,80,80,2,1732,7296,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32640,0,0,0,0,0,27238,0,0,0,'Traveler\'s Tundra Mammoth','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(32641,0,0,0,0,0,28120,0,0,0,'Drix Blackwrench','The Fixer','',0,80,80,2,1735,7296,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32642,0,0,0,0,0,28118,0,0,0,'Mojodishu','Traveling Trader','',0,80,80,2,1735,896,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32643,0,0,0,0,0,14273,0,0,0,'Kirin Tor Familiar','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32647,0,0,0,0,0,3019,19283,0,0,'Warsong Hold Practice Dummy','','',0,50,50,0,1703,0,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,256,2048,0,0,0,0,0,0,58,86,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32648,0,0,0,0,0,11686,0,0,0,'Tirion\'s Gambit Event Credit','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32649,0,0,0,0,0,1866,0,0,0,'Gorky','Traveling Salesman','',0,80,80,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32650,0,0,0,0,0,28123,0,0,0,'Wounded Dalaran Protector','','',0,14,15,0,2007,0,1,1.14286,1,0,22,29,0,54,1,2000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32651,0,0,0,0,0,28124,0,0,0,'Wounded Dalaran Shield Guard','','',0,31,32,0,2007,0,1,1,1,0,45,60,0,108,1,2000,2000,1,32768,2048,0,0,0,0,0,0,31,46,10,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32652,0,0,0,0,0,28125,0,0,0,'Wounded Dalaran Watcher','','',0,18,19,0,2007,0,1,1.14286,1,0,20,28,0,28,1,2000,2000,8,0,2048,0,0,0,0,0,0,18,26,13,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1.3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32653,0,0,0,0,0,5966,0,0,0,'Wounded Dalaran Serpent','','',0,14,15,0,2007,0,1,1,1,0,22,29,0,54,1,1000,2000,1,32768,2048,0,0,0,0,0,0,15,22,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.001,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(32654,0,0,0,0,0,25331,0,0,0,'SOTA Alliance Gun 1','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32655,0,0,0,0,0,27754,0,0,0,'SOTA Horde Gun 2','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32656,0,0,0,0,0,27754,0,0,0,'SOTA Horde Gun 1','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32657,0,0,0,0,0,28130,0,0,0,'Privateer Stonemantle','Captain of the Frostbreaker','',0,72,72,2,1891,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32658,0,0,0,0,0,28131,0,0,0,'Privateer Zierhut','Captain of the Graceful Maiden','',0,72,72,2,1891,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32659,0,0,0,0,0,28129,0,0,0,'Dread Captain Winge','Captain of the Casket Carrier','',0,72,72,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32660,0,0,0,0,0,28128,0,0,0,'Dread Captain \"Moldy\" Nadeux','Captain of the Blightbringer','',0,80,80,2,1981,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32661,0,0,0,0,0,25331,0,0,0,'SOTA Alliance Gun 2','','',0,80,80,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26.7451,0.003404,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32662,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating, Uninteractible, Large, Sessile, Custom Phase 1)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32663,0,0,0,0,0,23831,0,0,0,'Budd','','',0,73,73,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,47031,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32664,0,0,0,0,0,12200,0,0,0,'Segacedi','Sewer Shark','',0,70,75,0,14,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,1,0,32664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32665,0,0,0,0,0,19033,0,0,0,'Crystalline Tangler','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,2,1000,2000,1,537165824,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.15873,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32666,0,0,0,0,0,28047,0,0,0,'Expert\'s Training Dummy','','',0,60,60,0,7,0,1,1,1,0,104,138,0,252,1,2000,2000,1,131072,2048,0,0,0,0,0,0,72,106,26,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32667,0,0,0,0,0,28047,0,0,0,'Master\'s Training Dummy','','',0,70,70,2,7,0,1,1,1,0,252,357,0,304,1,2000,2000,1,131072,2048,0,0,0,0,0,0,215,320,44,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_training_dummy',12340),
|
|
(32668,0,0,0,0,0,80,0,0,0,'Emi','','',0,9,9,0,2007,0,1,1.14286,1,0,8,12,0,16,1,2000,2000,8,32768,2048,0,0,0,0,0,0,8,11,11,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32669,0,0,0,0,0,251,0,0,0,'Colin','','',0,13,13,0,2007,0,1,1.14286,1,0,13,18,0,20,1,2000,2000,8,32768,2048,0,0,0,0,0,0,12,17,12,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32675,0,0,0,0,0,28143,0,0,0,'Babagahnoosh the Grumpy','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32676,0,0,0,0,0,28144,0,0,0,'Grindle Firespark','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32677,0,0,0,0,0,28145,0,0,0,'Whirt the All-Knowing','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32678,0,0,0,0,0,28146,0,0,0,'Emeline Fizzlefry','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32679,0,0,0,0,0,28147,0,0,0,'Darthalia Ebonscorch','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32680,0,0,0,0,0,28148,0,0,0,'Fabioso the Fabulous','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32681,0,0,0,0,0,28149,0,0,0,'The Magnificent Merleaux','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32682,0,0,0,0,0,23365,0,0,0,'Harry\'s Bomber','','',0,70,70,0,35,0,1,4,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,271,1,0,0,'',12340),
|
|
(32683,0,0,0,0,0,28150,0,0,0,'Grezla the Hag','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32684,0,0,0,0,0,28152,0,0,0,'Mona Everspring','','Directions',0,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32685,0,0,0,0,0,28153,0,0,0,'Kitz Proudbreeze','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32686,0,0,0,0,0,28154,0,0,0,'Crafticus Mindbender','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32687,0,0,0,0,0,28155,0,0,0,'Linda Ann Kastinglow','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32688,0,0,0,0,0,28156,0,0,0,'Archmage Tenaj','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32689,0,0,0,0,0,28159,0,0,0,'Adorean Lew','','Directions',10043,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32690,0,0,0,0,0,28160,0,0,0,'Bitty Frostflinger','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32691,0,0,0,0,0,28161,0,0,0,'Magus Fansy Goodbringer','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32692,0,0,0,0,0,28162,0,0,0,'Arcanist Alec','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32693,0,0,0,0,0,28163,0,0,0,'Sabriana Sorrowgaze','','Directions',10043,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32694,0,0,0,0,0,169,11686,0,0,'Vesperon Controller Clear Debuff','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32695,0,0,0,0,0,28180,0,0,0,'Donavan Bale','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32697,0,0,0,0,0,28181,0,0,0,'Dak\'hal the Black','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32700,0,0,0,0,0,28200,0,0,0,'Halga Steelbarrow','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32702,0,0,0,0,0,28201,0,0,0,'Drog Skullbreaker','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32704,0,0,0,0,0,28188,0,0,0,'Danric the Bold','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32706,0,0,0,0,0,28189,0,0,0,'Saedelin Whitedawn','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32708,0,0,0,0,0,28182,0,0,0,'Narestel Palestar','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32709,0,0,0,0,0,28183,0,0,0,'Hunaka Greenhoof','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32710,0,0,0,0,0,28184,0,0,0,'Garl Grimgrizzle','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32711,0,0,0,0,0,28185,0,0,0,'Warp-Huntress Kula','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32712,0,0,0,0,0,28186,0,0,0,'The Amazing Zanzo','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32713,0,0,0,0,0,28187,0,0,0,'Juwanamana','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32714,0,0,0,0,0,28190,0,0,0,'Moon Priestess Nici','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32715,0,0,0,0,0,28191,0,0,0,'Sorrow','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32716,0,0,0,0,0,28192,0,0,0,'Linzi Redgrin','','',0,75,75,2,1732,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32717,0,0,0,0,0,28193,0,0,0,'Drool','The Griefer','',0,75,75,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32718,0,0,0,0,0,28195,0,0,0,'Disidra Stormglory','','',0,75,75,2,1732,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32719,0,0,0,0,0,28196,0,0,0,'Great Hexer Ohodo','','',0,75,75,2,1735,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,33536,2048,0,0,0,0,0,0,293,436,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32720,0,0,0,0,0,28197,0,0,0,'Violetta','','',0,75,75,2,1732,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32721,0,0,0,0,0,28198,0,0,0,'Felcaster Virim','','',0,75,75,2,1735,0,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33536,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32722,0,0,0,0,0,27949,0,0,0,'Warmage Lukems','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32723,0,0,0,0,0,24916,0,0,0,'Warmage Kath\'leen','','',0,75,75,2,2006,0,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,0,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32724,0,0,0,0,0,27944,0,0,0,'Warmage Mumplina','','',0,80,80,2,2009,0,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32725,0,0,0,0,0,23337,0,0,0,'Warmage Silva','','',0,72,72,2,2006,0,1,1.14286,1,0,263,384,0,140,1,2000,2000,8,0,2048,0,0,0,0,0,0,247,369,34,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32726,0,0,0,0,0,28164,0,0,0,'The Chooch','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32727,0,0,0,0,0,28165,0,0,0,'Natalie Tootiblare','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32728,0,0,0,0,0,28166,0,0,0,'Illusionist Karina','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32729,0,0,0,0,0,28167,0,0,0,'Lofwyr Le\'Fleur','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32730,0,0,0,0,0,28168,0,0,0,'Goldlilly Gleamingfell','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32731,0,0,0,0,0,28169,0,0,0,'Metopious Loreseeker','','Directions',10106,80,80,2,2007,1,1,1,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32732,0,0,0,0,0,28170,0,0,0,'Dorfus Alphamage','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32733,0,0,0,0,0,28171,0,0,0,'Joboba Mezbreaker','','Directions',10106,80,80,2,2007,1,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32734,0,0,0,0,0,28173,0,0,0,'Arcanist Ginsberg','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32735,0,0,0,0,0,28172,0,0,0,'Alchemist Burroughs','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32736,0,0,0,0,0,28179,0,0,0,'Scribe Whitman','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32737,0,0,0,0,0,28174,0,0,0,'Archmage John Nicholas','The Punisher','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32738,0,0,0,0,0,28178,0,0,0,'Kat Sunflower','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32739,0,0,0,0,0,28176,0,0,0,'Baroness Zildjia','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32740,0,0,0,0,0,28175,0,0,0,'Archmage Rheaume','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32741,0,0,0,0,0,28177,0,0,0,'Conjurer Weinhaus','','',0,80,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32742,0,0,0,0,0,16480,21342,0,0,'Your Corpse','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32743,0,0,0,0,0,28194,0,0,0,'Willard Blauvelt','Arena Speculator','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32744,0,0,0,0,0,28199,0,0,0,'Bakor the Gangly','Arena Enthusiast','',0,75,78,0,35,0,1,1,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32745,0,0,0,0,0,28202,0,0,0,'Amera Sky','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32746,0,0,0,0,0,28203,0,0,0,'Geffon the Unruly','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32747,0,0,0,0,0,28204,0,0,0,'Mendez Nightshadow','','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32748,0,0,0,0,0,28205,0,0,0,'Bimble Sparkfingers','Arena Enthusiast','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32749,0,0,0,0,0,28207,0,0,0,'Tuff Gorehoof','Arena Enthusiast','',0,75,78,0,35,0,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32751,0,0,0,0,0,28212,0,0,0,'Backbiter','','',0,75,75,2,1735,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,32,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32752,0,0,0,0,0,913,0,0,0,'Tabitha','','',0,75,75,2,1732,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,4,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32753,0,0,0,0,0,28208,0,0,0,'Lok','Death Knight Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32754,0,0,0,0,0,26347,0,0,0,'Austeen','Druid Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32755,0,0,0,0,0,27998,0,0,0,'Holloway Fjordhammer','Hunter Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32756,0,0,0,0,0,28143,0,0,0,'Linus Galespin','Mage Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32757,0,0,0,0,0,28159,0,0,0,'Harold Dawson','Paladin Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32758,0,0,0,0,0,26438,0,0,0,'Charlotte Mader','Priest Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32759,0,0,0,0,0,28177,0,0,0,'Libby Waterwheel','Rogue Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32760,0,0,0,0,0,26299,0,0,0,'Juliet Stonehelm','Shaman Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32761,0,0,0,0,0,28150,0,0,0,'Claire Littlesun','Warlock Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32762,0,0,0,0,0,28161,0,0,0,'David Hume','Warrior Glyphs','',0,80,80,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32763,0,0,0,0,0,28218,0,0,0,'Sairuk','Kalu\'ak Quartermaster','',0,65,65,0,1950,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32764,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (2)','Trade Goods','',0,75,75,0,1215,128,1.22,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32765,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (2)','Reagents & Poison Supplies','',0,75,75,0,1215,128,1.23,1.14286,1,0,342,485,0,392,1,2000,2000,1,4096,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32766,0,0,0,0,0,13470,0,0,0,'Wing Commander Ichman (2)','','',0,80,80,0,1217,3,1.76,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,4928,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32767,0,0,0,31721,0,27064,0,0,0,'Frostbrood Sentry','','',0,80,80,2,21,0,2,1.57143,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,3,2,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),
|
|
(32768,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Floating, Uninteractible, Large, Sessile, Custom Phase 2)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32769,0,0,0,33192,32188,25753,0,0,0,'Gargoyle Ambusher','','',0,80,80,2,21,0,1,1.71429,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,6,0,32769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32770,0,0,0,32399,0,27806,26763,26329,0,'Enraged Fleshrender','','',0,80,80,2,21,0,0.8,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,1,1,0,42108,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32771,0,0,0,32410,0,16206,15961,0,0,'Stitched Brute','','',0,80,80,2,21,0,1,1.71429,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(32772,0,0,0,0,0,27870,0,0,0,'Skeletal Footsoldier','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,32772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(32773,0,0,0,0,0,23072,0,0,0,'Logistics Officer Brighton','Alliance Vanguard Quartermaster','',0,72,72,2,1973,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,32768,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32774,0,0,0,0,0,1606,0,0,0,'Sebastian Crane','Horde Expedition Quartermaster','',0,72,72,2,1928,128,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,0,2048,0,0,0,0,0,0,270,401,53,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32775,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem IX','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32776,0,0,0,0,0,4683,0,0,0,'Fire Nova Totem VIII','','',0,1,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32777,0,0,0,0,0,24696,0,0,0,'Sky-Captain Mark Jackson','','',0,80,80,2,1732,0,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,10,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32778,0,0,0,0,0,1206,6303,2957,2958,'Crafty Snake (1)','','',0,80,80,0,190,0,1,1.14286,1,5,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32779,0,0,0,0,0,28285,0,0,0,'Ignoble Thief','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(32780,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (All Phases)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32781,0,0,0,0,0,328,6302,4626,0,'Noblegarden Rabbit','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32782,0,0,0,0,0,328,11686,0,0,'Noblegarden Bunny Waypoint','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32784,0,0,0,0,0,328,11686,0,0,'Noblegarden Bunny Controller','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32785,0,0,0,0,0,28286,0,0,0,'Web Wrap Visual','','',0,60,60,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32786,32787,0,0,0,0,10978,10972,0,0,'Rotted Troll Corpse','','',0,80,80,2,16,0,1,0.428571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(32787,0,0,0,0,0,10978,10972,0,0,'Rotted Troll Corpse (1)','','',0,80,80,2,16,0,1,0.428571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,73,1,8388624,0,'',12340),
|
|
(32788,0,0,0,0,0,169,11686,0,0,'Moonglade Return Portal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32789,0,0,0,0,0,328,0,0,0,'Polymorphed Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32790,0,0,0,0,0,169,11686,0,0,'Moonglade Portal','','Interact',0,80,80,2,35,16777216,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32791,0,0,0,0,0,6302,0,0,0,'Spring Rabbit','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_spring_rabbit',12340),
|
|
(32793,0,0,0,0,0,28288,28998,29000,0,'Baby Bunny','','',0,1,1,0,31,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,43,1,0,0,'',12340),
|
|
(32794,0,0,0,0,0,7550,0,0,0,'Indalamar\'s 83 Test Dummy','QA Punching Bag','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32795,0,0,0,0,0,27101,0,0,0,'Antipersonnel Cannon (1)','','vehichleCursor',0,80,80,0,614,16777216,1,1,1,1,422,586,0,642,13,2000,2000,1,32772,2048,0,0,0,0,0,0,345,509,103,9,262176,0,0,0,0,0,0,0,0,0,49872,0,0,0,0,0,0,0,0,160,0,0,'',0,3,1,11.2317,1,1,0,0,0,0,0,0,0,0,0,344407930,2,'',12340),
|
|
(32796,0,0,0,0,0,27658,0,0,0,'Battleground Demolisher (1)','','vehichleCursor',0,80,80,0,168,16777216,1,1,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,9,131080,0,0,0,0,0,0,0,0,0,52338,60206,0,0,0,0,0,0,0,158,0,0,'',0,3,1,24.3355,1,1,0,0,0,0,0,0,0,112,0,344407930,2,'',12340),
|
|
(32797,0,0,0,31395,0,27571,0,0,0,'Illidan Stormrage Kill Credit','','',0,82,82,0,14,0,1,1.14286,1,3,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(32798,0,0,0,0,0,28304,28305,0,0,'Spring Gatherer','','',0,75,75,0,1735,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32799,0,0,0,0,0,28302,28303,0,0,'Spring Collector','','',0,75,75,0,1732,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32800,0,0,0,0,0,27554,0,0,0,'Father Kamaros','','',0,80,80,2,113,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32801,0,0,0,0,0,23441,0,0,0,'Borean Tundra Flame Warden','','',9203,72,72,2,84,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32802,0,0,0,0,0,16338,0,0,0,'Sholazar Basin Flame Warden','','',9203,78,78,2,84,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32803,0,0,0,0,0,16339,0,0,0,'Dragonblight Flame Warden','','',9203,74,74,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32804,0,0,0,0,0,23438,0,0,0,'Howling Fjord Flame Warden','','',9203,72,72,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32805,0,0,0,0,0,16335,0,0,0,'Grizzly Hills Flame Warden','','',9203,75,75,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32806,0,0,0,0,0,23438,0,0,0,'Storm Peaks Flame Warden','','',9203,80,80,2,84,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32807,0,0,0,0,0,23439,0,0,0,'Crystalsong Forest Flame Warden','','',9203,80,80,2,84,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32808,0,0,0,0,0,16338,0,0,0,'Zul\'Drak Flame Warden','','',9203,77,77,0,84,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32809,0,0,0,0,0,16341,0,0,0,'Borean Tundra Flame Keeper','','',9278,72,72,2,83,3,1,1.14286,1,0,307,438,0,314,1,2000,2000,1,768,2048,0,0,0,0,0,0,270,401,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32810,0,0,0,0,0,23442,0,0,0,'Sholazar Basin Flame Keeper','','',9278,78,78,2,83,3,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32811,0,0,0,0,0,16340,0,0,0,'Dragonblight Flame Keeper','','',9278,74,74,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32812,0,0,0,0,0,23442,0,0,0,'Howling Fjord Flame Keeper','','',9278,72,72,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32813,0,0,0,0,0,16334,0,0,0,'Grizzly Hills Flame Keeper','','',9278,75,75,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32814,0,0,0,0,0,16340,0,0,0,'Storm Peaks Flame Keeper','','',9278,80,80,2,83,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32815,0,0,0,0,0,23440,0,0,0,'Crystalsong Forest Flame Keeper','','',9278,80,80,2,83,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32816,0,0,0,0,0,16340,0,0,0,'Zul\'Drak Flame Keeper','','',9278,77,77,0,83,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(32818,0,0,0,0,0,21774,0,0,0,'Plump Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_plump_turkey',12340),
|
|
(32819,0,0,0,0,0,4626,11686,0,0,'Plump Turkey Bunny','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,128,'',12340),
|
|
(32820,0,0,0,0,0,21774,0,0,0,'Wild Turkey','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,32820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,0.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32821,0,0,0,0,0,1126,17612,0,0,'Revenge for the Vargul Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32822,0,0,0,0,0,22191,0,0,0,'Large Turkey (Polymorph)','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32823,0,0,0,0,0,28293,0,0,0,'Bountiful Table','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32824,0,0,0,0,0,28294,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Turkey','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32825,0,0,0,0,0,28295,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Yams','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32826,0,0,0,0,0,29205,29168,0,0,'Sturdy Seat','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(32827,0,0,0,0,0,28296,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Cranberry Sauce','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32828,0,0,0,0,0,11686,0,0,0,'Chair Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32829,0,0,0,0,0,28297,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Pie','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32830,0,0,0,0,0,11686,0,0,0,'Food Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32831,0,0,0,0,0,28298,17188,0,0,'[PH] Pilgrim\'s Bounty Table - Stuffing','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(32832,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Armor Quartermaster','',0,65,65,0,1074,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32833,0,0,0,0,0,28300,0,0,0,'Scout Zar\'shi','','',0,65,65,1,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32834,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Armor Quartermaster','',0,65,65,0,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32835,0,0,0,0,0,28301,0,0,0,'Corporal Moonstrike','','',0,65,65,0,1078,0,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32836,0,0,0,0,0,28306,28307,28311,28312,'Noblegarden Vendor','','',10257,12,12,0,1732,131,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32837,0,0,0,0,0,28308,28309,28313,28314,'Noblegarden Merchant','','',10257,12,12,0,1735,131,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32838,0,0,0,0,0,28315,0,0,0,'Minigob Manabonk','The Mischievous Mage','',0,76,76,0,35,0,1,1.14286,1,0,300,436,0,193,1,2000,2000,8,32768,2048,0,0,0,0,0,0,279,415,49,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_minigob_manabonk',12340),
|
|
(32839,0,0,0,0,0,28310,0,0,0,'Sturdy Plate','','',0,1,1,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pilgrims_bounty_plate',12340),
|
|
(32840,0,0,0,0,0,11686,0,0,0,'Plate Holder','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32841,0,0,0,0,0,16189,0,0,0,'Baby Blizzard Bear','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32842,0,0,0,0,0,3718,3714,18052,3585,'The WoW Dev Team','','',0,75,75,2,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32843,0,0,0,0,0,28317,0,0,0,'Tabea','','',0,75,75,2,2007,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32844,0,0,0,0,0,28318,0,0,0,'Apollo','Tabea\'s Companion','',0,1,1,0,2007,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32845,32846,0,0,0,0,28743,0,0,0,'Hodir','','',0,83,83,2,16,0,1.6,1.42857,1,3,5878,8014,0,805,7,2000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,582,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_hodir',12340),
|
|
(32846,0,0,0,0,0,28743,0,0,0,'Hodir (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6499,8861,0,805,13,2000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2329,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(32847,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 Warrior (Bonus Armor)','','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32848,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 S1 Resil Priest','Priest','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32849,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 80 S1 Resil Warrior','Warrior','',0,80,80,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32853,0,0,0,0,0,9790,0,0,0,'QA Test Dummy 83 Raid Debuff (High Armor)','','',0,73,73,1,7,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32854,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Warrior (Bonus Armor)','','',0,83,83,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(32857,33694,0,0,0,0,28324,0,0,0,'Stormcaller Brundir','','',0,83,83,2,16,0,1.6,1.42857,1,3,3912,5339,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,32857,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,10,215,50,1,0,0,0,0,0,0,0,144,1,617297759,2097153,'boss_stormcaller_brundir',12340),
|
|
(32865,33147,0,0,0,0,28977,0,0,0,'Thorim','','',0,83,83,2,14,0,2.5,1.9286,1,3,12500,15000,0,1,1,1500,2000,2,0,2048,0,0,0,0,0,0,365,529,98,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,100,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'boss_thorim',12340),
|
|
(32866,33690,0,0,0,0,11686,0,0,0,'Overload Visual','','',0,83,83,2,16,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32867,33693,0,0,0,0,28344,0,0,0,'Steelbreaker','','',0,83,83,2,16,0,0.888888,1.5873,1,3,3634,4954,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,32867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,215,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_steelbreaker',12340),
|
|
(32870,0,0,0,0,0,25489,0,0,0,'The Real Ronakada','Blademaster','Quest',0,70,70,1,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32871,33070,0,0,0,0,28641,0,0,0,'Algalon the Observer','','',0,83,83,2,190,0,4,2.14286,1,3,8620,11752,0,805,5,1000,2000,1,33024,2048,0,0,0,0,0,0,371,535,135,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,50,1,0,0,0,0,0,0,0,196,1,650854271,2097153,'boss_algalon_the_observer',12340),
|
|
(32872,33149,0,0,0,0,26965,0,0,0,'Runic Colossus','','',0,82,82,2,14,0,1,1.14286,1,1,4121,5621,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_runic_colossus',12340),
|
|
(32873,33148,0,0,0,0,28349,0,0,0,'Ancient Rune Giant','','',0,82,82,2,14,0,0.888888,1.14286,1,1,1279,1744,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_ancient_rune_giant',12340),
|
|
(32874,33162,0,0,0,0,26065,0,0,0,'Iron Ring Guard','','',0,81,81,2,16,0,1,1.14286,1,1,2200,3000,0,742,7,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_gauntlet_npcs',12340),
|
|
(32875,33163,0,0,0,0,26239,0,0,0,'Iron Honor Guard','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2422,0,742,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_gauntlet_npcs',12340),
|
|
(32876,33158,0,0,0,0,25984,0,0,0,'Dark Rune Champion','','',0,82,82,2,16,0,1,1.14286,1,1,2745,3743,0,742,4,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),
|
|
(32877,33155,0,0,0,0,28466,0,0,0,'Dark Rune Warbringer','','',0,82,82,2,16,0,1,1.14286,1,1,3435,4688,0,742,4,1667,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,62320,62322,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,650854270,2097152,'boss_thorim_arena_npcs',12340),
|
|
(32878,33156,0,0,0,0,25990,0,0,0,'Dark Rune Evoker','','',0,82,82,2,16,0,1,1.14286,1,1,2056,2806,0,742,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),
|
|
(32879,0,0,0,0,0,169,16925,0,0,'Thorim Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_thorim_sif_blizzard',12340),
|
|
(32882,33154,0,0,0,0,24564,0,0,0,'Jormungar Behemoth','','',0,82,82,2,14,0,1,1.14286,1,1,4121,5621,0,742,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32883,33152,0,0,0,0,21312,21313,21314,21315,'Captured Mercenary Soldier','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32885,33153,0,0,0,0,21308,21309,21310,21311,'Captured Mercenary Soldier','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32886,33159,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,1692,0,1,1.14286,1,1,2000,2800,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32887,0,0,0,0,0,4589,0,0,0,'Magma Totem TEST','','',0,80,80,2,1953,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32892,0,0,0,0,0,16925,0,0,0,'Thorim Event Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_thorim_pillar',12340),
|
|
(32893,0,0,0,0,0,28362,0,0,0,'Missy Flamecuffs','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),
|
|
(32897,0,0,0,0,0,28366,0,0,0,'Field Medic Penny','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),
|
|
(32898,0,0,0,0,0,27658,0,0,0,'Sarah\'s Battleground Bruiser','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(32900,0,0,0,0,0,28368,0,0,0,'Elementalist Avuun','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),
|
|
(32901,0,0,0,0,0,28369,0,0,0,'Ellie Nightfeather','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),
|
|
(32904,33157,0,0,0,0,25995,0,0,0,'Dark Rune Commoner','','',0,80,80,2,16,0,1,1.14286,1,0,578,788,0,742,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_arena_npcs',12340),
|
|
(32905,0,0,0,0,0,21774,0,0,0,'Rabid Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32906,33360,0,0,0,0,28777,0,0,0,'Freya','','',0,83,83,2,16,0,1.6,1.14286,1,3,6261,8544,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,55,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_freya',12340),
|
|
(32907,33150,0,0,0,0,21314,21313,0,0,'Captured Mercenary Captain','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32908,33151,0,0,0,0,21308,21311,0,0,'Captured Mercenary Captain','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_thorim_start_npcs',12340),
|
|
(32913,33392,0,0,0,0,29175,0,0,0,'Elder Ironbranch','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_ironbranch',12340),
|
|
(32914,33393,0,0,0,0,29176,0,0,0,'Elder Stonebark','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_stonebark',12340),
|
|
(32915,33391,0,0,0,0,29174,0,0,0,'Elder Brightleaf','','',0,83,83,2,16,0,1.6,1.14286,1,3,4701,6409,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,4,364,32915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_freya_elder_brightleaf',12340),
|
|
(32916,33400,0,0,0,0,28531,0,0,0,'Snaplasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1774,2419,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,0,1,617298715,0,'boss_freya_summons',12340),
|
|
(32918,33399,0,0,0,0,11636,21773,0,0,'Detonating Lasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1000,1400,2,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.5,1,1,0,0,0,0,0,0,0,180,1,617299803,0,'boss_freya_summons',12340),
|
|
(32919,33401,0,0,0,0,14213,0,0,0,'Storm Lasher','','',0,81,81,2,16,0,1.6,1.14286,1,1,1774,2419,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,80,1,617299803,0,'boss_freya_summons',12340),
|
|
(32922,0,0,0,0,0,25984,0,0,0,'Dark Rune Champion','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(32923,0,0,0,0,0,28580,0,0,0,'Dark Rune Commoner','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(32924,0,0,0,0,0,28580,0,0,0,'Dark Rune Evoker','','',0,82,82,2,14,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(32925,0,0,0,0,0,28581,0,0,0,'Dark Rune Warbringer','','',0,82,82,2,14,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(32926,33352,0,0,0,0,25865,0,0,0,'Flash Freeze','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.1746,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'npc_ulduar_flash_freeze',12340),
|
|
(32927,33692,0,0,0,0,28381,0,0,0,'Runemaster Molgeim','','',0,83,83,2,16,0,1.6,1.28571,1,3,3912,5339,0,805,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,32927,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,215,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_runemaster_molgeim',12340),
|
|
(32930,33909,0,0,0,0,28638,0,0,0,'Kologarn','','',0,83,83,2,16,0,1,1.14286,1,3,7185,9796,0,805,7,2000,2000,1,4,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,'',0,3,1,260,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_kologarn',12340),
|
|
(32931,0,0,0,0,0,27659,0,0,0,'Dan\'s Test Mount','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32933,33910,0,0,0,0,28821,0,0,0,'Left Arm','','',0,83,83,2,16,0,1,1,1,3,509,683,0,805,35,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,39,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'boss_kologarn_arms',12340),
|
|
(32934,33911,0,0,0,0,28822,0,0,0,'Right Arm','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,'',0,3,1,39,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'boss_kologarn_arms',12340),
|
|
(32938,33353,0,0,0,0,25865,0,0,0,'Flash Freeze','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.1746,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'npc_ulduar_flash_freeze',12340),
|
|
(32939,0,0,0,0,0,28397,0,0,0,'Little Fawn','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32941,0,0,0,0,0,28399,0,0,0,'Tor Greycloud','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),
|
|
(32942,0,0,0,0,0,28400,0,0,0,'Riding Spectral Gryphon (Taxi)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32944,0,0,0,0,0,28402,0,0,0,'Red Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(32946,0,0,0,0,0,28403,0,0,0,'Veesha Blazeweaver','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),
|
|
(32948,0,0,0,0,0,28406,0,0,0,'Battle-Priest Eliza','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),
|
|
(32950,0,0,0,0,0,28408,0,0,0,'Spiritwalker Yona','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),
|
|
(32953,34296,0,0,0,0,28460,0,0,0,'Black Hole','','',0,80,80,2,14,0,1,1,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,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,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32954,0,0,0,0,0,28411,28412,0,0,'Hungry Tuskarr','','',0,70,70,2,1884,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32955,34215,0,0,0,0,28988,0,0,0,'Collapsing Star','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'npc_collapsing_star',12340),
|
|
(32956,0,0,0,0,0,21774,0,0,0,'Lonely Turkey','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,0,32956,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(32957,33160,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,16,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32958,33689,0,0,0,0,28418,0,0,0,'Lightning Elemental','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'npc_assembly_lightning',12340),
|
|
(32980,0,0,0,0,0,14549,0,0,0,'Faithful Mule','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32981,0,0,0,0,0,28421,0,0,0,'Riding Scourge Gryphon (Taxi)','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32983,0,0,0,0,0,14550,0,0,0,'Rented Pack Mule','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(32984,0,0,0,0,0,21955,11686,0,0,'Test of Strength Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33005,0,0,0,0,0,1126,17612,0,0,'Tails Up Frost Leopard Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33006,0,0,0,0,0,1126,17612,0,0,'Tails Up Icepaw Bear Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33007,0,0,0,0,0,26165,0,0,0,'Male Frost Leopard','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33008,0,0,0,0,0,10618,0,0,0,'Male Icepaw Bear','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33010,0,0,0,0,0,26165,0,0,0,'Female Frost Leopard','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,2,0,0,0,0,314,466,81,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33011,0,0,0,0,0,10618,0,0,0,'Female Icepaw Bear','','',0,76,77,2,190,0,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,0,2048,0,4,0,0,0,0,314,466,81,1,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33014,0,0,0,0,0,11557,0,0,0,'Justin Test Vehicle A','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,69,1,0,0,'',12340),
|
|
(33016,0,0,0,27360,0,9786,0,0,0,'Smoldering Skeleton','','',0,73,74,2,2035,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33017,0,0,0,27362,0,21305,0,0,0,'Smoldering Construct','','',0,73,74,2,2035,0,1,1.19048,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33018,0,0,0,0,0,28429,0,0,0,'Jennifer Owings','Food & Drink','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33019,0,0,0,0,0,28430,0,0,0,'Megan Owings','Bartender','',0,70,70,2,1929,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33025,0,0,0,0,0,28431,0,0,0,'Ha\'wana','','',0,78,78,2,35,2,1,1.14286,1,0,387,543,0,528,1,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33026,0,0,0,0,0,28432,0,0,0,'Sarah Brady','Alcohol','',0,75,75,2,35,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33027,0,0,0,0,0,28433,0,0,0,'Jessica Sellers','Ink Trader','',0,75,75,2,2007,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33029,0,0,0,0,0,28082,0,0,0,'Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33030,0,0,0,0,0,28060,0,0,0,'Magnificent Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33031,0,0,0,0,0,24606,24607,0,0,'Sebastian Bower','','',10276,77,77,2,35,1,1,1.14286,1,0,371,522,0,478,1,2000,2000,1,32768,2048,0,0,0,0,0,0,314,466,81,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33032,0,0,0,0,0,28435,0,0,0,'Firefly (Purple)','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33045,0,0,0,0,0,1126,14501,0,0,'ELM General Purpose Bunny Large (scale x5)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33049,0,0,0,0,0,512,0,0,0,'[ph] justin test backstab target','','',0,1,1,0,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33050,33395,0,0,0,0,23258,0,0,0,'Unstable Sun Beam','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33051,33691,0,0,0,0,23767,0,0,0,'Rune of Summoning','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33816578,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33052,33116,0,0,0,0,28741,0,0,0,'Living Constellation','','',0,81,81,2,14,0,1,1,1,1,464,604,0,708,7.5,2000,2000,1,33587200,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,20,25,1,0,0,0,0,0,0,0,0,1,650854239,0,'npc_living_constellation',12340),
|
|
(33054,0,0,0,0,0,169,16925,0,0,'Thorim Trap Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_thorim_trap',12340),
|
|
(33059,0,0,0,0,0,27658,0,0,0,'Wrecked Demolisher','','',0,80,80,2,35,0,1.2,1,1,0,0,0,0,0,1,2000,2000,4,570703872,1,32,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,0.5,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(33060,0,0,0,0,0,28650,0,0,0,'Salvaged Siege Engine','','vehichleCursor',0,80,80,2,2105,0,1.25,1,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,62345,62522,62346,0,0,0,0,0,0,336,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,113,0,67109888,0,'',12340),
|
|
(33061,0,0,0,0,0,25871,0,0,0,'Wrecked Mechano-hog','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(33062,34045,0,0,0,0,25870,25871,0,0,'Salvaged Chopper','','vehichleCursor',0,80,80,2,2105,16777216,2,2,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262176,0,0,0,0,0,0,0,0,0,62974,62286,62299,64660,0,0,0,0,0,335,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,180,0,67109888,0,'',12340),
|
|
(33063,0,0,0,0,0,28650,0,0,0,'Wrecked Siege Engine','','vehichleCursor',0,80,80,2,1770,0,1,1,1,0,0,0,0,0,1,2000,2000,4,570703872,2049,32,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(33064,0,0,0,0,0,28282,0,0,0,'Frizzer','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33067,0,0,0,0,0,28526,0,0,0,'Salvaged Siege Turret','','Gunner',0,80,80,2,2105,16777216,1.2,1.14286,1,0,0,0,0,0,1,2000,2000,4,16386,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,62358,62359,64677,0,0,0,0,0,0,337,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,121,0,67109888,0,'',12340),
|
|
(33068,0,0,0,0,0,21955,21999,0,0,'Darkmoon Faire - Cannon Target Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33069,0,0,0,0,0,28440,28441,0,0,'Darkmoon Bruiser','','',0,80,80,2,1896,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(33070,0,0,0,0,0,28641,0,0,0,'Algalon the Observer (1)','','',0,83,83,2,190,0,4,2.14286,1,3,6965,9495,0,805,10,1000,2000,1,33024,2048,0,0,0,0,0,0,341,506,80,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2500,50,1,0,0,0,0,0,0,0,196,1,650854271,2097153,'',12340),
|
|
(33073,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Warrior Sessile','','',0,87,87,2,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(33080,0,0,0,0,0,28106,0,0,0,'Warsong Siege Turret','','Gunner',0,80,80,2,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,262184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33081,0,0,0,0,0,28442,0,0,0,'Tonk Cannon Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33086,0,0,0,0,0,169,11686,0,0,'Algalon Stalker','','',0,74,74,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33087,0,0,0,0,0,11686,0,0,0,'Signal Fire Invisman','','',0,60,60,1,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33088,33396,0,0,0,0,28634,0,0,0,'Iron Roots','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_iron_root',12340),
|
|
(33089,34221,0,0,0,0,18957,0,0,0,'Dark Matter','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,3,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.5,1,1,0,0,0,0,0,0,0,98,1,650854271,2097152,'',12340),
|
|
(33090,0,0,0,0,0,29096,0,0,0,'Pool of Tar','','',0,80,80,2,1965,0,0.3,0.25,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62288,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000187,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pool_of_tar',12340),
|
|
(33104,0,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 01','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33105,34131,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 02','','',0,80,80,2,14,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33108,0,0,0,0,0,11686,0,0,0,'Hodir\'s Fury Targetting Reticle','','',0,80,80,0,14,0,4,1.71429,1.5,0,2,2,0,24,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,173,1,0,130,'npc_hodirs_fury',12340),
|
|
(33109,0,0,0,0,0,27658,0,0,0,'Salvaged Demolisher','','vehichleCursor',0,80,80,2,2105,0,1.2,1,1,0,0,0,0,0,1,2000,2000,4,16384,0,0,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,62306,62490,62308,62324,0,0,0,0,0,338,0,0,'',0,3,1,50,0.5,1,0,0,0,0,0,0,0,113,0,67109888,0,'',12340),
|
|
(33110,33161,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte','','',0,82,82,2,16,0,1,1.14286,1,1,2000,2800,0,742,7,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_gauntlet_npcs',12340),
|
|
(33113,34003,0,0,0,0,28875,0,0,0,'Flame Leviathan','','',0,83,83,2,1965,0,1.2,0.71429,1,3,5483,7475,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,9,557164,33113,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,1690736,1690736,'',0,3,1,1650,2,1,0,0,0,0,0,0,0,1,1,650854271,2097409,'boss_flame_leviathan',12340),
|
|
(33114,0,0,0,0,0,11686,0,0,0,'Flame Leviathan Seat','','vehichleCursor',0,80,80,2,2110,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33570816,2048,0,0,0,0,0,0,0,0,0,9,1049632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'boss_flame_leviathan_seat',12340),
|
|
(33116,0,0,0,0,0,28741,0,0,0,'Living Constellation (1)','','',0,81,81,2,14,0,1,1,1,1,417,582,0,608,15,2000,2000,1,33587200,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,40,25,1,0,0,0,0,0,0,0,0,1,650854239,0,'',12340),
|
|
(33118,33190,0,0,0,0,29185,0,0,0,'Ignis the Furnace Master','','',0,83,83,2,16,0,1.6,1.42857,1,3,5483,7475,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,1100000,1300000,'',0,3,1,400,1,1,0,0,0,0,0,0,0,661,1,650854271,2097153,'boss_ignis',12340),
|
|
(33121,33191,0,0,0,0,26154,0,0,0,'Iron Construct','','',0,80,80,2,16,0,1,1.28571,1,1,1403,1913,0,642,7,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,133,1,650854271,2097154,'npc_ulduar_iron_construct',12340),
|
|
(33122,0,0,0,0,0,28550,0,0,0,'Iron Construct (Magma Visual)','','',0,80,80,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33123,0,0,0,0,0,11686,0,0,0,'Scorched Ground',NULL,NULL,0,80,80,2,16,0,1,1.14286,1,0,1,1,0,1,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(33125,33164,0,0,0,0,26239,0,0,0,'Iron Honor Guard','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33128,0,0,0,0,0,8590,0,0,0,'Puppeteer','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33129,0,0,0,0,0,28464,0,0,0,'Gnome Puppet','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33130,0,0,0,0,0,14584,0,0,0,'[PH] Joust Horse','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33134,34332,0,0,0,0,29117,0,0,0,'Sara','','',0,83,83,2,16,0,1,1.28571,1,3,496,674,0,783,35,2000,2000,2,2,2048,0,0,0,0,0,0,365,529,98,10,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,14.342,50,1,0,0,0,0,0,0,0,0,1,0,1,'boss_yoggsaron_sara',12340),
|
|
(33135,0,0,0,0,0,26185,26186,0,0,'[PH] Joust Knight','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33136,33968,0,0,0,0,28465,0,0,0,'Guardian of Yogg-Saron','','',0,82,82,2,16,0,1.6,1.71429,1,1,2745,3743,0,805,6,2000,2000,1,32768,2048,0,0,0,0,0,0,324,480,88,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.3193,1,1,0,0,0,0,0,0,0,167,1,0,0,'boss_yoggsaron_guardian_of_ys',12340),
|
|
(33137,0,0,0,0,0,13069,0,0,0,'Puppet Hand','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33138,0,0,0,0,0,26753,0,0,0,'Lightning Orb','','',0,80,80,2,14,0,9.6,4,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,245,1,0,0,'boss_thorim_lightning_orb',12340),
|
|
(33139,34111,0,0,0,0,28883,0,0,0,'Flame Leviathan Turret','','Gunner',0,80,80,0,1965,16777216,1.2,1.14286,1,3,0,0,0,0,35,2000,2000,4,33554434,2048,0,0,0,0,0,0,0,0,0,9,786540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,935.979,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33140,0,0,0,0,0,16925,0,0,0,'Thorim Golem Right Hand Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33141,0,0,0,0,0,16925,0,0,0,'Thorim Golem Left Hand Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33142,0,0,0,0,0,28829,0,0,0,'Leviathan Defense Turret','','',0,80,80,2,1965,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,12288,0,0,0,0,0,0,0,0,0,62402,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.07937,1,1,0,0,0,0,0,0,0,0,0,0,0,'boss_flame_leviathan_defense_turret',12340),
|
|
(33143,0,0,0,0,0,28469,0,0,0,'Overload Control Device','','',0,80,80,0,35,16777216,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_flame_leviathan_overload_device',12340),
|
|
(33146,0,0,0,0,0,11686,24914,0,0,'Demolisher Engineering Console (Old)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,1049632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,0.136147,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33147,0,0,0,0,0,28977,0,0,0,'Thorim (1)','','',0,83,83,2,14,0,2.5,1.9286,1,3,25000,30000,0,1,1,1500,2000,2,0,2048,0,0,0,0,0,0,365,529,98,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1500,100,1,0,0,0,0,0,0,0,180,1,617299839,2097153,'',12340),
|
|
(33148,0,0,0,0,0,28349,0,0,0,'Ancient Rune Giant (1)','','',0,82,82,2,14,0,0.888888,1.14286,1,1,1444,1970,0,742,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33149,0,0,0,0,0,26965,0,0,0,'Runic Colossus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,3330,4540,0,742,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33150,0,0,0,0,0,21308,21311,0,0,'Captured Mercenary Captain (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33151,0,0,0,0,0,21314,21313,0,0,'Captured Mercenary Captain (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33152,0,0,0,0,0,21312,21313,21314,21315,'Captured Mercenary Soldier (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,33,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33153,0,0,0,0,0,21308,21309,21310,21311,'Captured Mercenary Soldier (1)','','',0,80,80,2,16,0,1,1.14286,1,1,800,1100,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,33,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33154,0,0,0,0,0,24564,0,0,0,'Jormungar Behemoth (1)','','',0,82,82,2,14,0,1,1.14286,1,1,3330,4540,0,742,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33155,0,0,0,0,0,28466,0,0,0,'Dark Rune Warbringer (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2734,3732,0,742,8,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,62320,62322,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,650854270,2097152,'',12340),
|
|
(33156,0,0,0,0,0,25990,0,0,0,'Dark Rune Evoker (1)','','',0,82,82,2,16,0,1,1.14286,1,1,1627,2221,0,742,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,5,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33157,0,0,0,0,0,25995,0,0,0,'Dark Rune Commoner (1)','','',0,80,80,2,16,0,1,1.14286,1,0,578,788,0,742,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33158,0,0,0,0,0,25984,0,0,0,'Dark Rune Champion (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2220,3026,0,742,8,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33159,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,1692,0,1,1.14286,1,1,2000,2800,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33160,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33161,0,0,0,0,0,25990,0,0,0,'Dark Rune Acolyte (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2000,2800,0,742,10,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33162,0,0,0,0,0,26065,0,0,0,'Iron Ring Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,2200,3000,0,742,10,2000,2000,1,256,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33163,0,0,0,0,0,26239,0,0,0,'Iron Honor Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2422,0,742,10,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33164,0,0,0,0,0,26239,0,0,0,'Iron Honor Guard (1)','','',0,81,81,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33167,0,0,0,0,0,29168,0,0,0,'Salvaged Demolisher Mechanic Seat','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33554434,0,0,0,0,0,0,0,0,0,0,9,1311776,0,0,0,0,0,0,0,0,0,62634,64979,62479,62471,0,64414,0,0,0,345,0,0,'',0,3,1,50,0.5,1,0,0,0,0,0,0,0,0,0,67109888,0,'',12340),
|
|
(33168,33397,0,0,0,0,28634,0,0,0,'Strengthened Iron Roots','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_iron_root',12340),
|
|
(33169,0,0,0,0,0,28470,0,0,0,'Icicle','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_icicle',12340),
|
|
(33170,33402,0,0,0,0,23258,0,0,0,'Sun Beam','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33173,0,0,0,0,0,28470,0,0,0,'Snowpacked Icicle','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_icicle',12340),
|
|
(33174,0,0,0,0,0,15880,0,0,0,'Snowpacked Icicle Target','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,341,506,80,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33184,0,0,0,0,0,22524,0,0,0,'Razorscale Harpoon Gun (Unused)','','vehichleCursor',0,80,80,2,2105,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554438,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33185,0,0,0,0,0,28475,28476,0,0,'Grenade Crate','','',0,80,80,2,2059,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33186,33724,0,0,0,0,28787,0,0,0,'Razorscale','','',0,83,83,2,14,0,1.6,1.42857,1,3,5483,7475,0,805,7,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,2,108,33186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280000,360000,'',0,3,1,255,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_razorscale',12340),
|
|
(33188,0,0,0,0,0,28482,0,0,0,'Teldrassil Sproutling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33189,0,0,0,0,0,28783,0,0,0,'Liquid Pyrite','','',0,80,80,2,2059,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33190,0,0,0,0,0,29185,0,0,0,'Ignis the Furnace Master (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4428,6037,0,805,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100000,1300000,'',0,3,1,1400,1,1,0,0,0,0,0,0,0,661,1,650854271,2097153,'',12340),
|
|
(33191,0,0,0,0,0,26154,0,0,0,'Iron Construct (1)','','',0,80,80,2,16,0,1,1.28571,1,1,1138,1551,0,642,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,133,1,650854271,2097154,'',12340),
|
|
(33192,0,0,0,0,0,4449,26241,0,0,'Icecrown Scourge Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33194,0,0,0,0,0,28489,0,0,0,'Dun Morogh Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33196,33234,0,0,0,0,28488,0,0,0,'Sif','','',0,83,83,2,14,0,1,1.14286,1,3,370,531,0,343,35,2000,2000,8,33587200,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_sif',12340),
|
|
(33197,0,0,0,0,0,4732,0,0,0,'Tirisfal Batling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33198,0,0,0,0,0,15470,0,0,0,'Durotar Scorpion','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33199,0,0,0,0,0,14473,0,0,0,'Alarming Clockbot','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33200,0,0,0,0,0,16205,0,0,0,'Elwynn Lamb','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33202,33398,0,0,0,0,26650,0,0,0,'Ancient Water Spirit','','',0,81,81,2,16,0,1.6,1.14286,1,1,2359,3223,0,805,7,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,0,1,617297755,0,'boss_freya_summons',12340),
|
|
(33203,33376,0,0,0,0,16975,0,0,0,'Ancient Conservator','','',0,80,80,2,16,0,1.6,1.14286,1,1,2948,4019,0,805,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,41.5,1,1,0,0,0,0,0,0,0,0,1,650853979,0,'boss_freya_summons',12340),
|
|
(33205,0,0,0,0,0,28493,0,0,0,'Ammen Vale Lashling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33210,34254,0,0,0,0,29030,0,0,0,'Expedition Commander','','',0,81,81,2,35,1,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,131846,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_expedition_commander',12340),
|
|
(33211,0,0,0,0,0,28501,0,0,0,'Lake Frog','','',0,1,1,2,35,0,1.6,1,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,0,'npc_lake_frog',12340),
|
|
(33212,0,0,0,0,0,11686,0,0,0,'Hodir\'s Fury','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAi',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33213,0,0,0,0,0,28743,0,0,0,'Hodir','','',10335,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,33280,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),
|
|
(33214,0,0,0,0,0,28830,0,0,0,'Mechanolift 304-A','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,'',0,4,5,0.47619,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_mechanolift',12340),
|
|
(33215,0,0,0,0,0,28509,0,0,0,'Healthy Spore','','',0,80,80,2,2110,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_freya_healthy_spore',12340),
|
|
(33216,0,0,0,0,0,24103,24121,24115,0,'Mechagnome Pilot','','',0,78,79,2,14,0,1,0.99206,1,0,399,559,0,550,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,331,491,74,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33217,0,0,0,0,0,28912,0,0,0,'Stormwind Steed','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33218,0,0,0,0,0,28782,0,0,0,'Pyrite Safety Container','','',0,80,80,2,2059,0,1.2,1,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.000476,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_flame_leviathan_safety_container',12340),
|
|
(33219,0,0,0,0,0,28502,0,0,0,'Mulgore Hatchling','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33220,0,0,0,0,0,28503,0,0,0,'Maiden of Ashwood Lake','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,1,2,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33221,0,0,0,0,0,169,16925,0,0,'Scorch','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33222,0,0,0,0,0,3258,0,0,0,'Sir Marcus Barlowe','Master of Arms','',0,80,80,2,1078,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33223,0,0,0,0,0,28559,0,0,0,'Captain Joseph Holley','Master of Horses','',10435,80,80,2,1078,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33224,0,0,0,0,0,28501,0,0,0,'Lake Frog','','',10316,1,1,2,35,1,1.6,1,1,0,2,3,0,10,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,2,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,116,1,0,0,'npc_lake_frog',12340),
|
|
(33225,0,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius','Grand Champion of Stormwind','',10346,80,80,2,1078,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33226,0,0,0,0,0,28507,0,0,0,'Strand Crawler','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33227,0,0,0,0,0,16910,0,0,0,'Enchanted Broom','','',0,1,1,0,188,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33228,33385,0,0,0,0,28989,0,0,0,'Eonar\'s Gift','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_freya_lifebinder',12340),
|
|
(33229,0,0,0,0,0,28048,0,0,0,'Melee Target','','',0,80,80,0,634,0,1,1,1,0,422,586,0,642,1,1000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.87196,1,1,0,0,0,0,0,0,0,0,1,32,262144,'npc_tournament_training_dummy',12340),
|
|
(33233,0,0,0,0,0,169,11686,0,0,'Razorscale Controller','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33234,0,0,0,0,0,28488,0,0,0,'Sif (1)','','',0,83,83,2,14,0,1,1.14286,1,3,370,531,0,343,70,2000,2000,8,33587200,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33235,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10387,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33236,34113,0,0,0,0,28580,28581,0,0,'Steelforged Defender','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),
|
|
(33237,34105,0,0,0,0,28517,0,0,0,'Ulduar Colossus','','',0,80,80,2,1692,0,1.2,1.14286,1,1,3393,4626,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),
|
|
(33238,0,0,0,0,0,28946,0,0,0,'Argent Squire','','',10318,1,1,0,188,129,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,8388608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_argent_pony_bridle',12340),
|
|
(33239,0,0,0,0,0,28948,0,0,0,'Argent Gruntling','','',10358,1,1,0,188,129,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,8388608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pet_gen_argent_pony_bridle',12340),
|
|
(33240,0,0,0,0,0,11398,0,0,0,'Ebon Squire [PH]','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33241,0,0,0,0,0,28777,0,0,0,'Freya','','',10324,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),
|
|
(33242,0,0,0,0,0,28977,0,0,0,'Thorim','','',10337,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),
|
|
(33243,0,0,0,0,0,28938,28048,0,0,'Ranged Target','','',0,80,80,2,634,0,1,1.38571,1,0,422,586,0,642,1,1000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,140,1,32,262144,'npc_tournament_training_dummy',12340),
|
|
(33244,0,0,0,0,0,29001,0,0,0,'Mimiron','','',10336,83,83,2,35,1,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'npc_ulduar_keeper_gossip',12340),
|
|
(33245,0,0,0,0,0,169,11686,0,0,'Razorscale Spawner','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33246,0,0,0,0,0,25994,0,0,0,'Iron Dwarf Warrior [PH]','','',0,80,80,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33248,0,0,0,0,0,4590,0,0,0,'Power Word: Barrier','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33251,0,0,0,0,0,28516,0,0,0,'Death Knight Trainer and Runeforge','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33252,0,0,0,0,0,24019,0,0,0,'[DND] TAR Pedestal - Trainer, Death Knight','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33255,34112,0,0,0,0,26053,0,0,0,'Titanium Stormlord','','',0,80,80,2,1692,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,524296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33259,34257,0,0,0,0,29036,29037,0,0,'Expedition Trapper','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,2,'',12340),
|
|
(33264,0,0,0,0,0,26161,27101,25723,28471,'Ironwork Cannon','','Gunner',0,80,80,2,1692,0,1,1.14286,1,3,0,0,0,0,35,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33271,33449,0,0,0,0,28548,0,0,0,'General Vezax','','',0,83,83,2,16,0,3.2,2.28571,1,3,7369,10046,0,805,7,1500,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,10,108,33271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650000,1950000,'',0,3,1,450,1,1,0,0,0,0,0,0,0,204,1,617299839,2097409,'boss_vezax',12340),
|
|
(33272,0,0,0,0,0,29075,0,0,0,'Charge Target','','',0,80,80,0,634,0,1,1.38571,1,0,422,586,0,642,1,1000,2000,1,4,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.87196,1,1,0,0,0,0,0,0,0,140,1,32,262144,'npc_tournament_training_dummy',12340),
|
|
(33273,0,0,0,0,0,28538,0,0,0,'Maiden of Drak\'Mar','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33274,0,0,0,0,0,28539,0,0,0,'Mechanopeep','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33280,0,0,0,0,0,11686,0,0,0,'Voice of Yogg-Saron','','',0,80,80,0,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'boss_yoggsaron_voice',12340),
|
|
(33282,0,0,0,0,0,169,11686,0,0,'Razorscale Harpoon Fire State','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_harpoonfirestate',12340),
|
|
(33285,0,0,0,0,0,28852,28746,0,0,'Sen\'jin Valiant','','',10469,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33286,0,0,0,0,0,28545,0,0,0,'Elwynn Forest Wolf','','',0,8,8,0,1815,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,1,0,0,0,0,7,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,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33287,34256,0,0,0,0,29034,29035,0,0,'Expedition Engineer','','',0,80,80,2,2105,0,2.5,1.14,1,1,417,582,0,608,7.5,1500,2000,2,131842,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,1,2,'npc_ulduar_expedition_engineer',12340),
|
|
(33288,33955,0,0,0,0,28817,0,0,0,'Yogg-Saron','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,33288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,2128378,2128378,'',0,3,1,788.813,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'boss_yoggsaron',12340),
|
|
(33289,0,0,0,0,0,25680,0,0,0,'Lord Everblaze','','',0,80,80,2,14,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,33289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,45005,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33290,0,0,0,0,0,28546,0,0,0,'Jillian McWeaksauce','The Cutest McWeaksauce','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33291,0,0,0,0,0,6537,0,0,0,'Fiery Dancer','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33555202,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33292,0,0,0,0,0,11686,0,0,0,'Ominous Cloud','','',0,80,80,2,14,0,0.8,0.42857,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,74,1,0,0,'boss_yoggsaron_cloud',12340),
|
|
(33293,33885,0,0,0,0,28611,0,0,0,'XT-002 Deconstructor','','',0,83,83,2,16,0,2.8,1.71429,1,3,5483,7475,0,805,7,1800,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,9,32876,33293,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,1724850,1724850,'',0,3,1,358.552,1,1,0,0,0,0,0,0,0,321,1,650854271,2097153,'boss_xt002',12340),
|
|
(33297,0,0,0,0,0,28912,0,0,0,'Stormwind Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33298,0,0,0,0,0,29256,0,0,0,'Darnassian Nightsaber','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33299,0,0,0,0,0,29261,0,0,0,'Darkspear Raptor','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33300,0,0,0,0,0,29259,0,0,0,'Thunder Bluff Kodo','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33301,0,0,0,0,0,28571,0,0,0,'Gnomeregan Mechanostrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33303,0,0,0,0,0,28570,0,0,0,'Maiden of Winter\'s Breath Lake','','',0,80,80,2,35,0,1,0.99206,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33305,0,0,0,0,0,25903,0,0,0,'[DND] Tournament - TEST NPC','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33306,0,0,0,0,0,28851,28744,0,0,'Orgrimmar Valiant','','',10468,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33307,0,0,0,0,0,28561,0,0,0,'Corporal Arthur Flew','Stormwind Quartermaster','',10417,80,80,2,1078,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33308,0,0,0,0,0,28982,0,0,0,'Crystalsong Oak','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,2147745792,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33309,0,0,0,0,0,28562,0,0,0,'Clara Tumblebrew','Mistress of Rams','',10436,80,80,2,55,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33310,0,0,0,0,0,28563,0,0,0,'Derrick Brindlebeard','Ironforge Quartermaster','',10418,80,80,2,2155,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33312,0,0,0,0,0,28564,0,0,0,'Lana Stouthammer','Grand Champion of Ironforge','',10375,80,80,2,2155,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33314,0,0,0,0,0,24007,0,0,0,'Gerome the Gnome','','',0,80,80,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1404.49,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33315,0,0,0,0,0,28565,0,0,0,'Rollo Sureshot','Master of Arms','',0,80,80,2,2155,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33316,0,0,0,0,0,29258,0,0,0,'Ironforge Ram','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33317,0,0,0,0,0,28571,0,0,0,'Gnomeregan Mechanostrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33318,0,0,0,0,0,29255,0,0,0,'Exodar Elekk','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33319,0,0,0,0,0,29256,0,0,0,'Darnassian Nightsaber','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33320,0,0,0,0,0,29260,0,0,0,'Orgrimmar Wolf','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33321,0,0,0,0,0,29261,0,0,0,'Darkspear Raptor','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33322,0,0,0,0,0,29259,0,0,0,'Thunder Bluff Kodo','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33323,0,0,0,0,0,29262,0,0,0,'Silvermoon Hawkstrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33324,0,0,0,0,0,29257,0,0,0,'Forsaken Warhorse','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33325,0,0,0,0,0,28369,0,0,0,'Eivi Nightfeather','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),
|
|
(33326,0,0,0,0,0,28366,0,0,0,'Field Medic Jessi','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),
|
|
(33327,0,0,0,0,0,28362,0,0,0,'Sissy Flamecuffs','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),
|
|
(33328,0,0,0,0,0,28368,0,0,0,'Elementalist Mahfuun','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),
|
|
(33329,33995,0,0,0,0,28887,0,0,0,'Heart of the Deconstructor','','',0,83,83,2,14,0,1.2,1,1,3,509,683,0,805,35,2000,2000,1,33587200,2048,0,0,0,0,0,0,371,535,135,10,524396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,129.08,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_xt002_heart',12340),
|
|
(33330,0,0,0,0,0,28406,0,0,0,'Battle-Priest Gina','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_priest',12340),
|
|
(33331,0,0,0,0,0,28403,0,0,0,'Amira Blazeweaver','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_mage',12340),
|
|
(33332,0,0,0,0,0,28408,0,0,0,'Spiritwalker Tara','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_shaman',12340),
|
|
(33333,0,0,0,0,0,28399,0,0,0,'Kar Greycloud','','',0,80,80,2,1665,0,1.14286,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,163840,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_hodir_druid',12340),
|
|
(33335,0,0,0,0,0,28586,0,0,0,'Ambrose Boltspark','Grand Champion of Gnomeregan','',10376,80,80,2,64,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33337,0,0,0,0,0,26442,11686,0,0,'XT-Toy Pile','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33339,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Ranged Target Dummy - Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33340,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Mounted Melee - Target Dummy - Charge Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33341,0,0,0,0,0,4626,0,0,0,'[DND] Tournament - Mounted Melee - Target Dummy - Block Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33342,0,0,0,0,0,15880,0,0,0,'Toasty Fire','','',0,73,73,2,1665,0,1,1.14286,1,0,313,448,0,302,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,276,411,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_ulduar_toasty_fire',12340),
|
|
(33343,33887,0,0,0,0,28585,28575,22778,0,'XS-013 Scrapbot','','',0,80,80,2,14,0,1.2,0.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.51,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_xt002_scrapbot',12340),
|
|
(33344,33888,0,0,0,0,28577,0,0,0,'XM-024 Pummeller','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,625,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_xt002_pummeller',12340),
|
|
(33346,33886,0,0,0,0,19139,28575,26442,0,'XE-321 Boombot','','',0,80,80,2,16,0,1.2,0.42857,1,0,15000,17000,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,583744347,0,'npc_xt002_boombot',12340),
|
|
(33350,0,0,0,0,0,28578,0,0,0,'Mimiron','','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,617299839,1,'boss_mimiron',12340),
|
|
(33351,37525,37526,0,0,0,19410,0,0,0,'Morgan Test','','',0,1,1,0,35,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33352,0,0,0,0,0,25865,0,0,0,'Flash Freeze (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'',12340),
|
|
(33353,0,0,0,0,0,25865,0,0,0,'Flash Freeze (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,131076,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.93651,1,1,0,0,0,0,0,0,0,0,1,650870655,2097152,'',12340),
|
|
(33354,33729,0,0,0,0,20249,0,0,0,'Corrupted Servitor','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2944,4022,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33355,33737,0,0,0,0,28724,0,0,0,'Misguided Nymph','','',0,81,81,2,16,0,1,1.14286,1,1,2355,3218,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33357,0,0,0,0,0,28811,0,0,0,'\"Spectral Tiger\"','','vehichleCursor',0,1,1,0,35,16777216,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,2,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(33360,0,0,0,0,0,28777,0,0,0,'Freya (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,5060,5366,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,55,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(33361,0,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher','Grand Champion of Orgrimmar','',10380,80,80,2,1074,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33364,0,0,0,0,0,11686,0,0,0,'Thorim\'s Hammer Targetting Reticle','','',0,80,80,0,14,0,1.6,0.571429,2,0,2,2,0,24,1,2000,2000,2,33554438,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'npc_thorims_hammer',12340),
|
|
(33365,0,0,0,0,0,11686,0,0,0,'Thorim\'s Hammer','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33366,0,0,0,0,0,11686,0,0,0,'Freya\'s Ward Targetting Reticle','','',0,80,80,0,14,0,1.6,0.571429,2,0,2,2,0,24,1,2000,2000,2,33554438,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,130,'NullCreatureAI',12340),
|
|
(33367,0,0,0,0,0,11686,0,0,0,'Freya\'s Ward','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_freya_ward',12340),
|
|
(33369,0,0,0,0,0,11686,0,0,0,'Mimiron\'s Inferno Targetting Reticle','','',0,80,80,0,14,0,3.2,1.14286,2,0,2,2,0,24,1,2000,2000,2,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,129,1,0,130,'npc_mimirons_inferno',12340),
|
|
(33370,0,0,0,0,0,11686,0,0,0,'Mimiron\'s Inferno','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33372,0,0,0,0,0,28588,0,0,0,'Zul\'tore','Grand Champion of Sen\'jin','',10382,80,80,2,126,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33373,0,0,0,0,0,28589,0,0,0,'Deathstalker Visceri','Grand Champion of the Undercity','',10379,80,80,2,68,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33376,0,0,0,0,0,16975,0,0,0,'Ancient Conservator (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2386,3253,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,170,1,1,0,0,0,0,0,0,0,0,1,650853979,0,'',12340),
|
|
(33377,0,0,0,0,0,26442,11686,0,0,'Mortar Targetting Device','','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33378,0,0,0,0,0,16925,0,0,0,'Thunder Orb','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_thorim_pillar',12340),
|
|
(33379,0,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger','Grand Champion of Silvermoon','',10372,80,80,2,1695,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33380,0,0,0,0,0,1122,0,0,0,'Hammer Vehicle [PH]','','vehichleCursor',0,4,4,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33382,0,0,0,0,0,28853,28971,0,0,'Silvermoon Valiant','','',10470,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33383,0,0,0,0,0,28855,28751,0,0,'Thunder Bluff Valiant','','',10472,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(33384,0,0,0,0,0,28856,28752,0,0,'Undercity Valiant','','',10473,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33385,0,0,0,0,0,28989,0,0,0,'Eonar\'s Gift (1)','','',0,81,81,2,16,0,1,1.14286,1,1,464,604,0,708,15,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33387,34277,0,0,0,0,14214,19030,16870,0,'Writhing Lasher','','',0,80,80,2,16,0,1,2.57143,1,1,2000,2500,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(33388,33850,0,0,0,0,26239,0,0,0,'Dark Rune Guardian','','',0,80,80,2,1965,0,1.6,1.42857,1,1,2262,3084,0,624,2.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_guardian',12340),
|
|
(33391,0,0,0,0,0,29174,0,0,0,'Elder Brightleaf (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,371,535,135,4,364,32915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,420,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33392,0,0,0,0,0,29175,0,0,0,'Elder Ironbranch (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,320,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33393,0,0,0,0,0,29176,0,0,0,'Elder Stonebark (1)','','',0,83,83,2,16,0,1.6,1.14286,1,3,3799,5180,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,4,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,320,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33395,0,0,0,0,0,169,23258,0,0,'Unstable Sun Beam (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33396,0,0,0,0,0,28634,0,0,0,'Iron Roots (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33397,0,0,0,0,0,28634,0,0,0,'Strengthened Iron Roots (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33398,0,0,0,0,0,26650,0,0,0,'Ancient Water Spirit (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1902,2599,0,805,13,2000,2000,8,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,617297755,0,'',12340),
|
|
(33399,0,0,0,0,0,11636,21773,0,0,'Detonating Lasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1600,2000,2,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,0,1,0,0,0,0,0,0,0,180,1,617299803,0,'',12340),
|
|
(33400,0,0,0,0,0,28531,0,0,0,'Snaplasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1398,1906,0,805,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,617298715,0,'',12340),
|
|
(33401,0,0,0,0,0,14213,0,0,0,'Storm Lasher (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1398,1906,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,121,1,617299803,0,'',12340),
|
|
(33402,0,0,0,0,0,169,23258,0,0,'Sun Beam (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33403,0,0,0,0,0,28597,0,0,0,'Runok Wildmane','Grand Champion of Thunder Bluff','',10381,80,80,2,104,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33404,0,0,0,0,0,28599,0,0,0,'Wind-Up Train Wrecker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33405,0,0,0,0,0,28600,0,0,0,'Akinos','Master of Arms','',0,80,80,2,1074,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33406,0,0,0,0,0,169,11686,0,0,'Achievement Trigger Freya','','',0,83,83,2,35,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33408,0,0,0,0,0,29258,0,0,0,'Ironforge Ram','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33409,0,0,0,0,0,29260,0,0,0,'Orgrimmar Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33410,0,0,0,0,0,28839,0,0,0,'Freya','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),
|
|
(33411,0,0,0,0,0,28838,0,0,0,'Hodir','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),
|
|
(33412,0,0,0,0,0,28845,0,0,0,'Mimiron','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),
|
|
(33413,0,0,0,0,0,29039,0,0,0,'Thorim','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,5,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1035,1,1,0,0,0,0,0,0,0,150,1,0,2,'boss_yoggsaron_keeper',12340),
|
|
(33414,0,0,0,0,0,29257,0,0,0,'Forsaken Warhorse','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33415,0,0,0,0,0,28606,0,0,0,'[ph] Tournament War Elekk - NPC Only','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),
|
|
(33416,0,0,0,0,0,29255,0,0,0,'Exodar Elekk','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33417,0,0,0,0,0,29131,0,0,0,'Crusader Rhydalla','','',0,80,80,2,2070,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33418,0,0,0,0,0,29262,0,0,0,'Silvermoon Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33422,0,0,0,0,0,28618,0,0,0,'Unbound Seer','','',0,78,79,2,16,0,1,0.99206,1,0,334,482,0,260,1,2000,2000,8,32768,2048,0,0,0,0,0,0,306,454,64,7,0,33422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1584,2640,'SmartAI',0,3,1,1,1.5,1,0,43225,45064,0,0,0,0,0,1,0,0,'',12340),
|
|
(33425,0,0,0,0,0,10218,0,0,0,'Horde Engineer [PH]','','',0,80,80,2,2110,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33426,0,0,0,0,0,25024,0,0,0,'Horde Dragon Handler [PH]','','',0,80,80,2,2105,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33429,0,0,0,0,0,29098,0,0,0,'Boneguard Lieutenant','','',0,80,80,2,21,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33430,33732,0,0,0,0,19775,0,0,0,'Guardian Lasher','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33431,33731,0,0,0,0,28727,19030,28729,8149,'Forest Swarmer','','',0,81,81,2,16,0,1,1.14286,1.3,1,1182,1612,0,708,3,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33432,34106,0,0,0,0,28831,0,0,0,'Leviathan Mk II','','',0,83,83,0,14,0,1,1.28571,1,3,5483,7475,0,802,7,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,9,32876,33432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,541,1,650854271,2097153,'npc_ulduar_leviathan_mkii',12340),
|
|
(33433,0,0,0,0,0,28621,0,0,0,'Suit of Armor','','',0,82,82,2,31,0,1,1.14286,1,0,488,642,0,782,1,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33434,0,0,0,0,0,24225,0,0,0,'Bezzle Blastbolt','','',10391,70,70,2,35,1,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33435,0,0,0,0,0,24225,0,0,0,'Bozzle Blastbolt','','',0,70,70,2,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33436,0,0,0,0,0,6999,0,0,0,'Garona','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33437,0,0,0,0,0,28717,0,0,0,'King Llane','','',0,83,83,1,35,0,1,1.14286,1,3,313,448,0,302,35,2000,2000,2,0,2048,0,0,0,0,0,0,276,411,44,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.3143,1,1,0,0,0,0,0,0,0,144,1,0,0,'boss_yoggsaron_llane',12340),
|
|
(33438,0,0,0,0,0,775,0,0,0,'Boneguard Footman','','',0,80,80,2,21,1,0.888888,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,64,'npc_boneguard_footman',12340),
|
|
(33439,0,0,0,0,0,28350,0,0,0,'Sir Wendell Balfour','Knight of Stormwind','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133056,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33441,0,0,0,0,0,28672,0,0,0,'The Lich King','','',0,83,83,2,14,0,1.2,2.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,189,1,8388624,0,'boss_yoggsaron_lich_king',12340),
|
|
(33442,0,0,0,0,0,28636,0,0,0,'Immolated Champion','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,40,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33447,0,0,0,0,0,29146,0,0,0,'Squire David','','',10340,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33448,0,0,0,0,0,25903,0,0,0,'Argent Valiant','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.38095,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33449,0,0,0,0,0,28548,0,0,0,'General Vezax (1)','','',0,83,83,2,16,0,3.2,2.28571,1,3,5954,8118,0,805,7,1500,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,10,108,33449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650000,1950000,'',0,3,1,1650,1,1,0,0,0,0,0,0,0,204,1,617299839,2097409,'',12340),
|
|
(33450,0,0,0,0,0,28556,0,0,0,'[ph] Tournament War Kodo - NPC Only','','',0,70,70,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),
|
|
(33453,33851,0,0,0,0,25987,0,0,0,'Dark Rune Watcher','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1700,2312,0,287,4,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_watcher',12340),
|
|
(33455,0,0,0,0,0,26878,0,0,0,'Lorien Sunblaze','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537133056,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33457,0,0,0,0,0,26225,0,0,0,'Conall Irongrip','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,537133056,2048,32,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33459,0,0,0,0,0,29090,0,0,0,'Orgrimmar Champion','','',0,80,80,2,1074,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33460,0,0,0,0,0,28633,28744,28745,0,'Orgrimmar Valiant','','Directions',0,80,80,2,1074,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33461,0,0,0,0,0,28587,0,0,0,'Orgrimmar Aspirant','','Directions',0,80,80,2,1074,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33462,0,0,0,0,0,29087,0,0,0,'Gnomeregan Champion','','',0,80,80,2,64,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33463,0,0,0,0,0,28704,28714,0,0,'Gnomeregan Valiant','','',0,80,80,2,64,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33464,0,0,0,0,0,28586,0,0,0,'Gnomeregan Aspirant','','',0,80,80,2,64,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33465,0,0,0,0,0,29093,0,0,0,'Undercity Champion','','',0,80,80,2,68,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33466,0,0,0,0,0,28587,0,0,0,'Silvermoon Aspirant','','Directions',0,80,80,2,1695,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33467,0,0,0,0,0,29091,0,0,0,'Silvermoon Champion','','',0,80,80,2,1695,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33468,0,0,0,0,0,28629,28747,0,0,'Silvermoon Valiant','','Directions',0,80,80,2,1695,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33469,0,0,0,0,0,28631,28752,28753,0,'Undercity Valiant','','Directions',0,80,80,2,68,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33470,0,0,0,0,0,28589,0,0,0,'Undercity Aspirant','','Directions',0,80,80,2,68,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33471,0,0,0,0,0,28597,0,0,0,'Thunder Bluff Champion','','Directions',0,80,80,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33472,0,0,0,0,0,28597,0,0,0,'Thunder Bluff Aspirant','','Directions',0,80,80,2,104,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33473,0,0,0,0,0,28632,28751,0,0,'Thunder Bluff Valiant','','Directions',0,80,80,2,104,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33474,0,0,0,0,0,28703,0,0,0,'Sen\'jin Champion','','',0,80,80,2,126,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33475,0,0,0,0,0,28588,0,0,0,'Sen\'jin Aspirant','','Directions',0,80,80,2,126,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33476,0,0,0,0,0,28630,28746,0,0,'Sen\'jin Valiant','','Directions',0,80,80,2,126,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33477,0,0,0,0,0,29092,0,0,0,'Stormwind Champion','','',0,80,80,2,1078,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33478,0,0,0,0,0,28560,0,0,0,'Stormwind Aspirant','','Directions',0,80,80,2,1078,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33479,0,0,0,0,0,28707,28749,28748,28750,'Stormwind Valiant','','Directions',0,80,80,2,1078,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2147779328,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33480,0,0,0,0,0,29088,0,0,0,'Ironforge Champion','','',0,80,80,2,2155,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33481,0,0,0,0,0,28711,28715,28716,0,'Ironforge Valiant','','Directions',0,80,80,2,2155,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33482,0,0,0,0,0,28564,0,0,0,'Ironforge Aspirant','','Directions',0,80,80,2,2155,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33488,33789,0,0,0,0,28639,0,0,0,'Saronite Vapors','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'npc_ulduar_saronite_vapors',12340),
|
|
(33489,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 01 - Weak Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33490,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 02 -Speedy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33491,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 03 - Block Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33492,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 04 - Strong Guy','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33493,0,0,0,0,0,11686,0,0,0,'[DND] Tournament - Mounted Melee - Kill Credit - 05 - Ultimate','','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33495,0,0,0,0,0,28640,0,0,0,'Ysera','The Dreamer','',0,83,83,0,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33498,0,0,0,0,0,28643,0,0,0,'Maloric','The Black Knight\'s Squire','LootAll',0,78,78,2,190,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33499,0,0,0,0,0,11078,0,0,0,'Skeletal Woodcutter','','',0,79,79,2,14,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,6,0,33499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,45080,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33500,0,0,0,0,0,169,16925,0,0,'Vezax Bunny','','',0,80,80,2,14,0,1,0.99206,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33501,0,0,0,0,0,262,0,0,0,'[ph] Tournament - Daily Combatant Summoner','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33502,0,0,0,0,0,28645,0,0,0,'Tamable Core Hound','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,45,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33503,0,0,0,0,0,13475,0,0,0,'Horde Commander [PH]','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33504,0,0,0,0,0,28646,0,0,0,'Tamable Chimaera','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,38,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33505,0,0,0,0,0,28647,0,0,0,'Tamable Devilsaur','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,39,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33506,0,0,0,0,0,28648,0,0,0,'Tamable Rhino','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,43,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33508,0,0,0,0,0,1561,0,0,0,'Tamable Silithid','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,41,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33510,0,0,0,0,0,28649,0,0,0,'Tamable Spirit Beast','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,46,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33511,0,0,0,0,0,9031,0,0,0,'Tamable Worm','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,42,0,0,0,0,1,1,0,1,65537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33513,0,0,0,0,0,28652,0,0,0,'Black Knight\'s Gryphon','','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,8388624,0,'',12340),
|
|
(33515,34175,0,0,0,0,28651,0,0,0,'Auriaya','','',0,83,83,2,14,0,1.66667,1.14286,1,3,5552,7577,0,805,7,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,76,33515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366181,1366181,'',0,3,1,225,55,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_auriaya',12340),
|
|
(33516,33730,0,0,0,0,15294,0,0,0,'Ground Fissure','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(33517,0,0,0,0,0,28652,0,0,0,'Armored Ebon Gryphon','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33518,0,0,0,0,0,29147,0,0,0,'Squire Danny','','',10343,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33519,0,0,0,0,0,28652,0,0,0,'Black Knight\'s Gryphon','','',0,80,80,0,35,0,6.4,4,1,0,422,586,0,642,1,2000,2000,1,8,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,257,1,8388624,0,'',12340),
|
|
(33520,0,0,0,0,0,28633,0,0,0,'[ph] Tournament - Mounted Combatant - Valiant Test','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.12018,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33521,0,0,0,0,0,28633,0,0,0,'[ph] Tournament - Mounted Combatant - Champion Test','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.12018,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33522,0,0,0,0,0,29148,0,0,0,'Squire Cavin','','',10383,80,80,0,35,1,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33523,0,0,0,0,0,28654,0,0,0,'Neltharion','The Earthwarder','',0,83,83,0,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_yoggsaron_neltharion',12340),
|
|
(33524,34152,0,0,0,0,28992,0,0,0,'Saronite Animus','','',0,76,76,2,16,0,1.6,1.14286,1,3,5895,8006,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,305,452,74,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,113,1,1,0,0,0,0,0,0,0,144,1,617299839,2097408,'npc_ulduar_saronite_animus',12340),
|
|
(33525,33735,0,0,0,0,1988,0,0,0,'Mangrove Ent','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,320,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33526,33734,0,0,0,0,28685,0,0,0,'Ironroot Lasher','','',0,81,81,2,16,0,1,1.14286,1,1,1774,2427,0,708,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33527,33741,0,0,0,0,28679,0,0,0,'Nature\'s Blade','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2355,3218,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33528,33733,0,0,0,0,28686,0,0,0,'Guardian of Life','','',0,81,81,2,16,0,1.6,1.14286,1,1,3540,4826,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,64,33528,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,15,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(33529,0,0,0,0,0,25384,0,0,0,'Curious Wolvar Pup','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33530,0,0,0,0,0,25173,0,0,0,'Curious Oracle Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33531,0,0,0,0,0,28918,0,0,0,'Campaign Warhorse','','vehichleCursor',0,80,80,2,35,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,64588,64595,62563,62552,64077,0,0,0,0,369,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,180,0,0,0,'',12340),
|
|
(33532,0,0,0,0,0,25384,0,0,0,'Wolvar Orphan','','',10503,1,1,0,188,3,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33533,0,0,0,0,0,25173,0,0,0,'Oracle Orphan','','',10504,1,1,0,188,3,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33535,0,0,0,0,0,28669,0,0,0,'Malygos','The Spell-Weaver','',0,83,83,0,35,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33536,0,0,0,0,0,28227,0,0,0,'Alexstrasza','The Life-Binder','',0,83,83,0,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,832,2048,0,0,0,0,0,0,365,529,98,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33537,0,0,0,35297,0,25342,25343,0,0,'Cult Conspirator','Cult of the Damned','',0,80,80,2,2080,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,33537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33538,0,0,0,0,0,28670,0,0,0,'Kethiel Sunlance','Master of Arms','',0,80,80,2,1695,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33539,0,0,0,0,0,28671,0,0,0,'Dern Ragetotem','Master of Arms','',0,80,80,2,104,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33540,0,0,0,0,0,28673,0,0,0,'Shadow Hunter Mezil-kree','Master of Arms','',0,80,80,2,126,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33541,0,0,0,0,0,28674,0,0,0,'Sarah Chalke','Mistress of Arms','',0,80,80,2,68,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33542,0,0,0,0,0,28676,0,0,0,'Magister Edien Sunhollow','The Sunreavers','',10378,80,80,2,2123,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33543,0,0,0,0,0,28678,28680,0,0,'Sunreaver Guardian','','',0,80,80,2,2129,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'npc_guardian_pavilion',12340),
|
|
(33544,0,0,0,0,0,28689,0,0,0,'Morah Worgsister','Mistress of Wolves','',0,80,80,2,1074,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33545,0,0,0,0,0,28690,0,0,0,'Gahju','Master of Raptors','',0,80,80,2,126,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33546,0,0,0,0,0,28688,0,0,0,'The Black Knight','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33547,0,0,0,0,0,28691,0,0,0,'Handler Dretch','Master of Horses','',0,80,80,2,68,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33548,0,0,0,0,0,28692,0,0,0,'Aneera Thuron','Mistress of Hawkstriders','',0,80,80,2,1604,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33549,0,0,0,0,0,28693,0,0,0,'Anka Clawhoof','Mistress of Kodos','',0,80,80,2,104,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33550,0,0,0,0,0,26801,0,0,0,'Boneguard Scout','','',0,80,80,2,21,1,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,1.5873,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33551,0,0,0,0,0,8469,0,0,0,'Trusty Stormwind Charger [PH]','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33552,0,0,0,0,0,20570,23767,0,0,'Yogg-Saron','','',0,60,60,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33553,0,0,0,0,0,28694,0,0,0,'Freka Bloodaxe','Orgrimmar Quartermaster','',10421,80,80,2,29,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33554,0,0,0,0,0,28695,0,0,0,'Samamba','Sen\'jin Quartermaster','',10425,80,80,2,126,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33555,0,0,0,0,0,28696,0,0,0,'Eliza Killian','Undercity Quartermaster','',10420,80,80,2,68,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33556,0,0,0,0,0,28697,0,0,0,'Doru Thunderhorn','Thunder Bluff Quartermaster','',10419,80,80,2,104,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33557,0,0,0,0,0,28698,0,0,0,'Trellis Morningsun','Silvermoon Quartermaster','',10426,80,80,2,1604,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33558,0,0,0,0,0,28849,28714,0,0,'Gnomeregan Valiant','','',10466,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33559,0,0,0,0,0,28955,28712,0,0,'Darnassus Valiant','','',10464,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33560,0,0,0,0,0,29089,0,0,0,'Exodar Champion','','',0,80,80,2,1638,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33561,0,0,0,0,0,28854,28972,0,0,'Stormwind Valiant','','',10471,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33562,0,0,0,0,0,28848,28713,0,0,'Exodar Valiant','','',10465,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(33563,0,0,0,0,0,28710,28617,0,0,'Darnassus Champion','','Directions',0,80,80,2,80,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33564,0,0,0,0,0,28850,28711,0,0,'Ironforge Valiant','','',10467,80,80,2,35,1,0.6,0.692857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(33565,0,0,0,0,0,28705,28712,0,0,'Darnassus Valiant','','Directions',0,80,80,2,80,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33566,0,0,0,0,0,28709,28713,0,0,'Exodar Valiant','','Directions',0,80,80,2,1638,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33567,0,0,0,0,0,27808,27809,0,0,'Deathsworn Zealot','','',0,82,82,2,31,0,1,1.14286,1,1,463,640,0,726,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33568,0,0,0,0,0,4878,0,0,0,'Fish','','',0,1,1,0,1620,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33570,0,0,0,0,0,25519,0,0,0,'Bernau Test Dummy','','',0,80,80,2,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4712,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(33571,0,0,0,0,0,26442,11686,0,0,'Ulduar Gauntlet Generator','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_storm_beacon_spawn',12340),
|
|
(33572,34247,0,0,0,0,28580,28581,0,0,'Steelforged Defender','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33575,0,0,0,0,0,169,11686,0,0,'Channel Stalker Freya','','',0,81,81,2,14,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,100,1,0,130,'',12340),
|
|
(33576,0,0,0,0,0,11686,0,0,0,'Mimiron DB Target','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,220,1,0,0,'',12340),
|
|
(33578,0,0,0,0,0,28734,0,0,0,'Murkimus the Gladiator','','',0,80,80,2,188,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33579,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',10355,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'npc_brann_ulduar',12340),
|
|
(33580,0,0,0,0,0,28899,0,0,0,'Dustin Vail','Grand Master Tailoring Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33581,0,0,0,0,0,28901,0,0,0,'Kul\'de','Grand Master Leatherworking Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33583,0,0,0,0,0,28900,0,0,0,'Fael Morningsong','Grand Master Enchanting Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33586,0,0,0,0,0,12940,0,0,0,'Binkie Brightgear','Grand Master Engineering Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33587,0,0,0,0,0,28897,0,0,0,'Bethany Cromwell','Grand Master Cooking Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33588,0,0,0,0,0,28898,0,0,0,'Crystal Brightspark','Grand Master Alchemy Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33589,0,0,0,0,0,28984,0,0,0,'Joseph Wilson','Grand Master First Aid Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33590,0,0,0,0,0,28902,0,0,0,'Oluros','Grand Master Jewelcrafting Trainer','',0,75,75,2,2070,80,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33591,0,0,0,0,0,28903,0,0,0,'Rekka the Hammer','Grand Master Blacksmithing Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,2,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33592,0,0,0,0,0,28735,0,0,0,'Jaelyne Evensong','Grand Champion of Darnassus','',10377,80,80,2,1076,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33593,0,0,0,0,0,28736,0,0,0,'Colosos','Grand Champion of the Exodar','',10374,80,80,2,1694,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33594,0,0,0,0,0,28909,0,0,0,'Fizzix Blastbolt','Engineering Supplies','',0,75,75,2,2070,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33595,0,0,0,0,0,28914,0,0,0,'Mera Mistrunner','Cooking Supplies','',0,75,75,0,2070,130,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,33024,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33596,0,0,0,0,0,28913,0,0,0,'Meline Duskpath','Tailoring Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33597,0,0,0,0,0,28910,0,0,0,'Liere Morningsong','Enchanting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33598,0,0,0,0,0,28908,0,0,0,'Fanii','Inscription Supplies','',0,75,75,2,2070,2176,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33599,0,0,0,0,0,28905,0,0,0,'Brollen Wheatbeard','Blacksmithing Supplies','',0,75,75,2,2070,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33600,0,0,0,0,0,28906,0,0,0,'Cerie Larksong','Alchemy Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,0,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33601,0,0,0,0,0,28907,0,0,0,'Elka Stormbrew','Leatherworking Supplies','',0,75,75,2,2070,130,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33602,0,0,0,0,0,28904,0,0,0,'Anuur','Jewelcrafting Supplies','',0,75,75,2,2070,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33603,0,0,0,0,0,28896,0,0,0,'Arthur Denny','Grand Master Inscription Trainer','',0,75,75,2,2070,16,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,32768,2048,0,0,2,0,0,0,271,403,45,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33608,0,0,0,0,0,28738,0,0,0,'Alchemy','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33609,0,0,0,0,0,28738,0,0,0,'Blacksmithing','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33610,0,0,0,0,0,28738,0,0,0,'Enchanting','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33611,0,0,0,0,0,28738,0,0,0,'Engineering','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33612,0,0,0,0,0,28738,0,0,0,'Leatherworking','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33613,0,0,0,0,0,28738,0,0,0,'Tailoring','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33614,0,0,0,0,0,28738,0,0,0,'Jewelcrafting','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33615,0,0,0,0,0,28738,0,0,0,'Inscription','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33616,0,0,0,0,0,28758,0,0,0,'Herbalism','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33617,0,0,0,0,0,28758,0,0,0,'Mining','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33618,0,0,0,0,0,28758,0,0,0,'Skinning','','',0,60,60,0,1744,16,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33619,0,0,0,0,0,28758,0,0,0,'Cooking','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33620,0,0,0,0,0,26662,0,0,0,'Earthen Stoneshaper','','',0,80,80,2,1812,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33587970,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,1,0,'',12340),
|
|
(33621,0,0,0,0,0,28758,0,0,0,'First Aid','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33622,0,0,0,0,0,28739,0,0,0,'Goran Steelbreaker','','',0,80,80,2,1812,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,1,1,'',12340),
|
|
(33623,0,0,0,0,0,28758,0,0,0,'Fishing','','',0,60,60,0,1744,80,1,1,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,2,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33624,0,0,0,0,0,25166,0,0,0,'Archmage Pentarus','','',10347,80,80,2,2007,1,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33625,0,0,0,0,0,28757,0,0,0,'Arcanist Taelis','The Silver Covenant','',10367,80,80,2,2027,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33626,0,0,0,0,0,27938,27939,27940,27941,'Hired Engineer','Explorer\'s League','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33627,0,0,0,0,0,27934,27935,27936,27937,'Hired Demolitionist','K3','',0,80,80,1,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33628,0,0,0,0,0,22209,0,0,0,'Highlord Tirion Fordring','','',0,83,83,0,35,0,1,1.14286,3,3,2,2,0,24,35,2000,0,1,0,2048,8,0,0,0,0,0,1,1,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33629,0,0,0,0,0,25029,0,0,0,'Weslex Quickwrench','Senior Siege Engineer','',10349,80,80,2,35,1,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33630,0,0,0,0,0,28788,0,0,0,'Aelthin','Master Alchemy Trainer','',10359,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,0,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33631,0,0,0,0,0,28789,0,0,0,'Barien','Master Blacksmithing Trainer','',0,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33632,33906,0,0,0,0,11686,0,0,0,'Focused Eyebeam','','',0,81,81,2,14,0,2.2,0.785714,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'boss_kologarn_eyebeam',12340),
|
|
(33633,0,0,0,0,0,28790,0,0,0,'Enchantress Andiala','Master Enchanting Trainer','',10365,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33634,0,0,0,0,0,28791,0,0,0,'Engineer Sinbei','Master Engineering Trainer','',10363,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33635,0,0,0,0,0,28795,0,0,0,'Daenril','Master Leatherworking Trainer','',10361,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33636,0,0,0,0,0,28798,0,0,0,'Miralisse','Master Tailoring Trainer','',0,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33637,0,0,0,0,0,28794,0,0,0,'Kirembri Silvermane','Master Jewelcrafting Trainer','',8646,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33638,0,0,0,0,0,28793,0,0,0,'Scribe Lanloer','Master Inscription Trainer','',9879,62,62,0,1744,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33639,0,0,0,0,0,28792,0,0,0,'Botanist Alaenra','Master Herbalism Trainer','',10350,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,0,2048,0,0,0,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33640,0,0,0,0,0,28796,0,0,0,'Hanlir','Master Mining Trainer','',10351,62,62,0,1744,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33641,0,0,0,0,0,28797,0,0,0,'Irduil','Master Skinning Trainer','',10360,62,62,0,1744,211,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33642,0,0,0,0,0,28770,0,0,0,'Loremaster Skosiris','','',10352,70,70,0,1744,0,1,1.14286,1,0,248,363,0,135,1,2000,2000,8,0,2048,0,0,0,0,0,0,233,347,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33643,0,0,0,0,0,28756,28754,28755,0,'Silver Covenant Guardian','','',0,80,80,2,2130,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'npc_guardian_pavilion',12340),
|
|
(33644,0,0,0,0,0,28921,0,0,0,'Ellia Moondancer','Fresh Food','',0,75,75,2,2071,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33645,0,0,0,0,0,28923,0,0,0,'Jenna Thunderbrew','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33646,0,0,0,0,0,28740,0,0,0,'Avareth Swiftstrike','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33647,0,0,0,0,0,28759,0,0,0,'Scout Shalyndria','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33648,0,0,0,0,0,28760,0,0,0,'Tickin Gearspanner','Master of Arms','',10376,80,80,2,64,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33649,0,0,0,0,0,28761,0,0,0,'Flickin Gearspanner','Master of Mechanostriders','',10435,80,80,2,64,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33650,0,0,0,0,0,28762,0,0,0,'Rillie Spindlenut','Gnomeregan Quartermaster','',10423,80,80,2,64,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33651,34108,0,0,0,0,28841,0,0,0,'VX-001','Anti-personnel Assault Cannon','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,9,108,33651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,421,1,650854271,2097153,'npc_ulduar_vx001',12340),
|
|
(33652,0,0,0,0,0,13232,0,0,0,'Illestria Bladesinger','Mistress of Arms','',0,80,80,2,1076,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33653,0,0,0,0,0,28765,0,0,0,'Rook Hawkfist','Darnassus Quartermaster','',10424,80,80,2,1076,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33654,0,0,0,0,0,28766,0,0,0,'Airae Starseeker','Mistress of Nightsabers','',10436,80,80,2,1076,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33655,0,0,0,0,0,28767,0,0,0,'Saandos','Master of Arms','',0,80,80,2,1694,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33656,0,0,0,0,0,28768,0,0,0,'Ranii','Mistress of Elekks','',10436,80,80,2,1694,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33657,0,0,0,0,0,28769,0,0,0,'Irisee','Exodar Quartermaster','',10422,80,80,2,1694,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33658,0,0,0,0,0,28771,0,0,0,'Amariel Sunsworn','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33659,0,0,0,0,0,28772,0,0,0,'Galathia Brightdawn','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33660,0,0,0,0,0,15294,0,0,0,'Goblin Chisel','','',0,73,73,2,14,0,1,1.14286,1,0,316,450,0,320,1,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,58,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(33661,0,0,0,0,0,1126,11686,0,0,'Armsweep Stalker Kologarn','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(33662,0,0,0,0,0,28780,28884,28885,28886,'Kirin Tor Battle-Mage','','',0,80,80,1,2008,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33663,33664,0,0,0,0,16174,0,0,0,'Patchwerk (PTR DPS Test)','','',0,1,1,0,21,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(33664,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR DPS Test) (1)','','',0,80,80,2,21,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(33665,0,0,0,0,0,29109,0,0,0,'Ursula McWeaksauce','Shirt of Uber Vendor','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33666,0,0,0,0,0,27343,0,0,0,'Demolisher Engineer Blastwrench','K3','',0,80,80,0,35,6273,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33667,33668,0,0,0,0,16174,0,0,0,'Patchwerk (PTR Tank Test)','','',0,1,1,0,21,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(33668,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR Tank Test) (1)','','',0,80,80,2,21,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(33669,0,0,0,0,0,27343,28781,0,0,'Demolisher Engineer Blastwrench','K3','',10354,80,80,0,35,6273,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33670,34109,0,0,0,0,28979,0,0,0,'Aerial Command Unit','','',0,83,83,0,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'npc_ulduar_aerial_command_unit',12340),
|
|
(33671,0,0,0,0,0,28784,0,0,0,'Crawler Mount','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(33672,0,0,0,0,0,28934,28935,28937,28936,'Kirin Tor Mage','','',0,78,80,2,2007,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33673,0,0,0,0,0,28786,0,0,0,'Pengoro','Prince of Penguins','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33674,0,0,0,0,0,28799,0,0,0,'Alchemist Kanhu','Master Alchemy Trainer','',10359,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33675,0,0,0,0,0,28800,0,0,0,'Onodo','Master Blacksmithing Trainer','',10362,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33676,0,0,0,0,0,28801,0,0,0,'Zurii','Master Enchanting Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33677,0,0,0,0,0,28802,0,0,0,'Technician Mihila','Master Engineering Trainer','',10363,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33678,0,0,0,0,0,28803,0,0,0,'Jijia','Master Herbalism Trainer','',10350,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33679,0,0,0,0,0,28804,0,0,0,'Recorder Lidio','Master Inscription Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33680,0,0,0,0,0,28805,0,0,0,'Nemiha','Master Jewelcrafting Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33681,0,0,0,0,0,28806,0,0,0,'Korim','Master Leatherworking Trainer','',10361,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33682,0,0,0,0,0,28807,0,0,0,'Fono','Master Mining Trainer','',0,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33683,0,0,0,0,0,28808,0,0,0,'Dremm','Master Skinning Trainer','',10360,62,62,0,1743,209,1,1.14286,1,0,172,240,0,262,1,2000,2000,1,33536,2048,0,0,2,0,0,0,139,207,30,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33684,0,0,0,0,0,28809,0,0,0,'Weaver Aoa','Master Tailoring Trainer','',10364,62,62,0,1743,209,1,1.14286,1,0,131,188,0,116,1,2000,2000,8,33536,2048,0,0,2,0,0,0,118,175,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33685,0,0,0,0,0,23548,0,0,0,'James Barlo','Master of Fishing','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33686,0,0,0,0,0,6589,0,0,0,'Lore Keeper of Norgannon','','',10366,80,80,2,35,1,1.5,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_lore_keeper_of_norgannon_ulduar',12340),
|
|
(33687,0,0,0,0,0,27982,0,0,0,'Chillmaw','','',0,82,82,2,21,0,2,1.5873,1,1,463,640,0,726,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,'SmartAI',0,7,9,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33689,0,0,0,0,0,28418,0,0,0,'Lightning Elemental (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33690,0,0,0,0,0,11686,0,0,0,'Overload Visual (1)','','',0,83,83,2,16,0,1,1.14286,1,1,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33691,0,0,0,0,0,23767,0,0,0,'Rune of Summoning (1)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33692,0,0,0,0,0,28381,0,0,0,'Runemaster Molgeim (1)','','',0,83,83,2,16,0,1.6,1.28571,1,3,3118,4255,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,33692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33693,0,0,0,0,0,28344,0,0,0,'Steelbreaker (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,5152,7024,0,805,11,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,108,33693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33694,0,0,0,0,0,28324,0,0,0,'Stormcaller Brundir (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3118,4255,0,805,13,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,7,108,33694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1717186,1717186,'',0,3,1,720,50,1,0,0,0,0,0,0,0,144,1,617297759,2097153,'',12340),
|
|
(33695,0,0,0,0,0,27887,25343,25342,17957,'Cultist Bombardier','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33696,0,0,0,0,0,27212,0,0,0,'Archmage Rhydian','','',0,80,80,2,2007,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33698,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.14286,1,1,417,582,0,608,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33699,33700,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'npc_ulduar_storm_tempered_keeper',12340),
|
|
(33700,0,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper (1)','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,9,584,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,185,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'',12340),
|
|
(33701,0,0,0,0,0,28826,0,0,0,'High Explorer Dellorah','Explorers\' League','',0,80,80,0,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33704,0,0,0,0,0,12818,0,0,0,'Frigid Abomination','','',0,73,74,2,2043,0,1,1.14286,1,0,328,467,0,354,1,2000,2000,1,32768,2048,0,0,0,0,0,0,287,426,63,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(33705,0,0,0,0,0,23767,0,0,0,'Rune of Power','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33816578,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33707,0,0,0,0,0,26185,26186,0,0,'Argent Champion','','',0,80,80,2,35,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33708,0,0,0,0,0,22162,0,0,0,'Argent Champion Credit (Valiant Test)','S.T.O.U.T.','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33710,0,0,0,0,0,28819,0,0,0,'Lake Snapper','','',0,7,8,0,7,0,1,1.14286,1,0,10,14,0,38,1,2000,2000,1,0,2048,0,21,0,0,0,0,7,10,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33711,0,0,0,0,0,28820,0,0,0,'Plagued Snapper','','',0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,21,0,0,0,0,12,18,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,22570,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33712,0,0,0,0,0,28827,0,0,0,'Golden Crawler','','',0,5,6,0,7,0,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,8,0,0,0,0,4,6,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33713,0,0,0,0,0,999,0,0,0,'Rotting Crawler','','',0,12,13,0,7,0,1,1.14286,1,0,18,24,0,48,1,2000,2000,1,0,2048,0,8,0,0,0,0,12,18,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33715,33756,0,0,0,0,26753,0,0,0,'Charged Sphere','','',0,80,80,2,14,0,1,0.6,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,4,1,1,0,0,0,0,0,0,0,84,0,650854271,0,'',12340),
|
|
(33716,0,0,0,0,0,2718,0,0,0,'Ruby Consort','','',0,82,82,2,31,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33717,0,0,0,0,0,1687,0,0,0,'Azure Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33718,0,0,0,0,0,2719,0,0,0,'Bronze Consort','','',0,82,82,0,31,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33719,0,0,0,0,0,2717,0,0,0,'Emerald Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33720,0,0,0,0,0,12869,0,0,0,'Obsidian Consort','','',0,82,82,0,31,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33721,0,0,0,0,0,26937,0,0,0,'Lore Keeper Projection Unit','','',0,80,80,2,35,0,2.4,2.85714,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,223,1,0,0,'',12340),
|
|
(33722,33723,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'npc_ulduar_storm_tempered_keeper',12340),
|
|
(33723,0,0,0,0,0,5988,0,0,0,'Storm Tempered Keeper (1)','','',0,82,82,2,16,0,3.2,2,1,1,4000,5500,0,782,13,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,9,584,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,185,40,1,0,0,0,0,0,0,0,187,1,650854271,0,'',12340),
|
|
(33724,0,0,0,0,0,28787,0,0,0,'Razorscale (1)','','',0,83,83,2,14,0,1.6,1.42857,1,3,4389,5983,0,805,13,2000,2000,1,33536,2048,0,0,0,0,0,0,371,535,135,2,108,33724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280000,360000,'',0,3,1,900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(33725,0,0,0,0,0,169,16925,0,0,'Thorim Trap Bunny','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'boss_thorim_trap',12340),
|
|
(33729,0,0,0,0,0,20249,0,0,0,'Corrupted Servitor (1)','','',0,81,81,2,16,0,1.11111,1.14286,1,1,2348,3207,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33730,0,0,0,0,0,15294,0,0,0,'Ground Fissure (1)','','',0,81,81,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(33731,0,0,0,0,0,28727,19030,28729,8149,'Forest Swarmer (1)','','',0,81,81,2,16,0,1,1.14286,1.3,1,955,1302,0,708,6,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33732,0,0,0,0,0,19775,0,0,0,'Guardian Lasher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,10,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,328,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33733,0,0,0,0,0,28686,0,0,0,'Guardian of Life (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2861,3901,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,2,64,33733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,35,1,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(33734,0,0,0,0,0,28685,0,0,0,'Ironroot Lasher (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33735,0,0,0,0,0,1988,0,0,0,'Mangrove Ent (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1398,1906,0,708,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,4,320,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33737,0,0,0,0,0,28724,0,0,0,'Misguided Nymph (1)','','',0,81,81,2,16,0,1,1.14286,1,1,1902,2599,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33738,0,0,0,0,0,28857,0,0,0,'Darnassus Champion','','',10453,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33739,0,0,0,0,0,28858,0,0,0,'Exodar Champion','','',10454,80,80,2,35,1,0.6,0.692857,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),
|
|
(33740,0,0,0,0,0,28859,0,0,0,'Gnomeregan Champion','','',10455,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33741,0,0,0,0,0,28679,0,0,0,'Nature\'s Blade (1)','','',0,81,81,2,16,0,1.11111,1.14286,1,1,1902,2599,0,782,13,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,5,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33742,0,0,0,0,0,1126,11686,0,0,'Kologarn Pit Kill Bunny','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(33743,0,0,0,0,0,28860,0,0,0,'Ironforge Champion','','',10456,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33744,0,0,0,0,0,28861,0,0,0,'Orgrimmar Champion','','',10457,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33745,0,0,0,0,0,28702,0,0,0,'Sen\'jin Champion','','',10458,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33746,0,0,0,0,0,28862,0,0,0,'Silvermoon Champion','','',10459,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33747,0,0,0,0,0,28863,0,0,0,'Stormwind Champion','','',10460,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33748,0,0,0,0,0,28864,0,0,0,'Thunder Bluff Champion','','',10461,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,76,1,0,2,'',12340),
|
|
(33749,0,0,0,0,0,28865,0,0,0,'Undercity Champion','','',10462,80,80,2,35,1,1.2,1.38571,1,0,422,586,0,642,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,48,1,0,2,'',12340),
|
|
(33750,0,0,0,0,0,16925,0,0,0,'Desecrated Ground I','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33751,0,0,0,0,0,16925,0,0,0,'Desecrated Ground II','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33752,0,0,0,0,0,16925,0,0,0,'Desecrated Ground III','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33753,0,0,0,0,0,16925,0,0,0,'Desecrated Ground IV','','',0,1,1,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,1,1,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33754,33757,0,0,0,0,28847,0,0,0,'Dark Rune Thunderer','','',0,82,82,2,16,0,1,1.14286,1,1,1000,1500,3,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33755,33758,0,0,0,0,28846,0,0,0,'Dark Rune Ravager','','',0,82,82,2,16,0,1,1.14286,1,1,3438,4688,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,56,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33756,0,0,0,0,0,26753,0,0,0,'Charged Sphere (1)','','',0,80,80,2,14,0,1,0.6,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,94,0,650854271,0,'',12340),
|
|
(33757,0,0,0,0,0,28847,0,0,0,'Dark Rune Thunderer (1)','','',0,82,82,2,16,0,1,1.14286,1,1,800,1200,3,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33758,0,0,0,0,0,28846,0,0,0,'Dark Rune Ravager (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2736,3731,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33759,0,0,0,0,0,28836,0,0,0,'Eadric the Pure','Grand Champion of the Argent Crusade','',10475,80,80,2,2070,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33761,0,0,0,0,0,28833,0,0,0,'Elder Brightleaf Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33762,0,0,0,0,0,28837,0,0,0,'Crok Scourgebane','Grand Champion of the Ebon Blade','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33763,0,0,0,0,0,28835,0,0,0,'Cellian Daybreak','Master of Arms','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33764,0,0,0,25499,0,25275,0,0,0,'OCL Test Creature','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1250,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33768,33908,0,0,0,0,1108,453,8550,1127,'Rubble','','',0,81,81,2,16,0,1.55556,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(33769,0,0,0,0,0,28840,0,0,0,'Zor\'be the Bloodletter','Master of Arms','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33770,0,0,0,0,0,28842,0,0,0,'Illyrie Nightfall','Mistress of Horses','',0,80,80,2,2050,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33771,0,0,0,0,0,28843,0,0,0,'Luuri','Mistress of Horses','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33772,33773,0,0,0,0,28844,0,0,0,'Faceless Horror','','',0,82,82,2,16,0,1.6,1.42857,1,1,4123,5621,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,10,72,33772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(33773,0,0,0,0,0,28844,0,0,0,'Faceless Horror','','',0,82,82,2,16,0,1,1.14286,1,1,3330,4540,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,10,72,33772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(33774,0,0,0,0,0,25984,0,0,0,'Slain Iron Vrykul','','',0,82,82,2,16,0,1,1.28571,1,1,488,642,0,782,7.5,2000,2000,1,570688256,2048,32,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33775,0,0,0,0,0,25987,0,0,0,'Slain Iron Dwarf','','',0,82,82,2,16,0,1,0.99206,1,1,488,642,0,782,7.5,2000,2000,1,570688256,2048,32,0,0,0,0,0,363,521,121,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33776,0,0,0,0,0,28871,0,0,0,'Gondria','','',0,77,77,2,190,0,1,1.14286,1,2,371,522,0,478,15,2000,2000,1,0,2048,0,46,0,0,0,0,314,466,81,1,65537,33776,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33778,0,0,0,0,0,22471,0,0,0,'Tournament Hippogryph','','',0,77,79,2,2070,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,334,494,95,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33779,0,0,0,0,0,1126,11686,0,0,'Ulduar Shield Bunny','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(33780,0,0,0,0,0,28930,28928,28929,28927,'Argent Watchman','','',0,80,80,2,2070,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33782,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),
|
|
(33783,0,0,0,0,0,25280,0,0,0,'Deathcharger','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33784,0,0,0,0,0,28919,0,0,0,'[ph] test tournament charger','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,176,1,0,0,'',12340),
|
|
(33785,0,0,0,0,0,28688,0,0,0,'The Black Knight','','',0,80,80,2,14,0,2,1.71429,1,0,417,582,0,608,1,2000,2000,2,2147483648,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),
|
|
(33787,0,0,0,0,0,1126,16946,0,0,'Tournament Druid Spell Target','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33788,0,0,0,0,0,28878,0,0,0,'Fhyron Shadesong','Cenarion Circle','',10648,80,80,2,994,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33789,0,0,0,0,0,28639,0,0,0,'Saronite Vapors (1)','','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(33790,0,0,0,0,0,29255,0,0,0,'Stabled Exodar Elekk','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33791,0,0,0,0,0,29262,0,0,0,'Stabled Silvermoon Hawkstrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33792,0,0,0,0,0,29259,0,0,0,'Stabled Thunder Bluff Kodo','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33793,0,0,0,0,0,28571,0,0,0,'Stabled Gnomeregan Mechanostrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33794,0,0,0,0,0,29256,0,0,0,'Stabled Darnassian Nightsaber','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33795,0,0,0,0,0,29258,0,0,0,'Stabled Ironforge Ram','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33796,0,0,0,0,0,29261,0,0,0,'Stabled Darkspear Raptor','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33798,0,0,0,0,0,29257,0,0,0,'Stabled Forsaken Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,8388624,0,'',12340),
|
|
(33799,0,0,0,0,0,29260,0,0,0,'Stabled Orgrimmar Wolf','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33800,0,0,0,0,0,28912,0,0,0,'Stabled Stormwind Steed','','vehichleCursor',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33802,33907,0,0,0,0,11686,0,0,0,'Focused Eyebeam Right','','',0,81,81,2,14,0,2.2,0.785714,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'boss_kologarn_eyebeam',12340),
|
|
(33805,0,0,0,0,0,20788,0,0,0,'Horde Defender [PH]','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33806,33815,0,0,0,0,23372,0,0,0,'Void Beast','','',0,81,81,2,14,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33809,33942,0,0,0,0,1126,11686,0,0,'Rubble Stalker Kologarn','','',0,81,81,2,14,0,2.4,0.85714,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(33810,0,0,0,0,0,29189,28880,0,0,'Sen\'jin Fetish','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33815,0,0,0,0,0,23372,0,0,0,'Void Beast (1)','','',0,81,81,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33816,34255,0,0,0,0,29031,29032,29033,0,'Expedition Defender','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33817,0,0,0,0,0,28894,0,0,0,'Justicar Mariel Trueheart','Seneschal of the Argent Tournament','',10390,80,80,2,2070,3,1,1.28968,1,1,422,586,0,642,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33818,33827,0,0,0,0,29044,29045,29046,0,'Twilight Adherent','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33819,33829,0,0,0,0,29049,29050,29051,0,'Twilight Frost Mage','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,4,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33820,33830,0,0,0,0,29052,29053,0,0,'Twilight Pyromancer','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,7,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33822,33828,0,0,0,0,29047,29048,0,0,'Twilight Guardian','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33823,33832,0,0,0,0,29059,0,0,0,'Twilight Slayer','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33824,33831,0,0,0,0,29054,29055,0,0,'Twilight Shadowblade','','',0,82,82,2,16,0,1,1.14286,1,1,2741,3742,0,782,7,1500,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,8,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33827,0,0,0,0,0,29044,29045,29046,0,'Twilight Adherent (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33828,0,0,0,0,0,29047,29048,0,0,'Twilight Guardian (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33829,0,0,0,0,0,29049,29050,29051,0,'Twilight Frost Mage (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,4,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33830,0,0,0,0,0,29052,29053,0,0,'Twilight Pyromancer','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,7,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33831,0,0,0,0,0,29054,29055,0,0,'Twilight Shadowblade (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33832,0,0,0,0,0,29059,0,0,0,'Twilight Slayer','','',0,82,82,2,16,0,1,1.14286,1,1,2218,3028,0,782,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,8,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33835,0,0,0,0,0,26442,11686,0,0,'Mimiron Focus Points','','',0,80,80,0,1983,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33836,34218,0,0,0,0,6977,0,0,0,'Bomb Bot','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,144,1,617284383,0,'',12340),
|
|
(33838,0,0,0,0,0,5488,0,0,0,'Enslaved Fire Elemental','','',0,82,82,2,16,0,1,1.14286,1,0,1000,2000,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33839,0,0,0,0,0,5488,0,0,0,'Enslaved Fire Elemental (1)','','',0,82,82,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33840,0,0,0,0,0,28888,0,0,0,'Quel\'dorei Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33841,0,0,0,0,0,28889,0,0,0,'Sunreaver Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33842,0,0,0,0,0,28889,0,0,0,'Stabled Sunreaver Hawkstrider','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33843,0,0,0,0,0,28888,0,0,0,'Stabled Quel\'dorei Steed','','vehichleCursor',0,80,80,2,35,16777216,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33844,0,0,0,0,0,28889,0,0,0,'Sunreaver Hawkstrider','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33845,0,0,0,0,0,28888,0,0,0,'Quel\'dorei Steed','','',0,80,80,2,35,16777216,1,1.57143,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,62544,62575,62960,62552,64077,62863,63034,0,0,349,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33846,33852,0,0,0,0,26053,0,0,0,'Dark Rune Sentinel','','',0,80,80,2,1965,0,1.6,1.42857,1,1,2262,3084,0,624,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'npc_ulduar_dark_rune_sentinel',12340),
|
|
(33848,0,0,0,0,0,28890,0,0,0,'Mimiron\'s Head','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33849,0,0,0,0,0,28892,0,0,0,'Helidan Lightwing','Flight Master','',0,80,80,2,35,8192,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33850,0,0,0,0,0,26239,0,0,0,'Dark Rune Guardian (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1827,2491,0,624,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),
|
|
(33851,0,0,0,0,0,25987,0,0,0,'Dark Rune Watcher (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1343,1828,0,287,7,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,10,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),
|
|
(33852,0,0,0,0,0,26053,0,0,0,'Dark Rune Sentinel (1)','','',0,80,80,2,1965,0,1.6,1.42857,1,1,1827,2491,0,624,10,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31,1,1,0,0,0,0,0,0,0,144,1,617299839,2097152,'',12340),
|
|
(33853,0,0,0,0,0,28891,0,0,0,'Broxel Goldgrasp','Souvenirs','',0,80,80,2,35,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33854,0,0,0,0,0,28893,0,0,0,'Thomas Partridge','Stable Master','',9821,75,75,0,2070,4194305,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_stable_master',12340),
|
|
(33855,34114,0,0,0,0,14379,0,0,0,'Junk Bot','','',0,80,80,2,16,0,1,1.14286,1,1,1048,1429,0,624,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(33856,0,0,0,0,0,11686,0,0,0,'Bot Summon Trigger','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,72,106,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_bot_summon_trigger',12340),
|
|
(33857,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33861,0,0,0,0,0,28911,0,0,0,'Elder Ironbranch Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33862,0,0,0,0,0,28916,0,0,0,'Elder Stonebark Image','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,4,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33863,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(33865,0,0,0,0,0,28920,0,0,0,'Makuli','Fresh Food','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33866,0,0,0,0,0,28922,0,0,0,'Akrittok','Fresh Food','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33867,0,0,0,0,0,28924,0,0,0,'Relga','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33868,0,0,0,0,0,28925,0,0,0,'Tingiyok','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33869,0,0,0,0,0,28926,0,0,0,'Torngasak','Refreshments','',0,75,75,2,2070,640,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33870,0,0,0,0,0,28918,0,0,0,'Stabled Argent Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33871,0,0,0,0,0,28932,0,0,0,'Julie Osworth','Reagents','',0,75,75,0,2070,2176,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33872,0,0,0,0,0,28933,0,0,0,'Torgah','General Goods','',0,75,75,2,2070,384,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33874,0,0,0,0,0,20570,11686,0,0,'Archivum System','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33876,0,0,0,0,0,28939,0,0,0,'Freya Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33877,0,0,0,0,0,28940,0,0,0,'Sif Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33878,0,0,0,0,0,29005,0,0,0,'Thorim Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33879,0,0,0,0,0,28942,0,0,0,'Hodir Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33880,0,0,0,0,0,28943,0,0,0,'Mimiron Image','','',0,82,82,0,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33881,0,0,0,0,0,17612,1126,0,0,'Death Ray','','',0,81,81,0,14,0,2.4,0.85714,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(33882,0,0,0,0,0,11686,0,0,0,'Death Orb','','',0,80,80,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,53,1,0,0,'boss_yoggsaron_death_orb',12340),
|
|
(33883,0,0,0,0,0,28945,0,0,0,'Yogg-Saron (Transform Only)','','',0,83,83,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33885,0,0,0,0,0,28611,0,0,0,'XT-002 Deconstructor (1)','','',0,83,83,2,16,0,2.8,1.71429,1,3,4389,5983,0,805,13,1800,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,9,32876,33885,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1724850,1724850,'',0,3,1,1613.48,1,1,0,0,0,0,0,0,0,321,1,650854271,2097153,'',12340),
|
|
(33886,0,0,0,0,0,19139,28575,26442,0,'XE-321 Boombot (1)','','',0,80,80,2,16,0,1.2,0.42857,1,0,15000,17000,0,642,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,76,1,583744347,0,'',12340),
|
|
(33887,0,0,0,0,0,28585,28575,22778,0,'XS-013 Scrapbot (1)','','',0,80,80,2,14,0,1.2,0.42857,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.98413,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(33888,0,0,0,0,0,28577,0,0,0,'XM-024 Pummeller (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1830,0,625,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33890,33954,0,0,0,0,28951,0,0,0,'Brain of Yogg-Saron','','',0,83,83,2,16,0,1.6,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.3455,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_yoggsaron_brain',12340),
|
|
(33892,0,0,0,0,0,28953,0,0,0,'Ironbound Proto-Drake','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(33904,0,0,0,0,0,28954,0,0,0,'Rusted Proto-Drake','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(33906,0,0,0,0,0,11686,0,0,0,'Focused Eyebeam (1)','','',0,81,81,2,14,0,2.2,1.14286,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'',12340),
|
|
(33907,0,0,0,0,0,11686,0,0,0,'Focused Eyebeam Right (1)','','',0,81,81,2,14,0,2.2,1.14286,1,0,464,604,0,708,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,98,1,0,0,'',12340),
|
|
(33908,0,0,0,0,0,1108,453,8550,1127,'Rubble (1)','','',0,81,81,2,16,0,1.55556,1.14286,1,1,464,604,0,708,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,133,1,0,0,'',12340),
|
|
(33909,0,0,0,0,0,28638,0,0,0,'Kologarn (1)','','',0,83,83,2,16,0,1,1.14286,1,3,4805,6551,0,805,13,2000,2000,1,4,2048,0,0,0,0,0,0,341,506,80,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,'',0,3,1,1100,50,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(33910,0,0,0,0,0,28821,0,0,0,'Left Arm (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'',12340),
|
|
(33911,0,0,0,0,0,28822,0,0,0,'Right Arm (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,165,50,1,0,0,0,0,0,0,0,0,1,650854271,2359296,'',12340),
|
|
(33915,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33916,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33917,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33918,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33919,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33920,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33921,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33922,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33923,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33924,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33925,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33926,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33927,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33928,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33929,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33930,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33931,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33932,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33933,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33934,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33935,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33936,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33937,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33938,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33939,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33940,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33941,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33942,0,0,0,0,0,1126,11686,0,0,'Rubble Stalker Kologarn (1)','','',0,81,81,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(33943,33959,0,0,0,0,28813,0,0,0,'Influence Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.593428,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_yoggsaron_influence_tentacle',12340),
|
|
(33946,0,0,0,0,0,27166,0,0,0,'Indalamar\'s Emblem of Conquest Vendor','Emporium of AWESOME','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5522,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33947,0,0,0,0,0,28980,0,0,0,'Angry Oak Spirit','','',0,77,78,2,16,0,1,1.14286,1,0,383,539,0,500,1,2000,2000,2,0,2048,0,0,0,0,0,0,321,477,68,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33949,0,0,0,0,0,9287,10274,20830,28983,'Giant Black Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33950,0,0,0,0,0,9287,10274,20830,28983,'Giant White Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33951,0,0,0,0,0,9287,10274,20830,28983,'Giant Grey Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33952,0,0,0,0,0,9287,10274,20830,28983,'Giant Red Wolf','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(33953,0,0,0,0,0,10811,13069,0,0,'Small Stone Summoner','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33954,0,0,0,0,0,28951,0,0,0,'Brain of Yogg-Saron (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,491.728,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(33955,0,0,0,0,0,28817,0,0,0,'Yogg-Saron (1)','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,108,33955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2128378,2128378,'',0,3,1,3155.2,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'',12340),
|
|
(33956,0,0,0,0,0,15426,0,0,0,'Prospector Doren','','',10393,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33957,0,0,0,0,0,8659,0,0,0,'Prospector Loren','','',10393,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(33958,0,0,0,0,0,10811,13069,0,0,'Exploding Goblin Chisel','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33959,0,0,0,0,0,28813,0,0,0,'Influence Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.96714,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33962,0,0,0,0,0,28985,0,0,0,'Turned Champion','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,40,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33963,0,0,0,0,0,28986,0,0,0,'Magister Sarien','Emblem of Conquest Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33964,0,0,0,0,0,28987,0,0,0,'Arcanist Firael','Emblem of Conquest Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33966,33967,0,0,0,0,28814,0,0,0,'Crusher Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,3000,3500,0,1,10,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29.6714,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_yoggsaron_crusher_tentacle',12340),
|
|
(33967,0,0,0,0,0,28814,0,0,0,'Crusher Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,3000,3500,0,1,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,148.357,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33968,0,0,0,0,0,28465,0,0,0,'Guardian of Yogg-Saron (1)','','',0,82,82,2,16,0,1.6,1.71429,1,1,2220,3026,0,805,11,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,69.3569,1,1,0,0,0,0,0,0,0,167,1,0,0,'',12340),
|
|
(33970,0,0,0,0,0,28993,0,0,0,'Caris Sunlance','Innkeeper','',8903,75,75,2,2025,65537,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,832,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33971,0,0,0,0,0,28994,0,0,0,'Jarin Dawnglow','Innkeeper','',8903,75,75,2,2123,65537,1,1.14286,1,0,289,421,0,175,1,2000,2000,8,832,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(33972,0,0,0,0,0,28995,0,0,0,'Rugan Steelbelly','Master of the Charge','',10400,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33973,0,0,0,0,0,28996,0,0,0,'Jeran Lockwood','Master of the Melee','',10398,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33974,0,0,0,0,0,28997,0,0,0,'Valis Windchaser','Master of the Shield-Breaker','',10402,80,80,2,2070,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33975,0,0,0,0,0,28726,0,0,0,'Noblegarden Bunny','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(33983,33984,0,0,0,0,28815,0,0,0,'Constrictor Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,'',0,3,1,1.48357,1,1,0,0,0,0,0,0,0,401,1,650854271,2097152,'boss_yoggsaron_constrictor_tentacle',12340),
|
|
(33984,0,0,0,0,0,28815,0,0,0,'Constrictor Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,385,0,0,'',0,3,1,7.41785,1,1,0,0,0,0,0,0,0,401,1,650854271,2097152,'',12340),
|
|
(33985,33986,0,0,0,0,28813,0,0,0,'Corruptor Tentacle','','',0,82,82,2,16,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.90142,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_yoggsaron_corruptor_tentacle',12340),
|
|
(33986,0,0,0,0,0,28813,0,0,0,'Corruptor Tentacle (1)','','',0,82,82,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,44.5071,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'',12340),
|
|
(33988,33989,0,0,0,0,29024,0,0,0,'Immortal Guardian','','',0,82,82,2,16,0,1.6,1.71429,1,1,400,430,0,1,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.1268,1,1,0,0,0,0,0,0,0,190,1,617299839,2097152,'boss_yoggsaron_immortal_guardian',12340),
|
|
(33989,0,0,0,0,0,29024,0,0,0,'Immortal Guardian (1)','','',0,82,82,2,16,0,1.6,1.71429,1,1,485,515,0,1,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5259,1,1,0,0,0,0,0,0,0,190,1,617299839,2097152,'',12340),
|
|
(33990,0,0,0,0,0,15880,0,0,0,'Laughing Skull','','',0,81,81,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097280,'',12340),
|
|
(33991,0,0,0,0,0,11686,0,0,0,'Sanity Well','','',0,81,81,0,35,0,1,1.14286,0.5,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(33992,0,0,0,0,0,29025,0,0,0,'Harry Clearwater','Fishmaster','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33993,33994,0,0,0,0,27108,0,0,0,'Emalon the Storm Watcher','','',0,83,83,2,16,0,0.888888,1.5873,1,3,496,674,0,783,35,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,5,108,33993,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_emalon',12340),
|
|
(33994,0,0,0,0,0,27108,0,0,0,'Emalon the Storm Watcher (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,496,674,0,783,70,2000,0,2,0,2048,8,0,0,0,0,0,365,529,98,5,108,33994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(33995,0,0,0,0,0,28887,0,0,0,'Heart of the Deconstructor (1)','','',0,83,83,2,14,0,1.2,1.14286,1,3,509,683,0,805,70,2000,2000,1,33587200,2048,0,0,0,0,0,0,371,535,135,10,524396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,516.314,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(33996,0,0,0,0,0,29026,0,0,0,'William Saldean','Grain & Feed Vendor','',10408,5,5,0,68,209,1,1.14286,1,0,5,7,0,32,1,1500,2000,1,512,2048,0,0,2,0,0,0,3,4,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(33998,34200,0,0,0,0,26384,0,0,0,'Tempest Minion','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(33999,0,0,0,0,0,8716,0,0,0,'Tempest Minion (1)','','',0,82,82,2,16,0,1,1.71429,1,1,422,586,0,642,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34000,0,0,0,0,0,15900,0,0,0,'Void Zone','','',0,83,83,2,370,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(34001,0,0,0,0,0,29038,0,0,0,'Void Zone','','',0,83,83,2,370,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,200,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(34002,0,0,0,0,0,26239,0,0,0,'Algalon Test Creature','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34003,0,0,0,0,0,28875,0,0,0,'Flame Leviathan (1)','','',0,83,83,2,1965,0,1.2,0.71429,1,3,4389,5983,0,805,13,2000,2000,1,64,2048,0,0,0,0,0,0,371,535,135,9,557164,34003,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,340,1690736,1690736,'',0,3,1,5019.77,2,1,0,0,0,0,0,0,0,1,1,650854271,2097409,'',12340),
|
|
(34004,34005,0,0,0,0,25872,0,0,0,'Life Spark','','',0,80,80,2,16,0,1,1.14286,1,1,8000,10000,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,94,1,650854271,2097152,'npc_xt002_life_spark',12340),
|
|
(34005,0,0,0,0,0,25872,0,0,0,'Life Spark (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,94,1,0,0,'',12340),
|
|
(34011,0,0,0,0,0,29040,0,0,0,'Button Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34014,34166,0,0,0,0,0,25501,29041,0,'Sanctum Sentry','','',0,83,83,2,16,0,1.66667,1.14286,1,3,2760,3762,0,805,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_auriaya_sanctum_sentry',12340),
|
|
(34015,34016,0,0,0,0,26383,0,0,0,'Tempest Warder','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,4,72,34015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3484,7662,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(34016,0,0,0,0,0,26383,0,0,0,'Tempest Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,13,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,4,72,34016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,14000,'',0,3,1,200,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(34017,0,0,0,0,0,29043,0,0,0,'Swift Gray Steed','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34018,0,0,0,0,0,20833,0,0,0,'Tamable Sporebat','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,33,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34019,0,0,0,0,0,4636,0,0,0,'Tamable Hyena','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,25,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34021,0,0,0,0,0,29056,0,0,0,'Tamable Moth','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,37,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34022,0,0,0,0,0,29057,0,0,0,'Tamable Tallstrider','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,12,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34024,0,0,0,0,0,29058,0,0,0,'Tamable Wasp','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,44,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34025,0,0,0,0,0,822,0,0,0,'Tamable Bear','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34026,0,0,0,0,0,27692,0,0,0,'Tamable Crab','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,8,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34027,0,0,0,0,0,1037,0,0,0,'Tamable Crocolisk','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,6,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34028,0,0,0,0,0,837,0,0,0,'Tamable Gorilla','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,9,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34029,0,0,0,0,0,27690,0,0,0,'Tamable Turtle','','',0,1,1,0,7,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,21,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34031,0,0,0,0,0,29060,0,0,0,'XS-001 Constructor Bot','','',0,83,83,2,16,0,1,1.14286,1,5,509,683,0,805,1,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,376.479,1,1,0,0,0,0,0,0,0,171,1,0,0,'',12340),
|
|
(34032,0,0,0,0,0,29062,0,0,0,'Cache Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34034,34169,0,0,0,0,29065,29042,0,0,'Swarming Guardian','','',0,81,81,2,16,0,1.66667,1.14286,1,0,600,818,0,702,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.35,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(34035,34171,0,0,0,0,29082,0,0,0,'Feral Defender','','',0,83,83,2,16,0,1.66667,1.14286,1,3,900,1200,5,1,1,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.55,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'npc_auriaya_feral_defender',12340),
|
|
(34036,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34037,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,65,65,1,125,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34038,0,0,0,0,0,14612,0,0,0,'Sergeant Thunderhorn','Apprentice Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34039,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34040,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34042,0,0,0,0,0,15093,0,0,0,'Phantom Ghostfish','Designer Extraordinaire','',0,70,70,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34043,0,0,0,0,0,12674,0,0,0,'Lady Palanseer','Jewelcrafting Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,2,2,0,24,1,2000,2000,8,0,2048,0,0,0,0,0,0,1,1,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34044,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(34045,0,0,0,0,0,25870,25871,0,0,'Salvaged Chopper (1)','','vehichleCursor',0,80,80,2,2105,16777216,2,2,1,0,0,0,0,0,1,2000,2000,4,16384,2048,0,0,0,0,0,0,0,0,0,9,262176,0,0,0,0,0,0,0,0,0,62974,62286,62299,64660,0,0,0,0,0,335,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,180,0,67109888,0,'',12340),
|
|
(34047,0,0,0,0,0,11686,0,0,0,'Rocket Strike','','',0,83,83,2,114,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_rocket_strike_trigger',12340),
|
|
(34049,33999,0,0,0,0,26384,0,0,0,'Tempest Minion','','',0,82,82,2,16,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(34050,0,0,0,0,0,29070,0,0,0,'Rocket (Mimiron Visual)','','',0,70,70,2,14,0,0.2,0.2,1,0,252,357,0,304,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,215,320,44,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_mimiron_rocket',12340),
|
|
(34054,0,0,0,0,0,11686,0,0,0,'Bronzebeard Radio','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,0,'npc_brann_radio',12340),
|
|
(34055,0,0,0,0,0,15294,0,0,0,'Thorim Combat Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34057,34115,0,0,0,0,29079,0,0,0,'Assault Bot','','',0,80,80,2,14,0,1,1.14286,1,1,3071,4187,0,624,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,34057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,617299839,0,'',12340),
|
|
(34058,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,1602,4224,1,1.14286,1,0,252,357,0,304,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34059,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,70,70,0,125,4224,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34060,0,0,0,0,0,22602,0,0,0,'Doris Volanthius','Veteran Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,1,422,586,0,642,4.6,2000,2000,8,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34061,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,65,65,1,125,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,256,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34062,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,65,65,1,125,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34063,0,0,0,0,0,28300,0,0,0,'Blood Guard Zar\'shi','Northrend Armor Quartermaster','',0,80,80,2,125,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34064,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_brann_bronzebeard_algalon',12340),
|
|
(34068,0,0,0,0,0,29071,0,0,0,'Magnetic Core','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_magnetic_core',12340),
|
|
(34069,34185,0,0,0,0,12233,0,0,0,'Molten Colossus','','',0,82,82,2,16,0,0.777776,1.71429,1,1,3323,4530,0,782,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,5,520,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),
|
|
(34070,0,0,0,0,0,29072,0,0,0,'Urel Stoneheart','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34071,0,0,0,0,0,29073,0,0,0,'Leviathan Mk II','','',0,83,83,2,14,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,300,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(34072,0,0,0,0,0,29074,0,0,0,'Descend Into Madness','','Interact',0,81,81,0,35,1,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,2,2048,0,0,0,0,0,0,353,512,112,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'boss_yoggsaron_descend_portal',12340),
|
|
(34073,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34074,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34075,0,0,0,0,0,12917,0,0,0,'Captain Dirgehammer','Apprentice Armor Quartermaster','',0,65,65,1,1078,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34076,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,65,65,0,123,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34077,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34078,0,0,0,0,0,21512,0,0,0,'Lieutenant Tristia','Veteran Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34079,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34080,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34081,0,0,0,0,0,12918,0,0,0,'Captain O\'Neal','Jewelcrafting Quartermaster','',0,65,65,1,1078,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34082,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Armor Quartermaster','',0,65,65,1,123,4224,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,768,2048,0,0,0,0,0,0,166,246,35,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34083,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Northrend Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34084,0,0,0,0,0,28301,0,0,0,'Knight-Lieutenant Moonstrike','Northrend Armor Quartermaster','',0,80,80,2,123,4224,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34085,34186,0,0,0,0,28471,0,0,0,'Forge Construct','','',0,82,82,2,16,0,1,1.14286,1,1,3341,4555,0,782,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,9,512,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34086,34201,0,0,0,0,25680,0,0,0,'Magma Rager','','',0,82,82,2,16,0,1,1.14286,1,1,2947,4023,0,726,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,512,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34087,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34088,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34089,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34090,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34091,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34092,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34093,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34094,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34095,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,4224,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34096,0,0,0,0,0,1126,11686,0,0,'Auriaya Feral Defender Stalker','','',0,81,81,2,35,0,1,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34097,34222,0,0,0,0,18050,0,0,0,'Unleashed Dark Matter','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,3,2000,2000,1,32768,2048,0,0,0,0,0,0,353,512,112,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.5,1,1,0,0,0,0,0,0,0,156,1,650854271,2097152,'',12340),
|
|
(34098,34174,0,0,0,0,1126,11686,0,0,'Auriaya Seeping Essence Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34099,0,0,0,0,0,28460,0,0,0,'Worm Hole','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_algalon_worm_hole',12340),
|
|
(34100,0,0,0,0,0,169,11686,0,0,'Algalon Void Zone Visual Stalker','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34102,0,0,0,0,0,29083,0,0,0,'Argent Confessor Paletress','','',10451,80,82,2,2070,1,1,1.14286,1,1,463,640,0,726,4.6,2000,2000,2,33536,2048,0,0,0,0,0,0,360,520,91,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34104,0,0,0,0,0,29085,0,0,0,'The Black Knight (No helmet)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,162,1,0,0,'',12340),
|
|
(34105,0,0,0,0,0,28517,0,0,0,'Ulduar Colossus (1)','','',0,80,80,2,1692,0,1.2,1.14286,1,1,2743,3740,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),
|
|
(34106,0,0,0,0,0,28831,0,0,0,'Leviathan Mk II (1)','','',0,83,83,0,14,0,1,1.28571,1,3,4389,5983,0,802,13,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,32876,33432,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,'',0,3,1,1200,1,1,0,0,0,0,0,0,0,541,1,650854271,2097153,'',12340),
|
|
(34107,0,0,0,0,0,28919,0,0,0,'Argent Charger (No abilities)','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(34108,0,0,0,0,0,28841,0,0,0,'VX-001 (1)','Anti-personnel Assault Cannon','',0,83,83,0,14,0,1,1.14286,1,3,422,586,0,642,70,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,9,108,33651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,0,0,'',0,3,1,1200,1,1,0,0,0,0,0,0,0,421,1,650854271,2097153,'',12340),
|
|
(34109,0,0,0,0,0,28979,0,0,0,'Aerial Command Unit (1)','','',0,83,83,0,14,0,1,1.14286,1,3,422,586,0,642,70,2000,2000,1,33554436,2048,0,0,0,0,0,0,345,509,103,9,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,188,1,650854271,2097153,'',12340),
|
|
(34110,0,0,0,0,0,11686,16925,0,0,'Rocket Strike (1)','','',0,83,83,2,114,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34111,0,0,0,0,0,28883,0,0,0,'Flame Leviathan Turret (1)','','Gunner',0,80,80,0,1965,16777216,1.2,1.14286,1,3,0,0,0,0,13,2000,2000,4,33554434,2048,0,0,0,0,0,0,0,0,0,9,786540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,935.979,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34112,0,0,0,0,0,26053,0,0,0,'Titanium Stormlord (1)','','',0,80,80,2,1692,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,524296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,5,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34113,0,0,0,0,0,28580,28581,0,0,'Steelforged Defender (1)','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,2,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,1,0,'',12340),
|
|
(34114,0,0,0,0,0,14379,0,0,0,'Junk Bot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,849,1157,0,624,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34115,0,0,0,0,0,29079,0,0,0,'Assault Bot (1)','','',0,80,80,2,14,0,1,1.14286,1,1,2480,3382,0,624,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,34115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,144,1,617299839,0,'',12340),
|
|
(34116,0,0,0,0,0,29094,0,0,0,'Shadowy Fish','','',0,1,1,2,1878,0,1,1.14286,1,1,2,2,0,24,15,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,2,1,0.00983,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34119,0,0,0,0,0,26353,0,0,0,'Brann Bronzebeard','','',0,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34120,0,0,0,0,0,22878,0,0,0,'Brann\'s Flying Machine','','vehichleCursor',0,80,80,2,290,0,1.2,2.14286,1,0,422,586,0,642,1,2000,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,'',0,3,3,10,1,1,0,0,0,0,0,0,0,188,0,0,0,'',12340),
|
|
(34121,0,0,0,0,0,11686,0,0,0,'Flames (Spread)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_flames_spread',12340),
|
|
(34125,0,0,0,0,0,28918,0,0,0,'Stabled Campaign Warhorse','','vehichleCursor',0,80,80,2,35,16777216,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34127,0,0,0,0,0,29099,0,0,0,'Boneguard Commander','','',0,80,80,2,21,1,1,2,1,1,422,586,0,642,7.5,1818,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,19.8413,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(34128,0,0,0,0,0,24712,0,0,0,'Boneguard Plague Wagon','','',0,80,80,2,974,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.14286,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34129,34153,0,0,0,0,23258,0,0,0,'Nature Bomb','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'boss_freya_nature_bomb',12340),
|
|
(34131,0,0,0,0,0,169,11686,0,0,'Algalon Stalker Asteroid Target 02 (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34133,34139,0,0,0,0,26778,0,0,0,'Champion of Hodir','','',0,82,82,2,16,0,1.6,1.14286,1,1,4949,6747,0,782,7,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,5,72,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,70,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(34134,34141,0,0,0,0,29100,0,0,0,'Winter Revenant','','',0,81,81,2,16,0,1.6,1.14286,1,1,2737,3739,0,670,7,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,18,20,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(34135,34142,0,0,0,0,23348,0,0,0,'Winter Rumbler','','',0,81,81,2,16,0,1.6,1.14286,1,1,2148,2935,0,670,7,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(34137,34140,0,0,0,0,24862,0,0,0,'Winter Jormungar','','',0,80,80,2,16,0,2.4,1.14286,1,1,814,1110,0,642,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,72,33528,0,70207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,7,1,1,0,0,0,0,0,0,0,152,1,0,2,'',12340),
|
|
(34139,0,0,0,0,0,26778,0,0,0,'Champion of Hodir (1)','','',0,82,82,2,16,0,1.6,1.14286,1,1,4086,5570,0,782,13,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,5,72,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(34140,0,0,0,0,0,24862,0,0,0,'Winter Jormungar (1)','','',0,81,81,2,16,0,2.4,1.14286,1,1,623,849,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,72,34140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,152,1,0,0,'',12340),
|
|
(34141,0,0,0,0,0,29100,0,0,0,'Winter Revenant (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,2035,2780,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,20,1,0,0,0,0,0,0,0,150,1,650854271,0,'',12340),
|
|
(34142,0,0,0,0,0,23348,0,0,0,'Winter Rumbler (1)','','',0,81,81,2,16,0,1.6,1.14286,1,1,1842,2517,0,670,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,20,1,0,0,0,0,0,0,0,150,1,0,0,'',12340),
|
|
(34143,0,0,0,0,0,11686,0,0,0,'Computer','','',0,60,60,0,114,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,72,106,26,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34144,0,0,0,0,0,29031,29032,29033,0,'Expedition Mercenary','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,1500,2000,1,33280,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34145,0,0,0,0,0,29034,29035,0,0,'Expedition Engineer','','',0,80,80,2,35,0,1,1.14286,1,1,417,582,0,608,7.5,1500,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,30,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34146,0,0,0,0,0,1126,27823,0,0,'Snow Mound (4)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),
|
|
(34147,34148,0,0,0,0,6888,0,0,0,'Emergency Fire Bot','','',0,80,80,2,16,0,1,1.14,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,0,650854011,0,'npc_ulduar_emergency_fire_bot',12340),
|
|
(34148,0,0,0,0,0,6888,0,0,0,'Emergency Fire Bot (1)','','',0,80,80,2,16,0,2,2,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,0,650854011,0,'',12340),
|
|
(34149,0,0,0,0,0,11686,0,0,0,'Frost Bomb','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(34150,0,0,0,0,0,1126,27823,0,0,'Snow Mound (6)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),
|
|
(34151,0,0,0,0,0,1126,27823,0,0,'Snow Mound (8)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_ulduar_snow_mound',12340),
|
|
(34152,0,0,0,0,0,28992,0,0,0,'Saronite Animus (1)','','',0,80,80,2,16,0,1.6,1.14286,1,3,4763,6494,0,805,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,675,1,1,0,0,0,0,0,0,0,144,1,617299839,2097408,'',12340),
|
|
(34153,0,0,0,0,0,169,23258,0,0,'Nature Bomb (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,15,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34154,0,0,0,0,0,10718,0,0,0,'Blue Skeletal Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(34155,0,0,0,0,0,12241,0,0,0,'White Kodo','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34156,0,0,0,0,0,29102,0,0,0,'Venomhide Ravasaur','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34157,0,0,0,0,0,21955,11686,0,0,'Toxic Tolerance Kill Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34158,0,0,0,0,0,29103,0,0,0,'Young Venomhide Ravasaur','','',0,48,49,0,35,0,1.6,1.14286,1,0,83,110,0,200,1,1500,2000,1,0,2048,0,11,0,0,0,0,57,84,19,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,51,1,0,0,'',12340),
|
|
(34159,0,0,0,0,0,26442,11686,0,0,'Ulduar Gauntlet Generator (small radius)','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(34161,34162,0,0,0,0,22719,0,0,0,'Mechanostriker 54-A','','',0,80,80,2,14,16777216,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34162,0,0,0,0,0,22719,0,0,0,'Mechanostriker 54-A (1)','','',0,80,80,2,14,16777216,1,1,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,397,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34164,34165,0,0,0,0,29104,0,0,0,'Mechagnome Battletank','','',0,80,80,2,1692,0,2,1.42857,1,1,2832,3858,0,642,7,2000,2000,4,32832,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,381,1,650854271,0,'',12340),
|
|
(34165,0,0,0,0,0,29104,0,0,0,'Mechagnome Battletank (1)','','',0,80,80,2,1692,0,2,1.42857,1,1,2256,3073,0,642,13,2000,2000,4,32832,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,381,1,650854271,0,'',12340),
|
|
(34166,0,0,0,0,0,0,25501,29041,0,'Sanctum Sentry (1)','','',0,83,83,2,16,0,1.66667,1.14286,1,3,1614,2201,0,805,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(34168,34170,0,0,0,0,29110,0,0,0,'Jack McWeaksauce','Ulduar 10 Vehicle Test Gear','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34169,0,0,0,0,0,29065,29042,0,0,'Swarming Guardian (1)','','',0,81,81,2,16,0,1.66667,1.14286,1,0,600,818,0,702,1.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,1,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(34170,0,0,0,0,0,29110,0,0,0,'Jack McWeaksauce (1)','Ulduar 10 Vehicle Test Gear','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34171,0,0,0,0,0,29082,0,0,0,'Feral Defender (1)','','',0,83,83,2,16,0,1.66667,1.14286,1,3,2500,3000,5,1,1,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,1,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,44,1,1,0,0,0,0,0,0,0,180,1,650854271,2097152,'',12340),
|
|
(34172,0,0,0,0,0,29111,0,0,0,'Captain Julian McWeaksauce','The Flaming Falcon','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34173,0,0,0,0,0,29112,0,0,0,'Granny McWeaksauce','Future Loot Tier Vendor','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34174,0,0,0,0,0,1126,11686,0,0,'Auriaya Seeping Essence Stalker (1)','','',0,83,83,2,14,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34175,0,0,0,0,0,28651,0,0,0,'Auriaya (1)','','',0,83,83,2,14,0,1.66667,1.14286,1,3,4301,5868,0,805,13,2000,2000,2,64,2048,0,0,0,0,0,0,365,529,98,5,76,34175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1366181,1366181,'',0,3,1,1200,55,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(34178,0,0,0,0,0,21635,0,0,0,'Grylls','','',0,73,74,2,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,4,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34179,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.38571,1,1,417,582,0,608,7.5,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34180,0,0,0,0,0,29114,0,0,0,'Crusader Maran','','',0,80,80,2,2070,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34181,0,0,0,0,0,11686,1126,0,0,'Focused Laser','','',0,80,80,2,14,0,3.6,1.28571,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,138,1,0,0,'',12340),
|
|
(34183,34214,0,0,0,0,29115,0,0,0,'Arachnopod Destroyer','','',0,80,80,2,16,0,1,1.14286,1,1,2262,3084,0,642,2,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,32768,34183,0,0,0,0,0,0,0,0,64717,64776,64779,0,0,0,0,0,0,399,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ulduar_arachnopod_destroyer',12340),
|
|
(34184,34219,0,0,0,0,29118,0,0,0,'Clockwork Mechanic','','',0,80,80,2,16,0,1,1.14286,1,1,792,1080,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34185,0,0,0,0,0,12233,0,0,0,'Molten Colossus (1)','','',0,82,82,2,16,0,0.777776,1.14286,1,1,2684,3659,0,782,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,5,520,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,155,1,1,0,0,0,0,0,0,0,164,1,650854271,0,'',12340),
|
|
(34186,0,0,0,0,0,28471,0,0,0,'Forge Construct (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2703,3685,0,782,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,9,512,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34187,0,0,0,0,0,29161,0,0,0,'Sea Turtle','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34188,34189,0,0,0,0,169,11686,0,0,'Razorscale Devouring Flame Stalker','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,7.5,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(34189,0,0,0,0,0,169,11686,0,0,'Razorscale Devouring Flame Stalker (1)','','',0,83,83,2,14,0,1,1.14286,1,1,509,683,0,805,13,2000,2000,1,33554436,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(34190,34229,0,0,0,0,26155,0,0,0,'Hardened Iron Golem','','',0,82,82,2,16,0,1,1.14286,1,1,2719,3707,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,576,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34191,34217,0,0,0,0,14379,0,0,0,'Trash','','',0,80,80,2,14,0,1,1.14286,1,1,792,1080,0,642,7,5000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32776,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34192,34216,0,0,0,0,6977,0,0,0,'Boomer XP-500','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,5000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5873,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34193,34220,0,0,0,0,26474,0,0,0,'Clockwork Sapper','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34194,0,0,0,0,0,11686,0,0,0,'Superheated Winds','','',0,80,80,2,14,0,2.4,1.14286,1,0,1,1,0,1,1,2000,2000,1,33587200,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,106,1,0,130,'',12340),
|
|
(34196,34245,0,0,0,0,29122,0,0,0,'Rune Etched Sentry','','',0,80,80,2,16,0,1,0.99206,1,1,3803,5184,0,642,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,584,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34197,34226,0,0,0,0,5107,0,0,0,'Chamber Overseer','','',0,82,82,2,16,0,1.5,1.14286,1,1,4380,5972,0,782,7,1500,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,85,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(34198,34236,0,0,0,0,26218,0,0,0,'Iron Mender','','',0,82,82,2,16,0,1,0.99206,1,1,2914,3973,0,782,7,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34199,34237,0,0,0,0,26239,0,0,0,'Lightning Charged Iron Dwarf','','',0,82,82,2,16,0,1,0.99206,1,1,2914,3973,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,64,33755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34200,0,0,0,0,0,26384,0,0,0,'Tempest Minion (1)','','',0,82,82,2,16,0,1,1.71429,1,1,422,586,0,642,7.5,2000,0,2,32768,2048,8,0,0,0,0,0,345,509,103,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,38.5,10,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(34201,0,0,0,0,0,25680,0,0,0,'Magma Rager (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2378,3247,0,726,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,4,512,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34202,0,0,0,0,0,28813,0,0,0,'Influence Tentacle Visual','','',0,82,82,2,190,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.37371,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34203,34227,0,0,0,0,25874,0,0,0,'Displacement Device','','',0,81,81,2,14,0,2.4,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,5,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(34210,0,0,0,0,0,28976,0,0,0,'Squire Artie','','',10463,80,80,0,35,3,1.2,0.99206,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.18401,1,1,0,0,0,0,0,0,0,48,1,0,0,'',12340),
|
|
(34211,0,0,0,0,0,11686,0,0,0,'Burst Target','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34213,34228,0,0,0,0,1126,11686,0,0,'Flaming Rune','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,128,'',12340),
|
|
(34214,0,0,0,0,0,29115,0,0,0,'Arachnopod Destroyer (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1827,2491,0,642,4,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,10,32768,33700,0,0,0,0,0,0,0,0,65241,65240,64779,0,0,0,0,0,0,399,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,0,1,0,0,'',1),
|
|
(34215,0,0,0,0,0,28988,0,0,0,'Collapsing Star (1)','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,15,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(34216,0,0,0,0,0,6977,0,0,0,'Boomer XP-500 (1)','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34217,0,0,0,0,0,14379,0,0,0,'Trash (1)','','',0,80,80,2,14,0,1,1.14286,1,1,609,830,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,32776,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,17,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34218,0,0,0,0,0,6977,0,0,0,'Bomb Bot (1)','','',0,80,80,2,14,0,1,1.14286,1,1,1,1,0,1,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,144,1,617284383,0,'',12340),
|
|
(34219,0,0,0,0,0,29118,0,0,0,'Clockwork Mechanic (1)','','',0,80,80,2,16,0,1,1.14286,1,1,600,900,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34220,0,0,0,0,0,26474,0,0,0,'Clockwork Sapper (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1373,1873,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32768,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34221,0,0,0,0,0,18957,0,0,0,'Dark Matter (1)','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3,1,1,0,0,0,0,0,0,0,98,1,650854271,2097152,'',12340),
|
|
(34222,0,0,0,0,0,18050,0,0,0,'Unleashed Dark Matter (1)','','',0,81,81,2,14,0,4,1.42857,1,1,1800,2400,0,805,5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,156,1,650854271,2097152,'',12340),
|
|
(34223,0,0,0,0,0,11686,0,0,0,'Sapper Explosion','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34224,0,0,0,0,0,28829,0,0,0,'Ice Turret','','',0,80,80,0,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,7,1,1,0,0,0,0,0,0,0,144,0,0,0,'',12340),
|
|
(34225,0,0,0,0,0,25511,0,0,0,'Deadly Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34226,0,0,0,0,0,5107,0,0,0,'Chamber Overseer (1)','','',0,82,82,2,16,0,1.5,1.14286,1,1,3535,4820,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,115,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(34227,0,0,0,0,0,25874,0,0,0,'Displacement Device (1)','','',0,81,81,2,14,0,2.4,1.14286,1,0,464,604,0,708,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,5,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(34228,0,0,0,0,0,1126,11686,0,0,'Flaming Rune (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(34229,0,0,0,0,0,26155,0,0,0,'Hardened Iron Golem (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2196,2994,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,576,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34230,0,0,0,0,0,169,16925,0,0,'Emalon Controller','','',0,80,80,0,14,0,1,0.992063,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34234,34235,0,0,0,0,29122,0,0,0,'Runeforged Sentry','','',0,82,82,2,16,0,1,0.99206,1,1,2745,3743,0,782,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34235,0,0,0,0,0,29122,0,0,0,'Runeforged Sentry (1)','','',0,82,82,2,16,0,1,0.992063,1,1,2220,3026,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34236,0,0,0,0,0,26218,0,0,0,'Iron Mender (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2354,3209,0,782,13,2000,2000,2,0,2048,0,0,0,0,0,0,360,520,91,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34237,0,0,0,0,0,26239,0,0,0,'Lightning Charged Iron Dwarf (1)','','',0,82,82,2,16,0,1,1.14286,1,1,2354,3209,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,64,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34238,0,0,0,0,0,29130,0,0,0,'Black Skeletal Horse','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(34244,0,0,0,0,0,29132,0,0,0,'Jean Pierre Poulain','Argent Tournament Valiant','',10478,80,80,0,2070,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34245,0,0,0,0,0,29122,0,0,0,'Rune Etched Sentry (1)','','',0,82,82,2,16,0,1,1.14286,1,1,3071,4187,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,4,584,33729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,110,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34246,0,0,0,0,0,29133,0,0,0,'Azeroth','','',0,83,83,2,190,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34247,0,0,0,0,0,28580,28581,0,0,'Steelforged Defender (1)','','',0,80,80,2,1965,0,1,1.14286,1,0,537,731,0,608,2,2000,2000,2,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34250,0,0,0,0,0,23980,17200,0,0,'Azeroth Planet Stalker','','',0,74,74,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34252,0,0,0,0,0,29145,0,0,0,'Dubin Clay','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34254,0,0,0,0,0,29030,0,0,0,'Expedition Commander (1)','','',0,81,81,2,35,1,1,1.14286,1,1,464,604,0,708,13,2000,2000,1,131846,2048,0,0,0,0,0,0,353,512,112,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34255,0,0,0,0,0,29031,29032,29033,0,'Expedition Defender (1)','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34256,0,0,0,0,0,29034,29035,0,0,'Expedition Engineer (1)','','',0,80,80,2,2105,0,2.5,1.14,1,1,417,582,0,608,13,2000,2000,2,131842,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,30,1,0,0,0,0,0,0,0,0,1,1,2,'',12340),
|
|
(34257,0,0,0,0,0,29036,29037,0,0,'Expedition Trapper (1)','','',0,80,80,2,2105,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,131078,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,0,'',12340),
|
|
(34264,0,0,0,0,0,29152,0,0,0,'Vanquished Crusher Tentacle','','',0,80,80,2,14,0,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34265,0,0,0,0,0,29151,0,0,0,'Vanquished Corruptor Tentacle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34266,0,0,0,0,0,29150,0,0,0,'Vanquished Constrictor Tentacle','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34267,34268,0,0,0,0,28112,0,0,0,'Parts Recovery Technician','','',0,80,80,2,16,0,1,0.99206,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,29730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34268,0,0,0,0,0,28112,0,0,0,'Parts Recovery Technician (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,29730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34269,34270,0,0,0,0,29157,0,0,0,'XR-949 Salvagebot','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34270,0,0,0,0,0,29157,0,0,0,'XR-949 Salvagebot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,27641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34271,34272,0,0,0,0,29154,0,0,0,'XD-175 Compactobot','','',0,80,80,2,16,0,1,1.14286,1,1,2039,2780,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34272,0,0,0,0,0,29154,0,0,0,'XD-175 Compactobot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1645,2242,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34273,34274,0,0,0,0,29156,0,0,0,'XB-488 Disposalbot','','',0,80,80,2,16,0,1,1.14286,1,1,1701,2319,0,642,7,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,34183,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34274,0,0,0,0,0,29156,0,0,0,'XB-488 Disposalbot (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1342,1829,0,642,13,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,9,32840,33700,0,29727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34275,34276,0,0,0,0,29158,29159,29160,0,'Ward of Life','','',0,80,80,2,16,0,1,2.57143,1,1,6000,8000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,24,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(34276,0,0,0,0,0,29158,29159,29160,0,'Ward of Life (1)','','',0,80,80,2,16,0,1,2.57143,1,1,24000,30000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(34277,0,0,0,0,0,14214,19030,16870,0,'Writhing Lasher (1)','','',0,80,80,2,16,0,1,2.57143,1,1,4000,5000,0,1,1,2000,2000,1,131072,2048,0,0,0,0,0,0,345,509,103,4,524360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(34279,0,0,0,0,0,328,0,0,0,'Ruby Hare','','',0,5,5,0,1555,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34281,0,0,0,0,0,20570,11686,0,0,'[DND]Azeroth Children\'s Week Trigger','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34286,0,0,0,0,0,26442,11686,0,0,'Orbital Support','','',0,80,80,0,1983,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(34288,34291,0,0,0,0,29164,0,0,0,'Salvagebot Sawblade','','',0,81,81,2,14,0,2.8,2.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,193,0,0,0,'',12340),
|
|
(34291,0,0,0,0,0,29164,0,0,0,'Salvagebot Sawblade (1)','','',0,81,81,2,14,0,2.8,1.14286,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,193,0,0,0,'',12340),
|
|
(34296,0,0,0,0,0,28460,0,0,0,'Black Hole (1)','','',0,80,80,2,14,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34297,0,0,0,0,0,28638,0,0,0,'Kologarn','','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,260,50,1,0,0,0,0,0,0,0,0,1,0,1,'',12340),
|
|
(34298,0,0,0,0,0,28638,0,0,0,'Kologarn (1)','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,5,4194412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34300,0,0,0,0,0,19962,29169,29170,29171,'Mature Lasher','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,256,34300,0,80007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,43324,44809,0,0,0,0,0,1,0,0,'',12340),
|
|
(34307,0,0,0,0,0,15294,0,0,0,'Time Bomb','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33947652,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(34310,0,0,0,0,0,27593,0,0,0,'Keristrasza','','',0,80,80,2,1816,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,8,1,0,0,0,0,0,0,0,226,1,0,0,'',12340),
|
|
(34313,0,0,0,0,0,29182,0,0,0,'Sara (Transform Only)','','',0,83,83,2,16,0,1,1.14286,1,3,2,2,0,24,35,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34319,0,0,0,0,0,21955,11686,0,0,'[DND] Champion Go-To Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34320,0,0,0,0,0,29251,0,0,0,'Venomhide Hatchling','','',0,5,5,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34327,0,0,0,0,0,29183,0,0,0,'Dino Meat Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34330,0,0,0,0,0,5554,0,0,0,'Jones','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34332,0,0,0,0,0,29117,0,0,0,'Sara (1)','','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,70,2000,2000,2,2,2048,0,0,0,0,0,0,365,529,98,10,100,0,0,29725,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,14.342,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34336,0,0,0,0,0,29183,0,0,0,'Silithid Meat Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34337,0,0,0,0,0,27104,0,0,0,'The Postmaster','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34338,0,0,0,0,0,29183,0,0,0,'Silithid Egg Feeding Credit','',NULL,0,5,5,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34360,0,0,0,0,0,328,4626,0,0,'Wabbit','','',0,1,1,0,31,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.119048,1,1,0,46395,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(34361,0,0,0,0,0,11686,0,0,0,'Frost Bomb (1)','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34362,0,0,0,0,0,6271,0,0,0,'Proximity Mine','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_proximity_mine',12340),
|
|
(34363,0,0,0,0,0,11686,0,0,0,'Flames (Initial)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33554944,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_ulduar_flames_initial',12340),
|
|
(34364,0,0,0,0,0,11709,0,0,0,'Calico Cat','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34365,0,0,0,0,0,29201,0,0,0,'Orphan Matron Aria','',NULL,10502,80,80,2,35,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34381,0,0,0,0,0,20570,11686,0,0,'[DND]Northrend Children\'s Week Trigger','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_the_biggest_tree',12340),
|
|
(34382,0,0,0,0,0,29203,0,0,0,'Chapman','Day of the Dead Vendor','',0,80,80,2,35,641,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34383,0,0,0,0,0,29204,0,0,0,'Catrina','','',10512,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34386,0,0,0,0,0,23317,0,0,0,'High-Oracle Soo-roo','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_high_oracle_soo_roo',12340),
|
|
(34387,0,0,0,0,0,25379,0,0,0,'Elder Kekek','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_elder_kekek',12340),
|
|
(34393,0,0,0,0,0,25380,0,0,0,'Test Vendor','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34425,0,0,0,0,0,25593,0,0,0,'Furious Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34428,0,0,0,0,0,17192,0,0,0,'MiniZep','','',0,1,1,0,1616,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.43902,1.66667,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(34434,0,0,0,0,0,29227,0,0,0,'ELM Daze Target','','',0,80,80,0,1683,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,262152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34435,0,0,0,0,0,29226,0,0,0,'Cheerful Human Spirit','','',34435,60,60,0,12,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34436,0,0,0,0,0,26,0,0,0,'ELM Attacker','',NULL,0,80,80,0,1684,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34437,0,0,0,0,0,19350,0,0,0,'Isle of Conquest Battlemaster','','',0,61,61,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34441,34442,34443,35749,0,0,29791,0,0,0,'Vivienne Blackwhisper','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shadow_priest',12340),
|
|
(34442,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(34443,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(34444,35740,35741,35742,0,0,29788,0,0,0,'Thrakgar','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shaman',12340),
|
|
(34445,35705,35706,35707,0,0,29785,0,0,0,'Liandra Suncaller','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_paladin',12340),
|
|
(34447,35683,35684,35685,0,0,29783,0,0,0,'Caiphus the Stern','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_priest',12340),
|
|
(34448,35724,35725,35726,0,0,29786,0,0,0,'Ruj\'kah','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,8,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_hunter',12340),
|
|
(34449,35689,35690,35691,0,0,29787,0,0,0,'Ginselle Blightslinger','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_mage',12340),
|
|
(34450,35695,35696,35697,0,0,29792,0,0,0,'Harkzog','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warlock',12340),
|
|
(34451,35671,35672,35673,0,0,29781,0,0,0,'Birana Stormhoof','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_boomkin',12340),
|
|
(34453,35718,35719,35720,0,0,29793,0,0,0,'Narrhok Steelbreaker','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,7,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warrior',12340),
|
|
(34454,35711,35712,35713,0,0,29790,0,0,0,'Maz\'dinah','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,5,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_rogue',12340),
|
|
(34455,35680,35681,35682,0,0,29784,0,0,0,'Broln Stouthorn','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_enh_shaman',12340),
|
|
(34456,35708,35709,35710,0,0,29789,0,0,0,'Malithas Brightblade','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_retro_paladin',12340),
|
|
(34458,35692,35693,35694,0,0,29782,0,0,0,'Gorgrim Shadowcleave','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_dk',12340),
|
|
(34459,35686,35687,35688,0,0,29780,0,0,0,'Erin Misthoof','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_druid',12340),
|
|
(34460,35702,35703,35704,0,0,29764,0,0,0,'Kavina Grovesong','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_boomkin',12340),
|
|
(34461,35743,35744,35745,0,0,29765,0,0,0,'Tyrius Duskblade','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_dk',12340),
|
|
(34463,35734,35735,35736,0,0,29768,0,0,0,'Shaabad','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_enh_shaman',12340),
|
|
(34465,35746,35747,35748,0,0,29769,0,0,0,'Velanaa','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_paladin',12340),
|
|
(34466,35665,35666,35667,0,0,29767,0,0,0,'Anthar Forgemender','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_priest',12340),
|
|
(34467,35662,35663,35664,0,0,29770,0,0,0,'Alyssia Moonstalker','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,8,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_hunter',12340),
|
|
(34468,35721,35722,35723,0,0,29772,0,0,0,'Noozle Whizzlestick','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_mage',12340),
|
|
(34469,35714,35715,35716,0,0,29780,0,0,0,'Melador Valestrider','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_druid',12340),
|
|
(34470,35728,35729,35730,0,0,29773,0,0,0,'Saamul','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,5,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shaman',12340),
|
|
(34471,35668,35669,35670,0,0,29774,0,0,0,'Baelnor Lightbearer','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_retro_paladin',12340),
|
|
(34472,35699,35700,35701,0,0,29776,0,0,0,'Irieth Shadowstep','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,5,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_rogue',12340),
|
|
(34473,35674,35675,35676,0,0,29778,0,0,0,'Brienna Nightfell','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_shadow_priest',12340),
|
|
(34474,35731,35732,35733,0,0,29777,0,0,0,'Serissa Grimdabbler','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,5,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warlock',12340),
|
|
(34475,35737,35738,35739,0,0,29779,0,0,0,'Shocuul','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,7,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_warrior',12340),
|
|
(34476,0,0,0,0,0,29228,0,0,0,'Cheerful Forsaken Spirit','','',34435,60,60,0,68,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34477,0,0,0,0,0,29229,0,0,0,'Cheerful Orc Spirit','','',34435,60,60,0,29,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34478,0,0,0,0,0,29230,0,0,0,'Cheerful Dwarf Spirit','','',34435,60,60,0,55,3,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34479,0,0,0,0,0,29231,0,0,0,'Cheerful Night Elf Spirit','','',34435,60,60,0,80,3,1,1.14286,1,0,146,192,0,238,1,2000,2000,2,0,2048,0,0,0,0,0,0,101,167,24,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34480,0,0,0,0,0,29232,0,0,0,'Cheerful Tauren Spirit','','',34435,60,60,0,104,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34481,0,0,0,0,0,29233,0,0,0,'Cheerful Gnome Spirit','','',34435,60,60,0,875,3,1,1.14286,1,0,74,102,0,112,1,2000,2000,8,0,2048,0,0,0,0,0,0,61,90,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34482,0,0,0,0,0,29234,0,0,0,'Cheerful Troll Spirit','','',34435,60,60,0,126,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34483,0,0,0,0,0,29235,0,0,0,'Cheerful Blood Elf Spirit','','',34435,70,70,1,1604,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34484,0,0,0,0,0,29236,0,0,0,'Cheerful Draenei Spirit','','',34435,70,70,1,1638,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34489,0,0,0,0,0,15369,15984,22986,22987,'Winterfin Playmate','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_winterfin_playmate',12340),
|
|
(34490,0,0,0,0,0,25394,25384,25383,25382,'Snowfall Glade Playmate','','',0,1,5,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_snowfall_glade_playmate',12340),
|
|
(34496,35347,35348,35349,0,0,29267,0,0,0,'Eydis Darkbane','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,34496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,435,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'boss_eydis',12340),
|
|
(34497,35350,35351,35352,0,0,29240,0,0,0,'Fjola Lightbane','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,34497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,435,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'boss_fjola',12340),
|
|
(34505,0,0,0,0,0,28092,28093,28094,28095,'Copperpot Goon','','',0,80,80,2,1806,0,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,4,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34515,0,0,0,0,0,28611,0,0,0,'XT-005 Debugger','','',0,83,83,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,32876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,430.262,1,1,0,0,0,0,0,0,0,321,1,0,0,'',12340),
|
|
(34519,0,0,0,0,0,25173,0,0,0,'Oracle Orphan','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34520,0,0,0,0,0,25384,25394,25383,0,'Wolvar Orphan','','',0,1,1,0,188,0,0.666668,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34526,0,0,0,0,0,29249,0,0,0,'Aponi Brightmane','',NULL,10525,55,55,0,104,3,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34528,0,0,0,0,0,29250,0,0,0,'Tahu Sagewind','','',10524,55,55,0,104,1,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34531,0,0,0,0,0,25173,0,0,0,'Roo','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34532,0,0,0,0,0,25384,0,0,0,'Kekek','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34533,0,0,0,0,0,26565,0,0,0,'ScottM Test Creature','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34548,0,0,0,0,0,1126,11686,0,0,'Invisible Spell Target - Tahu','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34549,0,0,0,0,0,14343,0,0,0,'Swift Purple Raptor','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34550,0,0,0,0,0,14333,0,0,0,'Swift Moonsaber','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34551,0,0,0,0,0,28606,0,0,0,'Great Red Elekk','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34552,0,0,0,0,0,28605,0,0,0,'White Skeletal Warhorse','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34553,0,0,0,0,0,14375,0,0,0,'Turbostrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34554,0,0,0,0,0,28612,0,0,0,'Swift Violet Ram','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34555,0,0,0,0,0,14335,0,0,0,'Swift Burgundy Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34556,0,0,0,0,0,28607,0,0,0,'Swift Red Hawkstrider','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34557,0,0,0,0,0,29043,0,0,0,'Swift Gray Steed','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34558,0,0,0,0,0,28556,0,0,0,'Great Golden Kodo','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34561,0,0,0,0,0,29265,0,0,0,'Forsaken Prankster','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34562,0,0,0,0,0,20570,11686,0,0,'[DND] Stink Bomb Target','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34564,34566,35615,35616,0,0,29268,0,0,0,'Anub\'arak','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,50,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,34564,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,300,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'boss_anubarak_trial',12340),
|
|
(34565,0,0,0,0,0,29265,0,0,0,'Innocuous Townsman','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34566,0,0,0,0,0,29268,0,0,0,'Anub\'arak (1)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,75,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,34566,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,1500,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),
|
|
(34567,0,0,0,0,0,29270,0,0,0,'Dark Essence','','',0,83,83,2,35,1,1,1.14286,1,3,1,1,0,0,1,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,3,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_essence_of_twin',12340),
|
|
(34568,0,0,0,0,0,29286,0,0,0,'Light Essence','','',0,83,83,2,35,1,1,1.14286,1,3,1,1,0,0,1,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,10,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,3,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_essence_of_twin',12340),
|
|
(34579,0,0,0,0,0,29274,0,0,0,'Venomhide Hatchling (1.25)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34580,0,0,0,0,0,29275,0,0,0,'Venomhide Hatchling (1.50)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34581,0,0,0,0,0,29276,0,0,0,'Venomhide Hatchling (1.75)','','',0,5,5,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34587,0,0,0,0,0,29279,0,0,0,'Warbot','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34588,0,0,0,0,0,29280,0,0,0,'[DND] Warbot - Blue','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34589,0,0,0,0,0,29281,0,0,0,'[DND] Warbot - Red','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34605,34650,35658,35659,0,0,15464,0,0,0,'Swarm Scarab','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,91,1,549520145,0,'npc_swarm_scarab',12340),
|
|
(34606,34649,3460602,3460603,0,0,25144,0,0,0,'Frost Sphere','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'npc_frost_sphere',12340),
|
|
(34607,34648,35655,35656,0,0,29325,0,0,0,'Nerubian Burrower','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,12,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'npc_nerubian_burrower',12340),
|
|
(34612,0,0,0,0,0,29249,0,0,0,'Danowe Thunderhorn','','',0,55,55,0,104,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34628,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness','','',0,82,82,2,14,0,1,1.14286,1,1,1,1,0,0,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_concentrated_ball',12340),
|
|
(34630,0,0,0,0,0,29352,0,0,0,'Concentrated Light','','',0,82,82,2,14,0,1,1.14286,1,1,1,1,0,0,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'npc_concentrated_ball',12340),
|
|
(34632,0,0,0,0,0,29309,0,0,0,'Ogre Pinata','','',0,80,80,0,7,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34644,0,0,0,0,0,29392,0,0,0,'Edward Winslow','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34645,0,0,0,0,0,29394,0,0,0,'Elizabeth Barker Winslow','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34648,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (1)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,24,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.6,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),
|
|
(34649,0,0,0,0,0,25144,0,0,0,'Frost Sphere (1)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.714286,1,1,0,0,0,0,0,0,0,721,0,0,0,'',12340),
|
|
(34650,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (1)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,3,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,91,1,549520145,0,'',12340),
|
|
(34653,0,0,0,0,0,29341,0,0,0,'Bountiful Table Hostess','','',10575,80,80,0,534,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34654,0,0,0,0,0,29330,0,0,0,'Bountiful Feast Hostess','','',10575,80,80,0,714,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34655,0,0,0,0,0,29344,0,0,0,'Magic Rooster','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34657,36086,0,0,0,0,28735,0,0,0,'Jaelyne Evensong','Grand Champion of Darnassus','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(34658,0,0,0,0,0,9991,0,0,0,'Jaelyne Evensong\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34660,0,0,0,0,0,17612,0,0,0,'Anub\'arak','','',0,83,83,2,16,0,1,0.5,1,3,1,1,0,1,1,0,0,1,33587200,2048,8,0,0,0,0,0,371,535,135,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,650854271,2097152,'npc_anubarak_spike',12340),
|
|
(34675,0,0,0,0,0,29337,0,0,0,'Gregory Tabor','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34676,0,0,0,0,0,29391,0,0,0,'Isaac Allerton','','',0,40,40,0,534,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34677,0,0,0,0,0,29338,0,0,0,'Miles Standish','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34678,0,0,0,0,0,29339,0,0,0,'Dokin Farplain','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34679,0,0,0,0,0,29395,0,0,0,'Francis Eaton','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34681,0,0,0,0,0,29393,0,0,0,'Ikaneba Summerset','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34682,0,0,0,0,0,29329,0,0,0,'Wilmina Holbeck','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34683,0,0,0,0,0,29340,0,0,0,'Rose Standish','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34684,0,0,0,0,0,29342,0,0,0,'Laha Farplain','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34685,0,0,0,0,0,29397,0,0,0,'Dalni Tallgrass','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34686,0,0,0,0,0,4587,0,0,0,'Healing Stream Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34687,0,0,0,0,0,4589,0,0,0,'Searing Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34694,0,0,0,0,0,29348,0,0,0,'Grunty','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34701,36083,0,0,0,0,28736,0,0,0,'Colosos','Grand Champion of the Exodar','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(34702,36082,0,0,0,0,28586,0,0,0,'Ambrose Boltspark','Grand Champion of Gnomeregan','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(34703,36087,0,0,0,0,28564,0,0,0,'Lana Stouthammer','Grand Champion of Ironforge','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,441,1,2304,2097152,'boss_grand_champion',12340),
|
|
(34704,0,0,0,0,0,1126,11686,0,0,'Val\'kyr Twins Bullet Stalker Dark','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34705,36088,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius','Grand Champion of Stormwind','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(34708,0,0,0,0,0,29324,0,0,0,'Caitrin Ironkettle','Cooking Trainer','',10568,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34709,0,0,0,0,0,29362,0,0,0,'Silver Riding Dragonhawk','','',0,40,40,0,2091,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34710,0,0,0,0,0,29400,0,0,0,'Ellen Moore','Cooking Trainer','',10568,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34711,0,0,0,0,0,29388,0,0,0,'Mary Allerton','Cooking Trainer','',10569,40,40,0,534,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34712,0,0,0,0,0,29365,0,0,0,'Roberta Carter','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34713,0,0,0,0,0,29401,0,0,0,'Ondani Greatmill','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34714,0,0,0,0,0,29399,0,0,0,'Mahara Goldwheat','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34715,0,0,0,0,0,29366,0,0,0,'Sky-Captain \"Dusty\" Blastnut','The Zephyr','',10562,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34716,0,0,0,0,0,28972,28855,28704,28630,'Captive Aspirant','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34717,0,0,0,0,0,29367,0,0,0,'Crewman Pipewrench','The Zephyr','',10559,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34718,0,0,0,0,0,29368,0,0,0,'Crewman Deadbolt','The Zephyr','',10561,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34719,0,0,0,0,0,29369,0,0,0,'Crewman Grit','The Zephyr','',10559,26,26,0,1734,1,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,768,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34720,0,0,0,0,0,1126,11686,0,0,'Val\'kyr Twins Bullet Stalker Light','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,256,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34721,0,0,0,0,0,29370,0,0,0,'Chief Officer Ograh','The Zephyr','',10558,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34723,0,0,0,0,0,29371,0,0,0,'Watcher Tolwe','The Zephyr','',10563,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34724,0,0,0,0,0,29372,0,0,0,'Shimmering Wyrmling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,2,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34728,0,0,0,35297,0,25342,25343,0,0,'Dark Zealot','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,34728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,46895,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34730,0,0,0,0,0,29375,0,0,0,'Navigator Zippik','The Zephyr','',10557,40,40,0,1735,1,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,768,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34731,0,0,0,0,0,29378,0,0,0,'[DND] Magic Rooster (Draenei Male)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34732,0,0,0,0,0,29379,0,0,0,'[DND] Magic Rooster (Tauren Male)','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34734,0,0,0,35297,0,27832,27834,0,0,'Dark Ritualist','Cult of the Damned','',0,79,80,2,21,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,34734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46895,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34735,0,0,0,0,0,4449,26241,0,0,'Black Knight\'s Grave','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_black_knight_graveyard',12340),
|
|
(34737,0,0,0,0,0,4449,26241,0,0,'Spice Bread Stuffing Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34738,0,0,0,0,0,4449,26241,0,0,'Slow-roasted Turkey Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34739,0,0,0,0,0,4449,26241,0,0,'Candied Sweet Potato Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34740,0,0,0,0,0,4449,26241,0,0,'Pumpkin Pie Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34741,0,0,0,0,0,4449,26241,0,0,'Cranberry Chutney Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34743,0,0,0,0,0,21955,11686,0,0,'Val\'kyr Twins Bullet Controller','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34744,0,0,0,0,0,29444,0,0,0,'Jasper Moore','','',10569,40,40,0,534,3,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34755,0,0,0,0,0,169,11686,0,0,'Healing Marker','','',0,80,80,2,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34765,0,0,0,0,0,29396,0,0,0,'Zelli Hotnozzle','Thunder Bluff Zeppelin Master','',10565,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34766,0,0,0,0,0,29398,0,0,0,'Krendle Bigpockets','Orgrimmar Zeppelin Master','',10566,45,45,0,29,1,1,1.42857,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34768,0,0,0,0,0,29403,0,0,0,'William Mullins','','',0,40,40,0,714,2,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34770,0,0,0,0,0,29404,0,0,0,'Macabre Marionette','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34771,0,0,0,0,0,29479,0,0,0,'Girana the Blooded','The Sunreavers','',10689,80,80,2,2121,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34772,0,0,0,0,0,29478,0,0,0,'Vasarin Redmorn','Sunreavers Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34775,35415,0,0,0,0,27658,0,0,0,'Demolisher','','vehichleCursor',0,70,70,0,35,16777216,1.2,0.98571,1,0,252,357,0,304,1,2000,2000,1,16384,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,67440,67441,0,0,0,0,0,0,0,509,0,0,'',0,3,1,17.284,1,1,0,0,0,0,0,0,0,112,0,344407930,0,'npc_four_car_garage',12340),
|
|
(34776,35431,0,0,0,0,25292,0,0,0,'Siege Engine','','vehichleCursor',0,70,70,0,1732,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,67796,67797,0,0,0,0,0,0,0,435,0,0,'',0,3,1,61.7284,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_four_car_garage',12340),
|
|
(34777,35436,0,0,0,0,25301,0,0,0,'Siege Turret','','Gunner',0,70,70,0,1732,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(34778,35417,0,0,0,0,29424,0,0,0,'Flame Turret','','Gunner',0,70,70,0,1732,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,66183,66186,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(34780,35216,35268,35269,0,0,29615,0,0,0,'Lord Jaraxxus','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,35,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,34780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_jaraxxus',12340),
|
|
(34781,0,0,0,0,0,21955,11686,0,0,'Champions Controller','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34783,0,0,0,0,0,29430,0,0,0,'Ranisa Whitebough','Pilgrim\'s Bounty Vendor','',0,40,40,0,534,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34784,0,0,0,0,0,11686,0,0,0,'Legion Flame','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34785,0,0,0,0,0,29429,0,0,0,'Alnar Whitebough','Cooking Trainer','',0,40,40,0,534,80,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34786,0,0,0,0,0,29427,0,0,0,'Alice Rigsdale','Cooking Trainer','',0,40,40,0,714,83,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,2,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34787,0,0,0,0,0,29428,0,0,0,'John Rigsdale','Pilgrim\'s Bounty Vendor','',0,40,40,0,714,128,1,1.14286,1,0,56,74,0,136,1,2000,2000,1,33536,2048,0,0,0,0,0,0,39,57,14,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34788,0,0,0,26705,0,27173,27183,27177,27172,'Gormok Zealot','','',0,72,73,2,634,0,1,1.19048,1,0,316,450,0,320,1,2000,2000,1,2,2048,0,0,0,0,0,0,278,413,58,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34789,0,0,0,0,0,29426,0,0,0,'Huntsman Aloke','','',0,75,75,2,35,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34793,35413,0,0,0,0,23884,0,0,0,'Catapult','','vehichleCursor',0,70,70,0,35,16777216,2.8,2.42857,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,66218,66296,0,0,0,0,0,0,0,438,0,0,'',0,3,1,3.7037,1,1,0,0,0,0,0,0,0,207,0,344407930,0,'npc_four_car_garage',12340),
|
|
(34794,0,0,0,0,0,29435,0,0,0,'Immuyak','','',10651,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34796,35438,35439,35440,0,0,29614,0,0,0,'Gormok the Impaler','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,160,5,1,0,0,0,0,0,0,0,174,1,650854267,2097161,'boss_gormok',12340),
|
|
(34797,35447,35448,35449,0,0,21601,0,0,0,'Icehowl','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,34797,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'boss_icehowl',12340),
|
|
(34798,0,0,0,0,0,29816,0,0,0,'Acidmaw (Mobile)','','',0,83,83,2,1711,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,42,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,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34799,35514,35515,35516,0,0,24564,0,0,0,'Dreadscale','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_dreadscale',12340),
|
|
(34800,35441,35442,35443,0,0,27172,0,0,0,'Snobold Vassal','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,7.5,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_snobold_vassal',12340),
|
|
(34801,0,0,0,0,0,7550,0,0,0,'Incinerated Skeleton','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(34802,35419,0,0,0,0,29642,0,0,0,'Glaive Thrower','','vehichleCursor',0,70,70,0,1732,16777216,3.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,16384,2048,0,0,0,0,0,0,345,509,103,9,131080,0,0,0,0,0,0,0,0,0,66456,67195,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.17284,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'npc_four_car_garage',12340),
|
|
(34806,0,0,0,0,0,21955,17612,0,0,'Bountiful Table Kill Credit Bunny','',NULL,0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34808,0,0,0,35297,0,27775,0,0,0,'Deathspeaker Kharos','Cult of the Damned','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34810,0,0,0,0,0,4449,26241,0,0,'CoD Eye Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34812,0,0,0,0,0,29205,0,0,0,'The Turkey Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66250,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),
|
|
(34813,35265,35266,35267,0,0,29441,0,0,0,'Infernal Volcano','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(34815,35262,35263,35264,0,0,10906,0,0,0,'Felflame Infernal','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,7.5,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,650852223,2097152,'npc_fel_infernal',12340),
|
|
(34816,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,1,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_announcer_toc10',12340),
|
|
(34819,0,0,0,0,0,29205,0,0,0,'The Stuffing Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66259,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),
|
|
(34822,0,0,0,0,0,29205,0,0,0,'The Pie Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66260,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),
|
|
(34823,0,0,0,0,0,29205,0,0,0,'The Cranberry Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66261,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),
|
|
(34824,0,0,0,0,0,29205,0,0,0,'The Sweet Potato Chair','','vehichleCursor',0,1,1,0,35,16777216,1,1.57143,1,0,2,3,0,10,1,2000,2000,8,0,32768,0,0,0,0,0,0,1,2,0,9,1048584,0,0,0,0,0,0,0,0,0,66262,61784,61785,61788,61786,61787,0,0,0,321,0,0,'',0,3,1,2.80794,1,1,0,0,0,0,0,0,0,157,0,0,0,'npc_pilgrims_bounty_chair',12340),
|
|
(34825,35278,35279,35280,0,0,30039,0,0,0,'Nether Portal','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(34826,35270,35271,35272,0,0,29442,0,0,0,'Mistress of Pain','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,7.5,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'npc_mistress_of_pain',12340),
|
|
(34827,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Beast Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34838,0,0,0,0,0,25632,25633,0,0,'Kvaldir Reaver','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,34838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46859,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34839,0,0,0,34838,0,25773,25775,0,0,'Kvaldir Mist Binder','','',0,79,80,2,1885,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,34839,34839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46859,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34847,0,0,0,0,0,28829,0,0,0,'Ice Turret (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34852,0,0,0,0,0,29683,29684,29685,29686,'Slain Tualiq Villager','','',0,80,80,2,1950,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34854,0,0,0,0,0,11686,0,0,0,'Fire Bomb','','',0,80,80,2,14,0,1,1.14286,1.5,3,1,1,0,1,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,1,10,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34856,0,0,0,0,0,29635,29634,0,0,'Dwarven Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34857,0,0,0,0,0,29648,29649,29650,0,'Troll Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34858,0,0,0,0,0,29645,29646,29647,0,'Tauren Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34859,0,0,0,0,0,29658,29659,29660,0,'Orcish Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34860,0,0,0,0,0,29651,29652,0,0,'Forsaken Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34861,0,0,0,0,0,29655,29653,29654,0,'Blood Elf Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34862,0,0,0,0,0,28549,0,0,0,'Nerubian Burrow','','',0,1,1,0,35,0,1,1.14286,1.65,0,2,2,0,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34868,0,0,0,0,0,29639,29640,29641,0,'Draenei Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34869,0,0,0,0,0,29643,28859,29017,0,'Gnomish Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34870,0,0,0,0,0,29636,29637,29638,0,'Human Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34871,0,0,0,0,0,29644,28959,29009,0,'Night Elf Coliseum Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34875,0,0,0,0,0,28829,0,0,0,'Ice Turret (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(34879,0,0,0,0,0,4449,26241,0,0,'Tualiq Villager Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34880,0,0,0,0,0,29475,0,0,0,'Narasi Snowdawn','The Silver Covenant','',10673,80,80,2,2027,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34881,0,0,0,0,0,29477,0,0,0,'Hiren Loresong','Silver Covenant Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34882,0,0,0,0,0,29480,0,0,0,'High Crusader Adelard','','',10597,80,80,2,2070,3,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34883,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Horde','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34885,0,0,0,0,0,29481,0,0,0,'Dame Evniki Kapsalis','Crusader\'s Quartermaster','',10598,80,80,2,2070,129,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34887,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Alliance','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34888,0,0,0,0,0,23751,0,0,0,'Tualiq Spirit','','',0,80,80,2,1950,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34889,0,0,0,0,0,25773,25775,0,0,'[PH] Goss Test NPC','','',0,68,69,2,1885,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34891,0,0,0,0,0,22471,0,0,0,'[PH] Tournament Hippogryph Quest Mount','','vehichleCursor',0,77,79,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(34893,0,0,0,0,0,22474,0,0,0,'[PH] Stabled Argent Hippogryph','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(34895,0,0,0,0,0,17572,0,0,0,'Jend Jow (Test)','Battlemaster','',0,61,61,0,1638,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34899,0,0,0,0,0,4449,26241,0,0,'Snowblind Follower Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34900,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Human','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34901,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Orc','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34902,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Troll','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34903,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Tauren','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34904,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Blood Elf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34905,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Undead','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34906,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Dwarf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34907,0,0,0,0,0,25772,25633,25632,25774,'Kvaldir Harpooner','','',0,78,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34908,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Draenei','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34909,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Night Elf','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34910,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Gnome','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,512,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34912,0,0,0,0,0,29483,0,0,0,'Savinia Loresong','The Silver Covenant','',0,80,80,2,2027,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34914,0,0,0,0,0,29484,0,0,0,'Tylos Dawnrunner','The Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34915,0,0,0,0,0,25754,0,0,0,'Stormforged Marauder','','',0,78,79,2,1954,0,1,1.14286,1,0,404,564,0,582,1,2000,2000,1,0,2048,0,0,0,0,0,0,334,494,95,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34918,35407,0,0,0,0,29900,29901,29902,0,'Kor\'kron Guard','','',0,71,71,0,83,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34919,35401,0,0,0,0,29895,29896,29897,0,'7th Legion Infantry','','',0,71,71,0,84,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34920,0,0,0,0,0,29486,0,0,0,'Deep Jormungar','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,42,0,0,0,0,345,509,103,1,0,34920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,46889,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34921,0,0,0,0,0,29485,0,0,0,'Felflame Infernal Ball','','',0,82,82,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34922,35405,0,0,0,0,29899,0,0,0,'Overlord Agmar','','',0,73,73,0,83,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,144.127,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'boss_isle_of_conquest',12340),
|
|
(34924,35403,0,0,0,0,29898,0,0,0,'High Commander Halford Wyrmbane','7th Legion','',0,73,73,0,84,0,1,1.14286,1,1,299,426,0,308,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,48,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,144.127,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'boss_isle_of_conquest',12340),
|
|
(34925,0,0,0,0,0,29487,0,0,0,'North Sea Kraken','','',0,82,82,2,1620,0,1,1,1,1,463,640,0,726,4.6,2000,2000,2,32768,2048,0,0,0,0,0,0,360,520,91,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34928,35517,0,0,0,0,29490,0,0,0,'Argent Confessor Paletress','','',0,82,82,2,14,0,2,1.14286,1,1,763,940,0,726,7.5,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_paletress',12340),
|
|
(34929,35410,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon','','vehichleCursor',0,70,70,0,1732,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,66518,0,0,0,0,0,0,0,0,452,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(34930,0,0,0,0,0,29605,0,0,0,'Jade Tiger','','',0,10,12,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(34935,35427,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon','','vehichleCursor',0,70,70,0,1735,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,66529,0,0,0,0,0,0,0,0,453,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(34942,35531,0,0,0,0,29525,0,0,0,'Memory of Hogger','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(34944,35429,0,0,0,0,27101,0,0,0,'Keep Cannon','','vehichleCursor',0,70,70,0,1732,16777216,1,1,1,1,252,357,0,304,7.5,2000,2000,1,16388,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,67452,66541,0,0,0,0,0,0,0,510,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'npc_isle_of_conquest_turret',12340),
|
|
(34947,0,0,0,0,0,25773,25633,25632,25775,'Kvaldir Berserker','','',0,78,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34948,0,0,0,0,0,29491,29492,0,0,'Isle of Conquest Emissary','','',10601,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34949,0,0,0,0,0,29493,29494,0,0,'Isle of Conquest Envoy','','',10602,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34950,0,0,0,0,0,29491,29492,0,0,'Isle of Conquest Emissary','','',10601,75,75,2,1973,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34951,0,0,0,0,0,29493,29494,0,0,'Isle of Conquest Envoy','','',10602,75,75,2,1978,1048577,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,256,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34952,0,0,0,0,0,29743,0,0,0,'Isle of Conquest Portal','','Interact',10601,80,80,0,534,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34953,0,0,0,0,0,29744,0,0,0,'Isle of Conquest Portal','','Interact',10602,80,80,0,714,1048577,1,1,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34955,0,0,0,0,0,29496,0,0,0,'Karg Skullgore','Battlemaster','',10605,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34956,0,0,0,0,0,29497,0,0,0,'Kul the Reckless','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34960,0,0,0,0,0,5409,0,0,0,'Alliance Gunship Captain','','',0,80,80,2,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ioc_gunship_captain',12340),
|
|
(34965,0,0,0,0,0,25775,0,0,0,'Mistcaller Yngvar','',NULL,0,80,80,2,1885,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34966,0,0,0,0,0,29580,29581,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34970,0,0,0,0,0,29570,29571,29572,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34971,0,0,0,0,0,29499,0,0,0,'Hotoro','Battlemaster','',0,1,1,0,83,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34972,0,0,0,0,0,29500,0,0,0,'Aelus Goldmorn','Battlemaster','',0,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34973,0,0,0,0,0,29501,0,0,0,'Irissa Bloodstar','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34974,0,0,0,0,0,29574,29575,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34975,0,0,0,0,0,29576,29577,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34976,0,0,0,0,0,29502,0,0,0,'Ruk Warstomper','Battlemaster','',0,81,81,2,83,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34977,0,0,0,0,0,29578,29579,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34978,0,0,0,0,0,29503,0,0,0,'Mosha Starhorn','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34979,0,0,0,0,0,29582,29583,0,0,'Argent Crusade Spectator','','',0,75,75,2,35,0,1,1.14286,2.4,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34980,0,0,0,0,0,29504,0,0,0,'Drottinn Hrothgar','The Sea Reaver',NULL,0,80,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34983,0,0,0,0,0,29506,0,0,0,'Deathstalker Fane','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34984,0,0,0,0,0,169,16925,0,0,'World Trigger (Not Floating)','','',0,60,60,0,35,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(34985,0,0,0,0,0,29507,0,0,0,'Misery','Battlemaster','',10605,81,81,2,83,0,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34986,0,0,0,0,0,29508,0,0,0,'Liedel the Just','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34987,0,0,0,0,0,29509,0,0,0,'Hunara','Battlemaster','',10606,81,81,2,84,0,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34988,0,0,0,0,0,29510,0,0,0,'Landuen Moonclaw','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34989,0,0,0,0,0,29511,0,0,0,'Rissa Shadeleaf','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34990,0,0,0,0,0,29589,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,35,0,1,0.992063,1,3,509,683,0,805,35,2000,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,600,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34991,0,0,0,0,0,29512,0,0,0,'Borim Goldhammer','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,4.6,2000,2000,1,64,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34992,0,0,0,0,0,30866,0,0,0,'Lady Jaina Proudmoore','Ruler of Theramore','',0,75,75,2,35,0,1,1,1,3,289,421,0,175,35,2000,0,8,2,2048,8,0,0,0,0,0,271,403,45,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,529.505,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34993,0,0,0,0,0,29513,0,0,0,'Larina Heartforge','Battlemaster','',0,1,1,0,84,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34994,0,0,0,0,0,29591,0,0,0,'Thrall','Warchief','',0,83,83,2,35,0,1,1.14286,1,3,496,674,0,783,35,2000,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,568.343,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34995,0,0,0,0,0,29592,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34996,0,0,0,0,0,29588,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2070,0,1,1.14286,1,1,496,674,0,783,7.5,2000,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1000,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(34997,0,0,0,0,0,29514,0,0,0,'Devin Fardale','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34998,0,0,0,0,0,29515,0,0,0,'Alison Devay','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,64,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(34999,0,0,0,0,0,29516,0,0,0,'Jonru','Battlemaster','',0,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35000,0,0,0,0,0,29517,0,0,0,'Mijiri','Battlemaster','',0,81,81,2,84,1048577,1,1.14286,1,1,425,602,0,670,4.6,2000,2000,2,832,2048,0,0,0,0,0,0,351,511,86,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35001,0,0,0,0,0,29518,0,0,0,'Saeld Brightflare','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,832,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35002,0,0,0,0,0,29519,0,0,0,'Asara Dawnblaze','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,832,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35003,0,0,0,0,0,27336,0,0,0,'Horde Gunship Captain','','',0,80,80,2,1735,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_ioc_gunship_captain',12340),
|
|
(35004,0,0,0,0,0,29894,0,0,0,'Jaeren Sunsworn','','',0,75,75,2,35,1,2,1.14286,1,0,342,485,0,392,1,0,0,1,2,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_announcer_toc5',12340),
|
|
(35005,0,0,0,0,0,29893,0,0,0,'Arelas Brightstar','','',0,75,75,2,35,1,2,1.14286,1,0,342,485,0,392,1,0,0,1,2,2048,8,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_announcer_toc5',12340),
|
|
(35007,0,0,0,0,0,29520,0,0,0,'Lixa Felflinger','Battlemaster','',10606,81,81,2,84,1048577,1,1.14286,1,1,351,509,0,304,4.6,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35008,0,0,0,0,0,29521,0,0,0,'Sawemba','Battlemaster','',0,81,81,2,83,1048577,1,1.14286,1,1,351,509,0,304,7.5,2000,2000,8,64,2048,0,0,0,0,0,0,351,503,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35009,0,0,0,0,0,7804,0,0,0,'North Sea Kraken Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35012,0,0,0,0,0,29522,0,0,0,'Ornolf the Scarred','',NULL,0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35013,35360,0,0,0,0,29524,0,0,0,'Koralon the Flame Watcher','','',0,83,83,2,16,0,0.888888,1.5873,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,35013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_koralon',12340),
|
|
(35014,0,0,0,0,0,21955,11686,0,0,'Beasts Controller','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35015,0,0,0,0,0,1126,11686,0,0,'Burning Breath Koralon Stalker','','',0,80,80,2,35,0,1,11.4286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,602,1,0,128,'',12340),
|
|
(35016,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - Generic Bunny','','',0,75,75,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35017,0,0,0,0,0,29526,0,0,0,'Gorom Warfang','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35018,0,0,0,0,0,1126,11686,0,0,'Stalker Koralon','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,602,1,0,128,'',12340),
|
|
(35019,0,0,0,0,0,29527,0,0,0,'Bruka Woebringer','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35020,0,0,0,0,0,29528,0,0,0,'Deathscreamer Gura','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35021,0,0,0,0,0,29529,0,0,0,'Marog','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35022,0,0,0,0,0,29530,0,0,0,'Orgo Ribcrusher','Isle of Conquest Battlemaster','',10602,81,81,2,83,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35023,0,0,0,0,0,29531,0,0,0,'Terrance Matterly','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35024,0,0,0,0,0,29532,0,0,0,'Dracien Flanning','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35025,0,0,0,0,0,29533,0,0,0,'Lynette Bracer','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35026,0,0,0,0,0,29534,0,0,0,'Marsa Keybrand','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35027,0,0,0,0,0,29535,0,0,0,'Erutor','Isle of Conquest Battlemaster','',10601,81,81,2,84,1048577,1,1.14286,1,1,464,604,0,708,7.5,2000,2000,1,832,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35028,35541,0,0,0,0,29536,0,0,0,'Memory of VanCleef','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35029,35538,0,0,0,0,29556,0,0,0,'Memory of Mutanus','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35030,35530,0,0,0,0,29537,0,0,0,'Memory of Herod','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35031,35536,0,0,0,0,29562,0,0,0,'Memory of Lucifron','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35032,35540,0,0,0,0,25840,0,0,0,'Memory of Thunderaan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35033,35521,0,0,0,0,14367,0,0,0,'Memory of Chromaggus','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35034,35528,0,0,0,0,29540,0,0,0,'Memory of Hakkar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35035,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10609,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35036,35543,0,0,0,0,29541,0,0,0,'Memory of Vek\'nilash','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35037,35535,0,0,0,0,29542,0,0,0,'Memory of Kalithresh','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35038,35537,0,0,0,0,29543,0,0,0,'Memory of Malchezaar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35039,35527,0,0,0,0,18698,0,0,0,'Memory of Gruul','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35040,35542,0,0,0,0,29545,0,0,0,'Memory of Vashj','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35041,35520,0,0,0,0,29546,0,0,0,'Memory of Archimonde','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35042,35533,0,0,0,0,29547,0,0,0,'Memory of Illidan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35043,35523,0,0,0,0,18699,0,0,0,'Memory of Delrissa','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35044,35525,0,0,0,0,23428,0,0,0,'Memory of Entropius','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35045,35534,0,0,0,0,29558,0,0,0,'Memory of Ingvar','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35046,35522,0,0,0,0,29549,0,0,0,'Memory of Cyanigosa','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35047,35524,0,0,0,0,26644,0,0,0,'Memory of Eck','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35048,35539,0,0,0,0,21401,0,0,0,'Memory of Onyxia','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35049,35529,0,0,0,0,29557,0,0,0,'Memory of Heigan','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35050,35532,0,0,0,0,29551,0,0,0,'Memory of Ignis','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35051,35544,0,0,0,0,29552,0,0,0,'Memory of Vezax','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35052,35519,0,0,0,0,29553,0,0,0,'Memory of Algalon','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,7.5,0,0,1,2,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,29,25,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_memory',12340),
|
|
(35055,0,0,0,0,0,4449,26241,0,0,'Fallen Hero\'s Spirit Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35060,0,0,0,0,0,12201,0,0,0,'North Sea Thresher','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35061,0,0,0,0,0,1557,0,0,0,'North Sea Blue Shark','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35062,0,0,0,0,0,21955,11686,0,0,'Furious Charge Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35066,0,0,0,0,0,17188,0,0,0,'[ph] Argent Raid Spectator - FX - Alliance Fireworks NOT USED','','',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35067,0,0,0,0,0,29568,0,0,0,'Imp in a Bottle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35068,0,0,0,0,0,29569,0,0,0,'Gotura Fourwinds','The Earthen Ring','',10630,55,55,0,104,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,512,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35069,35433,0,0,0,0,26403,0,0,0,'Siege Engine','','vehichleCursor',0,70,70,0,1735,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,0,0,0,0,0,0,215,320,44,9,393256,0,0,0,0,0,0,0,0,0,67796,67797,0,0,0,0,0,0,0,514,0,0,'',0,3,1,61.7284,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'npc_four_car_garage',12340),
|
|
(35070,0,0,0,0,0,29682,29687,29688,29689,'Firehawk Mariner','','',0,79,80,2,1935,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35071,0,0,0,0,0,12202,0,0,0,'North Sea Mako','','',0,79,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,35060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,2,1,1,1,1,0,47037,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35072,0,0,0,0,0,25632,25633,25773,25774,'Angry Kvaldir','','',0,79,80,2,1885,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35073,0,0,0,0,0,29573,0,0,0,'Farseer Eannu','The Earthen Ring','',10631,55,55,0,1638,3,1,1,1,0,87,116,0,214,1,2000,2000,2,0,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35074,0,0,0,31244,0,25680,0,0,0,'Quest - Wintergrasp - Southern Tower Kill','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35079,0,0,0,0,0,29688,29689,0,0,'Firehawk Mariner Female (Dead)','','',0,80,80,0,2176,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35080,0,0,0,0,0,25773,25633,25632,25775,'Kvaldir Berserker (dead)','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35083,0,0,0,0,0,29682,29687,0,0,'Firehawk Mariner Male (Dead)','','',0,79,80,0,2176,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35084,0,0,0,0,0,25772,25633,25632,25774,'Kvaldir Harpooner (Dead)','','',0,79,80,2,1771,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33587968,2048,0,0,0,0,0,0,345,509,103,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35085,0,0,0,0,0,29598,0,0,0,'Foreman Fisk','','',0,15,15,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35086,0,0,0,0,0,29599,0,0,0,'Labor Captain Grabbit','','',0,15,15,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35087,0,0,0,0,0,29600,0,0,0,'Malynea Skyreaver','','',10641,15,15,0,1735,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35088,0,0,0,0,0,29601,0,0,0,'Custer Clubnik','','',0,14,14,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35089,0,0,0,0,0,4449,26241,0,0,'Black Knight Spell Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(35090,0,0,0,0,0,29679,0,0,0,'Captain Aerthas Firehawk','','',0,79,80,2,2176,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35091,0,0,0,0,0,29602,0,0,0,'Horzak Zignibble','','',10640,16,16,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35092,0,0,0,0,0,29824,0,0,0,'Kvaldir Deepcaller','','',0,79,80,2,2102,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35093,0,0,0,0,0,29603,0,0,0,'Wind Rider Jahubo','Riding Trainer','',10615,60,60,1,29,80,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,1,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35094,0,0,0,0,0,29604,0,0,0,'Crusader Silverdawn','','',0,80,80,2,2070,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35097,0,0,0,0,0,28972,28855,28704,28630,'Sacrificed Aspirant','','',0,80,80,2,614,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,537166336,2048,32,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35098,0,0,0,0,0,29690,29691,29692,29693,'Wavecrest Mariner','','',0,79,80,2,2178,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35099,0,0,0,0,0,29608,0,0,0,'Bana Wildmane','Wind Rider Keeper','',0,60,60,1,1669,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35100,0,0,0,0,0,29609,0,0,0,'Hargen Bronzewing','Riding Trainer','',0,60,60,1,12,80,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,1,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35101,0,0,0,0,0,29610,0,0,0,'Grunda Bronzewing','Gryphon Keeper','',0,60,60,1,1667,128,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,512,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35102,0,0,0,0,0,29611,0,0,0,'Captain Elleane Wavecrest','','',0,79,80,2,2178,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35104,0,0,0,0,0,29692,29693,0,0,'Wavecrest Mariner Female (Dead)','','',0,79,80,0,2178,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35105,0,0,0,0,0,29690,29691,0,0,'Wavecrest Mariner Male (Dead)','','',0,79,80,0,2178,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35106,0,0,0,0,0,4449,27204,0,0,'Black Knight Caster','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35107,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Eredar Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35108,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Faction Champion Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35109,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Val\'kyr Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35110,0,0,0,0,0,28927,0,0,0,'Argent Coliseum PTR Anub\'arak Master','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35113,0,0,0,0,0,16063,0,0,0,'Doctor Kohler','','',0,80,80,2,974,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,35113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,47048,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35116,0,0,0,0,0,25342,25343,0,0,'Cult Saboteur','Cult of the Damned','',0,80,80,2,190,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35117,0,0,0,0,0,29627,0,0,0,'Stabled Argent Hippogryph','','',10616,80,80,2,35,1,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35119,35518,0,0,0,0,29616,0,0,0,'Eadric the Pure','Grand Champion of the Argent Crusade','',0,82,82,2,14,0,2,1.42857,1,1,763,940,0,726,7.5,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,42.5,20,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_eadric',12340),
|
|
(35127,0,0,0,35297,0,27847,20251,16596,0,'Cult Assassin','Cult of the Damned','',0,80,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35131,0,0,0,0,0,29623,0,0,0,'Durgan Thunderbeak','Gryphon Keeper','',0,70,70,2,1892,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35132,0,0,0,0,0,29624,0,0,0,'Tohfo Skyhoof','Wind Rider Keeper','',0,70,70,2,1981,128,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,512,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35133,0,0,0,0,0,29625,0,0,0,'Maigra Keenfeather','Riding Trainer','',0,70,70,2,2037,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35135,0,0,0,0,0,29626,0,0,0,'Wind Rider Sabamba','Riding Trainer',NULL,0,70,70,2,1981,80,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,1,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35143,35359,0,0,0,0,25680,0,0,0,'Flame Warder','','',0,78,78,2,16,0,1,1.71429,1,1,387,543,0,528,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,324,480,88,4,72,35143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6386,11531,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(35144,35511,35512,35513,0,0,29815,0,0,0,'Acidmaw','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,35,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_acidmaw',12340),
|
|
(35145,0,0,0,0,0,26935,0,0,0,'Dreadscale (Sessile)','','',0,83,83,2,1711,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35146,0,0,0,0,0,29627,0,0,0,'Argent Hippogryph (Bombing Run)','','',0,80,80,2,35,1,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35147,0,0,0,0,0,22474,0,0,0,'Silver Covenant Hippogryph','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35148,0,0,0,0,0,29696,0,0,0,'Sunreaver Dragonhawk','','',0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35155,0,0,0,0,0,24392,0,0,0,'Mana Spirit','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35156,0,0,0,0,0,29628,0,0,0,'Jade Panda','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35157,0,0,0,0,0,29629,0,0,0,'Tiny Jade Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35168,0,0,0,0,0,29755,0,0,0,'Striped Dawnsaber','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35169,0,0,0,0,0,29754,0,0,0,'Ochre Skeletal Warhorse','','',0,1,2,0,35,0,1,1.38571,1,0,2,2,0,26,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(35176,0,0,0,0,0,11686,0,0,0,'Slime Pool','','',0,80,80,0,14,0,0.004,0.001429,1,0,2,2,0,24,1,0,0,1,33685508,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,60,1,0,0,'',12340),
|
|
(35179,0,0,0,0,0,28919,0,0,0,'Argent Charger','','',0,1,2,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35180,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35189,0,0,0,0,0,29673,0,0,0,'Skoll','','',0,80,80,2,190,0,1,1.14286,1,2,422,586,0,642,7.5,2000,2000,1,0,2048,0,46,0,0,0,0,345,509,103,1,65537,35189,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35216,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (1)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,70,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,1450,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(35226,0,0,0,0,0,21955,11686,0,0,'Mobile Burrow Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35227,0,0,0,0,0,21955,11686,0,0,'Sessile Burrow Target','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35228,0,0,0,0,0,21955,11686,0,0,'Invisible Burrowed Jormungar','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35242,0,0,0,0,0,25773,0,0,0,'Kvaldir Invader','','',0,78,80,2,1771,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35243,0,0,0,0,0,29697,29698,0,0,'Ghostly Blood Elf Celebrant','','',34435,1,1,1,1604,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35244,0,0,0,0,0,29699,29700,0,0,'Ghostly Forsaken Celebrant','','',34435,1,1,0,68,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35246,0,0,0,0,0,29701,29702,0,0,'Ghostly Draenei Celebrant','','',34435,1,1,1,1638,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35247,0,0,0,0,0,29704,29703,0,0,'Ghostly Dwarf Celebrant','','',34435,1,1,0,55,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35248,0,0,0,0,0,29706,29705,0,0,'Ghostly Gnome Celebrant','','',34435,1,1,0,875,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35249,0,0,0,0,0,29708,29707,0,0,'Ghostly Human Celebrant','','',34435,1,1,0,12,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35250,0,0,0,0,0,29710,29709,0,0,'Ghostly Night Elf Celebrant','','',34435,1,1,0,80,1,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35251,0,0,0,0,0,29712,29711,0,0,'Ghostly Orc Celebrant','','',34435,1,1,0,29,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35252,0,0,0,0,0,29714,29713,0,0,'Ghostly Tauren Celebrant','','',34435,1,1,0,104,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35253,0,0,0,0,0,29716,29715,0,0,'Ghostly Troll Celebrant','','',34435,1,1,0,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35254,0,0,0,0,0,29717,29718,29720,29721,'Ghostly Dalaran Celebrant','','',34435,75,75,2,2007,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35255,0,0,0,0,0,25553,0,0,0,'Death Shade','','',0,80,80,2,16,0,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,62,1,8388624,0,'',12340),
|
|
(35256,0,0,0,0,0,29719,0,0,0,'Cheerful Dalaran Spirit','','',34435,80,80,2,2007,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35258,0,0,0,0,0,29723,29724,29725,29726,'Ghostly Aldor Celebrant','','',34435,65,65,1,1743,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35259,0,0,0,0,0,29728,29729,29730,29731,'Ghostly Scryer Celebrant','','',34435,65,65,1,1744,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35260,0,0,0,0,0,29732,0,0,0,'Cheerful Aldor Spirit','','',34435,70,70,1,1743,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35261,0,0,0,0,0,29733,0,0,0,'Cheerful Scryer Spirit','','',34435,70,70,1,1744,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35262,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (1)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,13,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650852223,2097152,'',12340),
|
|
(35263,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (2)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,10,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(35264,0,0,0,0,0,10906,0,0,0,'Felflame Infernal (3)','','',0,82,82,2,14,0,1,1.14286,1,1,488,642,0,782,18,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,23,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(35265,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (1)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35266,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (2)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35267,0,0,0,0,0,29441,0,0,0,'Infernal Volcano (3)','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,64,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35268,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (2)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,50,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,380,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(35269,0,0,0,0,0,29615,0,0,0,'Lord Jaraxxus (3)','','',0,83,83,2,14,0,2.8,1.42857,1,3,750,1050,0,783,85,0,0,1,2,2048,8,0,0,0,0,0,365,529,98,3,76,35269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,628444,628444,'',0,3,1,1900,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(35270,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (1)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,13,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),
|
|
(35271,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (2)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,10,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),
|
|
(35272,0,0,0,0,0,29442,0,0,0,'Mistress of Pain (3)','','',0,82,82,2,14,0,2.8,2,1,1,488,642,0,782,18,0,0,1,0,2048,8,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,186,1,650854271,2097152,'',12340),
|
|
(35273,35421,0,0,0,0,29734,0,0,0,'Glaive Thrower','','vehichleCursor',0,70,70,0,1735,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,0,0,0,0,0,0,215,320,44,9,131080,0,0,0,0,0,0,0,0,0,67034,67195,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.17284,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'npc_four_car_garage',12340),
|
|
(35278,0,0,0,0,0,30039,0,0,0,'Nether Portal (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,33685508,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35279,0,0,0,0,0,30039,0,0,0,'Nether Portal (2)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35280,0,0,0,0,0,30039,0,0,0,'Nether Portal (3)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,131076,2048,8,0,0,0,0,0,345,509,103,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,64,1,1,0,0,0,0,0,0,0,0,0,650854271,2097152,'',12340),
|
|
(35281,0,0,0,0,0,29735,0,0,0,'Rukua','Paladin Trainer','',7260,70,70,1,1694,49,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,32768,2048,0,0,0,0,2,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35285,0,0,0,0,0,29736,0,0,0,'Argent Colt','','',0,48,49,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(35290,0,0,0,0,0,29738,0,0,0,'Steen Horngrass','Stable Master','',9821,75,75,0,2121,4194305,1,1.14286,1,0,339,481,0,370,1,2000,2000,2,832,2048,0,0,0,0,0,0,293,436,53,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(35291,0,0,0,0,0,29739,0,0,0,'Moonbell','Stable Master','',9821,75,75,0,2027,4194305,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_stable_master',12340),
|
|
(35292,0,0,0,0,0,29740,0,0,0,'Froggle','Steen\'s Pet','',0,75,75,2,2123,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,32,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35293,0,0,0,0,0,29742,0,0,0,'Anmarie','Moonbell\'s Pet','',0,75,75,2,2027,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,832,2048,0,26,0,0,0,0,295,438,68,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35297,0,0,0,0,0,4449,26241,0,0,'Icecrown Cultist Proxy','',NULL,0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35299,0,0,0,0,0,17759,0,0,0,'Royal Gryphon','','',0,75,75,2,1892,16777216,1,3.42857,1,0,2,2,0,24,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(35305,35306,0,0,0,0,29758,29759,0,0,'Argent Monk','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2400,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,8,35305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),
|
|
(35306,0,0,0,0,0,29758,29759,0,0,'Argent Monk (1)','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,13,2400,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,8,35305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35307,35308,0,0,0,0,29760,29761,0,0,'Argent Priestess','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,8,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),
|
|
(35308,0,0,0,0,0,29760,29761,0,0,'Argent Priestess (1)','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,13,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35309,35310,0,0,0,0,29762,29763,0,0,'Argent Lightwielder','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,7.5,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_argent_soldier',12340),
|
|
(35310,0,0,0,0,0,29762,29763,0,0,'Argent Lightwielder (1)','','',0,80,80,2,14,0,1,1.14286,1,1,417,582,0,608,13,2400,0,2,2,2048,8,0,0,0,0,0,341,506,80,7,8,35309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35311,36135,0,0,0,0,27769,0,0,0,'Fountain of Light','','',0,79,80,0,16,0,1,0.992063,1,0,1,1,0,1,1,0,0,1,131076,2048,8,0,0,0,0,0,1,1,1,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,650854271,2097154,'',12340),
|
|
(35314,0,0,0,0,0,29090,0,0,0,'Orgrimmar Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35318,0,0,0,0,0,29688,29689,29682,29687,'Crimson Dawn Sailor','','',0,79,80,2,2123,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,2,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35319,0,0,0,0,0,29692,29693,29690,29691,'Silver Blade Sailor','','',0,79,80,2,2027,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,2,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35320,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,1732,0,1,1,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35321,0,0,0,0,0,29862,0,0,0,'King Varian Wrynn','King of Stormwind','',0,75,75,2,1732,0,1,0.99206,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35322,0,0,0,0,0,3167,0,0,0,'Stormwind Royal Guard','','',0,80,80,2,12,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35323,0,0,0,0,0,28702,0,0,0,'Sen\'jin Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35324,0,0,0,0,0,29756,0,0,0,'North Sea Shark','','',0,79,80,2,190,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,536871680,2048,32,0,0,0,0,0,341,506,80,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35325,0,0,0,0,0,28864,0,0,0,'Thunder Bluff Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,35325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35326,0,0,0,0,0,28862,0,0,0,'Silvermoon Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35327,0,0,0,0,0,28865,0,0,0,'Undercity Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35328,0,0,0,0,0,28863,0,0,0,'Stormwind Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35329,0,0,0,0,0,28860,0,0,0,'Ironforge Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35330,0,0,0,0,0,28858,0,0,0,'Exodar Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35331,0,0,0,0,0,28859,0,0,0,'Gnomeregan Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35332,0,0,0,0,0,28857,0,0,0,'Darnassus Champion','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.95238,1,0,0,0,0,0,0,0,0,0,1,0,0,'npc_toc5_grand_champion_minion',12340),
|
|
(35335,0,0,0,0,0,29766,0,0,0,'Alliance Boat','','vehichleCursor',0,80,80,0,35,0,1.6,2.42857,1,0,422,586,0,642,1,2000,2000,1,33570816,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,0,0,0,'',12340),
|
|
(35336,0,0,0,0,0,29771,0,0,0,'Horde Boat','','vehichleCursor',0,80,80,0,35,0,1.6,2.42857,1,0,422,586,0,642,1,2000,2000,1,33570816,2048,0,0,0,0,0,0,345,509,103,9,393256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,207,0,0,0,'',12340),
|
|
(35337,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35338,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35339,0,0,0,0,0,169,16925,0,0,'Boat Fire','','',0,80,80,2,114,0,1,0.992063,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35340,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,534,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35341,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35342,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35343,0,0,0,0,0,29775,0,0,0,'Bountiful Barrel','Pilgrim\'s Bounty Supplies','',0,40,40,0,714,640,1,1,1,0,56,74,0,136,1,2000,2000,1,0,2048,0,0,0,0,0,0,39,57,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35344,0,0,0,0,0,29813,0,0,0,'Bognar Ironfoot','Stable Master','',9821,80,80,0,35,4194305,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,48,1,0,0,'npc_stable_master',12340),
|
|
(35345,0,0,0,0,0,29903,0,0,0,'Gnomish Mechanic','','',0,80,80,1,1732,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35346,35425,0,0,0,0,29904,0,0,0,'Goblin Mechanic','','',0,70,70,2,1735,0,1,1.14286,1,0,252,357,0,304,1,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,44,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35347,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (1)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,40,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,2000,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35348,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (2)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,25,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,600,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35349,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane (3)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,45,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676573,676573,'',0,3,6,2800,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35350,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (1)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,40,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,2000,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35351,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (2)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,25,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,600,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35352,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane (3)','','',0,83,83,2,16,0,2,1.5,1,3,496,674,0,783,45,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,6,108,35352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686120,686120,'',0,3,6,2800,1,1,0,0,0,0,0,0,0,171,1,617299839,2097153,'',12340),
|
|
(35353,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (1)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(35354,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (2)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(35355,0,0,0,0,0,29308,0,0,0,'Concentrated Darkness (3)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(35356,0,0,0,0,0,29352,0,0,0,'Concentrated Light (1)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,106,1,0,0,'',12340),
|
|
(35357,0,0,0,0,0,29352,0,0,0,'Concentrated Light (2)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(35358,0,0,0,0,0,29352,0,0,0,'Concentrated Light (3)','','',0,82,82,2,2189,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,118,1,0,0,'',12340),
|
|
(35359,0,0,0,0,0,25680,0,0,0,'Flame Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,387,543,0,528,13,0,0,1,32832,2048,8,0,0,0,0,0,324,480,88,4,72,35143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,15000,'',0,3,1,200,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(35360,0,0,0,0,0,29524,0,0,0,'Koralon the Flame Watcher (1)','','',0,83,83,2,16,0,0.888888,1.5873,1,3,509,683,0,805,70,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,35360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,950,50,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(35361,0,0,0,0,0,29860,0,0,0,'Highlord Tirion Fordring','','',0,83,83,2,2073,0,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35362,0,0,0,0,0,29794,0,0,0,'Relentless Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35364,0,0,0,0,0,29795,0,0,0,'Slahtz','Experience Eliminator','',10638,19,19,0,29,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.44989,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_experience',12340),
|
|
(35365,0,0,0,0,0,29796,0,0,0,'Behsten','Experience Eliminator','',0,19,19,0,12,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.44989,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_experience',12340),
|
|
(35368,0,0,0,0,0,29858,0,0,0,'Thrall','Warchief','',0,75,75,2,1735,0,1,1.14286,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35372,0,0,0,0,0,29859,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',0,75,75,2,1735,0,1,1.14286,1,3,342,485,0,392,35,2000,2000,1,768,2048,0,0,0,0,0,0,295,438,68,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35373,0,0,0,0,0,17719,0,0,0,'Tournament Wind Rider','','',0,1,1,0,1735,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,241,1,0,0,'',12340),
|
|
(35376,0,0,0,0,0,21955,11686,0,0,'Jump Target','','',0,1,1,0,1665,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35377,0,0,0,0,0,169,16925,0,0,'Door Fire','','',0,60,60,0,114,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35379,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger (Alliance)','','',0,60,60,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35380,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger (Horde)','','',0,60,60,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35387,0,0,0,0,0,29802,0,0,0,'Leaping Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35394,0,0,0,0,0,29806,0,0,0,'Razzashi Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35395,0,0,0,0,0,29807,0,0,0,'Deviate Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35396,0,0,0,0,0,29805,0,0,0,'Darting Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35397,0,0,0,0,0,29810,0,0,0,'Ravasaur Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35398,0,0,0,0,0,29808,0,0,0,'Razormaw Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35399,0,0,0,0,0,29809,0,0,0,'Obsidian Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35400,0,0,0,0,0,29803,0,0,0,'Gundrak Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35401,0,0,0,0,0,29895,29896,29897,0,'7th Legion Infantry (1)','','',0,80,80,0,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35403,0,0,0,0,0,29898,0,0,0,'High Commander Halford Wyrmbane (1)','7th Legion','',0,81,81,0,84,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,145.666,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'',12340),
|
|
(35405,0,0,0,0,0,29899,0,0,0,'Overlord Agmar (1)','','',0,81,81,0,83,0,1,1.14286,1,1,299,426,0,308,13,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,145.666,1,1,0,0,0,0,0,0,0,0,1,344407930,0,'',12340),
|
|
(35407,0,0,0,0,0,29900,29901,29902,0,'Kor\'kron Guard (1)','','',0,80,80,0,83,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,8,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35410,0,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon (1)','','vehichleCursor',0,80,80,0,1732,16777216,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,66518,0,0,0,0,0,0,0,0,452,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(35413,0,0,0,0,0,23884,0,0,0,'Catapult (1)','','vehichleCursor',0,80,80,0,35,16777216,2.8,2.42857,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,66218,66296,0,0,0,0,0,68362,0,438,0,0,'',0,3,1,3.25556,1,1,0,0,0,0,0,0,0,207,0,344407930,0,'',12340),
|
|
(35415,0,0,0,0,0,27658,0,0,0,'Demolisher (1)','','vehichleCursor',0,80,80,0,35,16777216,1.2,0.98571,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,67442,68068,0,0,0,0,0,0,0,509,0,0,'',0,3,1,10.8519,1,1,0,0,0,0,0,0,0,112,0,344407930,0,'',12340),
|
|
(35417,0,0,0,0,0,29424,0,0,0,'Flame Turret (1)','','Gunner',0,80,80,0,1732,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,66183,68832,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(35419,0,0,0,0,0,29642,0,0,0,'Glaive Thrower (1)','','vehichleCursor',0,80,80,0,1732,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,68827,69515,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'',12340),
|
|
(35421,0,0,0,0,0,29734,0,0,0,'Glaive Thrower (1)','','vehichleCursor',0,80,80,0,1735,16777216,3.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,16384,2048,8,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,68827,69515,0,0,0,0,0,0,0,447,0,0,'',0,3,1,6.55185,1,1,0,0,0,0,0,0,0,129,0,344407930,0,'',12340),
|
|
(35423,0,0,0,0,0,29903,0,0,0,'Gnomish Mechanic (1)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35425,0,0,0,0,0,29904,0,0,0,'Goblin Mechanic (1)','','',0,80,80,2,1735,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35427,0,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon (1)','','vehichleCursor',0,80,80,0,1735,16777216,1,1,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,68825,0,0,0,0,0,0,0,0,453,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(35429,0,0,0,0,0,27101,0,0,0,'Keep Cannon (1)','','vehichleCursor',0,80,80,0,1732,16777216,1,1.14286,1,1,252,357,0,304,13,2000,2000,1,16388,2048,8,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,67452,68169,0,0,0,0,0,0,0,510,0,0,'',0,3,1,9.35979,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'',12340),
|
|
(35431,0,0,0,0,0,25292,0,0,0,'Siege Engine (1)','','vehichleCursor',0,80,80,0,1732,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,67816,69502,0,0,0,0,0,0,0,435,0,0,'',0,3,1,65.5185,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'',12340),
|
|
(35433,0,0,0,0,0,26403,0,0,0,'Siege Engine (1)','','vehichleCursor',0,80,80,0,1735,16777216,1.2,1,1,0,252,357,0,304,1,2000,2000,4,16384,2048,8,0,0,0,0,0,0,0,0,9,393256,0,0,0,0,0,0,0,0,0,67816,69502,0,0,0,0,0,0,0,435,0,0,'',0,3,1,65.5185,1,1,0,0,0,0,0,0,0,113,0,344407930,0,'',12340),
|
|
(35436,0,0,0,0,0,25301,0,0,0,'Siege Turret (1)','','Gunner',0,80,80,0,1732,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(35438,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (1)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,640,5,1,0,0,0,0,0,0,0,174,1,650854267,2097161,'',12340),
|
|
(35439,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (2)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,200,5,1,0,0,0,0,0,0,0,174,1,650854271,2097161,'',12340),
|
|
(35440,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler (3)','','',0,83,83,2,16,0,4.8,1.71429,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,442,0,0,'',0,3,1,850,5,1,0,0,0,0,0,0,0,174,1,650854271,2097161,'',12340),
|
|
(35441,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (1)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,13,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(35442,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (2)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,13,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(35443,0,0,0,0,0,27172,0,0,0,'Snobold Vassal (3)','','',0,78,78,2,14,0,1,1.19048,1,1,387,543,0,528,20,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(35444,0,0,0,0,0,29812,0,0,0,'The Black Knight','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35445,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35447,0,0,0,0,0,21601,0,0,0,'Icehowl (1)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35447,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,950,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),
|
|
(35448,0,0,0,0,0,21601,0,0,0,'Icehowl (2)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35448,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,300,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),
|
|
(35449,0,0,0,0,0,21601,0,0,0,'Icehowl (3)','','',0,83,83,2,14,0,3.2,2.28571,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,108,35449,0,34797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890457,890457,'',0,3,1,1300,1,1,0,0,0,0,0,0,0,204,1,650854271,2097153,'',12340),
|
|
(35451,35490,0,0,0,0,29837,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,822,986,0,642,7.5,1800,0,1,2,2048,8,0,0,0,0,0,745,909,103,6,72,35451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'boss_black_knight',12340),
|
|
(35458,0,0,0,0,0,29814,0,0,0,'Wilfred Fizzlebang','','',0,80,80,2,1770,0,1.5,1.14286,1,1,346,499,0,287,7.5,0,0,8,0,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,9.92064,10.211,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35459,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,2043,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35460,0,0,0,0,0,14360,14361,14362,14363,'Kor\'kron Elite','','',0,80,80,2,29,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35461,0,0,0,0,0,29817,0,0,0,'The Black Knight Image','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35462,0,0,0,0,0,29818,0,0,0,'Trag Highmountain','','',10660,80,80,2,1922,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35465,36301,36302,36303,0,0,1913,0,0,0,'Zhaagrym','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,1,0,0,2,0,2048,8,0,0,0,0,0,0,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,3,1,10,10,1,0,0,0,0,0,0,0,121,1,1,1048577,'npc_toc_pet_warlock',12340),
|
|
(35467,0,0,0,0,0,29825,0,0,0,'Akiak','','',0,80,80,2,1922,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35468,0,0,0,0,0,29819,0,0,0,'Onyx Panther','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(35469,0,0,0,0,0,29614,0,0,0,'Gormok the Impaler','','',0,83,83,2,14,0,1,0.95238,1,3,509,683,0,805,35,1500,2000,1,832,2048,0,0,0,0,0,0,371,535,135,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35470,0,0,0,0,0,21601,0,0,0,'Icehowl','','',0,83,83,2,14,0,3.2,2.28571,1,3,509,683,0,805,35,1750,2000,1,832,2048,0,0,0,0,0,0,371,535,135,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,0,2,'',12340),
|
|
(35471,0,0,0,0,0,29820,0,0,0,'Sorn Proudmane','','',0,55,55,0,104,2,1,1.14286,1,0,87,116,0,214,1,2000,2000,2,768,2048,0,0,0,0,0,0,60,88,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35472,0,0,0,0,0,29845,0,0,0,'Huntsman Yahto','','',10652,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35473,0,0,0,0,0,29828,0,0,0,'Argent Tournament Post','','',0,80,80,2,35,0,3.2,2.28571,1,1,422,586,0,642,4.6,1750,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(35474,0,0,0,0,0,25452,24991,0,0,'Vengeful Val\'kyr','','',0,80,80,2,2068,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,487,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),
|
|
(35475,0,0,0,0,0,29881,29882,29883,29884,'Visiting Warlock','','',10682,80,80,2,35,1,3.2,2.28571,1,0,346,499,0,287,1,1750,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(35476,0,0,0,0,0,30571,0,0,0,'Wilfred Fizzlebang','','',10670,80,80,2,35,1,3.2,2.28571,1,1,422,586,0,642,4.6,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(35477,0,0,0,0,0,344,0,0,0,'Little Adeline','','',10649,6,6,0,35,1,1,1.14286,1,0,7,9,0,34,1,2000,2000,1,0,2048,0,0,0,0,0,0,4,6,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35482,0,0,0,0,0,24892,29878,0,0,'Hungry Jormungar','','',0,83,83,2,14,0,3.2,2.28571,1,1,509,683,0,805,4.6,1750,2000,1,832,2048,0,0,0,0,0,0,371,535,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,0,2,'',12340),
|
|
(35483,0,0,0,0,0,29844,0,0,0,'Huntsman Hakan','','',10650,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35490,0,0,0,0,0,29837,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,822,986,0,642,13,1800,0,1,2,2048,8,0,0,0,0,0,745,909,103,6,72,35490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,22,1,1,0,48418,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35491,0,0,0,0,0,29842,0,0,0,'Black Knight\'s Skeletal Gryphon','','',0,80,80,2,14,0,3,3,1,1,422,586,0,642,7.5,2000,0,1,2,2048,8,0,0,0,0,0,345,509,103,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,0,0,'',0,5,1,15,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_black_knight_skeletal_gryphon',12340),
|
|
(35492,0,0,0,0,0,4261,4262,4263,4264,'Zephyr Guard','The Zephyr','',0,40,40,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35493,0,0,0,0,0,26645,0,0,0,'Vengeful Frostwyrm','','',0,83,83,2,2068,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),
|
|
(35494,0,0,0,0,0,29832,0,0,0,'Arcanist Miluria','Emblem of Triumph Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35495,0,0,0,0,0,29831,0,0,0,'Magistrix Vesara','Emblem of Triumph Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35496,0,0,0,0,0,29836,0,0,0,'Rueben Lauren','Cloth Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,289,421,0,175,1,2000,2000,8,512,2048,0,0,0,0,0,0,271,403,45,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35497,0,0,0,0,0,29835,0,0,0,'Rafael Langrom','Leather Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35498,0,0,0,0,0,29833,0,0,0,'Horace Hunderland','Plate Armor Merchant','',0,75,75,0,2007,4224,1,1,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35499,0,0,0,0,0,29843,0,0,0,'Huntsman Lokni','','',10664,75,75,2,35,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35500,0,0,0,0,0,29834,0,0,0,'Matilda Brightlink','Mail Armor Merchant','',0,75,75,2,2007,4224,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35501,0,0,0,0,0,29915,0,0,0,'Herald Beluus','Voice of the Argent Tournament','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(35507,0,0,0,0,0,29830,0,0,0,'Enchanter Isian','Heirloom Vendor','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35508,0,0,0,0,0,29829,0,0,0,'Enchanter Erodin','Heirloom Vendor','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35511,0,0,0,0,0,29815,0,0,0,'Acidmaw (1)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,360,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35512,0,0,0,0,0,29815,0,0,0,'Acidmaw (2)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35513,0,0,0,0,0,29815,0,0,0,'Acidmaw (3)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,480,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35514,0,0,0,0,0,24564,0,0,0,'Dreadscale (1)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,60,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,360,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35515,0,0,0,0,0,24564,0,0,0,'Dreadscale (2)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,45,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35516,0,0,0,0,0,24564,0,0,0,'Dreadscale (3)','','',0,83,83,2,1711,0,4.8,1.35,1,3,750,1050,0,805,75,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,480,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(35517,0,0,0,0,0,29490,0,0,0,'Argent Confessor Paletress (1)','','',0,82,82,2,14,0,2,1.14286,1,1,763,940,0,726,13,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,30,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),
|
|
(35518,0,0,0,0,0,29616,0,0,0,'Eadric the Pure (1)','Grand Champion of the Argent Crusade','',0,82,82,2,14,0,2,1.42857,1,1,763,940,0,726,13,0,0,2,2,2048,8,0,0,0,0,0,660,820,91,7,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55.2,30,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),
|
|
(35519,0,0,0,0,0,29553,0,0,0,'Memory of Algalon (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35520,0,0,0,0,0,29546,0,0,0,'Memory of Archimonde (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35521,0,0,0,0,0,14367,0,0,0,'Memory of Chromaggus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35522,0,0,0,0,0,29549,0,0,0,'Memory of Cyanigosa (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35523,0,0,0,0,0,18699,0,0,0,'Memory of Delrissa (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35524,0,0,0,0,0,26644,0,0,0,'Memory of Eck (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35525,0,0,0,0,0,23428,0,0,0,'Memory of Entropius (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35527,0,0,0,0,0,18698,0,0,0,'Memory of Gruul (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35528,0,0,0,0,0,29540,0,0,0,'Memory of Hakkar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35529,0,0,0,0,0,29557,0,0,0,'Memory of Heigan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35530,0,0,0,0,0,29537,0,0,0,'Memory of Herod (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35531,0,0,0,0,0,29525,0,0,0,'Memory of Hogger (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35532,0,0,0,0,0,29551,0,0,0,'Memory of Ignis (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35533,0,0,0,0,0,29547,0,0,0,'Memory of Illidan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35534,0,0,0,0,0,29558,0,0,0,'Memory of Ingvar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35535,0,0,0,0,0,29542,0,0,0,'Memory of Kalithresh (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35536,0,0,0,0,0,29562,0,0,0,'Memory of Lucifron (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35537,0,0,0,0,0,29543,0,0,0,'Memory of Malchezaar (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,3,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35538,0,0,0,0,0,29556,0,0,0,'Memory of Mutanus (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35539,0,0,0,0,0,21401,0,0,0,'Memory of Onyxia (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35540,0,0,0,0,0,25840,0,0,0,'Memory of Thunderaan (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35541,0,0,0,0,0,29536,0,0,0,'Memory of VanCleef (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35542,0,0,0,0,0,29545,0,0,0,'Memory of Vashj (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35543,0,0,0,0,0,29541,0,0,0,'Memory of Vek\'nilash (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35544,0,0,0,0,0,29552,0,0,0,'Memory of Vezax (1)','','',0,82,82,2,14,0,1,1.14286,1,1,688,842,0,782,13,0,0,1,2,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,25,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(35545,35546,0,0,0,0,25528,0,0,0,'Risen Jaeren Sunsworn','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),
|
|
(35546,0,0,0,0,0,25528,0,0,0,'Risen Jaeren Sunsworn (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35547,35559,0,0,0,0,29846,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35557,35560,0,0,0,0,21300,0,0,0,'The Black Knight','','',0,80,80,2,14,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35559,0,0,0,0,0,29846,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35560,0,0,0,0,0,21300,0,0,0,'The Black Knight (1)','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(35564,35568,0,0,0,0,25528,0,0,0,'Risen Arelas Brightstar','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,2400,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),
|
|
(35568,0,0,0,0,0,25528,0,0,0,'Risen Arelas Brightstar (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,2400,0,1,0,2048,8,0,0,0,0,0,345,509,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35569,36085,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger','Grand Champion of Silvermoon','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(35570,36091,0,0,0,0,28588,0,0,0,'Zul\'tore','Grand Champion of Sen\'jin','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(35571,36090,0,0,0,0,28597,0,0,0,'Runok Wildmane','Grand Champion of the Thunder Bluff','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,7.5,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(35572,36089,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher','Grand Champion of Orgrimmar','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,441,1,2304,2097152,'boss_grand_champion',12340),
|
|
(35573,0,0,0,0,0,29850,0,0,0,'Arcanist Asarina','Emblem of Triumph Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35574,0,0,0,0,0,29851,0,0,0,'Magistrix Iruvia','Emblem of Triumph Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,256,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35575,0,0,0,0,0,29853,0,0,0,'Champion Isimode','Triumphant Armor Vendor','',0,80,80,2,2027,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35576,0,0,0,0,0,29856,0,0,0,'Champion Faesrol','Triumphant Armor Vendor','',0,80,80,2,2123,128,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35577,0,0,0,0,0,29854,0,0,0,'Valiant Laradia','Triumphant Armor Vendor','',0,79,79,2,2027,128,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,256,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35578,0,0,0,0,0,29857,0,0,0,'Valiant Bressia','Triumphant Armor Vendor','',0,79,79,2,2123,128,1,1.14286,1,0,399,559,0,550,1,2000,2000,2,256,2048,0,0,0,0,0,0,331,491,74,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35579,0,0,0,0,0,29852,0,0,0,'Aspirant Forudir','Triumphant Armor Vendor','',0,78,78,2,2027,128,1,1.14286,1,0,387,543,0,528,1,2000,2000,4,256,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35580,0,0,0,0,0,29855,0,0,0,'Aspirant Naradiel','Triumphant Armor Vendor','',0,78,78,2,2123,128,1,1.14286,1,0,387,543,0,528,1,2000,2000,4,256,2048,0,0,0,0,0,0,324,480,88,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(35586,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph (Herald Mount)','','',0,40,40,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35587,0,0,0,0,0,28927,28928,28929,28930,'Argent Peacekeeper','','',0,80,80,2,2072,0,1,1.38571,1,1,417,582,0,608,4.6,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35588,0,0,0,0,0,28927,0,0,0,'Coliseum Master of Patchwerks','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35589,0,0,0,0,0,28678,0,0,0,'Jaeren Sunsworn','','',0,75,75,2,35,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35590,35717,0,0,0,0,24996,24999,24997,0,'Risen Champion','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,3,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_black_knight_ghoul',12340),
|
|
(35594,0,0,0,0,0,28282,0,0,0,'Brassbolt Mechawrench','Steam-Powered Auctioneer','',10656,80,80,0,534,2097153,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steam_powered_auctioneer',12340),
|
|
(35596,0,0,0,0,0,29864,0,0,0,'Arcanist Iramhir','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35597,0,0,0,0,0,29865,0,0,0,'Magistrix Aldessia','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35598,0,0,0,0,0,29866,0,0,0,'Arcanist Paharin','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35599,0,0,0,0,0,29867,0,0,0,'Arcanist Dulial','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35600,0,0,0,0,0,29868,0,0,0,'Arcanist Laniria','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35601,0,0,0,0,0,29869,0,0,0,'Arcanist Nazalia','Wintergrasp Battle-Mage','',10666,80,80,2,2027,1,1,1.14286,1,1,346,499,0,287,4.6,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35602,0,0,0,0,0,29870,0,0,0,'Magister Savarin','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35603,0,0,0,0,0,29871,0,0,0,'Magister Dalhyr','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35604,0,0,0,0,0,28754,0,0,0,'Arelas Brightstar','','',0,75,75,2,35,0,1,1.38571,1,0,342,485,0,392,1,2000,2000,1,512,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35607,0,0,0,0,0,28282,0,0,0,'Reginald Arcfire','Steam-Powered Auctioneer','',10656,80,80,0,714,2097153,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_steam_powered_auctioneer',12340),
|
|
(35608,0,0,0,0,0,7804,0,0,0,'[DND] Dalaran Argent Tournament Herald Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35610,35774,35775,35776,0,0,2031,0,0,0,'Cat','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'npc_toc_pet_hunter',12340),
|
|
(35611,0,0,0,0,0,29872,0,0,0,'Magistrix Erembria','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35612,0,0,0,0,0,29873,0,0,0,'Magistrix Caradess','Wintergrasp Battle-Mage','',10662,80,80,2,2123,1,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,50,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wg_queue',12340),
|
|
(35614,0,0,0,0,0,21955,11686,0,0,'Desecration Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35615,0,0,0,0,0,29268,0,0,0,'Anub\'arak (2)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,60,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,35615,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,390,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),
|
|
(35616,0,0,0,0,0,29268,0,0,0,'Anub\'arak (3)','','',0,83,83,2,14,0,1,1.3,1,3,1200,1300,0,805,90,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,6,108,35616,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569703,569703,'',0,3,1,1950,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),
|
|
(35617,36084,0,0,0,0,28589,0,0,0,'Deathstalker Visceri','Grand Champion of Undercity','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,7.5,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,2304,2097152,'boss_grand_champion',12340),
|
|
(35633,0,0,0,0,0,28571,0,0,0,'Ambrose Boltspark\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35634,0,0,0,0,0,10718,0,0,0,'Deathstalker Visceri\'s Mount','','',0,80,80,2,14,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,479,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35635,0,0,0,0,0,28607,0,0,0,'Eressea Dawnsinger\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35636,0,0,0,0,0,2787,0,0,0,'Lana Stouthammer\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35637,0,0,0,0,0,29284,0,0,0,'Marshal Jacob Alerius\' Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35638,0,0,0,0,0,29879,0,0,0,'Mokra the Skullcrusher\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35640,0,0,0,0,0,29880,0,0,0,'Runok Wildmane\'s Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35641,0,0,0,0,0,29261,0,0,0,'Zul\'tore\'s Mount','','',0,80,80,2,126,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35642,0,0,0,0,0,30076,0,0,0,'Jeeves','','',10667,80,80,0,190,135297,1,0.99206,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35644,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,1,0,2,2,1,0,422,586,0,642,1,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,68505,62575,68282,66482,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,0,0,0,0,0,0,0,0,157,0,67108864,2,'npc_toc5_player_vehicle',12340),
|
|
(35646,0,0,0,0,0,29886,0,0,0,'Wormhole','','',10668,80,80,2,190,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_wormhole',12340),
|
|
(35651,0,0,0,0,0,22862,0,0,0,'Purple Ground Rune Argent Raid','','',0,80,80,2,35,0,1.2,1,2,0,422,586,0,642,1,0,0,1,33554432,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35652,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,8388624,0,'',12340),
|
|
(35653,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (2)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),
|
|
(35654,0,0,0,0,0,17612,1126,0,0,'Anub\'arak (3)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,94,1,8388624,0,'',12340),
|
|
(35655,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (2)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,16,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),
|
|
(35656,0,0,0,0,0,29325,0,0,0,'Nerubian Burrower (3)','','',0,78,78,2,16,0,1,1.14286,1,1,387,543,0,0,32,0,0,1,0,2048,8,0,0,0,0,0,324,480,88,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,54,1,1,0,0,0,0,0,0,0,144,1,549520145,0,'',12340),
|
|
(35658,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (2)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,2,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.95,1,1,0,0,0,0,0,0,0,701,1,549520145,0,'',12340),
|
|
(35659,0,0,0,0,0,15464,0,0,0,'Swarm Scarab (3)','','',0,78,80,2,16,0,1,0.9,1,0,422,586,0,0,4,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.7,1,1,0,0,0,0,0,0,0,701,1,549520145,0,'',12340),
|
|
(35662,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (1)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35663,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (2)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35664,0,0,0,0,0,29770,0,0,0,'Alyssia Moonstalker (3)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,18,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35665,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35666,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35667,0,0,0,0,0,29767,0,0,0,'Anthar Forgemender (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35668,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35669,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35670,0,0,0,0,0,29774,0,0,0,'Baelnor Lightbearer (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35671,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35672,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35673,0,0,0,0,0,29781,0,0,0,'Birana Stormhoof (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35674,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35675,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35676,0,0,0,0,0,29778,0,0,0,'Brienna Nightfell (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35680,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35681,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35682,0,0,0,0,0,29784,0,0,0,'Broln Stouthorn (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35683,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (1)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35684,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (2)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35685,0,0,0,0,0,29783,0,0,0,'Caiphus the Stern (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35686,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35687,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35688,0,0,0,0,0,29780,0,0,0,'Erin Misthoof (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35689,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (1)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35690,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (2)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35691,0,0,0,0,0,29787,0,0,0,'Ginselle Blightslinger (3)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35692,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (1)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35693,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (2)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35694,0,0,0,0,0,29782,0,0,0,'Gorgrim Shadowcleave (3)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35695,0,0,0,0,0,29792,0,0,0,'Harkzog (1)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35696,0,0,0,0,0,29792,0,0,0,'Harkzog (2)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35697,0,0,0,0,0,29792,0,0,0,'Harkzog (3)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35699,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (1)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,10,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35700,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (2)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,7,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35701,0,0,0,0,0,29776,0,0,0,'Irieth Shadowstep (3)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,13,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35702,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35703,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35704,0,0,0,0,0,29764,0,0,0,'Kavina Grovesong (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35705,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35706,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35707,0,0,0,0,0,29785,0,0,0,'Liandra Suncaller (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35708,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,20,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35709,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35710,0,0,0,0,0,29789,0,0,0,'Malithas Brightblade (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,20,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35711,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (1)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,10,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35712,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (2)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,7,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35713,0,0,0,0,0,29790,0,0,0,'Maz\'dinah (3)','Rogue','',0,83,83,2,16,0,1,1.14286,1,3,388,583,0,400,13,1300,0,4,2,2048,8,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35714,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (1)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35715,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (2)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35716,0,0,0,0,0,29780,0,0,0,'Melador Valestrider (3)','Druid','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35717,0,0,0,0,0,24996,24999,24997,0,'Risen Champion (1)','Black Knight\'s Minion','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,6,2000,0,1,0,2048,8,0,0,0,0,0,345,509,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35718,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (1)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,15,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35719,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (2)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,10,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35720,0,0,0,0,0,29793,0,0,0,'Narrhok Steelbreaker (3)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,20,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35721,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (1)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35722,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (2)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35723,0,0,0,0,0,29772,0,0,0,'Noozle Whizzlestick (3)','Mage','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35724,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (1)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35725,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (2)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35726,0,0,0,0,0,29786,0,0,0,'Ruj\'kah (3)','Hunter','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,18,0,0,2,2,2048,8,0,0,0,0,0,496,674,783,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35728,0,0,0,0,0,29773,0,0,0,'Saamul (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35729,0,0,0,0,0,29773,0,0,0,'Saamul (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35730,0,0,0,0,0,29773,0,0,0,'Saamul (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35731,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (1)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,10,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,100,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35732,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (2)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,7,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,72,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35733,0,0,0,0,0,29777,0,0,0,'Serissa Grimdabbler (3)','Warlock','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35734,0,0,0,0,0,29768,0,0,0,'Shaabad (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35735,0,0,0,0,0,29768,0,0,0,'Shaabad (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35736,0,0,0,0,0,29768,0,0,0,'Shaabad (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35737,0,0,0,0,0,29779,0,0,0,'Shocuul (1)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,15,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35738,0,0,0,0,0,29779,0,0,0,'Shocuul (2)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,10,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35739,0,0,0,0,0,29779,0,0,0,'Shocuul (3)','Warrior','',0,83,83,2,16,0,1,1.14286,1,3,509,683,0,805,20,0,0,1,2,2048,8,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35740,0,0,0,0,0,29788,0,0,0,'Thrakgar (1)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35741,0,0,0,0,0,29788,0,0,0,'Thrakgar (2)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35742,0,0,0,0,0,29788,0,0,0,'Thrakgar (3)','Shaman','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35743,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (1)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,15,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,10,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35744,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (2)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35745,0,0,0,0,0,29765,0,0,0,'Tyrius Duskblade (3)','Death Knight','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,20,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,10,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35746,0,0,0,0,0,29769,0,0,0,'Velanaa (1)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,10,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,192,250,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35747,0,0,0,0,0,29769,0,0,0,'Velanaa (2)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,7,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,150,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35748,0,0,0,0,0,29769,0,0,0,'Velanaa (3)','Paladin','',0,83,83,2,16,0,1,1.14286,1,3,496,674,0,783,13,0,0,2,2,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,250,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35749,0,0,0,0,0,29791,0,0,0,'Vivienne Blackwhisper (3)','Priest','',0,83,83,2,16,0,1,1.14286,1,3,370,531,0,343,13,0,0,8,2,2048,8,0,0,0,0,0,365,542,84,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,256,100,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35763,0,0,0,0,0,15464,0,0,0,'Skittering Scarab','','',0,80,80,2,2136,0,1.2,0.71429,1,0,422,586,0,642,1,3000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,91,1,8388624,0,'',12340),
|
|
(35766,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10678,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35768,0,0,0,0,0,29255,0,0,0,'Colosos\' Mount','','',0,80,80,2,14,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33587456,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,489,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35770,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',10679,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35771,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35774,0,0,0,0,0,2031,0,0,0,'Cat (1)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,4,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(35775,0,0,0,0,0,2031,0,0,0,'Cat (2)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,2,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35776,0,0,0,0,0,2031,0,0,0,'Cat (3)','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,5,0,0,1,0,2048,8,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(35790,0,0,0,0,0,29921,0,0,0,'Usuri Brightcoin','Money Changer','',0,75,75,2,35,128,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35808,0,0,0,0,0,29284,0,0,0,'Swift Alliance Steed','','',0,80,80,2,35,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35809,0,0,0,0,0,29283,0,0,0,'Swift Horde Wolf','','',0,10,10,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35819,0,0,0,0,0,27101,0,0,0,'Broken Keep Cannon','','Repair',0,70,70,0,35,16777216,1,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4,2048,0,0,0,0,0,0,215,320,44,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.64198,1,1,0,0,0,0,0,0,0,0,0,344407930,0,'npc_isle_of_conquest_turret',12340),
|
|
(35820,0,0,0,0,0,21955,11686,0,0,'Beasts Taplist','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35821,0,0,0,0,0,21955,11686,0,0,'Champions Taplist','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,345,509,103,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(35826,0,0,0,0,0,30042,0,0,0,'Kaye Toogie','','',0,80,80,2,2007,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35876,0,0,0,0,0,29937,0,0,0,'Crusader\'s White Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,134217728,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35877,0,0,0,0,0,25337,0,0,0,'The Lich King','','',0,83,83,2,974,0,2,1.14286,1,3,509,683,0,805,35,0,0,1,2,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,0,0,'',12340),
|
|
(35878,0,0,0,0,0,29938,0,0,0,'Crusader\'s Black Warhorse','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,134217728,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(35895,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35909,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35910,0,0,0,0,0,29888,0,0,0,'Barrett Ramsey','Argent Coliseum Master','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(35983,0,0,0,0,0,29695,0,0,0,'[DNT] Test Dragonhawk','','',0,80,80,2,2129,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,30,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,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,0,'',12340),
|
|
(35984,0,0,0,0,0,29695,0,0,0,'Sunreaver Dragonhawk','','',0,80,80,2,2129,0,1,4.28571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,30,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,259,1,0,2,'',12340),
|
|
(36021,0,0,0,0,0,24368,0,0,0,'The Brewmaiden','','',0,80,80,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36024,0,0,0,0,0,24371,0,0,0,'The Black Brewmaiden','','',0,80,80,0,58,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36064,36067,0,0,0,0,29024,0,0,0,'Marked Immortal Guardian','','',0,82,82,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11.1268,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),
|
|
(36065,0,0,0,0,0,29240,0,0,0,'Fjola Lightbane','','',0,83,83,2,2068,0,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,6,415,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(36066,0,0,0,0,0,29267,0,0,0,'Eydis Darkbane','','',0,83,83,2,2068,0,1,0.99206,1,3,496,674,0,783,35,2000,2000,2,320,2048,0,0,0,0,0,0,365,529,98,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,6,415,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(36067,0,0,0,0,0,29024,0,0,0,'Marked Immortal Guardian (1)','','',0,82,82,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,31.5259,1,1,0,0,0,0,0,0,0,190,1,0,0,'',12340),
|
|
(36069,0,0,0,0,0,29970,0,0,0,'Argent Custodian','','',0,25,25,0,2070,0,1,1.14286,1,0,35,48,0,86,1,2000,2000,1,0,2048,0,0,0,0,0,0,24,36,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36070,36473,36474,36475,0,0,18922,0,0,0,'Treant','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(36071,0,0,0,0,0,29971,0,0,0,'[DND] Argent Charger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36072,0,0,0,0,0,29972,0,0,0,'[DND] Swift Burgundy Wolf','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36074,0,0,0,0,0,29974,0,0,0,'[DND] Swift Horde Wolf','','',0,10,10,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36075,0,0,0,0,0,29975,0,0,0,'[DND] White Stallion','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36076,0,0,0,0,0,29976,0,0,0,'[DND] Swift Alliance Steed','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36082,0,0,0,0,0,28586,0,0,0,'Ambrose Boltspark (1)','Grand Champion of Gnomeregan','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36083,0,0,0,0,0,28736,0,0,0,'Colosos (1)','Grand Champion of the Exodar','',0,80,80,2,14,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36084,0,0,0,0,0,28589,0,0,0,'Deathstalker Visceri (1)','Grand Champion of Undercity','',0,80,80,2,14,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36085,0,0,0,0,0,28637,0,0,0,'Eressea Dawnsinger (1)','Grand Champion of Silvermoon','',0,80,80,2,14,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36086,0,0,0,0,0,28735,0,0,0,'Jaelyne Evensong (1)','Grand Champion of Darnassus','',0,80,80,2,14,0,1,2,1,1,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36087,0,0,0,0,0,28564,0,0,0,'Lana Stouthammer (1)','Grand Champion of Ironforge','',0,80,80,2,14,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,441,1,2304,2097153,'',12340),
|
|
(36088,0,0,0,0,0,28560,0,0,0,'Marshal Jacob Alerius (1)','Grand Champion of Stormwind','',0,80,80,2,14,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36089,0,0,0,0,0,28587,0,0,0,'Mokra the Skullcrusher (1)','Grand Champion of Orgrimmar','',0,80,80,2,14,0,1,2,1,0,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,441,1,2304,2097153,'',12340),
|
|
(36090,0,0,0,0,0,28597,0,0,0,'Runok Wildmane (1)','Grand Champion of the Thunder Bluff','',0,80,80,2,14,0,1,2,1,0,617,782,0,608,13,0,0,2,2,2048,8,0,0,0,0,0,541,706,80,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36091,0,0,0,0,0,28588,0,0,0,'Zul\'tore (1)','Grand Champion of Sen\'jin','',0,80,80,2,14,0,1,2,1,1,622,786,0,642,13,0,0,1,2,2048,8,0,0,0,0,0,545,709,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,2304,2097153,'',12340),
|
|
(36093,0,0,0,0,0,21955,11686,0,0,'Vault Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36095,0,0,0,0,0,29860,0,0,0,'Highlord Tirion Fordring','','',10709,83,83,2,2070,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36097,0,0,0,0,0,29984,0,0,0,'Argent Mage','','',0,80,80,2,2070,0,1,1.14286,1,0,346,499,0,287,1,0,0,8,512,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36099,0,0,0,0,0,22712,11686,0,0,'Anub\'arak Tap List','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36101,0,0,0,0,0,29988,0,0,0,'Priestess Alorah','','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(36102,0,0,0,0,0,29989,0,0,0,'Priest Grimmin','','',0,80,80,2,2070,0,3.2,2.28571,1,0,422,586,0,642,1,1750,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,204,1,0,0,'',12340),
|
|
(36108,0,0,0,0,0,29990,0,0,0,'Anthar Forgemender','','',0,80,80,2,1732,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36109,0,0,0,0,0,29991,0,0,0,'Baelnor Lightbearer','','',0,80,80,2,1732,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36114,0,0,0,0,0,29995,0,0,0,'Noozle Whizzlestick','','',0,80,80,2,1732,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36116,0,0,0,0,0,29996,0,0,0,'Melador Valestrider','','',0,80,80,2,1732,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,150,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36118,0,0,0,0,0,29997,0,0,0,'Shocuul','','',0,80,80,2,1732,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36119,0,0,0,0,0,30000,0,0,0,'Caiphus the Stern','','',0,80,80,2,1735,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36120,0,0,0,0,0,30005,0,0,0,'Malithus Brightblade','','',0,80,80,2,1735,0,1,1.14286,1,3,417,582,0,608,35,2000,2000,2,832,2048,0,0,0,0,0,0,341,506,80,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,10,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36121,0,0,0,0,0,30006,0,0,0,'Maz\'dinah','','',0,80,80,2,1735,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,4,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36122,0,0,0,0,0,30007,0,0,0,'Narrhok Steelbreaker','','',0,80,80,2,1735,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,832,2048,0,0,0,0,0,0,345,509,103,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36124,0,0,0,0,0,30008,0,0,0,'Harkzog','','',0,80,80,2,1735,0,1,1.14286,1,3,346,499,0,287,35,2000,2000,8,832,2048,0,0,0,0,0,0,315,468,69,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32,72,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36128,0,0,0,0,0,30019,30020,30021,30022,'Frostwyrm Rider','','',0,80,80,2,974,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,204,1,8388624,0,'',12340),
|
|
(36135,0,0,0,0,0,27769,0,0,0,'Fountain of Light (1)','','',0,80,80,0,16,0,1,0.992063,1,0,1,1,0,1,1,0,0,1,131076,2048,8,0,0,0,0,0,1,1,1,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.75,1,1,0,0,0,0,0,0,0,0,0,650854271,2097154,'',12340),
|
|
(36148,0,0,0,0,0,21956,21957,21958,0,'[DND] Forsaken Mariner','','',0,68,68,2,2031,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36151,0,0,0,0,0,27001,0,0,0,'Navigator Taylor','','',0,1,1,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36152,0,0,0,0,0,27000,0,0,0,'Navigator Saracen','','',0,1,1,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36154,0,0,0,0,0,30041,30048,30049,30050,'[DND] Valgarde Peon','','',0,65,66,2,534,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36155,0,0,0,0,0,16480,27165,0,0,'Anzim Controller Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36162,0,0,0,0,0,27318,27319,27320,27321,'Goblin Engineering Crew','','',0,80,80,0,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36164,0,0,0,0,0,27328,27329,27333,27334,'Kor\'kron Reaver','','',0,80,80,0,2132,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(36165,0,0,0,0,0,26989,26990,26991,26992,'7th Legion Deckhand','','',0,80,80,0,1973,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36166,0,0,0,0,0,26997,26998,27331,27332,'7th Legion Marine','','',0,80,80,0,1891,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(36167,0,0,0,0,0,30045,30046,30047,0,'[DND] Bor\'gorok Wolf','','',0,70,70,2,1981,0,1,1.38571,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36168,0,0,0,0,0,28517,0,0,0,'Dan\'s Test Colossus','','',0,80,80,2,1692,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,524352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,125,1,1,0,0,0,0,0,0,0,124,1,0,0,'',12340),
|
|
(36169,0,0,0,0,0,23037,23038,23039,0,'[DND] Bor\'gorok Peon','','',0,66,69,2,1978,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36171,0,0,0,0,0,169,16925,0,0,'World Trigger (Infinite AOI)','','',0,60,60,0,114,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36173,0,0,0,0,0,9029,0,0,0,'Innocuous Scarab','','',0,1,1,0,634,0,1.2,0.71429,1,0,2,2,0,24,1,3000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,91,1,8388624,2,'',12340),
|
|
(36189,0,0,0,0,0,4449,26241,0,0,'Hardknuckle Charger Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36208,0,0,0,0,0,11278,0,0,0,'Xerash Fireblade','','',0,50,50,0,29,2,1,1.14286,1,0,79,104,0,194,1,2000,2000,2,896,2048,0,0,0,0,0,0,54,79,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36209,0,0,0,0,0,20570,11686,0,0,'[DND]Northrend Children\'s Week Trigger 2','',NULL,0,1,1,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_grizzlemaw_cw_trigger',12340),
|
|
(36212,0,0,0,0,0,17188,0,0,0,'[DND] Crazed Apothecary Generator','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36213,0,0,0,0,0,30063,30064,30065,30066,'Kor\'kron Overseer','','Directions',10769,75,75,2,85,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,32768,'',12340),
|
|
(36215,0,0,0,0,0,27658,0,0,0,'Schweitzermobile','','vehichleCursor',0,70,70,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,131080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14.8148,1,1,0,0,0,0,0,0,0,112,1,0,0,'',12340),
|
|
(36217,0,0,0,0,0,30069,0,0,0,'Overseer Kraggosh','','Speak',10772,75,75,2,29,1,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,32768,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36223,0,0,0,0,0,30070,0,0,0,'Swift Horde Wolf','','',0,10,10,0,35,0,1,1.38571,1,0,13,17,0,42,1,2000,2000,1,0,2048,0,0,0,0,0,0,9,13,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,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36224,0,0,0,0,0,30071,0,0,0,'Dark Ranger Clea','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36225,0,0,0,0,0,30072,0,0,0,'Dark Ranger Anya','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36226,0,0,0,0,0,30073,0,0,0,'Dark Ranger Cyndia','','',0,80,80,2,71,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36235,0,0,0,0,0,3954,0,0,0,'Auctioneer Rockbone','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36272,0,0,0,0,0,16176,0,0,0,'Apothecary Frye','Crown Chemical Co.','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel_helper',12340),
|
|
(36273,0,0,0,0,0,30075,0,0,0,'Bragor Bloodfist','Kor\'kron Captain','Speak',10777,80,80,2,29,3,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36284,0,0,0,0,0,7865,0,0,0,'Flint Ironstag','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36296,0,0,0,0,0,31167,0,0,0,'Apothecary Hummel','Crown Chemical Co.','',10847,82,82,2,35,3,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,7,8,36296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel',12340),
|
|
(36301,0,0,0,0,0,1913,0,0,0,'Zhaagrym (1)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,4,0,0,2,0,2048,8,0,0,0,0,0,0,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,3,1,35,10,1,0,0,0,0,0,0,0,121,1,1,1048577,'',12340),
|
|
(36302,0,0,0,0,0,1913,0,0,0,'Zhaagrym (2)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,2,0,0,2,0,2048,8,0,0,0,0,0,0,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,3,1,15,10,1,0,0,0,0,0,0,0,121,1,1,1048833,'',12340),
|
|
(36303,0,0,0,0,0,1913,0,0,0,'Zhaagrym (3)','','',0,80,80,2,16,0,1,1.14286,1,0,417,582,0,608,5,0,0,2,0,2048,8,0,0,0,0,0,0,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,3,1,55,10,1,0,0,0,0,0,0,0,121,1,1,1048833,'',12340),
|
|
(36349,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger, 25 yd (Alliance)','','',0,60,60,0,534,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36350,0,0,0,0,0,169,23767,0,0,'Honorable Defender Trigger, 25 yd (Horde)','','',0,60,60,0,714,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36351,0,0,0,0,0,7866,0,0,0,'Slab Bulkhead','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36352,0,0,0,0,0,7867,0,0,0,'Trunk Slamchest','Banker','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36355,36357,0,0,0,0,28106,0,0,0,'Siege Turret','','Gunner',0,70,70,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(36356,36358,0,0,0,0,30080,0,0,0,'Flame Turret','','Gunner',0,70,70,0,1735,16777216,1.2,1.14286,1,0,422,586,0,642,1,2000,2000,1,2,2048,0,0,0,0,0,0,345,509,103,9,262184,0,0,0,0,0,0,0,0,0,66183,66186,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(36357,0,0,0,0,0,28106,0,0,0,'Siege Turret (1)','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,67461,67462,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(36358,0,0,0,0,0,30080,0,0,0,'Flame Turret (1)','','Gunner',0,80,80,0,1735,16777216,1.2,1.14286,1,0,252,357,0,304,1,2000,2000,1,2,2048,0,0,0,0,0,0,0,0,0,9,262184,0,0,0,0,0,0,0,0,0,66183,68832,0,0,0,0,0,0,0,436,0,0,'',0,3,1,15.9116,1,1,0,0,0,0,0,0,0,121,0,344407930,0,'',12340),
|
|
(36359,0,0,0,0,0,3969,0,0,0,'Auctioneer Plankchest','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36360,0,0,0,0,0,25233,0,0,0,'Auctioneer Slabrock','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36380,0,0,0,0,0,7929,0,0,0,'Buff Hardback','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36390,0,0,0,0,0,7929,0,0,0,'Blast Thickneck','','',0,80,80,0,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36431,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Guard','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36473,0,0,0,0,0,18922,0,0,0,'Treant (1)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,4,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,1,1048577,'',12340),
|
|
(36474,0,0,0,0,0,18922,0,0,0,'Treant (2)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,2,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.5,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(36475,0,0,0,0,0,18922,0,0,0,'Treant (3)','','',0,80,80,0,16,0,1,1.14286,1,0,422,586,0,642,5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,1,1048833,'',12340),
|
|
(36476,37627,0,0,0,0,30347,0,0,0,'Ick','Krick\'s Minion','',0,82,82,2,21,0,1,1.28968,1,1,822,986,0,782,9,1500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,104,36476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,'',0,3,1,44.5466,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_ick',12340),
|
|
(36477,37629,0,0,0,0,30331,0,0,0,'Krick','','',0,80,80,0,21,0,1,1.14286,1,1,346,499,0,287,7.5,1500,0,8,33554496,2048,8,0,0,0,0,0,315,468,69,6,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,25,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_krick',12340),
|
|
(36478,37569,0,0,0,0,30269,0,0,0,'Soulguard Watchman','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36479,0,0,0,0,0,30120,0,0,0,'Archmage Mordent Evenshade','The Highborne','',10807,55,55,0,80,3,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,0,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36481,0,0,0,0,0,2306,14613,14614,14615,'Sentinel Stillbough','','',0,75,75,2,80,0,1,1.42857,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(36482,0,0,0,0,0,30157,0,0,0,'Tuskarr Kite','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36483,0,0,0,0,0,30518,0,0,0,'Little White Stallion','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(36484,0,0,0,0,0,30141,0,0,0,'Little Ivory Raptor','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(36494,37613,0,0,0,0,30843,0,0,0,'Forgemaster Garfrost','','',0,82,82,2,2102,0,1,1.42857,1,1,822,986,0,782,9,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,104,36494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,37,30,1,0,49723,0,0,0,0,0,144,1,617299839,2097152,'boss_garfrost',12340),
|
|
(36495,0,0,0,0,0,1126,11686,0,0,'Forgemaster Putridus Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36497,36498,0,0,0,0,30226,0,0,0,'Bronjahm','Godfather of Souls','',0,82,82,2,16,0,2,1.42857,1,1,822,986,0,726,9,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,104,36497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9031,9031,'',0,3,1,40,40,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'boss_bronjahm',12340),
|
|
(36498,0,0,0,0,0,30226,0,0,0,'Bronjahm (1)','Godfather of Souls','',0,82,82,2,16,0,2,1.42857,1,1,822,986,0,726,16,2000,0,2,32832,2048,8,0,0,0,0,0,360,520,91,7,104,36498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9031,9031,'',0,3,1,67,67,1,0,0,0,0,0,0,0,151,1,650854271,2097153,'',12340),
|
|
(36499,37568,0,0,0,0,30152,30151,30178,0,'Soulguard Reaper','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36502,37677,0,0,0,0,30148,0,0,0,'Devourer of Souls','','',0,82,82,2,16,0,1.6,1.42857,1,1,822,986,0,782,9,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,96,36502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9048,9048,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_devourer_of_souls',12340),
|
|
(36503,0,0,0,36502,0,30149,0,0,0,'Devourer of Souls','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36504,0,0,0,36502,0,30150,0,0,0,'Devourer of Souls','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36506,0,0,0,0,0,30156,0,0,0,'Daros Moonlance','The Highborne','',0,55,55,0,80,2,1,1.14286,1,0,67,93,0,101,1,2000,2000,8,768,2048,0,0,0,0,0,0,55,82,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1.5,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36508,0,0,0,0,0,1126,11686,0,0,'Soulguard Beam Focus Target','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36510,0,0,0,0,0,14501,0,0,0,'Durotar Sand Vortex','','',0,60,60,0,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,0,'',12340),
|
|
(36511,0,0,0,0,0,30409,0,0,0,'Spectral Tiger Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36516,37567,0,0,0,0,30168,30169,30268,0,'Soulguard Animator','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36517,0,0,0,0,0,30163,0,0,0,'Aleric Hawkins','The Deathstalkers','',10813,80,80,2,68,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,4,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36522,37565,0,0,0,0,22701,0,0,0,'Soul Horror','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36530,0,0,0,0,0,17188,0,0,0,'[DND] Valentine Boss - Vial Bunny','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,17826816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36532,0,0,0,0,0,30166,0,0,0,'Unstable Searing Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.7,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36533,0,0,0,0,0,25148,0,0,0,'Unstable Fire Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36535,36617,0,0,0,0,30233,0,0,0,'Corrupted Soul Fragment','','',0,80,80,2,14,0,0.8,0.28571,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,70,1,0,0,'npc_fos_corrupted_soul_fragment',12340),
|
|
(36536,0,0,0,0,0,11686,0,0,0,'Well of Souls','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,5,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36537,0,0,0,0,0,1127,0,0,0,'Unstable Earth Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36538,0,0,0,0,0,8570,0,0,0,'Onyxia (1)','','',0,83,83,2,103,0,1,1.29,1,3,939,1127,0,805,70,1500,1800,1,64,2048,8,0,0,0,0,0,371,535,135,2,108,36538,0,10184,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,93755,122438,'',1,3,1,1600,1,1,0,18705,0,0,0,0,0,0,1,650854271,2097409,'',1),
|
|
(36542,0,0,0,0,0,30171,0,0,0,'Unstable Healing Stream Totem','','',0,60,60,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36543,0,0,0,0,0,21131,0,0,0,'Unstable Water Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36544,0,0,0,0,0,27475,0,0,0,'Night Elf Mohawk','','',0,80,80,2,7,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36545,0,0,0,0,0,25152,0,0,0,'Unstable Water Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36546,0,0,0,0,0,13490,0,0,0,'Unstable Air Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36547,0,0,0,0,0,18245,0,0,0,'Unstable Air Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36549,0,0,0,0,0,15294,0,0,0,'Beasts Combat Stalker','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36550,0,0,0,0,0,30172,0,0,0,'Unstable Stoneskin Totem','','',0,75,75,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36551,37564,0,0,0,0,25942,0,0,0,'Spiteful Apparition','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,131072,2048,8,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.793651,1,1,0,0,0,0,0,0,0,0,1,33554432,0,'',12340),
|
|
(36553,0,0,0,0,0,4607,0,0,0,'Unstable Fire Elemental [mini]','','',0,80,80,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36554,0,0,0,0,0,14328,0,0,0,'Unstable Earth Elemental','','',0,80,80,1,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36556,0,0,0,0,0,30173,0,0,0,'Unstable Wrath of Air Totem','','',0,67,67,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36557,0,0,0,0,0,28918,0,0,0,'Argent Warhorse','','vehichleCursor',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),
|
|
(36558,0,0,0,0,0,29283,0,0,0,'Argent Battleworg','','vehichleCursor',0,80,80,2,2,0,2,2,1,0,422,586,0,642,1,0,0,1,2,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,68505,62575,68282,66482,0,0,0,0,0,486,0,0,'',0,3,1,3.96825,1,0,0,0,0,0,0,0,0,157,0,67108864,2,'npc_toc5_player_vehicle',12340),
|
|
(36559,0,0,0,0,0,29283,0,0,0,'Argent Battleworg','','vehichleCursor',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,0,0,0,'',12340),
|
|
(36561,36571,0,0,0,0,12891,0,0,0,'Onyxian Lair Guard','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,549521937,2097152,'npc_onyxian_lair_guard',11723),
|
|
(36564,38193,0,0,0,0,30270,0,0,0,'Soulguard Bonecaster','Cult of the Damned','',0,80,80,2,16,0,1,0.99206,1,1,417,582,0,608,7.5,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36565,0,0,0,0,0,31166,0,0,0,'Apothecary Baxter','Crown Chemical Co.','',0,82,82,2,35,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,64,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,1,'npc_love_in_air_hummel_helper',12340),
|
|
(36566,0,0,0,0,0,397,0,0,0,'Onyxian Whelp (1)','','',0,80,80,2,16,0,2.07,1.14286,1,0,422,586,0,642,1,1216,1338,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,100001,0,171,95,0,0,0,20228,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36568,0,0,0,0,0,31168,31169,0,0,'Crazed Apothecary','','',0,80,80,0,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.1,1,1,0,0,0,0,0,0,0,134,1,0,0,'',12340),
|
|
(36571,0,0,0,0,0,12891,0,0,0,'Onyxian Lair Guard (1)','','',0,80,80,2,103,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,549521937,2097152,'',1),
|
|
(36572,0,0,0,0,0,8711,0,0,0,'Onyxian Warder (1)','','',0,80,80,2,103,0,0.888888,1.14286,1,1,422,586,0,642,13,1150,1265,1,64,2048,0,0,0,0,0,0,345,509,103,2,8,36572,0,12129,0,250,90,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,4741,'',1,3,1,150,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36573,0,0,0,0,0,4510,0,0,0,'Justin\'s test Boss A','','',0,83,83,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36574,0,0,0,0,0,1948,0,0,0,'Justin\'s Test Boss B','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36595,0,0,0,0,0,14594,0,0,0,'Unleashed Soul','','',0,80,80,0,14,0,1,1.14286,1,0,100,200,0,24,1,0,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(36597,39166,39167,39168,38153,0,30721,0,0,0,'The Lich King','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,7.5,1500,0,1,512,2048,0,0,0,0,0,0,1,1,0,6,268435564,36597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,1250,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'boss_the_lich_king',12340),
|
|
(36598,0,0,0,0,0,11686,0,0,0,'Strangulate Vehicle','','',0,83,83,2,35,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,'',0,4,1,2000,500,1,0,0,0,0,0,0,0,741,1,0,0,'npc_strangulate_vehicle',12340),
|
|
(36605,0,0,0,0,0,27769,0,0,0,'Unstable Lightwell','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36607,0,0,0,0,0,30356,0,0,0,'Onyxian Whelpling','','',0,1,1,0,188,0,1.11111,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36609,39120,39121,39122,0,0,25452,0,0,0,'Val\'kyr Shadowguard','','',0,80,80,2,14,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,35.7143,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'npc_valkyr_shadowguard',12340),
|
|
(36610,0,0,0,0,0,11686,0,0,0,'Exploding Orb','','',0,80,80,2,14,0,1,1.14286,1.1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36612,37957,37958,37959,0,0,31119,0,0,0,'Lord Marrowgar','','',0,83,83,2,21,0,1,1.21429,1,3,3643,4967,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,36612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,500,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'boss_lord_marrowgar',12340),
|
|
(36617,0,0,0,0,0,30233,0,0,0,'Corrupted Soul Fragment (1)','','',0,80,80,2,14,0,0.8,0.28571,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.5,1,1,0,0,0,0,0,0,0,79,1,0,0,'',12340),
|
|
(36619,38233,38459,38460,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),
|
|
(36620,37566,0,0,0,0,30240,30242,0,0,'Soulguard Adept','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,64,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,6.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36624,0,0,0,0,0,30260,0,0,0,'Caladis Brightspear','The Silver Covenant','',0,80,80,2,2027,2,1,1.28968,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36626,37504,37505,37506,0,0,31006,0,0,0,'Festergut','','',0,83,83,2,21,0,1,1.5873,1,3,5455,7437,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,36626,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,675,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_festergut',12340),
|
|
(36627,38390,38549,38550,0,0,31005,0,0,0,'Rotface','','',0,83,83,2,14,0,1,1.5873,1,3,4885,6374,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,36627,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,525,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'boss_rotface',12340),
|
|
(36633,39305,39306,39307,0,0,30243,0,0,0,'Ice Sphere','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.47619,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'npc_icc_ice_sphere',12340),
|
|
(36642,0,0,0,0,0,30259,0,0,0,'Myralion Sunblaze','Sunreavers','',0,80,80,2,2123,2,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36643,0,0,0,0,0,17188,0,0,0,'[DND] Valentine Boss Manager','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36644,0,0,0,0,0,30271,0,0,0,'Ahmo Thunderhorn','','',0,10,10,0,104,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36648,0,0,0,0,0,30272,0,0,0,'Baine Bloodhoof (Leader)','High Chieftain','',0,1,1,0,104,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,1,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36656,0,0,0,0,0,28756,28754,28755,0,'Silver Covenant Sentinel','','',0,80,80,2,2027,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(36657,0,0,0,0,0,28678,28680,0,0,'Sunreaver War Mage','','',0,80,80,2,2123,0,1,1.42857,1,0,422,586,0,642,1,2000,2000,1,33536,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,10,1,0,0,0,0,0,0,0,144,1,0,2,'',12340),
|
|
(36658,36938,0,0,0,0,30277,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,14,0,2.5,1.50714,1,1,900,1000,0,300,12,2000,0,1,832,2048,8,0,0,0,0,0,363,521,121,7,0,36658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48.5,20,1,0,0,0,0,0,0,0,179,1,617299839,2097152,'boss_tyrannus',12340),
|
|
(36659,0,0,0,0,0,11686,0,0,0,'Abomination Wing Orange Gas Stalker','','',0,83,83,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36661,0,0,0,0,0,27982,0,0,0,'Rimefang','','',0,82,82,2,21,0,2,1.5873,1,1,1,1,0,1,1,2000,0,2,66,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,535,0,0,'NullCreatureAI',0,4,9,240,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36666,37563,0,0,0,0,0,30283,0,0,'Spectral Warden','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36669,0,0,0,0,0,28755,0,0,0,'Arcanist Tybalin','','',10858,80,80,2,190,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36670,0,0,0,0,0,28680,0,0,0,'Magister Hathorel','The Sunreavers','',10857,80,80,2,190,3,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36672,0,0,0,0,0,11686,0,0,0,'Coldflame','','',0,80,80,0,21,0,1,1.14286,0.1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_coldflame',12340),
|
|
(36677,0,0,0,0,0,14699,0,0,0,'Skeletal Miner (Cosmetic)','','',0,80,80,0,2135,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36678,38431,38585,38586,0,0,30881,0,0,0,'Professor Putricide','','',0,83,83,2,14,0,1.2,1.71429,1,3,4340,5921,0,300,7,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,36678,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,700,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'boss_professor_putricide',12340),
|
|
(36679,0,0,0,0,0,30285,0,0,0,'Frostsworn Lieutenant','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36701,39302,39303,39304,0,0,16946,0,0,0,'Raging Spirit','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,9,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,53.968,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'npc_raging_spirit',12340),
|
|
(36710,0,0,0,0,0,30297,0,0,0,'[DND] Apothecary Table (Spell Effect)','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36715,0,0,0,0,0,20570,17612,0,0,'Quel\'Delar Krasus Credit','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36723,37720,0,0,0,0,30300,0,0,0,'Frostsworn General','','',0,80,80,2,16,0,1,1.28,1,1,11595,13081,0,1,1.1,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,617299839,2097152,'boss_frostsworn_general',12340),
|
|
(36724,38057,0,0,0,0,26919,0,0,0,'Servant of the Throne','','',0,80,80,2,21,0,1,0.992063,1,1,828,1127,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,36724,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9507,'SmartAI',0,3,1,30,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36725,38058,0,0,0,0,30885,0,0,0,'Nerub\'ar Broodkeeper','','',0,80,80,2,21,0,1,0.992063,1,1,828,1127,0,300,7,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,36725,0,70215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9259,'',0,5,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_icc_nerubar_broodkeeper',12340),
|
|
(36726,0,0,0,33192,0,26851,27552,27553,0,'[PH] Icecrown Reanimated Crusader','','',0,80,80,2,2068,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36731,0,0,0,0,0,169,16946,0,0,'Icy Blast','','',0,80,80,2,14,0,1,1.14286,1.1,3,2,2,0,24,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36736,0,0,0,0,0,1126,23257,0,0,'Invisible Stalker (Icecrown Dungeon Trap)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36737,0,0,0,0,0,1126,14501,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36757,0,0,0,0,0,25771,0,0,0,'Frostsworn Berserker','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36763,0,0,0,0,0,25796,0,0,0,'Frostsworn Battle-Mage','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36764,37645,0,0,0,0,30368,30369,30370,30371,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36765,37646,0,0,0,0,30372,30373,0,0,'Alliance Slave','','',0,80,80,2,534,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(36766,37647,0,0,0,0,30374,30375,0,0,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36767,37648,0,0,0,0,30376,30377,30379,30378,'Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36769,0,0,0,0,0,25797,0,0,0,'Frostsworn Marksman','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36770,37649,0,0,0,0,30380,30381,30382,30383,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36771,37650,0,0,0,0,30384,30385,0,0,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36772,37651,0,0,0,0,30386,30387,0,0,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36773,37652,0,0,0,0,30388,30389,30390,30391,'Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36774,0,0,0,0,0,30310,30311,0,0,'Silver Covenant Agent','','',0,80,80,2,2027,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,512,2048,0,0,0,0,0,0,345,509,103,7,0,36774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,49872,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36776,0,0,0,0,0,30438,30439,0,0,'Sunreaver Agent','','',0,80,80,2,2123,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,36776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.35,1,1,0,49536,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(36778,0,0,0,0,0,6080,0,0,0,'Mighty Frostsaber','Night Elf Mohawk\'s Companion','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,2,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(36788,37609,0,0,0,0,22196,0,0,0,'Deathwhisper Necrolyte','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_deathwhisper_necrolyte',12340),
|
|
(36789,38174,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,536870912,2048,8,0,0,0,0,0,371,535,135,2,67113036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,860.524,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'boss_valithria_dreamwalker',12340),
|
|
(36791,38169,38721,38722,0,0,22773,0,0,0,'Blazing Skeleton','','',0,83,83,2,16,0,1,1.14286,1,1,4342,5920,0,300,4,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_blazing_skeleton',12340),
|
|
(36792,37658,0,0,0,0,30340,30341,30342,0,'[PH] Unused Quarry Overseer','Host of Suffering','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36794,0,0,0,0,0,30277,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,21,0,3,3,0.5,1,463,640,0,726,7.5,2000,0,2,832,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,'',0,4,1,8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_pos_tyrannus_events',12340),
|
|
(36795,0,0,0,0,0,11686,0,0,0,'Scourgelord Tyrannus','','',0,82,82,2,35,0,2,1.5873,1,1,463,640,0,726,7.5,2000,0,2,832,2048,8,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,'NullCreatureAI',0,4,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36796,37657,0,0,0,0,9785,0,0,0,'Corrupted Champion','','',0,80,80,0,1771,0,1,1,1,0,300,400,0,300,1,0,0,1,0,2048,8,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36804,0,0,0,0,0,31658,0,0,0,'Matt\'s Test Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.8,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36805,38075,0,0,0,0,30323,30360,0,0,'Deathspeaker Servant','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,843,1149,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,36805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2673,0,'SmartAI',0,3,1,20,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(36807,38073,0,0,0,0,30324,0,0,0,'Deathspeaker Disciple','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,609,831,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,36807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9778,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(36808,38076,0,0,0,0,30326,30357,0,0,'Deathspeaker Zealot','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,2781,3791,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,36808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2066,12558,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(36811,38072,0,0,0,0,30327,30359,0,0,'Deathspeaker Attendant','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,700,955,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,36811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(36812,0,0,0,0,0,30846,0,0,0,'Stormwind Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36817,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner','','',0,80,80,2,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36823,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,3500,4000,0,300,4.5,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,0,0,0,'npc_terenas_menethil',12340),
|
|
(36824,39296,0,0,0,0,31471,0,0,0,'Spirit Warden','','',0,83,83,2,14,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,0,8388624,256,'npc_spirit_warden',12340),
|
|
(36829,38074,0,0,0,0,30343,0,0,0,'Deathspeaker High Priest','Cult of the Damned','',0,82,82,2,16,0,3.2,1.71429,1,1,3302,4508,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,36829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18320,0,'SmartAI',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(36830,37638,0,0,0,0,30364,30365,30365,0,'Wrathbone Laborer','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36837,0,0,0,0,0,30346,0,0,0,'Onyxian Drake','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,134217728,2048,0,0,0,0,0,0,345,509,103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,209,1,0,0,'',12340),
|
|
(36838,0,0,0,0,0,29488,0,0,0,'Alliance Gunship Cannon','','vehichleCursor',0,80,80,0,1665,16777216,1,1,1,0,422,586,0,642,1,2000,2000,4,16388,0,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,69399,70174,0,0,0,0,0,0,0,554,0,0,'',0,1,1,65.5185,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(36839,0,0,0,0,0,29489,0,0,0,'Horde Gunship Cannon','','vehichleCursor',0,80,80,0,1665,16777216,1,1,1,0,422,586,0,642,1,2000,2000,4,16388,0,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,70172,69401,0,0,0,0,0,0,0,555,0,0,'',0,1,1,65.5185,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(36840,37644,0,0,0,0,26614,25244,0,0,'Ymirjar Wrathbringer','','',0,80,80,2,21,0,1,1.07143,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,36840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36841,37612,0,0,0,0,30350,0,0,0,'Fallen Warrior','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36842,37637,0,0,0,0,26919,0,0,0,'Wrathbone Coldwraith','','',0,80,80,2,21,0,1,0.99206,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,3,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36844,38077,0,0,0,0,30352,0,0,0,'Risen Deathspeaker Servant','','',0,82,82,2,312,0,3.2,1.71429,1,1,843,1149,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(36847,0,0,0,0,0,28470,0,0,0,'Collapsing Icicle','','',0,80,80,0,16,0,1,0.99206,1,0,2,2,0,24,1,2000,0,1,33587716,2048,8,0,0,0,0,0,1,1,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'npc_pos_collapsing_icicle',12340),
|
|
(36848,0,0,0,0,0,11686,0,0,0,'Invisible Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,0,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_pos_icicle_trigger',12340),
|
|
(36851,0,0,0,0,0,30415,0,0,0,'Aquanos','','',0,80,80,2,35,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36853,38265,38266,38267,0,0,30362,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,4340,5921,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,36853,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,800,1,1,0,51026,0,0,0,0,0,261,1,650854271,2097153,'boss_sindragosa',12340),
|
|
(36855,38106,38296,38297,0,0,30893,0,0,0,'Lady Deathwhisper','','',0,83,83,2,21,0,1,1.14286,1,3,3290,4480,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,36855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837154,0,'',0,3,1,300,350,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'boss_lady_deathwhisper',12340),
|
|
(36856,0,0,0,0,0,30358,0,0,0,'Shandy Glossgleam','','',10854,80,80,2,2007,1,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_shandy_dalaran',12340),
|
|
(36857,0,0,0,0,0,30196,0,0,0,'Blood Elf Warrior','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36858,0,0,0,0,0,30194,0,0,0,'Dwarf Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36859,0,0,0,0,0,30197,0,0,0,'Dwarf Shaman','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36860,0,0,0,0,0,30201,0,0,0,'Gnome Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36861,0,0,0,0,0,30190,0,0,0,'Human Hunter','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36862,0,0,0,0,0,30193,0,0,0,'Night Elf Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36863,0,0,0,0,0,30191,0,0,0,'Orc Mage','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36864,0,0,0,0,0,30199,0,0,0,'Tauren Paladin','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36865,0,0,0,0,0,30200,0,0,0,'Tauren Priest','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36866,0,0,0,0,0,30202,0,0,0,'Troll Druid','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36867,0,0,0,0,0,30198,0,0,0,'Undead Hunter','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36871,0,0,0,0,0,30462,0,0,0,'Core Hound Pup','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,768,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36874,0,0,0,0,0,29100,0,0,0,'Disturbed Glacial Revenant','','',0,80,80,2,16,0,1,1.28571,1,1,417,582,0,608,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36875,0,0,0,26195,0,24992,1065,0,0,'[PH] Icecrown Gauntlet Ghoul','','',0,70,70,2,21,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,147,1,8388624,0,'',12340),
|
|
(36877,37640,0,0,0,0,30363,0,0,0,'Wrathbone Skeleton','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36879,37635,0,0,0,0,23681,0,0,0,'Plagueborn Horror','','',0,80,80,2,16,0,1,1.28968,1,1,422,586,0,642,7.5,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,104,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36880,37655,0,0,0,0,25218,0,0,0,'Decaying Colossus','','',0,80,80,2,21,0,1.65,0.992063,1,1,6432,8769,0,300,7,2400,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,36880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36881,37656,0,0,0,0,9785,0,0,0,'Skeletal Slave','','',0,80,80,0,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36885,0,0,0,0,0,1660,1565,4110,0,'Crown Apothecary','','',0,20,23,0,35,0,1,1.14286,1,0,33,44,0,80,1,2000,2000,1,0,2048,0,0,0,0,0,0,22,33,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36886,37622,0,0,0,0,26577,0,0,0,'Geist Ambusher','','',0,80,80,2,1771,0,2,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,36886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(36888,0,0,0,0,0,30368,0,0,0,'Rescued Alliance Slave','','',0,80,80,2,1770,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36889,0,0,0,0,0,30386,30387,0,0,'Rescued Horde Slave','','',0,80,80,2,1770,0,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,32768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36891,37626,0,0,0,0,26742,0,0,0,'Iceborn Proto-Drake','','',0,80,80,2,21,0,1.44444,1.5873,1,1,422,586,0,642,7.5,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,0,36891,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'SmartAI',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36892,37641,0,0,0,0,27547,0,0,0,'Ymirjar Deathbringer','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,36892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36893,37642,0,0,0,0,27009,26122,0,0,'Ymirjar Flamebearer','','',0,80,80,2,21,0,2.8,1.42857,1,1,417,582,0,608,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,36893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,8,1,0,0,0,0,0,0,0,154,1,8388624,0,'',12340),
|
|
(36896,37636,0,0,0,0,30403,0,0,0,'Stonespine Gargoyle','','',0,80,80,2,21,0,2.7,1.14286,1,1,422,586,0,642,7.5,2000,0,1,576,2048,8,0,0,0,0,0,345,509,103,6,8,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,'SmartAI',0,4,1,12.6,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36897,38138,0,0,0,0,12349,0,0,0,'Little Ooze','','',0,82,82,0,2068,0,1,1.14286,1,1,300,400,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,0,1,650854271,2097408,'npc_little_ooze',12340),
|
|
(36899,38123,0,0,0,0,30491,0,0,0,'Big Ooze','','',0,82,82,2,14,0,1,0.57143,1,1,1563,2132,0,300,10,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,1,1,0,0,0,0,0,0,0,80,1,650854271,2097152,'npc_big_ooze',12340),
|
|
(36904,0,0,0,0,0,16943,0,0,0,'Gryphon Hatchling 3.3.0','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36907,37639,0,0,0,0,30401,0,0,0,'Wrathbone Siegesmith','','',0,80,80,2,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36908,0,0,0,0,0,30412,0,0,0,'Gryphon Hatchling','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36909,0,0,0,0,0,30413,0,0,0,'Wind Rider Cub','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_wind_rider_cub',12340),
|
|
(36910,0,0,0,0,0,30402,0,0,0,'Zipao Tiger','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36911,0,0,0,0,0,30414,0,0,0,'Pandaren Monk','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36912,0,0,0,0,0,3718,3714,18052,3585,'Chen Stormstout','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36913,0,0,0,0,0,30405,0,0,0,'Eye of the Lich King','','',0,80,80,0,14,0,1.6,0.57143,1,1,2,2,0,24,7.5,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,801,1,0,0,'',12340),
|
|
(36916,0,0,0,0,0,28292,0,0,0,'Ghoul Minion','','',0,80,80,2,16,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,54185,60876,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.4,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(36923,0,0,0,0,0,384,0,0,0,'Hogger (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.114669,1,1,0,1931,0,0,0,0,0,265,1,0,0,'',12340),
|
|
(36934,0,0,0,0,0,1126,11686,0,0,'Empowering Orb Controller Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36938,0,0,0,0,0,30277,0,0,0,'Scourgelord Tyrannus (1)','','',0,82,82,2,14,0,2.5,1.50714,1,1,900,1000,0,300,19,2000,0,1,832,2048,8,0,0,0,0,0,363,521,121,7,0,36938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,20,1,0,0,0,0,0,0,0,179,1,617299839,2097153,'',12340),
|
|
(36939,38156,38637,38638,0,0,30416,0,0,0,'High Overlord Saurfang','','',10954,83,83,2,83,1,1,1.71429,1,3,4333,5923,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,175,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_high_overlord_saurfang_igb',12340),
|
|
(36940,37550,0,0,0,0,24993,0,0,0,'Raging Ghoul','','',0,80,80,2,1771,0,2,1.42857,1,0,578,788,0,1,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_hor_raging_ghoul',12340),
|
|
(36941,37551,0,0,0,0,25245,0,0,0,'Risen Witch Doctor','','',0,80,80,2,1771,0,2,1.42857,1,1,4315,5629,0,1,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_hor_risen_witch_doctor',12340),
|
|
(36944,0,0,0,0,0,4449,25455,0,0,'Wants Shirts','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36945,0,0,0,0,0,4449,25455,0,0,'Wants Pants','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36946,0,0,0,0,0,4449,25455,0,0,'Wants Unmentionables','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36947,0,0,0,0,0,4449,25455,0,0,'Wants Water','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36948,38157,38639,38640,0,0,30508,0,0,0,'Muradin Bronzebeard','','',10875,83,83,2,84,1,1,1.71429,1,3,4333,5923,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,175,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_muradin_bronzebeard_igb',12340),
|
|
(36949,0,0,0,0,0,1070,0,0,0,'[PH] Scaling Fire Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.15,1,1,0,5659,16312,0,0,0,0,0,1,0,0,'',12340),
|
|
(36950,38406,38685,38686,0,0,30598,30599,30600,30601,'Skybreaker Marine','','',0,82,82,2,84,0,1,1.42857,1,1,4333,5923,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_add',12340),
|
|
(36954,0,0,0,0,0,30721,0,0,0,'The Lich King','','',0,83,83,2,2102,0,2,0.86,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,268435500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,117,0,650854271,2097152,'npc_hor_lich_king',12340),
|
|
(36955,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',10909,80,80,2,1770,2,0.888888,0.99206,1,1,346,499,0,287,7.5,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,262144,0,0,0,0,0,0,0,0,0,69708,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hor_leader_second',12340),
|
|
(36957,38404,38679,38680,0,0,30750,30751,30752,0,'Kor\'kron Reaver','','',0,82,82,2,83,0,1,1.42857,1,1,4333,5923,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_add',12340),
|
|
(36960,38262,38683,38684,0,0,30745,30746,30747,0,'Kor\'kron Sergeant','','',0,82,82,2,83,0,1,1.42857,1,1,4333,5923,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_leader',12340),
|
|
(36961,38261,38691,38692,0,0,30606,30607,30608,0,'Skybreaker Sergeant','','',0,82,82,2,84,0,1,1.42857,1,1,4333,5923,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,20,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_boarding_leader',12340),
|
|
(36963,0,0,0,0,0,171,0,0,0,'[PH] Scaling Earth Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36964,0,0,0,0,0,8714,0,0,0,'[PH] Scaling Air Elemental','','',0,40,40,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36965,0,0,0,0,0,5561,0,0,0,'Furious Water Elemental','','',0,80,80,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(36966,0,0,0,0,0,7804,0,0,0,'[DND] Town Bunny','','',0,40,40,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,212,1,0,0,'',12340),
|
|
(36967,0,0,0,0,0,25942,0,0,0,'Spiteful Apparition (Ambient)','','',0,80,80,2,16,0,0.4,1.14286,1,0,422,586,0,642,1,5000,0,2,33554688,2048,8,0,0,0,0,0,345,509,103,10,1048640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,0.793651,1,1,0,0,0,0,0,0,0,122,1,0,130,'',12340),
|
|
(36968,38403,38675,38676,0,0,30739,30740,0,0,'Kor\'kron Axethrower','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_gunner',12340),
|
|
(36969,38408,38689,38690,0,0,30603,30604,30605,0,'Skybreaker Rifleman','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_gunner',12340),
|
|
(36970,0,0,0,0,0,26989,26990,26991,26992,'Skybreaker Deckhand','','',0,80,80,0,84,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_igb_ship_crew',12340),
|
|
(36971,0,0,0,0,0,27322,27325,27326,27327,'Orgrim\'s Hammer Crew','','',0,80,80,0,83,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_igb_ship_crew',12340),
|
|
(36977,0,0,0,0,0,8409,0,0,0,'Soulbound Fire Elemental','','vehichleCursor',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,3715,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(36978,38407,38687,38688,0,0,30602,0,0,0,'Skybreaker Mortar Soldier','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_rocketeer',12340),
|
|
(36979,0,0,0,0,0,30507,0,0,0,'Lil\' K.T.','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33536,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(36980,38320,38321,38322,0,0,30890,0,0,0,'Ice Tomb','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'npc_ice_tomb',12340),
|
|
(36982,38405,38681,38682,0,0,30748,30749,0,0,'Kor\'kron Rocketeer','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,3.5,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_rocketeer',12340),
|
|
(36983,0,0,0,0,0,19725,27204,0,0,'Scourge Materials','','',0,80,80,0,974,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(36990,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader',12340),
|
|
(36991,0,0,0,0,0,21460,0,0,0,'Sunwell Guardian','','',0,80,80,1,1960,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(36993,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader',12340),
|
|
(36998,38082,0,0,0,0,30452,30450,0,0,'Skybreaker Protector','','',0,82,82,2,84,0,1,1.14286,1,1,1981,2701,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,36998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37000,0,0,0,0,0,11686,0,0,0,'Sunwell Visual Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37003,38086,0,0,0,0,30453,30454,0,0,'Skybreaker Vindicator','','',0,82,82,2,84,0,1,1.14286,1,1,1791,2445,0,300,7,2280,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37004,38079,0,0,0,0,30455,30457,0,0,'Skybreaker Dreadblade','','',0,82,82,2,84,0,1,1.14286,1,1,2034,2774,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37006,0,0,0,0,0,11686,0,0,0,'Sticky Ooze','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,69776,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37007,38031,0,0,0,0,30459,0,0,0,'Deathbound Ward','','',0,82,82,2,1813,0,2,1.42857,1,1,2319,3161,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,37007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70922,70922,'SmartAI',0,3,1,125,1,1,0,0,0,0,0,0,0,381,1,8388624,256,'',12340),
|
|
(37011,38061,0,0,0,0,31092,0,0,0,'The Damned','','',0,80,80,2,2209,0,1,1.19048,1,1,825,1125,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,72,37011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2445,12184,'SmartAI',0,3,1,38,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37012,38059,0,0,0,0,30616,30617,0,0,'Ancient Skeletal Soldier','','',0,80,80,2,21,0,1,1.14286,1,1,1238,1688,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,37012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4545,9187,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37013,0,0,0,0,0,11686,0,0,0,'Puddle Stalker','','',0,83,83,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37014,0,0,0,0,0,16925,0,0,0,'Ice Wall Target','','',0,60,60,0,114,0,1,0.99206,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37016,38081,0,0,0,0,30463,0,0,0,'Skybreaker Luminary','','',0,82,82,2,84,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_luminary',12340),
|
|
(37017,38078,0,0,0,0,30473,30465,0,0,'Skybreaker Assassin','','',0,82,82,2,84,0,1,1.14286,1,1,2196,2997,0,300,7,2280,2000,4,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37021,38085,0,0,0,0,30467,30468,0,0,'Skybreaker Vicar','','',0,82,82,2,84,0,1,1.14286,1,1,1563,2131,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_vicar',12340),
|
|
(37022,38108,0,0,0,0,15961,0,0,0,'Blighted Abomination','','',0,80,80,2,21,0,1,1.14286,1,1,2295,3129,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,524392,37022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3266,11522,'SmartAI',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37023,38062,0,0,0,0,31020,31022,0,0,'Plague Scientist','','',0,80,80,2,21,0,1,1.42857,1,1,1281,1744,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,37023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2402,12167,'SmartAI',0,3,1,35,2,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(37025,38064,0,0,0,0,30483,0,0,0,'Stinky','','',0,80,80,2,21,0,1,1.71429,1,1,1907,2600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37025,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'npc_stinky_icc',12340),
|
|
(37026,38083,0,0,0,0,30469,30470,0,0,'Skybreaker Sorcerer','','',0,82,82,2,84,0,1,1.14286,1,1,1589,2166,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37027,38080,0,0,0,0,30471,30472,0,0,'Skybreaker Hierophant','','',0,82,82,2,84,0,1,1.14286,1,1,1005,1370,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_hierophant',12340),
|
|
(37028,38094,0,0,0,0,30485,30486,0,0,'Kor\'kron Stalker','','',0,82,82,2,83,0,1,1.14286,1,1,2196,2997,0,300,7,2000,2000,4,32832,2048,8,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4607,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37029,38092,0,0,0,0,30482,30484,0,0,'Kor\'kron Reaver','','',0,82,82,2,83,0,1,1.14286,1,1,2034,2774,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4747,0,'SmartAI',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37030,38091,0,0,0,0,30480,30481,0,0,'Kor\'kron Primalist','','',0,82,82,2,83,0,1,1.14286,1,1,1005,1370,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9442,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_hierophant',12340),
|
|
(37031,38090,0,0,0,0,30478,30479,0,0,'Kor\'kron Oracle','','',0,82,82,2,83,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5456,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_luminary',12340),
|
|
(37032,38087,0,0,0,0,30474,30475,0,0,'Kor\'kron Defender','','',0,82,82,2,83,0,1,1.14286,1,1,1981,2701,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,37032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37033,38088,0,0,0,0,30476,30477,0,0,'Kor\'kron Invoker','','',0,82,82,2,83,0,1,1.14286,1,1,1589,2166,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9007,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37034,38095,0,0,0,0,30487,30488,0,0,'Kor\'kron Templar','','',0,82,82,2,83,0,1,1.14286,1,1,1563,2131,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37034,0,0,0,0,0,0,0,0,69963,71131,69910,69967,0,0,0,0,0,0,0,0,'',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_vicar',12340),
|
|
(37035,38096,0,0,0,0,30489,30490,0,0,'Kor\'kron Vanquisher','','',0,82,82,2,83,0,1,1.14286,1,1,1791,2445,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,37035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,35,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37036,0,0,0,0,0,5561,0,0,0,'Rippling Water Elemental','','',0,80,80,2,1932,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37037,0,0,0,0,0,5561,0,0,0,'Acanthurus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37038,38063,0,0,0,0,26577,0,0,0,'Vengeful Fleshreaper','','',0,80,80,2,21,0,2,1.5,1,1,698,950,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,37038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2190,13090,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'npc_icc_vengeful_fleshreaper',12340),
|
|
(37039,0,0,0,0,0,21955,0,0,0,'[DND]Ground Cover Bunny','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37041,0,0,0,0,0,22548,0,0,0,'Skybreaker Battle Standard','','',0,80,80,2,1733,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37044,0,0,0,0,0,23993,0,0,0,'Kor\'kron Battle Standard','','',0,80,80,2,1734,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37063,0,0,0,0,0,3167,5446,0,0,'Stormwind City Guard','','',0,80,80,2,11,0,1.01,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37068,37721,0,0,0,0,24653,0,0,0,'Spiritual Reflection','','',0,80,80,2,16,0,1,1.14286,1.3,1,1734,2364,0,1,1.1,2000,2000,1,33024,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,4,1,1,0,0,0,0,0,0,0,113,1,0,0,'npc_hor_spiritual_reflection',12340),
|
|
(37069,37549,0,0,0,0,30503,0,0,0,'Lumbering Abomination','','',0,80,80,2,1771,0,2,1.42857,1,1,9653,13160,0,1,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_hor_lumbering_abomination',12340),
|
|
(37071,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Icecrown Dungeon Trap Controller)','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37072,0,0,0,0,0,4382,0,0,0,'Rogg','','',0,60,60,0,29,0,1,1.14286,1,0,104,138,0,252,1,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37074,0,0,0,0,0,28918,0,0,0,'Argent Warhose TEST','','vehichleCursor',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.96825,1,1,0,0,0,0,0,0,0,157,1,0,0,'',12340),
|
|
(37094,0,0,0,0,0,30822,0,0,0,'Crucible of Souls','','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37098,38418,0,0,0,0,24991,0,0,0,'Val\'kyr Herald','','',0,80,80,2,21,0,1,1.07143,1,1,3699,5043,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,4,80,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'npc_icc_valkyr_herald',12340),
|
|
(37100,0,0,0,0,0,30509,0,0,0,'Alliance Brigadier General (Stormwind Visual)','','',0,80,80,2,55,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37101,0,0,0,0,0,30511,0,0,0,'Horde Warbringer - Orgrimmar Appearance (DND)','','',0,80,80,2,1074,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37107,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection','','',0,80,80,2,16,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(37116,38256,38693,38694,0,0,30609,30610,30611,0,'Skybreaker Sorcerer','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_mage',12340),
|
|
(37117,38257,38677,38678,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,15,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_gunship_mage',12340),
|
|
(37118,0,0,0,0,0,30516,30886,0,0,'Elemental Stone','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37119,0,0,0,0,0,31011,0,0,0,'Highlord Tirion Fordring','','',10876,83,83,2,2073,1,1,1.14286,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_highlord_tirion_fordring_lh',12340),
|
|
(37120,0,0,0,0,0,30869,0,0,0,'Highlord Darion Mograine','','',10910,83,83,2,2050,3,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,622,0,0,'SmartAI',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37122,38298,0,0,0,0,30907,0,0,0,'Captain Arnath','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_arnath',12340),
|
|
(37123,38299,0,0,0,0,30908,0,0,0,'Captain Brandon','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_brandon',12340),
|
|
(37124,38303,0,0,0,0,30909,0,0,0,'Captain Grondel','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_grondel',12340),
|
|
(37125,38304,0,0,0,0,30910,0,0,0,'Captain Rupert','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_captain_rupert',12340),
|
|
(37126,38258,0,0,0,0,30521,0,0,0,'Sister Svalna','','',0,82,82,1,2209,0,1.6,2.28571,1,1,3333,3923,0,300,7,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,96,37126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,5,200,20,1,0,0,0,0,0,0,0,200,1,650854271,2097152,'boss_sister_svalna',12340),
|
|
(37127,38126,0,0,0,0,27548,0,0,0,'Ymirjar Frostbinder','','',0,80,80,2,2209,0,1,1.14286,1,1,825,1125,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'npc_frostwing_vrykul',12340),
|
|
(37128,0,0,0,0,0,30520,0,0,0,'[PH] Icecrown Shade','','',0,80,80,2,21,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37129,38000,0,0,0,0,30911,0,0,0,'Crok Scourgebane','Grand Champion of the Ebon Blade','',0,83,83,2,2214,0,1,1.14286,1,1,509,683,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_crok_scourgebane',12340),
|
|
(37130,0,0,0,0,0,14702,0,0,0,'Mirror Image','','',0,82,82,2,31,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,16777216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37131,0,0,0,0,0,24653,0,0,0,'Mirror Image Bug Test','','',0,80,80,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(37132,38132,0,0,0,0,27549,0,0,0,'Ymirjar Battle-Maiden','','',0,80,80,2,2209,0,1.2,1.14286,1,1,825,1125,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),
|
|
(37133,38133,0,0,0,0,26623,0,0,0,'Ymirjar Warlord','','',0,80,80,2,2209,0,1,1.42857,1,1,825,1125,0,300,7,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),
|
|
(37134,38131,0,0,0,0,25771,0,0,0,'Ymirjar Huntress','','',0,80,80,2,2209,0,1,1.28571,1,1,767,1044,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,767,1044,300,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),
|
|
(37144,38097,0,0,0,0,30529,30528,0,0,'Skybreaker Marksman','','',0,82,82,2,84,0,1,1.14286,1,1,1585,2164,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,1585,2164,300,7,72,37144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_marksman',12340),
|
|
(37146,38093,0,0,0,0,30530,30531,0,0,'Kor\'kron Sniper','','',0,82,82,2,83,0,1,1.14286,1,1,1585,2164,0,300,7,1000,2000,2,32832,2048,0,0,0,0,0,0,1585,2164,300,7,72,37146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9004,'',0,3,1,30,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_icc_skybreaker_marksman',12340),
|
|
(37148,38084,0,0,0,0,30535,30536,0,0,'Skybreaker Summoner','','',0,82,82,2,84,0,0.6,0.685714,1,1,752,1025,0,300,7,2280,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37149,38089,0,0,0,0,30532,30534,0,0,'Kor\'kron Necrolyte','','',0,82,82,2,83,0,1,1.14286,1,1,752,1025,0,300,7,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,37149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37158,0,0,0,0,0,30547,0,0,0,'Quel\'Delar','','',0,80,80,2,14,0,1,2,1,1,422,586,0,642,7.5,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,10,0,37158,0,0,0,0,0,0,0,0,67541,29426,16856,67716,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,17,5,1,0,50254,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37168,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 1','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37172,0,0,0,0,0,30728,0,0,0,'Detective Snap Snagglebolt','','',10976,30,30,0,1735,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37181,0,0,0,0,0,19725,25455,0,0,'The Lich King','','',0,83,83,2,35,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,371,535,135,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37182,0,0,0,0,0,26982,0,0,0,'High Captain Justin Bartlett','','',0,80,80,2,84,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,0,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(37183,0,0,0,0,0,19725,25455,0,0,'Highlord Bolvar Fordragon','','',0,83,83,2,35,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,2,33587968,2048,0,0,0,0,0,0,371,535,135,10,1052676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,50,20,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37184,0,0,0,0,0,19000,0,0,0,'Zafod Boombox','','',10885,83,83,2,35,1,1,1.71429,1,1,509,683,0,805,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'npc_zafod_boombox',12340),
|
|
(37186,0,0,0,0,0,15880,0,0,0,'Frost Bomb','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554944,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37187,0,0,0,0,0,30583,0,0,0,'High Overlord Saurfang','','',0,83,83,2,1735,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33600,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_high_overlord_saurfang_icc',12340),
|
|
(37188,0,0,0,0,0,30865,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,894,0,1,1,1,3,370,531,0,343,35,2000,2000,8,0,2048,0,0,0,0,0,0,365,542,84,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37189,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron General','','',0,82,82,2,1735,0,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37190,0,0,0,0,0,30606,30607,30608,0,'Alliance Commander','','',0,82,82,2,1732,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16.2,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37191,0,0,0,0,0,30516,0,0,0,'[PH] Ice Stone 2','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37192,0,0,0,0,0,30516,0,0,0,'[PH] Ice Stone 3','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37193,0,0,0,0,0,5561,0,0,0,'Balistoides','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37194,0,0,0,0,0,5561,0,0,0,'Chaetodon','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37200,0,0,0,0,0,30582,0,0,0,'Muradin Bronzebeard','','',10933,83,83,2,1732,1,1,1.71429,1,3,509,683,0,805,35,2000,2000,1,32768,2048,0,0,0,0,0,0,371,535,135,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'npc_muradin_bronzebeard_icc',12340),
|
|
(37201,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 2','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37202,0,0,0,0,0,7804,0,0,0,'[DND] Summon Bunny 3','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37205,0,0,0,0,0,30570,0,0,0,'Thalorien Dawnseeker','','',0,80,80,2,42,0,1,1.14286,1,1,500,700,0,300,5,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'npc_bh_thalorien_dawnseeker',12340),
|
|
(37211,0,0,0,0,0,30581,30590,30591,30592,'Sunwell Defender','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37214,0,0,0,0,0,30576,30577,30578,30579,'Crown Lackey','','',0,8,9,0,14,0,1,1.14286,1,0,11,15,0,40,1,2000,2000,1,0,2048,0,0,0,0,0,0,8,11,0,7,0,37214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37215,38129,38701,38702,0,0,31044,1126,0,0,'Orgrim\'s Hammer','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,49.4801,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_gunship',12340),
|
|
(37217,38103,0,0,0,0,30483,0,0,0,'Precious','','',0,80,80,2,21,0,1,1.71429,1,1,1734,2364,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,37217,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285253,285253,'',0,3,1,250,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'npc_precious_icc',12340),
|
|
(37221,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',11031,83,83,2,35,2,0.888888,0.99206,1,3,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hor_leader',12340),
|
|
(37222,0,0,0,0,0,11686,0,0,0,'Pit of Saron Front Formation Bunny','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,0,1,33554432,2048,8,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37223,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',10950,83,83,2,35,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,2000,2,33600,2048,0,0,0,0,0,0,365,529,98,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_hor_leader',12340),
|
|
(37225,0,0,0,0,0,30821,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,1665,0,1,1.14,1,1,417,582,0,608,13,2000,2000,2,33600,2048,0,0,0,0,0,0,341,506,80,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37226,0,0,0,0,0,30721,0,0,0,'The Lich King','','',0,83,83,2,2102,0,2,1.4,1,3,509,683,0,805,35,2000,2000,1,768,2048,0,0,0,0,0,0,371,535,135,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,151,1,617299955,0,'',12340),
|
|
(37227,0,0,0,0,0,30615,0,0,0,'Teleport Portal','','Interact',0,81,81,0,35,16777216,1,1,1,0,464,604,0,708,1,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(37228,38134,0,0,0,0,26623,0,0,0,'Frostwarden Warrior','','',0,80,80,2,2209,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,37228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37229,38137,0,0,0,0,27548,0,0,0,'Frostwarden Sorceress','','',0,80,80,2,2209,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,37229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37230,38444,0,0,0,0,30902,0,0,0,'Spire Frostwyrm','','',0,82,82,2,16,0,2,1.5873,1,1,4310,5883,0,300,8,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271134,271134,'',0,1,1,80,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_icc_spire_frostwyrm',12340),
|
|
(37231,0,0,0,0,0,1126,24719,0,0,'Rope Beam Stalker','','',0,1,1,0,1375,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37232,38362,0,0,0,0,30597,0,0,0,'Nerub\'ar Broodling','','',0,80,80,2,21,0,1.85,1.14286,1,0,828,1127,0,300,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,127,1,8388624,0,'',12340),
|
|
(37233,0,0,0,0,0,1149,0,0,0,'Aerie Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37234,0,0,0,0,0,13298,0,0,0,'Aggi Rumblestomp (3)','','',0,80,80,2,11,0,1.75,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,192,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37235,0,0,0,0,0,12069,12070,12071,12072,'Alliance Sentinel (3)','','',0,55,55,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37236,0,0,0,13116,0,13336,13337,0,0,'Alliance Spirit Guide (3)','','',0,81,81,2,84,32768,1,1.14286,1,1,405,609,0,152,49.1,2000,2000,2,4930,2048,0,0,0,0,0,0,324,487,122,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37237,0,0,0,0,0,13340,0,0,0,'Alterac Ram (3)','','',0,80,80,2,1274,0,1.26,1.14286,1,0,299,426,0,308,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,1,0,10990,0,10990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37238,0,0,0,0,0,10946,0,0,0,'Alterac Yeti (3)','','',0,81,81,0,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37239,0,0,0,0,0,13403,0,0,0,'Arch Druid Renferal (3)','','',5142,80,80,2,1216,3,1.76,1.14286,1,1,234,331,0,286,8.2,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1861,1861,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37240,0,0,0,0,0,14215,0,0,0,'Athramanis (3)','Bounty Hunter','',0,80,80,2,1594,2,1.27,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,606,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37241,0,0,0,0,0,8716,0,0,0,'Blizzard Elemental (3)','','',0,1,1,0,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,6.5,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37242,0,0,0,0,0,2284,0,0,0,'Brogus Thunderbrew (3)','Food & Drink','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,0.6,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37243,0,0,0,0,0,12823,0,0,0,'Captain Balinda Stonehearth (3)','Stormpike Captain','',0,83,83,2,1216,0,1.8,1.14286,1,3,296,424,0,290,40.9,2000,2000,2,4096,2048,0,0,0,0,0,0,260,387,25,7,4,11949,11949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1917,1917,'',1,3,1,40,30,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(37244,0,0,0,0,0,11895,0,0,0,'Captain Galvangar (3)','Frostwolf Captain','',0,83,83,2,1214,0,1.8,1.14286,1,3,299,426,0,308,38,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,28,7,4,11947,11947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,1918,'',1,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(37245,0,0,0,0,0,13889,13890,13533,13534,'Champion Coldmine Explorer (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37246,0,0,0,0,0,13563,13564,13565,13566,'Champion Coldmine Guard (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37247,0,0,0,0,0,13632,13633,13634,13635,'Champion Coldmine Invader (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37248,0,0,0,0,0,13558,13559,13560,13561,'Champion Coldmine Surveyor (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37249,0,0,0,0,0,13650,13651,13652,13653,'Champion Commando (3)','','',0,61,61,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37250,0,0,0,0,0,13351,13352,13353,13354,'Champion Defender (3)','','',0,80,80,2,1216,0,1.27,1.14286,1,0,299,426,0,308,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,7,0,13422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,570,'',1,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37251,0,0,0,0,0,13361,13362,13363,13364,'Champion Guardian (3)','','',0,80,80,2,1214,0,1.27,1.14286,1,0,299,426,0,308,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,28,7,0,13421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,596,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37252,0,0,0,0,0,13371,13372,13373,13374,'Champion Guardsman (3)','','',0,80,80,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37253,0,0,0,0,0,13777,13778,13779,13780,'Champion Irondeep Explorer (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37254,0,0,0,0,0,13789,13791,13790,13792,'Champion Irondeep Guard (3)','','',0,60,60,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37255,0,0,0,0,0,13598,13599,13600,13601,'Champion Irondeep Raider (3)','','',0,60,60,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37256,0,0,0,0,0,13803,13804,13805,13806,'Champion Irondeep Surveyor (3)','','',0,60,60,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.91,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37257,0,0,0,0,0,13375,13376,13377,13378,'Champion Legionnaire (3)','','',0,80,80,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37258,0,0,0,0,0,13379,13380,13381,13382,'Champion Mountaineer (3)','','',0,58,58,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37259,0,0,0,0,0,13833,13834,13835,13836,'Champion Outrunner (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37260,0,0,0,0,0,13686,13687,13688,13689,'Champion Ranger (3)','','',0,76,76,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37261,0,0,0,0,0,13837,13838,13839,13840,'Champion Reaver (3)','','',0,61,61,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37262,0,0,0,0,0,13357,13358,13359,13360,'Champion Sentinel (3)','','',0,58,58,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37263,0,0,0,0,0,13365,13366,13367,13368,'Champion Warrior (3)','','',0,58,58,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37264,0,0,0,0,0,13895,13896,13552,13553,'Coldmine Explorer (3)','','',0,80,80,2,1216,0,1,1.14286,1,0,186,260,0,262,1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,105,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37265,0,0,0,0,0,13322,13323,13325,13562,'Coldmine Guard (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13089,13089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37266,0,0,0,0,0,13326,13328,13630,13631,'Coldmine Invader (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37267,0,0,0,0,0,556,308,0,0,'Coldmine Miner (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13317,13317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37268,0,0,0,0,0,13334,0,0,0,'Coldmine Peon (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13316,13316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37269,0,0,0,0,0,13330,13331,13540,13537,'Coldmine Surveyor (3)','','',0,80,80,2,1214,2,1.74,1.14286,1,0,186,260,0,262,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13097,13097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37270,0,0,0,0,0,13462,0,0,0,'Commander Dardosh <old> (3)','','',0,81,81,0,1214,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37271,0,0,0,0,0,13445,0,0,0,'Commander Duffy (3)','','',0,81,81,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37272,0,0,0,0,0,13450,0,0,0,'Commander Karl Philips (3)','','',0,81,81,1,1216,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37273,0,0,0,0,0,13465,0,0,0,'Commander Louis Philips (3)','','',0,81,81,0,1214,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37274,0,0,0,0,0,13463,0,0,0,'Commander Malgor (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37275,0,0,0,0,0,13446,0,0,0,'Commander Mortimer (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37276,0,0,0,0,0,13464,0,0,0,'Commander Mulfort (3)','','',0,81,81,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37277,0,0,0,0,0,13455,0,0,0,'Commander Randolph (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37278,0,0,0,0,0,13383,0,0,0,'Corporal Noreg Stormpike (3)','','',5081,81,81,2,1216,3,1.78,1.14286,1,1,245,346,0,298,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,206,302,25,7,0,13447,13447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,1667,'',1,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37279,0,0,0,0,0,13851,0,0,0,'Corporal Teeka Bloodsnarl (3)','','',6261,56,57,0,1214,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37280,0,0,0,0,0,2863,0,0,0,'Deathstalker Agent (3)','','',0,61,61,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37281,0,0,0,0,0,14234,0,0,0,'Dirk Swindle (3)','Bounty Hunter','',0,80,80,2,57,2,1.27,1.14286,1,0,245,346,0,298,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,25,7,0,14188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,607,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37282,0,0,0,12121,0,10278,0,0,0,'Drakan (3)','','',0,81,81,2,1214,0,1,1.14286,1,1,218,327,0,82,7.5,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37283,0,0,0,0,0,11894,0,0,0,'Drek\'Thar (3)','Frostwolf General','',0,83,83,2,1214,1,1.78,1.14286,1,3,307,438,0,314,63.4,2000,2000,1,4096,2048,0,0,0,0,0,0,270,401,30,7,4,0,11946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(37284,0,0,0,0,0,13409,0,0,0,'Druid of the Grove (3)','','',5141,81,81,2,1216,1,1.78,1.14286,1,1,234,331,0,286,7.8,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1656,1656,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37285,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar North Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37286,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar North Warmaster (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37287,0,0,0,0,0,14793,14795,14794,14796,'Dun Baldar South Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,32768,2048,0,0,0,0,0,0,215,320,26,7,0,14763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37288,0,0,0,0,0,14797,14799,14798,14800,'Dun Baldar South Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37289,0,0,0,12122,0,10278,0,0,0,'Duros (3)','','',0,81,81,2,1214,0,1,1.14286,1,1,218,327,0,82,7.5,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,1,0,0,0,0,0,0,0,0,0,0,8599,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37290,0,0,0,0,0,14793,14795,14794,14796,'East Frostwolf Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37291,0,0,0,0,0,14797,14799,14798,14800,'East Frostwolf Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37292,0,0,0,0,0,13662,0,0,0,'Field Marshal Teravaine (3)','','',0,61,61,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37293,0,0,0,0,0,12815,0,0,0,'Fjordune the Greater (3)','','',0,1,1,0,14,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,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,3,1,32.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37294,0,0,0,0,0,10278,0,0,0,'Frostwolf (3)','','',0,80,80,2,1275,0,1.26,1.14286,1,0,159,221,0,258,0.9,2000,2000,1,0,2048,0,1,0,0,0,0,127,188,20,1,1,10981,0,10981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13040,0,0,0,'',1,1,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37295,0,0,0,0,0,14320,14321,14323,14325,'Frostwolf Battleguard (3)','','',0,81,81,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37296,0,0,0,0,0,782,0,0,0,'Frostwolf Bloodhound (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,194,274,0,272,0.9,2000,2000,1,4096,2048,0,1,0,0,0,0,154,226,22,1,0,14282,0,14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,1,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37297,0,0,0,0,0,13398,13399,13400,13401,'Frostwolf Bowman (3)','','',0,80,80,2,1214,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,26,7,0,13359,13359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,576,'',1,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37298,0,0,0,0,0,15243,15244,15245,15246,'Frostwolf Emissary (3)','','',6484,55,55,0,1215,1048577,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37299,0,0,0,0,0,13793,0,0,0,'Frostwolf Explosives Expert (3)','','',0,59,59,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37300,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Guardian (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,12053,12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,543,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37301,0,0,0,0,0,12080,0,0,0,'Frostwolf Herald (3)','','',0,80,80,0,1335,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37302,0,0,0,0,0,12949,12950,12951,12952,'Frostwolf Legionnaire (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,24,7,0,12051,12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,524,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37303,0,0,0,0,0,13394,0,0,0,'Frostwolf Mine Layer (3)','','',0,61,61,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37304,0,0,0,0,0,13817,13818,13819,13820,'Frostwolf Outrunner (3)','','',0,76,76,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37305,0,0,0,0,0,13385,0,0,0,'Frostwolf Quartermaster (3)','','',0,80,80,2,1215,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37306,0,0,0,0,0,13809,13810,13811,13812,'Frostwolf Reaver (3)','','',0,65,65,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37307,0,0,0,0,0,12165,12166,12167,12170,'Frostwolf Reclaimer (3)','','',0,1,1,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37308,0,0,0,0,0,13410,0,0,0,'Frostwolf Shaman (3)','','',0,81,81,2,1214,1,1.77,1.14286,1,1,214,301,0,276,5.2,2000,2000,2,4160,2048,0,0,0,0,0,0,179,266,23,7,0,13284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1627,1627,'',1,3,1,10.4,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37309,0,0,0,0,0,13310,0,0,0,'Frostwolf Shredder Unit (3)','','',0,60,60,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37310,0,0,0,13616,0,13670,0,0,0,'Frostwolf Stable Master (3)','Stable Master','',9821,80,80,2,1214,4194307,1.78,1.14286,1,1,210,315,0,79,7.9,1000,1000,1,0,2048,0,0,0,0,0,0,168,252,63,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37311,0,0,0,0,0,12081,12082,12083,12084,'Frostwolf Warrior (3)','','',0,55,55,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37312,0,0,0,0,0,13411,13412,13414,13413,'Frostwolf Wolf Rider (3)','','',0,78,78,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37313,0,0,0,13441,0,13415,0,0,0,'Frostwolf Wolf Rider Commander (3)','','',0,81,81,2,1214,2,1.79,1.14286,1,1,218,327,0,82,7.4,1000,1000,1,0,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2855,2855,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37314,0,0,0,0,0,2346,0,0,0,'Furis (3)','','',0,1,1,0,1215,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,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,3,1,1.755,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(37315,0,0,0,0,0,13476,0,0,0,'Gaelden Hammersmith (3)','Stormpike Supply Officer','',0,81,81,2,1217,4224,1.75,1.14286,1,1,231,325,0,292,4.4,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,1662,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37316,0,0,0,0,0,11686,0,0,0,'Gahz\'ranka Herald (3)','','',0,1,1,0,1334,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37317,0,0,0,0,0,12249,0,0,0,'Gash\'nak the Cannibal (3)','','',0,80,80,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8.45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37318,0,0,0,0,0,1359,0,0,0,'Grelkor (3)','Blacksmithing Supplies','',0,80,80,2,1215,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37319,0,0,0,0,0,10792,0,0,0,'Grimtooth (3)','','',0,80,80,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37320,0,0,0,0,0,13477,0,0,0,'Grunnda Wolfheart (3)','Frostwolf Supply Officer','',0,80,80,2,1215,4224,1.75,1.14286,1,1,231,325,0,292,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,13218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,1561,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37321,0,0,0,0,0,11012,0,0,0,'Guse\'s War Rider (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37322,0,0,0,0,0,13069,0,0,0,'Herald (3)','','',0,80,80,2,1334,3,1,1.14286,1,0,252,357,0,304,1.2,2000,2000,1,33559296,2048,0,0,0,0,0,0,215,320,26,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37323,0,0,0,13117,0,13338,13339,0,0,'Horde Spirit Guide (3)','','',0,81,81,2,83,32768,1,1.14286,1,1,405,609,0,152,49.1,2000,2000,2,4930,2048,0,0,0,0,0,0,324,487,122,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37324,0,0,0,0,0,10041,0,0,0,'Ice Giant (3)','','',0,83,83,0,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37325,0,0,0,0,0,14793,14795,14794,14796,'Iceblood Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37326,0,0,0,0,0,14797,14799,14798,14800,'Iceblood Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37327,0,0,0,0,0,14793,14795,14794,14796,'Icewing Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37328,0,0,0,0,0,14797,14799,14798,14800,'Icewing Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37329,0,0,0,0,0,1148,0,0,0,'Ichman\'s Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37330,0,0,0,0,0,10285,0,0,0,'Irondeep Cave Lurker UNUSED (3)','','',0,52,53,0,59,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37331,0,0,0,0,0,13430,13431,13432,13433,'Irondeep Explorer (3)','','',0,80,80,2,1214,0,1.74,1.14286,1,0,186,260,0,262,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,153,227,21,7,0,13099,13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37332,0,0,0,0,0,10285,0,0,0,'Irondeep Geomancer UNUSED (3)','','',0,53,54,0,59,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37333,0,0,0,0,0,13311,13313,13312,13314,'Irondeep Guard (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,13080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37334,0,0,0,0,0,556,308,0,0,'Irondeep Miner (3)','','',0,80,80,2,1216,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13396,13396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.39,0.4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37335,0,0,0,0,0,13335,0,0,0,'Irondeep Peon (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,13397,13397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,80,'',1,3,1,0.39,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37336,0,0,0,0,0,13434,13435,13436,13437,'Irondeep Raider (3)','','',0,80,80,2,1214,2,1.75,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,13081,13081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37337,0,0,0,0,0,10285,0,0,0,'Irondeep Shaman (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,325,464,0,334,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,285,423,27,7,0,11600,11600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,246,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37338,0,0,0,0,0,10285,0,0,0,'Irondeep Skullthumper (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,11602,11602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37339,0,0,0,0,0,13315,13317,13316,13318,'Irondeep Surveyor (3)','','',0,80,80,2,1216,0,1.73,1.14286,1,0,186,260,0,262,1.2,2000,2000,2,4096,2048,0,0,0,0,0,0,153,227,21,7,0,13098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.52,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37340,0,0,0,0,0,10285,0,0,0,'Irondeep Trogg (3)','','',0,80,80,2,59,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10987,10987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,333,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37341,0,0,0,0,0,14884,0,0,0,'Ivus the Forest Lord (3)','','',0,83,83,0,1594,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,15,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),
|
|
(37342,0,0,0,0,0,13438,0,0,0,'Jekyll Flandring (3)','Frostwolf Supply Officer','',0,58,58,0,1335,4226,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37343,0,0,0,0,0,11012,0,0,0,'Jeztor\'s War Rider (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37344,0,0,0,0,0,3061,0,0,0,'Jonivera Farmountain (3)','General Goods','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37345,0,0,0,0,0,13808,0,0,0,'Jotek (3)','','',0,81,81,2,1214,2,1.8,1.14286,1,1,299,426,0,308,7.7,2000,2000,1,4160,2048,0,0,0,0,0,0,262,389,28,7,0,13798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,598,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37346,0,0,0,0,0,13300,0,0,0,'Keetar (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,175,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37347,0,0,0,0,0,7873,0,0,0,'Korrak the Bloodrager (3)','','',0,82,82,0,37,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45.5,1,1,0,18148,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37348,0,0,0,0,0,3084,0,0,0,'Kurdrum Barleybeard (3)','Reagents & Poison Supplies','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,104,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37349,0,0,0,0,0,2286,0,0,0,'Lana Thunderbrew (3)','Blacksmithing Supplies','',0,80,80,2,1217,4224,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,133,133,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37350,0,0,0,0,0,13456,0,0,0,'Lieutenant Greywand (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37351,0,0,0,0,0,7864,0,0,0,'Lieutenant Grummus (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37352,0,0,0,0,0,13841,0,0,0,'Lieutenant Haggerdin (3)','','',5442,61,61,0,1334,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37353,0,0,0,0,0,13457,0,0,0,'Lieutenant Largent (3)','','',0,79,79,1,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37354,0,0,0,0,0,13466,0,0,0,'Lieutenant Lewis (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37355,0,0,0,0,0,13458,0,0,0,'Lieutenant Lonadin (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37356,0,0,0,0,0,13459,0,0,0,'Lieutenant Mancuso (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37357,0,0,0,0,0,1693,0,0,0,'Lieutenant Murp <old> (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37358,0,0,0,0,0,13467,0,0,0,'Lieutenant Rugba (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37359,0,0,0,0,0,13460,0,0,0,'Lieutenant Spencer (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37360,0,0,0,0,0,13461,0,0,0,'Lieutenant Stouthandle (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37361,0,0,0,0,0,13468,0,0,0,'Lieutenant Stronghoof (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37362,0,0,0,0,0,13469,0,0,0,'Lieutenant Vol\'talar (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37363,0,0,0,0,0,31723,13174,0,0,'Lokholar the Ice Lord (3)','','',0,81,81,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,8,1,0,0,0,0,0,0,0,196,1,0,0,'',12340),
|
|
(37364,0,0,0,0,0,13305,0,0,0,'Masha Swiftcut (3)','','',0,80,80,2,1214,2,1.76,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,195,289,25,7,0,13088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,278,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37365,0,0,0,0,0,13439,0,0,0,'Master Engineer Zinfizzlex (3)','','',0,60,60,0,1194,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37366,0,0,0,0,0,5945,0,0,0,'Morloch (3)','','',0,80,80,2,59,0,1.77,1.14286,1,0,214,301,0,276,1.2,2000,2000,2,512,2048,0,0,0,0,0,0,179,266,23,7,0,11657,11657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,111,'',1,3,1,1.3,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37367,0,0,0,0,0,13849,0,0,0,'Mountaineer Boombellow (3)','','',0,81,81,2,1216,2,1.8,1.14286,1,1,299,426,0,308,3.2,2000,2000,1,0,2048,0,0,0,0,0,0,262,389,26,7,0,13797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1828,1828,'',1,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37368,0,0,0,0,0,11012,0,0,0,'Mulverick\'s War Rider (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37369,0,0,0,0,0,13151,0,0,0,'Murgot Deepforge (3)','','',5021,81,81,2,1216,2,1.79,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,13257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,639,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37370,0,0,0,0,0,14232,0,0,0,'Najak Hexxen (3)','Bounty Hunter','',0,80,80,2,877,2,1.27,1.14286,1,0,245,346,0,298,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,206,302,25,7,0,14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,578,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37371,0,0,0,0,0,13478,0,0,0,'Primalist Thurloga (3)','','',0,81,81,2,1214,3,1.79,1.14286,1,1,234,331,0,286,8.1,2000,2000,2,4160,2048,0,0,0,0,0,0,198,295,24,7,0,13236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1854,1854,'',1,3,1,15.6,12,1,0,0,0,0,0,0,0,180,1,0,0,'',12340),
|
|
(37372,0,0,0,0,0,13794,0,0,0,'Prospector Stonehewer (3)','','',0,80,80,2,1216,2,1.05,1.14286,1,0,299,426,0,308,1.1,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,28,7,0,13816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,175,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37373,0,0,0,0,0,4294,0,0,0,'Rarck (3)','General Goods','',0,80,80,2,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,135,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37374,0,0,0,0,0,14233,0,0,0,'Ravak Grimtotem (3)','Bounty Hunter','',0,80,80,2,105,2,1.26,1.14286,1,0,252,357,0,304,1.2,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,600,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37375,0,0,0,0,0,14072,0,0,0,'Rezrelek (3)','Winterax Hero','',0,1,1,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37376,0,0,0,0,0,8811,0,0,0,'Risen Ancient (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,32.5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37377,0,0,0,0,0,10833,0,0,0,'Ryson\'s Eye in the Sky (3)','','',0,58,58,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37378,0,0,0,0,0,13891,13892,13538,13539,'Seasoned Coldmine Explorer (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37379,0,0,0,0,0,13567,13568,13569,13570,'Seasoned Coldmine Guard (3)','','',0,76,77,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37380,0,0,0,0,0,13636,13637,13638,13639,'Seasoned Coldmine Invader (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37381,0,0,0,0,0,13544,13546,13548,13550,'Seasoned Coldmine Surveyor (3)','','',0,56,57,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37382,0,0,0,0,0,13654,13655,13656,13657,'Seasoned Commando (3)','','',0,59,59,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37383,0,0,0,0,0,13262,13263,13264,13265,'Seasoned Defender (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,245,346,0,298,1.3,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,25,7,0,13326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,575,'',1,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37384,0,0,0,0,0,13278,13279,13280,13281,'Seasoned Guardian (3)','','',0,80,80,2,1214,0,1.26,1.14286,1,0,245,346,0,298,1.3,2000,2000,1,0,2048,0,0,0,0,0,0,206,302,25,7,0,13328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,581,581,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37385,0,0,0,0,0,13249,13250,13251,13252,'Seasoned Guardsman (3)','','',0,78,78,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37386,0,0,0,0,0,13769,13770,13771,13772,'Seasoned Irondeep Explorer (3)','','',0,77,77,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37387,0,0,0,0,0,13781,13782,13783,13784,'Seasoned Irondeep Guard (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37388,0,0,0,0,0,13590,13591,13592,13593,'Seasoned Irondeep Raider (3)','','',0,77,77,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37389,0,0,0,0,0,13795,13796,13797,13798,'Seasoned Irondeep Surveyor (3)','','',0,76,77,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37390,0,0,0,0,0,13286,13287,13288,13289,'Seasoned Legionnaire (3)','','',0,78,78,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37391,0,0,0,0,0,13266,13267,13268,13269,'Seasoned Mountaineer (3)','','',0,56,56,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37392,0,0,0,0,0,13821,13822,13823,13824,'Seasoned Outrunner (3)','','',0,79,79,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37393,0,0,0,0,0,13678,13679,13680,13681,'Seasoned Ranger (3)','','',0,79,79,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37394,0,0,0,0,0,13813,13814,13815,13816,'Seasoned Reaver (3)','','',0,59,59,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37395,0,0,0,0,0,13229,13230,13231,13232,'Seasoned Sentinel (3)','','',0,59,59,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37396,0,0,0,0,0,13301,13302,13303,13304,'Seasoned Warrior (3)','','',0,56,56,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.43,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37397,0,0,0,0,0,13383,0,0,0,'Sergeant Durgen Stormpike (3)','','',6262,1,1,0,35,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37398,0,0,0,13448,0,13402,0,0,0,'Sergeant Yazra Bloodsnarl (3)','','',0,80,80,2,1214,3,1,1.14286,1,0,315,472,0,118,1,1500,1500,1,4096,2048,0,0,0,0,0,0,252,378,94,7,0,0,0,0,0,0,0,0,0,0,11977,0,0,0,0,0,0,0,0,0,900,900,'',0,3,1,2.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37399,0,0,0,0,0,9765,0,0,0,'Shrye Ragefist (3)','Food & Drink','',0,80,80,2,1215,128,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37400,0,0,0,0,0,1148,0,0,0,'Slidore\'s Gryphon (3)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37401,0,0,0,0,0,13152,0,0,0,'Smith Regzar (3)','','',5124,81,81,2,1215,3,1.79,1.14286,1,1,252,357,0,304,7.5,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1910,1910,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37402,0,0,0,0,0,10282,0,0,0,'Snowblind Ambusher (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,11678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,411,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37403,0,0,0,0,0,10282,0,0,0,'Snowblind Harpy (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,411,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37404,0,0,0,0,0,10282,0,0,0,'Snowblind Windcaller (3)','','',0,80,80,2,514,0,1.25,1.14286,1,0,168,234,0,252,1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,20,7,0,11675,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,426,'',1,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37405,0,0,0,0,0,13340,0,0,0,'Stabled Alterac Ram (3)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37406,0,0,0,0,0,10278,0,0,0,'Stabled Frostwolf (3)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1.326,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37407,0,0,0,0,0,14793,14795,14794,14796,'Stonehearth Marshal (3)','','',0,81,81,2,1534,0,1.76,1.14286,1,1,252,357,0,304,13.8,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,14765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37408,0,0,0,0,0,14797,14799,14798,14800,'Stonehearth Warmaster (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37409,0,0,0,0,0,14322,14324,14326,14327,'Stormpike Battleguard (3)','','',0,81,81,2,1216,0,1.05,1.14286,1,1,299,426,0,308,7.2,2000,2000,1,4608,2048,0,0,0,0,0,0,262,389,28,7,0,14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1616,1616,'',1,3,1,7.8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37410,0,0,0,0,0,13390,13391,13392,13393,'Stormpike Bowman (3)','','',0,80,80,2,1216,0,1.27,1.14286,1,0,252,357,0,304,1,2000,2000,1,4608,2048,0,0,0,0,0,0,215,320,26,7,0,13358,13358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,580,'',0,3,1,1.95,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37411,0,0,0,0,0,13645,13646,13647,13648,'Stormpike Commando (3)','','',0,56,56,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37412,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Defender (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,12050,12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,547,'',1,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37413,0,0,0,0,0,15259,15388,15260,15262,'Stormpike Emissary (3)','','',6500,55,55,0,1217,1048577,1,1.14286,1,0,94,125,0,228,1,2000,2000,1,256,2048,0,0,0,0,0,0,65,95,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37414,0,0,0,0,0,13671,0,0,0,'Stormpike Explosives Expert (3)','','',0,60,60,0,1216,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37415,0,0,0,0,0,13253,12077,12079,12078,'Stormpike Guardsman (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,4096,2048,0,0,0,0,0,0,186,276,24,7,0,12127,12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,520,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37416,0,0,0,0,0,12075,0,0,0,'Stormpike Herald (3)','','',0,80,80,2,1334,3,1.26,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37417,0,0,0,0,0,13386,0,0,0,'Stormpike Mine Layer (3)','','',0,81,81,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37418,0,0,0,0,0,12065,12066,12067,12068,'Stormpike Mountaineer (3)','','',0,55,55,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37419,0,0,0,0,0,10828,0,0,0,'Stormpike Owl (3)','','',0,80,80,2,1216,0,1.26,1.14286,1,0,194,274,0,272,0.9,2000,2000,1,4096,2048,0,26,0,0,0,0,154,226,22,1,1,14283,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,'',0,3,1,0.52,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37420,0,0,0,0,0,13384,0,0,0,'Stormpike Quartermaster (3)','','',5241,80,80,2,1217,131,1.26,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37421,0,0,0,0,0,13709,13710,13711,13712,'Stormpike Ram Rider (3)','','',0,78,78,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37422,0,0,0,0,0,13714,0,0,0,'Stormpike Ram Rider Commander (3)','','',5281,81,81,2,1216,3,1.79,1.14286,1,1,252,357,0,304,8.2,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,1713,'',1,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37423,0,0,0,0,0,13674,13675,13676,13677,'Stormpike Ranger (3)','','',0,76,76,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37424,0,0,0,0,0,13274,13275,13276,13277,'Stormpike Reclaimer (3)','','',0,1,1,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3.9,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37425,0,0,0,0,0,13310,0,0,0,'Stormpike Shredder Unit (3)','','',0,60,60,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.1,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37426,0,0,0,0,0,13669,0,0,0,'Stormpike Stable Master (3)','Stable Master','',5283,81,81,2,1216,4194307,1.78,1.14286,1,1,252,357,0,304,7.3,2000,2000,1,4160,2048,0,0,0,0,0,0,215,320,26,7,0,13617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,632,'',1,3,1,19.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37427,0,0,0,0,0,3083,0,0,0,'Svalbrad Farmountain (3)','Trade Goods','',0,80,80,2,1217,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,13,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37428,0,0,0,0,0,13449,13451,13453,13452,'Syndicate Agent (3)','','',0,57,57,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5.2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37429,0,0,0,0,0,13440,13441,13442,13443,'Syndicate Brigand (3)','','',0,53,53,0,1194,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37430,0,0,0,0,0,13454,0,0,0,'Syndicate Master Ryson (3)','','',0,60,60,0,1194,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37431,0,0,0,0,0,371,0,0,0,'Taskmaster Snivvle (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,214,301,0,276,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,179,266,23,7,0,11677,11677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,254,'',1,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37432,0,0,0,0,0,13990,0,0,0,'Tatterhide (3)','','',0,1,1,0,16,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15.6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37433,0,0,0,0,0,13319,0,0,0,'Thanthaldis Snowgleam (3)','Stormpike Supply Officer','',0,58,58,0,1334,4224,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37434,0,0,0,0,0,14793,14795,14794,14796,'Tower Point Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37435,0,0,0,0,0,14797,14799,14798,14800,'Tower Point Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,150,'',1,3,1,26,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37436,0,0,0,0,0,7804,0,0,0,'Trigger Guse (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37437,0,0,0,0,0,7804,0,0,0,'Trigger Ichman (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37438,0,0,0,0,0,7804,0,0,0,'Trigger Jeztor (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37439,0,0,0,0,0,7804,0,0,0,'Trigger Mulverick (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37440,0,0,0,0,0,7804,0,0,0,'Trigger Slidore (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37441,0,0,0,0,0,7804,0,0,0,'Trigger Vipore (3)','','',0,70,70,1,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,3.9,2,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37442,0,0,0,0,0,13299,0,0,0,'Umi Thorson (3)','','',0,80,80,2,1216,0,1.77,1.14286,1,0,231,325,0,292,1.1,2000,2000,1,4096,2048,0,0,0,0,0,0,195,289,25,7,0,13078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,117,'',0,3,1,1.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37443,0,0,0,0,0,14064,0,0,0,'Ushalac the Gloomdweller (3)','','',0,1,1,0,37,0,1,1.14286,1,2,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.4,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37444,0,0,0,0,0,11896,0,0,0,'Vanndar Stormpike (3)','Stormpike General','',0,83,83,2,1216,0,1.78,1.14286,1,3,316,450,0,320,62,2000,2000,1,0,2048,0,0,0,0,0,0,278,413,32,7,4,11948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,37.5,1,1,0,0,0,0,0,0,0,0,1,617299803,0,'',12340),
|
|
(37445,0,0,0,0,0,13893,13894,13547,13549,'Veteran Coldmine Explorer (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37446,0,0,0,0,0,13571,13572,13573,13574,'Veteran Coldmine Guard (3)','','',0,78,79,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37447,0,0,0,0,0,13640,13641,13642,13643,'Veteran Coldmine Invader (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37448,0,0,0,0,0,13554,13555,13556,13557,'Veteran Coldmine Surveyor (3)','','',0,78,79,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37449,0,0,0,0,0,13658,13659,13660,13661,'Veteran Commando (3)','','',0,60,60,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37450,0,0,0,0,0,13258,13259,13260,13261,'Veteran Defender (3)','','',0,80,80,2,1216,0,1.28,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,13331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,662,662,'',1,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37451,0,0,0,0,0,13282,13283,13284,13285,'Veteran Guardian (3)','','',0,80,80,2,1214,0,1.28,1.14286,1,0,252,357,0,304,1.4,2000,2000,1,0,2048,0,0,0,0,0,0,215,320,26,7,0,13332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,617,617,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37452,0,0,0,0,0,13254,13255,13256,13257,'Veteran Guardsman (3)','','',0,79,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37453,0,0,0,0,0,13773,13774,13775,13776,'Veteran Irondeep Explorer (3)','','',0,58,59,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37454,0,0,0,0,0,13785,13787,13786,13788,'Veteran Irondeep Guard (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37455,0,0,0,0,0,13594,13595,13596,13597,'Veteran Irondeep Raider (3)','','',0,79,79,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37456,0,0,0,0,0,13799,13800,13801,13802,'Veteran Irondeep Surveyor (3)','','',0,78,79,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.78,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37457,0,0,0,0,0,13294,13295,13296,13297,'Veteran Legionnaire (3)','','',0,79,79,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37458,0,0,0,0,0,13270,13271,13272,13273,'Veteran Mountaineer (3)','','',0,57,57,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37459,0,0,0,0,0,13828,13830,13831,13832,'Veteran Outrunner (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37460,0,0,0,0,0,13682,13683,13684,13685,'Veteran Ranger (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37461,0,0,0,0,0,13825,13826,13827,13829,'Veteran Reaver (3)','','',0,80,80,0,1214,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.81,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37462,0,0,0,0,0,13290,13291,13292,13293,'Veteran Sentinel (3)','','',0,57,57,0,1216,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37463,0,0,0,0,0,13306,13307,13308,13309,'Veteran Warrior (3)','','',0,57,57,0,1214,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.56,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37464,0,0,0,0,0,1148,0,0,0,'Vipore\'s Gryphon (3)','','',0,80,80,0,1216,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,45.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37465,0,0,0,0,0,13852,0,0,0,'Voggah Deathgrip (3)','','',0,61,61,0,1214,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.365,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37466,0,0,0,0,0,11012,0,0,0,'War Rider (3)','','',0,60,60,0,1214,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,32.5,1,1,0,0,0,0,0,0,0,174,1,0,0,'',12340),
|
|
(37467,0,0,0,0,0,14793,14795,14794,14796,'West Frostwolf Marshal (3)','','',0,80,80,0,1534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37468,0,0,0,0,0,14797,14799,14798,14800,'West Frostwolf Warmaster (3)','','',0,81,81,2,1214,0,1.76,1.14286,1,1,252,357,0,304,51.4,2000,2000,1,4096,2048,0,0,0,0,0,0,215,320,26,7,0,14777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37469,0,0,0,0,0,371,0,0,0,'Whitewhisker Digger (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,181,253,0,268,0.9,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,11603,11603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,195,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37470,0,0,0,0,0,371,0,0,0,'Whitewhisker Geomancer (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,168,234,0,252,1.1,2000,2000,2,0,2048,0,0,0,0,0,0,136,202,20,7,0,11604,11604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,271,'',1,3,1,0.65,0.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37471,0,0,0,0,0,371,0,0,0,'Whitewhisker Overseer (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,200,281,0,278,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,23,7,0,11605,11605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.78,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37472,0,0,0,0,0,371,0,0,0,'Whitewhisker Tunnel Rat (3)','','',0,1,1,0,26,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37473,0,0,0,0,0,371,0,0,0,'Whitewhisker Vermin (3)','','',0,80,80,2,26,0,1.76,1.14286,1,0,181,253,0,268,1,2000,2000,1,0,2048,0,0,0,0,0,0,147,219,22,7,0,10982,10982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,145,'',1,3,1,0.65,1.5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37474,0,0,0,0,0,10792,0,0,0,'Wildpaw Alpha (3)','','',0,78,79,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37475,0,0,0,0,0,494,0,0,0,'Wildpaw Brute (3)','','',0,80,80,2,39,0,1.26,1.14286,1,0,225,314,0,288,1,2000,2000,1,0,2048,0,0,0,0,0,0,186,276,24,7,0,11839,11839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,498,'',1,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37476,0,0,0,0,0,494,0,0,0,'Wildpaw Gnoll (3)','','',0,72,73,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37477,0,0,0,0,0,494,0,0,0,'Wildpaw Mystic (3)','','',0,76,77,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.755,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37478,0,0,0,0,0,494,0,0,0,'Wildpaw Shaman (3)','','',0,73,74,0,39,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.69,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37479,0,0,0,0,0,13473,0,0,0,'Wing Commander Guse (3)','','',0,81,81,2,1215,3,1.77,1.14286,1,1,245,346,0,298,4.7,2000,2000,1,4928,2048,0,0,0,0,0,0,206,302,25,7,0,13179,13179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,1714,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37480,0,0,0,13437,0,13470,0,0,0,'Wing Commander Ichman (3)','','',5146,81,81,2,1217,3,1,1.14286,1,1,218,327,0,82,6.9,1000,1000,1,4928,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15580,16509,0,0,0,0,0,0,0,0,1813,1813,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37481,0,0,0,13180,0,13474,0,0,0,'Wing Commander Jeztor (3)','','',0,81,81,2,1215,2,1,1.14286,1,1,218,327,0,82,4.4,1000,1000,1,4096,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15572,15580,0,0,0,0,0,0,0,0,1758,1758,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37482,0,0,0,0,0,13475,0,0,0,'Wing Commander Mulverick (3)','','',0,80,80,0,1215,3,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37483,0,0,0,0,0,13471,0,0,0,'Wing Commander Slidore (3)','','',0,81,81,2,1217,2,1.77,1.14286,1,1,231,325,0,292,4.8,2000,2000,1,4160,2048,0,0,0,0,0,0,195,289,25,7,0,13438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1586,1586,'',1,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37484,0,0,0,13439,0,13472,0,0,0,'Wing Commander Vipore (3)','','',5147,81,81,2,1217,3,1,1.14286,1,1,218,327,0,82,4.5,1000,1000,1,4608,2048,0,0,0,0,0,0,174,262,66,7,0,0,0,0,0,0,0,0,0,0,15580,16509,0,0,0,0,0,0,0,0,1645,1645,'',0,3,1,12.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37485,0,0,0,0,0,9763,0,0,0,'Yaelika Farclaw (3)','Reagents & Poison Supplies','',0,80,80,2,1215,128,1.23,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37486,0,0,0,0,0,14781,0,0,0,'Zora Guthrek (3)','Trade Goods','',0,80,80,2,1215,128,1.22,1.14286,1,0,200,281,0,278,1,2000,2000,1,4096,2048,0,0,0,0,0,0,166,246,23,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37488,0,0,0,0,0,30615,0,0,0,'Teleport Exit','','',0,81,81,0,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1049608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,650854271,0,'',12340),
|
|
(37491,38349,0,0,0,0,30618,0,0,0,'Captain Arnath','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,7.5,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37493,38350,0,0,0,0,30619,0,0,0,'Captain Brandon','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,7.5,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37494,38351,0,0,0,0,30620,0,0,0,'Captain Grondel','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37495,38352,0,0,0,0,30621,0,0,0,'Captain Rupert','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37496,37604,0,0,0,0,30636,30637,30638,30773,'Coliseum Champion','','',0,80,80,0,534,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37497,37603,0,0,0,0,30633,30632,30774,30775,'Coliseum Champion','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37498,37605,0,0,0,0,30635,30634,30771,30772,'Coliseum Champion','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,69350,69413,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37501,38197,0,0,0,0,26194,0,0,0,'Nerub\'ar Champion','','',0,80,80,2,21,0,2,1.14286,1,1,828,1127,0,300,7,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,37501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6695,12105,'SmartAI',0,5,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37502,38198,0,0,0,0,31050,0,0,0,'Nerub\'ar Webweaver','','',0,80,80,2,21,0,2,1.14286,1,1,828,1127,0,300,7,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,6,0,37502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,25,12,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37503,0,0,0,0,0,19725,25455,0,0,'Sindragosa\'s Ward','','',0,83,83,2,35,0,1,1.14286,1,0,496,674,0,783,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,365,529,98,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,0,130,'npc_icc_gauntlet_controller',12340),
|
|
(37504,0,0,0,0,0,31006,0,0,0,'Festergut (1)','','',0,83,83,2,21,0,1,1.5873,1,3,4404,6004,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37504,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(37505,0,0,0,0,0,31006,0,0,0,'Festergut (2)','','',0,83,83,2,21,0,1,1.5873,1,3,8178,11150,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37505,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,980,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(37506,0,0,0,0,0,31006,0,0,0,'Festergut (3)','','',0,83,83,2,21,0,1,1.5873,1,3,5875,8010,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,37506,0,0,0,0,0,0,0,0,70138,69165,69195,69279,0,0,0,0,0,0,175000,225000,'',0,3,1,3750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(37509,0,0,0,0,0,19301,0,0,0,'Shattered Sun Sentry','','',0,70,70,1,1960,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37510,0,0,0,0,0,22973,22974,0,0,'Shattered Sun Archmage','','',0,70,70,1,1960,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37512,0,0,0,0,0,22910,22914,22918,22922,'Shattered Sun Warrior','','',0,70,70,1,1960,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37519,0,0,0,0,0,15435,0,0,0,'Safe Area (IGB)','','',0,83,83,0,35,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37523,0,0,0,0,0,30628,30629,30630,30631,'Warden of the Sunwell','','',37523,80,80,2,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2.94806,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37525,0,0,0,0,0,19410,0,0,0,'Morgan Test (1)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37526,0,0,0,0,0,19410,0,0,0,'Morgan Test (2)','','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37527,0,0,0,0,0,19707,0,0,0,'Halduron Brightwing','Ranger General','',0,70,70,1,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,8,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37528,0,0,0,0,0,27982,0,0,0,'Spire Frostwyrm (Ambient)','','',0,82,82,2,2190,0,2,1.5873,1,1,2,2,0,24,7.5,2000,2000,2,33588032,2048,0,0,0,0,0,0,1,1,0,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,50,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37530,0,0,0,0,0,30641,0,0,0,'Slimy Tentacle','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37531,38139,0,0,0,0,26623,0,0,0,'Frostwarden Handler','','',0,80,80,2,2209,0,1,1.42857,1,1,828,1127,0,300,14,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,64,37531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_sindragosa_trash',12340),
|
|
(37532,38151,0,0,0,0,30640,0,0,0,'Frostwing Whelp','','',0,80,80,2,16,0,1,1.14286,1,1,828,1127,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,37532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_sindragosa_trash',12340),
|
|
(37533,38220,0,0,0,0,27982,0,0,0,'Rimefang','','',0,82,82,2,21,0,2,2,1,1,2549,3674,0,300,10,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,240,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rimefang_icc',12340),
|
|
(37534,38219,0,0,0,0,27982,0,0,0,'Spinestalker','','',0,82,82,2,21,0,2,2,1,1,2549,3674,0,300,10,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,9,240,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_spinestalker',12340),
|
|
(37535,0,0,0,0,0,30641,0,0,0,'Ooze Covered Tentacle','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37538,0,0,0,0,0,30645,30644,30643,30646,'Scourge Zombie','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.8,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37539,0,0,0,0,0,30647,30648,30649,30650,'Ghoul Invader','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1.5,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37540,38128,38699,38700,0,0,31043,169,0,0,'The Skybreaker','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,49.4801,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'npc_gunship',12340),
|
|
(37541,0,0,0,0,0,30651,30653,30654,0,'Crypt Raider','','',0,80,80,2,14,0,1,1.14286,1,0,500,700,0,100,1.5,2000,2000,1,772,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37542,0,0,0,0,0,30657,0,0,0,'Morlen Coldgrip','','',0,80,80,2,14,0,1,1.14286,1,1,500,700,0,100,3,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37543,0,0,0,0,0,21955,22769,0,0,'[DND] Shaker','','',0,60,60,0,35,0,1.6,0.571429,1,0,2,2,0,24,1,4000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,128,'',12340),
|
|
(37544,38481,0,0,0,0,14696,0,0,0,'Spire Gargoyle','','',0,82,82,2,2209,0,0.5,0.571429,1,1,1562,2131,0,300,7,2280,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37545,38445,0,0,0,0,30656,0,0,0,'Spire Minion','','',0,82,82,2,2209,0,0.8,0.992057,1,1,1544,2107,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,37545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37546,38446,0,0,0,0,16206,0,0,0,'Frenzied Abomination','','',0,82,82,2,2209,0,1,1.14286,1,1,4949,6747,0,300,7,1140,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,37546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37547,0,0,0,0,0,11686,0,0,0,'Gunship Hull','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37549,0,0,0,0,0,30503,0,0,0,'Lumbering Abomination (1)','','',0,80,80,2,1771,0,2,1.42857,1,1,14450,19700,0,1,1.1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37550,0,0,0,0,0,24993,0,0,0,'Raging Ghoul (1)','','',0,80,80,2,1771,0,2,1.42857,1,0,809,1103,0,1,1.2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(37551,0,0,0,0,0,25245,0,0,0,'Risen Witch Doctor (1)','','',0,80,80,2,1771,0,2,1.42857,1,1,6176,8407,0,1,1.2,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(37552,0,0,0,0,0,30659,0,0,0,'Thalorien Dawnseeker\'s Remains','','',37552,80,80,2,1770,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37554,0,0,0,0,0,30776,0,0,0,'Lady Sylvanas Windrunner','','',10909,80,80,2,1770,2,0.888888,0.99206,1,1,346,499,0,287,7.5,1000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,0,0,0,'npc_hor_leader_second',12340),
|
|
(37558,0,0,0,0,0,1126,17612,0,0,'[DND]Something Stinks Kill Credit Bunny','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37562,38602,38760,38761,0,0,30707,0,0,0,'Gas Cloud','','',0,82,82,0,14,0,1,1.15,1,0,200,300,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'npc_gas_cloud',12340),
|
|
(37563,0,0,0,0,0,0,30283,0,0,'Spectral Warden (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37564,0,0,0,0,0,25942,0,0,0,'Spiteful Apparition (1)','','',0,80,80,2,16,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,131072,2048,8,0,0,0,0,0,1,1,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,0,1,33554432,0,'',12340),
|
|
(37565,0,0,0,0,0,22701,0,0,0,'Soul Horror (1)','','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37566,0,0,0,0,0,30240,30242,0,0,'Soulguard Adept (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,64,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37567,0,0,0,0,0,30168,30169,30268,0,'Soulguard Animator (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37568,0,0,0,0,0,30152,30151,30178,0,'Soulguard Reaper (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,4,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37569,0,0,0,0,0,30269,0,0,0,'Soulguard Watchman (1)','Cult of the Damned','',0,80,80,2,16,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37571,38098,0,0,0,0,25468,0,0,0,'Darkfallen Advisor','','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37572,0,0,0,0,0,30669,30668,30670,30671,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,59992,69565,69566,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37574,0,0,0,0,0,21955,24719,0,0,'[DND] Shaker - Small','','',0,60,60,0,35,0,1.6,0.571429,1,0,2,2,0,24,1,4000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,84,1,0,128,'',12340),
|
|
(37575,0,0,0,0,0,30662,30663,0,0,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,7.5,0,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,70425,69569,70517,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,144,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37576,0,0,0,0,0,30667,30666,30665,30664,'Freed Alliance Slave','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,7.5,0,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,70421,69571,69570,46604,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37577,0,0,0,0,0,30673,30674,30675,30676,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37578,0,0,0,0,0,30681,30682,0,0,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37579,0,0,0,0,0,30680,30679,30678,30677,'Freed Horde Slave','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,7.5,2000,0,2,0,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_freed_slave',12340),
|
|
(37580,37614,0,0,0,0,30672,0,0,0,'Martin Victus','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_martin_or_gorkun_second',12340),
|
|
(37581,37618,0,0,0,0,30683,0,0,0,'Gorkun Ironskull','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_martin_or_gorkun_second',12340),
|
|
(37582,37628,0,0,0,0,30685,0,0,0,'Archmage Koreln','Kirin Tor','',0,80,80,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37583,37608,0,0,0,0,30686,0,0,0,'Dark Ranger Kalira','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37584,37624,0,0,0,0,30693,30694,30768,30769,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37586,0,0,0,0,0,30695,0,0,0,'Fury','','',0,80,80,0,2050,0,1,1.38571,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(37587,37625,0,0,0,0,30688,30689,30690,30770,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,7.5,2000,0,2,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37588,37623,0,0,0,0,30692,30691,30766,30767,'Coliseum Champion','','',0,80,80,0,714,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37589,0,0,0,0,0,25500,0,0,0,'Stefan Vadu','','',10918,75,75,2,2050,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,33536,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37591,37606,0,0,0,0,30696,0,0,0,'Martin Victus','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_after_first_boss',12340),
|
|
(37592,37607,0,0,0,0,30697,0,0,0,'Gorkun Ironskull','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_after_first_boss',12340),
|
|
(37593,0,0,0,0,0,29489,0,0,0,'Icecrown Dungeon Horde Gunship Cannon','','',0,70,70,2,1735,0,1,1,1,1,422,586,0,642,7.5,2000,2000,1,33571584,2048,0,0,0,0,0,0,345,509,103,9,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37595,38100,0,0,0,0,31025,31026,0,0,'Darkfallen Blood Knight','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37596,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',10943,83,83,2,714,3,1,1.14286,1,3,496,674,0,783,35,2000,0,2,33600,2048,0,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader',12340),
|
|
(37597,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',10943,80,80,2,1770,3,1,1,1,1,346,499,0,287,7.5,2000,0,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader',12340),
|
|
(37601,0,0,0,0,0,20570,17612,0,0,'Thalorien Dawnseeker Credit','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37603,0,0,0,0,0,30633,30632,30774,30775,'Coliseum Champion (1)','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37604,0,0,0,0,0,30636,30637,30638,30773,'Coliseum Champion (1)','','',0,80,80,0,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37605,0,0,0,0,0,30635,30634,30771,30772,'Coliseum Champion (1)','','',0,80,80,0,35,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,2,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37606,0,0,0,0,0,30696,0,0,0,'Martin Victus (1)','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,13,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37607,0,0,0,0,0,30697,0,0,0,'Gorkun Ironskull (1)','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,13,0,0,1,320,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37608,0,0,0,0,0,30686,0,0,0,'Dark Ranger Kalira (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37609,0,0,0,0,0,22196,0,0,0,'Deathwhisper Necrolyte (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340);
|
|
INSERT INTO `creature_template` VALUES
|
|
(37610,0,0,0,0,0,1126,11686,0,0,'Exploding Orb (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37611,0,0,0,0,0,30405,0,0,0,'Eye of the Lich King (1)','','',0,80,80,0,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,801,1,0,0,'',12340),
|
|
(37612,0,0,0,0,0,30350,0,0,0,'Fallen Warrior (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37613,0,0,0,0,0,30843,0,0,0,'Forgemaster Garfrost (1)','','',0,82,82,2,2102,0,1,1.42857,1,1,822,986,0,782,16,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,6,104,37613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,48,30,1,0,49723,0,0,0,0,0,144,1,617299839,2097153,'',12340),
|
|
(37614,0,0,0,0,0,30672,0,0,0,'Martin Victus (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37615,0,0,0,0,0,30667,30666,30665,30664,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37616,0,0,0,0,0,30669,30668,30670,30671,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37617,0,0,0,0,0,30662,30663,0,0,'Freed Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37618,0,0,0,0,0,30683,0,0,0,'Gorkun Ironskull (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,0,0,1,578,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37619,0,0,0,0,0,30680,30679,30678,30677,'Freed Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37620,0,0,0,0,0,30673,30674,30675,30676,'Freed Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37621,0,0,0,0,0,30681,30682,0,0,'Freed Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37622,0,0,0,0,0,26577,0,0,0,'Geist Ambusher (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(37623,0,0,0,0,0,30692,30691,30766,30767,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37624,0,0,0,0,0,30693,30694,30768,30769,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37625,0,0,0,0,0,30688,30689,30690,30770,'Coliseum Champion (1)','','',0,80,80,0,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,2,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37626,0,0,0,0,0,26742,0,0,0,'Iceborn Proto-Drake (1)','','',0,80,80,2,21,0,1.44444,1.5873,1,1,422,586,0,642,13,2000,0,1,64,2048,8,0,0,0,0,0,345,509,103,1,0,37626,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37627,0,0,0,0,0,30347,0,0,0,'Ick (1)','Krick\'s Minion','',0,82,82,2,21,0,1,1.14286,1,1,822,986,0,782,16,1500,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,104,37627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,'',0,3,1,67,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(37628,0,0,0,0,0,30685,0,0,0,'Archmage Koreln (1)','Kirin Tor','',0,80,80,2,1770,2,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37629,0,0,0,0,0,30331,0,0,0,'Krick (1)','','',0,80,80,0,21,0,1,1.14286,1,1,346,499,0,287,13,1500,0,8,33554496,2048,8,0,0,0,0,0,315,468,69,6,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,16,25,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(37630,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37631,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37632,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner (1)','Banshee Queen','',0,1,1,0,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37633,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner (1)','Banshee Queen','',10971,1,1,0,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37634,0,0,0,0,0,1126,11686,0,0,'Pit of Saron Front Formation Bunny (1)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37635,0,0,0,0,0,23681,0,0,0,'Plagueborn Horror (1)','','',0,80,80,2,16,0,1,1.28968,1,1,422,586,0,642,13,1500,0,1,64,2048,8,0,0,0,0,0,345,509,103,6,104,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37636,0,0,0,0,0,30403,0,0,0,'Stonespine Gargoyle (1)','','',0,80,80,2,21,0,2.7,1.14286,1,1,422,586,0,642,13,2000,0,1,576,2048,8,0,0,0,0,0,345,509,103,6,8,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,'',0,4,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37637,0,0,0,0,0,26919,0,0,0,'Wrathbone Coldwraith (1)','','',0,80,80,2,21,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,6,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37638,0,0,0,0,0,30364,30365,30365,0,'Wrathbone Laborer (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,21,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37639,0,0,0,0,0,30401,0,0,0,'Wrathbone Siegesmith (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,1,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37640,0,0,0,0,0,30363,0,0,0,'Wrathbone Skeleton (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37641,0,0,0,0,0,27547,0,0,0,'Ymirjar Deathbringer (1)','','',0,80,80,2,1885,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,13,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37642,0,0,0,0,0,27009,26122,0,0,'Ymirjar Flamebearer (1)','','',0,80,80,2,21,0,2.8,1.42857,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.5,8,1,0,0,0,0,0,0,0,154,1,8388624,0,'',12340),
|
|
(37643,0,0,0,0,0,25837,0,0,0,'Ymirjar Skycaller (1)','','',0,80,80,2,1885,0,1,1.42857,1,1,417,582,0,608,13,2000,0,2,32832,2048,8,0,0,0,0,0,341,506,80,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37644,0,0,0,0,0,26614,25244,0,0,'Ymirjar Wrathbringer (1)','','',0,80,80,2,21,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37645,0,0,0,0,0,30368,30369,30370,30371,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37646,0,0,0,0,0,30372,30373,0,0,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37647,0,0,0,0,0,30374,30375,0,0,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37648,0,0,0,0,0,30376,30377,30379,30378,'Alliance Slave (1)','','',0,80,80,2,534,0,1,1.14286,1,1,346,499,0,287,13,0,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37649,0,0,0,0,0,30380,30381,30382,30383,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37650,0,0,0,0,0,30384,30385,0,0,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,417,582,0,608,13,2000,0,2,256,2048,8,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37651,0,0,0,0,0,30386,30387,0,0,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,422,586,0,642,13,2000,0,1,256,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37652,0,0,0,0,0,30388,30389,30390,30391,'Horde Slave (1)','','',0,80,80,2,714,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,256,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37653,0,0,0,0,0,30368,0,0,0,'Rescued Alliance Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37654,0,0,0,0,0,30386,30387,0,0,'Rescued Horde Slave (1)','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37655,0,0,0,0,0,25218,0,0,0,'Decaying Colossus (1)','','',0,80,80,2,21,0,1.65,1.14286,1,1,5193,7079,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,37655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37656,0,0,0,0,0,9785,0,0,0,'Skeletal Slave (1)','','',0,80,80,0,21,0,1,1.14286,1,0,422,586,0,642,1,2000,0,1,0,2048,8,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37657,0,0,0,0,0,9785,0,0,0,'Corrupted Champion (1)','','',0,80,80,0,1771,0,1,1,1,0,300,400,0,300,2,0,0,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37658,0,0,0,0,0,30340,30341,30342,0,'[PH] Unused Quarry Overseer (1)','Host of Suffering','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37662,38102,0,0,0,0,31028,31029,0,0,'Darkfallen Commander','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37662,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37663,38480,0,0,0,0,31033,31034,31035,31036,'Darkfallen Noble','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37664,38099,0,0,0,0,30713,31023,31024,0,'Darkfallen Archmage','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,37664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,40,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37665,38101,0,0,0,0,31030,31031,0,0,'Darkfallen Lieutenant','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,360,523,79,6,72,37665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37666,38479,0,0,0,0,31037,31038,0,0,'Darkfallen Tactician','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1563,2132,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,360,523,79,6,72,37666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,0,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37670,0,0,0,0,0,16946,0,0,0,'Frostblade','','',0,80,80,2,14,0,1,1.14286,1,0,1,1,0,1,1,2000,0,1,33587200,2048,8,0,0,0,0,0,345,509,103,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,7,1,28,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37671,0,0,0,0,0,30708,30709,0,0,'Crown Supply Guard','Crown Chemical Co.','',10990,70,75,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_supply_sentry',12340),
|
|
(37672,38605,38786,38787,0,0,31008,0,0,0,'Mutated Abomination','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(37674,0,0,0,0,0,30711,0,0,0,'Lovely Merchant','Crown Chemical Co.','Buy',0,40,50,0,35,128,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37675,0,0,0,0,0,30712,0,0,0,'Public Relations Agent','Crown Chemical Co.','',10921,40,50,0,35,2,1,1.14286,1,0,85,112,0,206,1,2000,2000,1,0,2048,0,0,0,0,0,0,58,86,20,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37677,0,0,0,0,0,30148,0,0,0,'Devourer of Souls (1)','','',0,82,82,2,16,0,1.6,1.42857,1,1,822,986,0,782,16,2000,0,1,64,2048,8,0,0,0,0,0,363,521,121,6,96,37677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9048,9048,'',0,3,1,67,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(37678,0,0,0,0,0,14594,0,0,0,'Unleashed Soul (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,88,1,8388624,0,'',12340),
|
|
(37687,0,0,0,0,0,25934,0,0,0,'Alchemist Finklestein','Ashen Verdict Quartermaster','',0,80,80,2,2216,4224,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,32768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37688,0,0,0,0,0,31112,0,0,0,'Crusader Grimtong','Warrior Armor','',11100,80,80,2,2070,4225,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37689,0,0,0,0,0,25057,0,0,0,'Commander Kunz','','',0,80,80,2,2070,0,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37690,0,0,0,0,0,24719,0,0,0,'Growing Ooze Puddle','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37691,0,0,0,0,0,27405,0,0,0,'Guardian Shade','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37693,0,0,0,0,0,27020,0,0,0,'Commander Aliocha Segard [Icecrown Raid]','Argent Crusade Quartermaster','',0,80,80,2,2131,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.85,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37695,39309,39310,39311,0,0,24999,0,0,0,'Drudge Ghoul','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,9,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'npc_icc_lk_checktarget',12340),
|
|
(37696,0,0,0,0,0,30716,0,0,0,'Crusader Halford','Paladin Armor','',11101,80,80,2,2070,4225,1,1.14286,1,0,422,586,0,642,1,1500,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37697,38604,38758,38759,0,0,30491,0,0,0,'Volatile Ooze','','',0,82,82,0,14,0,2,1.28571,1,0,200,300,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,70,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'npc_volatile_ooze',12340),
|
|
(37698,39299,39300,39301,0,0,25297,0,0,0,'Shambling Horror','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,9,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,143.421,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'npc_shambling_horror_icc',12340),
|
|
(37699,0,0,0,0,0,2140,0,0,0,'RN Test Honor Guard','','',0,80,80,2,105,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37700,0,0,0,0,0,3167,0,0,0,'RN Test Royal Guard','','',0,80,80,2,11,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37702,0,0,0,0,0,16480,26241,0,0,'Runeforge Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37703,0,0,0,0,0,5561,0,0,0,'Surging Water Elemental','','',0,10,10,0,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37704,0,0,0,0,0,17612,0,0,0,'Frostmourne Altar Bunny (Quel\'Delar)','','',0,80,80,2,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37707,0,0,0,0,0,16182,16832,16822,16808,'Silvermoon Builder','','',0,70,70,2,190,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37711,38249,0,0,0,0,24992,24995,24994,0,'Hungering Ghoul','','',0,80,80,2,21,0,0.8,0.99206,1,1,422,586,0,642,7.5,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37712,38025,0,0,0,0,30848,30849,0,0,'Deathwhisper Shadowcaster','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37713,38026,0,0,0,0,30851,30850,0,0,'Deathwhisper Torturer','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37715,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',10929,30,30,0,35,1,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37720,0,0,0,0,0,30300,0,0,0,'Frostsworn General (1)','','',0,80,80,2,16,0,1,1.28,1,1,16450,19700,0,1,1.1,2000,2000,1,64,2048,0,0,0,0,0,0,345,509,103,6,8,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(37721,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection (1)','','',0,80,80,2,16,0,1,1.14286,1,1,2601,3546,0,1,1.1,2000,2000,1,33024,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,8,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(37722,0,0,0,0,0,24653,0,0,0,'Spiritual Reflection (1)','','',0,1,1,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,113,1,0,0,'',12340),
|
|
(37728,37731,0,0,0,0,30363,0,0,0,'Wrathbone Sorcerer','','',0,80,80,2,1771,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,5,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37729,37730,0,0,0,0,30363,0,0,0,'Wrathbone Reaver','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37730,0,0,0,0,0,30363,0,0,0,'Wrathbone Reaver (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,13,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37731,0,0,0,0,0,30363,0,0,0,'Wrathbone Sorcerer (1)','','',0,80,80,2,1771,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32768,2048,8,0,0,0,0,0,315,468,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37732,0,0,0,0,0,18452,18453,0,0,'[PH] Stormwind City Mage','','',0,75,75,0,1078,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37734,0,0,0,0,0,27653,0,0,0,'Evacuation Portal','','Interact',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37742,0,0,0,0,0,30731,0,0,0,'Drugan Deepdraught','Explorer\'s League','',10992,80,80,2,35,1,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37744,0,0,0,0,0,169,11686,0,0,'Frost Freeze Trap','','',0,80,80,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_frost_freeze_trap',12340),
|
|
(37745,0,0,0,0,0,20570,30547,0,0,'Quel\'Delar','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37746,0,0,0,0,0,11686,0,0,0,'Sunwell Caster Bunny','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37749,0,0,0,0,0,30736,0,0,0,'Dwarf Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37750,0,0,0,0,0,30753,0,0,0,'Dwarf Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37751,0,0,0,0,0,30754,0,0,0,'Dwarf Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37752,0,0,0,0,0,30755,0,0,0,'Dwarf Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37755,0,0,0,0,0,30362,0,0,0,'Sindragosa','Queen of the Frostbrood','',0,83,83,2,2102,0,2.5,2.5,1,3,509,683,0,805,35,0,0,1,768,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1000,1,1,0,0,0,0,0,0,0,261,1,8388624,0,'',12340),
|
|
(37763,0,0,0,0,0,19706,0,0,0,'Grand Magister Rommath','','',0,80,80,1,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_grand_magister_rommath',12340),
|
|
(37764,0,0,0,0,0,17122,0,0,0,'Lor\'themar Theron','Regent Lord of Quel\'Thalas','',0,80,80,2,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,400,30,1,1,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37765,0,0,0,0,0,18146,0,0,0,'Captain Auric Sunchaser','High Elf Representative','',0,80,80,1,534,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37766,0,0,0,0,0,30756,0,0,0,'Orc Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37767,0,0,0,0,0,30757,0,0,0,'Orc Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37768,0,0,0,0,0,30761,0,0,0,'Troll Earth Totem','','',0,6,6,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37769,0,0,0,0,0,30760,0,0,0,'Troll Air Totem','','',0,42,42,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37770,0,0,0,0,0,30758,0,0,0,'Orc Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37771,0,0,0,0,0,30762,0,0,0,'Troll Fire Totem','','',0,10,10,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37772,0,0,0,0,0,30759,0,0,0,'Orc Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37773,0,0,0,0,0,30763,0,0,0,'Troll Water Totem','','',0,20,20,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37774,37809,0,0,0,0,30684,0,0,0,'Archmage Elandra','Kirin Tor','',0,80,80,2,1770,0,1,1.14286,1,1,346,499,0,287,7.5,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37775,0,0,0,0,0,3524,3525,3526,3527,'Ironforge Guard','','',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37776,0,0,0,0,0,30764,0,0,0,'Apprentice Nelphi','Kirin Tor','',0,80,80,2,534,2,1,1.14286,1,1,346,499,0,287,7.5,2000,2000,8,33600,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37779,37797,0,0,0,0,30687,0,0,0,'Dark Ranger Loralen','','',0,80,80,2,1770,2,1,1.14286,1,1,422,586,0,642,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,6,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37780,0,0,0,0,0,30686,0,0,0,'Dark Ranger Vorel','','',0,80,80,2,714,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37781,0,0,0,0,0,15511,0,0,0,'Sunwell Honor Guard','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,3,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37782,38312,0,0,0,0,7470,5990,513,0,'Flesh-eating Insect','','',0,75,75,2,16,0,1,1.14286,1,0,828,1127,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37787,0,0,0,0,0,30817,30818,30815,30816,'[PH] Citizen','','',0,75,75,0,1078,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37788,0,0,0,0,0,21955,0,0,0,'[PH] Runner Bunny','','',0,75,75,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37790,0,0,0,0,0,2306,14613,14614,14615,'Darnassus Sentinel','','',0,1,1,0,79,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37797,0,0,0,0,0,30687,0,0,0,'Dark Ranger Loralen (1)','','',0,80,80,2,1770,2,1,1.14286,1,1,422,586,0,642,13,2000,0,1,32832,2048,8,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37798,0,0,0,0,0,17372,17373,17374,17375,'Exodar Peacekeeper','','',0,75,75,2,1639,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37799,39284,39285,39286,0,0,10701,0,0,0,'Vile Spirit','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,5.23809,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'npc_icc_lk_checktarget',12340),
|
|
(37800,0,0,0,0,0,15511,0,0,0,'Silvermoon City Guardian','','',0,75,75,2,1603,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37801,0,0,0,0,0,16480,21342,0,0,'Shadow\'s Edge Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37809,0,0,0,0,0,30684,0,0,0,'Archmage Elandra (1)','Kirin Tor','',0,80,80,2,1770,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,30,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37810,0,0,0,0,0,19075,0,0,0,'Healing Stream Totem','','',0,80,80,0,58,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37813,38402,38582,38583,0,0,30790,0,0,0,'Deathbringer Saurfang','','',0,83,83,2,974,0,1.6,1.42857,1,3,4333,5923,0,300,5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,630,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'boss_deathbringer_saurfang',12340),
|
|
(37814,0,0,0,0,0,16480,26241,0,0,'Shadow\'s Edge Axe Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37820,0,0,0,0,0,30583,0,0,0,'[TEST] High Overlord Omar','','',0,83,83,2,1981,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(37824,0,0,0,0,0,11686,0,0,0,'Abomination Wing Mad Scientist Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37825,0,0,0,0,0,30063,30064,30065,30066,'Kor\'kron Overseer','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37826,0,0,0,0,0,30792,0,0,0,'Light\'s Vengeance','','',0,60,60,1,35,0,0.4,0.142857,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37827,0,0,0,0,0,26241,0,0,0,'Light\'s Vengeance Vehicle Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37828,0,0,0,0,0,30793,0,0,0,'Image of Thalorien Dawnseeker','','',0,80,80,2,1770,0,1,1.14286,1,1,417,582,0,608,7.5,2000,2000,2,33554432,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,0.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37829,0,0,0,0,0,30794,0,0,0,'Image of Alexstrasza','Queen of the Dragons','',0,83,83,2,2010,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,2,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37830,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine','','',0,80,80,2,1732,0,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_saurfang_event',12340),
|
|
(37831,0,0,0,0,0,3167,5446,0,0,'[PH] Captain','','',0,75,75,2,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37832,0,0,0,0,0,11686,0,0,0,'Lich King Stun Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37833,0,0,0,0,0,27336,0,0,0,'Sky-Reaver Korm Blackscar','','',0,80,80,2,83,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,768,0,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(37844,0,0,0,0,0,30797,0,0,0,'Image of Anasterian','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3.5,3,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37845,0,0,0,0,0,30798,0,0,0,'Image of Morlen Coldgrip','','',0,80,80,2,2101,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,6,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(37846,0,0,0,0,0,31093,0,0,0,'Blood-Queen Lana\'thel','The San\'layn','',0,80,80,2,974,0,1,0.992063,1,3,417,582,0,608,35,2000,2000,2,256,2048,0,0,0,0,0,0,341,506,80,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,861,1,1,0,0,0,0,0,0,0,0,1,8388624,2,'',12340),
|
|
(37849,0,0,0,0,0,30799,0,0,0,'Sartharion Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37850,0,0,0,0,0,30800,0,0,0,'Anub\'Rekhan Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37851,0,0,0,0,0,30801,0,0,0,'Noth the Plaguebringer Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37852,0,0,0,0,0,20570,17612,0,0,'Quel\'Delar Skull Target','','',0,1,1,0,114,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37853,0,0,0,0,0,30802,0,0,0,'Instructor Razuvious Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37854,0,0,0,0,0,30803,0,0,0,'Patchwerk Image','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37855,0,0,0,0,0,30804,0,0,0,'Malygos Image','','',0,82,82,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37856,0,0,0,0,0,30805,0,0,0,'Flame Leviathan Image','','',0,82,82,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37857,0,0,0,0,0,24191,0,0,0,'The Lich King','','',0,83,83,2,14,0,1.4,0.992063,1,3,0,0,0,0,1,2000,2000,2,2,2099200,1613035584,0,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,2000,1,0,0,0,0,0,0,0,0,1,8388624,2,'npc_q24545_lich_king',12340),
|
|
(37858,0,0,0,0,0,30806,0,0,0,'Razorscale Image','','',0,82,82,2,35,0,1.44444,1.5873,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1.2,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37859,0,0,0,0,0,30807,0,0,0,'Ignis the Furnace Master Image','','',0,82,82,2,35,0,0.888888,1.5873,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37860,0,0,0,0,0,2141,8572,9391,9392,'Bluffwatcher','','Directions',0,1,1,0,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37861,0,0,0,0,0,30808,0,0,0,'XT-002 Deconstructor Image','','',0,82,82,2,35,0,1,0.95238,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37862,0,0,0,0,0,30809,0,0,0,'Lord Jaraxxus Image','','',0,82,82,2,35,0,0.888888,0.9127,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37863,38171,38727,38737,0,0,25592,0,0,0,'Suppresser','','',0,83,83,2,16,0,1,0.992063,1,1,4342,5920,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'npc_suppresser',12340),
|
|
(37864,0,0,0,0,0,30810,0,0,0,'Lord Marrowgar Image','','',0,82,82,2,35,0,1,0.952381,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37865,0,0,0,0,0,31174,0,0,0,'Perky Pug','','',0,1,1,0,188,0,0.555556,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(37868,38167,38725,38735,0,0,7919,0,0,0,'Risen Archmage','','',0,83,83,2,16,0,1,1.14286,1,1,1710,2337,0,300,8,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_risen_archmage',12340),
|
|
(37869,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37871,0,0,0,0,0,16480,21342,0,0,'Event Fail Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37878,0,0,0,0,0,16480,21342,0,0,'AoD Impact Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554688,2099200,1613036800,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37879,0,0,0,0,0,28127,0,0,0,'King Varian Wrynn','King of Stormwind','',0,83,83,2,1733,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,20,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37880,0,0,0,0,0,27653,0,0,0,'Stormwind Portal','','',0,1,1,2,35,0,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37881,0,0,0,0,0,24999,25526,25527,25528,'Wretched Ghoul','','',0,80,80,2,14,0,1,1.14286,1,0,225,280,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,821,1,8388624,0,'npc_q24545_wretched_ghoul',12340),
|
|
(37882,0,0,0,0,0,1126,11686,0,0,'The Frozen Throne','','',0,80,80,0,14,0,1,1.14286,1,0,1,2,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,1,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37883,0,0,0,0,0,3222,0,0,0,'Bug 174037','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37886,38166,38724,38734,0,0,7858,0,0,0,'Gluttonous Abomination','','',0,83,83,2,16,0,1,1.14286,1,1,4342,5920,0,300,6,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'npc_gluttonous_abomination',12340),
|
|
(37887,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37888,0,0,0,0,0,1233,0,0,0,'Frax Bucketdrop','Flight Master','',0,75,75,2,35,8193,1,1.14286,1,1,342,485,0,392,4.6,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37890,38393,38628,38629,0,0,30967,0,0,0,'Cult Fanatic','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2114,2883,0,300,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'npc_cult_fanatic',12340),
|
|
(37893,0,0,0,29943,0,30826,0,0,0,'Vegard the Unforgiven','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,2,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_q24545_vegard_dummy',12340),
|
|
(37894,0,0,0,0,0,16480,21342,0,0,'Vegard Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554688,2099200,1613037824,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37898,0,0,0,0,0,24364,24549,24550,24551,'Skybreaker Engineer','','',0,82,82,2,1732,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37901,38600,0,0,0,0,19110,0,0,0,'Vampiric Fiend','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37902,0,0,0,0,0,341,586,0,0,'Alliance Mason','','',0,60,65,1,1732,0,0.666668,1.42857,1,1,200,281,0,278,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37903,0,0,0,0,0,3613,0,0,0,'Shely Steelbowels','Blacksmith','',0,60,65,1,1732,4224,1,1.42857,1,1,200,281,0,278,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,166,246,35,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37904,0,0,0,0,0,23061,0,0,0,'Brazie Getz','General Goods','',10949,69,69,2,1732,4225,1,1.42857,1,1,245,346,0,298,7.5,2000,2000,1,33536,2048,0,0,0,0,0,0,206,302,43,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37906,0,0,0,0,0,27563,11686,0,0,'Imprisoned Soul','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,130,'',12340),
|
|
(37907,38168,38726,38736,0,0,12346,0,0,0,'Rot Worm','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37915,0,0,0,0,0,30840,0,0,0,'Timothy Cunningham','Bat Handler','',11152,65,65,1,68,8193,1,1.14286,1,0,200,281,0,278,1,2000,2000,1,0,2048,0,0,0,0,0,0,166,246,35,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37917,0,0,0,0,0,30576,30577,30578,30579,'Crown Thug','','',0,16,17,0,14,0,1,1.14286,1,0,25,33,0,60,1,2000,2000,1,0,2048,0,0,0,0,0,0,17,25,2,7,0,37917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37918,0,0,0,0,0,11686,0,0,0,'Column of Frost','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37919,38601,0,0,0,0,19110,0,0,0,'Empowered Vampiric Fiend','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,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,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37920,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver','','',0,82,82,2,1735,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,33600,2048,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,144,1,0,0,'npc_saurfang_event',12340),
|
|
(37928,0,0,0,0,0,26838,26839,26840,26841,'Argent Champion','','',0,80,80,2,2131,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37930,0,0,0,0,0,23037,23038,23039,0,'Warsong Peon','','',0,60,60,1,1735,0,1,1.14286,1,1,104,138,0,252,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,72,106,26,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37932,0,0,0,0,0,23044,23078,23079,23080,'Orgrim\'s Hammer Siege Engineer','','',0,80,80,2,1735,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37934,38170,38723,38733,0,0,22124,0,0,0,'Blistering Zombie','','',0,83,83,2,16,0,1,0.714286,1,1,4342,5920,0,300,4,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,94,1,550189887,0,'npc_blistering_zombie',12340),
|
|
(37935,0,0,0,0,0,24242,0,0,0,'Apothecary Candith Tomas','General Goods','',0,80,80,2,1735,4224,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37936,0,0,0,0,0,30838,0,0,0,'Morgan Dayblaze','Blacksmith','',0,80,80,2,1735,4224,1,1.42857,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(37937,0,0,0,0,0,21826,21827,21828,21829,'Dark Iron Troublemaker','','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37941,0,0,0,0,0,30841,0,0,0,'Magister Arlan','Emblem of Frost Quartermaster','',0,80,80,2,2123,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37942,0,0,0,0,0,30842,0,0,0,'Arcanist Uovril','Emblem of Frost Quartermaster','',0,80,80,2,2027,128,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37944,0,0,0,0,0,3167,0,0,0,'Stormwind City Patroller','','',0,1,1,0,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37945,0,0,0,0,0,30844,0,0,0,'Dream Portal','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valithria_portal',12340),
|
|
(37947,0,0,0,0,0,169,16925,0,0,'Deathwhisper Spawn Stalker','','',0,80,80,2,14,0,1,0.992063,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37948,0,0,0,0,0,169,16925,0,0,'Deathwhisper Controller','','',0,1,1,0,14,0,1,0.992063,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(37949,38394,38625,38626,0,0,30965,0,0,0,'Cult Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550109775,0,'npc_cult_adherent',12340),
|
|
(37950,0,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,2,4108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10000,1,1,0,0,0,0,0,0,0,0,1,0,2097280,'',12340),
|
|
(37952,0,0,0,0,0,26241,0,0,0,'Light\'s Vengeance Vehicle Bunny 2','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37955,38434,38435,38436,0,0,31165,0,0,0,'Blood-Queen Lana\'thel','','',0,83,83,2,16,0,1.6,1.42857,1,3,8000,9714,0,300,7,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,1015,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_blood_queen_lana_thel',12340),
|
|
(37957,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (1)','','',0,83,83,2,21,0,1,1.21429,1,3,3319,4525,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,1700,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),
|
|
(37958,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (2)','','',0,83,83,2,21,0,1,1.21429,1,3,5464,7450,0,300,7,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,750,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),
|
|
(37959,0,0,0,0,0,31119,0,0,0,'Lord Marrowgar (3)','','',0,83,83,2,21,0,1,1.21429,1,3,3923,5349,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,371,535,135,6,108,37959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250000,300000,'',0,3,1,2250,1,1,0,0,0,0,0,0,0,130,1,617299839,2097153,'',12340),
|
|
(37964,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner 02','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37965,0,0,0,0,0,26224,26225,26226,26227,'Argent Commander','','',0,81,81,2,2131,0,1,1.14286,1,0,464,604,0,708,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37966,0,0,0,0,0,30852,0,0,0,'Undercity Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37967,0,0,0,0,0,30859,30860,30861,30862,'Ebon Blade Commander','','',0,81,81,2,2050,0,1,1.14286,1,0,464,604,0,708,1,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37968,0,0,0,0,0,22471,0,0,0,'Argent Hippogryph','','',0,80,80,2,2131,16777216,2.5,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,0,0,'',0,4,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(37970,38401,38784,38785,0,0,30858,0,0,0,'Prince Valanar','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,37970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_valanar_icc',12340),
|
|
(37972,38399,38769,38770,0,0,30857,0,0,0,'Prince Keleseth','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_keleseth_icc',12340),
|
|
(37973,38400,38771,38772,0,0,30856,0,0,0,'Prince Taldaram','','',0,83,83,2,16,0,1.6,1.42857,1,3,4581,6246,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'boss_prince_taldaram_icc',12340),
|
|
(37976,0,0,0,29943,0,30868,0,0,0,'Vegard the Unforgiven','','',0,80,80,2,14,0,1,1.14286,1,1,1500,2000,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_q24545_vegard',12340),
|
|
(37980,0,0,0,0,0,30874,0,0,0,'Darnassus Love Boat','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,615,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37981,0,0,0,0,0,21955,16925,0,0,'[DND] Love Boat Summoner 03','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37982,0,0,0,0,0,1070,0,0,0,'Furious Fire Elemental','','',0,80,80,2,1932,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37983,0,0,0,0,0,1070,0,0,0,'Searing Fire Elemental','','',0,80,80,2,1932,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,9,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37984,0,0,0,0,0,30576,30577,30578,30579,'Crown Duster','','',0,1,1,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,37984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37985,0,0,0,0,0,30877,0,0,0,'Dream Cloud','','',0,80,80,2,2022,0,1,0.5,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.007937,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valithria_cloud',12340),
|
|
(37986,0,0,0,0,0,11686,0,0,0,'Ooze Spray Stalker','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(37990,0,0,0,0,0,21955,0,0,0,'[DND] Sample Quest Kill Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37991,0,0,0,0,0,30878,0,0,0,'Ikfirus the Vile','Rogue Armor','',11098,80,80,2,1735,4225,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(37992,0,0,0,0,0,30879,0,0,0,'Tortunok','Druid Armor','',11095,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.70635,7.01052,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37993,0,0,0,0,0,30880,0,0,0,'Gerardo the Suave','Hunter Armor','',11099,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.86508,1.87782,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37994,0,0,0,0,0,525,0,0,0,'Water Elemental','','',0,63,63,0,35,0,1,1.28968,1,0,164,228,0,249,1,2000,2000,8,0,2048,0,0,0,0,0,0,133,196,26,4,0,0,0,0,0,0,0,0,0,0,72898,0,0,0,0,0,0,0,0,0,0,0,'',1,3,1,0.75,0.33,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37996,0,0,0,0,0,30859,30860,30861,30862,'Ebon Champion','','',0,80,80,2,2144,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37997,0,0,0,0,0,30882,0,0,0,'Yili','Rogue Armor','',11098,80,80,2,1732,4225,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37998,0,0,0,0,0,30883,0,0,0,'Talan Moonstrike','Hunter Armor','',11099,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1.87782,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(37999,0,0,0,0,0,30884,0,0,0,'Alana Moonstrike','Druid Armor','',11095,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.70635,7.01052,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38000,0,0,0,0,0,30911,0,0,0,'Crok Scourgebane (1)','Grand Champion of the Ebon Blade','',0,83,83,2,2214,0,1,1.14286,1,1,509,683,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,7,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38001,0,0,0,0,0,21342,0,0,0,'Light\'s Vengeance Bunny 2','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(38004,0,0,0,0,0,31093,0,0,0,'Blood-Queen Lana\'thel','','',0,83,83,2,16,0,1.6,1.42857,1,3,496,674,0,783,35,2000,2000,2,33088,2048,0,0,0,0,0,0,365,529,98,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,861,1,1,0,0,0,0,0,0,0,150,1,8388624,0,'npc_blood_queen_lana_thel',12340),
|
|
(38006,0,0,0,0,0,30576,30577,30578,30579,'Crown Hoodlum','','',0,1,1,0,16,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,38006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38008,38641,38773,38774,0,0,1126,16925,0,0,'Blood Orb Controller','','',0,83,83,2,16,0,1,0.992063,1,3,509,683,0,805,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,405,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38009,38398,38630,38631,0,0,30968,0,0,0,'Reanimated Fanatic','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2114,2883,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_fanatic',12340),
|
|
(38010,38397,39000,39001,0,0,30966,0,0,0,'Reanimated Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_adherent',12340),
|
|
(38011,0,0,0,0,0,30439,0,0,0,'Sunreaver Disguise (Male)','','',0,80,80,2,2123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38012,0,0,0,0,0,30438,0,0,0,'Sunreaver Disguise (Female)','','',0,80,80,2,2123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38013,0,0,0,0,0,30311,0,0,0,'Silver Covenant Disguise (Female)','','',0,80,80,2,2027,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38014,0,0,0,0,0,30310,0,0,0,'Silver Covenant Disguise (Male)','','',0,80,80,2,2027,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38016,0,0,0,0,0,30576,30577,30578,30579,'Crown Agent','','',0,44,45,0,16,0,1,1.14286,1,0,76,100,0,184,1,2000,2000,1,0,2048,0,0,0,0,0,0,52,76,17,7,0,38016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38017,0,0,0,0,0,31103,0,0,0,'Kalecgos','Ambassador of the Blue Dragonflight','',11064,82,82,2,2010,3,1,1.14286,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,667,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38019,0,0,0,0,0,1070,0,0,0,'Anolis','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38020,0,0,0,0,0,1070,0,0,0,'Basiliscus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38021,0,0,0,0,0,1070,0,0,0,'Conolophus','','',0,83,83,2,1932,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,4,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1950,60,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38023,0,0,0,0,0,30576,30577,30578,30579,'Crown Sprinkler','','',0,54,56,0,16,0,1,1.14286,1,0,96,127,0,234,1,2000,2000,1,0,2048,0,0,0,0,0,0,67,97,23,7,0,38023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38025,0,0,0,0,0,30848,30849,0,0,'Deathwhisper Shadowcaster (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38026,0,0,0,0,0,30851,30850,0,0,'Deathwhisper Torturer (1)','Cult of the Damned','',0,80,80,2,21,0,1,1.14286,1,1,346,499,0,287,13,2000,0,8,32832,2048,8,0,0,0,0,0,315,468,69,7,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38028,0,0,0,0,0,16213,0,0,0,'Web Wrap','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,652214271,0,'',12340),
|
|
(38030,0,0,0,0,0,30576,30577,30578,30579,'Crown Underling','','',0,63,64,1,16,0,1,1.14286,1,0,194,274,0,272,1,2000,2000,1,0,2048,0,0,0,0,0,0,154,226,33,7,0,38030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38031,0,0,0,0,0,30459,0,0,0,'Deathbound Ward (1)','','',0,82,82,2,1813,0,2,1.42857,1,1,1875,2557,0,300,13,1000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,38031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,1,1,0,0,0,0,0,0,0,381,1,8388624,256,'',12340),
|
|
(38032,0,0,0,0,0,30576,30577,30578,30579,'Crown Sprayer','','',0,73,75,2,16,0,1,1.14286,1,0,342,485,0,392,1,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,7,0,38032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38035,0,0,0,0,0,17612,0,0,0,'Chemical Wagon','','',0,1,1,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38039,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38040,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38041,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38042,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38043,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',10948,1,1,0,35,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38044,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38045,0,0,0,0,0,15990,0,0,0,'Kwee Q. Peddlefeet','Crown Chemical Co.','',0,1,1,0,35,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38047,0,0,0,0,0,30894,30896,30895,30897,'Blood Elf Pilgrim','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38048,0,0,0,0,0,30898,30899,30900,30901,'High Elf Pilgrim','','',0,75,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38049,0,0,0,0,0,19315,19314,0,0,'Young Pilgrim','','',0,5,8,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38050,0,0,0,0,0,4259,4260,4602,4601,'Orgrimmar Grunt','','',0,80,80,2,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38052,0,0,0,0,0,23020,0,0,0,'Lady Liadrin','Blood Knight Matriarch','',0,80,80,1,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,200,10,1,0,0,0,0,0,0,0,199,1,0,0,'',12340),
|
|
(38053,0,0,0,0,0,30903,0,0,0,'[DND] Fire Creature','','',0,1,1,0,1375,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38054,0,0,0,0,0,31117,0,0,0,'Scott the Merciful','Priest Armor','',11102,80,80,2,2070,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38056,0,0,0,0,0,21008,0,0,0,'Chamberlain Galiros','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38057,0,0,0,0,0,26919,0,0,0,'Servant of the Throne (1)','','',0,80,80,2,21,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,6,0,38057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,25,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38058,0,0,0,0,0,30885,0,0,0,'Nerub\'ar Broodkeeper (1)','','',0,80,80,2,21,0,1,1.14286,1,1,759,1029,0,300,13,2000,2000,2,64,2048,0,0,0,0,0,0,341,506,80,6,0,38058,0,70215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38059,0,0,0,0,0,30616,30617,0,0,'Ancient Skeletal Soldier (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1049,1430,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,0,38059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38061,0,0,0,0,0,31092,0,0,0,'The Damned (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,667,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,6,72,38061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,125,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38062,0,0,0,0,0,31020,31022,0,0,'Plague Scientist (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1020,1388,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,38062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,10,1,0,0,0,0,0,0,0,144,1,8388624,0,'',12340),
|
|
(38063,0,0,0,0,0,26577,0,0,0,'Vengeful Fleshreaper (1)','','',0,80,80,2,21,0,1,1.5,1,1,665,905,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,38063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,151,1,8388624,0,'',12340),
|
|
(38064,0,0,0,0,0,30483,0,0,0,'Stinky (1)','','',0,80,80,2,21,0,1,1.71429,1,1,1538,2097,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38064,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'',12340),
|
|
(38065,0,0,0,0,0,30912,0,0,0,'Crown Supply Sentry','Crown Chemical Co.','',0,80,80,2,35,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_supply_sentry',12340),
|
|
(38066,0,0,0,0,0,30728,0,0,0,'Inspector Snip Snagglebolt','','',10976,30,30,0,1732,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,512,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38067,0,0,0,0,0,30817,30818,30815,30816,'[PH] Orgrimmar Citizen','','',0,75,75,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38068,0,0,0,0,0,11686,0,0,0,'Mana Void','','',0,82,82,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38072,0,0,0,0,0,30327,30359,0,0,'Deathspeaker Attendant (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,565,771,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(38073,0,0,0,0,0,30324,0,0,0,'Deathspeaker Disciple (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,492,671,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,38073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(38074,0,0,0,0,0,30343,0,0,0,'Deathspeaker High Priest (1)','Cult of the Damned','',0,82,82,2,16,0,3.2,1.71429,1,1,2614,3568,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,215,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(38075,0,0,0,0,0,30323,30360,0,0,'Deathspeaker Servant (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,681,928,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(38076,0,0,0,0,0,30326,30357,0,0,'Deathspeaker Zealot (1)','Cult of the Damned','',0,82,82,2,312,0,3.2,1.71429,1,1,2090,2850,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,172,1,0,0,'',12340),
|
|
(38077,0,0,0,0,0,30352,0,0,0,'Risen Deathspeaker Servant (1)','','',0,82,82,2,312,0,3.2,1.71429,1,1,681,928,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,172,1,8388624,0,'',12340),
|
|
(38078,0,0,0,0,0,30473,30465,0,0,'Skybreaker Assassin (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1424,1944,0,300,13,2000,2000,4,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38079,0,0,0,0,0,30455,30457,0,0,'Skybreaker Dreadblade (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1641,2236,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38080,0,0,0,0,0,30471,30472,0,0,'Skybreaker Hierophant (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1005,1370,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38081,0,0,0,0,0,30463,0,0,0,'Skybreaker Luminary (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38082,0,0,0,0,0,30452,30450,0,0,'Skybreaker Protector (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1354,1846,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38083,0,0,0,0,0,30469,30470,0,0,'Skybreaker Sorcerer (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1285,1752,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38084,0,0,0,0,0,30535,30536,0,0,'Skybreaker Summoner (1)','','',0,82,82,2,84,0,1,1.14286,1,1,527,719,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38085,0,0,0,0,0,30467,30468,0,0,'Skybreaker Vicar (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1264,1723,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38086,0,0,0,0,0,30453,30454,0,0,'Skybreaker Vindicator (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1350,2000,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38087,0,0,0,0,0,30474,30475,0,0,'Kor\'kron Defender (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1354,1846,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38088,0,0,0,0,0,30476,30477,0,0,'Kor\'kron Invoker (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1285,1752,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38089,0,0,0,0,0,30532,30534,0,0,'Kor\'kron Necrolyte (1)','','',0,82,82,2,83,0,1,1.14286,1,1,527,719,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38090,0,0,0,0,0,30478,30479,0,0,'Kor\'kron Oracle (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38091,0,0,0,0,0,30480,30481,0,0,'Kor\'kron Primalist (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1005,1370,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,360,523,79,7,72,38091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38092,0,0,0,0,0,30482,30484,0,0,'Kor\'kron Reaver (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1641,2236,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,7,72,38092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38093,0,0,0,0,0,30530,30531,0,0,'Kor\'kron Sniper (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,1284,1754,300,7,72,38093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38094,0,0,0,0,0,30485,30486,0,0,'Kor\'kron Stalker (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1424,1944,0,300,13,2000,2000,4,32832,2048,8,0,0,0,0,0,0,0,0,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38095,0,0,0,0,0,30487,30488,0,0,'Kor\'kron Templar (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1264,1723,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,72,38095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38096,0,0,0,0,0,30489,30490,0,0,'Kor\'kron Vanquisher (1)','','',0,82,82,2,83,0,1,1.14286,1,1,1350,2000,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,7,72,38096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38097,0,0,0,0,0,30529,30528,0,0,'Skybreaker Marksman (1)','','',0,82,82,2,84,0,1,1.14286,1,1,1284,1754,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,1284,1754,300,7,72,38097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,10,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38098,0,0,0,0,0,25468,0,0,0,'Darkfallen Advisor (1)','','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38099,0,0,0,0,0,30713,31023,31024,0,'Darkfallen Archmage (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38100,0,0,0,0,0,31025,31026,0,0,'Darkfallen Blood Knight (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38101,0,0,0,0,0,31030,31031,0,0,'Darkfallen Lieutenant (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38102,0,0,0,0,0,31028,31029,0,0,'Darkfallen Commander (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38103,0,0,0,0,0,30483,0,0,0,'Precious (1)','','',0,80,80,2,21,0,1,1.71429,1,1,1400,1909,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38103,0,70214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,700,2,1,0,0,0,0,0,0,0,164,1,650854271,2097153,'',12340),
|
|
(38104,38105,0,0,0,0,10976,10975,5432,5265,'Plagued Zombie','','',0,80,80,2,233,0,1,1.14286,1,1,300,400,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,3,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(38105,0,0,0,0,0,10976,10975,5432,5265,'Plagued Zombie (1)','','',0,80,80,2,233,0,1,1.14286,1,1,250,350,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,3,1,0,0,0,0,0,0,0,80,1,8388624,0,'',12340),
|
|
(38106,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (1)','','',0,83,83,2,21,0,1,1.14286,1,3,2603,3544,0,300,13,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,1200,1,0,0,0,0,0,0,0,0,1,617299839,2097153,'',12340),
|
|
(38107,0,0,0,0,0,11686,0,0,0,'Unstable Ooze Explosion Stalker','','',0,83,83,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38108,0,0,0,0,0,15961,0,0,0,'Blighted Abomination (1)','','',0,80,80,2,21,0,1,1.14286,1,1,1613,2200,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,524392,38108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,225,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38110,0,0,0,0,0,23137,0,0,0,'Pustulating Horror (1)','','',0,80,80,2,21,0,1,1.14286,1,1,665,905,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,6,0,38110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,180,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(38112,38599,0,0,0,0,30972,0,0,0,'Falric','','',0,82,82,2,16,0,1.2,1.42857,1,1,12698,14586,0,1,1.1,1800,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,28,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_falric',12340),
|
|
(38113,38603,0,0,0,0,30973,0,0,0,'Marwyn','','',0,82,82,2,16,0,1.2,1.42857,1,1,12698,14586,0,1,1.1,2000,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,147,1,617299839,2097152,'boss_marwyn',12340),
|
|
(38116,0,0,0,0,0,27165,0,0,0,'Image of the Sunwell','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38121,0,0,0,0,0,16480,21342,0,0,'Soul Feast Kill Credit Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38123,0,0,0,0,0,30491,0,0,0,'Big Ooze (1)','','',0,82,82,2,14,0,1,0.57143,1,1,1263,1722,0,300,18,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,900,1,1,0,0,0,0,0,0,0,80,1,650854271,2097152,'',12340),
|
|
(38125,38130,0,0,0,0,27548,0,0,0,'Ymirjar Deathbringer','','',0,80,80,2,2209,0,1,1.14286,1,1,825,1125,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,30,1,0,0,0,0,0,0,0,0,1,0,2097152,'npc_frostwing_vrykul',12340),
|
|
(38126,0,0,0,0,0,27548,0,0,0,'Ymirjar Frostbinder (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,666,909,0,300,13,2000,2000,8,32832,2048,0,0,0,0,0,0,315,468,69,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,1,1,0,0,0,0,0,0,0,0,1,32,2097152,'',12340),
|
|
(38128,0,0,0,0,0,31043,169,0,0,'The Skybreaker (1)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,70,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.9602,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38129,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (1)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,98.9602,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38130,0,0,0,0,0,27548,0,0,0,'Ymirjar Deathbringer (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,666,909,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,140,30,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(38131,0,0,0,0,0,25771,0,0,0,'Ymirjar Huntress (1)','','',0,80,80,2,2209,0,1,1.28571,1,1,615,837,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,615,837,300,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,100,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(38132,0,0,0,0,0,27549,0,0,0,'Ymirjar Battle-Maiden (1)','','',0,80,80,2,2209,0,1.2,1.14286,1,1,666,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(38133,0,0,0,0,0,26623,0,0,0,'Ymirjar Warlord (1)','','',0,80,80,2,2209,0,1,1.42857,1,1,666,909,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,345,509,103,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,1,1,0,0,0,0,0,0,0,0,1,0,2097152,'',12340),
|
|
(38134,0,0,0,0,0,26623,0,0,0,'Frostwarden Warrior (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,37228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38135,38395,38634,38635,0,0,22124,0,0,0,'Deformed Fanatic','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,2114,2883,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'npc_cult_fanatic',12340),
|
|
(38136,38396,38632,38633,0,0,30965,0,0,0,'Empowered Adherent','','',0,82,82,2,21,0,1,1.14286,1,1,1070,1459,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,10,1,0,0,0,0,0,0,0,0,1,550175327,0,'npc_cult_adherent',12340),
|
|
(38137,0,0,0,0,0,27548,0,0,0,'Frostwarden Sorceress (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,710,967,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,0,0,0,7,0,37229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38138,0,0,0,0,0,12349,0,0,0,'Little Ooze (1)','','',0,82,82,0,2068,0,1,1.14286,1,1,300,400,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097408,'',12340),
|
|
(38139,0,0,0,0,0,26623,0,0,0,'Frostwarden Handler (1)','','',0,80,80,2,2209,0,1,1.42857,1,1,1235,1681,0,300,14,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,64,38139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,300,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(38151,0,0,0,0,0,30640,0,0,0,'Frostwing Whelp (1)','','',0,80,80,2,16,0,1,1.14286,1,1,1235,1681,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,6,0,37532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38153,0,0,0,0,0,11686,0,0,0,'The Lich King','','',0,83,83,2,114,0,1,1.14286,1,0,509,683,0,805,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2097154,'npc_the_lich_king_controller',12340),
|
|
(38154,0,0,0,0,0,22633,0,0,0,'Warhawk','','',0,80,80,2,2209,0,1,1.14286,1,0,215,257,0,300,7,2000,2000,1,0,2048,0,26,0,0,0,0,345,509,103,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(38156,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (1)','','',10954,83,83,2,83,1,1,1.71429,1,3,3503,4783,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38157,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (1)','','',10875,83,83,2,84,1,1,1.71429,1,3,3503,4783,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38158,0,0,0,0,0,30975,30976,0,0,'[PH] Orgrimmar Mage','','',0,75,75,0,1074,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38159,0,0,0,0,0,27823,0,0,0,'Choking Gas Bomb','','',0,83,83,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38160,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,80,80,2,1770,2,1,1,1,1,346,499,0,287,7.5,2000,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,2,'npc_fos_leader_second',12340),
|
|
(38161,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_fos_leader_second',12340),
|
|
(38162,0,0,0,0,0,1140,0,0,0,'Trapped Citizen','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38163,0,0,0,0,0,11686,0,0,0,'Swarming Shadows','','',0,82,82,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38164,0,0,0,0,0,4259,0,0,0,'[PH] Captain (Orgrimmar)','','',0,75,75,2,1174,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(38166,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (1)','','',0,83,83,2,16,0,1,1.14286,1,1,3507,4781,0,300,11,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,65,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38167,0,0,0,0,0,7919,0,0,0,'Risen Archmage (1)','','',0,83,83,2,16,0,1,1.14286,1,1,1379,1884,0,300,14,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38168,0,0,0,0,0,12346,0,0,0,'Rot Worm (1)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38169,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (1)','','',0,83,83,2,16,0,1,1.14286,1,1,3507,4781,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38170,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (1)','','',0,83,83,2,16,0,1,0.714286,1,1,3507,4781,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,94,1,550189887,0,'',12340),
|
|
(38171,0,0,0,0,0,25592,0,0,0,'Suppresser (1)','','',0,83,83,2,16,0,1,0.992063,1,1,3507,4781,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),
|
|
(38172,38524,0,0,0,0,30977,0,0,0,'Phantom Mage','','',0,80,80,2,16,0,1,1.28571,1,1,4135,5629,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_phantom_mage',12340),
|
|
(38173,38525,0,0,0,0,30978,0,0,0,'Spectral Footman','','',0,80,80,2,16,0,1,1.28571,1,1,4855,6619,0,1,1,0,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_spectral_footman',12340),
|
|
(38174,0,0,0,0,0,30318,0,0,0,'Valithria Dreamwalker (1)','','',0,83,83,2,1665,0,1,1.14286,1,3,509,683,0,805,70,2000,2000,1,536870912,2048,8,0,0,0,0,0,371,535,135,2,67113036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2581.57,1,1,0,0,0,0,0,0,0,0,0,650854271,2097153,'',12340),
|
|
(38175,38563,0,0,0,0,30979,0,0,0,'Ghostly Priest','','',0,80,80,2,16,0,1,1.28571,1,1,4028,5423,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_ghostly_priest',12340),
|
|
(38176,38544,0,0,0,0,30980,0,0,0,'Tortured Rifleman','','',0,80,80,2,16,0,1,1.28571,1,1,4028,5423,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_tortured_rifleman',12340),
|
|
(38177,38564,0,0,0,0,30981,0,0,0,'Shadowy Mercenary','','',0,80,80,2,16,0,1,1.28571,1,1,3352,4570,0,1,1,1200,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_shadowy_mercenary',12340),
|
|
(38180,0,0,0,0,0,30171,0,0,0,'Cleansing Totem','','',0,60,60,0,58,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38181,0,0,0,0,0,30982,0,0,0,'Haragg the Unseen','Warlock Armor','',11104,80,80,2,1735,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.28175,2.49603,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38182,0,0,0,0,0,30983,0,0,0,'Niby the Almighty','Warlock Armor','',11104,80,80,2,1732,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2.28175,2.49603,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38184,38185,0,0,0,0,25242,0,0,0,'Corrupted Ymirjar','','',0,80,80,2,2209,0,1,1.14286,1,1,215,257,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(38185,0,0,0,0,0,25242,0,0,0,'Corrupted Ymirjar (1)','','',0,80,80,2,2209,0,1,1.14286,1,1,215,257,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,18,1,1,0,0,0,0,0,0,0,121,1,8388624,0,'',12340),
|
|
(38186,0,0,0,0,0,30844,0,0,0,'Dream Portal (Pre-effect)','','',0,80,80,2,35,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38188,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',0,83,83,2,1770,2,1,1.14286,1,1,346,499,0,287,7.5,0,0,8,33088,2048,8,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader_second',12340),
|
|
(38189,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,1770,2,0.888888,0.99206,1,3,496,674,0,783,35,2000,0,2,33088,2048,8,0,0,0,0,0,365,529,98,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'npc_pos_leader_second',12340),
|
|
(38191,0,0,0,0,0,30986,0,0,0,'Shadow\'s Edge','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38193,0,0,0,0,0,30270,0,0,0,'Soulguard Bonecaster (1)','Cult of the Damned','',0,80,80,2,16,0,1,0.99206,1,1,417,582,0,608,13,2000,0,2,64,2048,8,0,0,0,0,0,341,506,80,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,6680,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38194,0,0,0,0,0,30859,30987,30861,30862,'Torgo the Elder','','',0,80,80,2,2144,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38197,0,0,0,0,0,26194,0,0,0,'Nerub\'ar Champion (1)','','',0,80,80,2,21,0,2,1.14286,1,1,710,967,0,300,13,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,38197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,80,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38198,0,0,0,0,0,31050,0,0,0,'Nerub\'ar Webweaver (1)','','',0,80,80,2,21,0,2,1.14286,1,1,710,967,0,300,13,2000,2000,2,33555200,2048,0,0,0,0,0,0,341,506,80,6,0,38198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,60,12,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38199,0,0,0,0,0,1126,16946,0,0,'Frostblade','','',0,80,80,2,2209,0,1,1.14286,1,0,828,1127,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,28,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38200,0,0,0,0,0,30310,30311,0,0,'Silver Covenant Agent','','',0,80,80,2,2027,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38201,0,0,0,0,0,30438,30439,0,0,'Sunreaver Agent','','',0,80,80,2,2123,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38204,0,0,0,0,0,30989,0,0,0,'Big Love Rocket','','',0,80,80,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38207,0,0,0,0,0,30989,0,0,0,'Flying Big Love Rocket','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38208,0,0,0,0,0,30991,0,0,0,'Investigator Fezzen Brasstacks','','',11007,30,30,0,35,3,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38211,0,0,0,0,0,24045,0,0,0,'Wrath of the Lich King Credit','','',0,70,70,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38216,0,0,0,0,0,30993,0,0,0,'Mutated Professor Putricide','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,2000,1,1,0,0,0,0,0,0,0,165,1,8388624,0,'',12340),
|
|
(38219,0,0,0,0,0,27982,0,0,0,'Spinestalker (1)','','',0,82,82,2,21,0,2,2,1,1,2174,2967,0,300,18,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,550,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(38220,0,0,0,0,0,27982,0,0,0,'Rimefang (1)','','',0,82,82,2,21,0,2,2,1,1,2174,2967,0,300,18,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,550,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(38222,0,0,0,0,0,31553,0,0,0,'Vengeful Shade','','',0,80,80,2,974,0,0.75,0.75,1,0,422,586,0,642,1,2000,2000,1,33554434,2048,0,0,0,0,0,0,345,509,103,6,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.238095,1,1,0,0,0,0,0,0,0,84,1,8388624,0,'npc_vengeful_shade',12340),
|
|
(38223,0,0,0,0,0,16946,0,0,0,'Icy Blast','','',0,82,82,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38226,0,0,0,0,0,30903,17519,0,0,'[DND] Fire Wall - No Scaling','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38228,0,0,0,0,0,7511,2177,9829,0,'Plagued Insect','','',0,1,1,0,188,0,0.4,0.714286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38229,0,0,0,0,0,7511,2177,9829,0,'Frozen Insect','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38230,0,0,0,0,0,30903,17519,0,0,'[DND] Fire Wall','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38231,0,0,0,0,0,30995,0,0,0,'Blood Parasite','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38232,0,0,0,0,0,30996,0,0,0,'Blood Spider','','',0,1,1,0,190,0,1,0.857143,1,0,2,2,0,24,1,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.2,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(38233,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38234,0,0,0,0,0,1126,24719,0,0,'Growing Ooze Puddle Trigger','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38236,0,0,0,0,0,21955,30998,0,0,'[DND] Fire Strat','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,34603008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38248,0,0,0,0,0,31004,0,0,0,'Impaling Spear','','Interact',0,80,80,2,2209,16777216,1,1.71429,1,1,2,2,0,24,7.5,2000,2000,1,2,2048,0,0,0,0,0,0,1,1,0,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,1,1,0,0,0,0,0,0,0,164,1,8388624,2097152,'npc_impaling_spear',12340),
|
|
(38249,0,0,0,0,0,24992,24995,24994,0,'Hungering Ghoul (1)','','',0,80,80,2,21,0,0.8,0.99206,1,1,422,586,0,642,13,2000,0,1,32768,2048,8,0,0,0,0,0,345,509,103,6,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38256,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (1)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,13,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,60,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38257,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (1)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,13,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,60,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38258,0,0,0,0,0,30521,0,0,0,'Sister Svalna (1)','','',0,82,82,1,2209,0,1.6,2.28571,1,1,3000,3500,0,300,13,2000,2000,2,64,2048,0,0,0,0,0,0,360,520,91,6,96,37126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,5,600,20,1,0,0,0,0,0,0,0,200,1,650854271,2097152,'',12340),
|
|
(38260,0,0,0,0,0,31007,0,0,0,'Invincible','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',12340),
|
|
(38261,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (1)','','',0,82,82,2,84,0,1,1.42857,1,1,3503,4783,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38262,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (1)','','',0,82,82,2,83,0,1,1.42857,1,1,3503,4783,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,40,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38264,0,0,0,0,0,28132,0,0,0,'Dark Rune Giant Transform','','',0,77,78,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,5,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38265,0,0,0,0,0,30362,0,0,0,'Sindragosa (1)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,3503,4780,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,2750,1,1,0,51027,0,0,0,0,0,261,1,650854271,2097153,'',12340),
|
|
(38266,0,0,0,0,0,30362,0,0,0,'Sindragosa (2)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,6506,8877,0,300,7,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,1000,1,1,0,51026,0,0,0,0,0,261,1,650854271,2097153,'',12340),
|
|
(38267,0,0,0,0,0,30362,0,0,0,'Sindragosa (3)','Queen of the Frostbrood','',0,83,83,2,2068,0,3.5,2.28571,1,3,4673,6377,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330000,1400000,'',0,5,1,3300,1,1,0,51027,0,0,0,0,0,261,1,650854271,2097153,'',12340),
|
|
(38271,0,0,0,0,0,31182,31197,0,0,'Vrykul Illusion',NULL,NULL,0,70,70,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38273,0,0,0,0,0,23643,23653,0,0,'Taunka Illusion','','',0,78,78,2,16,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38283,0,0,0,0,0,31012,0,0,0,'Malfus Grimfrost','Mage Armor','',11103,80,80,2,1732,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,768,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,3.63059,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38284,0,0,0,0,0,31013,0,0,0,'Uvlus Banefire','Mage Armor','',11103,80,80,2,1735,4225,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,3.63059,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38285,38788,38789,38790,0,0,31008,0,0,0,'Mutated Abomination','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38288,0,0,0,0,0,1126,11686,0,0,'Love Guard Perfume Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38289,0,0,0,0,0,16480,21342,0,0,'Unholy Infusion KC Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38291,0,0,0,0,0,31014,0,0,0,'Melee Trinket - Tuskarr','','',0,60,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38292,0,0,0,0,0,31015,0,0,0,'Melee Trinket - Taunka',NULL,NULL,0,60,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,2,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38293,0,0,0,0,0,31016,0,0,0,'Junior Inspector','','',10991,30,30,0,1732,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38294,0,0,0,0,0,23657,0,0,0,'Elder Clearwater','Honored Fisher','',0,80,80,0,35,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_elder_clearwater',12340),
|
|
(38295,0,0,0,0,0,31016,0,0,0,'Junior Detective','','',10991,30,30,0,1735,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38296,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (2)','','',0,83,83,2,21,0,1,1.14286,1,3,5908,8045,0,300,7,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,600,350,1,0,0,0,0,0,0,0,0,1,617299839,2097409,'',12340),
|
|
(38297,0,0,0,0,0,30893,0,0,0,'Lady Deathwhisper (3)','','',0,83,83,2,21,0,1,1.14286,1,3,3796,5169,0,300,13,2000,2000,8,32768,2048,0,0,0,0,0,0,365,542,84,6,76,38297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2400,1500,1,0,0,0,0,0,0,0,0,1,617299839,2097409,'',12340),
|
|
(38298,0,0,0,0,0,30907,0,0,0,'Captain Arnath (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38299,0,0,0,0,0,30908,0,0,0,'Captain Brandon (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38303,0,0,0,0,0,30909,0,0,0,'Captain Grondel (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38304,0,0,0,0,0,30910,0,0,0,'Captain Rupert (1)','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,300,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38308,0,0,0,0,0,22769,0,0,0,'Ooze Covered Tentacle Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,422,586,0,642,35,1500,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38309,0,0,0,0,0,22769,0,0,0,'Slimy Tentacle Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,422,586,0,642,35,1500,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38310,0,0,0,0,0,1126,15880,0,0,'Invisible Stalker (Float,Uninteractible,LargeAOI) (3.00)','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38312,0,0,0,0,0,7470,5990,513,0,'Flesh-eating Insect (1)','','',0,75,75,2,16,0,1,1.14286,1,0,710,967,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,295,438,68,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38316,0,0,0,0,0,31039,0,0,0,'Ormus the Penitent','Death Knight Armor','',10996,80,80,0,2216,4227,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(38317,0,0,0,0,0,27823,0,0,0,'Tear Gas Target Stalker','','',0,83,83,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38319,0,0,0,0,0,23257,0,0,0,'Blood Queen Door','','',0,82,82,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38320,0,0,0,0,0,30890,0,0,0,'Ice Tomb (1)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),
|
|
(38321,0,0,0,0,0,30890,0,0,0,'Ice Tomb (2)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),
|
|
(38322,0,0,0,0,0,30890,0,0,0,'Ice Tomb (3)','','',0,80,80,2,14,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,36,1,1,0,0,0,0,0,0,0,0,0,650870655,10485780,'',12340),
|
|
(38325,0,0,0,0,0,31040,0,0,0,'Marion Sutton','','',0,30,30,0,12,2,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38328,0,0,0,0,0,31041,0,0,0,'Roka','','',0,30,30,0,29,2,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38332,0,0,0,0,0,26767,0,0,0,'Ball of Flame','','',0,82,82,2,14,0,4.4,1.57143,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,162,1,0,0,'npc_ball_of_flame',12340),
|
|
(38334,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38335,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38336,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,42,56,0,102,1,2000,2000,1,0,2048,0,0,0,0,0,0,29,42,9,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38337,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38338,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38339,0,0,0,0,0,30725,0,0,0,'Snivel Rustrocket','Venture Co.','',0,30,30,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_love_in_air_snivel_real',12340),
|
|
(38340,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - Bank Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),
|
|
(38341,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - AH Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),
|
|
(38342,0,0,0,0,0,17612,0,0,0,'[DND] Holiday - Love - Barber Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'npc_love_in_air_snivel',12340),
|
|
(38349,0,0,0,0,0,30618,0,0,0,'Captain Arnath (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38350,0,0,0,0,0,30619,0,0,0,'Captain Brandon (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,425,602,0,670,13,1500,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,15,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38351,0,0,0,0,0,30620,0,0,0,'Captain Grondel (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38352,0,0,0,0,0,30621,0,0,0,'Captain Rupert (1)','','',0,81,81,2,2209,0,1,1.14286,1,1,464,604,0,708,13,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38353,0,0,0,0,0,1126,23257,0,0,'Blood Queen Orb','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38361,0,0,0,0,0,31047,0,0,0,'Wrathful Gladiator\'s Frost Wyrm','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38362,0,0,0,0,0,30597,0,0,0,'Nerub\'ar Broodling (1)','','',0,80,80,2,21,0,1.85,1.14286,1,0,828,1127,0,300,2,2000,2000,1,33555200,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,3,1,1,0,0,0,0,0,0,0,127,1,8388624,0,'',12340),
|
|
(38367,0,0,0,0,0,22769,0,0,0,'Tesla Coil Stalker','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38369,0,0,0,0,0,31196,0,0,0,'Dark Nucleus','','',0,82,82,2,16,0,4,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.41785,1,1,0,0,0,0,0,0,0,156,0,650854271,6291456,'npc_dark_nucleus',12340),
|
|
(38370,0,0,0,0,0,0,0,9829,0,'Frozen Insect','','',0,1,1,0,188,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38374,0,0,0,0,0,31073,0,0,0,'Toxic Wasteling','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_pet_gen_toxic_wasteling',12340),
|
|
(38386,38388,0,0,0,0,16174,0,0,0,'Patchwerk (PTR All-Around Test)','','',0,1,1,0,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1200,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(38388,0,0,0,0,0,16174,0,0,0,'Patchwerk (PTR All-Around Test) (1)','','',0,1,1,0,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4000,2,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(38390,0,0,0,0,0,31005,0,0,0,'Rotface (1)','','',0,83,83,2,14,0,1,1.5873,1,3,3948,5382,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38390,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,2600,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(38391,0,0,0,0,0,31181,0,0,0,'Val\'kyr Guardian','','',0,80,80,2,2082,0,2.8,1.07143,1,0,1591,1785,0,642,1,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,71841,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1.6,1,1,1,0,0,0,0,0,0,0,55,1,8388624,0,'npc_pet_gen_valkyr_guardian',12340),
|
|
(38392,0,0,0,0,0,31181,0,0,0,'Val\'kyr Protector','','',0,80,80,2,2082,0,2.8,1.07143,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,71842,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1.6,1,1,1,0,0,0,0,0,0,0,55,1,8388624,0,'npc_pet_gen_valkyr_guardian',12340),
|
|
(38393,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,1708,2328,0,300,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38394,0,0,0,0,0,30965,0,0,0,'Cult Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38395,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,1708,2328,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),
|
|
(38396,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38397,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (1)','','',0,82,82,2,21,0,1,1.14286,1,1,862,1176,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38398,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (1)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,1708,2328,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38399,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38400,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38401,0,0,0,0,0,30858,0,0,0,'Prince Valanar (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,3700,5045,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38402,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (1)','','',0,83,83,2,974,0,1.6,1.42857,1,3,3503,4783,0,300,9.5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,2250,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),
|
|
(38403,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (1)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38404,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (1)','','',0,82,82,2,83,0,1,1.42857,1,1,3503,4783,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38405,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (1)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38406,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (1)','','',0,82,82,2,84,0,1,1.42857,1,1,3503,4783,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38407,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (1)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,7,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38408,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (1)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,13,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,16,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38410,38419,0,0,0,0,12432,0,0,0,'Severed Essence','','',0,80,80,2,16,0,1,1.14286,1,1,414,563,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_icc_severed_essence',12340),
|
|
(38418,0,0,0,0,0,24991,0,0,0,'Val\'kyr Herald (1)','','',0,80,80,2,21,0,1,1.14286,1,1,2836,3867,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,72,38418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,220,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(38419,0,0,0,0,0,12432,0,0,0,'Severed Essence (1)','','',0,80,80,2,16,0,1,1.14286,1,1,470,641,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38421,0,0,0,0,0,31088,0,0,0,'Nightmare Cloud','','',0,80,80,2,2022,0,1,0.5,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.007937,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_valithria_cloud',12340),
|
|
(38422,0,0,0,0,0,23258,0,0,0,'Shock Vortex','','',0,83,83,2,16,0,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38429,0,0,0,0,0,30844,0,0,0,'Nightmare Portal (Pre-effect)','','',0,80,80,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38430,0,0,0,0,0,30844,0,0,0,'Nightmare Portal','','vehichleCursor',0,80,80,2,35,16777216,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'npc_valithria_portal',12340),
|
|
(38431,0,0,0,0,0,30881,0,0,0,'Professor Putricide (1)','','',0,83,83,2,14,0,1.2,1.71429,1,3,3507,4785,0,300,13,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38431,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,3000,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),
|
|
(38433,38462,0,0,0,0,31089,0,0,0,'Toravon the Ice Watcher','','',0,83,83,2,16,0,0.888888,1.71429,1,3,509,683,0,805,35,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,38433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,330,50,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'boss_toravon',12340),
|
|
(38434,0,0,0,38588,0,31165,0,0,0,'Blood-Queen Lana\'thel (1)','','',0,83,83,2,16,0,1.6,1.42857,1,3,5538,6460,0,300,13,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,4261,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(38435,0,0,0,0,0,31165,0,0,0,'Blood-Queen Lana\'thel (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,8000,9714,0,300,9,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,1355.3,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(38436,0,0,0,38588,0,31165,0,0,0,'Blood-Queen Lana\'thel (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,5538,6460,0,300,16,0,2000,2,32832,2048,0,0,0,0,0,0,371,535,100,6,108,38436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300000,350000,'',0,4,1,5113,100,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(38439,0,0,0,0,0,1126,11686,0,0,'Toravon Stalker','','',0,1,1,0,14,0,1.2,1.71429,1,0,2,2,0,24,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,165,1,0,128,'',12340),
|
|
(38444,0,0,0,0,0,30902,0,0,0,'Spire Frostwyrm (1)','','',0,82,82,2,16,0,1.2,0.95238,1,1,3481,4752,0,300,15,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271134,271134,'',0,1,1,400,10,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'',12340),
|
|
(38445,0,0,0,0,0,30656,0,0,0,'Spire Minion (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,1249,1705,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38446,0,0,0,0,0,16206,0,0,0,'Frenzied Abomination (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,2923,3985,0,300,13,2000,2000,1,32832,2048,0,0,0,0,0,0,363,521,121,6,72,38446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38451,0,0,0,0,0,26767,0,0,0,'Ball of Inferno Flame','','',0,82,82,2,14,0,4.4,1.57143,1,0,2,2,0,24,1,2000,2000,1,33685504,2048,0,0,0,0,0,0,1,1,0,10,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,162,1,0,0,'npc_ball_of_flame',12340),
|
|
(38453,0,0,0,0,0,31094,0,0,0,'Arcturis','','',0,74,74,2,190,0,1,1.14286,1,2,328,467,0,354,7.5,2000,2000,1,0,2048,0,46,0,0,0,0,287,426,63,1,65537,38453,0,70212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38454,38775,38776,38777,0,0,31095,0,0,0,'Kinetic Bomb','','',0,82,82,2,14,0,0.8,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,64,1,650854271,2097152,'npc_kinetic_bomb',12340),
|
|
(38456,0,0,0,0,0,31096,0,0,0,'Frozen Orb','','',0,83,83,2,14,0,0.8,0.714286,1,0,509,683,0,805,1,2000,0,1,0,2048,8,0,0,0,0,0,371,535,135,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,11,1,1,0,0,0,0,0,0,0,90,1,0,0,'npc_frozen_orb',12340),
|
|
(38458,0,0,0,0,0,21342,0,0,0,'Kinetic Bomb Target','','',0,82,82,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38459,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38460,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38461,0,0,0,0,0,11686,0,0,0,'Toravon Frozen Orb Stalker','','',0,1,1,0,14,0,1.2,1.71429,1,0,2,2,0,24,1,2000,0,1,33554688,2048,8,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,7,1,2,1,1,0,0,0,0,0,0,0,165,1,0,130,'npc_frozen_orb_stalker',12340),
|
|
(38462,0,0,0,0,0,31089,0,0,0,'Toravon the Ice Watcher (1)','','',0,83,83,2,16,0,0.888888,1.71429,1,3,509,683,0,805,70,0,0,1,0,2048,8,0,0,0,0,0,371,535,135,5,108,38462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1080,50,1,0,0,0,0,0,0,0,164,1,617299839,2097153,'',12340),
|
|
(38463,0,0,0,0,0,1126,11686,0,0,'Empowering Orb Visual Stalker','','',0,1,1,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38471,38486,0,0,0,0,31127,0,0,0,'Infiltrator Minchar','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,4,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38472,0,0,0,0,0,31135,0,0,0,'Darnavan','','',0,81,81,0,16,0,1,1.14286,1,1,1500,2000,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,550183455,0,'npc_darnavan',12340),
|
|
(38479,0,0,0,0,0,31037,31038,0,0,'Darkfallen Tactician (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,360,523,79,6,72,38479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,160,0,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38480,0,0,0,0,0,31033,31034,31035,31036,'Darkfallen Noble (1)','The San\'layn','',0,82,82,2,16,0,1,1.14286,1,1,1263,1722,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,6,72,38480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38481,0,0,0,0,0,14696,0,0,0,'Spire Gargoyle (1)','','',0,82,82,2,2209,0,1,1.14286,1,1,1262,1723,0,300,13,2000,2000,2,32832,2048,0,0,0,0,0,0,360,520,91,6,72,38481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,90,10,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38482,38483,0,0,0,0,27392,0,0,0,'Frost Warder','','',0,82,82,2,16,0,1,1.71429,1,1,488,642,0,782,7.5,2000,0,1,32832,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,60,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(38483,0,0,0,0,0,27392,0,0,0,'Frost Warder (1)','','',0,82,82,2,16,0,1,1.71429,1,1,488,642,0,782,13,0,0,1,32832,2048,8,0,0,0,0,0,363,521,121,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,120,10,1,0,0,0,0,0,0,0,164,1,617299839,2097152,'',12340),
|
|
(38485,0,0,0,0,0,31135,0,0,0,'Darnavan','','',0,81,81,0,16,0,1,1.14286,1,1,1100,1500,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,550183455,0,'npc_darnavan',12340),
|
|
(38486,0,0,0,0,0,31127,0,0,0,'Infiltrator Minchar (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38487,0,0,0,0,0,30350,0,0,0,'Fallen Warrior','','',0,80,80,2,1771,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,6.5,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38490,0,0,0,0,0,30843,0,0,0,'Rotting Frost Giant','','',0,82,82,2,16,0,1,0.992063,1,1,6211,8467,0,300,7,2000,2000,1,33280,2048,0,0,0,0,0,0,363,521,121,6,72,38490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,450,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rotting_frost_giant',12340),
|
|
(38491,38495,0,0,0,0,31134,0,0,0,'Kor\'kron Lieutenant','','',0,80,80,0,35,2,1,1.14286,1,1,2,2,0,24,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,1,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38492,38496,0,0,0,0,31133,0,0,0,'Skybreaker Lieutenant','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,32768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38493,0,0,0,0,0,26224,26225,26226,26227,'Argent Crusader','','',0,81,81,2,2131,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38494,0,0,0,0,0,30843,0,0,0,'Rotting Frost Giant','','',0,82,82,2,16,0,1,0.992063,1,1,3909,5329,0,300,13,2000,2000,1,33280,2048,0,0,0,0,0,0,363,521,121,6,72,38494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1650,1,1,0,0,0,0,0,0,0,0,1,650854271,2097152,'npc_rotting_frost_giant',12340),
|
|
(38495,0,0,0,0,0,31134,0,0,0,'Kor\'kron Lieutenant (1)','','',0,80,80,0,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38496,0,0,0,0,0,31133,0,0,0,'Skybreaker Lieutenant (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38497,0,0,0,0,0,26224,26225,26226,26227,'Argent Crusader (Mounted)','','',0,81,81,2,2131,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38500,0,0,0,0,0,29937,0,0,0,'Argent Warhorse','','',0,80,80,0,2131,0,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38501,38717,0,0,0,0,29760,0,0,0,'Alchemist Adrianna','','',11032,80,80,2,2070,3,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,0,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'npc_alchemist_adrianna',12340),
|
|
(38503,0,0,0,0,0,16480,21342,0,0,'Blood Infusion Quest Credit Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38505,0,0,0,0,0,30859,30860,30861,30862,'Knight of the Ebon Blade','','',0,81,81,2,2226,0,1,1.14286,1,1,464,604,0,708,7.5,1500,2000,1,0,2048,0,0,0,0,0,0,353,512,112,7,6144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38508,38596,38597,38598,0,0,31107,31163,31164,0,'Blood Beast','','',0,82,82,2,16,0,1,1.14286,1,1,1226,1671,0,300,5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,7.425,1,1,0,0,0,0,0,0,0,100,1,550179615,0,'npc_icc_blood_beast',12340),
|
|
(38524,0,0,0,0,0,30977,0,0,0,'Phantom Mage (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6176,8407,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38525,0,0,0,0,0,30978,0,0,0,'Spectral Footman (1)','','',0,80,80,2,16,0,1,1.28571,1.45,1,7283,9929,0,1,1,0,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38527,0,0,0,0,0,16480,21342,0,0,'Shadowmourne Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38528,0,0,0,0,0,16480,26241,0,0,'Shadowmourne Axe Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38529,0,0,0,0,0,30986,0,0,0,'Shadowmourne','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38544,0,0,0,0,0,30980,0,0,0,'Tortured Rifleman (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6014,8187,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38545,0,0,0,0,0,31007,0,0,0,'Invincible','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,8388624,0,'',-12340),
|
|
(38546,0,0,0,0,0,16480,21342,0,0,'Frost Infusion Quest Credit','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38547,0,0,0,0,0,16480,21342,0,0,'Sindragosa Quest Credit','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38548,0,0,0,0,0,1126,11686,0,0,'Vile Gas Stalker','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38549,0,0,0,0,0,31005,0,0,0,'Rotface (2)','','',0,83,83,2,14,0,1,1.5873,1,3,7332,9996,0,300,7,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38549,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,750,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(38550,0,0,0,0,0,31005,0,0,0,'Rotface (3)','','',0,83,83,2,14,0,1,1.5873,1,3,5261,7172,0,300,13,0,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,108,38550,0,0,0,0,0,0,0,0,69789,69508,69674,0,0,0,0,0,0,0,400000,500000,'',0,3,1,3400,1,1,0,0,0,0,0,0,0,0,1,650854271,2097153,'',12340),
|
|
(38551,38552,0,0,0,0,31097,0,0,0,'Alrin the Agile','','',0,80,80,2,35,2,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38552,0,0,0,0,0,31097,0,0,0,'Alrin the Agile (1)','','',0,80,80,2,35,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38556,0,0,0,0,0,1126,11686,0,0,'Malleable Ooze Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38557,0,0,0,0,0,16925,0,0,0,'Minchar Beam Stalker','','',0,80,80,2,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38558,0,0,0,0,0,31127,0,0,0,'Infiltrator Minchar','','',0,80,80,2,35,0,1,1.14286,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38563,0,0,0,0,0,30979,0,0,0,'Ghostly Priest (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,6014,8187,0,1,1,0,2000,2,33555264,2048,0,0,0,0,0,0,341,506,80,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38564,0,0,0,0,0,30981,0,0,0,'Shadowy Mercenary (1)','','',0,80,80,2,16,0,1,1.28571,1.25,1,5029,6856,0,1,1,1200,2000,1,33555264,2048,0,0,0,0,0,0,345,509,103,6,72,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,5,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38566,0,0,0,0,0,14702,0,0,0,'Phantom Hallucination','','',0,80,80,2,31,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,16777216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38567,38568,0,0,0,0,30977,0,0,0,'Phantom Hallucination','','',0,80,80,2,16,0,1,1.28571,1,1,4135,5629,0,1,1,0,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'npc_phantom_hallucination',12340),
|
|
(38568,0,0,0,0,0,30977,0,0,0,'Phantom Hallucination (1)','','',0,80,80,2,16,0,1,1.28571,1,1,6176,8407,0,1,1,0,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.5,10,1,0,0,0,0,0,0,0,133,1,8388624,0,'',12340),
|
|
(38569,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (IGB/Saurfang)','','',0,80,80,2,16,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38572,0,0,0,0,0,31006,0,0,0,'Bug 181860','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,675,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38579,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,0,0,0,0,1,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38580,0,0,0,0,0,1736,0,0,0,'[PH] Matt Test NPC','','',0,80,80,2,123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38581,0,0,0,0,0,7765,0,0,0,'[PH] Matt Test NPC 2','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38582,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (2)','','',0,83,83,2,974,0,1.6,1.42857,1,3,6507,8883,0,300,5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,882,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),
|
|
(38583,0,0,0,0,0,30790,0,0,0,'Deathbringer Saurfang (3)','','',0,83,83,2,974,0,1.6,1.42857,1,3,4670,6375,0,300,9.5,1000,2000,4,33588032,2048,0,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,'',0,3,1,3150,1,1,0,0,0,0,0,0,0,150,1,617299839,2097153,'',12340),
|
|
(38584,0,0,0,0,0,11686,0,0,0,'Frostmourne Trigger','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(38585,0,0,0,0,0,30881,0,0,0,'Professor Putricide (2)','','',0,83,83,2,14,0,1.2,1.71429,1,3,6513,8887,0,300,7,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38585,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,980,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),
|
|
(38586,0,0,0,0,0,30881,0,0,0,'Professor Putricide (3)','','',0,83,83,2,14,0,1.2,1.71429,1,3,4673,6377,0,300,13,1500,2000,1,33554432,2048,0,0,0,0,0,0,371,535,135,6,108,38586,0,0,0,0,0,0,0,0,70346,71968,71617,0,0,0,0,0,0,587,400000,500000,'',0,3,1,3600,1,1,0,0,0,0,0,0,0,165,1,650854271,2097153,'',12340),
|
|
(38587,0,0,0,0,0,16480,21342,0,0,'Professor Putricide Proxy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38588,0,0,0,0,0,16480,21342,0,0,'Blood Queen Proxy Bunny','','',0,60,60,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38589,38590,0,0,0,0,31125,0,0,0,'Valithria Dreamwalker','','',0,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,717.103,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38590,0,0,0,0,0,31125,0,0,0,'Valithria Dreamwalker (1)','','',0,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,4172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,717.103,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38595,0,0,0,0,0,22162,0,0,0,'Argent Valiant Credit (Aspirant Test)','S.T.O.U.T.','',0,50,50,0,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38596,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (1)','','',0,82,82,2,16,0,1,1.14286,1,1,990,1350,0,300,9.5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6.75,1,1,0,0,0,0,0,0,0,100,1,550179615,0,'',12340),
|
|
(38597,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (2)','','',0,82,82,2,16,0,1,1.14286,1,1,1839,2507,0,300,5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10.395,1,1,0,0,0,0,0,0,0,121,1,550179615,0,'',12340),
|
|
(38598,0,0,0,0,0,31107,31163,31164,0,'Blood Beast (3)','','',0,82,82,2,16,0,1,1.14286,1,1,1320,1800,0,300,9.5,1000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,1,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9.45,1,1,0,0,0,0,0,0,0,121,1,550179615,0,'',12340),
|
|
(38599,0,0,0,0,0,30972,0,0,0,'Falric (1)','','',0,82,82,2,16,0,1.2,1.42857,1,1,18985,21794,0,1,1.1,1800,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,47,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),
|
|
(38600,0,0,0,0,0,19110,0,0,0,'Vampiric Fiend (1)','','',0,80,80,2,14,0,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38601,0,0,0,0,0,19110,0,0,0,'Empowered Vampiric Fiend (1)','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,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,3,1,40,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38602,0,0,0,0,0,30707,0,0,0,'Gas Cloud (1)','','',0,82,82,0,14,0,1,1.15,1,0,200,300,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),
|
|
(38603,0,0,0,0,0,30973,0,0,0,'Marwyn (1)','','',0,82,82,2,16,0,1.2,1.42857,1,1,18985,21794,0,1,1.1,2000,2000,1,832,2048,0,0,0,0,0,0,363,521,121,6,72,38603,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,67,1,1,0,0,0,0,0,0,0,147,1,617299839,2097153,'',12340),
|
|
(38604,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (1)','','',0,82,82,0,14,0,2,1.28571,1,0,200,300,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),
|
|
(38605,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (1)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38606,0,0,0,0,0,30867,0,0,0,'Lady Jaina Proudmoore','','',11065,80,80,2,35,3,1,1,1,1,0,0,0,0,1,2000,2000,8,33088,2099200,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,100,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38607,0,0,0,0,0,30582,0,0,0,'Muradin Bronzebeard','','',0,83,83,2,35,2,1,1.71429,1,3,0,0,0,0,1,2000,2000,1,33600,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,300,1,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(38608,0,0,0,0,0,30821,0,0,0,'Uther the Lightbringer','Knight of the Silver Hand','',0,80,80,2,1665,2,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,32832,2099200,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,25,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38609,0,0,0,0,0,28213,0,0,0,'Lady Sylvanas Windrunner','Banshee Queen','',0,83,83,2,35,2,0.888888,0.992063,1,3,0,0,0,0,1,2000,2000,2,33088,2099200,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,500,20,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38610,0,0,0,0,0,31128,0,0,0,'Highlord Alexandros Mograine','The Ashbringer','',0,83,83,2,35,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1000,500,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38625,0,0,0,0,0,30965,0,0,0,'Cult Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38626,0,0,0,0,0,30965,0,0,0,'Cult Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,8,0,2048,0,0,0,0,0,0,360,523,79,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38628,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,3172,4324,0,300,7,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38629,0,0,0,0,0,30967,0,0,0,'Cult Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2277,3105,0,300,13,2000,2000,1,32768,2048,0,0,0,0,0,0,363,521,121,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,550109775,0,'',12340),
|
|
(38630,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,3172,4324,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38631,0,0,0,0,0,30968,0,0,0,'Reanimated Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,1,1.14286,1,1,2277,3105,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38632,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38633,0,0,0,0,0,30965,0,0,0,'Empowered Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(38634,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (2)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,3172,4324,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),
|
|
(38635,0,0,0,0,0,22124,0,0,0,'Deformed Fanatic (3)','Cult of the Damned','',0,82,82,2,21,0,0.5,0.57143,1,1,2277,3105,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,1,1,0,0,0,0,0,0,0,84,1,550175327,0,'',12340),
|
|
(38637,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (2)','','',10954,83,83,2,83,1,1,1.71429,1,3,6507,8883,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38638,0,0,0,0,0,30416,0,0,0,'High Overlord Saurfang (3)','','',10954,83,83,2,83,1,1,1.71429,1,3,4670,6375,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,371,535,135,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,500,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38639,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (2)','','',10875,83,83,2,84,1,1,1.71429,1,3,6507,8883,0,300,3,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,350,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38640,0,0,0,0,0,30508,0,0,0,'Muradin Bronzebeard (3)','','',10875,83,83,2,84,1,1,1.71429,1,3,4670,6375,0,300,5,1500,2000,1,32768,0,0,0,0,0,0,0,345,509,103,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,500,1,1,0,0,0,0,0,0,0,164,1,650854271,2097152,'',12340),
|
|
(38641,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (1)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1620,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38667,0,0,0,0,0,15294,0,0,0,'Combat Trigger','','',0,60,60,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38675,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (2)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38676,0,0,0,0,0,30739,30740,0,0,'Kor\'kron Axethrower (3)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38677,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (2)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,21,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38678,0,0,0,0,0,30741,30742,30743,30744,'Kor\'kron Battle-Mage (3)','','',0,82,82,2,83,0,1,1.42857,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,84,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38679,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (2)','','',0,82,82,2,83,0,1,1.42857,1,1,6507,8883,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38680,0,0,0,0,0,30750,30751,30752,0,'Kor\'kron Reaver (3)','','',0,82,82,2,83,0,1,1.42857,1,1,4670,6375,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38681,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (2)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38682,0,0,0,0,0,30748,30749,0,0,'Kor\'kron Rocketeer (3)','','',0,82,82,2,83,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38683,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (2)','','',0,82,82,2,83,0,1,1.42857,1,1,6507,8883,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,28,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38684,0,0,0,0,0,30745,30746,30747,0,'Kor\'kron Sergeant (3)','','',0,82,82,2,83,0,1,1.42857,1,1,4670,6375,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,56,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38685,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (2)','','',0,82,82,2,84,0,1,1.42857,1,1,6507,8883,0,300,0.75,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38686,0,0,0,0,0,30598,30599,30600,30601,'Skybreaker Marine (3)','','',0,82,82,2,84,0,1,1.42857,1,1,4670,6375,0,300,1.25,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38687,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (2)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,4.9,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38688,0,0,0,0,0,30602,0,0,0,'Skybreaker Mortar Soldier (3)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,9.8,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38689,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (2)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,11.2,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38690,0,0,0,0,0,30603,30604,30605,0,'Skybreaker Rifleman (3)','','',0,82,82,2,84,0,1,1.42857,1,1,488,642,0,782,7.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,22.4,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38691,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (2)','','',0,82,82,2,84,0,1,1.42857,1,1,6507,8883,0,300,1.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,28,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38692,0,0,0,0,0,30606,30607,30608,0,'Skybreaker Sergeant (3)','','',0,82,82,2,84,0,1,1.42857,1,1,4670,6375,0,300,2.5,2000,2000,1,32832,0,0,0,0,0,0,0,363,521,121,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,56,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38693,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (2)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,21,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38694,0,0,0,0,0,30609,30610,30611,0,'Skybreaker Sorcerer (3)','','',0,82,82,2,84,0,1,1.71429,1,1,463,640,0,726,7.5,2000,2000,2,32832,0,0,0,0,0,0,0,360,520,91,7,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,1,84,1,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(38695,0,0,0,0,0,31154,0,0,0,'Icebound Frostbrood Vanquisher','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38698,0,0,0,0,0,31096,0,0,0,'Frozen Orb (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,90,1,0,0,'',12340),
|
|
(38699,0,0,0,0,0,31043,169,0,0,'The Skybreaker (2)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,56.9021,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38700,0,0,0,0,0,31043,169,0,0,'The Skybreaker (3)','','',0,83,83,2,35,0,1,1.42857,1,3,509,683,0,805,35,2000,2000,1,0,0,0,0,0,0,0,0,371,535,135,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,113.804,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38701,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (2)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,56.9021,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38702,0,0,0,0,0,31044,1126,0,0,'Orgrim\'s Hammer (3)','','',0,83,83,2,35,0,1,1.42857,1,3,0,0,0,0,1,2000,2000,1,0,0,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,113.804,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(38710,0,0,0,0,0,1126,31515,0,0,'Frostmourne Soul Transform Visual','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38711,38970,38971,38972,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),
|
|
(38712,38973,38974,38975,0,0,31124,0,0,0,'Bone Spike','','',0,80,80,2,14,0,1.2,1,1,1,422,586,0,642,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,3.1,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'npc_bone_spike',12340),
|
|
(38716,0,0,0,0,0,31170,0,0,0,'Magister Thelos','','',0,5,5,0,1604,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38717,0,0,0,0,0,29760,0,0,0,'Alchemist Adrianna (1)','','',11032,80,80,2,2070,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38721,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,4,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,9,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38722,0,0,0,0,0,22773,0,0,0,'Blazing Skeleton (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,365,529,98,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38723,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,4,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,129,1,550189887,0,'',12340),
|
|
(38724,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (2)','','',0,83,83,2,16,0,1,1.14286,1,1,6513,8880,0,300,6,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,27,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38725,0,0,0,0,0,7919,0,0,0,'Risen Archmage (2)','','',0,83,83,2,16,0,1,1.14286,1,1,2562,3500,0,300,8,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38726,0,0,0,0,0,12346,0,0,0,'Rot Worm (2)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,1.5,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38727,0,0,0,0,0,25592,0,0,0,'Suppresser (2)','','',0,83,83,2,16,0,1,0.992063,1,1,6513,8880,0,300,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),
|
|
(38733,0,0,0,0,0,22124,0,0,0,'Blistering Zombie (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,24,1,1,0,0,0,0,0,0,0,129,1,550189887,0,'',12340),
|
|
(38734,0,0,0,0,0,7858,0,0,0,'Gluttonous Abomination (3)','','',0,83,83,2,16,0,1,1.14286,1,1,4676,6375,0,300,11,2000,2000,1,0,2048,0,0,0,0,0,0,371,535,135,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,94,1,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38735,0,0,0,0,0,7919,0,0,0,'Risen Archmage (3)','','',0,83,83,2,16,0,1,1.14286,1,1,1842,2517,0,300,14,2000,2000,2,0,2048,0,0,0,0,0,0,351,511,86,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,20,1,0,0,0,0,0,0,0,0,1,550189887,0,'',12340),
|
|
(38736,0,0,0,0,0,12346,0,0,0,'Rot Worm (3)','','',0,83,83,2,16,0,1,1.14286,1,1,500,700,0,0,3,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38737,0,0,0,0,0,25592,0,0,0,'Suppresser (3)','','',0,83,83,2,16,0,1,0.992063,1,1,4676,6375,0,300,2,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,550189855,0,'',12340),
|
|
(38751,0,0,0,0,0,4449,31175,0,0,'Black Knight Shield Proxy','','',0,80,80,2,35,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,2,0,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38752,0,0,0,0,0,11686,0,0,0,'Green Dragon Combat Trigger','','',0,60,60,0,14,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,2097281,'npc_green_dragon_combat_trigger',12340),
|
|
(38757,0,0,0,0,0,11686,0,0,0,'Defile','','',0,83,83,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,33554944,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(38758,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (2)','','',0,82,82,0,14,0,2,1.28571,1,0,400,600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),
|
|
(38759,0,0,0,0,0,30491,0,0,0,'Volatile Ooze (3)','','',0,82,82,0,14,0,2,1.28571,1,0,400,600,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,135,1,650854271,2097408,'',12340),
|
|
(38760,0,0,0,0,0,30707,0,0,0,'Gas Cloud (2)','','',0,82,82,0,14,0,1,1.15,1,0,400,600,0,300,7,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),
|
|
(38761,0,0,0,0,0,30707,0,0,0,'Gas Cloud (3)','','',0,82,82,0,14,0,1,1.15,1,0,400,600,0,300,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,133,1,650854271,2097408,'',12340),
|
|
(38763,0,0,0,0,0,27987,0,0,0,'Summoned Cadaver','','',0,80,80,0,21,0,1,1.28968,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38769,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38770,0,0,0,0,0,30857,0,0,0,'Prince Keleseth (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38771,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38772,0,0,0,0,0,30856,0,0,0,'Prince Taldaram (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,135,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38773,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (2)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38774,0,0,0,0,0,1126,16925,0,0,'Blood Orb Controller (3)','','',0,83,83,2,16,0,1,0.992063,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(38775,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (1)','','',0,82,82,2,14,0,0.8,0.28571,1,1,488,642,0,782,13,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,64,1,650854271,2097152,'',12340),
|
|
(38776,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (2)','','',0,82,82,2,14,0,1.2,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,70,1,650854271,2097152,'',12340),
|
|
(38777,0,0,0,0,0,31095,0,0,0,'Kinetic Bomb (3)','','',0,82,82,2,14,0,1.2,0.28571,1,1,488,642,0,782,7.5,2000,2000,1,0,2048,0,0,0,0,0,0,363,521,121,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.074179,1,1,0,0,0,0,0,0,0,70,1,650854271,2097152,'',12340),
|
|
(38778,0,0,0,0,0,31156,0,0,0,'Bloodbathed Frostbrood Vanquisher','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(38784,0,0,0,0,0,30858,0,0,0,'Prince Valanar (2)','','',0,83,83,2,16,0,1.6,1.42857,1,3,6872,9369,0,300,7,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,546.75,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38785,0,0,0,0,0,30858,0,0,0,'Prince Valanar (3)','','',0,83,83,2,16,0,1.6,1.42857,1,3,4934,6724,0,300,13,0,2000,1,536903744,2048,8,0,0,0,0,0,371,535,100,6,108,38785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2187,1,1,0,0,0,0,0,0,0,150,0,650854271,2097153,'',12340),
|
|
(38786,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (2)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38787,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (3)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,70360,70539,70542,0,0,0,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38788,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (1)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38789,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (2)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,5,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38790,0,0,0,0,0,31008,0,0,0,'Mutated Abomination (3)','','',0,80,80,2,35,0,2,2.28,1,1,400,500,0,1,8,2000,2000,4,0,0,0,0,0,0,0,0,345,509,103,6,108,0,0,0,0,0,0,0,0,0,72527,70539,70542,0,0,71516,0,0,0,591,0,0,'',0,3,1,35,1,1,0,0,0,0,0,0,0,170,1,0,0,'',12340),
|
|
(38825,0,0,0,0,0,31192,0,0,0,'Aerin','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38830,0,0,0,0,0,11875,11877,11874,11876,'[PH] Grimtotem Protector','','Directions',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38831,0,0,0,0,0,2141,8572,9391,9392,'Slain Bluffwatcher','','Directions',0,1,1,0,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38839,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Guard','','Directions',0,75,75,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38840,0,0,0,0,0,31194,0,0,0,'Jedebia','Shaman Armor','',11097,80,80,2,1732,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,768,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,5.50826,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38841,0,0,0,0,0,31195,0,0,0,'Vol\'guk','Shaman Armor','',11097,80,80,2,1735,4225,1,1.14286,1,0,417,582,0,608,1,2000,2000,2,33536,2048,0,0,0,0,0,0,341,506,80,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,5.50826,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38843,0,0,0,0,0,11875,11877,11874,11876,'[PH] Grimtotem Collector','','',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38846,0,0,0,0,0,2289,29419,29412,29409,'[PH] Slain Druid','','Directions',0,75,75,2,105,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38857,0,0,0,0,0,30721,0,0,0,'PattyMacks LK','','',0,83,83,2,1659,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,67,1,8388624,0,'',12340),
|
|
(38858,0,0,0,0,0,1525,0,0,0,'Goodman the \"Closer\"','Emblem of Frost Quartermaster','',0,80,80,2,2070,4224,1,1.14286,1,0,346,499,0,287,1,2000,2000,8,33536,2048,0,0,0,0,0,0,315,468,69,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.77381,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38860,0,0,0,0,0,28047,0,0,0,'Bug 184688','','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5000,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38863,0,0,0,0,0,2467,0,0,0,'Unkillable Test Dummy 83 Rogue','','',0,83,83,2,7,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(38867,0,0,0,0,0,4470,0,0,0,'Old Town Thug','','',0,25,26,0,17,0,1,1.14286,1,0,37,49,0,90,1,2000,2000,1,0,2048,0,0,0,0,0,0,25,37,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.05,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38870,0,0,0,0,0,21955,17200,0,0,'[DND] Dark Iron Guard Move To Bunny','','Directions',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38877,0,0,0,0,0,7789,7790,7791,7792,'Dark Iron Citizen','','',0,75,75,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38879,0,0,0,0,0,1126,11686,0,0,'Putricide\'s Trap','','',0,1,1,0,2102,0,1,1.14286,1,0,2,2,0,24,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,1,1,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_icc_putricades_trap',12340),
|
|
(38882,0,0,0,0,0,21955,17200,0,0,'[DND] Mole Machine Spawner','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,20,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38883,0,0,0,0,0,31005,0,0,0,'ScottG Test','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,620,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(38900,0,0,0,0,0,11882,0,0,0,'Auctioneer Kavarn','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38901,0,0,0,0,0,3408,3419,1651,11752,'Ironforge Civilian','','',0,68,68,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,45,1,0,0,'',12340),
|
|
(38903,0,0,0,0,0,20570,11686,0,0,'Queue trigger','','',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38905,0,0,0,0,0,11883,0,0,0,'[PH] Grimtotem Vendor','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38906,0,0,0,0,0,11882,0,0,0,'Auctioneer Sarnkin','','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38907,0,0,0,0,0,20570,11686,0,0,'Queue Controller','','',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(38919,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38920,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker 2','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38921,0,0,0,0,0,11878,0,0,0,'[PH] Grimtotem Banker 3','Banker','',0,80,80,0,714,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(38970,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38971,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38972,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38973,0,0,0,0,0,31124,0,0,0,'Bone Spike (1)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38974,0,0,0,0,0,31124,0,0,0,'Bone Spike (2)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38975,0,0,0,0,0,31124,0,0,0,'Bone Spike (3)','','',0,80,80,2,14,0,1.2,1,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'',0,3,1,9,1,1,0,0,0,0,0,0,0,0,0,652214271,2,'',12340),
|
|
(38995,0,0,0,0,0,31286,0,0,0,'Highlord Tirion Fordring','','',10993,83,83,2,2073,1,1,1.14286,1,3,900,1000,0,300,7,2000,2000,2,32832,2048,0,0,0,0,0,0,0,0,0,7,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1000,1000,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tirion_fordring_tft',12340),
|
|
(39000,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (2)','','',0,82,82,2,21,0,1,1.14286,1,1,1600,2184,0,300,7,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,14,14,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(39001,0,0,0,0,0,30966,0,0,0,'Reanimated Adherent (3)','','',0,82,82,2,21,0,1,1.14286,1,1,1152,1571,0,300,13,2000,2000,2,0,2048,0,0,0,0,0,0,341,506,80,6,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,30,1,0,0,0,0,0,0,0,0,1,550175327,0,'',12340),
|
|
(39010,39011,39012,39013,0,0,169,11686,0,0,'Martyr Stalker (Reputation)','','',0,80,80,2,16,0,1,1.14286,1,3,422,586,0,642,35,2000,2000,1,33554432,2048,0,0,0,0,0,0,345,509,103,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39011,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (1)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39012,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (2)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39013,0,0,0,0,0,169,11686,0,0,'Martyr Stalker (Reputation) (3)','','',0,80,80,2,16,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.0001,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39019,0,0,0,0,0,25680,0,0,0,'Quest - Wintergrasp - PvP Kill - Horde','','',0,80,80,2,834,0,1,1.14286,1,4,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39021,0,0,0,0,0,1128,0,0,0,'Agitated Earth Spirit','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39023,0,0,0,0,0,11686,0,0,0,'[DND] TB Event Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39045,0,0,0,0,0,25278,0,0,0,'Azure Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(39046,0,0,0,0,0,25279,0,0,0,'Crimson Deathcharger','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(39047,0,0,0,0,0,4607,0,0,0,'Agitated Fire Spirit','','',0,10,10,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39048,0,0,0,0,0,20365,0,0,0,'Sylvanas\' Lamenter','','',0,70,70,0,35,0,0.2,0.2,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,5,1,1,1,1,0,0,0,0,0,0,0,42,1,8388624,0,'',12340),
|
|
(39055,0,0,0,0,0,31306,0,0,0,'Gavan Grayfeather','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39057,0,0,0,0,0,11686,30998,0,0,'[DND] Fire Strat Auto','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,34603008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39058,0,0,0,0,0,3604,0,0,0,'[PH] Orc Firefighter','','',0,1,1,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39060,0,0,0,0,0,26356,0,0,0,'Brann Bronzebeard (Prologue)','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,6,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39089,0,0,0,0,0,31299,31300,31301,31302,'Item: Frostborn Illusion','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39090,0,0,0,0,0,31616,0,0,0,'Durak Flamespeaker','The Earthen Ring','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39091,0,0,0,0,0,31135,0,0,0,'Darnavan Kill Credit 10','','',0,81,81,2,16,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39092,0,0,0,0,0,31135,0,0,0,'Darnavan Kill Credit 25','','',0,81,81,2,16,0,1,1.14286,1,1,2,2,0,24,1,2000,2000,1,0,2048,0,0,0,0,0,0,1,1,74,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3049,5081,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39101,0,0,0,0,0,17802,0,0,0,'Courier Tormun','Explorer\'s League','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39103,0,0,0,0,0,27382,15407,27377,0,'Twilight Seeker','Twilight\'s Hammer','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39120,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (1)','','',0,80,80,2,14,0,1,0.7,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,55,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),
|
|
(39121,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (2)','','',0,80,80,2,14,0,1,0.8,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,112.5,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),
|
|
(39122,0,0,0,0,0,25452,0,0,0,'Val\'kyr Shadowguard (3)','','',0,80,80,2,14,0,1,0.8,1,3,0,0,0,0,1,2000,2000,1,514,2048,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,532,0,0,'',0,4,1,237.5,500,1,0,0,0,0,0,0,0,741,1,583742335,2097152,'',12340),
|
|
(39123,0,0,0,0,0,31127,0,0,0,'Blood Quickening Credit 25','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39125,0,0,0,0,0,31312,0,0,0,'Val\'kyr Shadowguard (Hover Height 20 Visual)','','',0,80,80,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(39130,0,0,0,0,0,1405,4607,18244,0,'Blazing Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39131,0,0,0,0,0,4606,31373,21131,0,'Watery Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39132,0,0,0,0,0,1109,453,549,0,'Earthen Servant','','',0,80,80,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39135,0,0,0,0,0,20570,17612,0,0,'Prologue Portal Bunny','','',0,80,80,2,114,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39137,0,0,0,0,0,11686,0,0,0,'Shadow Trap','','',0,83,83,2,14,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(39158,0,0,0,0,0,28550,0,0,0,'Phalanx 2.0','','',0,80,80,2,57,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39166,0,0,0,38153,0,30721,0,0,0,'The Lich King (1)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,13,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,4375,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),
|
|
(39167,0,0,0,38153,0,30721,0,0,0,'The Lich King (2)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,10,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,2112.5,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),
|
|
(39168,0,0,0,38153,0,30721,0,0,0,'The Lich King (3)','','',0,83,83,2,974,0,2,1.71429,1,3,9000,10000,0,300,18,1500,0,1,512,2048,0,0,0,0,0,0,371,535,135,6,268435564,39168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300000,1500000,'',0,3,1,7397,500,1,0,0,0,0,0,0,0,169,1,650854271,2097153,'',12340),
|
|
(39172,0,0,0,0,0,31346,0,0,0,'Marshal Magruder','Wintergrasp Quartermaster','',0,80,80,2,1892,128,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39173,0,0,0,0,0,31347,0,0,0,'Champion Ros\'slai','Wintergrasp Quartermaster','',0,80,80,2,1981,128,1,1.38571,1,0,422,586,0,642,1,2000,2000,1,768,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39189,0,0,0,0,0,11686,0,0,0,'Spirit Bomb','','',0,82,82,2,14,0,1.4,0.5,1,3,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'npc_lk_spirit_bomb',12340),
|
|
(39190,39287,39288,39289,0,0,10701,0,0,0,'Wicked Spirit','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.15873,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'npc_lk_wicked_spirit',12340),
|
|
(39217,0,0,0,0,0,31021,0,0,0,'Terenas Menethil','','',0,80,80,2,1665,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,32836,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,15,1,0,0,0,0,0,0,0,0,0,0,0,'npc_terenas_menethil',12340),
|
|
(39229,0,0,0,0,0,22719,0,0,0,'[DND] Flying Machine','','',0,40,40,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.15,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(39230,0,0,0,0,0,31654,0,0,0,'Gnomeregan Mechano-Tank Pilot','','',0,80,80,2,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39231,39232,39233,39234,0,0,30721,0,0,0,'The Lich King (Temp)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(39232,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (1)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(39233,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (2)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(39234,0,0,0,0,0,30721,0,0,0,'The Lich King (Temp) (3)','','',0,83,83,2,21,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2000,500,1,0,0,0,0,0,0,0,169,1,8388624,0,'',12340),
|
|
(39252,0,0,0,0,0,31654,31656,31657,31655,'Gnomeregan Infantry','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39253,0,0,0,39623,0,2590,0,0,0,'Gnome Citizen','','',0,1,1,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39259,0,0,0,0,0,31654,0,0,0,'Gnomeregan Flying Machine','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39263,0,0,0,0,0,31664,0,0,0,'Disassembled Mechano-Tank','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,570688256,2048,32,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39264,0,0,0,0,0,31654,0,0,0,'Gnomeregan Mechano-Tank Pilot','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39265,0,0,0,0,0,6973,6974,6975,6976,'Rescued Gnomeregan Evacuee','','',0,24,25,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.02,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39271,0,0,0,0,0,31658,0,0,0,'High Tinker Mekkatorque','King of Gnomes','',11192,83,83,2,35,3,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39273,0,0,0,0,0,31624,0,0,0,'\"Doc\" Cogspin','Surgeon General','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39275,0,0,0,0,0,31663,31735,0,0,'Gnomeregan Medic','','',11323,75,75,0,64,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39283,0,0,0,0,0,31391,0,0,0,'Seer Bahura','The Earthen Ring','',0,83,83,2,1727,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39284,0,0,0,0,0,10701,0,0,0,'Vile Spirit (1)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,15.873,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),
|
|
(39285,0,0,0,0,0,10701,0,0,0,'Vile Spirit (2)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,7.14286,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),
|
|
(39286,0,0,0,0,0,10701,0,0,0,'Vile Spirit (3)','','',0,80,80,2,14,0,2.8,1,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,21.4286,15,1,0,0,0,0,0,0,0,118,1,583742335,0,'',12340),
|
|
(39287,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (1)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.47619,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),
|
|
(39288,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (2)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.31746,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),
|
|
(39289,0,0,0,0,0,10701,0,0,0,'Wicked Spirit (3)','','',0,80,80,2,14,0,1.55,0.55,1,1,0,0,0,0,1,2000,2000,1,163904,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,0.634921,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),
|
|
(39296,0,0,0,0,0,31471,0,0,0,'Spirit Warden (1)','','',0,83,83,2,14,0,1,1,1,1,3500,4000,0,300,3,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,15,1,0,0,0,0,0,0,0,0,0,8388624,256,'',12340),
|
|
(39299,0,0,0,0,0,25297,0,0,0,'Shambling Horror (1)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,16,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,286.841,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),
|
|
(39300,0,0,0,0,0,25297,0,0,0,'Shambling Horror (2)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,12,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,215.131,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),
|
|
(39301,0,0,0,0,0,25297,0,0,0,'Shambling Horror (3)','','',0,83,83,2,21,0,1.4,1.14286,1,1,3500,4000,0,300,20,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,430.262,15,1,0,0,0,0,0,0,0,127,1,650852191,2097152,'',12340),
|
|
(39302,0,0,0,0,0,16946,0,0,0,'Raging Spirit (1)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,16,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,190.477,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),
|
|
(39303,0,0,0,0,0,16946,0,0,0,'Raging Spirit (2)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,12,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,88,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),
|
|
(39304,0,0,0,0,0,16946,0,0,0,'Raging Spirit (3)','','',0,83,83,2,14,0,2,1.42857,1,3,3500,4000,0,300,20,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,297.6,1,1,0,0,0,0,0,0,0,151,1,650854271,2097152,'',12340),
|
|
(39305,0,0,0,0,0,30243,0,0,0,'Ice Sphere (1)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.42857,1,1,0,0,0,0,0,0,0,76,1,650854271,2097408,'',12340),
|
|
(39306,0,0,0,0,0,30243,0,0,0,'Ice Sphere (2)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.19048,1,1,0,0,0,0,0,0,0,84,1,650854271,2097408,'',12340),
|
|
(39307,0,0,0,0,0,30243,0,0,0,'Ice Sphere (3)','','',0,80,80,2,14,0,1.2,0.428571,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4.28571,1,1,0,0,0,0,0,0,0,84,1,650854271,2097408,'',12340),
|
|
(39309,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (1)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,16,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),
|
|
(39310,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (2)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,12,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,30,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),
|
|
(39311,0,0,0,0,0,24999,0,0,0,'Drudge Ghoul (3)','','',0,80,80,2,21,0,0.8,1,1,1,450,500,0,300,20,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,6,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,15,1,0,0,0,0,0,0,0,0,1,8388625,0,'',12340),
|
|
(39328,0,0,0,0,0,31410,31413,31415,31414,'Doomsayer','','',0,78,80,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39343,0,0,0,0,0,31416,1370,0,0,'Orgrimmar Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39349,0,0,0,0,0,31678,31679,31680,31681,'Gnomeregan Trainee','','',0,9,9,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39355,0,0,0,0,0,11686,0,0,0,'[DND] Salute Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39356,0,0,0,0,0,11686,0,0,0,'[DND] Roar Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39361,0,0,0,0,0,11686,0,0,0,'[DND] Dance Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39362,0,0,0,0,0,11686,0,0,0,'[DND] Cheer Quest Credit Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39368,0,0,0,0,0,31682,0,0,0,'Drill Sergeant Steamcrank','','',0,75,75,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39371,0,0,0,0,0,30417,0,0,0,'King Varian Wrynn','King of Stormwind','',11203,83,83,2,1733,1,1,1.42857,1,1,0,0,0,0,1,2000,2000,1,768,2048,0,0,0,0,0,0,0,0,0,7,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,20,1,0,0,0,0,0,0,0,144,1,0,0,'npc_icc_buff_switcher',12340),
|
|
(39372,0,0,0,0,0,31428,0,0,0,'Garrosh Hellscream','Overlord of the Warsong Offensive','',11206,83,83,2,1735,1,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,10,1,0,0,0,0,0,0,0,0,1,0,2,'npc_icc_buff_switcher',12340),
|
|
(39386,0,0,0,0,0,31677,0,0,0,'Pilot Muzzlesprock','','',0,80,80,2,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39396,0,0,0,0,0,22719,0,0,0,'\'Thunderflash\'','','',11211,40,40,0,64,1,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1.15,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39420,0,0,0,0,0,16946,0,0,0,'[DND] Probe Target Bunny','','',0,1,1,0,35,0,1,1.14286,3,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(39421,0,0,0,0,0,28830,0,0,0,'Radiageigatron','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,231,1,0,0,'',12340),
|
|
(39448,0,0,0,0,0,31465,0,0,0,'Blood Guard Torek','','',0,80,80,2,29,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39454,0,0,0,0,0,17188,0,0,0,'Doomsayer Speech Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39462,0,0,0,0,0,25380,0,0,0,'Owen Test Vendor','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39466,0,0,0,0,0,11686,0,0,0,'Motivated Citizen','','',0,60,60,0,875,0,1,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(39508,0,0,0,0,0,31472,0,0,0,'Captain Anton','','',0,80,80,2,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39509,0,0,0,0,0,31474,0,0,0,'Aronen','Apprentice to Ormus','',0,80,80,2,2216,2,1,1.14286,1,0,422,586,0,642,1,2000,2000,1,0,2048,0,0,0,0,0,0,345,509,103,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39581,0,0,0,0,0,20570,27823,0,0,'Poster Marker - Orgrimmar','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39623,0,0,0,0,0,2581,0,0,0,'Gnome Citizen','','',0,1,1,0,64,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39624,0,0,0,39466,0,11686,0,0,0,'Motivated Citizen','','',0,60,60,0,875,0,1,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(39632,0,0,0,0,0,31416,1370,0,0,'Orgrimmar Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39633,0,0,0,0,0,4083,4084,0,0,'Sen\'jin Watcher','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39639,0,0,0,0,0,31812,28733,31753,31754,'Restless Zombie','','',0,80,80,2,1771,0,0.777776,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,40,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(39647,0,0,0,0,0,31778,0,0,0,'Zalazane','','',0,80,80,2,2102,0,1,0.857143,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39648,0,0,0,0,0,31521,31522,31525,31526,'Doomsday Cultist','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39654,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',0,83,83,2,1770,3,1,1.38571,1,3,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39672,0,0,0,0,0,20570,27823,0,0,'Poster Marker - Stormwind','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39675,0,0,0,0,0,31683,0,0,0,'Captain Tread Sparknozzle','','',0,75,75,0,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39678,0,0,0,0,0,31676,0,0,0,'Toby Zeigear','Speechwriter','',0,10,10,2,64,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39682,0,0,0,0,0,31664,0,0,0,'Ejector Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,70,1,0,0,'',12340),
|
|
(39683,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Eject','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39686,0,0,0,0,0,23082,1526,0,0,'Stormwind Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39691,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 1','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39692,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 2','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39695,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Move 3','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39703,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - Attack','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39707,0,0,0,0,0,17188,0,0,0,'[DND] Attack Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39711,0,0,0,0,0,3020,0,0,0,'Mechano-Tank Attack Target','','',0,1,1,0,35,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39712,0,0,0,0,0,31658,0,0,0,'High Tinker Mekkatorque','King of Gnomes','',0,83,83,2,64,0,1,1.14286,1,3,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39713,0,0,0,0,0,31664,0,0,0,'Scuttling Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(39714,0,0,0,0,0,31664,0,0,0,'Shooting Mechano-Tank','','',0,80,80,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554448,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,745,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,76,1,0,0,'',12340),
|
|
(39715,0,0,0,0,0,31664,0,0,0,'Ejector Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39716,0,0,0,0,0,31664,0,0,0,'Scuttling Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39717,0,0,0,0,0,31664,0,0,0,'Shooting Mechano-Tank','','Driver',0,1,1,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,4,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39735,0,0,0,0,0,23365,0,0,0,'Gnomeregan Multi-Bomber','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39743,0,0,0,0,0,21955,17188,0,0,'[DND] GT Bomber Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39744,0,0,0,0,0,21955,17188,0,0,'[DND] GT Bomber Bunny 2','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39746,39805,0,0,0,0,32179,0,0,0,'General Zarithrian','','',0,83,83,2,16,0,1,1.42857,1,3,9000,10000,0,400,6,1500,2000,1,33554752,2048,0,0,0,0,0,0,0,0,0,2,76,39946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,297,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'boss_general_zarithrian',12340),
|
|
(39747,39823,0,0,0,0,31577,0,0,0,'Saviana Ragefire','','',0,83,83,2,103,0,2,2.14286,1.2,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,300,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'boss_saviana_ragefire',12340),
|
|
(39751,39920,0,0,0,0,31761,0,0,0,'Baltharus the Warborn','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,171,1,650854271,2097153,'boss_baltharus_the_warborn',12340),
|
|
(39755,0,0,0,0,0,31649,31650,31651,31652,'Irradiated Infantry','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),
|
|
(39757,0,0,0,0,0,31564,0,0,0,'Cultist Kagarn','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39758,0,0,0,0,0,31565,0,0,0,'Cultist Agtar','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39759,0,0,0,0,0,27101,0,0,0,'Tankbuster Cannon','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39760,0,0,0,0,0,31568,0,0,0,'Cultist Tokka','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39763,0,0,0,0,0,31569,0,0,0,'Cultist Rokaga','','',0,50,50,2,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39794,0,0,0,0,0,169,16925,0,0,'Zarithrian Spawn Stalker','','',0,80,80,2,14,0,1,0.99206,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(39798,0,0,0,0,0,31574,0,0,0,'[PH] Mother Trogg','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39799,0,0,0,0,0,31574,0,0,0,'Gasherikk','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39805,0,0,0,0,0,32179,0,0,0,'General Zarithrian (1)','','',0,83,83,2,16,0,1,1.42857,1,3,9000,10000,0,400,11,1500,2000,1,33554752,2048,0,0,0,0,0,0,0,0,0,2,76,39946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1011,1,1,0,0,0,0,0,0,0,144,1,650854271,2097153,'',12340),
|
|
(39807,0,0,0,0,0,18047,0,0,0,'Image of Cho\'Gall','Leader of Twilight\'s Hammer','',0,85,85,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39814,39815,0,0,0,0,12889,0,0,0,'Onyx Flamecaller','','',0,82,82,2,103,0,1,1.42857,1,1,497,676,0,795,25,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,30,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'npc_onyx_flamecaller',12340),
|
|
(39815,0,0,0,0,0,12889,0,0,0,'Onyx Flamecaller (1)','','',0,82,82,2,103,0,1,1.42857,1,1,497,676,0,795,40,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,2,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,55,30,1,0,0,0,0,0,0,0,144,1,650854271,2097152,'',12340),
|
|
(39817,0,0,0,0,0,31853,0,0,0,'[DND] Summoning Pad','','',0,80,80,2,35,0,1,1,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39818,0,0,0,0,0,29115,0,0,0,'Irradiated Mechano-Tank','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39819,0,0,0,0,0,29115,0,0,0,'Irradiated Mechano-Tank','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,'',0,3,1,80,1,1,0,3083,3084,0,0,0,0,100,1,0,0,'',12340),
|
|
(39820,0,0,0,0,0,31583,0,0,0,'Rocket Launcher','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,60,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39821,0,0,0,0,0,17188,0,0,0,'Cho\'Gall Speech Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39823,0,0,0,0,0,31577,0,0,0,'Saviana Ragefire (1)','','',0,83,83,2,103,0,2,2.14286,1.2,3,9000,10000,0,400,11,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,1000,1,1,0,0,0,0,0,0,0,191,1,650854271,2097153,'',12340),
|
|
(39825,0,0,0,0,0,31578,0,0,0,'Overseer Golbaz','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39826,0,0,0,0,0,765,0,0,0,'Irradiated Trogg','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39827,0,0,0,0,0,31580,0,0,0,'Overseer Jintak','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39836,0,0,0,0,0,31649,31650,31651,31652,'Irradiated Cavalry','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39837,0,0,0,0,0,31653,0,0,0,'Commander Boltcog','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(39841,0,0,0,0,0,21955,17188,0,0,'[DND] Boom Bunny','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39842,0,0,0,0,0,1126,11686,0,0,'Invisible Stalker (Hostile,Ignore Combat,Float,Uninteractible,Large AOI)','','',0,1,1,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(39852,0,0,0,0,0,1070,0,0,0,'Raging Fire Elemental','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39856,0,0,0,0,0,5561,8714,0,0,'Raging Storm Elemental','','',0,80,80,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39860,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39861,0,0,0,0,0,31416,1370,0,0,'Worried Citizen','','',0,70,80,0,29,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39863,39864,39944,39945,0,0,31952,0,0,0,'Halion','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,8,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'boss_halion',12340),
|
|
(39864,0,0,0,0,0,31952,0,0,0,'Halion (1)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,13.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(39872,0,0,0,0,0,17188,0,0,0,'Cult Recruitment Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39888,0,0,0,0,0,31663,31735,0,0,'Gnomeregan Medic','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39891,0,0,0,0,0,31610,31609,31614,31613,'Doomsday Cultist','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39899,39922,0,0,0,0,31761,0,0,0,'Baltharus the Warborn','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,6,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,250,1,1,0,0,0,0,0,0,0,171,1,650854271,2097152,'npc_baltharus_the_warborn_clone',12340),
|
|
(39901,0,0,0,0,0,23361,0,0,0,'Mekgineer Thermaplugg\'s Brag-Bot','','',0,75,75,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39902,0,0,0,0,0,29080,0,0,0,'Gnomeregan Battle Suit','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,45,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39903,0,0,0,0,0,11686,31878,0,0,'Irradiator 3000','','',0,75,75,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39910,0,0,0,0,0,31659,0,0,0,'Hinkles Fastblast','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39920,0,0,0,0,0,31761,0,0,0,'Baltharus the Warborn (1)','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,11,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,2,76,39947,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,171,1,650854271,2097153,'',12340),
|
|
(39922,0,0,0,0,0,31761,0,0,0,'Baltharus the Warborn (1)','','',0,83,83,2,103,0,2.8,1.71429,1.5,3,9000,10000,0,400,11,2400,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,171,1,650854271,2097152,'',12340),
|
|
(39934,0,0,0,0,0,4259,4260,4602,4601,'Zeppelin Sentry','','',0,1,1,0,85,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39938,0,0,0,0,0,31627,0,0,0,'Twilight Seeker\'s Mount','','',0,50,52,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1.25,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39940,0,0,0,0,0,23449,15407,27377,0,'Dead Seeker','Twilight\'s Hammer','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39944,0,0,0,0,0,31952,0,0,0,'Halion (2)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,10.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(39945,0,0,0,0,0,31952,0,0,0,'Halion (3)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,19,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,108,39945,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4200,1,1,0,0,0,0,0,0,0,150,1,650854271,2097153,'',12340),
|
|
(39967,0,0,0,0,0,31645,0,0,0,'Cultist Lethelyn','','',0,45,45,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39968,0,0,0,0,0,31646,0,0,0,'Cultist Kaima','','',0,45,45,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39969,0,0,0,0,0,31647,0,0,0,'Cultist Wyman','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39970,0,0,0,0,0,31648,0,0,0,'Cultist Orlunn','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39973,0,0,0,0,0,31670,0,0,0,'Swift Orange Mechanostrider','','',0,1,2,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(39975,0,0,0,0,0,17188,0,0,0,'East Zeppelin Tower Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39976,0,0,0,0,0,17188,0,0,0,'West Zeppelin Tower Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(39977,0,0,0,0,0,17188,0,0,0,'Razor Hill Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40001,40670,40671,40672,0,0,169,16946,0,0,'Combustion','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40006,0,0,0,0,0,31687,20570,0,0,'Durak\'s Shield','','',0,80,80,0,2101,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.935891,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40010,0,0,0,0,0,31684,0,0,0,'Gnomeregan Mechano-Suit','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40029,0,0,0,0,0,169,15880,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40037,0,0,0,0,0,23257,20570,0,0,'Durak\'s Shield (stage 2)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40038,0,0,0,0,0,21072,20570,0,0,'Durak\'s Shield (stage 3)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40039,0,0,0,0,0,11686,20570,0,0,'Durak\'s Shield (stage 4)','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.748783,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40041,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40042,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40043,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40044,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40055,0,0,0,0,0,169,11686,0,0,'Meteor Strike','','',0,80,80,0,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33554432,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40057,0,0,0,0,0,31692,0,0,0,'Mekkatorque\'s Swift Blue Mechanostrider','','',0,1,2,0,875,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40081,40470,40471,40472,0,0,169,11686,0,0,'Orb Carrier','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'npc_orb_carrier',12340),
|
|
(40083,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(40091,43280,43281,43282,0,0,169,11686,0,0,'Orb Rotation Focus','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,130,'',12340),
|
|
(40097,0,0,0,0,0,31703,0,0,0,'Overseer Talathor','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40098,0,0,0,0,0,31704,0,0,0,'Overseer Sylandra','','',0,40,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40100,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(40101,0,0,0,0,0,17188,0,0,0,'Valley of Heroes Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40102,0,0,0,0,0,17188,0,0,0,'Westbrook Garrison Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40103,0,0,0,0,0,17188,0,0,0,'Goldshire Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40104,0,0,0,0,0,8714,0,0,0,'Raging Wind Elemental','','',0,80,80,2,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,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,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40110,0,0,0,0,0,1621,1474,0,0,'Worried Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40120,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40122,0,0,0,0,0,31654,31656,31657,31655,'Gnomeregan Infantry','','',0,75,75,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40124,0,0,0,0,0,31706,31707,31708,31709,'Doomsayer','','',0,78,80,2,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40125,0,0,0,0,0,1501,21621,0,0,'Stormwind Citizen','','',0,70,80,0,12,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40135,40673,40674,40675,0,0,169,16946,0,0,'Consumption','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40138,0,0,0,0,0,3167,5446,0,0,'Stormwind City Guard (Corpse)','','Directions',0,1,1,0,11,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.5,1,1,0,0,0,0,0,0,0,144,1,0,0,'',12340),
|
|
(40141,0,0,0,0,0,31687,20570,0,0,'Tormun\'s Shield','','',0,80,80,0,2101,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.935891,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40142,40143,40144,40145,0,0,31952,0,0,0,'Halion','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,8,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'boss_twilight_halion',12340),
|
|
(40143,0,0,0,0,0,31952,0,0,0,'Halion (1)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,13.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2900,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(40144,0,0,0,0,0,31952,0,0,0,'Halion (2)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,10.5,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1100,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(40145,0,0,0,0,0,31952,0,0,0,'Halion (3)','The Twilight Destroyer','',0,83,83,2,14,0,1.6,1.42857,1,3,9000,10000,0,400,19,1500,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,1132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4200,1,1,0,0,0,0,0,0,0,150,1,650854271,2097152,'',12340),
|
|
(40146,0,0,0,0,0,169,11686,0,0,'Halion Controller','','',0,80,80,2,14,0,2.8,1,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'npc_halion_controller',12340),
|
|
(40151,0,0,0,0,0,169,11686,0,0,'Combat Stalker','','',0,83,83,2,2110,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40160,0,0,0,0,0,31713,0,0,0,'Frozo the Renowned','Frozen Orb Trader','',0,75,75,2,2007,128,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40165,0,0,0,0,0,31803,31803,0,0,'Blazing Hippogryph','','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40175,0,0,0,0,0,31664,0,0,0,'Gnomeregan Mechano-Tank','','',0,80,80,2,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40176,0,0,0,0,0,31727,0,0,0,'Sen\'jin Frog','','Pickup',0,1,1,0,35,16777216,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40182,0,0,0,0,0,31730,0,0,0,'Bwonsamdi','','',0,83,83,2,1735,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,573.682,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40184,0,0,0,0,0,31719,0,0,0,'Vanira','','',11341,80,80,2,126,3,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40187,0,0,0,0,0,31720,0,0,0,'Vanira\'s Sentry Totem','','',0,80,80,0,126,0,1,1,1,0,0,0,0,0,1,2000,2000,1,256,2048,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.01,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40188,0,0,0,0,0,22469,0,0,0,'Attuned Frog','','',0,1,1,0,190,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,256,2048,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40189,0,0,0,0,0,31749,0,0,0,'Jun\'do the Traitor','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,350,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40191,0,0,0,0,0,31721,0,0,0,'Wooly White Rhino','','',0,62,67,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40192,0,0,0,0,0,31719,0,0,0,'Vanira','','',0,80,80,2,1770,0,1,1.38571,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,25,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40195,0,0,0,0,0,31751,31752,31753,31754,'Mindless Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40196,0,0,0,0,0,31734,0,0,0,'Zen\'tabra','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40198,0,0,0,0,0,31722,0,0,0,'Frigid Frostling','','',0,1,1,0,188,0,1.55556,1.14286,1,0,0,0,0,0,1,1500,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,0.75,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40199,0,0,0,0,0,169,25749,0,0,'Tiki Warrior','','',0,80,80,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40203,0,0,0,0,0,31725,0,0,0,'Recon Bat','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,265,1,0,0,'',12340),
|
|
(40204,0,0,0,0,0,31726,0,0,0,'Handler Marnlek','Bat Handler','',11345,78,78,2,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40205,0,0,0,0,0,26465,0,0,0,'Zom Bocom','Apprentice Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40206,0,0,0,0,0,23768,0,0,0,'Big Zokk Torquewrench','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40207,0,0,0,0,0,27942,0,0,0,'Kezzik the Striker','Veteran Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40208,0,0,0,0,0,22393,0,0,0,'Leeni \"Smiley\" Smalls','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40209,0,0,0,0,0,29078,0,0,0,'Grex Brainboiler','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40210,0,0,0,0,0,26464,0,0,0,'Xazi Smolderpipe','Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40211,0,0,0,0,0,26463,0,0,0,'Nargle Lashcord','Veteran Arena Vendor','',0,75,75,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40212,0,0,0,0,0,29076,0,0,0,'Trapjaw Rix','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40213,0,0,0,0,0,22399,0,0,0,'Ecton Brasstumbler','Apprentice Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40214,0,0,0,0,0,22438,0,0,0,'Evee Copperspring','Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40215,0,0,0,0,0,27953,0,0,0,'Argex Irongut','Veteran Arena Vendor','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40216,0,0,0,0,0,29077,0,0,0,'Blazzek the Biter','Exceptional Arena Weaponry','',0,70,70,1,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40217,0,0,0,0,0,2571,320,1939,0,'Echo Isle Animal','','',0,80,80,2,1770,0,1.6,1.38571,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,141,1,0,0,'',12340),
|
|
(40218,0,0,0,0,0,20570,19595,0,0,'Spy Frog Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40220,0,0,0,0,0,5560,0,0,0,'[ph] Summoned Crab - Pet','','',0,80,80,0,1770,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,8,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,143,1,0,0,'',12340),
|
|
(40222,0,0,0,0,0,31725,0,0,0,'Scout Bat','','',0,80,80,2,126,0,1,4.28571,1,0,0,0,0,0,1,2000,2000,1,256,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40225,0,0,0,0,0,10275,0,0,0,'Hexed Dire Troll','','',0,80,80,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,225,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40231,0,0,0,0,0,31821,31822,0,0,'Hexed Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,35,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40241,0,0,0,0,0,31737,31738,0,0,'Darkspear Warrior','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40246,0,0,0,0,0,31756,0,0,0,'Instant Statue Pedestal','','vehichleCursor',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,'NullCreatureAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',12340),
|
|
(40253,0,0,0,0,0,31762,0,0,0,'Champion Uru\'zin','','',0,80,80,2,126,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33024,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40256,0,0,0,40257,0,2589,0,0,0,'Troll Citizen','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40257,0,0,0,0,0,2588,0,0,0,'Troll Citizen','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33280,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40260,0,0,0,0,0,11686,0,0,0,'Troll Volunteer','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_troll_volunteer',12340),
|
|
(40263,0,0,0,0,0,169,25749,0,0,'Tiki Warrior','','',0,80,80,2,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,10,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40264,0,0,0,40260,0,11686,0,0,0,'Troll Volunteer','','',0,1,1,0,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_troll_volunteer',12340),
|
|
(40265,0,0,0,0,0,31765,0,0,0,'[DND] Zen\'tabra Cat Form','','',0,80,80,0,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40274,0,0,0,0,0,31812,31752,31753,31754,'Restless Zombie','','',0,80,80,2,35,0,0.777776,1.14286,1,0,0,0,0,0,1,1000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,0,1,8388624,0,'',12340),
|
|
(40279,0,0,0,0,0,31730,0,0,0,'Bwonsamdi','','',0,83,83,2,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,573.682,7,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40281,0,0,0,0,0,25332,0,0,0,'Crashin\' Thrashin\' Racer','','',0,60,60,0,1616,0,1,0.85714,1,0,0,0,0,0,1,1942,2000,1,0,2048,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,49297,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(40295,0,0,0,0,0,22778,0,0,0,'Clockwork Rocket Bot','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(40301,0,0,0,0,0,17188,0,0,0,'Tiger Matriarch Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'npc_tiger_matriarch_credit',12340),
|
|
(40305,0,0,0,0,0,31788,0,0,0,'Spirit of the Tiger','','',0,80,80,2,1770,0,2.8,1.57143,1,0,0,0,0,1167,1,2500,2000,4,16777216,2048,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,75159,75160,75161,0,0,0,0,0,0,736,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,161,1,0,0,'',12340),
|
|
(40312,0,0,0,0,0,31765,0,0,0,'Tiger Matriarch','','',0,80,80,2,2102,0,1,1.14286,1,1,117,322,0,143,1.2,1625,2000,2,526336,2048,0,2,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,0,0,0,'',0,3,1,8,1,1,0,0,0,0,0,0,0,121,1,0,0,'npc_tiger_matriarch',12340),
|
|
(40329,0,0,0,0,0,31734,0,0,0,'Zen\'tabra','','',0,80,80,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,32768,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,617.284,7,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(40352,0,0,0,0,0,31813,0,0,0,'Witch Doctor Hez\'tok','','',21257,80,80,2,126,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40354,0,0,0,0,0,25274,0,0,0,'[DND] Zen\'tabra Travel Form','','',0,80,80,0,1770,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40356,0,0,0,0,0,4359,4610,9768,3608,'Ritual Dancer','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,256,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40361,0,0,0,0,0,17188,0,0,0,'Troll Dance Leader','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40363,0,0,0,0,0,20570,22769,0,0,'Dance Participant','','',0,1,1,2,35,0,1.6,2,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',1,5,1,1,1,1,0,0,0,0,0,0,0,183,1,0,128,'',12340),
|
|
(40368,0,0,0,0,0,25537,25538,25539,25540,'Zalazane\'s Remains','','',0,59,60,0,35,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,3,3,1,0,0,0,0,0,0,0,164,1,0,0,'',12340),
|
|
(40373,0,0,0,0,0,2589,0,0,0,'Ritual Drummer','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40374,0,0,0,0,0,31819,0,0,0,'Voice of the Spirits','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,33536,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40387,0,0,0,0,0,17188,0,0,0,'Omen Event Credit','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33555200,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40388,0,0,0,0,0,4033,0,0,0,'Darkspear Ancestor','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40391,0,0,0,0,0,31736,10357,0,0,'Vol\'jin','','',11391,83,83,2,126,3,1,1.38571,1,1,496,674,0,783,7.5,2000,2000,2,256,2048,0,0,0,0,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,400,16,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40392,0,0,0,0,0,31839,31840,31842,31841,'Darkspear Warrior','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33024,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40404,0,0,0,0,0,31831,0,0,0,'Tyrantus','Kieupid\'s Pet','',0,80,80,2,1604,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,39,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40405,0,0,0,0,0,31834,0,0,0,'Kieupid','Pet Trainer','',0,80,80,2,1604,0,1,1.14286,1,0,0,0,0,0,1,1500,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40413,0,0,0,0,0,31833,0,0,0,'Alenjon Sunblade','Battlemaster','',10605,1,1,0,83,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,50,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40414,0,0,0,0,0,31836,0,0,0,'Bones of Bwonsamdi','','',0,80,80,2,2102,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,20,0,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40415,0,0,0,0,0,31725,0,0,0,'Scout\'s Bat','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40416,0,0,0,0,0,31737,31738,0,0,'Darkspear Scout','','',0,80,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40417,40418,0,0,0,0,27227,0,0,0,'Charscale Invoker','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,30,2000,2000,8,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,12,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40418,0,0,0,0,0,27227,0,0,0,'Charscale Invoker (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,50,2000,2000,8,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,12,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40419,40420,0,0,0,0,14308,0,0,0,'Charscale Assaulter','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,35,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,50,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40420,0,0,0,0,0,14308,0,0,0,'Charscale Assaulter (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,60,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,175,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40421,40422,0,0,0,0,12891,0,0,0,'Charscale Elite','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,30,1250,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40422,0,0,0,0,0,12891,0,0,0,'Charscale Elite (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,50,1250,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40423,40424,0,0,0,0,27226,0,0,0,'Charscale Commander','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,45,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40424,0,0,0,0,0,27226,0,0,0,'Charscale Commander (1)','','',0,82,82,2,103,0,1.6,1.42857,1,1,422,586,0,642,80,2000,2000,1,32832,2048,0,0,0,0,0,0,0,0,0,2,72,40419,0,70210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,280,1,1,0,0,0,0,0,0,0,150,1,549530129,0,'',12340),
|
|
(40425,0,0,0,0,0,31823,31824,0,0,'Voodoo Troll','','',0,80,80,2,1771,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,12,15,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40426,0,0,0,0,0,31837,0,0,0,'Tiny Mooncloth Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1056768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40428,0,0,0,0,0,11686,0,0,0,'[DND] Quest Credit Bunny - ET Battle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40429,0,0,0,0,0,31962,0,0,0,'Sanctum Guardian Xerestrasza','','',0,80,80,2,2010,2,1,1.14286,1,0,0,0,0,0,1,2000,2000,8,32768,2048,0,0,0,0,0,0,0,0,0,2,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,189,832,1,0,0,0,0,0,0,0,0,1,0,0,'npc_xerestrasza',12340),
|
|
(40435,0,0,0,0,0,31851,0,0,0,'Headless Ghost','Dungeonmaster','',0,50,50,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40436,0,0,0,0,0,31849,0,0,0,'Earthen Ring Pathfinder','Dungeonmaster','',11384,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40437,0,0,0,0,0,31848,0,0,0,'Battered Brewer','Dungeonmaster','',0,50,50,0,1734,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40438,0,0,0,0,0,31852,0,0,0,'Steamwheedle Shyster','Dungeonmaster','',11386,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40441,0,0,0,0,0,31847,0,0,0,'Battered Brewmaster','Dungeonmaster','',11383,50,50,0,1733,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40443,0,0,0,0,0,31850,0,0,0,'Earthen Ring Scout','Dungeonmaster','',11384,50,50,0,35,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,134217728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40446,0,0,0,0,0,20990,0,0,0,'Skar\'this the Summoner','Heretic of Neptulon','',0,80,80,2,14,0,1,1.14286,1,1,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,4,5,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40468,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(40469,0,0,0,0,0,32754,0,0,0,'Shadow Orb','','',0,80,80,2,14,0,2.4,0.85714,1,0,0,0,0,0,1,2000,2000,1,33554432,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,7,6.25,1,1,1,0,0,0,0,0,0,0,106,1,0,2,'',12340),
|
|
(40470,0,0,0,0,0,169,11686,0,0,'Orb Carrier (1)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(40471,0,0,0,0,0,169,11686,0,0,'Orb Carrier (2)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(40472,0,0,0,0,0,169,11686,0,0,'Orb Carrier (3)','','',0,80,80,2,14,0,1.2,0.428571,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,0,0,'',0,4,1,1,1,1,0,0,0,0,0,0,0,76,1,0,130,'',12340),
|
|
(40478,0,0,0,0,0,31881,0,0,0,'Elgin Clickspring','High Tinker\'s Assistant','',11393,80,80,2,64,1,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40479,0,0,0,0,0,1126,11686,0,0,'Camera Vehicle','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40481,0,0,0,0,0,31839,31840,31841,0,'Troll Celebrant','','',0,70,80,2,126,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40492,0,0,0,0,0,31892,0,0,0,'Zild\'jian','Vol\'jin\'s Wardrummer','',0,80,80,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40502,0,0,0,0,0,31778,0,0,0,'Zalazane','','',0,80,80,2,1732,0,0.5,0.428571,1,1,0,0,0,0,1,2400,2000,2,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,800,1,1,0,0,0,0,0,0,0,100,1,0,0,'',12340),
|
|
(40506,0,0,0,0,0,1126,11686,0,0,'Explosion Bunny','','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40533,0,0,0,0,0,28063,0,0,0,'Frosty Flying Carpet','','',0,70,70,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40606,0,0,0,0,0,31953,0,0,0,'Knight-Lieutenant T\'Maire Sydes','Northrend Armor Quartermaster','',0,75,75,2,123,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40607,0,0,0,0,0,31953,0,0,0,'Knight-Lieutenant T\'Maire Sydes','Northrend Armor Quartermaster','',0,75,75,2,123,4224,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,32768,2048,0,0,0,0,0,0,0,0,0,7,4096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40617,0,0,0,0,0,1126,11686,0,0,'[DND] Bunny','','',0,1,1,0,2102,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1049600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,128,'',12340),
|
|
(40624,0,0,0,0,0,31956,0,0,0,'Celestial Dragon','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(40625,0,0,0,0,0,31958,0,0,0,'Celestial Steed','','',0,80,80,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,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,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,1,0,0,'',12340),
|
|
(40626,0,0,0,0,0,32105,0,0,0,'Ruby Drakonid','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(40627,0,0,0,0,0,32106,0,0,0,'Ruby Drake','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(40628,0,0,0,0,0,32104,0,0,0,'Ruby Scalebane','','',0,82,82,2,60,0,0.888888,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(40670,0,0,0,0,0,169,16946,0,0,'Combustion (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40671,0,0,0,0,0,169,16946,0,0,'Combustion (2)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40672,0,0,0,0,0,169,16946,0,0,'Combustion (3)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40673,0,0,0,0,0,169,16946,0,0,'Consumption (1)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40674,0,0,0,0,0,169,16946,0,0,'Consumption (2)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40675,0,0,0,0,0,169,16946,0,0,'Consumption (3)','','',0,83,83,2,14,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,16778240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1.35,1,1,0,0,0,0,0,0,0,0,1,0,130,'',12340),
|
|
(40681,40682,0,0,0,0,12129,0,0,0,'Living Inferno','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,45,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,80,1,1,0,0,0,0,0,0,0,172,1,549521937,256,'',12340),
|
|
(40682,0,0,0,0,0,12129,0,0,0,'Living Inferno (1)','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,80,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,80,1,1,0,0,0,0,0,0,0,172,1,549521937,256,'',12340),
|
|
(40683,40684,0,0,0,0,1070,0,0,0,'Living Ember','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,20,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,15,1,1,0,0,0,0,0,0,0,172,1,549521937,0,'',12340),
|
|
(40684,0,0,0,0,0,1070,0,0,0,'Living Ember (1)','','',0,82,82,2,834,0,3.2,1.71429,1,1,497,676,0,795,35,2000,2000,1,64,2048,0,0,0,0,0,0,0,0,0,4,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,15,1,1,0,0,0,0,0,0,0,172,1,549521937,0,'',12340),
|
|
(40703,0,0,0,0,0,32031,0,0,0,'Lil\' XT','','',0,1,1,0,188,0,0.8,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SmartAI',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(40704,0,0,0,0,0,22657,0,0,0,'Vrykul Proto-dragon Mount','','',0,71,71,0,1885,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,210,1,0,0,'',12340),
|
|
(40721,0,0,0,0,0,28734,0,0,0,'Murkimus the Gladiator','','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(40724,0,0,0,0,0,15093,0,0,0,'Crafticus Jones','Do Not Spawn','',0,1,1,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40725,0,0,0,0,0,31992,31992,0,0,'X-53 Touring Rocket','','vehichleCursor',0,60,60,0,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,140,0,0,0,'',12340),
|
|
(40842,0,0,0,0,0,32106,0,0,0,'Ruby Drake','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(40870,0,0,0,0,0,2718,0,0,0,'Ruby Dragon','','',0,82,82,2,60,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,570688258,2048,32,0,0,0,0,0,0,0,0,2,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'NullCreatureAI',0,3,1,150,1,1,0,0,0,0,0,0,0,0,1,0,2,'',12340),
|
|
(41839,0,0,0,0,0,11686,0,0,0,'[DND] Controller','','',0,1,1,2,35,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,0,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,'',12340),
|
|
(42078,0,0,0,0,0,32670,0,0,0,'Mini Thor','The Destroyer','',0,1,1,0,188,0,1,1.14286,1,0,0,0,0,0,1,2000,2000,1,33536,2048,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,121,1,0,0,'',12340),
|
|
(43280,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (1)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,98,1,0,130,'',12340),
|
|
(43281,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (2)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'',12340),
|
|
(43282,0,0,0,0,0,169,11686,0,0,'Orb Rotation Focus (3)','','',0,80,80,0,14,0,2.2,0.785714,1,0,0,0,0,0,1,2000,2000,1,33554688,2048,0,0,0,0,0,0,0,0,0,10,1048576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,118,1,0,130,'',12340),
|
|
(70100,0,0,0,0,0,11686,0,0,0,'Conversing With the Depths Trigger','','',0,1,1,0,35,0,1,1.14286,1,0,1,1,0,0,1,0,0,1,6,2048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,1,1,1,1,0,0,0,0,0,0,0,0,1,0,130,'npc_conversing_with_the_depths_trigger',1),
|
|
(3460602,0,0,0,0,0,25144,0,0,0,'Frost Sphere (2)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'',1),
|
|
(3460603,0,0,0,0,0,25144,0,0,0,'Frost Sphere (3)','','',0,79,80,2,1925,0,1,1.14286,1,0,422,586,0,0,1,0,0,1,0,2048,8,0,0,0,0,0,345,509,103,8,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,5,1,0.238095,1,1,0,0,0,0,0,0,0,721,0,0,0,'',1);
|
|
/*!40000 ALTER TABLE `creature_template` 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 */;
|
|
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
|
|