View Single Post
  #3  
Old 08-27-2004, 05:41 PM
molimo140
Hill Giant
 
Join Date: Dec 2003
Posts: 104
Default

Okie...Good idea Cisyouc I've written the code (DAMN it took a long time...heh) Anyways here we go...

Full Quest File :

Code:
#Zone - Plane of Tranquility (203, Potranquility)
#Mob - Bor Wharhammer (Dwarf, Level 60)
#Quest - Ornate/Elemental Armor


sub EVENT_SAY
{

	if($text=~ /Hail/i)
	{
		quest::Say("Greetin's t'ye $name!  Isn't the area 'round 'ere so nice an' quiet?  Suc a departure form me old days; slaving o'er the forge t'create masterpieces!  T'be 'onest, at times I do miss the old forge, but after I created me finest breastplate, it seemed as if nothing else I made could ever live up t'it.  So i left me home to'wander the land an' see what I could learn o'the world.  I 'ave learned quite a bit from the elders 'ere 'an the skilled craftspeople in New Tanaan.  I 'ave even devised a type o'emblem that will impart the magic o'tranquility into the user t'create planar armors from pieces o'energy fround in the planes.");
	}

	if($text=~ /emblem/i)
	{
		quest::say("Well, the emblems dinnae be easy t'craft but I will gladly give ye one fer the price of 500 platinum pieces. They allow a planes traveler with no craftin' skills t'create many fine pieces o'planar armor in a special, magical kit I also 'ave an' will throw in with the price. The kit acts as a focal point fer the wild magic energy o'the Planes. Ye will only be able t'use each emblem an' kit once when ye create the piece, 'owever I dinnae be goin' anywhere soon! Just venture back when ye need another an' dinnae ferget the coin!")
	}

	if($text=~ /planar armors/i)
	{
		quest::say("From me understanding, the very fabric o'the planes is so strong out 'ere, it can be found in raw form the deeper ye traverse. Anyone who ventures far into the planes finds that they must wear excellent armor t'protect them from the savage environment. The very essence of planar energy can be focused into a form that can fit our shape. As ye progress deeper into the planes, ye will find many molds an' patterns with which t'base a set o'armor. If ye want t'know 'ow t'craft the various types o'armor, I can instruct ye about plate, chain, leather an' silk.")
	}

	if($text=~ /chain/i)
	{
		quest::say("Ahhhhh $name! Chain armors, while not as sturdy as plate, provide so much more mobility if constructed properly. T'construct a piece o'chain armor, ye need t'take a chain pattern, an emblem, various amounts of ethereal metal rings an' use one o'those crafty Tanaan smithin' 'ammers 'an give em to me, and I'll make you yer armor!. Ethereal metal ring construction is another matter. Ye will need to combine a brick o'ethereal energy, an ethereal temper an' a file within a Tanaan forge.");
	}

	if($text=~ /plate/i)
	{
		quest::say("Ahhhhh $name! The fine rigid armor that can stop a shaft from piercing yer heart! Too bad it be so cumbersome an' difficult t'move about in. To construct a piece o'plate armor, ye need t'take a plate mold, an emblem, various amounts o'sheet metal an' use one o'those crafty Tanaan smithin' 'ammers 'an give em to me, 'an I'll make you yer armor! Ethereal metal sheet construction is another matter. Ye will need t'combine two bricks o'ethereal energy, an ethereal temper an' a Tanaan smithin' 'ammer within a Tanaan forge.");
	}

	if($text=~ /silk/i)
	{
		quest::say("'Har! It be quite funny that we be referin' t'silk as armor, fer the amount o'protection it provides be miniscule at best. The planar armor made from strands o'ether can still be quite useful fer its magical properties, 'owever. Ye will need t'take up a Tanaan embroidery needle, a pattern, an emblem an' various amounts o'ether silk swatches t'create a piece. Give em all t'me and I'll make you yer armor!");
	}

	if($text=~ /swatches/i)
	{
		quest::say("T'make a swatch, ye need t'combine two strands o'ether along with a curing agent in a Tanaan loom. Ye will need t'seek a skilled brew master t'make the curing agent fer ye. Just 'ave them create it by using two celestial essences, soda an' paeala sap");
	}

	if($text=~ /leather/i)
	{
		quest::say("Leather armor provides little protection due t'the make-up o'the materials. We shall do our best, 'owever, t'see ye make a quality piece. T'do so, ye must take a pattern, an emblem, various pieces o'cured ethereal energy an' a Tanaan embroidery needle, give em all to me and I'll make you yer armor! The cured energy may be problematic fer an unskilled craftsman, 'owever. Just sew two silk ethereal swatches together using a Tanaan embroidery needle within a Tanaan loom. I can just imagine yer next question t'be about swatches, aye?");
	}

}


