Eep...aparently a max to how much you can post...anyway, here's rest of file:
Code:
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 Powers 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 Powers 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 Powers 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 Powers 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 Powers 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 Powers 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.");
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(MagicianElementalBoots);
}
if($itemcount{MagicianEmblem} == 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 Power of the Elements.");
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(MagicianElementalBracer);
}
if($itemcount{MagicianEmblem} == 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 Power of the Elements.");
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(MagicianElementalGauntlets);
}
if($itemcount{MagicianEmblem} == 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 Power of the Elements.");
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(MagicianElementalLegs);
}
if($itemcount{MagicianEmblem} == 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 Power of the Elements.");
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(MagicianElementalRobe);
}
if($itemcount{MagicianEmblem} == 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 Power of the Elements.");
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(MagicianElementalHat);
}
if($itemcount{MagicianEmblem} == 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 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(MagicianElementalArms);
}
#Wizard Elemental
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalBoots);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalBracer);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalGauntlets);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalLegs);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalRobe);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalHat);
}
if($itemcount{WizardEmblem} == 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 Fury of Al`Kabor.");
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(WizardElementalArms);
}
#Necromancer Elemental
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalBoots);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalBracer);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalGauntlets);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalLegs);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalRobe);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalHat);
}
if($itemcount{NecromancerEmblem} == 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 Powers of Death.");
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(NecromancerElementalArms);
}
}
To add Ornate to this: simply copy each class block, and replace all instances of ELEMENTAL with ORNATE!! heh...Might require a bunch of item lookups (Where i have words in oppose to actual Item IDS (Because yours may be different than mine).
I added in some flavor text ...i guess thats what you can call it in the new parts, and edited the top parts. Yea yea i realize some of the text that it says doesnt really make sense (Spiked helm for silk...etc), but I was lazy and didn't bother editing that, but thats the fun part for you to do!!!! Have fun, and let me know if you have any ideas/suggestions/bug reports.