Code Search for Developers
 
 
  

item_template.sql from chronosdb at Krugle


Show item_template.sql syntax highlighted

SET NAMES latin1;
SET FOREIGN_KEY_CHECKS = 0;

CREATE TABLE `item_template` (
  `entry` int(255) unsigned NOT NULL default '0',
  `class` int(30) unsigned NOT NULL default '0',
  `subclass` int(30) unsigned NOT NULL default '0',
  `name` varchar(255) NOT NULL default '',
  `name2` varchar(255) NOT NULL default '',
  `name3` varchar(255) NOT NULL default '',
  `name4` varchar(255) NOT NULL default '',
  `displayid` int(70) unsigned NOT NULL default '0',
  `Quality` int(30) unsigned NOT NULL default '0',
  `Flags` int(30) unsigned NOT NULL default '0',
  `BuyCount` tinyint(3) unsigned NOT NULL default '1',
  `BuyPrice` int(30) unsigned NOT NULL default '0',
  `SellPrice` int(30) unsigned NOT NULL default '0',
  `InventoryType` int(30) unsigned NOT NULL default '0',
  `AllowableClass` int(30) unsigned NOT NULL default '0',
  `AllowableRace` int(30) unsigned NOT NULL default '0',
  `ItemLevel` int(30) unsigned NOT NULL default '0',
  `RequiredLevel` int(30) unsigned NOT NULL default '0',
  `RequiredSkill` int(30) unsigned NOT NULL default '0',
  `RequiredSkillRank` int(30) unsigned NOT NULL default '0',
  `requiredspell` int(30) unsigned NOT NULL default '0',
  `requiredhonorrank` int(30) unsigned NOT NULL default '0',
  `RequiredCityRank` int(30) unsigned NOT NULL default '0',
  `RequiredReputationFaction` int(30) unsigned NOT NULL default '0',
  `RequiredReputationRank` int(30) unsigned NOT NULL default '0',
  `maxcount` int(30) unsigned NOT NULL default '0',
  `stackable` int(30) unsigned NOT NULL default '0',
  `ContainerSlots` int(30) unsigned NOT NULL default '0',
  `stat_type1` int(30) unsigned NOT NULL default '0',
  `stat_value1` int(30) unsigned NOT NULL default '0',
  `stat_type2` int(30) unsigned NOT NULL default '0',
  `stat_value2` int(30) unsigned NOT NULL default '0',
  `stat_type3` int(30) unsigned NOT NULL default '0',
  `stat_value3` int(30) unsigned NOT NULL default '0',
  `stat_type4` int(30) unsigned NOT NULL default '0',
  `stat_value4` int(30) unsigned NOT NULL default '0',
  `stat_type5` int(30) unsigned NOT NULL default '0',
  `stat_value5` int(30) unsigned NOT NULL default '0',
  `stat_type6` int(30) unsigned NOT NULL default '0',
  `stat_value6` int(30) unsigned NOT NULL default '0',
  `stat_type7` int(30) unsigned NOT NULL default '0',
  `stat_value7` int(30) unsigned NOT NULL default '0',
  `stat_type8` int(30) unsigned NOT NULL default '0',
  `stat_value8` int(30) unsigned NOT NULL default '0',
  `stat_type9` int(30) unsigned NOT NULL default '0',
  `stat_value9` int(30) unsigned NOT NULL default '0',
  `stat_type10` int(30) unsigned NOT NULL default '0',
  `stat_value10` int(30) unsigned NOT NULL default '0',
  `dmg_min1` float NOT NULL default '0',
  `dmg_max1` float NOT NULL default '0',
  `dmg_type1` int(30) unsigned NOT NULL default '0',
  `dmg_min2` float NOT NULL default '0',
  `dmg_max2` float NOT NULL default '0',
  `dmg_type2` int(30) unsigned NOT NULL default '0',
  `dmg_min3` float NOT NULL default '0',
  `dmg_max3` float NOT NULL default '0',
  `dmg_type3` int(30) unsigned NOT NULL default '0',
  `dmg_min4` float NOT NULL default '0',
  `dmg_max4` float NOT NULL default '0',
  `dmg_type4` int(30) unsigned NOT NULL default '0',
  `dmg_min5` float NOT NULL default '0',
  `dmg_max5` float NOT NULL default '0',
  `dmg_type5` int(30) unsigned NOT NULL default '0',
  `armor` int(30) unsigned NOT NULL default '0',
  `holy_res` int(30) unsigned NOT NULL default '0',
  `fire_res` int(30) unsigned NOT NULL default '0',
  `nature_res` int(30) unsigned NOT NULL default '0',
  `frost_res` int(30) unsigned NOT NULL default '0',
  `shadow_res` int(30) unsigned NOT NULL default '0',
  `arcane_res` int(30) unsigned NOT NULL default '0',
  `delay` int(11) unsigned NOT NULL default '1000',
  `ammo_type` int(30) unsigned NOT NULL default '0',
  `RangedModRange` float NOT NULL default '0',
  `spellid_1` int(30) unsigned NOT NULL default '0',
  `spelltrigger_1` int(30) unsigned NOT NULL default '0',
  `spellcharges_1` int(30) unsigned NOT NULL default '0',
  `spellcooldown_1` int(30) unsigned NOT NULL default '0',
  `spellcategory_1` int(30) unsigned NOT NULL default '0',
  `spellcategorycooldown_1` int(30) unsigned NOT NULL default '0',
  `spellid_2` int(30) unsigned NOT NULL default '0',
  `spelltrigger_2` int(30) unsigned NOT NULL default '0',
  `spellcharges_2` int(30) unsigned NOT NULL default '0',
  `spellcooldown_2` int(30) unsigned NOT NULL default '0',
  `spellcategory_2` int(30) unsigned NOT NULL default '0',
  `spellcategorycooldown_2` int(30) unsigned NOT NULL default '0',
  `spellid_3` int(30) unsigned NOT NULL default '0',
  `spelltrigger_3` int(30) unsigned NOT NULL default '0',
  `spellcharges_3` int(30) unsigned NOT NULL default '0',
  `spellcooldown_3` int(30) unsigned NOT NULL default '0',
  `spellcategory_3` int(30) unsigned NOT NULL default '0',
  `spellcategorycooldown_3` int(30) unsigned NOT NULL default '0',
  `spellid_4` int(30) unsigned NOT NULL default '0',
  `spelltrigger_4` int(30) unsigned NOT NULL default '0',
  `spellcharges_4` int(30) unsigned NOT NULL default '0',
  `spellcooldown_4` int(30) unsigned NOT NULL default '0',
  `spellcategory_4` int(30) unsigned NOT NULL default '0',
  `spellcategorycooldown_4` int(30) unsigned NOT NULL default '0',
  `spellid_5` int(30) unsigned NOT NULL default '0',
  `spelltrigger_5` int(30) unsigned NOT NULL default '0',
  `spellcharges_5` int(30) unsigned NOT NULL default '0',
  `spellcooldown_5` int(30) unsigned NOT NULL default '0',
  `spellcategory_5` int(30) unsigned NOT NULL default '0',
  `spellcategorycooldown_5` int(30) unsigned NOT NULL default '0',
  `bonding` int(30) unsigned NOT NULL default '0',
  `description` varchar(255) NOT NULL default '',
  `PageText` int(30) unsigned NOT NULL default '0',
  `LanguageID` int(30) unsigned NOT NULL default '0',
  `PageMaterial` int(30) unsigned NOT NULL default '0',
  `startquest` int(30) unsigned NOT NULL default '0',
  `lockid` int(30) unsigned NOT NULL default '0',
  `Material` int(30) unsigned NOT NULL default '0',
  `sheath` int(30) unsigned NOT NULL default '0',
  `Extra` int(30) unsigned NOT NULL default '0',
  `block` int(30) unsigned NOT NULL default '0',
  `itemset` int(30) unsigned NOT NULL default '0',
  `MaxDurability` int(30) unsigned NOT NULL default '0',
  `area` int(30) unsigned NOT NULL default '0',
  `Unknown1` int(30) unsigned NOT NULL default '0',
  `ScriptName` varchar(100) NOT NULL default '',
  `X` varchar(5) NOT NULL,
  PRIMARY KEY  (`entry`),
  KEY `items_index` (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';

insert into `item_template` values('25379','12','0','1000 Gold!','','','','11766','0','0','1','10000000','10000000','0','32767','511','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25333','4','4','AFG Conqueror\'s Greaves','','','','33714','4','0','1','100000000','9000000','8','1','0','78','200','0','0','0','0','0','0','0','0','1','0','3','1200','4','1300','7','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3604','0','0','0','0','0','0','1000','0','0','7517','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','496','135','0','0','',''),
 ('25350','4','1','AFG Mantle of the Oracle','','','','34021','4','0','1','100000000','9000000','3','22','0','78','200','0','0','0','0','0','0','0','0','1','0','5','1898','6','800','7','2100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2678','0','0','0','0','0','0','1000','0','0','14799','1','0','0','0','0','21625','1','0','0','0','0','25975','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','507','120','0','0','',''),
 ('255013','15','0','Afghan Evil Unicorn Mount','','','','1283','5','64','1','10000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26849','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25522','15','0','Afghan Green Skeletal Warhorse','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','17465','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35900','2','0','Special Sword of Shadow','','','','31999','6','0','1','982192','90000000','17','2047','255','77','200','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','22206','33310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1400','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('35937','2','6','Polearm of Highwarlord','','','','31766','6','0','1','500000000','450000000','17','2047','255','78','199','0','0','0','0','0','0','0','0','1','0','7','3000','4','2000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','20000','35000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('35942','2','8','Ashbringer Sword of Honor','','','','29992','6','0','1','500000000','450000000','17','2047','255','81','200','0','0','0','0','0','0','0','0','1','0','7','3333','3','1999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','22229','33344','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','1','0','0','0','250','0','0','',''),
 ('35916','2','5','Special Sword of Shadow','','','','31999','6','0','1','300000000','600000','17','32767','0','80','200','0','0','0','0','0','0','0','1','1','0','4','3000','7','3000','6','2500','3','2999','0','0','0','0','0','0','0','0','0','0','0','0','22000','38372','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','90','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('25508','15','0','Afghan Whistle of the Violet Raptor','','','','1283','4','64','1','1000000','1000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','10799','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('31005','4','4','WarriorZ Waist Of Destruction','','','','29959','6','0','1','0','20000000','6','32767','511','0','225','0','0','0','0','0','0','0','0','1','0','7','3932','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4000','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('40007','2','10','Ruler of Heaven','','','','29703','5','0','1','25000000','19000000','17','32767','511','31','75','0','0','0','0','0','0','0','1','1','0','5','500','7','300','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','Cannot be destroyed','0','0','0','0','0','2','2','0','0','0','100','0','0','',''),
 ('35648','4','0','Stylish Blue Shirt','','','','11518','5','0','1','5000000','300000','4','2047','255','25','0','0','0','0','0','0','0','0','0','1','0','7','500','2','500','3','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','0','0','0','0','',''),
 ('255020','15','0','Afghan Snowman Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26860','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into Snowman  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35946','6','3','Extreme Bullet','','','','31813','6','0','1','10000','5000','24','2047','255','54','51','0','0','0','0','0','0','0','0','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','999','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','2','0','0','0','0','0','0','0','',''),
 ('25360','4','2','AFG Deathdealer\'s Helm','','','','34397','4','0','1','100000000','9000000','1','8','0','81','200','0','0','0','0','0','0','0','0','1','0','3','1900','4','2500','7','2700','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3192','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','497','120','0','0','',''),
 ('25535','15','0','Afghan Gorilla Pet','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','7909','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25362','4','2','AFG Deathdealer\'s Leggings','','','','33678','4','0','1','100000000','9000000','7','8','0','81','200','0','0','0','0','0','0','0','0','1','0','3','987','4','878','7','995','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3200','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','497','120','0','0','',''),
 ('255108','15','0','Afghan Green Wyvern Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26846','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40006','2','15','Dagger of Agility','','','','20598','5','0','1','20000000','15000000','13','32767','511','19','50','0','0','0','0','0','0','0','0','1','0','3','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','3','0','0','0','40','0','0','',''),
 ('25331','4','0','AFG Conqueror\'s Breastplate','','','','33709','4','0','1','100000000','9000000','5','1','0','88','200','0','0','0','0','0','0','0','0','1','0','3','2400','4','3400','7','3800','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3985','0','0','0','0','0','0','1000','0','0','13384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','496','165','0','0','',''),
 ('25372','4','3','AFG Stormcaller\'s Diadem','','','','34090','4','0','1','100000000','9000000','1','100','0','81','200','0','0','0','0','0','0','0','0','1','0','3','800','4','1200','5','882','6','898','7','987','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3416','0','0','0','0','0','0','1000','0','0','18050','1','0','0','0','0','18384','1','0','0','0','0','23727','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','501','85','0','0','',''),
 ('35912','6','2','Proof of Victory','','','','5996','5','0','1','0','0','24','2047','255','5','1','0','0','0','0','0','0','0','0','2000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','2','0','0','0','0','0','0','0','',''),
 ('255011','15','0','Afghan Special White Hippogryph Mount','','','','1283','6','64','1','1000000000','90000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26852','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 200\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35931','2','8','Sword of Worthy','','','','32000','6','0','1','500000000','450000000','17','2047','255','1','199','0','0','0','0','0','0','0','0','1','0','7','3333','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','22229','33344','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','15829','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('35904','2','0','Special Sword of GM','','','','29991','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','9999','3','9999','5','9999','1','9999','0','0','0','0','0','0','0','0','0','0','0','0','22206','33310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1400','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','120','0','0','',''),
 ('35676','4','3','Legguards of Evil','','','','26995','6','0','1','190000000','6000000','7','2047','255','27','200','0','0','0','0','0','0','0','0','1','0','7','777','4','990','3','800','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2265','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35646','4','0','Shirt of Moon','','','','18916','6','0','1','50000000','1000000','4','2047','255','40','0','0','0','0','0','0','0','0','0','1','0','7','1000','6','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','0','0','0','0','',''),
 ('25335','4','1','AFG Doomcaller\'s Mantle','','','','34018','4','0','1','100000000','9000000','3','598','0','78','200','0','0','0','0','0','0','0','0','1','0','5','1100','6','499','7','2099','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3389','0','0','0','0','0','0','1000','0','0','14127','1','0','0','0','0','25975','1','0','0','0','0','23727','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','499','60','0','0','',''),
 ('25344','4','1','AFG Enigma Boots','','','','33641','4','0','1','100000000','9000000','8','296','0','81','200','0','0','0','0','0','0','0','0','1','0','5','1500','6','600','7','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3382','0','0','0','0','0','0','1000','0','0','14127','1','0','0','0','0','23727','1','0','0','0','0','21362','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','503','50','0','0','',''),
 ('25390','2','7','Ice Blade','','','','23836','6','0','1','900000000','900000000','13','2047','255','130','250','0','0','0','0','0','0','0','1','1','0','3','3000','4','3000','5','1300','6','2200','7','4500','0','0','0','0','0','0','0','0','0','0','17450','26650','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','1500','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','21618','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This blade is enchanted with liquid nitrogen.','0','0','0','0','0','1','1','0','0','505','225','0','0','',''),
 ('255021','15','0','Afghan Flying Cockroach Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26861','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into Flying Cockroach  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35632','4','2','Nightslayer Helmet of Legend','','','','31514','6','0','1','300000000','11000000','1','0','255','66','200','0','0','0','0','0','0','0','0','1','0','5','2000','7','2000','6','2000','3','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2000','0','10','0','0','0','0','1000','0','0','7598','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40009','2','7','Vezer of Death','','','','30606','5','0','1','55000000','39000000','13','2047','255','40','75','0','0','0','0','0','0','0','1','1','0','4','500','7','500','3','230','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2000','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','Destroyer of All','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('25329','4','4','AFG Conqueror\'s Crown','','','','33716','4','0','1','100000000','9000000','1','1','0','81','200','0','0','0','0','0','0','0','0','1','0','3','676','4','995','7','1400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3739','0','0','0','0','0','0','1000','0','0','13384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','496','120','0','0','',''),
 ('25393','2','15','Assasins Dagger','','','','31606','6','0','1','700000000','700000000','13','32767','511','150','250','0','0','0','0','0','0','0','1','1','0','3','2422','4','3600','5','3900','6','1200','7','4800','0','0','0','0','0','0','0','0','0','0','16250','25350','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1300','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','a silent sleak dagger.','0','0','0','0','0','1','3','0','0','0','165','0','0','',''),
 ('255007','15','0','Afghan Blue Drake Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26842','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255000','15','0','Afghan Chromatic Drake Mount','','','','1283','6','64','1','20000000','15000000','0','2047','511','1','70','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','24576','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25513','15','0','Afghan Swift Timber Wolf','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23251','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25337','4','1','AFG Doomcaller\'s Circlet','','','','34351','4','0','1','100000000','9000000','1','598','0','81','200','0','0','0','0','0','0','0','0','1','0','5','877','6','688','7','1888','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3100','0','0','0','0','0','0','1000','0','0','18050','1','0','0','0','0','18384','1','0','0','0','0','23727','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','499','60','0','0','',''),
 ('25336','4','1','AFG Doomcaller\'s Trousers','','','','33618','4','0','1','100000000','9000000','7','598','0','81','200','0','0','0','0','0','0','0','0','1','0','5','994','6','999','7','998','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3107','0','0','0','0','0','0','1000','0','0','18052','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','499','75','0','0','',''),
 ('35924','4','0','Ring of Master Magician','','','','31800','6','0','1','750000000','500000000','11','2047','255','75','200','0','0','0','0','0','0','0','1','1','0','5','4999','7','4999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23727','1','0','0','0','0','14248','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Ring of Zorawar','0','0','0','0','0','3','0','0','0','0','0','0','0','',''),
 ('25368','4','3','AFG Striker\'s Leggings','','','','33700','4','0','1','100000000','9000000','7','4','0','81','200','0','0','0','0','0','0','0','0','1','0','3','1866','5','1400','6','1000','7','2200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3448','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','9415','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','5','0','0','0','509','105','0','0','',''),
 ('25500','15','0','Afghan Black Stallion Bridle','','','','1283','4','64','1','800000','800000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','470','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35920','4','6','Aegis of Khanbaba','','','','32561','6','0','1','325385','65077','14','2047','255','68','200','0','0','0','0','0','0','0','0','1','0','7','9999','3','9999','4','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','0','0','0','0','0','0','1000','0','0','23562','1','0','0','0','0','13385','1','0','0','0','0','13675','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','4','0','60','0','0','0','0','',''),
 ('255015','15','0','Afghan Zebra Unicorn Mount','','','','1283','5','64','1','10000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26851','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35634','4','1','Helmet of Hexxer','','','','32734','6','0','1','300000000','12000000','1','2047','255','71','210','0','0','0','0','0','0','0','0','1','0','5','2500','7','2500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2580','0','0','0','0','0','0','1000','0','0','18057','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('31003','4','4','WarriorZ Wrist Of Destruction','','','','29958','6','0','1','0','20000000','9','32767','511','0','210','0','0','0','0','0','0','0','0','1','0','7','2452','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3232','64','54','87','50','76','76','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('35620','2','3','High Lord Gun','','','','31319','5','0','1','112353','1700000','26','32767','511','68','130','0','0','0','0','0','0','0','0','1','0','3','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','5590','9135','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','3','0','21436','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','0','0','0','0','190','0','0','',''),
 ('40021','4','0','Ring of Honor','','','','30661','4','32768','1','2000000','1500000','11','2047','255','33','60','0','0','0','0','0','0','0','1','1','0','7','100','3','100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','4','0','0','0','0','0','0','0','',''),
 ('35616','4','4','Boots of Ghost','','','','30370','5','8000','1','664214','700000','8','32767','511','55','110','0','0','0','0','0','0','0','1','1','0','7','186','4','135','3','141','6','145','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','999','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','175','0','0','',''),
 ('35600','4','4','Chest of Honor','','','','29874','5','0','1','794007','900000','5','32767','511','76','130','0','0','0','0','0','0','0','0','1','0','3','250','5','300','6','300','7','300','4','300','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3757','0','60','0','0','60','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','565','0','0','',''),
 ('255017','15','0','Afghan Gold Lion Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26857','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into Gold Lion  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35642','4','2','Ghania Mighty Shoulder','','','','32129','6','32768','1','250000000','8000000','3','0','255','65','200','0','0','0','0','0','0','0','1','1','0','7','1200','3','120','4','1200','6','1100','5','1100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2248','0','0','0','0','0','0','1000','0','0','9346','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25356','4','2','AFG Genesis Trousers','','','','33662','4','0','1','100000000','9000000','7','4132','0','81','200','0','0','0','0','0','0','0','0','1','0','3','999','5','789','6','988','7','2200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','207','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','14054','1','0','0','0','0','21618','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','493','90','0','0','',''),
 ('25387','2','8','Scrax\'s Dark Blade','','','','33882','6','0','1','700000000','700000000','17','32767','511','180','250','0','0','0','0','0','0','0','0','1','0','3','2300','4','3000','6','2200','7','3800','7','2200','0','0','0','0','0','0','0','0','0','0','28200','38400','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','2000','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This Blade is enchanted with Darkness.','0','1','0','0','0','1','1','0','0','505','250','0','0','',''),
 ('35922','4','0','Ring of Master Magician','','','','31800','6','0','1','421312','421312','11','2047','255','75','60','0','0','0','0','0','0','0','1','1','0','5','2999','7','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23727','1','0','0','0','0','14248','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','All damage and Healing done by spell are increased by 20000 Proudly Presented By Khanbaba','0','0','0','0','0','3','0','0','0','0','0','0','0','',''),
 ('31007','4','4','WarriorZ Boots Of Destruction','','','','29960','6','0','1','0','20000000','8','32767','511','0','255','0','0','0','0','0','0','0','0','1','0','2','988','3','932','7','989','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4232','0','0','232','121','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('25511','15','0','Afghan White Mechanostrider Mod A','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','15779','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25506','15','0','Afghan Gray Kodo','','','','1283','4','64','1','800000','800000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','18989','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255003','15','0','Afghan GameMaster Yellow Qiraji Silithus Mount','','','','1283','6','64','1','100000000','90000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26656','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Specially Made for GM This is very fast mount 500\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40011','2','15','Dagger of Shadow','','','','31606','5','8000','1','150000000','119000000','13','32767','511','65','75','0','0','0','0','0','0','0','1','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9000','9000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','25','29','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','Soul Taker Dagger','0','0','0','0','0','1','3','0','0','0','165','0','0','',''),
 ('35948','4','0','Badshah Trinket','','','','31769','6','64','1','500000000','300000000','12','2047','255','66','60','0','0','0','0','0','0','0','1','1','0','7','3999','3','1999','4','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23688','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35612','4','4','Legs of Brazer','','','','25226','5','0','1','598263','600000','7','32767','511','56','120','0','0','0','0','0','0','0','0','1','0','7','394','4','369','6','390','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1549','0','50','0','0','0','10','1000','0','0','13670','1','0','0','0','0','18185','1','0','0','0','0','13387','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','220','0','0','',''),
 ('31011','4','1','WarriorZ Cloak Of Destruction','','','','24928','6','0','1','48582','20000000','16','2047','255','55','220','0','0','0','0','0','0','0','0','1','0','7','1222','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','7703','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','0','0','0','0','',''),
 ('35636','4','3','The Shadow of Darkness','','','','32133','6','32768','1','350000000','13000000','1','0','255','65','210','0','0','0','0','0','0','0','1','1','0','5','2500','7','2500','4','2500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2700','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25348','4','1','AFG Tiara of the Oracle','','','','34348','4','0','1','100000000','9000000','1','22','0','80','200','0','0','0','0','0','0','0','0','1','0','5','922','6','776','7','972','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3250','0','0','0','0','0','0','1000','0','0','14127','1','0','0','0','0','21628','1','0','0','0','0','23727','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','507','120','0','0','',''),
 ('25510','15','0','Afghan Red Mechanostrider','','','','1283','4','64','1','1000000','1000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','10873','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25395','15','0','FPS Area ','','','','6418','1','64','1','100000000','0','0','32767','511','1','0','0','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3','This will Teleport you  to Deadly Zone, where one hit dead, you need Gun or Bow to kill these vacious monsters','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35602','4','0','Ring of Khanbaba','','','','9836','6','0','1','700000','700000','11','32767','511','55','125','0','0','0','0','0','0','0','0','1','0','3','999','4','999','5','999','6','999','7','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','99','99','99','99','99','99','99','1000','0','0','13383','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','The lost ring of Khanbaba','0','0','0','0','0','0','0','3297','0','0','0','0','0','',''),
 ('25063','1','0','Bojai Bag','','','','20342','3','0','1','60000','40000','18','32767','511','62','0','0','0','0','0','0','0','0','0','1','20','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','8','0','0','0','0','0','0','0','',''),
 ('25505','15','0','Afghan Black War Kodo','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22718','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255016','15','0','Afghan Special Evil Steed Horse','','','','1283','6','64','1','4294967295','900000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26854','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 200\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('42845','12','0','Proof of Riding Mastery','','','','9857','4','0','1','0','0','0','2047','255','0','1','0','0','0','0','0','0','0','0','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','By collecting this certain amount you will recieve special reward from one of Badshah Masters','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35638','4','1','Shoulder of Xile','','','','31974','6','0','1','250000000','8000000','3','0','255','66','200','0','0','0','0','0','0','0','0','1','0','5','999','6','999','7','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2400','0','0','0','0','7','0','1000','0','0','9415','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255005','15','0','Afghan Red Drake Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26840','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35902','2','0','Special Sword of Shadow','','','','31999','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','4000','3','3000','5','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','22206','33310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1400','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('35604','4','4','Pathan Chestplate','','','','29874','5','0','1','294007','1200000','5','32767','511','56','170','0','0','0','0','0','0','0','0','1','0','3','470','5','470','6','470','7','470','4','460','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4599','0','99','0','0','99','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','965','0','0','',''),
 ('255002','15','0','Afghan Black Qiraji Silithus Mount','','','','1283','5','64','1','10000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26655','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40013','2','7','Killer of All','','','','30606','5','0','1','35000000','25000000','21','2047','255','80','75','0','0','0','0','0','0','0','1','1','0','7','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3000','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('35680','4','3','Black Boot of Dragon','','','','28760','6','0','1','150000000','5000000','8','2047','255','61','200','0','0','0','0','0','0','0','0','1','0','7','1000','3','877','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2270','0','80','0','0','0','0','1000','0','0','9335','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25334','4','1','AFG Doomcaller\'s Robes','','','','34061','4','0','1','100000000','9000000','5','598','0','88','200','0','0','0','0','0','0','0','0','1','0','5','1400','6','799','7','1900','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3253','0','0','0','0','0','0','1000','0','0','18057','1','0','0','0','0','26283','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','499','100','0','0','',''),
 ('255022','15','0','Afghan Dryad Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26862','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into Flying Cockroach  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25525','15','0','Afghan Black War Tiger','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22723','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25377','12','0','1 Gold!','','','','11766','0','0','1','10000','10000','0','32767','511','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40018','2','7','Slayer of Undead','','','','30606','5','0','1','50000000','39000000','21','2047','255','100','60','0','0','0','0','0','0','0','1','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3000','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('25388','2','8','Enlightened Ashbringer','','','','30606','6','0','1','700000000','700000000','17','2047','255','180','250','0','0','0','0','0','0','0','1','1','0','4','1900','5','3100','6','2200','7','3800','7','1800','0','0','0','0','0','0','0','0','0','0','28200','38400','0','0','0','0','0','0','0','0','0','0','0','0','0','2604','0','0','0','0','0','0','2000','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This blade is a modified Ashbringer.','0','0','0','0','0','1','1','0','0','505','225','0','0','',''),
 ('35933','6','3','Artifact Bullet','','','','31813','6','0','1','5000','1200','24','2047','255','54','150','0','0','0','0','0','0','0','0','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','999','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','2','0','0','0','0','0','0','0','',''),
 ('25397','15','0','Warning Artifacts Weapons Cannot Be Repaired','','','','20342','6','4','1','1','1','0','0','0','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Sell Artifacts Items to Vendor When It Reach 10','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25520','15','0','Afghan Red Skeletal Horse','','','','1283','4','64','1','1000000','1000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','17462','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('42850','2','8','Blade of Khanbaba','','','','34112','4','0','1','500000000','250000000','17','2047','255','1','0','0','0','0','0','0','0','0','0','1','0','7','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','14229','19344','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1100','0','0','15829','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('25366','4','3','AFG Striker\'s Diadem','','','','33717','4','0','1','100000000','9000000','1','4','0','81','200','0','0','0','0','0','0','0','0','1','0','3','1999','5','1499','6','978','7','2600','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2416','0','0','0','0','0','0','1000','0','0','14047','1','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','5','0','0','0','509','100','0','0','',''),
 ('25516','15','0','Afghan Swift White Steed','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23228','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35650','4','4','Breastlate of Tarzan','','','','29874','6','0','1','350000000','9000000','5','0','255','76','200','0','0','0','0','0','0','0','0','1','0','5','2001','6','2222','7','2223','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3557','0','99','99','0','0','0','1000','0','0','18379','1','0','0','0','0','18030','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25384','2','0','Ice Axe','','','','31611','6','0','1','700000000','700000000','13','32767','511','150','250','0','0','0','0','0','0','0','1','1','0','1','1500','3','2400','4','2600','5','1900','6','2200','7','5800','0','0','0','0','0','0','0','0','15000','25800','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','1300','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This Axe insights frost-bite.','0','0','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25365','4','3','AFG Striker\'s Footguards','','','','33690','4','0','1','100000000','9000000','8','4','0','78','200','0','0','0','0','0','0','0','0','1','0','3','991','5','899','6','699','7','1700','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3340','0','0','0','0','0','0','1000','0','0','9396','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','5','0','0','0','509','70','0','0','',''),
 ('35668','4','0','Tabard of Wolf','','','','31527','6','0','1','90000000','4000000','19','2047','255','20','0','0','0','0','0','0','0','0','1','1','0','7','999','3','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40015','2','7','DemonHunter Razor blade','','','','30994','5','0','1','165000000','125000000','21','2047','511','71','60','0','0','0','0','0','0','0','1','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22850','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','The High Blade of Razor','0','0','0','0','0','1','3','0','0','0','305','0','0','',''),
 ('25381','15','0','1 Gold LuckyDip','','','','20342','1','4','1','10000','1','0','0','0','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Win upto 10 times your paid price.(Leave vendor to open)','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25373','4','3','AFG Stormcaller\'s Footguards','','','','33696','4','0','1','100000000','9000000','8','100','0','78','200','0','0','0','0','0','0','0','0','1','0','3','999','4','1299','5','1400','6','600','7','1400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3340','0','0','0','0','0','0','1000','0','0','14127','1','0','0','0','0','25975','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','501','70','0','0','',''),
 ('25359','4','2','AFG Deathdealer\'s Boots','','','','33673','4','0','1','100000000','9000000','8','8','0','78','200','0','0','0','0','0','0','0','0','1','0','3','1130','4','1700','7','2100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2158','0','0','0','0','0','0','1000','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','497','135','0','0','',''),
 ('35622','6','3','Special Threaded Bullet','','','','31813','4','0','1','100000','7','24','32767','511','54','50','0','0','0','0','0','0','0','0','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','116','170','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','2','0','0','0','0','0','0','0','',''),
 ('420028','2','7','AFG Blade of Fire','','','','19997','5','0','1','2500000','2000000','21','32767','511','46','50','0','0','0','0','0','0','0','0','1','0','7','35','4','45','3','45','5','55','6','45','0','0','0','0','0','0','0','0','0','0','420','658','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25514','15','0','Afghan Swift Gray Wolf','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23252','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35950','4','4','Gauntlest of Flames','','','','31660','6','0','1','300000000','200000000','10','2047','255','69','200','0','0','0','0','0','0','0','0','1','0','7','3999','5','2999','6','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4999','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','15813','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','0','0','0','0','',''),
 ('35699','4','4','Helmet of Khanbaba','','','','27395','6','0','1','42977','50000000','1','2047','255','54','1','0','0','0','0','0','0','0','0','1','0','7','5000','6','5500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','5000','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Forged in Valley of Khan (Unrepairable Item)','0','0','0','0','0','6','0','0','0','0','9970','0','0','',''),
 ('25346','4','1','AFG Enigma Leggings','','','','33643','4','0','1','100000000','9000000','7','296','0','81','200','0','0','0','0','0','0','0','0','1','0','5','1600','6','800','7','2100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3107','0','0','0','0','0','0','1000','0','0','18052','1','0','0','0','0','18384','1','0','0','0','0','21620','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','503','75','0','0','',''),
 ('420032','15','0','Special Hearthstone','','','','6418','4','64','1','100000','0','0','2047','255','1','0','0','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','8690','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','With 30 Seconds Cool Down','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40024','4','1','Robes of Verture','','','','29784','5','0','1','150000000','100000000','20','32767','511','76','60','0','0','0','0','0','0','0','0','1','0','5','500','6','500','7','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4999','0','0','0','0','0','0','1000','0','0','17371','1','0','0','0','0','9318','1','0','0','0','0','7598','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','7','0','0','0','0','200','0','0','',''),
 ('25383','15','0','1000 Gold LuckyDip','','','','20342','1','4','1','10000000','1','0','0','0','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Win upto 10 times your paid price.(Leave vendor to open)','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35614','4','4','Shoulder of Death Warrior','','','','31049','5','0','1','622915','700000','3','32767','511','56','130','0','0','0','0','0','0','0','0','0','0','3','200','7','390','4','473','5','252','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1142','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','200','0','0','',''),
 ('25391','2','7','Burning Blade','','','','19997','6','0','1','700000000','700000000','13','32767','511','130','250','0','0','0','0','0','0','0','0','1','0','1','15','3','24','4','26','5','19','6','22','7','18','0','0','0','0','0','0','0','0','14450','23450','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','1500','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This blade is enchanted with Fire.','0','1','0','0','0','1','3','0','0','505','250','0','0','',''),
 ('31006','4','4','WarriorZ LegPlates Of Destruction','','','','29963','6','0','1','0','20000000','7','32767','511','0','225','0','0','0','0','0','0','0','0','1','0','7','3212','3','321','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4212','232','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('25338','4','1','AFG Doomcaller\'s Footwraps','','','','33625','4','0','1','100000000','9000000','8','598','0','78','200','0','0','0','0','0','0','0','0','1','0','5','1600','6','1400','7','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4282','0','0','0','0','0','0','1000','0','0','14127','1','0','0','0','0','25975','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','499','50','0','0','',''),
 ('25353','4','2','AFG Genesis Helm','','','','34350','4','0','1','100000000','9000000','1','4132','0','81','200','0','0','0','0','0','0','0','0','1','0','3','999','5','878','6','882','7','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3192','0','0','0','0','0','0','1000','0','0','14054','1','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','493','70','0','0','',''),
 ('35936','2','6','Polearm of Highwarlord','','','','31766','6','0','1','500000000','450000000','17','0','0','78','210','0','0','0','0','0','0','0','0','1','0','7','3999','4','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','22333','33999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','2','0','0','0','250','0','0','',''),
 ('35934','2','15','Virgin Killer','','','','31865','6','0','1','500000000','450000000','13','2047','255','10','210','0','0','0','0','0','0','0','0','1','0','7','3999','3','2999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','19999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','3','0','0','0','250','0','0','','');
insert into `item_template` values('35672','4','0','Battle Tabard of Badshah','','','','31528','6','0','1','70000000','3000000','19','2047','255','20','0','0','0','0','0','0','0','0','1','1','0','4','999','2','999','6','999','7','300','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35654','4','1','High Robe of Knight','','','','27645','6','0','1','350000000','9000000','20','2047','255','64','200','0','0','0','0','0','0','0','0','1','0','5','1501','3','172','7','1823','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3382','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','7','0','472','0','0','0','0','0','',''),
 ('35698','15','0','Chicken Egg','','','','18047','4','0','1','100','10000','0','2047','255','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35807','2','3','Xor Gun','','','','31319','5','0','1','51235','22470','26','32767','511','8','20','0','0','0','0','0','0','0','0','1','0','1','99','7','12','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','90','155','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','3','0','21436','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','1','0','0','0','0','190','0','0','',''),
 ('35656','4','4','Mighty Breastlate of Khanbaba','','','','26846','6','0','1','350000000','9000000','5','2047','255','59','210','0','0','0','0','0','0','0','0','1','0','7','2222','6','1899','3','110','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3561','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35652','4','4','Lord of Honor Chest','','','','27397','6','0','1','350000000','9000000','5','2047','255','52','200','0','0','0','0','0','0','0','0','1','0','5','1101','6','1722','7','1223','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3497','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','531','0','0','0','0','0','',''),
 ('40008','2','15','Shadow of Darkness','','','','32604','5','0','1','140000000','100000000','13','2047','255','60','75','0','0','0','0','0','0','0','0','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','7000','7000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','15829','1','0','0','0','0','20479','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','Wellknown for Honor','0','0','0','0','0','1','1','0','0','0','220','0','0','',''),
 ('25357','4','2','AFG Genesis Vest','','','','34086','4','0','1','100000000','9000000','5','4132','0','88','200','0','0','0','0','0','0','0','0','1','0','3','1200','4','1300','5','2400','6','1100','7','2400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4253','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','14127','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','493','120','0','0','',''),
 ('42849','2','3','Gun of Master','','','','31225','4','0','1','500000000','200000000','26','2047','255','75','1','0','0','0','0','0','0','0','0','1','0','3','999','7','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','10000','12000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','3','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Forged in the Shadow of Khan Valley','0','0','0','0','0','2','0','0','0','0','250','0','0','',''),
 ('35938','2','3','Silent Killer Gun','','','','31225','6','0','1','500000000','450000000','26','2047','255','75','200','0','0','0','0','0','0','0','0','1','0','3','3999','7','3999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','15999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','3','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','2','0','0','0','0','250','0','0','',''),
 ('25332','4','4','AFG Conqueror\'s Legguards','','','','33713','4','0','1','100000000','9000000','7','1','0','81','200','0','0','0','0','0','0','0','0','1','0','3','2100','4','993','7','2400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3796','0','0','0','0','0','0','1000','0','0','13384','1','0','0','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','496','120','0','0','',''),
 ('25521','15','0','Afghan Blue Skeletal Horse','','','','1283','4','64','1','1000000','1000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','17463','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35658','4','3','Stalker Belt','','','','31404','6','0','1','90000000','3000000','6','2047','255','58','200','0','0','0','0','0','0','0','0','1','0','6','1100','3','100','5','999','4','999','7','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1193','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25534','15','0','Afghan Syndicate Spectre Pet','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','3721','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35695','2','5','Special Sword of GMs','','','','31999','6','0','1','1663117','3326234','17','32767','0','80','200','0','0','0','0','0','0','0','1','1','0','4','5000','7','9000','6','2500','3','9999','1','9999','0','0','0','0','0','0','0','0','0','0','62000','78372','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','900','0','0','0','0','100','0','0','21162','2','0','0','0','0','21142','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('35905','2','0','Special Sword of GM','','','','29991','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','9999','3','9999','5','9999','1','9999','0','0','0','0','0','0','0','0','0','0','0','0','22206','33310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1400','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('35670','4','0','Clan of Khanbaba Tabard','','','','32031','6','0','1','190000000','7000000','19','2047','255','20','0','0','0','0','0','0','0','0','1','1','0','7','1999','5','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35910','2','0','Special Sword of GM','','','','29991','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','99999','3','99999','5','9999','1','9999','0','0','0','0','0','0','0','0','0','0','0','0','16206','19310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','100','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('25518','15','0','Afghan Swift Mistsaber','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23219','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35908','2','0','Special Sword of GM','','','','29991','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','9999','3','9999','5','9999','1','9999','0','0','0','0','0','0','0','0','0','0','0','0','82206','93310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','100','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','0','0','0','',''),
 ('25386','2','7','Burning Blazer','','','','32443','6','0','1','700000000','700000000','13','32767','511','150','250','0','0','0','0','0','0','0','0','1','0','4','2600','5','1900','6','1200','7','5400','0','0','0','0','0','0','0','0','0','0','0','0','18800','25000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1300','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This blade symbolizes destruction.','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('255018','15','0','Afghan FelBeast Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26858','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into FelBeast  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('31008','2','7','WarriorZ Blade Of Destruction','','','','32722','6','0','1','0','0','13','32767','511','0','255','0','0','0','0','0','0','0','0','1','0','99999','0','99999','0','99999','0','99999','0','99999','0','99999','0','0','0','0','0','0','0','0','0','500000','100000','0','0','0','0','0','0','0','0','0','0','0','0','0','5000','5000','5000','5000','5000','5000','5000','1254','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','9999999','0','0','',''),
 ('25512','15','0','Afghan Icy Blue Mechanostrider Mod A','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','17459','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255008','15','0','Afghan Blue Wyvern Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26845','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35624','6','2','Thorium Special Arrow','','','','30433','4','0','1','100000','7','24','32767','511','57','50','0','0','0','0','0','0','0','0','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','117','180','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','2','0','0','0','0','0','0','0','',''),
 ('25375','4','3','AFG Stormcaller\'s Leggings','','','','33701','4','0','1','100000000','9000000','7','100','0','81','200','0','0','0','0','0','0','0','0','1','0','3','999','4','999','5','1223','6','1222','7','1909','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3448','0','0','0','0','0','0','1000','0','0','18052','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','7','0','0','0','501','105','0','0','',''),
 ('31010','4','0','WarriorZ Tabard Of Destruction','','','','31527','1','0','1','10000','20000000','19','2047','255','245','0','0','0','0','0','0','0','0','0','1','0','2','767','3','656','7','675','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','0','0','0','0','',''),
 ('25330','4','4','AFG Conqueror\'s Spaulders','','','','33712','4','0','1','100000000','9000000','3','1','0','78','200','0','0','0','0','0','0','0','0','1','0','3','996','4','1990','7','2100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3659','0','0','0','0','0','0','1000','0','0','7517','1','0','0','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','496','120','0','0','',''),
 ('255006','15','0','Afghan Green Drake Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26841','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35682','4','2','Bloody Boots','','','','32773','6','0','1','150000000','3000000','8','2047','255','68','200','0','0','0','0','0','0','0','0','1','0','3','112','7','1011','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2329','0','0','0','0','0','0','1000','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25501','15','0','Afghan White Stallion Bridle','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','16083','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255010','15','0','Afghan Blue Hippogryph Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26848','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25370','4','3','AFG Striker\'s Hauberk','','','','33691','4','0','1','100000000','9000000','5','2','0','88','200','0','0','0','0','0','0','0','0','1','0','3','900','5','1500','6','700','7','2500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2553','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','19415','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','6','0','0','0','509','140','0','0','',''),
 ('35684','4','2','Bracer of Shadow','','','','32287','6','32768','1','130000000','3000000','9','0','255','68','200','0','0','0','0','0','0','0','0','1','0','5','500','6','500','7','700','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','822','0','0','0','0','0','0','1000','0','0','9408','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255019','15','0','Afghan Salamander Shape Mount','','','','1283','6','64','1','10000000','10000000','0','2047','511','1','100','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26859','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This spell will change your model into Salamander  with 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255012','15','0','Afghan Green Hippogryph Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26853','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('31013','4','0','Carrot on a Stick','','','','21115','2','0','1','28650','7162','12','2047','255','255','0','0','0','0','0','0','0','0','0','1','0','99999','0','99999','0','99999','0','99999','0','99999','0','99999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','13587','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25378','12','0','100 Gold!','','','','11766','0','0','1','1000000','1000000','0','32767','511','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25343','4','1','AFG Enigma Robes','','','','34064','4','0','1','100000000','9000000','5','296','0','88','200','0','0','0','0','0','0','0','0','1','0','5','113','6','798','7','1900','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3133','0','0','0','0','0','0','1000','0','0','18055','1','0','0','0','0','26283','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','503','100','0','0','',''),
 ('31004','4','4','WarriorZ Hand Of Destrution','','','','29962','6','0','1','0','20000000','10','32767','511','0','215','0','0','0','0','0','0','0','0','1','0','4','2932','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','5343','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('35678','4','4','Legplates of Eagle','','','','26891','6','0','1','190000000','5000000','7','2047','255','63','200','0','0','0','0','0','0','0','0','1','0','7','877','5','990','6','600','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2522','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','618','0','0','0','0','0','',''),
 ('25503','15','0','Afghan Great White Kodo','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23247','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25398','15','0','Special Area Gift','','','','20342','1','4','1','10000000','1','0','0','0','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This pack contain teleport stone, guns, bullet for huting in extreme challenge area','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25355','4','2','AFG Genesis Boots','','','','33661','4','0','1','100000000','9000000','8','4132','0','78','200','0','0','0','0','0','0','0','0','1','0','3','1300','5','1400','6','600','7','1400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3758','0','0','0','0','0','0','1000','0','0','14799','1','0','0','0','0','21362','1','0','0','0','0','25975','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','493','60','0','0','',''),
 ('35644','4','2','Dark Smoke Shoulder','','','','32813','6','32768','1','250000000','9000000','3','0','255','65','200','0','0','0','0','0','0','0','1','1','0','7','1300','3','130','4','1300','5','1100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2448','0','0','0','0','0','0','1000','0','0','9346','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40016','2','7','Siller Killer','','','','30606','5','0','1','95000000','75000000','13','2047','255','40','75','0','0','0','0','0','0','0','1','1','0','7','999','3','99','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4000','4000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','Silent Killer','0','0','0','0','0','1','3','0','0','0','225','0','0','',''),
 ('35692','2','5','Special Sulfuras Hammer of Khanbaba','','','','29698','6','0','1','4294967295','0','17','32767','0','160','250','0','0','0','0','0','0','0','1','1','0','3','2400','5','3300','6','3200','7','8800','0','0','0','0','0','0','0','0','0','0','0','0','62000','89999','0','0','0','0','0','0','0','0','0','0','0','0','0','2750','0','0','0','0','0','0','1200','0','0','21162','2','0','0','0','0','21142','1','0','0','0','0','23730','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Only WOrthy Can handle this Hammer','0','0','0','0','0','1','1','0','0','0','545','0','0','',''),
 ('255009','15','0','Afghan Purple Hippogryph Mount','','','','1283','5','64','1','20000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26847','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35610','4','4','Waist of Ninja','','','','30894','4','0','1','500000','600000','6','32767','511','51','120','0','0','0','0','0','0','0','0','0','0','3','344','4','344','7','394','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','952','0','0','0','0','0','0','1000','0','0','13387','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','6','0','0','0','0','290','0','0','',''),
 ('35618','2','5','Sulfuras Hammer of Khanbaba','','','','29698','5','0','1','1663117','2700000','17','32767','0','80','150','0','0','0','0','0','0','0','1','1','0','4','300','7','1999','6','250','0','0','0','0','0','0','0','0','0','0','0','0','0','0','14222','16372','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','60','0','0','0','0','1100','0','0','21162','2','0','0','0','0','21142','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','545','0','0','',''),
 ('25347','4','1','AFG Enigma Circlet','','','','34370','4','0','1','100000000','9000000','1','296','0','78','200','0','0','0','0','0','0','0','0','1','0','5','999','6','999','7','1222','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3100','0','0','0','0','0','0','1000','0','0','18050','1','0','0','0','0','18384','1','0','0','0','0','23727','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','503','65','0','0','',''),
 ('25502','15','0','Afghan Black War Steed Bridle','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22717','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25394','2','5','Flame\'s Hammer','','','','29698','6','0','1','900000000','0','17','32767','0','160','250','0','0','0','0','0','0','0','1','1','0','3','2400','5','3300','6','3200','7','4800','0','0','0','0','0','0','0','0','0','0','0','0','29950','39900','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','2300','0','0','21162','2','0','0','0','0','21142','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This hammer was forged from flames.','0','0','0','0','0','1','1','0','0','0','545','0','0','',''),
 ('35640','4','4','Extreme Pauldrons of Might','','','','31024','6','0','1','250000000','8000000','3','0','255','66','200','0','0','0','0','0','0','0','0','1','0','7','1200','4','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2562','0','0','0','0','7','0','1000','0','0','13675','1','0','0','0','0','13383','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','209','0','0','0','',''),
 ('31009','4','0','WarriorZ Shirt Of Destruction','','','','10112','6','0','1','1','20000000','4','2047','255','210','0','0','0','0','0','0','0','0','0','1','0','7','2321','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','0','0','0','0','',''),
 ('40010','2','7','Vezer of Dead Special','','','','30606','5','0','1','155000000','119000000','13','2047','255','40','75','0','0','0','0','0','0','0','1','1','0','4','1000','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','8000','8000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','Xtreme','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('35662','4','1','Cape of Ninja','','','','28260','6','0','1','50000000','1000000','16','2047','255','45','0','0','0','0','0','0','0','0','0','1','0','7','800','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','600','0','0','0','0','0','0','1000','0','0','9140','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40020','2','7','Sword of Brave Warrior','','','','30606','5','0','1','250000000','200000000','21','2047','255','80','75','0','0','0','0','0','0','0','1','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('35664','4','1','Frostwolf Cape','','','','26262','6','0','1','50000000','1000000','16','2047','255','54','200','0','0','0','0','0','0','0','0','1','0','7','300','3','300','4','300','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','635','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','972','0','0','0','0','0','',''),
 ('35674','4','4','Deadly Mark','','','','27900','6','0','1','230000000','9000000','7','2047','255','48','200','0','0','0','0','0','0','0','0','1','0','4','999','2','999','6','999','7','400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2405','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','613','0','0','0','0','0','',''),
 ('25354','4','2','AFG Genesis Shoulderpads','','','','34037','4','0','1','100000000','9000000','3','4132','0','78','200','0','0','0','0','0','0','0','0','1','0','3','1400','5','1300','6','600','7','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3172','0','0','0','0','0','0','1000','0','0','14799','1','0','0','0','0','21625','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','493','70','0','0','',''),
 ('35944','2','8','Ashbringer Sword of Horde','','','','26451','6','0','1','500000000','450000000','17','2047','255','81','200','0','0','0','0','0','0','0','0','1','0','7','3333','3','1999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','22229','33999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','1','0','0','0','250','0','0','',''),
 ('35906','2','0','Special Sword of GM','','','','29991','6','0','1','982192','90000000','17','2047','255','77','200','0','0','0','0','0','0','0','0','1','0','7','9999','3','9999','5','9999','1','9999','0','0','0','0','0','0','0','0','0','0','0','0','82206','93310','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','100','0','0','21153','2','0','0','0','0','7597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','120','0','0','',''),
 ('25374','4','3','AFG Stormcaller\'s Hauberk','','','','33697','4','0','1','100000000','9000000','5','100','0','88','200','0','0','0','0','0','0','0','0','1','0','3','1000','4','1100','5','1400','6','1100','7','1400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3553','0','0','0','0','0','0','1000','0','0','17367','1','0','0','0','0','7597','1','0','0','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','501','140','0','0','',''),
 ('35630','4','1','Mask of King Baba','','','','31263','6','0','1','300000000','10000000','1','2047','255','62','200','0','0','0','0','0','0','0','0','1','0','5','2000','7','2000','6','2000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2000','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40017','4','6','Shield of Flame','','','','30993','5','0','1','75000000','55000000','14','32767','511','59','75','0','0','0','0','0','0','0','0','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','6000','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','1','4','0','60','0','220','0','0','',''),
 ('25364','4','2','AFG Deathdealer\'s Vest','','','','34087','4','0','1','100000000','9000000','5','8','0','88','200','0','0','0','0','0','0','0','0','1','0','3','1700','4','1900','7','2800','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2253','0','0','0','0','0','0','1000','0','0','7597','1','0','0','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','497','165','0','0','',''),
 ('40012','2','7','Blade of Shaitan','','','','19997','5','0','1','160000000','129000000','13','32767','511','2','75','0','0','0','0','0','0','0','0','1','0','7','1000','3','200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','8000','8000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','Vision killer','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25396','15','0','FPS Area Teleport','','','','20342','1','4','1','100000000','1','0','0','0','1','200','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Open this to get teleport stone to FPS Extreme Challenge Area','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('255004','15','0','Afghan Special Black Drake Mount','','','','1283','6','64','1','1000000000','90000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26839','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 200\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35932','2','15','Dagger of Warrior','','','','33095','6','0','1','500000000','450000000','13','2047','255','10','199','0','0','0','0','0','0','0','0','1','0','7','3000','4','3000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9898','19872','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1200','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','warning Unrepairable Item Due to Being Artifact, Sell it when reach Durabillity of 25','0','0','0','0','0','1','0','0','0','0','250','0','0','',''),
 ('40014','2','7','Xtreme Blade','','','','30994','5','0','1','105000000','85000000','21','2047','511','71','60','0','0','0','0','0','0','0','1','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','6000','6000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22850','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','Young Blade','0','0','0','0','0','1','3','0','0','0','305','0','0','',''),
 ('35666','4','1','Cloak of Khanbaba','','','','30849','6','0','1','70000000','3000000','16','2047','255','62','200','0','0','0','0','0','0','0','0','1','0','7','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','848','0','99','0','0','92','0','1000','0','0','18384','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25524','15','0','Afghan Frostwolf Howler','','','','1283','4','64','1','1000000','1000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23509','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25392','2','7','Scrax\'s War-Sword','','','','32581','6','0','1','900000000','900000000','13','32767','511','150','250','0','0','0','0','0','0','0','0','1','0','1','1500','3','2400','4','2600','5','2900','6','3200','7','4800','0','0','0','0','0','0','0','0','18800','29000','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','1500','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Scrax\'s trusty blade.','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25380','12','0','JACKPOT!','','','','11766','0','0','1','1000000000','1000000000','0','32767','511','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Conradulations. You have just won the 100,000g jackpot.','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25361','4','2','AFG Deathdealer\'s Spaulders','','','','34077','4','0','1','100000000','9000000','3','8','0','78','200','0','0','0','0','0','0','0','0','1','0','3','500','4','678','7','1500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3572','0','0','0','0','0','0','1000','0','0','15464','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','8','0','0','0','497','120','0','0','',''),
 ('25389','2','7','Ninjistic Blade','','','','30886','6','0','1','900000000','900000000','13','2047','255','190','250','0','0','0','0','0','0','0','1','1','0','3','2544','4','3534','5','3443','6','2200','7','4900','0','0','0','0','0','0','0','0','0','0','18200','28400','0','0','0','0','0','0','0','0','0','0','0','0','0','750','0','0','0','0','0','0','1500','0','0','23730','1','0','0','0','0','18212','2','0','0','0','0','97597','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This blade resembles a katana','0','0','0','0','0','1','1','0','0','505','225','0','0','',''),
 ('42846','4','0','Proof of Wisdom Mastery','','','','23716','4','0','1','0','0','12','2047','255','0','1','0','0','0','0','0','0','0','0','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','By collecting this certain amount you will recieve special reward from one of Badshah Masters','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40005','2','15','Dagger of Stamina','','','','20598','5','0','1','20000000','15000000','13','32767','511','19','50','0','0','0','0','0','0','0','0','1','0','7','500','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','1','3','0','0','0','40','0','0','',''),
 ('255014','15','0','Afghan Brown Zebra Unicorn Mount','','','','1283','5','64','1','10000000','9000000','0','2047','511','1','60','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','26850','0','0','0','330','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','This is very fast mount 100\\% Speed Made by Khanbaba','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25351','4','1','AFG Vestments of the Oracle','','','','34063','4','0','1','100000000','9000000','5','22','0','88','200','0','0','0','0','0','0','0','0','1','0','5','2600','6','1500','7','2300','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','3183','0','0','0','0','0','0','1000','0','0','18053','1','0','0','0','0','18384','1','0','0','0','0','25975','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','0','0','0','0','7','0','0','0','507','165','0','0','',''),
 ('25519','15','0','Afghan Swift Frostsaber','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23221','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35686','4','2','Khanbaba Bracers','','','','32090','6','32768','1','130000000','3000000','9','2047','255','55','200','0','0','0','0','0','0','0','0','1','0','3','967','4','966','7','966','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','975','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('42848','2','2','Bow of Weapon Master','','','','33857','4','0','1','73609','200000000','15','2047','255','42','1','0','0','0','0','0','0','0','1','1','0','3','999','5','999','6','999','7','999','4','999','3','999','7','999','0','0','0','0','0','0','10000','12000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1500','2','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Forged in the Shadow of Khan Valley','0','0','0','0','0','2','0','0','0','0','250','0','0','',''),
 ('25523','15','0','Afghan Red Skeletal Warhorse','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','22722','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('25533','15','0','Afghan Imp Pet','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','688','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('40023','2','7','Sword that Own','','','','19997','5','0','1','250000000','200000000','13','32767','511','2','75','0','0','0','0','0','0','0','0','1','0','7','999','3','99','4','999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','9999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Power of unseen','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25509','15','0','Afghan Whistle of the Obsidian Raptor','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','10795','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('35660','4','4','Belt of Shaitan','','','','31019','6','0','1','90000000','3000000','6','0','255','66','200','0','0','0','0','0','0','0','0','1','0','7','1500','4','1100','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1421','0','90','0','0','0','0','1000','0','0','13669','1','0','0','0','0','13383','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','2','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('420030','2','7','Mighty Fury of Lost Hero','','','','30606','5','0','1','10000000','9000000','21','2047','255','80','100','0','0','0','0','0','0','0','1','1','0','3','65','7','90','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1414','2215','0','96','130','3','0','0','0','0','0','0','0','0','0','0','0','25','29','0','0','0','1500','0','0','21992','2','0','0','0','0','21162','2','0','0','0','0','21142','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1','','0','0','0','0','0','1','1','0','0','0','225','0','0','',''),
 ('35926','4','0','Ring of Master Warrior','','','','31800','6','0','1','200000000','90000000','11','2047','255','75','200','0','0','0','0','0','0','0','1','1','0','7','4999','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','4999','0','0','0','0','0','0','1000','0','0','23727','1','0','0','0','0','14248','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','Ring of Badshah','0','0','0','0','0','3','0','0','0','0','0','0','0','',''),
 ('25517','15','0','Afghan Swift White Ram','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23240','0','0','0','330','0','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','','0','0','0','0','0','0','0','0','0','0','0','0','0','',''),
 ('420029','2','7','AFG Fire Blade','','','','19997','4','0','1','2500000','500000','21','32767','511','46','30','0','0','0','0','0','0','0','0','1','0','7','25','4','25','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','320','458','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1400','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','1','0','0','0','1','3','0','0','0','250','0','0','',''),
 ('25515','15','0','Afghan Swift Brown Ram','','','','1283','4','64','1','10000000','10000000','0','2047','511','1','1','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','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1000','0','0','23238','0','0','0','330','0','0','0','0','0','0