Ru-MaNGOS

Вернуться   Ru-MaNGOS > База > Патчи и наработки

Важная информация

Патчи и наработки Патчи и работы по части БД

Ответ
 
Опции темы Поиск в этой теме Опции просмотра
Старый 07.03.2010, 16:04   #1
xstream
Гость
 
Сообщений: n/a
По умолчанию Скрипты для Фан сервера

Цитата:
Сообщение от DEATH13
Вот скриптик на 46 талов ДК (КВЕСТ), я его вешал на тренера дк (Amal'thazad)!!!
Код:
DELETE FROM `creature_questrelation` WHERE `quest` = 5290; 
DELETE FROM `gameobject_questrelation` WHERE `quest` = 5290; 
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (29194, 5290); 
UPDATE `creature_template` SET `npcflag`= 2  WHERE `entry` = 29194; 
DELETE FROM `creature_involvedrelation` WHERE `quest` = 5290; 
DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 5290; 
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (29194, 5290); 
DELETE FROM `quest_template` WHERE `entry` = 5290; 
REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `SkillOrClass`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewHonorableKills`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `StartScript`, `CompleteScript`) 
VALUES (5290, 2, 0, 6, 80, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, '46 Talantes DK!!!', 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);

Цитата:
Сообщение от Chesterfield
Низнаю боян или нет. Но кто будет юзать запрос на квест на все таланты ДК, сначала советую выполнить такой запрос:

Код:
UPDATE FROM `quest_template` SET `BonusTalents` = 0 WHERE `BonusTalents` > 0;
Это для того, чтобы потом игроки, если им вздумается выполнять квесты далее по цепочке, не получали левые очки талантов.
  Ответить с цитированием
Старый 07.03.2010, 21:19   #2
Keni
Гость
 
Сообщений: n/a
По умолчанию

Спеллы при старте...
Код:
REPLACE INTO `playercreateinfo_spell`(`race`,`class`,`Spell`,`Note`) values (1,1,81,'Dodge'),(1,1,107,'Block'),(1,1,197,'Two-Handed Axes'),(1,1,264,'Bows'),(1,1,5011,'Crossbows'),(1,1,1180,'Daggers'),(1,1,266,'Guns'),(1,1,15590,'First Weapons'),(1,1,200,'Polearms'),(1,1,227,'Staves'),(1,1,2567,'Throw'),(1,1,199,'Two-Handed Maces'),(1,1,202,'Two-Handed Swords'),(1,1,196,'One-Handed Axes'),(1,1,198,'One-Handed Maces'),(1,1,201,'One-Handed Swords'),(1,1,203,'Unarmed'),(1,1,204,'Defense'),(1,1,522,'SPELLDEFENSE (DND)'),(1,1,668,'Language Common'),(1,1,1843,'Disarm'),(1,1,2382,'Generic'),(1,1,2457,'Battle Stance'),(1,1,2479,'Honorless Target'),(1,1,3050,'Detect'),(1,1,3365,'Opening'),(1,1,5301,'Defensive State (DND)'),(1,1,6233,'Closing'),(1,1,6246,'Closing'),(1,1,6247,'Opening'),(1,1,6477,'Opening'),(1,1,6478,'Opening'),(1,1,6603,'Attack'),(1,1,7266,'Duel'),(1,1,7267,'Grovel'),(1,1,7355,'Stuck'),(1,1,8386,'Attacking'),(1,1,8737,'Mail'),(1,1,9077,'Leather'),(1,1,9078,'Cloth'),(1,1,9116,'Shield'),(1,1,9125,'Generic'),(1,1,20597,'Sword Specialization'),(1,1,20598,'The Human Spirit'),(1,1,20599,'Diplomacy'),(1,1,20864,'Mace Specialization'),(1,1,21651,'Opening'),(1,1,21652,'Closing'),(1,1,22027,'Remove Insignia'),(1,1,22810,'Opening - No Text'),(1,1,32215,'Victorious State'),(1,1,45927,'Summon Friend'),(1,1,58985,'Perception'),(1,1,59752,'Every Man for Himself'),(1,1,61437,'Opening'),(1,2,200,'Polearms'),(1,2,196,'One-Handed Axes'),(1,2,201,'One-Handed Swords'),(1,2,197,'Two-Handed Axes'),(1,2,202,'Two-Handed Swords'),(1,2,81,'Dodge'),(1,2,107,'Block'),(1,2,198,'One-Handed Maces'),(1,2,199,'Two-Handed Maces'),(1,2,203,'Unarmed'),(1,2,204,'Defense'),(1,2,522,'SPELLDEFENSE (DND)'),(1,2,668,'Language Common'),(1,2,1843,'Disarm'),(1,2,2382,'Generic'),(1,2,2479,'Honorless Target'),(1,2,3050,'Detect'),(1,2,3365,'Opening'),(1,2,6233,'Closing'),(1,2,6246,'Closing'),(1,2,6247,'Opening'),(1,2,6477,'Opening'),(1,2,6478,'Opening'),(1,2,6603,'Attack'),(1,2,7266,'Duel'),(1,2,7267,'Grovel'),(1,2,7355,'Stuck'),(1,2,8386,'Attacking'),(1,2,8737,'Mail'),(1,2,9077,'Leather'),(1,2,9078,'Cloth'),(1,2,9116,'Shield'),(1,2,9125,'Generic'),(1,2,20597,'Sword Specialization'),(1,2,20598,'The Human Spirit'),(1,2,20599,'Diplomacy'),(1,2,20864,'Mace Specialization'),(1,2,21651,'Opening'),(1,2,21652,'Closing'),(1,2,22027,'Remove Insignia'),(1,2,22810,'Opening - No Text'),(1,2,27762,'Libram'),(1,2,45927,'Summon Friend'),(1,2,58985,'Perception'),(1,2,59752,'Every Man for Himself'),(1,2,61437,'Opening'),(1,4,264,'Bows'),(1,4,5011,'Crossbows'),(1,4,198,'One-Handed Maces'),(1,4,201,'One-Handed Swords'),(1,4,266,'Guns'),(1,4,15590,'First Weapons'),(1,4,81,'Dodge'),(1,4,203,'Unarmed'),(1,4,204,'Defense'),(1,4,522,'SPELLDEFENSE (DND)'),(1,4,668,'Language Common'),(1,4,1180,'Daggers'),(1,4,1843,'Disarm'),(1,4,2382,'Generic'),(1,4,2479,'Honorless Target'),(1,4,2567,'Thrown'),(1,4,2764,'Throw'),(1,4,3050,'Detect'),(1,4,3365,'Opening'),(1,4,6233,'Closing'),(1,4,6246,'Closing'),(1,4,6247,'Opening'),(1,4,6477,'Opening'),(1,4,6478,'Opening'),(1,4,6603,'Attack'),(1,4,7266,'Duel'),(1,4,7267,'Grovel'),(1,4,7355,'Stuck'),(1,4,8386,'Attacking'),(1,4,9077,'Leather'),(1,4,9078,'Cloth'),(1,4,9125,'Generic'),(1,4,16092,'Defensive State (DND)'),(1,4,20597,'Sword Specialization'),(1,4,20598,'The Human Spirit'),(1,4,20599,'Diplomacy'),(1,4,20864,'Mace Specialization'),(1,4,21184,'Rogue Passive (DND)'),(1,4,21651,'Opening'),(1,4,21652,'Closing'),(1,4,22027,'Remove Insignia'),(1,4,22810,'Opening - No Text'),(1,4,45927,'Summon Friend'),(1,4,58985,'Perception'),(1,4,59752,'Every Man for Himself'),(1,4,61437,'Opening'),(1,5,1180,'Daggers'),(1,5,227,'Staves'),(1,5,81,'Dodge'),(1,5,198,'One-Handed Maces'),(1,5,203,'Unarmed'),(1,5,204,'Defense'),(1,5,522,'SPELLDEFENSE (DND)'),(1,5,668,'Language Common'),(1,5,1843,'Disarm'),(1,5,2382,'Generic'),(1,5,2479,'Honorless Target'),(1,5,3050,'Detect'),(1,5,3365,'Opening'),(1,5,5009,'Wands'),(1,5,5019,'Shoot'),(1,5,6233,'Closing'),(1,5,6246,'Closing'),(1,5,6247,'Opening'),(1,5,6477,'Opening'),(1,5,6478,'Opening'),(1,5,6603,'Attack'),(1,5,7266,'Duel'),(1,5,7267,'Grovel'),(1,5,7355,'Stuck'),(1,5,8386,'Attacking'),(1,5,9078,'Cloth'),(1,5,9125,'Generic'),(1,5,20597,'Sword Specialization'),(1,5,20598,'The Human Spirit'),(1,5,20599,'Diplomacy'),(1,5,20864,'Mace Specialization'),(1,5,21651,'Opening'),(1,5,21652,'Closing'),(1,5,22027,'Remove Insignia'),(1,5,22810,'Opening - No Text'),(1,5,45927,'Summon Friend'),(1,5,58985,'Perception'),(1,5,59752,'Every Man for Himself'),(1,5,61437,'Opening'),(1,6,81,'Dodge'),(1,6,196,'One-Handed Axes'),(1,6,197,'Two-Handed Axes'),(1,6,200,'Polearms'),(1,6,201,'One-Handed Swords'),(1,6,202,'Two-Handed Swords'),(1,6,203,'Unarmed'),(1,6,204,'Defense'),(1,6,522,'SPELLDEFENSE (DND)'),(1,6,668,'Language Common'),(1,6,674,'Dual Wield'),(1,6,750,'Plate Mail'),(1,6,1843,'Disarm'),(1,6,2382,'Generic'),(1,6,2479,'Honorless Target'),(1,6,3050,'Detect'),(1,6,3127,'Parry'),(1,6,3275,'Linen Bandage'),(1,6,3276,'Heavy Linen Bandage'),(1,6,3277,'Wool Bandage'),(1,6,3278,'Heavy Wool Bandage'),(1,6,3365,'Opening'),(1,6,6233,'Closing'),(1,6,6246,'Closing'),(1,6,6247,'Opening'),(1,6,6477,'Opening'),(1,6,6478,'Opening'),(1,6,6603,'Attack'),(1,6,7266,'Duel'),(1,6,7267,'Grovel'),(1,6,7355,'Stuck'),(1,6,7928,'Silk Bandage'),(1,6,7929,'Heavy Silk Bandage'),(1,6,7934,'Anti-Venom'),(1,6,8386,'Attacking'),(1,6,8737,'Mail'),(1,6,9077,'Leather'),(1,6,9078,'Cloth'),(1,6,9125,'Generic'),(1,6,10840,'Mageweave Bandage'),(1,6,10841,'Heavy Mageweave Bandage'),(1,6,10846,'First Aid'),(1,6,18629,'Runecloth Bandage'),(1,6,18630,'Heavy Runecloth Bandage'),(1,6,20597,'Sword Specialization'),(1,6,20598,'The Human Spirit'),(1,6,20599,'Diplomacy'),(1,6,20864,'Mace Specialization'),(1,6,21651,'Opening'),(1,6,21652,'Closing'),(1,6,22027,'Remove Insignia'),(1,6,22810,'Opening - No Text'),(1,6,33391,'Journeyman Riding'),(1,6,45462,'Plague Strike'),(1,6,45477,'Icy Touch'),(1,6,45902,'Blood Strike'),(1,6,45903,'Offensive State (DND)'),(1,6,45927,'Summon Friend'),(1,6,47541,'Death Coil'),(1,6,48266,'Blood Presence'),(1,6,49410,'Forceful Deflection'),(1,6,49576,'Death Grip'),(1,6,52665,'Sigil'),(1,6,58985,'Perception'),(1,6,59752,'Every Man for Himself'),(1,6,59879,'Blood Plague'),(1,6,59921,'Frost Fever'),(1,6,61437,'Opening'),(1,6,61455,'Runic Focus'),(1,8,1180,'Daggers'),(1,8,201,'One-Handed Swords'),(1,8,81,'Dodge'),(1,8,203,'Unarmed'),(1,8,204,'Defense'),(1,8,227,'Staves'),(1,8,522,'SPELLDEFENSE (DND)'),(1,8,668,'Language Common'),(1,8,1843,'Disarm'),(1,8,2382,'Generic'),(1,8,2479,'Honorless Target'),(1,8,3050,'Detect'),(1,8,3365,'Opening'),(1,8,5009,'Wands'),(1,8,5019,'Shoot'),(1,8,6233,'Closing'),(1,8,6246,'Closing'),(1,8,6247,'Opening'),(1,8,6477,'Opening'),(1,8,6478,'Opening'),(1,8,6603,'Attack'),(1,8,7266,'Duel'),(1,8,7267,'Grovel'),(1,8,7355,'Stuck'),(1,8,8386,'Attacking'),(1,8,9078,'Cloth'),(1,8,9125,'Generic'),(1,8,20597,'Sword Specialization'),(1,8,20598,'The Human Spirit'),(1,8,20599,'Diplomacy'),(1,8,20864,'Mace Specialization'),(1,8,21651,'Opening'),(1,8,21652,'Closing'),(1,8,22027,'Remove Insignia'),(1,8,22810,'Opening - No Text'),(1,8,45927,'Summon Friend'),(1,8,58985,'Perception'),(1,8,59752,'Every Man for Himself'),(1,8,61437,'Opening'),(1,9,201,'One-Handed Swords'),(1,9,227,'Staves'),(1,9,81,'Dodge'),(1,9,203,'Unarmed'),(1,9,204,'Defense'),(1,9,522,'SPELLDEFENSE (DND)'),(1,9,668,'Language Common'),(1,9,1180,'Daggers'),(1,9,1843,'Disarm'),(1,9,2382,'Generic'),(1,9,2479,'Honorless Target'),(1,9,3050,'Detect'),(1,9,3365,'Opening'),(1,9,5009,'Wands'),(1,9,5019,'Shoot'),(1,9,6233,'Closing'),(1,9,6246,'Closing'),(1,9,6247,'Opening'),(1,9,6477,'Opening'),(1,9,6478,'Opening'),(1,9,6603,'Attack'),(1,9,7266,'Duel'),(1,9,7267,'Grovel'),(1,9,7355,'Stuck'),(1,9,8386,'Attacking'),(1,9,9078,'Cloth'),(1,9,9125,'Generic'),(1,9,20597,'Sword Specialization'),(1,9,20598,'The Human Spirit'),(1,9,20599,'Diplomacy'),(1,9,20864,'Mace Specialization'),(1,9,21651,'Opening'),(1,9,21652,'Closing'),(1,9,22027,'Remove Insignia'),(1,9,22810,'Opening - No Text'),(1,9,45927,'Summon Friend'),(5,9,58284,'Chaos Bolt Passive'),(1,9,58985,'Perception'),(1,9,59752,'Every Man for Himself'),(1,9,61437,'Opening'),(2,1,81,'Dodge'),(2,1,107,'Block'),(2,1,264,'Bows'),(2,1,5011,'Crossbows'),(2,1,1180,'Daggers'),(2,1,266,'Guns'),(2,1,15590,'First Weapons'),(2,1,200,'Polearms'),(2,1,227,'Staves'),(2,1,2567,'Throw'),(2,1,199,'Two-Handed Maces'),(2,1,202,'Two-Handed Swords'),(2,1,198,'One-Handed Maces'),(2,1,196,'One-Handed Axes'),(2,1,197,'Two-Handed Axes'),(2,1,201,'One-Handed Swords'),(2,1,203,'Unarmed'),(2,1,204,'Defense'),(2,1,522,'SPELLDEFENSE (DND)'),(2,1,669,'Language Orcish'),(2,1,1843,'Disarm'),(2,1,2382,'Generic'),(2,1,2457,'Battle Stance'),(2,1,2479,'Honorless Target'),(2,1,3050,'Detect'),(2,1,3365,'Opening'),(2,1,5301,'Defensive State (DND)'),(2,1,6233,'Closing'),(2,1,6246,'Closing'),(2,1,6247,'Opening'),(2,1,6477,'Opening'),(2,1,6478,'Opening'),(2,1,6603,'Attack'),(2,1,7266,'Duel'),(2,1,7267,'Grovel'),(2,1,7355,'Stuck'),(2,1,8386,'Attacking'),(2,1,8737,'Mail'),(2,1,9077,'Leather'),(2,1,9078,'Cloth'),(2,1,9116,'Shield'),(2,1,9125,'Generic'),(2,1,20572,'Blood Fury'),(2,1,20573,'Hardiness'),(2,1,20574,'Axe Specialization'),(2,1,21563,'Command'),(2,1,21651,'Opening'),(2,1,21652,'Closing'),(2,1,22027,'Remove Insignia'),(2,1,22810,'Opening - No Text'),(2,1,32215,'Victorious State'),(2,1,45927,'Summon Friend'),(2,1,61437,'Opening'),(2,3,201,'One-Handed Swords'),(2,3,5011,'Crossbows'),(2,3,1180,'Daggers'),(2,3,266,'Guns'),(2,3,15590,'First Weapons'),(2,3,200,'Polearms '),(2,3,227,'Staves'),(2,3,2567,'Throw'),(2,3,197,'Two-Handed Axes'),(2,3,202,'Two-Handed Swords'),(2,3,75,'Auto Shot'),(2,3,81,'Dodge'),(2,3,196,'One-Handed Axes'),(2,3,203,'Unarmed'),(2,3,204,'Defense'),(2,3,264,'Bows'),(2,3,522,'SPELLDEFENSE (DND)'),(2,3,669,'Language Orcish'),(2,3,1843,'Disarm'),(2,3,2382,'Generic'),(2,3,2479,'Honorless Target'),(2,3,3050,'Detect'),(2,3,3365,'Opening'),(2,3,6233,'Closing'),(2,3,6246,'Closing'),(2,3,6247,'Opening'),(2,3,6477,'Opening'),(2,3,6478,'Opening'),(2,3,6603,'Attack'),(2,3,7266,'Duel'),(2,3,7267,'Grovel'),(2,3,7355,'Stuck'),(2,3,8386,'Attacking'),(2,3,9077,'Leather'),(2,3,9078,'Cloth'),(2,3,9125,'Generic'),(2,3,13358,'Defensive State (DND)'),(2,3,20572,'Blood Fury'),(2,3,20573,'Hardiness'),(2,3,20574,'Axe Specialization'),(2,3,20576,'Command'),(2,3,21651,'Opening'),(2,3,21652,'Closing'),(2,3,22027,'Remove Insignia'),(2,3,22810,'Opening - No Text'),(2,3,24949,'Defensive State 2 (DND)'),(2,3,34082,'Advantaged State (DND)'),(2,3,45927,'Summon Friend'),(2,3,61437,'Opening'),(2,4,266,'Guns'),(2,4,15590,'First Weapons'),(2,4,264,'Bows'),(2,4,5011,'Crossbows'),(2,4,198,'One-Handed Maces'),(2,4,201,'One-Handed Swords'),(2,4,81,'Dodge'),(2,4,203,'Unarmed'),(2,4,204,'Defense'),(2,4,522,'SPELLDEFENSE (DND)'),(2,4,669,'Language Orcish'),(2,4,1180,'Daggers'),(2,4,1843,'Disarm'),(2,4,2382,'Generic'),(2,4,2479,'Honorless Target'),(2,4,2567,'Thrown'),(2,4,2764,'Throw'),(2,4,3050,'Detect'),(2,4,3365,'Opening'),(2,4,6233,'Closing'),(2,4,6246,'Closing'),(2,4,6247,'Opening'),(2,4,6477,'Opening'),(2,4,6478,'Opening'),(2,4,6603,'Attack'),(2,4,7266,'Duel'),(2,4,7267,'Grovel'),(2,4,7355,'Stuck'),(2,4,8386,'Attacking'),(2,4,9077,'Leather'),(2,4,9078,'Cloth'),(2,4,9125,'Generic'),(2,4,16092,'Defensive State (DND)'),(2,4,20572,'Blood Fury'),(2,4,20573,'Hardiness'),(2,4,20574,'Axe Specialization'),(2,4,21184,'Rogue Passive (DND)'),(2,4,21563,'Command'),(2,4,21651,'Opening'),(2,4,21652,'Closing'),(2,4,22027,'Remove Insignia'),(2,4,22810,'Opening - No Text'),(2,4,45927,'Summon Friend'),(2,4,61437,'Opening'),(2,6,81,'Dodge'),(2,6,196,'One-Handed Axes'),(2,6,197,'Two-Handed Axes'),(2,6,200,'Polearms'),(2,6,201,'One-Handed Swords'),(2,6,202,'Two-Handed Swords'),(2,6,203,'Unarmed'),(2,6,204,'Defense'),(2,6,522,'SPELLDEFENSE (DND)'),(2,6,669,'Language Orcish'),(2,6,674,'Dual Wield'),(2,6,750,'Plate Mail'),(2,6,1843,'Disarm'),(2,6,2382,'Generic'),(2,6,2479,'Honorless Target'),(2,6,3050,'Detect'),(2,6,3127,'Parry'),(2,6,3275,'Linen Bandage'),(2,6,3276,'Heavy Linen Bandage'),(2,6,3277,'Wool Bandage'),(2,6,3278,'Heavy Wool Bandage'),(2,6,3365,'Opening'),(2,6,6233,'Closing'),(2,6,6246,'Closing'),(2,6,6247,'Opening'),(2,6,6477,'Opening'),(2,6,6478,'Opening'),(2,6,6603,'Attack'),(2,6,7266,'Duel'),(2,6,7267,'Grovel'),(2,6,7355,'Stuck'),(2,6,7928,'Silk Bandage'),(2,6,7929,'Heavy Silk Bandage'),(2,6,7934,'Anti-Venom'),(2,6,8386,'Attacking'),(2,6,8737,'Mail'),(2,6,9077,'Leather'),(2,6,9078,'Cloth'),(2,6,9125,'Generic'),(2,6,10840,'Mageweave Bandage'),(2,6,10841,'Heavy Mageweave Bandage'),(2,6,10846,'First Aid'),(2,6,18629,'Runecloth Bandage'),(2,6,18630,'Heavy Runecloth Bandage'),(2,6,20572,'Blood Fury'),(2,6,20573,'Hardiness'),(2,6,20574,'Axe Specialization'),(2,6,21651,'Opening'),(2,6,21652,'Closing'),(2,6,22027,'Remove Insignia'),(2,6,22810,'Opening - No Text'),(2,6,33391,'Journeyman Riding'),(2,6,45462,'Plague Strike'),(2,6,45477,'Icy Touch'),(2,6,45902,'Blood Strike'),(2,6,45903,'Offensive State (DND)'),(2,6,45927,'Summon Friend'),(2,6,47541,'Death Coil'),(2,6,48266,'Blood Presence'),(2,6,49410,'Forceful Deflection'),(2,6,49576,'Death Grip'),(2,6,52665,'Sigil'),(2,6,54562,'Command'),(2,6,59879,'Blood Plague'),(2,6,59921,'Frost Fever'),(2,6,61437,'Opening'),(2,6,61455,'Runic Focus'),(2,7,197,'Two-Handed Axes'),(2,7,196,'One-Handed Axes'),(2,7,1180,'Daggers'),(2,7,15590,'First Weapons'),(2,7,199,'Two-Handed Maces'),(2,7,81,'Dodge'),(2,7,107,'Block'),(2,7,198,'One-Handed Maces'),(2,7,203,'Unarmed'),(2,7,204,'Defense'),(2,7,227,'Staves'),(2,7,522,'SPELLDEFENSE (DND)'),(2,7,669,'Language Orcish'),(2,7,1843,'Disarm'),(2,7,2382,'Generic'),(2,7,2479,'Honorless Target'),(2,7,3050,'Detect'),(2,7,3365,'Opening'),(2,7,6233,'Closing'),(2,7,6246,'Closing'),(2,7,6247,'Opening'),(2,7,6477,'Opening'),(2,7,6478,'Opening'),(2,7,6603,'Attack'),(2,7,7266,'Duel'),(2,7,7267,'Grovel'),(2,7,7355,'Stuck'),(2,7,8386,'Attacking'),(2,7,9077,'Leather'),(2,7,9078,'Cloth'),(2,7,9116,'Shield'),(2,7,9125,'Generic'),(2,7,20573,'Hardiness'),(2,7,20574,'Axe Specialization'),(2,7,21563,'Command'),(2,7,21651,'Opening'),(2,7,21652,'Closing'),(2,7,22027,'Remove Insignia'),(2,7,22810,'Opening - No Text'),(2,7,27763,'Totem'),(2,7,33697,'Blood Fury'),(2,7,45927,'Summon Friend'),(2,7,61437,'Opening'),(2,9,201,'One-Handed Swords'),(2,9,227,'Staves'),(2,9,81,'Dodge'),(2,9,203,'Unarmed'),(2,9,204,'Defense'),(2,9,522,'SPELLDEFENSE (DND)'),(2,9,669,'Language Orcish'),(2,9,1180,'Daggers'),(2,9,1843,'Disarm'),(2,9,2382,'Generic'),(2,9,2479,'Honorless Target'),(2,9,3050,'Detect'),(2,9,3365,'Opening'),(2,9,5009,'Wands'),(2,9,5019,'Shoot'),(2,9,6233,'Closing'),(2,9,6246,'Closing'),(2,9,6247,'Opening'),(2,9,6477,'Opening'),(2,9,6478,'Opening'),(2,9,6603,'Attack'),(2,9,7266,'Duel'),(2,9,7267,'Grovel'),(2,9,7355,'Stuck'),(2,9,8386,'Attacking'),(2,9,9078,'Cloth'),(2,9,9125,'Generic'),(2,9,20573,'Hardiness'),(2,9,20574,'Axe Specialization'),(2,9,20575,'Command'),(2,9,21651,'Opening'),(2,9,21652,'Closing'),(2,9,22027,'Remove Insignia'),(2,9,22810,'Opening - No Text'),(2,9,33702,'Blood Fury'),(2,9,45927,'Summon Friend'),(2,9,58284,'Chaos Bolt Passive'),(2,9,61437,'Opening'),(3,1,81,'Dodge'),(3,1,107,'Block'),(3,1,15590,'First Weapons'),(3,1,200,'Polearms'),(3,1,2567,'Throw'),(3,1,199,'Two-Handed Maces'),(3,1,202,'Two-Handed Swords'),(3,1,264,'Bows'),(3,1,5011,'Crossbows'),(3,1,266,'Guns'),(3,1,1180,'Daggers'),(3,1,201,'One-Handed Swords'),(3,1,227,'Staves'),(3,1,196,'One-Handed Axes'),(3,1,197,'Two-Handed Axes'),(3,1,198,'One-Handed Maces'),(3,1,203,'Unarmed'),(3,1,204,'Defense'),(3,1,522,'SPELLDEFENSE (DND)'),(3,1,668,'Language Common'),(3,1,672,'Language Dwarven'),(3,1,1843,'Disarm'),(3,1,2382,'Generic'),(3,1,2457,'Battle Stance'),(3,1,2479,'Honorless Target'),(3,1,2481,'Find Treasure'),(3,1,3050,'Detect'),(3,1,3365,'Opening'),(3,1,5301,'Defensive State (DND)'),(3,1,6233,'Closing'),(3,1,6246,'Closing'),(3,1,6247,'Opening'),(3,1,6477,'Opening'),(3,1,6478,'Opening'),(3,1,6603,'Attack'),(3,1,7266,'Duel'),(3,1,7267,'Grovel'),(3,1,7355,'Stuck'),(3,1,8386,'Attacking'),(3,1,8737,'Mail'),(3,1,9077,'Leather'),(3,1,9078,'Cloth'),(3,1,9116,'Shield'),(3,1,9125,'Generic'),(3,1,20594,'Stoneform'),(3,1,20595,'Gun Specialization'),(3,1,20596,'Frost Resistance'),(3,1,21651,'Opening'),(3,1,21652,'Closing'),(3,1,22027,'Remove Insignia'),(3,1,22810,'Opening - No Text'),(3,1,32215,'Victorious State'),(3,1,45927,'Summon Friend'),(3,1,59224,'Mace Specialization'),(3,1,61437,'Opening'),(3,2,197,'Two-Handed Axes'),(3,2,202,'Two-Handed Swords'),(3,2,196,'One-Handed Axes'),(3,2,201,'One-Handed Swords'),(3,2,200,'Polearms'),(3,2,81,'Dodge'),(3,2,107,'Block'),(3,2,198,'One-Handed Maces'),(3,2,199,'Two-Handed Maces'),(3,2,203,'Unarmed'),(3,2,204,'Defense'),(3,2,522,'SPELLDEFENSE (DND)'),(3,2,668,'Language Common'),(3,2,672,'Language Dwarven'),(3,2,1843,'Disarm'),(3,2,2382,'Generic'),(3,2,2479,'Honorless Target'),(3,2,2481,'Find Treasure'),(3,2,3050,'Detect'),(3,2,3365,'Opening'),(3,2,6233,'Closing'),(3,2,6246,'Closing'),(3,2,6247,'Opening'),(3,2,6477,'Opening'),(3,2,6478,'Opening'),(3,2,6603,'Attack'),(3,2,7266,'Duel'),(3,2,7267,'Grovel'),(3,2,7355,'Stuck'),(3,2,8386,'Attacking'),(3,2,8737,'Mail'),(3,2,9077,'Leather'),(3,2,9078,'Cloth'),(3,2,9116,'Shield'),(3,2,9125,'Generic'),(3,2,20594,'Stoneform'),(3,2,20595,'Gun Specialization'),(3,2,20596,'Frost Resistance'),(3,2,21651,'Opening'),(3,2,21652,'Closing'),(3,2,22027,'Remove Insignia'),(3,2,22810,'Opening - No Text'),(3,2,27762,'Libram'),(3,2,45927,'Summon Friend'),(3,2,59224,'Mace Specialization'),(3,2,61437,'Opening'),(3,3,264,'Bows'),(3,3,5011,'Crossbows'),(3,3,1180,'Daggers'),(3,3,15590,'First Weapons'),(3,3,200,'Polearms'),(3,3,2567,'Throw'),(3,3,197,'Two-Handed Axes'),(3,3,201,'One-Handed Swords'),(3,3,227,'Staves'),(3,3,202,'Two-Handed Swords'),(3,3,75,'Auto Shot'),(3,3,81,'Dodge'),(3,3,196,'One-Handed Axes'),(3,3,203,'Unarmed'),(3,3,204,'Defense'),(3,3,266,'Guns'),(3,3,522,'SPELLDEFENSE (DND)'),(3,3,668,'Language Common'),(3,3,672,'Language Dwarven'),(3,3,1843,'Disarm'),(3,3,2382,'Generic'),(3,3,2479,'Honorless Target'),(3,3,2481,'Find Treasure'),(3,3,3050,'Detect'),(3,3,3365,'Opening'),(3,3,6233,'Closing'),(3,3,6246,'Closing'),(3,3,6247,'Opening'),(3,3,6477,'Opening'),(3,3,6478,'Opening'),(3,3,6603,'Attack'),(3,3,7266,'Duel'),(3,3,7267,'Grovel'),(3,3,7355,'Stuck'),(3,3,8386,'Attacking'),(3,3,9077,'Leather'),(3,3,9078,'Cloth'),(3,3,9125,'Generic'),(3,3,13358,'Defensive State (DND)'),(3,3,20594,'Stoneform'),(3,3,20595,'Gun Specialization'),(3,3,20596,'Frost Resistance'),(3,3,21651,'Opening'),(3,3,21652,'Closing'),(3,3,22027,'Remove Insignia'),(3,3,22810,'Opening - No Text'),(3,3,24949,'Defensive State 2 (DND)'),(3,3,34082,'Advantaged State (DND)'),(3,3,45927,'Summon Friend'),(3,3,59224,'Mace Specialization'),(3,3,61437,'Opening'),(3,4,264,'Bows'),(3,4,5011,'Crossbows'),(3,4,266,'Guns'),(3,4,15590,'First Weapons'),(3,4,198,'One-Handed Maces'),(3,4,201,'One-Handed Swords'),(3,4,81,'Dodge'),(3,4,203,'Unarmed'),(3,4,204,'Defense'),(3,4,522,'SPELLDEFENSE (DND)'),(3,4,668,'Language Common'),(3,4,672,'Language Dwarven'),(3,4,1180,'Daggers'),(3,4,1843,'Disarm'),(3,4,2382,'Generic'),(3,4,2479,'Honorless Target'),(3,4,2481,'Find Treasure'),(3,4,2567,'Thrown'),(3,4,2764,'Throw'),(3,4,3050,'Detect'),(3,4,3365,'Opening'),(3,4,6233,'Closing'),(3,4,6246,'Closing'),(3,4,6247,'Opening'),(3,4,6477,'Opening'),(3,4,6478,'Opening'),(3,4,6603,'Attack'),(3,4,7266,'Duel'),(3,4,7267,'Grovel'),(3,4,7355,'Stuck'),(3,4,8386,'Attacking'),(3,4,9077,'Leather'),(3,4,9078,'Cloth'),(3,4,9125,'Generic'),(3,4,16092,'Defensive State (DND)'),(3,4,20594,'Stoneform'),(3,4,20595,'Gun Specialization'),(3,4,20596,'Frost Resistance'),(3,4,21184,'Rogue Passive (DND)'),(3,4,21651,'Opening'),(3,4,21652,'Closing'),(3,4,22027,'Remove Insignia'),(3,4,22810,'Opening - No Text'),(3,4,45927,'Summon Friend'),(3,4,59224,'Mace Specialization'),(3,4,61437,'Opening'),(3,5,227,'Staves'),(3,5,1180,'Daggers'),(3,5,81,'Dodge'),(3,5,198,'One-Handed Maces'),(3,5,203,'Unarmed'),(3,5,204,'Defense'),(3,5,522,'SPELLDEFENSE (DND)'),(3,5,668,'Language Common'),(3,5,672,'Language Dwarven'),(3,5,1843,'Disarm'),(3,5,2382,'Generic'),(3,5,2479,'Honorless Target'),(3,5,2481,'Find Treasure'),(3,5,3050,'Detect'),(3,5,3365,'Opening'),(3,5,5009,'Wands'),(3,5,5019,'Shoot'),(3,5,6233,'Closing'),(3,5,6246,'Closing'),(3,5,6247,'Opening'),(3,5,6477,'Opening'),(3,5,6478,'Opening'),(3,5,6603,'Attack'),(3,5,7266,'Duel'),(3,5,7267,'Grovel'),(3,5,7355,'Stuck'),(3,5,8386,'Attacking'),(3,5,9078,'Cloth'),(3,5,9125,'Generic'),(3,5,20594,'Stoneform'),(3,5,20595,'Gun Specialization'),(3,5,20596,'Frost Resistance'),(3,5,21651,'Opening'),(3,5,21652,'Closing'),(3,5,22027,'Remove Insignia'),(3,5,22810,'Opening - No Text'),(3,5,45927,'Summon Friend'),(3,5,59224,'Mace Specialization'),(3,5,61437,'Opening'),(3,6,81,'Dodge'),(3,6,196,'One-Handed Axes'),(3,6,197,'Two-Handed Axes'),(3,6,200,'Polearms'),(3,6,201,'One-Handed Swords'),(3,6,202,'Two-Handed Swords'),(3,6,203,'Unarmed'),(3,6,204,'Defense'),(3,6,522,'SPELLDEFENSE (DND)'),(3,6,668,'Language Common'),(3,6,672,'Language Dwarven'),(3,6,674,'Dual Wield'),(3,6,750,'Plate Mail'),(3,6,1843,'Disarm'),(3,6,2382,'Generic'),(3,6,2479,'Honorless Target'),(3,6,2481,'Find Treasure'),(3,6,3050,'Detect'),(3,6,3127,'Parry'),(3,6,3275,'Linen Bandage'),(3,6,3276,'Heavy Linen Bandage'),(3,6,3277,'Wool Bandage'),(3,6,3278,'Heavy Wool Bandage'),(3,6,3365,'Opening'),(3,6,6233,'Closing'),(3,6,6246,'Closing'),(3,6,6247,'Opening'),(3,6,6477,'Opening'),(3,6,6478,'Opening'),(3,6,6603,'Attack'),(3,6,7266,'Duel'),(3,6,7267,'Grovel'),(3,6,7355,'Stuck'),(3,6,7928,'Silk Bandage'),(3,6,7929,'Heavy Silk Bandage'),(3,6,7934,'Anti-Venom'),(3,6,8386,'Attacking'),(3,6,8737,'Mail'),(3,6,9077,'Leather'),(3,6,9078,'Cloth'),(3,6,9125,'Generic'),(3,6,10840,'Mageweave Bandage'),(3,6,10841,'Heavy Mageweave Bandage'),(3,6,10846,'First Aid'),(3,6,18629,'Runecloth Bandage'),(3,6,18630,'Heavy Runecloth Bandage'),(3,6,20594,'Stoneform'),(3,6,20595,'Gun Specialization'),(3,6,20596,'Frost Resistance'),(3,6,21651,'Opening'),(3,6,21652,'Closing'),(3,6,22027,'Remove Insignia'),(3,6,22810,'Opening - No Text'),(3,6,33391,'Journeyman Riding'),(3,6,45462,'Plague Strike'),(3,6,45477,'Icy Touch'),(3,6,45902,'Blood Strike'),(3,6,45903,'Offensive State (DND)'),(3,6,45927,'Summon Friend'),(3,6,47541,'Death Coil'),(3,6,48266,'Blood Presence'),(3,6,49410,'Forceful Deflection'),(3,6,49576,'Death Grip'),(3,6,52665,'Sigil'),(3,6,59224,'Mace Specialization'),(3,6,59879,'Blood Plague'),(3,6,59921,'Frost Fever'),(3,6,61437,'Opening'),(3,6,61455,'Runic Focus'),(4,1,197,'Two-Handed Axes'),(4,1,196,'One-Handed Axes'),(4,1,264,'Bows'),(4,1,5011,'Crossbows'),(4,1,266,'Guns'),(4,1,15590,'First Weapons'),(4,1,200,'Polearms'),(4,1,2567,'Throw'),(4,1,227,'Staves'),(4,1,199,'Two-Handed Maces'),(4,1,202,'Two-Handed Swords'),(4,1,81,'Dodge'),(4,1,107,'Block'),(4,1,198,'One-Handed Maces'),(4,1,201,'One-Handed Swords'),(4,1,203,'Unarmed'),(4,1,204,'Defense'),(4,1,522,'SPELLDEFENSE (DND)'),(4,1,668,'Language Common'),(4,1,671,'Language Darnassian'),(4,1,1180,'Daggers'),(4,1,1843,'Disarm'),(4,1,2382,'Generic'),(4,1,2457,'Battle Stance'),(4,1,2479,'Honorless Target'),(4,1,3050,'Detect'),(4,1,3365,'Opening'),(4,1,5301,'Defensive State (DND)'),(4,1,6233,'Closing'),(4,1,6246,'Closing'),(4,1,6247,'Opening'),(4,1,6477,'Opening'),(4,1,6478,'Opening'),(4,1,6603,'Attack'),(4,1,7266,'Duel'),(4,1,7267,'Grovel'),(4,1,7355,'Stuck'),(4,1,8386,'Attacking'),(4,1,8737,'Mail'),(4,1,9077,'Leather'),(4,1,9078,'Cloth'),(4,1,9116,'Shield'),(4,1,9125,'Generic'),(4,1,20582,'Quickness'),(4,1,20583,'Nature Resistance'),(4,1,20585,'Wisp Spirit'),(4,1,21651,'Opening'),(4,1,21652,'Closing'),(4,1,22027,'Remove Insignia'),(4,1,22810,'Opening - No Text'),(4,1,32215,'Victorious State'),(4,1,45927,'Summon Friend'),(4,1,58984,'Shadowmelt'),(4,1,61437,'Opening'),(4,3,5011,'Crossbows'),(4,3,196,'One-Handed Axes'),(4,3,227,'Staves'),(4,3,266,'Guns'),(4,3,15590,'First Weapons'),(4,3,200,'Polearms'),(4,3,202,'Two-Handed Swords'),(4,3,197,'Two-Handed Axes'),(4,3,2567,'Throw'),(4,3,201,'One-Handed Swords'),(4,3,75,'Auto Shot'),(4,3,81,'Dodge'),(4,3,203,'Unarmed'),(4,3,204,'Defense'),(4,3,264,'Bows'),(4,3,522,'SPELLDEFENSE (DND)'),(4,3,668,'Language Common'),(4,3,671,'Language Darnassian'),(4,3,1180,'Daggers'),(4,3,1843,'Disarm'),(4,3,2382,'Generic'),(4,3,2479,'Honorless Target'),(4,3,3050,'Detect'),(4,3,3365,'Opening'),(4,3,6233,'Closing'),(4,3,6246,'Closing'),(4,3,6247,'Opening'),(4,3,6477,'Opening'),(4,3,6478,'Opening'),(4,3,6603,'Attack'),(4,3,7266,'Duel'),(4,3,7267,'Grovel'),(4,3,7355,'Stuck'),(4,3,8386,'Attacking'),(4,3,9077,'Leather'),(4,3,9078,'Cloth'),(4,3,9125,'Generic'),(4,3,13358,'Defensive State (DND)'),(4,3,20582,'Quickness'),(4,3,20583,'Nature Resistance'),(4,3,20585,'Wisp Spirit'),(4,3,21651,'Opening'),(4,3,21652,'Closing'),(4,3,22027,'Remove Insignia'),(4,3,22810,'Opening - No Text'),(4,3,24949,'Defensive State 2 (DND)'),(4,3,34082,'Advantaged State (DND)'),(4,3,45927,'Summon Friend'),(4,3,58984,'Shadowmelt'),(4,3,61437,'Opening'),(4,4,264,'Bows'),(4,4,5011,'Crossbows'),(4,4,266,'Guns'),(4,4,15590,'First Weapons'),(4,4,198,'One-Handed Maces'),(4,4,201,'One-Handed Swords'),(4,4,81,'Dodge'),(4,4,203,'Unarmed'),(4,4,204,'Defense'),(4,4,522,'SPELLDEFENSE (DND)'),(4,4,668,'Language Common'),(4,4,671,'Language Darnassian'),(4,4,1180,'Daggers'),(4,4,1843,'Disarm'),(4,4,2382,'Generic'),(4,4,2479,'Honorless Target'),(4,4,2567,'Thrown'),(4,4,2764,'Throw'),(4,4,3050,'Detect'),(4,4,3365,'Opening'),(4,4,6233,'Closing'),(4,4,6246,'Closing'),(4,4,6247,'Opening'),(4,4,6477,'Opening'),(4,4,6478,'Opening'),(4,4,6603,'Attack'),(4,4,7266,'Duel'),(4,4,7267,'Grovel'),(4,4,7355,'Stuck'),(4,4,8386,'Attacking'),(4,4,9077,'Leather'),(4,4,9078,'Cloth'),(4,4,9125,'Generic'),(4,4,16092,'Defensive State (DND)'),(4,4,20582,'Quickness'),(4,4,20583,'Nature Resistance'),(4,4,20585,'Wisp Spirit'),(4,4,21184,'Rogue Passive (DND)'),(4,4,21651,'Opening'),(4,4,21652,'Closing'),(4,4,22027,'Remove Insignia'),(4,4,22810,'Opening - No Text'),(4,4,45927,'Summon Friend'),(4,4,58984,'Shadowmelt'),(4,4,61437,'Opening'),(4,5,1180,'Daggers'),(4,5,227,'Staves'),(4,5,81,'Dodge'),(4,5,198,'One-Handed Maces'),(4,5,203,'Unarmed'),(4,5,204,'Defense'),(4,5,522,'SPELLDEFENSE (DND)'),(4,5,668,'Language Common'),(4,5,671,'Language Darnassian'),(4,5,1843,'Disarm'),(4,5,2382,'Generic'),(4,5,2479,'Honorless Target'),(4,5,3050,'Detect'),(4,5,3365,'Opening'),(4,5,5009,'Wands'),(4,5,5019,'Shoot'),(4,5,6233,'Closing'),(4,5,6246,'Closing'),(4,5,6247,'Opening'),(4,5,6477,'Opening'),(4,5,6478,'Opening'),(4,5,6603,'Attack'),(4,5,7266,'Duel'),(4,5,7267,'Grovel'),(4,5,7355,'Stuck'),(4,5,8386,'Attacking'),(4,5,9078,'Cloth'),(4,5,9125,'Generic'),(4,5,20582,'Quickness'),(4,5,20583,'Nature Resistance'),(4,5,20585,'Wisp Spirit'),(4,5,21651,'Opening'),(4,5,21652,'Closing'),(4,5,22027,'Remove Insignia'),(4,5,22810,'Opening - No Text'),(4,5,45927,'Summon Friend'),(4,5,58984,'Shadowmelt'),(4,5,61437,'Opening'),(4,6,81,'Dodge'),(4,6,196,'One-Handed Axes'),(4,6,197,'Two-Handed Axes'),(4,6,200,'Polearms'),(4,6,201,'One-Handed Swords'),(4,6,202,'Two-Handed Swords'),(4,6,203,'Unarmed'),(4,6,204,'Defense'),(4,6,522,'SPELLDEFENSE (DND)'),(4,6,668,'Language Common'),(4,6,671,'Language Darnassian'),(4,6,674,'Dual Wield'),(4,6,750,'Plate Mail'),(4,6,1843,'Disarm'),(4,6,2382,'Generic'),(4,6,2479,'Honorless Target'),(4,6,3050,'Detect'),(4,6,3127,'Parry'),(4,6,3275,'Linen Bandage'),(4,6,3276,'Heavy Linen Bandage'),(4,6,3277,'Wool Bandage'),(4,6,3278,'Heavy Wool Bandage'),(4,6,3365,'Opening'),(4,6,6233,'Closing'),(4,6,6246,'Closing'),(4,6,6247,'Opening'),(4,6,6477,'Opening'),(4,6,6478,'Opening'),(4,6,6603,'Attack'),(4,6,7266,'Duel'),(4,6,7267,'Grovel'),(4,6,7355,'Stuck'),(4,6,7928,'Silk Bandage'),(4,6,7929,'Heavy Silk Bandage'),(4,6,7934,'Anti-Venom'),(4,6,8386,'Attacking'),(4,6,8737,'Mail'),(4,6,9077,'Leather'),(4,6,9078,'Cloth'),(4,6,9125,'Generic'),(4,6,10840,'Mageweave Bandage'),(4,6,10841,'Heavy Mageweave Bandage'),(4,6,10846,'First Aid'),(4,6,18629,'Runecloth Bandage'),(4,6,18630,'Heavy Runecloth Bandage'),(4,6,20582,'Quickness'),(4,6,20583,'Nature Resistance'),(4,6,20585,'Wisp Spirit'),(4,6,21651,'Opening'),(4,6,21652,'Closing'),(4,6,22027,'Remove Insignia'),(4,6,22810,'Opening - No Text'),(4,6,33391,'Journeyman Riding'),(4,6,45462,'Plague Strike'),(4,6,45477,'Icy Touch'),(4,6,45902,'Blood Strike'),(4,6,45903,'Offensive State (DND)'),(4,6,45927,'Summon Friend'),(4,6,47541,'Death Coil'),(4,6,48266,'Blood Presence'),(4,6,49410,'Forceful Deflection'),(4,6,49576,'Death Grip'),(4,6,52665,'Sigil'),(4,6,58984,'Shadowmeld'),(4,6,59879,'Blood Plague'),(4,6,59921,'Frost Fever'),(4,6,61437,'Opening'),(4,6,61455,'Runic Focus'),(4,11,198,'One-Handed Maces'),(4,11,199,'Two-Handed Maces'),(4,11,81,'Dodge'),(4,11,203,'Unarmed'),(4,11,204,'Defense'),(4,11,227,'Staves'),(4,11,522,'SPELLDEFENSE (DND)'),(4,11,668,'Language Common'),(4,11,671,'Language Darnassian'),(4,11,1180,'Daggers'),(4,11,1843,'Disarm'),(4,11,2382,'Generic'),(4,11,2479,'Honorless Target'),(4,11,3050,'Detect'),(4,11,3365,'Opening'),(4,11,6233,'Closing'),(4,11,6246,'Closing'),(4,11,6247,'Opening'),(4,11,6477,'Opening'),(4,11,6478,'Opening'),(4,11,6603,'Attack'),(4,11,7266,'Duel'),(4,11,7267,'Grovel'),(4,11,7355,'Stuck'),(4,11,8386,'Attacking'),(4,11,9077,'Leather'),(4,11,9078,'Cloth'),(4,11,9125,'Generic'),(4,11,20582,'Quickness'),(4,11,20583,'Nature Resistance'),(4,11,20585,'Wisp Spirit'),(4,11,21651,'Opening'),(4,11,21652,'Closing'),(4,11,22027,'Remove Insignia'),(4,11,22810,'Opening - No Text'),(4,11,27764,'Fetish'),(4,11,45927,'Summon Friend'),(4,11,58984,'Shadowmelt'),(4,11,61437,'Opening'),(5,1,264,'Bows'),(5,1,5011,'Crossbows'),(5,1,196,'One-Handed Axes'),(5,1,15590,'First Weapons'),(5,1,200,'Polearms'),(5,1,2567,'Throw'),(5,1,266,'Guns'),(5,1,227,'Staves'),(5,1,197,'Two-Handed Axes'),(5,1,198,'One-Handed Maces'),(5,1,199,'Two-Handed Maces'),(5,1,81,'Dodge'),(5,1,107,'Block'),(5,1,201,'One-Handed Swords'),(5,1,202,'Two-Handed Swords'),(5,1,203,'Unarmed'),(5,1,204,'Defense'),(5,1,522,'SPELLDEFENSE (DND)'),(5,1,669,'Language Orcish'),(5,1,1180,'Daggers'),(5,1,1843,'Disarm'),(5,1,2382,'Generic'),(5,1,2457,'Battle Stance'),(5,1,2479,'Honorless Target'),(5,1,3050,'Detect'),(5,1,3365,'Opening'),(5,1,5227,'Underwater Breathing'),(5,1,5301,'Defensive State (DND)'),(5,1,6233,'Closing'),(5,1,6246,'Closing'),(5,1,6247,'Opening'),(5,1,6477,'Opening'),(5,1,6478,'Opening'),(5,1,6603,'Attack'),(5,1,7266,'Duel'),(5,1,7267,'Grovel'),(5,1,7355,'Stuck'),(5,1,7744,'Will of the Forsaken'),(5,1,8386,'Attacking'),(5,1,8737,'Mail'),(5,1,9077,'Leather'),(5,1,9078,'Cloth'),(5,1,9116,'Shield'),(5,1,9125,'Generic'),(5,1,17737,'Language Gutterspeak'),(5,1,20577,'Cannibalize'),(5,1,20579,'Shadow Resistance'),(5,1,21651,'Opening'),(5,1,21652,'Closing'),(5,1,22027,'Remove Insignia'),(5,1,22810,'Opening - No Text'),(5,1,32215,'Victorious State'),(5,1,45927,'Summon Friend'),(5,1,61437,'Opening'),(5,4,266,'Guns'),(5,4,15590,'First Weapons'),(5,4,264,'Bows'),(5,4,5011,'Crossbows'),(5,4,198,'One-Handed Maces'),(5,4,201,'One-Handed Swords'),(5,4,81,'Dodge'),(5,4,203,'Unarmed'),(5,4,204,'Defense'),(5,4,522,'SPELLDEFENSE (DND)'),(5,4,669,'Language Orcish'),(5,4,1180,'Daggers'),(5,4,1843,'Disarm'),(5,4,2382,'Generic'),(5,4,2479,'Honorless Target'),(5,4,2567,'Thrown'),(5,4,2764,'Throw'),(5,4,3050,'Detect'),(5,4,3365,'Opening'),(5,4,5227,'Underwater Breathing'),(5,4,6233,'Closing'),(5,4,6246,'Closing'),(5,4,6247,'Opening'),(5,4,6477,'Opening'),(5,4,6478,'Opening'),(5,4,6603,'Attack'),(5,4,7266,'Duel'),(5,4,7267,'Grovel'),(5,4,7355,'Stuck'),(5,4,7744,'Will of the Forsaken'),(5,4,8386,'Attacking'),(5,4,9077,'Leather'),(5,4,9078,'Cloth'),(5,4,9125,'Generic'),(5,4,16092,'Defensive State (DND)'),(5,4,17737,'Language Gutterspeak'),(5,4,20577,'Cannibalize'),(5,4,20579,'Shadow Resistance'),(5,4,21184,'Rogue Passive (DND)'),(5,4,21651,'Opening'),(5,4,21652,'Closing'),(5,4,22027,'Remove Insignia'),(5,4,22810,'Opening - No Text'),(5,4,45927,'Summon Friend'),(5,4,61437,'Opening'),(5,5,227,'Staves'),(5,5,1180,'Daggers'),(5,5,81,'Dodge'),(5,5,198,'One-Handed Maces'),(5,5,203,'Unarmed'),(5,5,204,'Defense'),(5,5,522,'SPELLDEFENSE (DND)'),(5,5,669,'Language Orcish'),(5,5,1843,'Disarm'),(5,5,2382,'Generic'),(5,5,2479,'Honorless Target'),(5,5,3050,'Detect'),(5,5,3365,'Opening'),(5,5,5009,'Wands'),(5,5,5019,'Shoot'),(5,5,5227,'Underwater Breathing'),(5,5,6233,'Closing'),(5,5,6246,'Closing'),(5,5,6247,'Opening'),(5,5,6477,'Opening'),(5,5,6478,'Opening'),(5,5,6603,'Attack'),(5,5,7266,'Duel'),(5,5,7267,'Grovel'),(5,5,7355,'Stuck'),(5,5,7744,'Will of the Forsaken'),(5,5,8386,'Attacking'),(5,5,9078,'Cloth'),(5,5,9125,'Generic'),(5,5,17737,'Language Gutterspeak'),(5,5,20577,'Cannibalize'),(5,5,20579,'Shadow Resistance'),(5,5,21651,'Opening'),(5,5,21652,'Closing'),(5,5,22027,'Remove Insignia'),(5,5,22810,'Opening - No Text'),(5,5,45927,'Summon Friend'),(5,5,61437,'Opening'),(5,6,81,'Dodge'),(5,6,196,'One-Handed Axes'),(5,6,197,'Two-Handed Axes'),(5,6,200,'Polearms'),(5,6,201,'One-Handed Swords'),(5,6,202,'Two-Handed Swords'),(5,6,203,'Unarmed'),(5,6,204,'Defense'),(5,6,522,'SPELLDEFENSE (DND)'),(5,6,669,'Language Orcish'),(5,6,674,'Dual Wield'),(5,6,750,'Plate Mail'),(5,6,1843,'Disarm'),(5,6,2382,'Generic'),(5,6,2479,'Honorless Target'),(5,6,3050,'Detect'),(5,6,3127,'Parry'),(5,6,3275,'Linen Bandage'),(5,6,3276,'Heavy Linen Bandage'),(5,6,3277,'Wool Bandage'),(5,6,3278,'Heavy Wool Bandage'),(5,6,3365,'Opening'),(5,6,5227,'Underwater Breathing'),(5,6,6233,'Closing'),(5,6,6246,'Closing'),(5,6,6247,'Opening'),(5,6,6477,'Opening'),(5,6,6478,'Opening'),(5,6,6603,'Attack'),(5,6,7266,'Duel'),(5,6,7267,'Grovel'),(5,6,7355,'Stuck'),(5,6,7744,'Will of the Forsaken'),(5,6,7928,'Silk Bandage'),(5,6,7929,'Heavy Silk Bandage'),(5,6,7934,'Anti-Venom'),(5,6,8386,'Attacking'),(5,6,8737,'Mail'),(5,6,9077,'Leather'),(5,6,9078,'Cloth'),(5,6,9125,'Generic'),(5,6,10840,'Mageweave Bandage'),(5,6,10841,'Heavy Mageweave Bandage'),(5,6,10846,'First Aid'),(5,6,17737,'Language Gutterspeak'),(5,6,18629,'Runecloth Bandage'),(5,6,18630,'Heavy Runecloth Bandage'),(5,6,20577,'Cannibalize'),(5,6,20579,'Shadow Resistance'),(5,6,21651,'Opening'),(5,6,21652,'Closing'),(5,6,22027,'Remove Insignia'),(5,6,22810,'Opening - No Text'),(5,6,33391,'Journeyman Riding'),(5,6,45462,'Plague Strike'),(5,6,45477,'Icy Touch'),(5,6,45902,'Blood Strike'),(5,6,45903,'Offensive State (DND)'),(5,6,45927,'Summon Friend'),(5,6,47541,'Death Coil'),(5,6,48266,'Blood Presence'),(5,6,49410,'Forceful Deflection'),(5,6,49576,'Death Grip'),(5,6,52665,'Sigil'),(5,6,59879,'Blood Plague'),(5,6,59921,'Frost Fever'),(5,6,61437,'Opening'),(5,6,61455,'Runic Focus'),(5,8,201,'One-Handed Swords'),(5,8,1180,'Daggers'),(5,8,81,'Dodge'),(5,8,203,'Unarmed'),(5,8,204,'Defense'),(5,8,227,'Staves'),(5,8,522,'SPELLDEFENSE (DND)'),(5,8,669,'Language Orcish'),(5,8,1843,'Disarm'),(5,8,2382,'Generic'),(5,8,2479,'Honorless Target'),(5,8,3050,'Detect'),(5,8,3365,'Opening'),(5,8,5009,'Wands'),(5,8,5019,'Shoot'),(5,8,5227,'Underwater Breathing'),(5,8,6233,'Closing'),(5,8,6246,'Closing'),(5,8,6247,'Opening'),(5,8,6477,'Opening'),(5,8,6478,'Opening'),(5,8,6603,'Attack'),(5,8,7266,'Duel'),(5,8,7267,'Grovel'),(5,8,7355,'Stuck'),(5,8,7744,'Will of the Forsaken'),(5,8,8386,'Attacking'),(5,8,9078,'Cloth'),(5,8,9125,'Generic'),(5,8,17737,'Language Gutterspeak'),(5,8,20577,'Cannibalize'),(5,8,20579,'Shadow Resistance'),(5,8,21651,'Opening'),(5,8,21652,'Closing'),(5,8,22027,'Remove Insignia'),(5,8,22810,'Opening - No Text'),(5,8,45927,'Summon Friend'),(5,8,61437,'Opening'),(5,9,201,'One-Handed Swords'),(5,9,227,'Staves'),(5,9,81,'Dodge'),(5,9,203,'Unarmed'),(5,9,204,'Defense'),(5,9,522,'SPELLDEFENSE (DND)'),(5,9,669,'Language Orcish'),(5,9,1180,'Daggers'),(5,9,1843,'Disarm'),(5,9,2382,'Generic'),(5,9,2479,'Honorless Target'),(5,9,3050,'Detect'),(5,9,3365,'Opening'),(5,9,5009,'Wands'),(5,9,5019,'Shoot'),(5,9,5227,'Underwater Breathing'),(5,9,6233,'Closing'),(5,9,6246,'Closing'),(5,9,6247,'Opening'),(5,9,6477,'Opening'),(5,9,6478,'Opening'),(5,9,6603,'Attack'),(5,9,7266,'Duel'),(5,9,7267,'Grovel'),(5,9,7355,'Stuck'),(5,9,7744,'Will of the Forsaken'),(5,9,8386,'Attacking'),(5,9,9078,'Cloth'),(5,9,9125,'Generic'),(5,9,17737,'Language Gutterspeak'),(5,9,20577,'Cannibalize'),(5,9,20579,'Shadow Resistance'),(5,9,21651,'Opening'),(5,9,21652,'Closing'),(5,9,22027,'Remove Insignia'),(5,9,22810,'Opening - No Text'),(5,9,45927,'Summon Friend'),(1,9,58284,'Chaos Bolt Passive'),(5,9,61437,'Opening'),(6,1,264,'Bows r0'),(6,1,5011,'Crossbows'),(6,1,1180,'Daggers'),(6,1,266,'Guns'),(6,1,15590,'First Weapons'),(6,1,200,'Polearms'),(6,1,2567,'Throw'),(6,1,201,'One-Handed Swords'),(6,1,227,'Staves'),(6,1,197,'Two-Handed Axes'),(6,1,202,'Two-Handed Swords'),(6,1,81,'Dodge'),(6,1,107,'Block'),(6,1,196,'One-Handed Axes'),(6,1,198,'One-Handed Maces'),(6,1,199,'Two-Handed Maces'),(6,1,203,'Unarmed'),(6,1,204,'Defense'),(6,1,522,'SPELLDEFENSE (DND)'),(6,1,669,'Language Orcish'),(6,1,670,'Language Taurahe'),(6,1,1843,'Disarm'),(6,1,2382,'Generic'),(6,1,2457,'Battle Stance'),(6,1,2479,'Honorless Target'),(6,1,3050,'Detect'),(6,1,3365,'Opening'),(6,1,5301,'Defensive State (DND)'),(6,1,6233,'Closing'),(6,1,6246,'Closing'),(6,1,6247,'Opening'),(6,1,6477,'Opening'),(6,1,6478,'Opening'),(6,1,6603,'Attack'),(6,1,7266,'Duel'),(6,1,7267,'Grovel'),(6,1,7355,'Stuck'),(6,1,8386,'Attacking'),(6,1,8737,'Mail'),(6,1,9077,'Leather'),(6,1,9078,'Cloth'),(6,1,9116,'Shield'),(6,1,9125,'Generic'),(6,1,20549,'War Stomp'),(6,1,20550,'Endurance'),(6,1,20551,'Nature Resistance'),(6,1,20552,'Cultivation'),(6,1,21651,'Opening'),(6,1,21652,'Closing'),(6,1,22027,'Remove Insignia'),(6,1,22810,'Opening - No Text'),(6,1,32215,'Victorious State'),(6,1,45927,'Summon Friend'),(6,1,61437,'Opening'),(6,3,264,'Bows'),(6,3,5011,'Crossbows'),(6,3,1180,'Daggers'),(6,3,15590,'First Weapons'),(6,3,200,'Polearms'),(6,3,201,'One-Handed Swords'),(6,3,227,'Staves'),(6,3,2567,'Throw'),(6,3,197,'Two-Handed Axes'),(6,3,202,'Two-Handed Swords'),(6,3,75,'Auto Shot'),(6,3,81,'Dodge'),(6,3,196,'One-Handed Axes'),(6,3,203,'Unarmed'),(6,3,204,'Defense'),(6,3,266,'Guns'),(6,3,522,'SPELLDEFENSE (DND)'),(6,3,669,'Language Orcish'),(6,3,670,'Language Taurahe'),(6,3,1843,'Disarm'),(6,3,2382,'Generic'),(6,3,2479,'Honorless Target'),(6,3,3050,'Detect'),(6,3,3365,'Opening'),(6,3,6233,'Closing'),(6,3,6246,'Closing'),(6,3,6247,'Opening'),(6,3,6477,'Opening'),(6,3,6478,'Opening'),(6,3,6603,'Attack'),(6,3,7266,'Duel'),(6,3,7267,'Grovel'),(6,3,7355,'Stuck'),(6,3,8386,'Attacking'),(6,3,9077,'Leather'),(6,3,9078,'Cloth'),(6,3,9125,'Generic'),(6,3,13358,'Defensive State (DND)'),(6,3,20549,'War Stomp'),(6,3,20550,'Endurance'),(6,3,20551,'Nature Resistance'),(6,3,20552,'Cultivation'),(6,3,21651,'Opening'),(6,3,21652,'Closing'),(6,3,22027,'Remove Insignia'),(6,3,22810,'Opening - No Text'),(6,3,24949,'Defensive State 2 (DND)'),(6,3,34082,'Advantaged State (DND)'),(6,3,45927,'Summon Friend'),(6,3,61437,'Opening'),(6,6,81,'Dodge'),(6,6,196,'One-Handed Axes'),(6,6,197,'Two-Handed Axes'),(6,6,200,'Polearms'),(6,6,201,'One-Handed Swords'),(6,6,202,'Two-Handed Swords'),(6,6,203,'Unarmed'),(6,6,204,'Defense'),(6,6,522,'SPELLDEFENSE (DND)'),(6,6,669,'Language Orcish'),(6,6,670,'Language Taurahe'),(6,6,674,'Dual Wield'),(6,6,750,'Plate Mail'),(6,6,1843,'Disarm'),(6,6,2382,'Generic'),(6,6,2479,'Honorless Target'),(6,6,3050,'Detect'),(6,6,3127,'Parry'),(6,6,3275,'Linen Bandage'),(6,6,3276,'Heavy Linen Bandage'),(6,6,3277,'Wool Bandage'),(6,6,3278,'Heavy Wool Bandage'),(6,6,3365,'Opening'),(6,6,6233,'Closing'),(6,6,6246,'Closing'),(6,6,6247,'Opening'),(6,6,6477,'Opening'),(6,6,6478,'Opening'),(6,6,6603,'Attack'),(6,6,7266,'Duel'),(6,6,7267,'Grovel'),(6,6,7355,'Stuck'),(6,6,7928,'Silk Bandage'),(6,6,7929,'Heavy Silk Bandage'),(6,6,7934,'Anti-Venom'),(6,6,8386,'Attacking'),(6,6,8737,'Mail'),(6,6,9077,'Leather'),(6,6,9078,'Cloth'),(6,6,9125,'Generic'),(6,6,10840,'Mageweave Bandage'),(6,6,10841,'Heavy Mageweave Bandage'),(6,6,10846,'First Aid'),(6,6,18629,'Runecloth Bandage'),(6,6,18630,'Heavy Runecloth Bandage'),(6,6,20549,'War Stomp'),(6,6,20550,'Endurance'),(6,6,20551,'Nature Resistance'),(6,6,20552,'Cultivation'),(6,6,21651,'Opening'),(6,6,21652,'Closing'),(6,6,22027,'Remove Insignia'),(6,6,22810,'Opening - No Text'),(6,6,33391,'Journeyman Riding'),(6,6,45462,'Plague Strike'),(6,6,45477,'Icy Touch'),(6,6,45902,'Blood Strike'),(6,6,45903,'Offensive State (DND)'),(6,6,45927,'Summon Friend'),(6,6,47541,'Death Coil'),(6,6,48266,'Blood Presence'),(6,6,49410,'Forceful Deflection'),(6,6,49576,'Death Grip'),(6,6,52665,'Sigil'),(6,6,59879,'Blood Plague'),(6,6,59921,'Frost Fever'),(6,6,61437,'Opening'),(6,6,61455,'Runic Focus'),(6,7,197,'Two-Handed Axes'),(6,7,1180,'Daggers'),(6,7,15590,'First Weapons'),(6,7,199,'Two-Handed Maces'),(6,7,196,'One-Handed Axes'),(6,7,81,'Dodge'),(6,7,107,'Block'),(6,7,198,'One-Handed Maces'),(6,7,203,'Unarmed'),(6,7,204,'Defense'),(6,7,227,'Staves'),(6,7,522,'SPELLDEFENSE (DND)'),(6,7,669,'Language Orcish'),(6,7,670,'Language Taurahe'),(6,7,1843,'Disarm'),(6,7,2382,'Generic'),(6,7,2479,'Honorless Target'),(6,7,3050,'Detect'),(6,7,3365,'Opening'),(6,7,6233,'Closing'),(6,7,6246,'Closing'),(6,7,6247,'Opening'),(6,7,6477,'Opening'),(6,7,6478,'Opening'),(6,7,6603,'Attack'),(6,7,7266,'Duel'),(6,7,7267,'Grovel'),(6,7,7355,'Stuck'),(6,7,8386,'Attacking'),(6,7,9077,'Leather'),(6,7,9078,'Cloth'),(6,7,9116,'Shield'),(6,7,9125,'Generic'),(6,7,20549,'War Stomp'),(6,7,20550,'Endurance'),(6,7,20551,'Nature Resistance'),(6,7,20552,'Cultivation'),(6,7,21651,'Opening'),(6,7,21652,'Closing'),(6,7,22027,'Remove Insignia'),(6,7,22810,'Opening - No Text'),(6,7,27763,'Totem'),(6,7,45927,'Summon Friend'),(6,7,61437,'Opening'),(6,11,1180,'Daggers'),(6,11,199,'Two-Handed Maces'),(6,11,81,'Dodge'),(6,11,198,'One-Handed Maces'),(6,11,203,'Unarmed'),(6,11,204,'Defense'),(6,11,227,'Staves'),(6,11,522,'SPELLDEFENSE (DND)'),(6,11,669,'Language Orcish'),(6,11,670,'Language Taurahe'),(6,11,1843,'Disarm'),(6,11,2382,'Generic'),(6,11,2479,'Honorless Target'),(6,11,3050,'Detect'),(6,11,3365,'Opening'),(6,11,6233,'Closing'),(6,11,6246,'Closing'),(6,11,6247,'Opening'),(6,11,6477,'Opening'),(6,11,6478,'Opening'),(6,11,6603,'Attack'),(6,11,7266,'Duel'),(6,11,7267,'Grovel'),(6,11,7355,'Stuck'),(6,11,8386,'Attacking'),(6,11,9077,'Leather'),(6,11,9078,'Cloth'),(6,11,9125,'Generic'),(6,11,20549,'War Stomp'),(6,11,20550,'Endurance'),(6,11,20551,'Nature Resistance'),(6,11,20552,'Cultivation'),(6,11,21651,'Opening'),(6,11,21652,'Closing'),(6,11,22027,'Remove Insignia'),(6,11,22810,'Opening - No Text'),(6,11,27764,'Fetish'),(6,11,45927,'Summon Friend'),(6,11,61437,'Opening'),(7,1,196,'One-Handed Axes'),(7,1,264,'Bows'),(7,1,5011,'Crossbows'),(7,1,15590,'First Weapons'),(7,1,200,'Polearms'),(7,1,2567,'Throw'),(7,1,266,'Guns'),(7,1,197,'Two-Handed Axes'),(7,1,227,'Staves'),(7,1,199,'Two-Handed Maces'),(7,1,202,'Two-Handed Swords'),(7,1,81,'Dodge'),(7,1,107,'Block'),(7,1,198,'One-Handed Maces'),(7,1,201,'One-Handed Swords'),(7,1,203,'Unarmed'),(7,1,204,'Defense'),(7,1,522,'SPELLDEFENSE (DND)'),(7,1,668,'Language Common'),(7,1,1180,'Daggers'),(7,1,1843,'Disarm'),(7,1,2382,'Generic'),(7,1,2457,'Battle Stance'),(7,1,2479,'Honorless Target'),(7,1,3050,'Detect'),(7,1,3365,'Opening'),(7,1,5301,'Defensive State (DND)'),(7,1,6233,'Closing'),(7,1,6246,'Closing'),(7,1,6247,'Opening'),(7,1,6477,'Opening'),(7,1,6478,'Opening'),(7,1,6603,'Attack'),(7,1,7266,'Duel'),(7,1,7267,'Grovel'),(7,1,7340,'Language Gnomish'),(7,1,7355,'Stuck'),(7,1,8386,'Attacking'),(7,1,8737,'Mail'),(7,1,9077,'Leather'),(7,1,9078,'Cloth'),(7,1,9116,'Shield'),(7,1,9125,'Generic'),(7,1,20589,'Escape Artist'),(7,1,20591,'Expansive Mind'),(7,1,20592,'Arcane Resistance'),(7,1,20593,'Engineering Specialization'),(7,1,21651,'Opening'),(7,1,21652,'Closing'),(7,1,22027,'Remove Insignia'),(7,1,22810,'Opening - No Text'),(7,1,32215,'Victorious State'),(7,1,45927,'Summon Friend'),(7,1,61437,'Opening'),(7,4,198,'One-Handed Maces'),(7,4,201,'One-Handed Swords'),(7,4,264,'Bows'),(7,4,5011,'Crossbows'),(7,4,266,'Guns'),(7,4,15590,'First Weapons'),(7,4,81,'Dodge'),(7,4,203,'Unarmed'),(7,4,204,'Defense'),(7,4,522,'SPELLDEFENSE (DND)'),(7,4,668,'Language Common'),(7,4,1180,'Daggers'),(7,4,1843,'Disarm'),(7,4,2382,'Generic'),(7,4,2479,'Honorless Target'),(7,4,2567,'Thrown'),(7,4,2764,'Throw'),(7,4,3050,'Detect'),(7,4,3365,'Opening'),(7,4,6233,'Closing'),(7,4,6246,'Closing'),(7,4,6247,'Opening'),(7,4,6477,'Opening'),(7,4,6478,'Opening'),(7,4,6603,'Attack'),(7,4,7266,'Duel'),(7,4,7267,'Grovel'),(7,4,7340,'Language Gnomish'),(7,4,7355,'Stuck'),(7,4,8386,'Attacking'),(7,4,9077,'Leather'),(7,4,9078,'Cloth'),(7,4,9125,'Generic'),(7,4,16092,'Defensive State (DND)'),(7,4,20589,'Escape Artist'),(7,4,20591,'Expansive Mind'),(7,4,20592,'Arcane Resistance'),(7,4,20593,'Engineering Specialization'),(7,4,21184,'Rogue Passive (DND)'),(7,4,21651,'Opening'),(7,4,21652,'Closing'),(7,4,22027,'Remove Insignia'),(7,4,22810,'Opening - No Text'),(7,4,45927,'Summon Friend'),(7,4,61437,'Opening'),(7,6,81,'Dodge'),(7,6,196,'One-Handed Axes'),(7,6,197,'Two-Handed Axes'),(7,6,200,'Polearms'),(7,6,201,'One-Handed Swords'),(7,6,202,'Two-Handed Swords'),(7,6,203,'Unarmed'),(7,6,204,'Defense'),(7,6,522,'SPELLDEFENSE (DND)'),(7,6,668,'Language Common'),(7,6,674,'Dual Wield'),(7,6,750,'Plate Mail'),(7,6,1843,'Disarm'),(7,6,2382,'Generic'),(7,6,2479,'Honorless Target'),(7,6,3050,'Detect'),(7,6,3127,'Parry'),(7,6,3275,'Linen Bandage'),(7,6,3276,'Heavy Linen Bandage'),(7,6,3277,'Wool Bandage'),(7,6,3278,'Heavy Wool Bandage'),(7,6,3365,'Opening'),(7,6,6233,'Closing'),(7,6,6246,'Closing'),(7,6,6247,'Opening'),(7,6,6477,'Opening'),(7,6,6478,'Opening'),(7,6,6603,'Attack'),(7,6,7266,'Duel'),(7,6,7267,'Grovel'),(7,6,7340,'Language Gnomish'),(7,6,7355,'Stuck'),(7,6,7928,'Silk Bandage'),(7,6,7929,'Heavy Silk Bandage'),(7,6,7934,'Anti-Venom'),(7,6,8386,'Attacking'),(7,6,8737,'Mail'),(7,6,9077,'Leather'),(7,6,9078,'Cloth'),(7,6,9125,'Generic'),(7,6,10840,'Mageweave Bandage'),(7,6,10841,'Heavy Mageweave Bandage'),(7,6,10846,'First Aid'),(7,6,18629,'Runecloth Bandage'),(7,6,18630,'Heavy Runecloth Bandage'),(7,6,20589,'Escape Artist'),(7,6,20591,'Expansive Mind'),(7,6,20592,'Arcane Resistance'),(7,6,20593,'Engineering Specialization'),(7,6,21651,'Opening'),(7,6,21652,'Closing'),(7,6,22027,'Remove Insignia'),(7,6,22810,'Opening - No Text'),(7,6,33391,'Journeyman Riding'),(7,6,45462,'Plague Strike'),(7,6,45477,'Icy Touch'),(7,6,45902,'Blood Strike'),(7,6,45903,'Offensive State (DND)'),(7,6,45927,'Summon Friend'),(7,6,47541,'Death Coil'),(7,6,48266,'Blood Presence'),(7,6,49410,'Forceful Deflection'),(7,6,49576,'Death Grip'),(7,6,52665,'Sigil'),(7,6,59879,'Blood Plague'),(7,6,59921,'Frost Fever'),(7,6,61437,'Opening'),(7,6,61455,'Runic Focus'),(7,8,201,'One-Handed Swords'),(7,8,1180,'Daggers'),(7,8,81,'Dodge'),(7,8,203,'Unarmed'),(7,8,204,'Defense'),(7,8,227,'Staves'),(7,8,522,'SPELLDEFENSE (DND)'),(7,8,668,'Language Common'),(7,8,1843,'Disarm'),(7,8,2382,'Generic'),(7,8,2479,'Honorless Target'),(7,8,3050,'Detect'),(7,8,3365,'Opening'),(7,8,5009,'Wands'),(7,8,5019,'Shoot'),(7,8,6233,'Closing'),(7,8,6246,'Closing'),(7,8,6247,'Opening'),(7,8,6477,'Opening'),(7,8,6478,'Opening'),(7,8,6603,'Attack'),(7,8,7266,'Duel'),(7,8,7267,'Grovel'),(7,8,7340,'Language Gnomish'),(7,8,7355,'Stuck'),(7,8,8386,'Attacking'),(7,8,9078,'Cloth'),(7,8,9125,'Generic'),(7,8,20589,'Escape Artist'),(7,8,20591,'Expansive Mind'),(7,8,20592,'Arcane Resistance'),(7,8,20593,'Engineering Specialization'),(7,8,21651,'Opening'),(7,8,21652,'Closing'),(7,8,22027,'Remove Insignia'),(7,8,22810,'Opening - No Text'),(7,8,45927,'Summon Friend'),(7,8,61437,'Opening'),(7,9,201,'One-Handed Swords'),(7,9,227,'Staves'),(7,9,81,'Dodge'),(7,9,203,'Unarmed'),(7,9,204,'Defense'),(7,9,522,'SPELLDEFENSE (DND)'),(7,9,668,'Language Common'),(7,9,1180,'Daggers'),(7,9,1843,'Disarm'),(7,9,2382,'Generic'),(7,9,2479,'Honorless Target'),(7,9,3050,'Detect'),(7,9,3365,'Opening'),(7,9,5009,'Wands'),(7,9,5019,'Shoot'),(7,9,6233,'Closing'),(7,9,6246,'Closing'),(7,9,6247,'Opening'),(7,9,6477,'Opening'),(7,9,6478,'Opening'),(7,9,6603,'Attack'),(7,9,7266,'Duel'),(7,9,7267,'Grovel'),(7,9,7340,'Language Gnomish'),(7,9,7355,'Stuck'),(7,9,8386,'Attacking'),(7,9,9078,'Cloth'),(7,9,9125,'Generic'),(7,9,20589,'Escape Artist'),(7,9,20591,'Expansive Mind'),(7,9,20592,'Arcane Resistance'),(7,9,20593,'Engineering Specialization'),(7,9,21651,'Opening'),(7,9,21652,'Closing'),(7,9,22027,'Remove Insignia'),(7,9,22810,'Opening - No Text'),(7,9,45927,'Summon Friend'),(7,9,61437,'Opening'),(8,1,200,'Polearms'),(8,1,264,'Bows'),(8,1,5011,'Crossbows'),(8,1,266,'Guns'),(8,1,15590,'First Weapons'),(8,1,198,'One-Handed Maces'),(8,1,201,'One-Handed Swords'),(8,1,227,'Staves'),(8,1,197,'Two-Handed Axes'),(8,1,199,'Two-Handed Maces'),(8,1,202,'Two-Handed Swords'),(8,1,81,'Dodge'),(8,1,107,'Block'),(8,1,196,'One-Handed Axes'),(8,1,203,'Unarmed'),(8,1,204,'Defense'),(8,1,522,'SPELLDEFENSE (DND)'),(8,1,669,'Language Orcish'),(8,1,1180,'Daggers'),(8,1,1843,'Disarm'),(8,1,2382,'Generic'),(8,1,2457,'Battle Stance'),(8,1,2479,'Honorless Target'),(8,1,2567,'Thrown'),(8,1,2764,'Throw'),(8,1,3050,'Detect'),(8,1,3365,'Opening'),(8,1,5301,'Defensive State (DND)'),(8,1,6233,'Closing'),(8,1,6246,'Closing'),(8,1,6247,'Opening'),(8,1,6477,'Opening'),(8,1,6478,'Opening'),(8,1,6603,'Attack'),(8,1,7266,'Duel'),(8,1,7267,'Grovel'),(8,1,7341,'Language Troll'),(8,1,7355,'Stuck'),(8,1,8386,'Attacking'),(8,1,8737,'Mail'),(8,1,9077,'Leather'),(8,1,9078,'Cloth'),(8,1,9116,'Shield'),(8,1,9125,'Generic'),(8,1,20555,'Regeneration'),(8,1,20557,'Beast Slaying'),(8,1,20558,'Throwing Specialization'),(8,1,21651,'Opening'),(8,1,21652,'Closing'),(8,1,22027,'Remove Insignia'),(8,1,22810,'Opening - No Text'),(8,1,26290,'Bow Specialization'),(8,1,26296,'Berserking'),(8,1,32215,'Victorious State'),(8,1,45927,'Summon Friend'),(8,1,58943,'Da Voodoo Shuffle'),(8,1,61437,'Opening'),(8,3,5011,'Crossbows'),(8,3,1180,'Daggers'),(8,3,266,'Guns'),(8,3,15590,'First Weapons'),(8,3,200,'Polearms'),(8,3,2567,'Throw'),(8,3,201,'One-Handed Swords'),(8,3,227,'Staves'),(8,3,197,'Two-Handed Axes'),(8,3,202,'Two-Handed Swords'),(8,3,75,'Auto Shot'),(8,3,81,'Dodge'),(8,3,196,'One-Handed Axes'),(8,3,203,'Unarmed'),(8,3,204,'Defense'),(8,3,264,'Bows'),(8,3,522,'SPELLDEFENSE (DND)'),(8,3,669,'Language Orcish'),(8,3,1843,'Disarm'),(8,3,2382,'Generic'),(8,3,2479,'Honorless Target'),(8,3,3050,'Detect'),(8,3,3365,'Opening'),(8,3,6233,'Closing'),(8,3,6246,'Closing'),(8,3,6247,'Opening'),(8,3,6477,'Opening'),(8,3,6478,'Opening'),(8,3,6603,'Attack'),(8,3,7266,'Duel'),(8,3,7267,'Grovel'),(8,3,7341,'Language Troll'),(8,3,7355,'Stuck'),(8,3,8386,'Attacking'),(8,3,9077,'Leather'),(8,3,9078,'Cloth'),(8,3,9125,'Generic'),(8,3,13358,'Defensive State (DND)'),(8,3,20554,'Berserking'),(8,3,20555,'Regeneration'),(8,3,20557,'Beast Slaying'),(8,3,20558,'Throwing Specialization'),(8,3,21651,'Opening'),(8,3,21652,'Closing'),(8,3,22027,'Remove Insignia'),(8,3,22810,'Opening - No Text'),(8,3,24949,'Defensive State 2 (DND)'),(8,3,26290,'Bow Specialization'),(8,3,34082,'Advantaged State (DND)'),(8,3,45927,'Summon Friend'),(8,3,58943,'Da Voodoo Shuffle'),(8,3,61437,'Opening'),(8,4,264,'Bows'),(8,4,5011,'Crossbows'),(8,4,266,'Guns'),(8,4,15590,'First Weapons'),(8,4,198,'One-Handed Maces'),(8,4,201,'One-Handed Swords'),(8,4,81,'Dodge'),(8,4,203,'Unarmed'),(8,4,204,'Defense'),(8,4,522,'SPELLDEFENSE (DND)'),(8,4,669,'Language Orcish'),(8,4,1180,'Daggers'),(8,4,1843,'Disarm'),(8,4,2382,'Generic'),(8,4,2479,'Honorless Target'),(8,4,2567,'Thrown'),(8,4,2764,'Throw'),(8,4,3050,'Detect'),(8,4,3365,'Opening'),(8,4,6233,'Closing'),(8,4,6246,'Closing'),(8,4,6247,'Opening'),(8,4,6477,'Opening'),(8,4,6478,'Opening'),(8,4,6603,'Attack'),(8,4,7266,'Duel'),(8,4,7267,'Grovel'),(8,4,7341,'Language Troll'),(8,4,7355,'Stuck'),(8,4,8386,'Attacking'),(8,4,9077,'Leather'),(8,4,9078,'Cloth'),(8,4,9125,'Generic'),(8,4,16092,'Defensive State (DND)'),(8,4,20555,'Regeneration'),(8,4,20557,'Beast Slaying'),(8,4,20558,'Throwing Specialization'),(8,4,21184,'Rogue Passive (DND)'),(8,4,21651,'Opening'),(8,4,21652,'Closing'),(8,4,22027,'Remove Insignia'),(8,4,22810,'Opening - No Text'),(8,4,26290,'Bow Specialization'),(8,4,26297,'Berserking'),(8,4,45927,'Summon Friend'),(8,4,58943,'Da Voodoo Shuffle'),(8,4,61437,'Opening'),(8,5,227,'Staves'),(8,5,1180,'Daggers'),(8,5,81,'Dodge'),(8,5,198,'One-Handed Maces'),(8,5,203,'Unarmed'),(8,5,204,'Defense'),(8,5,522,'SPELLDEFENSE (DND)'),(8,5,669,'Language Orcish'),(8,5,1843,'Disarm'),(8,5,2382,'Generic'),(8,5,2479,'Honorless Target'),(8,5,3050,'Detect'),(8,5,3365,'Opening'),(8,5,5009,'Wands'),(8,5,5019,'Shoot'),(8,5,6233,'Closing'),(8,5,6246,'Closing'),(8,5,6247,'Opening'),(8,5,6477,'Opening'),(8,5,6478,'Opening'),(8,5,6603,'Attack'),(8,5,7266,'Duel'),(8,5,7267,'Grovel'),(8,5,7341,'Language Troll'),(8,5,7355,'Stuck'),(8,5,8386,'Attacking'),(8,5,9078,'Cloth'),(8,5,9125,'Generic'),(8,5,20554,'Berserking'),(8,5,20555,'Regeneration'),(8,5,20557,'Beast Slaying'),(8,5,20558,'Throwing Specialization'),(8,5,21651,'Opening'),(8,5,21652,'Closing'),(8,5,22027,'Remove Insignia'),(8,5,22810,'Opening - No Text'),(8,5,26290,'Bow Specialization'),(8,5,45927,'Summon Friend'),(8,5,58943,'Da Voodoo Shuffle'),(8,5,61437,'Opening'),(8,6,81,'Dodge'),(8,6,196,'One-Handed Axes'),(8,6,197,'Two-Handed Axes'),(8,6,200,'Polearms'),(8,6,201,'One-Handed Swords'),(8,6,202,'Two-Handed Swords'),(8,6,203,'Unarmed'),(8,6,204,'Defense'),(8,6,522,'SPELLDEFENSE (DND)'),(8,6,669,'Language Orcish'),(8,6,674,'Dual Wield'),(8,6,750,'Plate Mail'),(8,6,1843,'Disarm'),(8,6,2382,'Generic'),(8,6,2479,'Honorless Target'),(8,6,3050,'Detect'),(8,6,3127,'Parry'),(8,6,3275,'Linen Bandage'),(8,6,3276,'Heavy Linen Bandage'),(8,6,3277,'Wool Bandage'),(8,6,3278,'Heavy Wool Bandage'),(8,6,3365,'Opening'),(8,6,6233,'Closing'),(8,6,6246,'Closing'),(8,6,6247,'Opening'),(8,6,6477,'Opening'),(8,6,6478,'Opening'),(8,6,6603,'Attack'),(8,6,7266,'Duel'),(8,6,7267,'Grovel'),(8,6,7341,'Language Troll'),(8,6,7355,'Stuck'),(8,6,7928,'Silk Bandage'),(8,6,7929,'Heavy Silk Bandage'),(8,6,7934,'Anti-Venom'),(8,6,8386,'Attacking'),(8,6,8737,'Mail'),(8,6,9077,'Leather'),(8,6,9078,'Cloth'),(8,6,9125,'Generic'),(8,6,10840,'Mageweave Bandage'),(8,6,10841,'Heavy Mageweave Bandage'),(8,6,10846,'First Aid'),(8,6,18629,'Runecloth Bandage'),(8,6,18630,'Heavy Runecloth Bandage'),(8,6,20555,'Regeneration'),(8,6,20557,'Beast Slaying'),(8,6,20558,'Throwing Specialization'),(8,6,21651,'Opening'),(8,6,21652,'Closing'),(8,6,22027,'Remove Insignia'),(8,6,22810,'Opening - No Text'),(8,6,26290,'Bow Specialization'),(8,6,33391,'Journeyman Riding'),(8,6,45462,'Plague Strike'),(8,6,45477,'Icy Touch'),(8,6,45902,'Blood Strike'),(8,6,45903,'Offensive State (DND)'),(8,6,45927,'Summon Friend'),(8,6,47541,'Death Coil'),(8,6,48266,'Blood Presence'),(8,6,49410,'Forceful Deflection'),(8,6,49576,'Death Grip'),(8,6,50621,'Berserking'),(8,6,52665,'Sigil'),(8,6,58943,'Da Voodoo Shuffle'),(8,6,59879,'Blood Plague'),(8,6,59921,'Frost Fever'),(8,6,61437,'Opening'),(8,6,61455,'Runic Focus'),(8,7,196,'One-Handed Axes'),(8,7,1180,'Daggers'),(8,7,197,'Two-Handed Axes'),(8,7,15590,'First Weapons'),(8,7,199,'Two-Handed Maces'),(8,7,81,'Dodge'),(8,7,107,'Block'),(8,7,198,'One-Handed Maces'),(8,7,203,'Unarmed'),(8,7,204,'Defense'),(8,7,227,'Staves'),(8,7,522,'SPELLDEFENSE (DND)'),(8,7,669,'Language Orcish'),(8,7,1843,'Disarm'),(8,7,2382,'Generic'),(8,7,2479,'Honorless Target'),(8,7,3050,'Detect'),(8,7,3365,'Opening'),(8,7,6233,'Closing'),(8,7,6246,'Closing'),(8,7,6247,'Opening'),(8,7,6477,'Opening'),(8,7,6478,'Opening'),(8,7,6603,'Attack'),(8,7,7266,'Duel'),(8,7,7267,'Grovel'),(8,7,7341,'Language Troll'),(8,7,7355,'Stuck'),(8,7,8386,'Attacking'),(8,7,9077,'Leather'),(8,7,9078,'Cloth'),(8,7,9116,'Shield'),(8,7,9125,'Generic'),(8,7,20554,'Berserking'),(8,7,20555,'Regeneration'),(8,7,20557,'Beast Slaying'),(8,7,20558,'Throwing Specialization'),(8,7,21651,'Opening'),(8,7,21652,'Closing'),(8,7,22027,'Remove Insignia'),(8,7,22810,'Opening - No Text'),(8,7,26290,'Bow Specialization'),(8,7,27763,'Totem'),(8,7,45927,'Summon Friend'),(8,7,58943,'Da Voodoo Shuffle'),(8,7,61437,'Opening'),(8,8,201,'One-Handed Swords'),(8,8,1180,'Daggers'),(8,8,81,'Dodge'),(8,8,203,'Unarmed'),(8,8,204,'Defense'),(8,8,227,'Staves'),(8,8,522,'SPELLDEFENSE (DND)'),(8,8,669,'Language Orcish'),(8,8,1843,'Disarm'),(8,8,2382,'Generic'),(8,8,2479,'Honorless Target'),(8,8,3050,'Detect'),(8,8,3365,'Opening'),(8,8,5009,'Wands'),(8,8,5019,'Shoot'),(8,8,6233,'Closing'),(8,8,6246,'Closing'),(8,8,6247,'Opening'),(8,8,6477,'Opening'),(8,8,6478,'Opening'),(8,8,6603,'Attack'),(8,8,7266,'Duel'),(8,8,7267,'Grovel'),(8,8,7341,'Language Troll'),(8,8,7355,'Stuck'),(8,8,8386,'Attacking'),(8,8,9078,'Cloth'),(8,8,9125,'Generic'),(8,8,20554,'Berserking'),(8,8,20555,'Regeneration'),(8,8,20557,'Beast Slaying'),(8,8,20558,'Throwing Specialization'),(8,8,21651,'Opening'),(8,8,21652,'Closing'),(8,8,22027,'Remove Insignia'),(8,8,22810,'Opening - No Text'),(8,8,26290,'Bow Specialization'),(8,8,45927,'Summon Friend'),(8,8,58943,'Da Voodoo Shuffle'),(8,8,61437,'Opening'),(10,2,196,'One-Handed Axes'),(10,2,198,'One-Handed Maces'),(10,2,200,'Polearms'),(10,2,199,'Two-Handed Maces'),(10,2,197,'Two-Handed Axes'),(10,2,81,'Dodge'),(10,2,107,'Block'),(10,2,201,'One-Handed Swords'),(10,2,202,'Two-Handed Swords'),(10,2,203,'Unarmed'),(10,2,204,'Defense'),(10,2,522,'SPELLDEFENSE (DND)'),(10,2,669,'Language Orcish'),(10,2,813,'Language Thalassian'),(10,2,822,'Magic Resistance'),(10,2,2382,'Generic'),(10,2,2479,'Honorless Target'),(10,2,3050,'Detect'),(10,2,3365,'Opening'),(10,2,6233,'Closing'),(10,2,6246,'Closing'),(10,2,6247,'Opening'),(10,2,6477,'Opening'),(10,2,6478,'Opening'),(10,2,6603,'Attack'),(10,2,7266,'Duel'),(10,2,7267,'Grovel'),(10,2,7355,'Stuck'),(10,2,8386,'Attacking'),(10,2,8737,'Mail'),(10,2,9077,'Leather'),(10,2,9078,'Cloth'),(10,2,9116,'Shield'),(10,2,9125,'Generic'),(10,2,21651,'Opening'),(10,2,21652,'Closing'),(10,2,22027,'Remove Insignia'),(10,2,22810,'Opening - No Text'),(10,2,27762,'Libram'),(10,2,28730,'Arcane Torrent'),(10,2,28734,'Mana Tap'),(10,2,28877,'Arcane Affinity'),(10,3,5011,'Crossbows'),(10,3,196,'One-Handed Axes'),(10,3,266,'Guns'),(10,3,15590,'First Weapons'),(10,3,200,'Polearms'),(10,3,201,'One-Handed Swords'),(10,3,227,'Staves'),(10,3,2567,'Throw'),(10,3,197,'Two-Handed Axes'),(10,3,75,'Auto Shot'),(10,3,81,'Dodge'),(10,3,203,'Unarmed'),(10,3,204,'Defense'),(10,3,264,'Bows'),(10,3,522,'SPELLDEFENSE (DND)'),(10,3,669,'Language Orcish'),(10,3,813,'Language Thalassian'),(10,3,822,'Magic Resistance'),(10,3,1180,'Daggers'),(10,3,2382,'Generic'),(10,3,2479,'Honorless Target'),(10,3,3050,'Detect'),(10,3,3365,'Opening'),(10,3,6233,'Closing'),(10,3,6246,'Closing'),(10,3,6247,'Opening'),(10,3,6477,'Opening'),(10,3,6478,'Opening'),(10,3,6603,'Attack'),(10,3,7266,'Duel'),(10,3,7267,'Grovel'),(10,3,7355,'Stuck'),(10,3,8386,'Attacking'),(10,3,9077,'Leather'),(10,3,9078,'Cloth'),(10,3,9125,'Generic'),(10,3,13358,'Defensive State (DND)'),(10,3,21651,'Opening'),(10,3,21652,'Closing'),(10,3,22027,'Remove Insignia'),(10,3,22810,'Opening - No Text'),(10,3,24949,'Defensive State 2 (DND)'),(10,3,28730,'Arcane Torrent'),(10,3,28734,'Mana Tap'),(10,3,28877,'Arcane Affinity'),(10,3,34082,'Advantaged State (DND)'),(10,4,198,'One-Handed Maces'),(10,4,201,'One-Handed Swords'),(10,4,264,'Bows'),(10,4,5011,'Crossbows'),(10,4,15590,'First Weapons'),(10,4,266,'Guns'),(10,4,81,'Dodge'),(10,4,203,'Unarmed'),(10,4,204,'Defense'),(10,4,522,'SPELLDEFENSE (DND)'),(10,4,669,'Language Orcish'),(10,4,813,'Language Thalassian'),(10,4,822,'Magic Resistance'),(10,4,1180,'Daggers'),(10,4,2382,'Generic'),(10,4,2479,'Honorless Target'),(10,4,2567,'Thrown'),(10,4,2764,'Throw'),(10,4,3050,'Detect'),(10,4,3365,'Opening'),(10,4,6233,'Closing'),(10,4,6246,'Closing'),(10,4,6247,'Opening'),(10,4,6477,'Opening'),(10,4,6478,'Opening'),(10,4,6603,'Attack'),(10,4,7266,'Duel'),(10,4,7267,'Grovel'),(10,4,7355,'Stuck'),(10,4,8386,'Attacking'),(10,4,9077,'Leather'),(10,4,9078,'Cloth'),(10,4,9125,'Generic'),(10,4,16092,'Defensive State (DND)'),(10,4,21184,'Rogue Passive (DND)'),(10,4,21651,'Opening'),(10,4,21652,'Closing'),(10,4,22027,'Remove Insignia'),(10,4,22810,'Opening - No Text'),(10,4,25046,'Arcane Torrent'),(10,4,28734,'Mana Tap'),(10,4,28877,'Arcane Affinity'),(10,5,227,'Staves'),(10,5,1180,'Daggers'),(10,5,81,'Dodge'),(10,5,198,'One-Handed Maces'),(10,5,203,'Unarmed'),(10,5,204,'Defense'),(10,5,522,'SPELLDEFENSE (DND)'),(10,5,669,'Language Orcish'),(10,5,813,'Language Thalassian'),(10,5,822,'Magic Resistance'),(10,5,2382,'Generic'),(10,5,2479,'Honorless Target'),(10,5,3050,'Detect'),(10,5,3365,'Opening'),(10,5,5009,'Wands'),(10,5,5019,'Shoot'),(10,5,6233,'Closing'),(10,5,6246,'Closing'),(10,5,6247,'Opening'),(10,5,6477,'Opening'),(10,5,6478,'Opening'),(10,5,6603,'Attack'),(10,5,7266,'Duel'),(10,5,7267,'Grovel'),(10,5,7355,'Stuck'),(10,5,8386,'Attacking'),(10,5,9078,'Cloth'),(10,5,9125,'Generic'),(10,5,21651,'Opening'),(10,5,21652,'Closing'),(10,5,22027,'Remove Insignia'),(10,5,22810,'Opening - No Text'),(10,5,28730,'Arcane Torrent'),(10,5,28734,'Mana Tap'),(10,5,28877,'Arcane Affinity'),(10,6,81,'Dodge'),(10,6,196,'One-Handed Axes'),(10,6,197,'Two-Handed Axes'),(10,6,200,'Polearms'),(10,6,201,'One-Handed Swords'),(10,6,202,'Two-Handed Swords'),(10,6,203,'Unarmed'),(10,6,204,'Defense'),(10,6,522,'SPELLDEFENSE (DND)'),(10,6,669,'Language Orcish'),(10,6,674,'Dual Wield'),(10,6,750,'Plate Mail'),(10,6,813,'Language Thalassian'),(10,6,822,'Magic Resistance'),(10,6,1843,'Disarm'),(10,6,2382,'Generic'),(10,6,2479,'Honorless Target'),(10,6,3050,'Detect'),(10,6,3127,'Parry'),(10,6,3275,'Linen Bandage'),(10,6,3276,'Heavy Linen Bandage'),(10,6,3277,'Wool Bandage'),(10,6,3278,'Heavy Wool Bandage'),(10,6,3365,'Opening'),(10,6,6233,'Closing'),(10,6,6246,'Closing'),(10,6,6247,'Opening'),(10,6,6477,'Opening'),(10,6,6478,'Opening'),(10,6,6603,'Attack'),(10,6,7266,'Duel'),(10,6,7267,'Grovel'),(10,6,7355,'Stuck'),(10,6,7928,'Silk Bandage'),(10,6,7929,'Heavy Silk Bandage'),(10,6,7934,'Anti-Venom'),(10,6,8386,'Attacking'),(10,6,8737,'Mail'),(10,6,9077,'Leather'),(10,6,9078,'Cloth'),(10,6,9125,'Generic'),(10,6,10840,'Mageweave Bandage'),(10,6,10841,'Heavy Mageweave Bandage'),(10,6,10846,'First Aid'),(10,6,18629,'Runecloth Bandage'),(10,6,18630,'Heavy Runecloth Bandage'),(10,6,21651,'Opening'),(10,6,21652,'Closing'),(10,6,22027,'Remove Insignia'),(10,6,22810,'Opening - No Text'),(10,6,28877,'Arcane Affinity'),(10,6,33391,'Journeyman Riding'),(10,6,45462,'Plague Strike'),(10,6,45477,'Icy Touch'),(10,6,45902,'Blood Strike'),(10,6,45903,'Offensive State (DND)'),(10,6,45927,'Summon Friend'),(10,6,47541,'Death Coil'),(10,6,48266,'Blood Presence'),(10,6,49410,'Forceful Deflection'),(10,6,49576,'Death Grip'),(10,6,50613,'Arcane Torrent'),(10,6,52665,'Sigil'),(10,6,59879,'Blood Plague'),(10,6,59921,'Frost Fever'),(10,6,61437,'Opening'),(10,6,61455,'Runic Focus'),(10,8,201,'One-Handed Swords'),(10,8,1180,'Daggers'),(10,8,81,'Dodge'),(10,8,203,'Unarmed'),(10,8,204,'Defense'),(10,8,227,'Staves'),(10,8,522,'SPELLDEFENSE (DND)'),(10,8,669,'Language Orcish'),(10,8,813,'Language Thalassian'),(10,8,822,'Magic Resistance'),(10,8,2382,'Generic'),(10,8,2479,'Honorless Target'),(10,8,3050,'Detect'),(10,8,3365,'Opening'),(10,8,5009,'Wands'),(10,8,5019,'Shoot'),(10,8,6233,'Closing'),(10,8,6246,'Closing'),(10,8,6247,'Opening'),(10,8,6477,'Opening'),(10,8,6478,'Opening'),(10,8,6603,'Attack'),(10,8,7266,'Duel'),(10,8,7267,'Grovel'),(10,8,7355,'Stuck'),(10,8,8386,'Attacking'),(10,8,9078,'Cloth'),(10,8,9125,'Generic'),(10,8,21651,'Opening'),(10,8,21652,'Closing'),(10,8,22027,'Remove Insignia'),(10,8,22810,'Opening - No Text'),(10,8,28730,'Arcane Torrent'),(10,8,28734,'Mana Tap'),(10,8,28877,'Arcane Affinity'),(10,9,201,'One-Handed Swords'),(10,9,227,'Staves'),(10,9,81,'Dodge'),(10,9,203,'Unarmed'),(10,9,204,'Defense'),(10,9,522,'SPELLDEFENSE (DND)'),(10,9,669,'Language Orcish'),(10,9,813,'Language Thalassian'),(10,9,822,'Magic Resistance'),(10,9,1180,'Daggers'),(10,9,2382,'Generic'),(10,9,2479,'Honorless Target'),(10,9,3050,'Detect'),(10,9,3365,'Opening'),(10,9,5009,'Wands'),(10,9,5019,'Shoot'),(10,9,6233,'Closing'),(10,9,6246,'Closing'),(10,9,6247,'Opening'),(10,9,6477,'Opening'),(10,9,6478,'Opening'),(10,9,6603,'Attack'),(10,9,7266,'Duel'),(10,9,7267,'Grovel'),(10,9,7355,'Stuck'),(10,9,8386,'Attacking'),(10,9,9078,'Cloth'),(10,9,9125,'Generic'),(10,9,21651,'Opening'),(10,9,21652,'Closing'),(10,9,22027,'Remove Insignia'),(10,9,22810,'Opening - No Text'),(10,9,28730,'Arcane Torrent'),(10,9,28734,'Mana Tap'),(10,9,28877,'Arcane Affinity'),(11,1,196,'One-Handed Axes'),(11,1,264,'Bows'),(11,1,5011,'Crossbows'),(11,1,1180,'Daggers'),(11,1,266,'Guns'),(11,1,15590,'First Weapons'),(11,1,200,'Polearms'),(11,1,2567,'Throw'),(11,1,227,'Staves'),(11,1,197,'Two-Handed Axes'),(11,1,199,'Two-Handed Maces'),(11,1,81,'Dodge'),(11,1,107,'Block'),(11,1,198,'One-Handed Maces'),(11,1,201,'One-Handed Swords'),(11,1,202,'Two-Handed Swords'),(11,1,203,'Unarmed'),(11,1,204,'Defense'),(11,1,522,'SPELLDEFENSE (DND)'),(11,1,668,'Language Common'),(11,1,1843,'Disarm'),(11,1,2382,'Generic'),(11,1,2457,'Battle Stance'),(11,1,2479,'Honorless Target'),(11,1,3050,'Detect'),(11,1,3365,'Opening'),(11,1,5301,'Defensive State (DND)'),(11,1,6233,'Closing'),(11,1,6246,'Closing'),(11,1,6247,'Opening'),(11,1,6477,'Opening'),(11,1,6478,'Opening'),(11,1,6562,'Heroic Presence'),(11,1,6603,'Attack'),(11,1,7266,'Duel'),(11,1,7267,'Grovel'),(11,1,7355,'Stuck'),(11,1,8386,'Attacking'),(11,1,8737,'Mail'),(11,1,9077,'Leather'),(11,1,9078,'Cloth'),(11,1,9116,'Shield'),(11,1,9125,'Generic'),(11,1,21651,'Opening'),(11,1,21652,'Closing'),(11,1,22027,'Remove Insignia'),(11,1,22810,'Opening - No Text'),(11,1,28875,'Gemcutting'),(11,1,28880,'Gift of the Naaru'),(11,1,29932,'Language Draenei'),(11,1,32215,'Victorious State'),(11,1,45927,'Summon Friend'),(11,1,59221,'Shadow Resistance'),(11,1,61437,'Opening'),(11,2,196,'One-Handed Axes'),(11,2,200,'Polearms'),(11,2,201,'One-Handed Swords'),(11,2,197,'Two-Handed Axes'),(11,2,202,'Two-Handed Swords'),(11,2,81,'Dodge'),(11,2,107,'Block'),(11,2,198,'One-Handed Maces'),(11,2,199,'Two-Handed Maces'),(11,2,203,'Unarmed'),(11,2,204,'Defense'),(11,2,522,'SPELLDEFENSE (DND)'),(11,2,668,'Language Common'),(11,2,1843,'Disarm'),(11,2,2382,'Generic'),(11,2,2479,'Honorless Target'),(11,2,3050,'Detect'),(11,2,3365,'Opening'),(11,2,6233,'Closing'),(11,2,6246,'Closing'),(11,2,6247,'Opening'),(11,2,6477,'Opening'),(11,2,6478,'Opening'),(11,2,6562,'Heroic Presence'),(11,2,6603,'Attack'),(11,2,7266,'Duel'),(11,2,7267,'Grovel'),(11,2,7355,'Stuck'),(11,2,8386,'Attacking'),(11,2,8737,'Mail'),(11,2,9077,'Leather'),(11,2,9078,'Cloth'),(11,2,9116,'Shield'),(11,2,9125,'Generic'),(11,2,21651,'Opening'),(11,2,21652,'Closing'),(11,2,22027,'Remove Insignia'),(11,2,22810,'Opening - No Text'),(11,2,27762,'Libram'),(11,2,28875,'Gemcutting'),(11,2,29932,'Language Draenei'),(11,2,45927,'Summon Friend'),(11,2,59221,'Shadow Resistance'),(11,2,59542,'Gift of the Naaru'),(11,2,61437,'Opening'),(11,3,196,'One-Handed Axes'),(11,3,264,'Bows'),(11,3,1180,'Daggers'),(11,3,266,'Guns'),(11,3,15590,'First Weapons'),(11,3,200,'Polearms'),(11,3,2567,'Throw'),(11,3,227,'Staves'),(11,3,197,'Two-Handed Axes'),(11,3,202,'Two-Handed Swords'),(11,3,75,'Auto Shot'),(11,3,81,'Dodge'),(11,3,201,'One-Handed Swords'),(11,3,203,'Unarmed'),(11,3,204,'Defense'),(11,3,522,'SPELLDEFENSE (DND)'),(11,3,668,'Language Common'),(11,3,1843,'Disarm'),(11,3,2382,'Generic'),(11,3,2479,'Honorless Target'),(11,3,3050,'Detect'),(11,3,3365,'Opening'),(11,3,5011,'Crossbows'),(11,3,6233,'Closing'),(11,3,6246,'Closing'),(11,3,6247,'Opening'),(11,3,6477,'Opening'),(11,3,6478,'Opening'),(11,3,6562,'Heroic Presence'),(11,3,6603,'Attack'),(11,3,7266,'Duel'),(11,3,7267,'Grovel'),(11,3,7355,'Stuck'),(11,3,8386,'Attacking'),(11,3,9077,'Leather'),(11,3,9078,'Cloth'),(11,3,9125,'Generic'),(11,3,13358,'Defensive State (DND)'),(11,3,21651,'Opening'),(11,3,21652,'Closing'),(11,3,22027,'Remove Insignia'),(11,3,22810,'Opening - No Text'),(11,3,24949,'Defensive State 2 (DND)'),(11,3,28875,'Gemcutting'),(11,3,29932,'Language Draenei'),(11,3,34082,'Advantaged State (DND)'),(11,3,45927,'Summon Friend'),(11,3,59221,'Shadow Resistance'),(11,3,59543,'Gift of the Naaru'),(11,3,61437,'Opening'),(11,5,227,'Staves'),(11,5,1180,'Daggers'),(11,5,81,'Dodge'),(11,5,198,'One-Handed Maces'),(11,5,203,'Unarmed'),(11,5,204,'Defense'),(11,5,522,'SPELLDEFENSE (DND)'),(11,5,668,'Language Common'),(11,5,1843,'Disarm'),(11,5,2382,'Generic'),(11,5,2479,'Honorless Target'),(11,5,3050,'Detect'),(11,5,3365,'Opening'),(11,5,5009,'Wands'),(11,5,5019,'Shoot'),(11,5,6233,'Closing'),(11,5,6246,'Closing'),(11,5,6247,'Opening'),(11,5,6477,'Opening'),(11,5,6478,'Opening'),(11,5,6603,'Attack'),(11,5,7266,'Duel'),(11,5,7267,'Grovel'),(11,5,7355,'Stuck'),(11,5,8386,'Attacking'),(11,5,9078,'Cloth'),(11,5,9125,'Generic'),(11,5,21651,'Opening'),(11,5,21652,'Closing'),(11,5,22027,'Remove Insignia'),(11,5,22810,'Opening - No Text'),(11,5,28875,'Gemcutting'),(11,5,28878,'Inspiring Presence'),(11,5,29932,'Language Draenei'),(11,5,45927,'Summon Friend'),(11,5,59221,'Shadow Resistance'),(11,5,59544,'Gift of the Naaru'),(11,5,61437,'Opening'),(11,6,81,'Dodge'),(11,6,196,'One-Handed Axes'),(11,6,197,'Two-Handed Axes'),(11,6,200,'Polearms'),(11,6,201,'One-Handed Swords'),(11,6,202,'Two-Handed Swords'),(11,6,203,'Unarmed'),(11,6,204,'Defense'),(11,6,522,'SPELLDEFENSE (DND)'),(11,6,668,'Language Common'),(11,6,674,'Dual Wield'),(11,6,750,'Plate Mail'),(11,6,1843,'Disarm'),(11,6,2382,'Generic'),(11,6,2479,'Honorless Target'),(11,6,3050,'Detect'),(11,6,3127,'Parry'),(11,6,3275,'Linen Bandage'),(11,6,3276,'Heavy Linen Bandage'),(11,6,3277,'Wool Bandage'),(11,6,3278,'Heavy Wool Bandage'),(11,6,3365,'Opening'),(11,6,6233,'Closing'),(11,6,6246,'Closing'),(11,6,6247,'Opening'),(11,6,6477,'Opening'),(11,6,6478,'Opening'),(11,6,6562,'Heroic Presence'),(11,6,6603,'Attack'),(11,6,7266,'Duel'),(11,6,7267,'Grovel'),(11,6,7355,'Stuck'),(11,6,7928,'Silk Bandage'),(11,6,7929,'Heavy Silk Bandage'),(11,6,7934,'Anti-Venom'),(11,6,8386,'Attacking'),(11,6,8737,'Mail'),(11,6,9077,'Leather'),(11,6,9078,'Cloth'),(11,6,9125,'Generic'),(11,6,10840,'Mageweave Bandage'),(11,6,10841,'Heavy Mageweave Bandage'),(11,6,10846,'First Aid'),(11,6,18629,'Runecloth Bandage'),(11,6,18630,'Heavy Runecloth Bandage'),(11,6,21651,'Opening'),(11,6,21652,'Closing'),(11,6,22027,'Remove Insignia'),(11,6,22810,'Opening - No Text'),(11,6,28875,'Gemcutting'),(11,6,29932,'Language Draenei'),(11,6,33391,'Journeyman Riding'),(11,6,45462,'Plague Strike'),(11,6,45477,'Icy Touch'),(11,6,45902,'Blood Strike'),(11,6,45903,'Offensive State (DND)'),(11,6,45927,'Summon Friend'),(11,6,47541,'Death Coil'),(11,6,48266,'Blood Presence'),(11,6,49410,'Forceful Deflection'),(11,6,49576,'Death Grip'),(11,6,52665,'Sigil'),(11,6,59221,'Shadow Resistance'),(11,6,59539,'Shadow Resistance'),(11,6,59545,'Gift of the Naaru'),(11,6,59879,'Blood Plague'),(11,6,59921,'Frost Fever'),(11,6,61437,'Opening'),(11,6,61455,'Runic Focus'),(11,7,196,'One-Handed Axes'),(11,7,1180,'Daggers'),(11,7,15590,'First Weapons'),(11,7,197,'Two-Handed Axes'),(11,7,199,'Two-Handed Maces'),(11,7,81,'Dodge'),(11,7,107,'Block'),(11,7,198,'One-Handed Maces'),(11,7,203,'Unarmed'),(11,7,204,'Defense'),(11,7,227,'Staves'),(11,7,522,'SPELLDEFENSE (DND)'),(11,7,668,'Language Common'),(11,7,1843,'Disarm'),(11,7,2382,'Generic'),(11,7,2479,'Honorless Target'),(11,7,3050,'Detect'),(11,7,3365,'Opening'),(11,7,6233,'Closing'),(11,7,6246,'Closing'),(11,7,6247,'Opening'),(11,7,6477,'Opening'),(11,7,6478,'Opening'),(11,7,6603,'Attack'),(11,7,7266,'Duel'),(11,7,7267,'Grovel'),(11,7,7355,'Stuck'),(11,7,8386,'Attacking'),(11,7,9077,'Leather'),(11,7,9078,'Cloth'),(11,7,9116,'Shield'),(11,7,9125,'Generic'),(11,7,21651,'Opening'),(11,7,21652,'Closing'),(11,7,22027,'Remove Insignia'),(11,7,22810,'Opening - No Text'),(11,7,27763,'Totem'),(11,7,28875,'Gemcutting'),(11,7,28878,'Inspiring Presence'),(11,7,29932,'Language Draenei'),(11,7,45927,'Summon Friend'),(11,7,59221,'Shadow Resistance'),(11,7,59547,'Gift of the Naaru'),(11,7,61437,'Opening'),(11,8,201,'One-Handed Swords'),(11,8,1180,'Daggers'),(11,8,81,'Dodge'),(11,8,203,'Unarmed'),(11,8,204,'Defense'),(11,8,227,'Staves'),(11,8,522,'SPELLDEFENSE (DND)'),(11,8,668,'Language Common'),(11,8,1843,'Disarm'),(11,8,2382,'Generic'),(11,8,2479,'Honorless Target'),(11,8,3050,'Detect'),(11,8,3365,'Opening'),(11,8,5009,'Wands'),(11,8,5019,'Shoot'),(11,8,6233,'Closing'),(11,8,6246,'Closing'),(11,8,6247,'Opening'),(11,8,6477,'Opening'),(11,8,6478,'Opening'),(11,8,6603,'Attack'),(11,8,7266,'Duel'),(11,8,7267,'Grovel'),(11,8,7355,'Stuck'),(11,8,8386,'Attacking'),(11,8,9078,'Cloth'),(11,8,9125,'Generic'),(11,8,21651,'Opening'),(11,8,21652,'Closing'),(11,8,22027,'Remove Insignia'),(11,8,22810,'Opening - No Text'),(11,8,28875,'Gemcutting'),(11,8,28878,'Inspiring Presence'),(11,8,29932,'Language Draenei'),(11,8,45927,'Summon Friend'),(11,8,59221,'Shadow Resistance'),(11,8,59548,'Gift of the Naaru'),(11,8,61437,'Opening'),(1,1,674,'Dual Wield'),(2,1,674,'Dual Wield'),(3,1,674,'Dual Wield'),(4,1,674,'Dual Wield'),(5,1,674,'Dual Wield'),(6,1,674,'Dual Wield'),(7,1,674,'Dual Wield'),(8,1,674,'Dual Wield'),(11,1,674,'Dual Wield'),(2,3,674,'Dual Wield'),(3,3,674,'Dual Wield'),(4,3,674,'Dual Wield'),(6,3,674,'Dual Wield'),(8,3,674,'Dual Wield'),(10,3,674,'Dual Wield'),(11,3,674,'Dual Wield'),(1,4,674,'Dual Wield'),(2,4,674,'Dual Wield'),(3,4,674,'Dual Wield'),(4,4,674,'Dual Wield'),(5,4,674,'Dual Wield'),(7,4,674,'Dual Wield'),(8,4,674,'Dual Wield'),(10,4,674,'Dual Wield'),(1,1,750,'Plate Mail'),(2,1,750,'Plate Mail'),(3,1,750,'Plate Mail'),(4,1,750,'Plate Mail'),(5,1,750,'Plate Mail'),(6,1,750,'Plate Mail'),(7,1,750,'Plate Mail'),(8,1,750,'Plate Mail'),(11,1,750,'Plate Mail'),(1,2,750,'Plate Mail'),(3,2,750,'Plate Mail'),(11,2,750,'Plate Mail'),(10,2,750,'Plate Mail'),(2,3,8737,'Mail'),(3,3,8737,'Mail'),(4,3,8737,'Mail'),(6,3,8737,'Mail'),(8,3,8737,'Mail'),(10,3,8737,'Mail'),(11,3,8737,'Mail'),(2,7,8737,'Mail'),(6,7,8737,'Mail'),(8,7,8737,'Mail'),(11,7,8737,'Mail'),(1,1,3127,'Parry'),(2,1,3127,'Parry'),(3,1,3127,'Parry'),(4,1,3127,'Parry'),(5,1,3127,'Parry'),(6,1,3127,'Parry'),(7,1,3127,'Parry'),(8,1,3127,'Parry'),(11,1,3127,'Parry'),(1,2,3127,'Parry'),(3,2,3127,'Parry'),(10,2,3127,'Parry'),(11,2,3127,'Parry'),(2,3,3127,'Parry'),(3,3,3127,'Parry'),(4,3,3127,'Parry'),(6,3,3127,'Parry'),(8,3,3127,'Parry'),(10,3,3127,'Parry'),(11,3,3127,'Parry'),(1,4,3127,'Parry'),(2,4,3127,'Parry'),(3,4,3127,'Parry'),(4,4,3127,'Parry'),(5,4,3127,'Parry'),(7,4,3127,'Parry'),(8,4,3127,'Parry'),(10,4,3127,'Parry'),(1,1,71,'Defensive Stance'),(2,1,71,'Defensive Stance'),(3,1,71,'Defensive Stance'),(4,1,71,'Defensive Stance'),(5,1,71,'Defensive Stance'),(6,1,71,'Defensive Stance'),(7,1,71,'Defensive Stance'),(8,1,71,'Defensive Stance'),(11,1,71,'Defensive Stance'),(1,1,2458,'Berserker Stance'),(2,1,2458,'Berserker Stance'),(3,1,2458,'Berserker Stance'),(4,1,2458,'Berserker Stance'),(5,1,2458,'Berserker Stance'),(6,1,2458,'Berserker Stance'),(7,1,2458,'Berserker Stance'),(8,1,2458,'Berserker Stance'),(11,1,2458,'Berserker Stance'),(1,1,12678,'Stance Mastery'),(2,1,12678,'Stance Mastery'),(3,1,12678,'Stance Mastery'),(4,1,12678,'Stance Mastery'),(5,1,12678,'Stance Mastery'),(6,1,12678,'Stance Mastery'),(7,1,12678,'Stance Mastery'),(8,1,12678,'Stance Mastery'),(11,1,12678,'Stance Mastery'),(1,1,57755,'Heroic Throw'),(2,1,57755,'Heroic Throw'),(3,1,57755,'Heroic Throw'),(4,1,57755,'Heroic Throw'),(5,1,57755,'Heroic Throw'),(6,1,57755,'Heroic Throw'),(7,1,57755,'Heroic Throw'),(8,1,57755,'Heroic Throw'),(11,1,57755,'Heroic Throw'),(1,1,47471,'Execute'),(2,1,47471,'Execute'),(3,1,47471,'Execute'),(4,1,47471,'Execute'),(5,1,47471,'Execute'),(6,1,47471,'Execute'),(7,1,47471,'Execute'),(8,1,47471,'Execute'),(11,1,47471,'Execute'),(1,1,57823,'Revenge'),(2,1,57823,'Revenge'),(3,1,57823,'Revenge'),(4,1,57823,'Revenge'),(5,1,57823,'Revenge'),(6,1,57823,'Revenge'),(7,1,57823,'Revenge'),(8,1,57823,'Revenge'),(11,1,57823,'Revenge'),(1,1,47488,'Shield Slam'),(2,1,47488,'Shield Slam'),(3,1,47488,'Shield Slam'),(4,1,47488,'Shield Slam'),(5,1,47488,'Shield Slam'),(6,1,47488,'Shield Slam'),(7,1,47488,'Shield Slam'),(8,1,47488,'Shield Slam'),(11,1,47488,'Shield Slam'),(1,1,47450,'Heroic Strike'),(2,1,47450,'Heroic Strike'),(3,1,47450,'Heroic Strike'),(4,1,47450,'Heroic Strike'),(5,1,47450,'Heroic Strike'),(6,1,47450,'Heroic Strike'),(7,1,47450,'Heroic Strike'),(8,1,47450,'Heroic Strike'),(11,1,47450,'Heroic Strike'),(1,1,47465,'Rend'),(2,1,47465,'Rend'),(3,1,47465,'Rend'),(4,1,47465,'Rend'),(5,1,47465,'Rend'),(6,1,47465,'Rend'),(7,1,47465,'Rend'),(8,1,47465,'Rend'),(11,1,47465,'Rend'),(1,1,47520,'Cleave'),(2,1,47520,'Cleave'),(3,1,47520,'Cleave'),(4,1,47520,'Cleave'),(5,1,47520,'Cleave'),(6,1,47520,'Cleave'),(7,1,47520,'Cleave'),(8,1,47520,'Cleave'),(11,1,47520,'Cleave'),(1,1,47467,'Sunder Armor'),(2,1,47467,'Sunder Armor'),(3,1,47467,'Sunder Armor'),(4,1,47467,'Sunder Armor'),(5,1,47467,'Sunder Armor'),(6,1,47467,'Sunder Armor'),(7,1,47467,'Sunder Armor'),(8,1,47467,'Sunder Armor'),(11,1,47467,'Sunder Armor'),(1,1,47436,'Battle Shout'),(2,1,47436,'Battle Shout'),(3,1,47436,'Battle Shout'),(4,1,47436,'Battle Shout'),(5,1,47436,'Battle Shout'),(6,1,47436,'Battle Shout'),(7,1,47436,'Battle Shout'),(8,1,47436,'Battle Shout'),(11,1,47436,'Battle Shout'),(1,1,47502,'Thunder Clap'),(2,1,47502,'Thunder Clap'),(3,1,47502,'Thunder Clap'),(4,1,47502,'Thunder Clap'),(5,1,47502,'Thunder Clap'),(6,1,47502,'Thunder Clap'),(7,1,47502,'Thunder Clap'),(8,1,47502,'Thunder Clap'),(11,1,47502,'Thunder Clap'),(1,1,47437,'Demoralizing Shout'),(2,1,47437,'Demoralizing Shout'),(3,1,47437,'Demoralizing Shout'),(4,1,47437,'Demoralizing Shout'),(5,1,47437,'Demoralizing Shout'),(6,1,47437,'Demoralizing Shout'),(7,1,47437,'Demoralizing Shout'),(8,1,47437,'Demoralizing Shout'),(11,1,47437,'Demoralizing Shout'),(1,1,47475,'Slam'),(2,1,47475,'Slam'),(3,1,47475,'Slam'),(4,1,47475,'Slam'),(5,1,47475,'Slam'),(6,1,47475,'Slam'),(7,1,47475,'Slam'),(8,1,47475,'Slam'),(11,1,47475,'Slam'),(1,1,47440,'Commanding Shout'),(2,1,47440,'Commanding Shout'),(3,1,47440,'Commanding Shout'),(4,1,47440,'Commanding Shout'),(5,1,47440,'Commanding Shout'),(6,1,47440,'Commanding Shout'),(7,1,47440,'Commanding Shout'),(8,1,47440,'Commanding Shout'),(11,1,47440,'Commanding Shout'),(1,1,55694,'Enraged Regeneration'),(2,1,55694,'Enraged Regeneration'),(3,1,55694,'Enraged Regeneration'),(4,1,55694,'Enraged Regeneration'),(5,1,55694,'Enraged Regeneration'),(6,1,55694,'Enraged Regeneration'),(7,1,55694,'Enraged Regeneration'),(8,1,55694,'Enraged Regeneration'),(11,1,55694,'Enraged Regeneration'),(1,1,3411,'Intervene'),(2,1,3411,'Intervene'),(3,1,3411,'Intervene'),(4,1,3411,'Intervene'),(5,1,3411,'Intervene'),(6,1,3411,'Intervene'),(7,1,3411,'Intervene'),(8,1,3411,'Intervene'),(11,1,3411,'Intervene'),(1,1,23920,'Spell Reflection'),(2,1,23920,'Spell Reflection'),(3,1,23920,'Spell Reflection'),(4,1,23920,'Spell Reflection'),(5,1,23920,'Spell Reflection'),(6,1,23920,'Spell Reflection'),(7,1,23920,'Spell Reflection'),(8,1,23920,'Spell Reflection'),(11,1,23920,'Spell Reflection'),(1,1,34428,'Victory Rush'),(2,1,34428,'Victory Rush'),(3,1,34428,'Victory Rush'),(4,1,34428,'Victory Rush'),(5,1,34428,'Victory Rush'),(6,1,34428,'Victory Rush'),(7,1,34428,'Victory Rush'),(8,1,34428,'Victory Rush'),(11,1,34428,'Victory Rush'),(1,1,1719,'Recklessness'),(2,1,1719,'Recklessness'),(3,1,1719,'Recklessness'),(4,1,1719,'Recklessness'),(5,1,1719,'Recklessness'),(6,1,1719,'Recklessness'),(7,1,1719,'Recklessness'),(8,1,1719,'Recklessness'),(11,1,1719,'Recklessness'),(1,1,6552,'Pummel'),(2,1,6552,'Pummel'),(3,1,6552,'Pummel'),(4,1,6552,'Pummel'),(5,1,6552,'Pummel'),(6,1,6552,'Pummel'),(7,1,6552,'Pummel'),(8,1,6552,'Pummel'),(11,1,6552,'Pummel'),(1,1,1680,'Whirlwind'),(2,1,1680,'Whirlwind'),(3,1,1680,'Whirlwind'),(4,1,1680,'Whirlwind'),(5,1,1680,'Whirlwind'),(6,1,1680,'Whirlwind'),(7,1,1680,'Whirlwind'),(8,1,1680,'Whirlwind'),(11,1,1680,'Whirlwind'),(1,1,18499,'Berserker Rage'),(2,1,18499,'Berserker Rage'),(3,1,18499,'Berserker Rage'),(4,1,18499,'Berserker Rage'),(5,1,18499,'Berserker Rage'),(6,1,18499,'Berserker Rage'),(7,1,18499,'Berserker Rage'),(8,1,18499,'Berserker Rage'),(11,1,18499,'Berserker Rage'),(1,1,871,'Shield Wall'),(2,1,871,'Shield Wall'),(3,1,871,'Shield Wall'),(4,1,871,'Shield Wall'),(5,1,871,'Shield Wall'),(6,1,871,'Shield Wall'),(7,1,871,'Shield Wall'),(8,1,871,'Shield Wall'),(11,1,871,'Shield Wall'),(1,1,11578,'Charge'),(2,1,11578,'Charge'),(3,1,11578,'Charge'),(4,1,11578,'Charge'),(5,1,11578,'Charge'),(6,1,11578,'Charge'),(7,1,11578,'Charge'),(8,1,11578,'Charge'),(11,1,11578,'Charge'),(1,1,1161,'Challenging Shout'),(2,1,1161,'Challenging Shout'),(3,1,1161,'Challenging Shout'),(4,1,1161,'Challenging Shout'),(5,1,1161,'Challenging Shout'),(6,1,1161,'Challenging Shout'),(7,1,1161,'Challenging Shout'),(8,1,1161,'Challenging Shout'),(11,1,1161,'Challenging Shout'),(1,1,5246,'Intimidating Shout'),(2,1,5246,'Intimidating Shout'),(3,1,5246,'Intimidating Shout'),(4,1,5246,'Intimidating Shout'),(5,1,5246,'Intimidating Shout'),(6,1,5246,'Intimidating Shout'),(7,1,5246,'Intimidating Shout'),(8,1,5246,'Intimidating Shout'),(11,1,5246,'Intimidating Shout'),(1,1,20230,'Retaliation'),(2,1,20230,'Retaliation'),(3,1,20230,'Retaliation'),(4,1,20230,'Retaliation'),(5,1,20230,'Retaliation'),(6,1,20230,'Retaliation'),(7,1,20230,'Retaliation'),(8,1,20230,'Retaliation'),(11,1,20230,'Retaliation'),(1,1,676,'Disarm'),(2,1,676,'Disarm'),(3,1,676,'Disarm'),(4,1,676,'Disarm'),(5,1,676,'Disarm'),(6,1,676,'Disarm'),(7,1,676,'Disarm'),(8,1,676,'Disarm'),(11,1,676,'Disarm'),(1,1,2565,'Shield Block'),(2,1,2565,'Shield Block'),(3,1,2565,'Shield Block'),(4,1,2565,'Shield Block'),(5,1,2565,'Shield Block'),(6,1,2565,'Shield Block'),(7,1,2565,'Shield Block'),(8,1,2565,'Shield Block'),(11,1,2565,'Shield Block'),(1,1,694,'Mocking Blow'),(2,1,694,'Mocking Blow'),(3,1,694,'Mocking Blow'),(4,1,694,'Mocking Blow'),(5,1,694,'Mocking Blow'),(6,1,694,'Mocking Blow'),(7,1,694,'Mocking Blow'),(8,1,694,'Mocking Blow'),(11,1,694,'Mocking Blow'),(1,1,72,'Shield Bash'),(2,1,72,'Shield Bash'),(3,1,72,'Shield Bash'),(4,1,72,'Shield Bash'),(5,1,72,'Shield Bash'),(6,1,72,'Shield Bash'),(7,1,72,'Shield Bash'),(8,1,72,'Shield Bash'),(11,1,72,'Shield Bash'),(1,1,7384,'Overpower'),(2,1,7384,'Overpower'),(3,1,7384,'Overpower'),(4,1,7384,'Overpower'),(5,1,7384,'Overpower'),(6,1,7384,'Overpower'),(7,1,7384,'Overpower'),(8,1,7384,'Overpower'),(11,1,7384,'Overpower'),(1,1,355,'Taunt'),(2,1,355,'Taunt'),(3,1,355,'Taunt'),(4,1,355,'Taunt'),(5,1,355,'Taunt'),(6,1,355,'Taunt'),(7,1,355,'Taunt'),(8,1,355,'Taunt'),(11,1,355,'Taunt'),(1,1,2687,'Bloodrage'),(2,1,2687,'Bloodrage'),(3,1,2687,'Bloodrage'),(4,1,2687,'Bloodrage'),(5,1,2687,'Bloodrage'),(6,1,2687,'Bloodrage'),(7,1,2687,'Bloodrage'),(8,1,2687,'Bloodrage'),(11,1,2687,'Bloodrage'),(1,1,1715,'Hamstring'),(2,1,1715,'Hamstring'),(3,1,1715,'Hamstring'),(4,1,1715,'Hamstring'),(5,1,1715,'Hamstring'),(6,1,1715,'Hamstring'),(7,1,1715,'Hamstring'),(8,1,1715,'Hamstring'),(11,1,1715,'Hamstring'),(1,1,20252,'Intercept'),(2,1,20252,'Intercept'),(3,1,20252,'Intercept'),(4,1,20252,'Intercept'),(5,1,20252,'Intercept'),(6,1,20252,'Intercept'),(7,1,20252,'Intercept'),(8,1,20252,'Intercept'),(11,1,20252,'Intercept'),(1,9,57946,'Life Tap'),(2,9,57946,'Life Tap'),(5,9,57946,'Life Tap'),(7,9,57946,'Life Tap'),(10,9,57946,'Life Tap'),(1,9,47836,'Seed of Corruption'),(2,9,47836,'Seed of Corruption'),(5,9,47836,'Seed of Corruption'),(7,9,47836,'Seed of Corruption'),(10,9,47836,'Seed of Corruption'),(1,9,61290,'Shadowflame'),(2,9,61290,'Shadowflame'),(5,9,61290,'Shadowflame'),(7,9,61290,'Shadowflame'),(10,9,61290,'Shadowflame'),(1,9,47825,'Soul Fire'),(2,9,47825,'Soul Fire'),(5,9,47825,'Soul Fire'),(7,9,47825,'Soul Fire'),(10,9,47825,'Soul Fire'),(1,9,47838,'Incinerate'),(2,9,47838,'Incinerate'),(5,9,47838,'Incinerate'),(7,9,47838,'Incinerate'),(10,9,47838,'Incinerate'),(1,9,47811,'Immolate'),(2,9,47811,'Immolate'),(5,9,47811,'Immolate'),(7,9,47811,'Immolate'),(10,9,47811,'Immolate'),(1,9,47893,'Fel Armor'),(2,9,47893,'Fel Armor'),(5,9,47893,'Fel Armor'),(7,9,47893,'Fel Armor'),(10,9,47893,'Fel Armor'),(1,9,47820,'Rain of Fire'),(2,9,47820,'Rain of Fire'),(5,9,47820,'Rain of Fire'),(7,9,47820,'Rain of Fire'),(10,9,47820,'Rain of Fire'),(1,9,47815,'Searing Pain'),(2,9,47815,'Searing Pain'),(5,9,47815,'Searing Pain'),(7,9,47815,'Searing Pain'),(10,9,47815,'Searing Pain'),(1,9,47809,'Shadow Bolt'),(2,9,47809,'Shadow Bolt'),(5,9,47809,'Shadow Bolt'),(7,9,47809,'Shadow Bolt'),(10,9,47809,'Shadow Bolt'),(1,9,60220,'Create Firestone'),(2,9,60220,'Create Firestone'),(5,9,60220,'Create Firestone'),(7,9,60220,'Create Firestone'),(10,9,60220,'Create Firestone'),(1,9,47867,'Curse of Doom'),(2,9,47867,'Curse of Doom'),(5,9,47867,'Curse of Doom'),(7,9,47867,'Curse of Doom'),(10,9,47867,'Curse of Doom'),(1,9,47889,'Demon Armor'),(2,9,47889,'Demon Armor'),(5,9,47889,'Demon Armor'),(7,9,47889,'Demon Armor'),(10,9,47889,'Demon Armor'),(1,9,688,'Summon Imp'),(2,9,688,'Summon Imp'),(5,9,688,'Summon Imp'),(7,9,688,'Summon Imp'),(10,9,688,'Summon Imp'),(1,9,5138,'Drain Mana'),(2,9,5138,'Drain Mana'),(5,9,5138,'Drain Mana'),(7,9,5138,'Drain Mana'),(10,9,5138,'Drain Mana'),(1,9,57595,'Curse of Recklessness'),(2,9,57595,'Curse of Recklessness'),(5,9,57595,'Curse of Recklessness'),(7,9,57595,'Curse of Recklessness'),(10,9,57595,'Curse of Recklessness'),(1,9,47864,'Curse of Agony'),(2,9,47864,'Curse of Agony'),(5,9,47864,'Curse of Agony'),(7,9,47864,'Curse of Agony'),(10,9,47864,'Curse of Agony'),(1,9,47878,'Create Healthstone'),(2,9,47878,'Create Healthstone'),(5,9,47878,'Create Healthstone'),(7,9,47878,'Create Healthstone'),(10,9,47878,'Create Healthstone'),(1,9,47891,'Shadow Ward'),(2,9,47891,'Shadow Ward'),(5,9,47891,'Shadow Ward'),(7,9,47891,'Shadow Ward'),(10,9,47891,'Shadow Ward'),(1,9,47823,'Hellfire'),(2,9,47823,'Hellfire'),(5,9,47823,'Hellfire'),(7,9,47823,'Hellfire'),(10,9,47823,'Hellfire'),(1,9,47857,'Drain Life'),(2,9,47857,'Drain Life'),(5,9,47857,'Drain Life'),(7,9,47857,'Drain Life'),(10,9,47857,'Drain Life'),(1,9,47860,'Death Coil'),(2,9,47860,'Death Coil'),(5,9,47860,'Death Coil'),(7,9,47860,'Death Coil'),(10,9,47860,'Death Coil'),(1,9,47865,'Curse of the Elements'),(2,9,47865,'Curse of the Elements'),(5,9,47865,'Curse of the Elements'),(7,9,47865,'Curse of the Elements'),(10,9,47865,'Curse of the Elements'),(1,9,47888,'Create Spellstone'),(2,9,47888,'Create Spellstone'),(5,9,47888,'Create Spellstone'),(7,9,47888,'Create Spellstone'),(10,9,47888,'Create Spellstone'),(1,9,47855,'Drain Soul'),(2,9,47855,'Drain Soul'),(5,9,47855,'Drain Soul'),(7,9,47855,'Drain Soul'),(10,9,47855,'Drain Soul'),(1,9,47813,'Corruption'),(2,9,47813,'Corruption'),(5,9,47813,'Corruption'),(7,9,47813,'Corruption'),(10,9,47813,'Corruption'),(1,9,47856,'Health Funnel'),(2,9,47856,'Health Funnel'),(5,9,47856,'Health Funnel'),(7,9,47856,'Health Funnel'),(10,9,47856,'Health Funnel'),(1,9,47884,'Create Soulstone'),(2,9,47884,'Create Soulstone'),(5,9,47884,'Create Soulstone'),(7,9,47884,'Create Soulstone'),(10,9,47884,'Create Soulstone'),(1,9,61191,'Enslave Demon'),(2,9,61191,'Enslave Demon'),(5,9,61191,'Enslave Demon'),(7,9,61191,'Enslave Demon'),(10,9,61191,'Enslave Demon'),(1,9,50511,'Curse of Weakness'),(2,9,50511,'Curse of Weakness'),(5,9,50511,'Curse of Weakness'),(7,9,50511,'Curse of Weakness'),(10,9,50511,'Curse of Weakness'),(1,9,29858,'Soulshatter'),(2,9,29858,'Soulshatter'),(5,9,29858,'Soulshatter'),(7,9,29858,'Soulshatter'),(10,9,29858,'Soulshatter'),(1,9,6215,'Fear'),(2,9,6215,'Fear'),(5,9,6215,'Fear'),(7,9,6215,'Fear'),(10,9,6215,'Fear'),(1,9,17928,'Howl of Terror'),(2,9,17928,'Howl of Terror'),(5,9,17928,'Howl of Terror'),(7,9,17928,'Howl of Terror'),(10,9,17928,'Howl of Terror'),(1,9,1122,'Inferno'),(2,9,1122,'Inferno'),(5,9,1122,'Inferno'),(7,9,1122,'Inferno'),(10,9,1122,'Inferno'),(1,9,11719,'Curse of Tongues'),(2,9,11719,'Curse of Tongues'),(5,9,11719,'Curse of Tongues'),(7,9,11719,'Curse of Tongues'),(10,9,11719,'Curse of Tongues'),(1,9,18647,'Banish'),(2,9,18647,'Banish'),(5,9,18647,'Banish'),(7,9,18647,'Banish'),(10,9,18647,'Banish'),(1,9,691,'Summon Felhunter'),(2,9,691,'Summon Felhunter'),(5,9,691,'Summon Felhunter'),(7,9,691,'Summon Felhunter'),(10,9,691,'Summon Felhunter'),(1,9,132,'Detect Invisibility'),(2,9,132,'Detect Invisibility'),(5,9,132,'Detect Invisibility'),(7,9,132,'Detect Invisibility'),(10,9,132,'Detect Invisibility'),(1,9,712,'Summon Succubus'),(2,9,712,'Summon Succubus'),(5,9,712,'Summon Succubus'),(7,9,712,'Summon Succubus'),(10,9,712,'Summon Succubus'),(1,9,697,'Summon Voidwalker'),(2,9,697,'Summon Voidwalker'),(5,9,697,'Summon Voidwalker'),(7,9,697,'Summon Voidwalker'),(10,9,697,'Summon Voidwalker'),(2,7,61657,'Fire Nova Totem'),(6,7,61657,'Fire Nova Totem'),(8,7,61657,'Fire Nova Totem'),(11,7,61657,'Fire Nova Totem'),(2,7,58739,'Fire Resistance Totem'),(6,7,58739,'Fire Resistance Totem'),(8,7,58739,'Fire Resistance Totem'),(11,7,58739,'Fire Resistance Totem'),(2,7,49233,'Flame Shock'),(6,7,49233,'Flame Shock'),(8,7,49233,'Flame Shock'),(11,7,49233,'Flame Shock'),(2,7,58656,'Flametongue Totem'),(6,7,58656,'Flametongue Totem'),(8,7,58656,'Flametongue Totem'),(11,7,58656,'Flametongue Totem'),(2,7,58790,'Flametongue Weapon'),(6,7,58790,'Flametongue Weapon'),(8,7,58790,'Flametongue Weapon'),(11,7,58790,'Flametongue Weapon'),(2,7,58745,'Frost Resistance Totem'),(6,7,58745,'Frost Resistance Totem'),(8,7,58745,'Frost Resistance Totem'),(11,7,58745,'Frost Resistance Totem'),(2,7,58796,'Frostbrand Weapon'),(6,7,58796,'Frostbrand Weapon'),(8,7,58796,'Frostbrand Weapon'),(11,7,58796,'Frostbrand Weapon'),(2,7,58757,'Healing Stream Totem'),(6,7,58757,'Healing Stream Totem'),(8,7,58757,'Healing Stream Totem'),(11,7,58757,'Healing Stream Totem'),(2,7,49273,'Healing Wave'),(6,7,49273,'Healing Wave'),(8,7,49273,'Healing Wave'),(11,7,49273,'Healing Wave'),(2,7,51514,'Hex'),(6,7,51514,'Hex'),(8,7,51514,'Hex'),(11,7,51514,'Hex'),(2,7,60043,'Lava Burst'),(6,7,60043,'Lava Burst'),(8,7,60043,'Lava Burst'),(11,7,60043,'Lava Burst'),(2,7,49281,'Lightning Shield'),(6,7,49281,'Lightning Shield'),(8,7,49281,'Lightning Shield'),(11,7,49281,'Lightning Shield'),(2,7,58774,'Mana Spring Totem'),(6,7,58774,'Mana Spring Totem'),(8,7,58774,'Mana Spring Totem'),(11,7,58774,'Mana Spring Totem'),(2,7,58749,'Nature Resistance Totem'),(6,7,58749,'Nature Resistance Totem'),(8,7,58749,'Nature Resistance Totem'),(11,7,58749,'Nature Resistance Totem'),(2,7,58704,'Searing Totem'),(6,7,58704,'Searing Totem'),(8,7,58704,'Searing Totem'),(11,7,58704,'Searing Totem'),(2,7,58643,'Strength of Earth Totem'),(6,7,58643,'Strength of Earth Totem'),(8,7,58643,'Strength of Earth Totem'),(11,7,58643,'Strength of Earth Totem'),(2,7,58804,'Windfury Weapon'),(6,7,58804,'Windfury Weapon'),(8,7,58804,'Windfury Weapon'),(11,7,58804,'Windfury Weapon'),(2,7,2825,'Bloodlust'),(6,7,2825,'Bloodlust'),(8,7,2825,'Bloodlust'),(11,7,32182,'Heroism'),(2,7,57960,'Water Shield'),(6,7,57960,'Water Shield'),(8,7,57960,'Water Shield'),(11,7,57960,'Water Shield'),(2,7,49276,'Lesser Healing Wave'),(6,7,49276,'Lesser Healing Wave'),(8,7,49276,'Lesser Healing Wave'),(11,7,49276,'Lesser Healing Wave'),(2,7,49236,'Frost Shock'),(6,7,49236,'Frost Shock'),(8,7,49236,'Frost Shock'),(11,7,49236,'Frost Shock'),(2,7,58734,'Magma Totem'),(6,7,58734,'Magma Totem'),(8,7,58734,'Magma Totem'),(11,7,58734,'Magma Totem'),(2,7,58582,'Stoneclaw Totem'),(6,7,58582,'Stoneclaw Totem'),(8,7,58582,'Stoneclaw Totem'),(11,7,58582,'Stoneclaw Totem'),(2,7,58753,'Stoneskin Totem'),(6,7,58753,'Stoneskin Totem'),(8,7,58753,'Stoneskin Totem'),(11,7,58753,'Stoneskin Totem'),(2,7,49231,'Earth Shock'),(6,7,49231,'Earth Shock'),(8,7,49231,'Earth Shock'),(11,7,49231,'Earth Shock'),(2,7,49238,'Lightning Bolt'),(6,7,49238,'Lightning Bolt'),(8,7,49238,'Lightning Bolt'),(11,7,49238,'Lightning Bolt'),(2,7,49277,'Ancestral Spirit'),(6,7,49277,'Ancestral Spirit'),(8,7,49277,'Ancestral Spirit'),(11,7,49277,'Ancestral Spirit'),(2,7,55459,'Chain Heal'),(6,7,55459,'Chain Heal'),(8,7,55459,'Chain Heal'),(11,7,55459,'Chain Heal'),(2,7,49271,'Chain Lightning'),(6,7,49271,'Chain Lightning'),(8,7,49271,'Chain Lightning'),(11,7,49271,'Chain Lightning'),(2,7,51994,'Earthliving Weapon'),(6,7,51994,'Earthliving Weapon'),(8,7,51994,'Earthliving Weapon'),(11,7,51994,'Earthliving Weapon'),(2,7,2894,'Fire Elemental Totem'),(6,7,2894,'Fire Elemental Totem'),(8,7,2894,'Fire Elemental Totem'),(11,7,2894,'Fire Elemental Totem'),(2,7,2062,'Earth Elemental Totem'),(6,7,2062,'Earth Elemental Totem'),(8,7,2062,'Earth Elemental Totem'),(11,7,2062,'Earth Elemental Totem'),(2,7,8170,'Disease Cleansing Totem'),(6,7,8170,'Disease Cleansing Totem'),(8,7,8170,'Disease Cleansing Totem'),(11,7,8170,'Disease Cleansing Totem'),(2,7,6495,'Sentry Totem'),(6,7,6495,'Sentry Totem'),(8,7,6495,'Sentry Totem'),(11,7,6495,'Sentry Totem'),(2,7,8512,'Windfury Totem'),(6,7,8512,'Windfury Totem'),(8,7,8512,'Windfury Totem'),(11,7,8512,'Windfury Totem'),(2,7,8012,'Purge'),(6,7,8012,'Purge'),(8,7,8012,'Purge'),(11,7,8012,'Purge'),(2,7,36936,'Totemic Call'),(6,7,36936,'Totemic Call'),(8,7,36936,'Totemic Call'),(11,7,36936,'Totemic Call'),(2,7,20608,'Reincarnation'),(6,7,20608,'Reincarnation'),(8,7,20608,'Reincarnation'),(11,7,20608,'Reincarnation'),(2,7,8177,'Grounding Totem'),(6,7,8177,'Grounding Totem'),(8,7,8177,'Grounding Totem'),(11,7,8177,'Grounding Totem'),(2,7,6196,'Far Sight'),(6,7,6196,'Far Sight'),(8,7,6196,'Far Sight'),(11,7,6196,'Far Sight'),(2,7,8166,'Poison Cleansing Totem'),(6,7,8166,'Poison Cleansing Totem'),(8,7,8166,'Poison Cleansing Totem'),(11,7,8166,'Poison Cleansing Totem'),(2,7,2870,'Cure Disease'),(6,7,2870,'Cure Disease'),(8,7,2870,'Cure Disease'),(11,7,2870,'Cure Disease'),(2,7,2645,'Ghost Wolf'),(6,7,2645,'Ghost Wolf'),(8,7,2645,'Ghost Wolf'),(11,7,2645,'Ghost Wolf'),(2,7,8143,'Tremor Totem'),(6,7,8143,'Tremor Totem'),(8,7,8143,'Tremor Totem'),(11,7,8143,'Tremor Totem'),(2,7,2484,'Earthbind Totem'),(6,7,2484,'Earthbind Totem'),(8,7,2484,'Earthbind Totem'),(11,7,2484,'Earthbind Totem'),(2,7,10399,'Rockbiter Weapon'),(6,7,10399,'Rockbiter Weapon'),(8,7,10399,'Rockbiter Weapon'),(11,7,10399,'Rockbiter Weapon'),(2,7,526,'Cure Poison'),(6,7,526,'Cure Poison'),(8,7,526,'Cure Poison'),(11,7,526,'Cure Poison'),(2,7,3738,'Wrath of Air Totem'),(6,7,3738,'Wrath of Air Totem'),(8,7,3738,'Wrath of Air Totem'),(11,7,3738,'Wrath of Air Totem'),(2,7,57994,'Wind Shock'),(6,7,57994,'Wind Shock'),(8,7,57994,'Wind Shock'),(11,7,57994,'Wind Shock'),(1,4,1776,'Gouge'),(2,4,1776,'Gouge'),(3,4,1776,'Gouge'),(4,4,1776,'Gouge'),(5,4,1776,'Gouge'),(7,4,1776,'Gouge'),(8,4,1776,'Gouge'),(10,4,1776,'Gouge'),(1,4,1766,'Kick'),(2,4,1766,'Kick'),(3,4,1766,'Kick'),(4,4,1766,'Kick'),(5,4,1766,'Kick'),(7,4,1766,'Kick'),(8,4,1766,'Kick'),(10,4,1766,'Kick'),(1,4,51722,'Dismantle'),(2,4,51722,'Dismantle'),(3,4,51722,'Dismantle'),(4,4,51722,'Dismantle'),(5,4,51722,'Dismantle'),(7,4,51722,'Dismantle'),(8,4,51722,'Dismantle'),(10,4,51722,'Dismantle'),(1,4,1725,'Distract'),(2,4,1725,'Distract'),(3,4,1725,'Distract'),(4,4,1725,'Distract'),(5,4,1725,'Distract'),(7,4,1725,'Distract'),(8,4,1725,'Distract'),(10,4,1725,'Distract'),(1,4,1833,'Cheap Shot'),(2,4,1833,'Cheap Shot'),(3,4,1833,'Cheap Shot'),(4,4,1833,'Cheap Shot'),(5,4,1833,'Cheap Shot'),(7,4,1833,'Cheap Shot'),(8,4,1833,'Cheap Shot'),(10,4,1833,'Cheap Shot'),(1,4,1842,'Disarm Trap'),(2,4,1842,'Disarm Trap'),(3,4,1842,'Disarm Trap'),(4,4,1842,'Disarm Trap'),(5,4,1842,'Disarm Trap'),(7,4,1842,'Disarm Trap'),(8,4,1842,'Disarm Trap'),(10,4,1842,'Disarm Trap'),(1,4,2094,'Blind'),(2,4,2094,'Blind'),(3,4,2094,'Blind'),(4,4,2094,'Blind'),(5,4,2094,'Blind'),(7,4,2094,'Blind'),(8,4,2094,'Blind'),(10,4,2094,'Blind'),(1,4,1860,'Safe Fall'),(2,4,1860,'Safe Fall'),(3,4,1860,'Safe Fall'),(4,4,1860,'Safe Fall'),(5,4,1860,'Safe Fall'),(7,4,1860,'Safe Fall'),(8,4,1860,'Safe Fall'),(10,4,1860,'Safe Fall'),(1,4,6774,'Slice and Dice'),(2,4,6774,'Slice and Dice'),(3,4,6774,'Slice and Dice'),(4,4,6774,'Slice and Dice'),(5,4,6774,'Slice and Dice'),(7,4,6774,'Slice and Dice'),(8,4,6774,'Slice and Dice'),(10,4,6774,'Slice and Dice'),(1,4,8643,'Kidney Shot'),(2,4,8643,'Kidney Shot'),(3,4,8643,'Kidney Shot'),(4,4,8643,'Kidney Shot'),(5,4,8643,'Kidney Shot'),(7,4,8643,'Kidney Shot'),(8,4,8643,'Kidney Shot'),(10,4,8643,'Kidney Shot'),(1,4,11305,'Sprint'),(2,4,11305,'Sprint'),(3,4,11305,'Sprint'),(4,4,11305,'Sprint'),(5,4,11305,'Sprint'),(7,4,11305,'Sprint'),(8,4,11305,'Sprint'),(10,4,11305,'Sprint'),(1,4,26889,'Vanish'),(2,4,26889,'Vanish'),(3,4,26889,'Vanish'),(4,4,26889,'Vanish'),(5,4,26889,'Vanish'),(7,4,26889,'Vanish'),(8,4,26889,'Vanish'),(10,4,26889,'Vanish'),(1,4,31224,'Cloak of Shadows'),(2,4,31224,'Cloak of Shadows'),(3,4,31224,'Cloak of Shadows'),(4,4,31224,'Cloak of Shadows'),(5,4,31224,'Cloak of Shadows'),(7,4,31224,'Cloak of Shadows'),(8,4,31224,'Cloak of Shadows'),(10,4,31224,'Cloak of Shadows'),(1,4,5938,'Shiv'),(2,4,5938,'Shiv'),(3,4,5938,'Shiv'),(4,4,5938,'Shiv'),(5,4,5938,'Shiv'),(7,4,5938,'Shiv'),(8,4,5938,'Shiv'),(10,4,5938,'Shiv'),(1,4,51724,'Sap'),(2,4,51724,'Sap'),(3,4,51724,'Sap'),(4,4,51724,'Sap'),(5,4,51724,'Sap'),(7,4,51724,'Sap'),(8,4,51724,'Sap'),(10,4,51724,'Sap'),(1,4,57934,'Tricks of the Trade'),(2,4,57934,'Tricks of the Trade'),(3,4,57934,'Tricks of the Trade'),(4,4,57934,'Tricks of the Trade'),(5,4,57934,'Tricks of the Trade'),(7,4,57934,'Tricks of the Trade'),(8,4,57934,'Tricks of the Trade'),(10,4,57934,'Tricks of the Trade'),(1,4,48674,'Deadly Throw'),(2,4,48674,'Deadly Throw'),(3,4,48674,'Deadly Throw'),(4,4,48674,'Deadly Throw'),(5,4,48674,'Deadly Throw'),(7,4,48674,'Deadly Throw'),(8,4,48674,'Deadly Throw'),(10,4,48674,'Deadly Throw'),(1,4,48669,'Expose Armor'),(2,4,48669,'Expose Armor'),(3,4,48669,'Expose Armor'),(4,4,48669,'Expose Armor'),(5,4,48669,'Expose Armor'),(7,4,48669,'Expose Armor'),(8,4,48669,'Expose Armor'),(10,4,48669,'Expose Armor'),(1,4,48668,'Eviscerate'),(2,4,48668,'Eviscerate'),(3,4,48668,'Eviscerate'),(4,4,48668,'Eviscerate'),(5,4,48668,'Eviscerate'),(7,4,48668,'Eviscerate'),(8,4,48668,'Eviscerate'),(10,4,48668,'Eviscerate'),(1,4,48672,'Rupture'),(2,4,48672,'Rupture'),(3,4,48672,'Rupture'),(4,4,48672,'Rupture'),(5,4,48672,'Rupture'),(7,4,48672,'Rupture'),(8,4,48672,'Rupture'),(10,4,48672,'Rupture'),(1,4,48691,'Ambush'),(2,4,48691,'Ambush'),(3,4,48691,'Ambush'),(4,4,48691,'Ambush'),(5,4,48691,'Ambush'),(7,4,48691,'Ambush'),(8,4,48691,'Ambush'),(10,4,48691,'Ambush'),(1,4,48657,'Backstab'),(2,4,48657,'Backstab'),(3,4,48657,'Backstab'),(4,4,48657,'Backstab'),(5,4,48657,'Backstab'),(7,4,48657,'Backstab'),(8,4,48657,'Backstab'),(10,4,48657,'Backstab'),(1,4,57993,'Envenom'),(2,4,57993,'Envenom'),(3,4,57993,'Envenom'),(4,4,57993,'Envenom'),(5,4,57993,'Envenom'),(7,4,57993,'Envenom'),(8,4,57993,'Envenom'),(10,4,57993,'Envenom'),(1,4,51723,'Fan of Knives'),(2,4,51723,'Fan of Knives'),(3,4,51723,'Fan of Knives'),(4,4,51723,'Fan of Knives'),(5,4,51723,'Fan of Knives'),(7,4,51723,'Fan of Knives'),(8,4,51723,'Fan of Knives'),(10,4,51723,'Fan of Knives'),(1,4,48676,'Garrote'),(2,4,48676,'Garrote'),(3,4,48676,'Garrote'),(4,4,48676,'Garrote'),(5,4,48676,'Garrote'),(7,4,48676,'Garrote'),(8,4,48676,'Garrote'),(10,4,48676,'Garrote'),(1,4,48638,'Sinister Strike'),(2,4,48638,'Sinister Strike'),(3,4,48638,'Sinister Strike'),(4,4,48638,'Sinister Strike'),(5,4,48638,'Sinister Strike'),(7,4,48638,'Sinister Strike'),(8,4,48638,'Sinister Strike'),(10,4,48638,'Sinister Strike'),(1,4,26669,'Evasion'),(2,4,26669,'Evasion'),(3,4,26669,'Evasion'),(4,4,26669,'Evasion'),(5,4,26669,'Evasion'),(7,4,26669,'Evasion'),(8,4,26669,'Evasion'),(10,4,26669,'Evasion'),(1,4,1787,'Stealth'),(2,4,1787,'Stealth'),(3,4,1787,'Stealth'),(4,4,1787,'Stealth'),(5,4,1787,'Stealth'),(7,4,1787,'Stealth'),(8,4,1787,'Stealth'),(10,4,1787,'Stealth'),(1,4,2836,'Detect Traps'),(2,4,2836,'Detect Traps'),(3,4,2836,'Detect Traps'),(4,4,2836,'Detect Traps'),(5,4,2836,'Detect Traps'),(7,4,2836,'Detect Traps'),(8,4,2836,'Detect Traps'),(10,4,2836,'Detect Traps'),(1,5,48125,'Shadow Word: Pain'),(3,5,48125,'Shadow Word: Pain'),(4,5,48125,'Shadow Word: Pain'),(5,5,48125,'Shadow Word: Pain'),(8,5,48125,'Shadow Word: Pain'),(10,5,48125,'Shadow Word: Pain'),(11,5,48125,'Shadow Word: Pain'),(1,5,48161,'Power Word: Fortitude'),(3,5,48161,'Power Word: Fortitude'),(4,5,48161,'Power Word: Fortitude'),(5,5,48161,'Power Word: Fortitude'),(8,5,48161,'Power Word: Fortitude'),(10,5,48161,'Power Word: Fortitude'),(11,5,48161,'Power Word: Fortitude'),(1,5,48066,'Power Word: Shield'),(3,5,48066,'Power Word: Shield'),(4,5,48066,'Power Word: Shield'),(5,5,48066,'Power Word: Shield'),(8,5,48066,'Power Word: Shield'),(10,5,48066,'Power Word: Shield'),(11,5,48066,'Power Word: Shield'),(1,5,48162,'Prayer of Fortitude'),(3,5,48162,'Prayer of Fortitude'),(4,5,48162,'Prayer of Fortitude'),(5,5,48162,'Prayer of Fortitude'),(8,5,48162,'Prayer of Fortitude'),(10,5,48162,'Prayer of Fortitude'),(11,5,48162,'Prayer of Fortitude'),(1,5,48068,'Renew'),(3,5,48068,'Renew'),(4,5,48068,'Renew'),(5,5,48068,'Renew'),(8,5,48068,'Renew'),(10,5,48068,'Renew'),(11,5,48068,'Renew'),(1,5,48158,'Shadow Word: Death'),(3,5,48158,'Shadow Word: Death'),(4,5,48158,'Shadow Word: Death'),(5,5,48158,'Shadow Word: Death'),(8,5,48158,'Shadow Word: Death'),(10,5,48158,'Shadow Word: Death'),(11,5,48158,'Shadow Word: Death'),(1,5,48300,'Devouring Plague'),(3,5,48300,'Devouring Plague'),(4,5,48300,'Devouring Plague'),(5,5,48300,'Devouring Plague'),(8,5,48300,'Devouring Plague'),(10,5,48300,'Devouring Plague'),(11,5,48300,'Devouring Plague'),(1,5,48071,'Flash Heal'),(3,5,48071,'Flash Heal'),(4,5,48071,'Flash Heal'),(5,5,48071,'Flash Heal'),(8,5,48071,'Flash Heal'),(10,5,48071,'Flash Heal'),(11,5,48071,'Flash Heal'),(1,5,48127,'Mind Blast'),(3,5,48127,'Mind Blast'),(4,5,48127,'Mind Blast'),(5,5,48127,'Mind Blast'),(8,5,48127,'Mind Blast'),(10,5,48127,'Mind Blast'),(11,5,48127,'Mind Blast'),(1,5,48113,'Prayer of Mending'),(3,5,48113,'Prayer of Mending'),(4,5,48113,'Prayer of Mending'),(5,5,48113,'Prayer of Mending'),(8,5,48113,'Prayer of Mending'),(10,5,48113,'Prayer of Mending'),(11,5,48113,'Prayer of Mending'),(1,5,48123,'Smite'),(3,5,48123,'Smite'),(4,5,48123,'Smite'),(5,5,48123,'Smite'),(8,5,48123,'Smite'),(10,5,48123,'Smite'),(11,5,48123,'Smite'),(1,5,47951,'Divine Hymn'),(3,5,47951,'Divine Hymn'),(4,5,47951,'Divine Hymn'),(5,5,47951,'Divine Hymn'),(8,5,47951,'Divine Hymn'),(10,5,47951,'Divine Hymn'),(11,5,47951,'Divine Hymn'),(1,5,48078,'Holy Nova'),(3,5,48078,'Holy Nova'),(4,5,48078,'Holy Nova'),(5,5,48078,'Holy Nova'),(9,5,48078,'Holy Nova'),(10,5,48078,'Holy Nova'),(11,5,48078,'Holy Nova'),(1,5,53023,'Mind Sear'),(3,5,53023,'Mind Sear'),(4,5,53023,'Mind Sear'),(5,5,53023,'Mind Sear'),(8,5,53023,'Mind Sear'),(10,5,53023,'Mind Sear'),(11,5,53023,'Mind Sear'),(1,5,48072,'Prayer of Healing'),(3,5,48072,'Prayer of Healing'),(4,5,48072,'Prayer of Healing'),(5,5,48072,'Prayer of Healing'),(8,5,48072,'Prayer of Healing'),(10,5,48072,'Prayer of Healing'),(11,5,48072,'Prayer of Healing'),(1,5,48169,'Shadow Protection'),(3,5,48169,'Shadow Protection'),(4,5,48169,'Shadow Protection'),(5,5,48169,'Shadow Protection'),(8,5,48169,'Shadow Protection'),(10,5,48169,'Shadow Protection'),(11,5,48169,'Shadow Protection'),(1,5,48168,'Inner Fire'),(3,5,48168,'Inner Fire'),(4,5,48168,'Inner Fire'),(5,5,48168,'Inner Fire'),(8,5,48168,'Inner Fire'),(10,5,48168,'Inner Fire'),(11,5,48168,'Inner Fire'),(1,5,8129,'Mana Burn'),(3,5,8129,'Mana Burn'),(4,5,8129,'Mana Burn'),(5,5,8129,'Mana Burn'),(8,5,8129,'Mana Burn'),(10,5,8129,'Mana Burn'),(11,5,8129,'Mana Burn'),(1,5,48170,'Prayer of Shadow Protection'),(3,5,48170,'Prayer of Shadow Protection'),(4,5,48170,'Prayer of Shadow Protection'),(5,5,48170,'Prayer of Shadow Protection'),(8,5,48170,'Prayer of Shadow Protection'),(10,5,48170,'Prayer of Shadow Protection'),(11,5,48170,'Prayer of Shadow Protection'),(1,5,48120,'Binding Heal'),(3,5,48120,'Binding Heal'),(4,5,48120,'Binding Heal'),(5,5,48120,'Binding Heal'),(8,5,48120,'Binding Heal'),(10,5,48120,'Binding Heal'),(11,5,48120,'Binding Heal'),(1,5,48063,'Greater Heal'),(3,5,48063,'Greater Heal'),(4,5,48063,'Greater Heal'),(5,5,48063,'Greater Heal'),(8,5,48063,'Greater Heal'),(10,5,48063,'Greater Heal'),(11,5,48063,'Greater Heal'),(1,5,48135,'Holy Fire'),(3,5,48135,'Holy Fire'),(4,5,48135,'Holy Fire'),(5,5,48135,'Holy Fire'),(8,5,48135,'Holy Fire'),(10,5,48135,'Holy Fire'),(11,5,48135,'Holy Fire'),(1,5,48171,'Resurrection'),(3,5,48171,'Resurrection'),(4,5,48171,'Resurrection'),(5,5,48171,'Resurrection'),(8,5,48171,'Resurrection'),(10,5,48171,'Resurrection'),(11,5,48171,'Resurrection'),(1,5,10890,'Psychic Scream'),(3,5,10890,'Psychic Scream'),(4,5,10890,'Psychic Scream'),(5,5,10890,'Psychic Scream'),(8,5,10890,'Psychic Scream'),(10,5,10890,'Psychic Scream'),(11,5,10890,'Psychic Scream'),(1,5,60931,'Hymn of Hope'),(3,5,60931,'Hymn of Hope'),(4,5,60931,'Hymn of Hope'),(5,5,60931,'Hymn of Hope'),(8,5,60931,'Hymn of Hope'),(10,5,60931,'Hymn of Hope'),(11,5,60931,'Hymn of Hope'),(1,5,10955,'Shackle Undead'),(3,5,10955,'Shackle Undead'),(4,5,10955,'Shackle Undead'),(5,5,10955,'Shackle Undead'),(8,5,10955,'Shackle Undead'),(10,5,10955,'Shackle Undead'),(11,5,10955,'Shackle Undead'),(1,5,34433,'Shadowfiend'),(3,5,34433,'Shadowfiend'),(4,5,34433,'Shadowfiend'),(5,5,34433,'Shadowfiend'),(8,5,34433,'Shadowfiend'),(10,5,34433,'Shadowfiend'),(11,5,34433,'Shadowfiend'),(1,5,32375,'Mass Dispel'),(3,5,32375,'Mass Dispel'),(4,5,32375,'Mass Dispel'),(5,5,32375,'Mass Dispel'),(8,5,32375,'Mass Dispel'),(10,5,32375,'Mass Dispel'),(11,5,32375,'Mass Dispel'),(1,5,586,'Fade'),(3,5,586,'Fade'),(4,5,586,'Fade'),(5,5,586,'Fade'),(8,5,586,'Fade'),(10,5,586,'Fade'),(11,5,586,'Fade'),(1,5,528,'Cure Disease'),(3,5,528,'Cure Disease'),(4,5,528,'Cure Disease'),(5,5,528,'Cure Disease'),(8,5,528,'Cure Disease'),(10,5,528,'Cure Disease'),(11,5,528,'Cure Disease'),(1,5,988,'Dispel Magic'),(3,5,988,'Dispel Magic'),(4,5,988,'Dispel Magic'),(5,5,988,'Dispel Magic'),(8,5,988,'Dispel Magic'),(10,5,988,'Dispel Magic'),(11,5,988,'Dispel Magic'),(1,5,6346,'Fear Ward'),(3,5,6346,'Fear Ward'),(4,5,6346,'Fear Ward'),(5,5,6346,'Fear Ward'),(8,5,6346,'Fear Ward'),(10,5,6346,'Fear Ward'),(11,5,6346,'Fear Ward'),(1,5,453,'Mind Soothe'),(3,5,453,'Mind Soothe'),(4,5,453,'Mind Soothe'),(5,5,453,'Mind Soothe'),(8,5,453,'Mind Soothe'),(10,5,453,'Mind Soothe'),(11,5,453,'Mind Soothe'),(1,5,10909,'Mind Vision'),(3,5,10909,'Mind Vision'),(4,5,10909,'Mind Vision'),(5,5,10909,'Mind Vision'),(8,5,10909,'Mind Vision'),(10,5,10909,'Mind Vision'),(11,5,10909,'Mind Vision'),(1,5,6064,'Heal'),(3,5,6064,'Heal'),(4,5,6064,'Heal'),(5,5,6064,'Heal'),(8,5,6064,'Heal'),(10,5,6064,'Heal'),(11,5,6064,'Heal'),(1,5,552,'Abolish Disease'),(3,5,552,'Abolish Disease'),(4,5,552,'Abolish Disease'),(5,5,552,'Abolish Disease'),(8,5,552,'Abolish Disease'),(10,5,552,'Abolish Disease'),(11,5,552,'Abolish Disease'),(1,2,53720,'Seal of the Martyr'),(3,2,53720,'Seal of the Martyr'),(11,2,53720,'Seal of the Martyr'),(10,2,53736,'Seal of Corruption'),(1,2,31801,'Seal of Vengeance'),(3,2,31801,'Seal of Vengeance'),(11,2,31801,'Seal of Vengeance'),(10,2,31892,'Seal of Blood'),(1,2,54428,'Divine Plea'),(3,2,54428,'Divine Plea'),(10,2,54428,'Divine Plea'),(11,2,54428,'Divine Plea'),(1,2,54043,'Retribution Aura'),(3,2,54043,'Retribution Aura'),(10,2,54043,'Retribution Aura'),(11,2,54043,'Retribution Aura'),(1,2,48943,'Shadow Resistance Aura'),(3,2,48943,'Shadow Resistance Aura'),(10,2,48943,'Shadow Resistance Aura'),(11,2,48943,'Shadow Resistance Aura'),(1,2,48936,'Blessing of Wisdom'),(3,2,48936,'Blessing of Wisdom'),(10,2,48936,'Blessing of Wisdom'),(11,2,48936,'Blessing of Wisdom'),(1,2,48945,'Frost Resistance Aura'),(3,2,48945,'Frost Resistance Aura'),(10,2,48945,'Frost Resistance Aura'),(11,2,48945,'Frost Resistance Aura'),(1,2,48938,'Greater Blessing of Wisdom'),(3,2,48938,'Greater Blessing of Wisdom'),(10,2,48938,'Greater Blessing of Wisdom'),(11,2,48938,'Greater Blessing of Wisdom'),(1,2,48947,'Fire Resistance Aura'),(3,2,48947,'Fire Resistance Aura'),(10,2,48947,'Fire Resistance Aura'),(11,2,48947,'Fire Resistance Aura'),(1,2,48788,'Lay on Hands'),(3,2,48788,'Lay on Hands'),(10,2,48788,'Lay on Hands'),(11,2,48788,'Lay on Hands'),(1,2,48932,'Blessing of Might'),(3,2,48932,'Blessing of Might'),(10,2,48932,'Blessing of Might'),(11,2,48932,'Blessing of Might'),(1,2,48942,'Devotion Aura'),(3,2,48942,'Devotion Aura'),(10,2,48942,'Devotion Aura'),(11,2,48942,'Devotion Aura'),(1,2,48785,'Flash of Light'),(3,2,48785,'Flash of Light'),(10,2,48785,'Flash of Light'),(11,2,48785,'Flash of Light'),(1,2,48934,'Greater Blessing of Might'),(3,2,48934,'Greater Blessing of Might'),(10,2,48934,'Greater Blessing of Might'),(11,2,48934,'Greater Blessing of Might'),(1,2,48950,'Redemption'),(3,2,48950,'Redemption'),(10,2,48950,'Redemption'),(11,2,48950,'Redemption'),(1,2,48819,'Consecration'),(3,2,48819,'Consecration'),(10,2,48819,'Consecration'),(11,2,48819,'Consecration'),(1,2,48806,'Hammer of Wrath'),(3,2,48806,'Hammer of Wrath'),(10,2,48806,'Hammer of Wrath'),(11,2,48806,'Hammer of Wrath'),(1,2,48782,'Holy Light'),(3,2,48782,'Holy Light'),(10,2,48782,'Holy Light'),(11,2,48782,'Holy Light'),(1,2,53601,'Sacred Shield'),(3,2,53601,'Sacred Shield'),(10,2,53601,'Sacred Shield'),(11,2,53601,'Sacred Shield'),(1,2,61411,'Shield of Righteousness'),(3,2,61411,'Shield of Righteousness'),(10,2,61411,'Shield of Righteousness'),(11,2,61411,'Shield of Righteousness'),(1,2,33776,'Spiritual Attunement'),(3,2,33776,'Spiritual Attunement'),(10,2,33776,'Spiritual Attunement'),(11,2,33776,'Spiritual Attunement'),(1,2,31884,'Avenging Wrath'),(3,2,31884,'Avenging Wrath'),(10,2,31884,'Avenging Wrath'),(11,2,31884,'Avenging Wrath'),(1,2,32223,'Crusader Aura'),(3,2,32223,'Crusader Aura'),(10,2,32223,'Crusader Aura'),(11,2,32223,'Crusader Aura'),(1,2,10308,'Hammer of Justice'),(3,2,10308,'Hammer of Justice'),(10,2,10308,'Hammer of Justice'),(11,2,10308,'Hammer of Justice'),(1,2,4987,'Cleanse'),(3,2,4987,'Cleanse'),(10,2,4987,'Cleanse'),(11,2,4987,'Cleanse'),(1,2,20166,'Seal of Wisdom'),(3,2,20166,'Seal of Wisdom'),(10,2,20166,'Seal of Wisdom'),(11,2,20166,'Seal of Wisdom'),(1,2,10278,'Hand of Protection'),(3,2,10278,'Hand of Protection'),(10,2,10278,'Hand of Protection'),(11,2,10278,'Hand of Protection'),(1,2,21084,'Seal of Righteousness'),(3,2,21084,'Seal of Righteousness'),(10,2,21084,'Seal of Righteousness'),(11,2,21084,'Seal of Righteousness'),(1,2,642,'Divine Shield'),(3,2,642,'Divine Shield'),(10,2,642,'Divine Shield'),(11,2,642,'Divine Shield'),(1,2,20165,'Seal of Light'),(3,2,20165,'Seal of Light'),(10,2,20165,'Seal of Light'),(11,2,20165,'Seal of Light'),(1,2,53407,'Judgement of Justice'),(3,2,53407,'Judgement of Justice'),(10,2,53407,'Judgement of Justice'),(11,2,53407,'Judgement of Justice'),(1,2,20164,'Seal of Justice'),(3,2,20164,'Seal of Justice'),(10,2,20164,'Seal of Justice'),(11,2,20164,'Seal of Justice'),(1,2,19746,'Concentration Aura'),(3,2,19746,'Concentration Aura'),(10,2,19746,'Concentration Aura'),(11,2,19746,'Concentration Aura'),(1,2,1044,'Hand of Freedom'),(3,2,1044,'Hand of Freedom'),(10,2,1044,'Hand of Freedom'),(11,2,1044,'Hand of Freedom'),(1,2,25780,'Righteous Fury'),(3,2,25780,'Righteous Fury'),(10,2,25780,'Righteous Fury'),(11,2,25780,'Righteous Fury'),(1,2,53408,'Judgement of Wisdom'),(3,2,53408,'Judgement of Wisdom'),(10,2,53408,'Judgement of Wisdom'),(11,2,53408,'Judgement of Wisdom'),(1,2,1152,'Purify'),(3,2,1152,'Purify'),(10,2,1152,'Purify'),(11,2,1152,'Purify'),(1,2,498,'Divine Protection'),(3,2,498,'Divine Protection'),(10,2,498,'Divine Protection'),(11,2,498,'Divine Protection'),(1,2,20271,'Judgement of Light'),(3,2,20271,'Judgement of Light'),(10,2,20271,'Judgement of Light'),(11,2,20271,'Judgement of Light'),(1,8,1953,'Blink'),(5,8,1953,'Blink'),(7,8,1953,'Blink'),(8,8,1953,'Blink'),(10,8,1953,'Blink'),(11,8,1953,'Blink'),(1,8,12051,'Evocation'),(5,8,12051,'Evocation'),(7,8,12051,'Evocation'),(8,8,12051,'Evocation'),(10,8,12051,'Evocation'),(11,8,12051,'Evocation'),(1,8,2139,'Counterspell'),(5,8,2139,'Counterspell'),(7,8,2139,'Counterspell'),(8,8,2139,'Counterspell'),(10,8,2139,'Counterspell'),(11,8,2139,'Counterspell'),(1,8,45438,'Ice Block'),(5,8,45438,'Ice Block'),(7,8,45438,'Ice Block'),(8,8,45438,'Ice Block'),(10,8,45438,'Ice Block'),(11,8,45438,'Ice Block'),(1,8,28272,'Polymorph'),(5,8,28272,'Polymorph'),(7,8,28272,'Polymorph'),(8,8,28272,'Polymorph'),(10,8,28272,'Polymorph'),(11,8,28272,'Polymorph'),(1,8,12826,'Polymorph'),(5,8,12826,'Polymorph'),(7,8,12826,'Polymorph'),(8,8,12826,'Polymorph'),(10,8,12826,'Polymorph'),(11,8,12826,'Polymorph'),(1,8,28271,'Polymorph'),(5,8,28271,'Polymorph'),(7,8,28271,'Polymorph'),(8,8,28271,'Polymorph'),(10,8,28271,'Polymorph'),(11,8,28271,'Polymorph'),(1,8,66,'Invisibility'),(5,8,66,'Invisibility'),(7,8,66,'Invisibility'),(8,8,66,'Invisibility'),(10,8,66,'Invisibility'),(11,8,66,'Invisibility'),(1,8,30449,'Spellsteal'),(5,8,30449,'Spellsteal'),(7,8,30449,'Spellsteal'),(8,8,30449,'Spellsteal'),(10,8,30449,'Spellsteal'),(11,8,30449,'Spellsteal'),(1,8,43015,'Dampen Magic'),(5,8,43015,'Dampen Magic'),(7,8,43015,'Dampen Magic'),(8,8,43015,'Dampen Magic'),(10,8,43015,'Dampen Magic'),(11,8,43015,'Dampen Magic'),(1,8,43017,'Amplify Magic'),(5,8,43017,'Amplify Magic'),(7,8,43017,'Amplify Magic'),(8,8,43017,'Amplify Magic'),(10,8,43017,'Amplify Magic'),(11,8,43017,'Amplify Magic'),(1,8,42985,'Conjure Mana Gem'),(5,8,42985,'Conjure Mana Gem'),(7,8,42985,'Conjure Mana Gem'),(8,8,42985,'Conjure Mana Gem'),(10,8,42985,'Conjure Mana Gem'),(11,8,42985,'Conjure Mana Gem'),(1,8,43010,'Fire Ward'),(5,8,43010,'Fire Ward'),(7,8,43010,'Fire Ward'),(8,8,43010,'Fire Ward'),(10,8,43010,'Fire Ward'),(11,8,43010,'Fire Ward'),(1,8,42833,'Fireball'),(5,8,42833,'Fireball'),(7,8,42833,'Fireball'),(8,8,42833,'Fireball'),(10,8,42833,'Fireball'),(11,8,42833,'Fireball'),(1,8,42914,'Ice Lance'),(5,8,42914,'Ice Lance'),(7,8,42914,'Ice Lance'),(8,8,42914,'Ice Lance'),(10,8,42914,'Ice Lance'),(11,8,42914,'Ice Lance'),(1,8,42859,'Scorch'),(5,8,42859,'Scorch'),(7,8,42859,'Scorch'),(8,8,42859,'Scorch'),(10,8,42859,'Scorch'),(11,8,42859,'Scorch'),(1,8,42846,'Arcane Missiles'),(5,8,42846,'Arcane Missiles'),(7,8,42846,'Arcane Missiles'),(8,8,42846,'Arcane Missiles'),(10,8,42846,'Arcane Missiles'),(11,8,42846,'Arcane Missiles'),(1,8,42931,'Cone of Cold'),(5,8,42931,'Cone of Cold'),(7,8,42931,'Cone of Cold'),(8,8,42931,'Cone of Cold'),(10,8,42931,'Cone of Cold'),(11,8,42931,'Cone of Cold'),(1,8,42926,'Flamestrike'),(5,8,42926,'Flamestrike'),(7,8,42926,'Flamestrike'),(8,8,42926,'Flamestrike'),(10,8,42926,'Flamestrike'),(11,8,42926,'Flamestrike'),(1,8,43012,'Frost Ward'),(5,8,43012,'Frost Ward'),(7,8,43012,'Frost Ward'),(8,8,43012,'Frost Ward'),(10,8,43012,'Frost Ward'),(11,8,43012,'Frost Ward'),(1,8,42842,'Frostbolt'),(5,8,42842,'Frostbolt'),(7,8,42842,'Frostbolt'),(8,8,42842,'Frostbolt'),(10,8,42842,'Frostbolt'),(11,8,42842,'Frostbolt'),(1,8,43008,'Ice Armor'),(5,8,43008,'Ice Armor'),(7,8,43008,'Ice Armor'),(8,8,43008,'Ice Armor'),(10,8,43008,'Ice Armor'),(11,8,43008,'Ice Armor'),(1,8,43024,'Mage Armor'),(5,8,43024,'Mage Armor'),(7,8,43024,'Mage Armor'),(8,8,43024,'Mage Armor'),(10,8,43024,'Mage Armor'),(11,8,43024,'Mage Armor'),(1,8,43020,'Mana Shield'),(5,8,43020,'Mana Shield'),(7,8,43020,'Mana Shield'),(8,8,43020,'Mana Shield'),(10,8,43020,'Mana Shield'),(11,8,43020,'Mana Shield'),(1,8,43046,'Molten Armor'),(5,8,43046,'Molten Armor'),(7,8,43046,'Molten Armor'),(8,8,43046,'Molten Armor'),(10,8,43046,'Molten Armor'),(11,8,43046,'Molten Armor'),(1,8,42897,'Arcane Blast'),(5,8,42897,'Arcane Blast'),(7,8,42897,'Arcane Blast'),(8,8,42897,'Arcane Blast'),(10,8,42897,'Arcane Blast'),(11,8,42897,'Arcane Blast'),(1,8,43002,'Arcane Brilliance'),(5,8,43002,'Arcane Brilliance'),(7,8,43002,'Arcane Brilliance'),(8,8,43002,'Arcane Brilliance'),(10,8,43002,'Arcane Brilliance'),(11,8,43002,'Arcane Brilliance'),(1,8,42921,'Arcane Explosion'),(5,8,42921,'Arcane Explosion'),(7,8,42921,'Arcane Explosion'),(8,8,42921,'Arcane Explosion'),(10,8,42921,'Arcane Explosion'),(11,8,42921,'Arcane Explosion'),(1,8,42995,'Arcane Intellect'),(5,8,42995,'Arcane Intellect'),(7,8,42995,'Arcane Intellect'),(8,8,42995,'Arcane Intellect'),(10,8,42995,'Arcane Intellect'),(11,8,42995,'Arcane Intellect'),(1,8,42940,'Blizzard'),(5,8,42940,'Blizzard'),(7,8,42940,'Blizzard'),(8,8,42940,'Blizzard'),(10,8,42940,'Blizzard'),(11,8,42940,'Blizzard'),(1,8,42956,'Conjure Refreshment'),(5,8,42956,'Conjure Refreshment'),(7,8,42956,'Conjure Refreshment'),(8,8,42956,'Conjure Refreshment'),(10,8,42956,'Conjure Refreshment'),(11,8,42956,'Conjure Refreshment'),(1,8,42873,'Fire Blast'),(5,8,42873,'Fire Blast'),(7,8,42873,'Fire Blast'),(8,8,42873,'Fire Blast'),(10,8,42873,'Fire Blast'),(11,8,42873,'Fire Blast'),(1,8,47610,'Frostfire Bolt'),(5,8,47610,'Frostfire Bolt'),(7,8,47610,'Frostfire Bolt'),(8,8,47610,'Frostfire Bolt'),(10,8,47610,'Frostfire Bolt'),(11,8,47610,'Frostfire Bolt'),(1,8,55342,'Mirror Image'),(5,8,55342,'Mirror Image'),(7,8,55342,'Mirror Image'),(8,8,55342,'Mirror Image'),(10,8,55342,'Mirror Image'),(11,8,55342,'Mirror Image'),(1,8,42917,'Frost Nova'),(5,8,42917,'Frost Nova'),(7,8,42917,'Frost Nova'),(8,8,42917,'Frost Nova'),(10,8,42917,'Frost Nova'),(11,8,42917,'Frost Nova'),(1,8,475,'Remove Curse'),(5,8,475,'Remove Curse'),(7,8,475,'Remove Curse'),(8,8,475,'Remove Curse'),(10,8,475,'Remove Curse'),(11,8,475,'Remove Curse'),(10,3,13159,'Aspect of the Pack'),(2,3,13159,'Aspect of the Pack'),(3,3,13159,'Aspect of the Pack'),(4,3,13159,'Aspect of the Pack'),(6,3,13159,'Aspect of the Pack'),(8,3,13159,'Aspect of the Pack'),(11,3,13159,'Aspect of the Pack'),(10,3,1543,'Flare'),(2,3,1543,'Flare'),(3,3,1543,'Flare'),(4,3,1543,'Flare'),(6,3,1543,'Flare'),(8,3,1543,'Flare'),(11,3,1543,'Flare'),(10,3,13161,'Aspect of the Beast'),(2,3,13161,'Aspect of the Beast'),(3,3,13161,'Aspect of the Beast'),(4,3,13161,'Aspect of the Beast'),(6,3,13161,'Aspect of the Beast'),(8,3,13161,'Aspect of the Beast'),(11,3,13161,'Aspect of the Beast'),(10,3,5384,'Feign Death'),(2,3,5384,'Feign Death'),(3,3,5384,'Feign Death'),(4,3,5384,'Feign Death'),(6,3,5384,'Feign Death'),(11,3,5384,'Feign Death'),(10,3,13809,'Frost Trap'),(2,3,13809,'Frost Trap'),(3,3,13809,'Frost Trap'),(4,3,13809,'Frost Trap'),(6,3,13809,'Frost Trap'),(8,3,13809,'Frost Trap'),(11,3,13809,'Frost Trap'),(10,3,3045,'Rapid Fire'),(2,3,3045,'Rapid Fire'),(3,3,3045,'Rapid Fire'),(4,3,3045,'Rapid Fire'),(6,3,3045,'Rapid Fire'),(8,3,3045,'Rapid Fire'),(11,3,3045,'Rapid Fire'),(10,3,19885,'Track Hidden'),(2,3,19885,'Track Hidden'),(3,3,19885,'Track Hidden'),(4,3,19885,'Track Hidden'),(6,3,19885,'Track Hidden'),(8,3,19885,'Track Hidden'),(11,3,19885,'Track Hidden'),(10,3,1462,'Beast Lore'),(2,3,1462,'Beast Lore'),(3,3,1462,'Beast Lore'),(4,3,1462,'Beast Lore'),(6,3,1462,'Beast Lore'),(8,3,1462,'Beast Lore'),(11,3,1462,'Beast Lore'),(10,3,5118,'Aspect of the Cheetah'),(2,3,5118,'Aspect of the Cheetah'),(3,3,5118,'Aspect of the Cheetah'),(4,3,5118,'Aspect of the Cheetah'),(6,3,5118,'Aspect of the Cheetah'),(8,3,5118,'Aspect of the Cheetah'),(11,3,5118,'Aspect of the Cheetah'),(10,3,34074,'Aspect of the Viper'),(2,3,34074,'Aspect of the Viper'),(3,3,34074,'Aspect of the Viper'),(4,3,34074,'Aspect of the Viper'),(6,3,34074,'Aspect of the Viper'),(8,3,34074,'Aspect of the Viper'),(11,3,34074,'Aspect of the Viper'),(10,3,781,'Disengage'),(2,3,781,'Disengage'),(3,3,781,'Disengage'),(4,3,781,'Disengage'),(6,3,781,'Disengage'),(8,3,781,'Disengage'),(11,3,781,'Disengage'),(10,3,1002,'Eyes of the Beast'),(2,3,1002,'Eyes of the Beast'),(3,3,1002,'Eyes of the Beast'),(4,3,1002,'Eyes of the Beast'),(6,3,1002,'Eyes of the Beast'),(8,3,1002,'Eyes of the Beast'),(11,3,1002,'Eyes of the Beast'),(10,3,6197,'Eagle Eye'),(2,3,6197,'Eagle Eye'),(3,3,6197,'Eagle Eye'),(4,3,6197,'Eagle Eye'),(6,3,6197,'Eagle Eye'),(8,3,6197,'Eagle Eye'),(11,3,6197,'Eagle Eye'),(10,3,2974,'Wing Clip'),(2,3,2974,'Wing Clip'),(3,3,2974,'Wing Clip'),(4,3,2974,'Wing Clip'),(6,3,2974,'Wing Clip'),(8,3,2974,'Wing Clip'),(11,3,2974,'Wing Clip'),(10,3,19883,'Track Humanoids'),(2,3,19883,'Track Humanoids'),(3,3,19883,'Track Humanoids'),(4,3,19883,'Track Humanoids'),(6,3,19883,'Track Humanoids'),(8,3,19883,'Track Humanoids'),(11,3,19883,'Track Humanoids'),(10,3,1515,'Tame Beast'),(2,3,1515,'Tame Beast'),(3,3,1515,'Tame Beast'),(4,3,1515,'Tame Beast'),(6,3,1515,'Tame Beast'),(8,3,1515,'Tame Beast'),(11,3,1515,'Tame Beast'),(10,3,982,'Revive Pet'),(2,3,982,'Revive Pet'),(3,3,982,'Revive Pet'),(4,3,982,'Revive Pet'),(6,3,982,'Revive Pet'),(8,3,982,'Revive Pet'),(11,3,982,'Revive Pet'),(10,3,6991,'Feed Pet'),(2,3,6991,'Feed Pet'),(3,3,6991,'Feed Pet'),(4,3,6991,'Feed Pet'),(6,3,6991,'Feed Pet'),(8,3,6991,'Feed Pet'),(11,3,6991,'Feed Pet'),(10,3,2641,'Dismiss Pet'),(2,3,2641,'Dismiss Pet'),(3,3,2641,'Dismiss Pet'),(4,3,2641,'Dismiss Pet'),(6,3,2641,'Dismiss Pet'),(8,3,2641,'Dismiss Pet'),(11,3,2641,'Dismiss Pet'),(10,3,883,'Call Pet'),(2,3,883,'Call Pet'),(3,3,883,'Call Pet'),(4,3,883,'Call Pet'),(6,3,883,'Call Pet'),(8,3,883,'Call Pet'),(11,3,883,'Call Pet'),(10,3,5116,'Concussive Shot'),(2,3,5116,'Concussive Shot'),(3,3,5116,'Concussive Shot'),(4,3,5116,'Concussive Shot'),(6,3,5116,'Concussive Shot'),(8,3,5116,'Concussive Shot'),(11,3,5116,'Concussive Shot'),(10,3,13163,'Aspect of the Monkey'),(2,3,13163,'Aspect of the Monkey'),(3,3,13163,'Aspect of the Monkey'),(4,3,13163,'Aspect of the Monkey'),(6,3,13163,'Aspect of the Monkey'),(8,3,13163,'Aspect of the Monkey'),(11,3,13163,'Aspect of the Monkey'),(10,3,27044,'Aspect of the Hawk'),(2,3,27044,'Aspect of the Hawk'),(3,3,27044,'Aspect of the Hawk'),(4,3,27044,'Aspect of the Hawk'),(6,3,27044,'Aspect of the Hawk'),(8,3,27044,'Aspect of the Hawk'),(11,3,27044,'Aspect of the Hawk'),(10,3,19263,'Deterrence'),(2,3,19263,'Deterrence'),(3,3,19263,'Deterrence'),(4,3,19263,'Deterrence'),(6,3,19263,'Deterrence'),(8,3,19263,'Deterrence'),(11,3,19263,'Deterrence'),(10,3,14311,'Freezing Trap'),(2,3,14311,'Freezing Trap'),(3,3,14311,'Freezing Trap'),(4,3,14311,'Freezing Trap'),(6,3,14311,'Freezing Trap'),(8,3,14311,'Freezing Trap'),(11,3,14311,'Freezing Trap'),(10,3,19801,'Tranquilizing Shot'),(2,3,19801,'Tranquilizing Shot'),(3,3,19801,'Tranquilizing Shot'),(4,3,19801,'Tranquilizing Shot'),(6,3,19801,'Tranquilizing Shot'),(8,3,19801,'Tranquilizing Shot'),(11,3,19801,'Tranquilizing Shot'),(10,3,34026,'Kill Command'),(2,3,34026,'Kill Command'),(3,3,34026,'Kill Command'),(4,3,34026,'Kill Command'),(6,3,34026,'Kill Command'),(8,3,34026,'Kill Command'),(11,3,34026,'Kill Command'),(10,3,34600,'Snake Trap'),(2,3,34600,'Snake Trap'),(3,3,34600,'Snake Trap'),(4,3,34600,'Snake Trap'),(6,3,34600,'Snake Trap'),(8,3,34600,'Snake Trap'),(11,3,34600,'Snake Trap'),(10,3,34477,'Misdirection'),(2,3,34477,'Misdirection'),(3,3,34477,'Misdirection'),(4,3,34477,'Misdirection'),(6,3,34477,'Misdirection'),(8,3,34477,'Misdirection'),(11,3,34477,'Misdirection'),(10,3,53271,'Masters Call'),(2,3,53271,'Masters Call'),(3,3,53271,'Masters Call'),(4,3,53271,'Masters Call'),(6,3,53271,'Masters Call'),(8,3,53271,'Masters Call'),(11,3,53271,'Masters Call'),(10,3,49071,'Aspect of the Wild'),(2,3,49071,'Aspect of the Wild'),(3,3,49071,'Aspect of the Wild'),(4,3,49071,'Aspect of the Wild'),(6,3,49071,'Aspect of the Wild'),(8,3,49071,'Aspect of the Wild'),(11,3,49071,'Aspect of the Wild'),(10,3,53338,'Hunters Mark'),(2,3,53338,'Hunters Mark'),(3,3,53338,'Hunters Mark'),(4,3,53338,'Hunters Mark'),(6,3,53338,'Hunters Mark'),(8,3,53338,'Hunters Mark'),(11,3,53338,'Hunters Mark'),(10,3,3034,'Viper Sting'),(2,3,3034,'Viper Sting'),(3,3,3034,'Viper Sting'),(4,3,3034,'Viper Sting'),(6,3,3034,'Viper Sting'),(8,3,3034,'Viper Sting'),(11,3,3034,'Viper Sting'),(10,3,49067,'Explosive Trap'),(2,3,49067,'Explosive Trap'),(3,3,49067,'Explosive Trap'),(4,3,49067,'Explosive Trap'),(6,3,49067,'Explosive Trap'),(8,3,49067,'Explosive Trap'),(11,3,49067,'Explosive Trap'),(10,3,48996,'Raptor Strike'),(2,3,48996,'Raptor Strike'),(3,3,48996,'Raptor Strike'),(4,3,48996,'Raptor Strike'),(6,3,48996,'Raptor Strike'),(8,3,48996,'Raptor Strike'),(11,3,48996,'Raptor Strike'),(10,3,49052,'Steady Shot'),(2,3,49052,'Steady Shot'),(3,3,49052,'Steady Shot'),(4,3,49052,'Steady Shot'),(6,3,49052,'Steady Shot'),(8,3,49052,'Steady Shot'),(11,3,49052,'Steady Shot'),(10,3,49056,'Immolation Trap'),(2,3,49056,'Immolation Trap'),(3,3,49056,'Immolation Trap'),(4,3,49056,'Immolation Trap'),(6,3,49056,'Immolation Trap'),(8,3,49056,'Immolation Trap'),(11,3,49056,'Immolation Trap'),(10,3,49045,'Arcane Shot'),(2,3,49045,'Arcane Shot'),(3,3,49045,'Arcane Shot'),(4,3,49045,'Arcane Shot'),(6,3,49045,'Arcane Shot'),(8,3,49045,'Arcane Shot'),(11,3,49045,'Arcane Shot'),(10,3,49001,'Serpent Sting'),(2,3,49001,'Serpent Sting'),(3,3,49001,'Serpent Sting'),(4,3,49001,'Serpent Sting'),(6,3,49001,'Serpent Sting'),(8,3,49001,'Serpent Sting'),(11,3,49001,'Serpent Sting'),(10,3,61847,'Aspect of the Dragonhawk'),(2,3,61847,'Aspect of the Dragonhawk'),(3,3,61847,'Aspect of the Dragonhawk'),(4,3,61847,'Aspect of the Dragonhawk'),(6,3,61847,'Aspect of the Dragonhawk'),(8,3,61847,'Aspect of the Dragonhawk'),(11,3,61847,'Aspect of the Dragonhawk'),(10,3,60192,'Freezing Arrow'),(2,3,60192,'Freezing Arrow'),(3,3,60192,'Freezing Arrow'),(4,3,60192,'Freezing Arrow'),(6,3,60192,'Freezing Arrow'),(8,3,60192,'Freezing Arrow'),(11,3,60192,'Freezing Arrow'),(10,3,61006,'Kill Shot'),(2,3,61006,'Kill Shot'),(3,3,61006,'Kill Shot'),(4,3,61006,'Kill Shot'),(6,3,61006,'Kill Shot'),(8,3,61006,'Kill Shot'),(11,3,61006,'Kill Shot'),(10,3,48990,'Mend Pet'),(2,3,48990,'Mend Pet'),(3,3,48990,'Mend Pet'),(4,3,48990,'Mend Pet'),(6,3,48990,'Mend Pet'),(8,3,48990,'Mend Pet'),(11,3,48990,'Mend Pet'),(10,3,53339,'Mongoose Bite'),(2,3,53339,'Mongoose Bite'),(3,3,53339,'Mongoose Bite'),(4,3,53339,'Mongoose Bite'),(6,3,53339,'Mongoose Bite'),(8,3,53339,'Mongoose Bite'),(11,3,53339,'Mongoose Bite'),(10,3,49048,'Multi-Shot'),(2,3,49048,'Multi-Shot'),(3,3,49048,'Multi-Shot'),(4,3,49048,'Multi-Shot'),(6,3,49048,'Multi-Shot'),(8,3,49048,'Multi-Shot'),(11,3,49048,'Multi-Shot'),(10,3,58434,'Volley'),(2,3,58434,'Volley'),(3,3,58434,'Volley'),(4,3,58434,'Volley'),(6,3,58434,'Volley'),(8,3,58434,'Volley'),(11,3,58434,'Volley'),(10,3,3043,'Scorpid Sting'),(2,3,3043,'Scorpid Sting'),(3,3,3043,'Scorpid Sting'),(4,3,3043,'Scorpid Sting'),(6,3,3043,'Scorpid Sting'),(8,3,3043,'Scorpid Sting'),(11,3,3043,'Scorpid Sting'),(10,3,14327,'Scare Beast'),(2,3,14327,'Scare Beast'),(3,3,14327,'Scare Beast'),(4,3,14327,'Scare Beast'),(6,3,14327,'Scare Beast'),(8,3,14327,'Scare Beast'),(11,3,14327,'Scare Beast'),(10,3,20736,'Shooooot'),(11,3,20736,'Shooooot'),(2,3,20736,'Shooooot'),(3,3,20736,'Shooooot'),(4,3,20736,'Shooooot'),(6,3,20736,'Shooooot'),(8,3,20736,'Shooooot'),(4,11,48441,'Rejuvenation'),(6,11,48441,'Rejuvenation'),(4,11,50763,'Revive'),(6,11,50763,'Revive'),(4,11,49800,'Rip'),(6,11,49800,'Rip'),(4,11,48572,'Shred'),(6,11,48572,'Shred'),(4,11,48447,'Tranquility'),(6,11,48447,'Tranquility'),(4,11,48470,'Gift of the Wild'),(6,11,48470,'Gift of the Wild'),(4,11,48467,'Hurricane'),(6,11,48467,'Hurricane'),(4,11,48568,'Lacerate'),(6,11,48568,'Lacerate'),(4,11,48451,'Lifebloom'),(6,11,48451,'Lifebloom'),(4,11,48469,'Mark of the Wild'),(6,11,48469,'Mark of the Wild'),(4,11,48463,'Moonfire'),(6,11,48463,'Moonfire'),(4,11,50464,'Nourish'),(6,11,50464,'Nourish'),(4,11,48378,'Healing Touch'),(6,11,48378,'Healing Touch'),(4,11,48480,'Maul'),(6,11,48480,'Maul'),(4,11,48579,'Ravage'),(6,11,48579,'Ravage'),(4,11,48477,'Rebirth'),(6,11,48477,'Rebirth'),(4,11,50213,'Tigers Fury'),(6,11,50213,'Tigers Fury'),(4,11,48461,'Wrath'),(6,11,48461,'Wrath'),(4,11,33357,'Dash'),(6,11,33357,'Dash'),(4,11,33786,'Cyclone'),(6,11,33786,'Cyclone'),(4,11,26995,'Soothe Animal'),(6,11,26995,'Soothe Animal'),(4,11,49802,'Maim'),(6,11,49802,'Maim'),(4,11,53307,'Thorns'),(6,11,53307,'Thorns'),(4,11,48575,'Cower'),(6,11,48575,'Cower'),(4,11,48476,'Faerie Fire'),(6,11,48476,'Faerie Fire'),(4,11,48475,'Faerie Fire (Feral)'),(6,11,48475,'Faerie Fire (Feral)'),(4,11,48560,'Demoralizing Roar'),(6,11,48560,'Demoralizing Roar'),(4,11,49803,'Pounce'),(6,11,49803,'Pounce'),(4,11,48443,'Regrowth'),(6,11,48443,'Regrowth'),(4,11,48562,'Swipe'),(6,11,48562,'Swipe'),(4,11,53308,'Entangling Roots'),(6,11,53308,'Entangling Roots'),(4,11,48577,'Ferocious Bite'),(6,11,48577,'Ferocious Bite'),(4,11,53312,'Natures Grasp'),(6,11,53312,'Natures Grasp'),(4,11,48574,'Rake'),(6,11,48574,'Rake'),(4,11,48465,'Starfire'),(6,11,48465,'Starfire'),(4,11,48570,'Claw'),(6,11,48570,'Claw'),(4,11,9913,'Prowl'),(6,11,9913,'Prowl'),(4,11,18658,'Hibernate'),(6,11,18658,'Hibernate'),(4,11,29166,'Innervate'),(6,11,29166,'Innervate'),(4,11,20719,'Feline Grace'),(6,11,20719,'Feline Grace'),(4,11,9634,'Dire Bear Form'),(6,11,9634,'Dire Bear Form'),(4,11,8983,'Bash'),(6,11,8983,'Bash'),(4,11,783,'Travel Form'),(6,11,783,'Travel Form'),(4,11,22842,'Frenzied Regeneration'),(6,11,22842,'Frenzied Regeneration'),(4,11,5229,'Enrage'),(6,11,5229,'Enrage'),(4,11,768,'Cat Form'),(6,11,768,'Cat Form'),(4,11,2782,'Remove Curse'),(6,11,2782,'Remove Curse'),(4,11,2893,'Abolish Poison'),(6,11,2893,'Abolish Poison'),(4,11,5209,'Challenging Roar'),(6,11,5209,'Challenging Roar'),(4,11,52610,'Savage Roar'),(6,11,52610,'Savage Roar'),(4,11,22812,'Barkskin'),(6,11,22812,'Barkskin'),(4,11,5225,'Track Humanoids'),(6,11,5225,'Track Humanoids'),(7,9,58284,'Chaos Bolt Passive'),(10,9,58284,'Chaos Bolt Passive'),(4,11,200,'Polearms'),(6,11,200,'Polearms'),(4,11,15590,'Fist Weapons'),(6,11,15590,'Fist Weapons'),(1,9,48020,'Demonic Circle: Teleport'),(2,9,48020,'Demonic Circle: Teleport'),(5,9,48020,'Demonic Circle: Teleport'),(7,9,48020,'Demonic Circle: Teleport'),(10,9,48020,'Demonic Circle: Teleport'),(1,9,48018,'Demonic Circle: Summon'),(2,9,48018,'Demonic Circle: Summon'),(5,9,48018,'Demonic Circle: Summon'),(7,9,48018,'Demonic Circle: Summon'),(10,9,48018,'Demonic Circle: Summon');
  Ответить с цитированием
Старый 14.03.2010, 10:20   #3
IrkSell
Гость
 
Сообщений: n/a
По умолчанию

Помогло, квест появился.
P.S. Ни у кого не завалялся скрипт на старт в Оргриммаре и в Штормграде? с вовжп скачал один так почему то дк спавняться под текстурами городов...

Последний раз редактировалось IrkSell; 14.03.2010 в 10:37.
  Ответить с цитированием
Старый 15.03.2010, 12:06   #4
Fedia22
Ученый
 
Аватар для Fedia22
 
Регистрация: 03.03.2010
Адрес: Сибирь, 58°14′00″ с. ш. 92°29′00″ в. д.
Сообщений: 288
Сказал(а) спасибо: 79
Поблагодарили 37 раз(а) в 14 сообщениях
Записей в дневнике: 18
Fedia22 На верном пути
По умолчанию

а не пробовал поднять по высоте? (если не ошибаюсь это y хотя могу и ошибаться!)
Fedia22 вне форума   Ответить с цитированием
Старый 15.03.2010, 16:08   #5
IrkSell
Гость
 
Сообщений: n/a
По умолчанию

да нет, просто спавн происходит далеко от вендоров и пилить через весь город имхо не гуд) помню было куча патчев на старт прям у входа в столицы только вот были на старом винте а он крякнул.
  Ответить с цитированием
Старый 15.03.2010, 16:49   #6
Dragon
Новичок
 
Регистрация: 07.03.2010
Сообщений: 22
Сказал(а) спасибо: 33
Поблагодарили 2 раз(а) в 2 сообщениях
Dragon На верном пути
По умолчанию

Цитата:
Сообщение от IrkSell Посмотреть сообщение
да нет, просто спавн происходит далеко от вендоров и пилить через весь город имхо не гуд) помню было куча патчев на старт прям у входа в столицы только вот были на старом винте а он крякнул.
http://wiki.ytdb.ru/index.php/Playercreateinfo
Координаты - команда .gps в игре.
+ желательно присутствие мозга (это вроде есть) и прямых рук (не уверен, что отсутствуют, но явно не до конца присутствуют)
Вперед!
Dragon вне форума   Ответить с цитированием
Пользователь сказал cпасибо:
tempura (16.03.2010)
Старый 28.03.2010, 20:57   #7
StinK
RMDC Donator
 
Аватар для StinK
 
Регистрация: 07.03.2010
Сообщений: 78
Сказал(а) спасибо: 48
Поблагодарили 32 раз(а) в 7 сообщениях
StinK На верном пути
По умолчанию

Вот что у себя нашел. Не знаю, подойдёт ли для последних ревизий. Лейте на свой страх и риск
Перед заливкой удалите таблицу playercreateinfo, предварительно сделав её дамп.
Вложения
Тип файла: sql Игрок сразу в столице.sql (3.5 Кб, 570 просмотров)
StinK вне форума   Ответить с цитированием
Старый 02.04.2010, 11:11   #8
Chestarfild
Пользователь
 
Аватар для Chestarfild
 
Регистрация: 06.03.2010
Адрес: Россия->Цимлянск
Сообщений: 49
Сказал(а) спасибо: 34
Поблагодарили 4 раз(а) в 4 сообщениях
Chestarfild На верном пути
По умолчанию

А ведь можно на основе системы рандома бг сделать тонны новых бг на основе имеющихся инст
__________________
Богатство языка определяет широту его мысли
Chestarfild вне форума   Ответить с цитированием
Старый 02.04.2010, 15:52   #9
tempura
Forum bot
 
Аватар для tempura
 
Регистрация: 01.02.2010
Адрес: пусто
Сообщений: 841
Сказал(а) спасибо: 286
Поблагодарили 418 раз(а) в 190 сообщениях
Записей в дневнике: 60
tempura отключил(а) отображение уровня репутации
По умолчанию

Цитата:
Сообщение от StinK Посмотреть сообщение
Перед заливкой удалите таблицу playercreateinfo, предварительно сделав её дамп.
Это крайне порочный путь. Достаточно было сделать запросы апдейтами или реплейсами. Сейчас ваш запрос принудительно запрашивает базу mangos (а если у кого-то она иначе называется?), создает таблицу playercreateinfo (а если в следующем апдейте ее формат изменится?), и вставляет туда данные. Проще было бы только данные апдейтами или реплейсами лить - а уж указать нужную базу и сравнить поля - это дело пользователя.
__________________
Совершенно безопасен для людей, обладающих хотя бы некоторыми минимальными зачатками интеллекта, и способными строить причинно-следственные цепочки.
tempura вне форума   Ответить с цитированием
Старый 03.04.2010, 16:55   #10
StinK
RMDC Donator
 
Аватар для StinK
 
Регистрация: 07.03.2010
Сообщений: 78
Сказал(а) спасибо: 48
Поблагодарили 32 раз(а) в 7 сообщениях
StinK На верном пути
По умолчанию

Цитата:
Сообщение от tempura Посмотреть сообщение
Это крайне порочный путь. Достаточно было сделать запросы апдейтами или реплейсами. Сейчас ваш запрос принудительно запрашивает базу mangos (а если у кого-то она иначе называется?), создает таблицу playercreateinfo (а если в следующем апдейте ее формат изменится?), и вставляет туда данные. Проще было бы только данные апдейтами или реплейсами лить - а уж указать нужную базу и сравнить поля - это дело пользователя.
Не моё. Надо было большими буквами написать? Брал ещё со старого форума, автора не помню. Кому это действительно нужно, тот поймёт, что там и как. А кому "залить, чтобы всё кулл было", тем это просто не нужно.
--------------------
Вот чуть другой вариант. Для последних ревизий. В самом файле есть пометки, разобраться, что там и как, не сложно. Рыцарей Смерти оставил на месте, надо будет исправите.
Вложения
Тип файла: sql faction_in_stormwind_orgrimmar_9651+.sql (7.0 Кб, 549 просмотров)
__________________
ModSpora: Web-Interface for MaNGOS
WoW и MaNGOS больше не моя стихия...

Последний раз редактировалось StinK; 04.04.2010 в 09:28.
StinK вне форума   Ответить с цитированием
Старый 09.04.2010, 04:19   #11
fedr
Новичок
 
Аватар для fedr
 
Регистрация: 11.03.2010
Сообщений: 10
Сказал(а) спасибо: 13
Поблагодарили 4 раз(а) в 3 сообщениях
fedr На верном пути
По умолчанию

Цитата:
Сообщение от xstream Посмотреть сообщение
Вот скриптик на 46 талов ДК (КВЕСТ), я его вешал на тренера дк (Amal'thazad)!!!
у Вас небольшая ошибочка: данный квест доступен всем классам.
исправление:
Код:
UPDATE `quest_template` SET `SkillOrClass` = -6 WHERE `entry` = 5290;
или
fedr вне форума   Ответить с цитированием
Пользователь сказал cпасибо:
StinK (09.04.2010)
Старый 15.09.2010, 13:10   #12
Roma88
Гость
 
Сообщений: n/a
По умолчанию

Цитата:
Сообщение от StinK Посмотреть сообщение
Не моё. Надо было большими буквами написать? Брал ещё со старого форума, автора не помню. Кому это действительно нужно, тот поймёт, что там и как. А кому "залить, чтобы всё кулл было", тем это просто не нужно.
--------------------
Вот чуть другой вариант. Для последних ревизий. В самом файле есть пометки, разобраться, что там и как, не сложно. Рыцарей Смерти оставил на месте, надо будет исправите.
Дамп, на последние ревизии.
Вложения
Тип файла: sql faction_in_stormwind_orgrimmar_10434+.sql.sql (7.2 Кб, 486 просмотров)
  Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Скрипты для сайта. Yoda Языки программирования 59 17.08.2011 13:45
[*nix] скрипты в помощь. Делимся скриптами Gen1us2k Установка MaNGOS 1 18.08.2010 21:20
ScriptDev скрипты на C#? jesst3r Скрипты 4 03.08.2010 17:58
Мои скрипты под FreeBSD 8.0 FreeBSD Tools 4 14.05.2010 05:35
Скрипты и прочее (vbs, batch, shell) Konctantin Языки программирования 0 06.03.2010 12:17


Текущее время: 08:58. Часовой пояс GMT +3.


ru-mangos.ru - Русское сообщество MaNGOS
Главная цель проекта MaNGOS - обучающая, поэтому разрешается использовать исходный код и собранную программу только для образовательных целей.
Вы не можете использовать MaNGOS в коммерческих целях, а также не разрешается устанавливать публичные серверы на базе MaNGOS.
Любое копирование материалов, информации в любом виде без указания источника - форума Ru-MaNGOS будет считаться нарушением авторских прав и нарушением Уголовного Кодекса РФ, ст. 146 ст. 147.
Перевод vBulletin: zCarot