sub EVENT_ITEM
{

	if($platinum == 500)
	{
	

	        quest::say("Wonderful! This coin will go towards me fines with the Myrist library. They charge quite a bit fer overdue volumes! 'ere be yer emblem.  May the armor ye make with it provide ye with much protection.");


		if($class == Warrior)
		{
			quest::summonitem(WarriorEmblem);
		}
		
		if($class == Paladin)
		{
			quest::summonitem(PaladinEmblem);
		}

		if($class == Shadowknight)
		{
			quest::summonitem(ShadowKnightEmblem);
		}

		if($class == Cleric)
		{
			quest::summonitem(ClericEmblem);
		}

		if($class == Bard)
		{
			quest::summonitem(BardEmblem);
		}

		if($class == Berserker)
		{
			quest::summonitem(BerserkerEmblem);
		}

		if($class == Ranger)
		{
			quest:summonitem(RangerEmblem);
		}
		
		if($class == Rogue)
		{
			quest::summonitem(RogueEmblem);
		}
		
		if($class == Shaman)
		{
			quest::summonitem(ShamanEmblem);
		}

		if($class == Monk)
		{
			quest::summonitem(MonkEmblem);
		}
		
		if($class == Beastlord)
		{
			quest::summonitem(BeastlordEmblem);
		}
		
		if($class == Druid)
		{
			quest::summonitem(DruidEmblem);
		}

		if($class == Enchanter)
		{
			quest::summonitem(EnchanterEmblem);

		}
		
		if($class == Magician)
		{
			quest::summonitem(MagicianEmblem);
		}

		if($class == Wizard)
		{
			quest::summonitem(WizardEmblem);
		}
		
		if($class == Necromancer)
		{
			quest::summonitem(NecromancerEmblem);
		}
	}


#Warrior Elemental
if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Boot Mold} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the War God.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexBoots);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 1 && $itemcount{Elemental Bracer Mold} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the War God.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexBracer);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Gauntlet Mold} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the War God.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexGauntlets);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Greaves Mold} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the War God.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexLegs);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Breastplate Mold} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the War God.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexBreastplate);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Helm Mold} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the War God.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexHat);
}

if($itemcount{WarriorEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Vambraces Mold} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the War God.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RaexArms);
}




#Shadow Knight Elemental
if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Boot Mold} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerBoots);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 1 && $itemcount{Elemental Bracer Mold} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerBracer);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Gauntlet Mold} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerGauntlets);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Greaves Mold} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerLegs);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Breastplate Mold} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerBreastplate);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Helm Mold} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerHat);
}

if($itemcount{ShadowknightEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Vambraces Mold} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Plaguebringer.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PlaguebringerArms);
}







#Cleric Elemental
if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Boot Mold} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Divine Healer.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalBoots);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 1 && $itemcount{Elemental Bracer Mold} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Divine Healer.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalBracer);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Gauntlet Mold} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Divine Healer.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalGauntlets);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Greaves Mold} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Divine Healer.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalLegs);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Breastplate Mold} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Divine Healer.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalBreastplate);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Helm Mold} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Divine Healer.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalHat);
}

if($itemcount{ClericEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Vambraces Mold} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Divine Healer.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ClericElementalArms);
}


#Paladin Elemental
if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Boot Mold} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Divine Protector.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalBoots);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 1 && $itemcount{Elemental Bracer Mold} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Divine Protector.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalBracer);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Gauntlet Mold} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Divine Protector.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalGauntlets);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Greaves Mold} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Divine Protector.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalLegs);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Breastplate Mold} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Divine Protector.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalBreastplate);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Helm Mold} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Divine Protector.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalHat);
}

if($itemcount{PaladinEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Vambraces Mold} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Divine Protector.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(PaladinElementalArms);
}



#Bard Elemental
if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Boot Mold} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Warsong.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalBoots);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 1 && $itemcount{Elemental Bracer Mold} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Warsong.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalBracer);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Gauntlet Mold} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Warsong.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalGauntlets);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Greaves Mold} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Warsong.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalLegs);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 3 && $itemcount{Elemental Breastplate Mold} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Warsong.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalBreastplate);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Helm Mold} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Warsong.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalHat);
}

if($itemcount{BardEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalSheet} = 2 && $itemcount{Elemental Vambraces Mold} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Warsong.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BardElementalArms);
}




#Berserker Elemental
if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalBoots);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 1 && $itemcount{Elemental Chain Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalBracer);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalGauntlets);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalLegs);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalBreastplate);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalHat);
}

if($itemcount{BerserkerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Fury of the Ages.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BerserkerElementalArms);
}




#Ranger Elemental
if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalBoots);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 1 && $itemcount{Elemental Chain Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalBracer);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalGauntlets);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalLegs);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalBreastplate);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalHat);
}

if($itemcount{RangerEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Precision of the Gods.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RangerElementalArms);
}




#Shaman Elemental
if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalBoots);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 1 && $itemcount{Elemental Chain Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalBracer);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalGauntlets);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalLegs);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalBreastplate);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalHat);
}

if($itemcount{ShamanEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Blessing of the Wilds.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(ShamanElementalArms);
}




#Rogue Elemental
if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Theif Masters.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalBoots);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 1 && $itemcount{Elemental Chain Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Theif Masters.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalBracer);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Theif Masters.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalGauntlets);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Theif Masters.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalLegs);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 3 && $itemcount{Elemental Chain Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Theif Masters.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalBreastplate);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Theif Masters.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalHat);
}

if($itemcount{RogueEmblem} == 1 && $itemcount{TanaanSmithingHammer} == 1 && $itemcount{EtherealMetalRings} = 2 && $itemcount{Elemental Chain Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Theif Masters.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(RogueElementalArms);
}



#Monk Elemental
if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalBoots);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 1 && $itemcount{Elemental Leather Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalBracer);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalGauntlets);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalLegs);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalBreastplate);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalHat);
}

if($itemcount{MonkEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the The Body's Spirit.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(MonkElementalArms);
}



#Beastlord Elemental
if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalBoots);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 1 && $itemcount{Elemental Leather Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalBracer);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalGauntlets);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalLegs);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalBreastplate);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalHat);
}

if($itemcount{BeastlordEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the The Khati Sha.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(BeastlordElementalArms);
}


#Druid Elemental
if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalBoots);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 1 && $itemcount{Elemental Leather Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalBracer);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalGauntlets);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalLegs);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Leather Breastplate Pattern} == 1)
{

	quest::emote("Fashions a marvelous Breastplate, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! This here Breastplate will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalBreastplate);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Fury of the Wild.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalHat);
}

if($itemcount{DruidEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Leather Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Power of the Elements.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(DruidElementalArms);
}



#Enchanter Elemental
if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Silk Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! These Boots will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalBoots);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 1 && $itemcount{Elemental Silk Bracer Pattern} == 1)
{

	quest::emote("Fashions a single Bracer, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! This here bracer will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalBracer);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Silk Gauntlet Pattern} == 1)
{

	quest::emote("Fashions a set of Gauntlets, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! These here Gauntlets will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalGauntlets);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Silk Pant Pattern} == 1)
{

	quest::emote("Fashions a set of Greaves, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! These Greaves will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalLegs);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 3 && $itemcount{Elemental Silk Robe Pattern} == 1)
{

	quest::emote("Fashions a marvelous Robe, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! This here Robe will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalRobe);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Silk Helm Pattern} == 1)
{

	quest::emote("Fashions a Spiked Helm, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! This Helm will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalHat);
}

if($itemcount{EnchanterEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Silk Vambraces Pattern} == 1)
{

	quest::emote("Fashions a set of Vambraces, glowing with the power of the Powerf of Mind Control.");
	quest::say("That should do it! These here Armguards will provide you with protection for agest t'come.  Hand me another 500 platinum if'n you want another Emblem.");
	quest::summonitem(EnchanterElementalArms);
}



#Magician Elemental
if($itemcount{MagicianEmblem} == 1 && $itemcount{TanaanEmboideryNeedle} == 1 && $itemcount{EtherealSilkSwatch} = 2 && $itemcount{Elemental Silk Boot Pattern} == 1)
{

	quest::emote("Fashions a set of Boots, glowing with the power of the Power of the Elements.");
__________________
Server-OP and host of Lord of the Rings [Legit-Custom] Server
Reply With Quote