Code:
sub EVENT_ITEM{
if (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 2, 13064 => 1)){
quest::say("You have proven most resourceful $name. I present you these newly crafted vambraces.");
quest::summonitem(82928);}
elsif (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 2, 13068 => 1)){
quest::say("Your hard work can only be met with these fine greaves. Wear them proudly.");
quest::summonitem(82929);}
elsif (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 2, 14018 => 1)){
quest::say("Marvelous $name. You truly are a brave warrior. Only one such as you is worthy enough to wear this armor.");
quest::summonitem(82930);}
elsif (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 2)){
quest::say("Many thanks for returning with these items. Please accept these guantlets as a token of my appreciation.");
quest::summonitem(82925);}
elsif (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 3)){
quest::say("Many thanks for returning with these items. Please accept these boots as a token of my appreciation.");
quest::summonitem(82926);}
if (plugin::check_handin(\%itemcount, 59954 => 1, 86010 => 1)){
quest::say("Thank you $name. Take this bracer as your payment.");
quest::summonitem(82924);}
elsif (plugin::check_handin(\%itemcount, 59954 => 1)){
quest::say("Thank you so much. We appreciate your help with this, it really is noted. Take this helmet and good luck to you!");
quest::summonitem(82927);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 2, 13064 => 1)){
quest::say("You have proven most resourceful $name. I present you these newly crafted sleeves.");
quest::summonitem(82935);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 2, 13068 => 1)){
quest::say("Your hard work can only be met with these fine leggings. Wear them proudly.");
quest::summonitem(82936);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 2, 14018 => 1)){
quest::say("Marvelous $name. You truly are a brave warrior. Only one such as you is worthy enough to wear this armor.");
quest::summonitem(82937);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 1)){
quest::say("Thank you $name. Take this bracer as your payment.");
quest::summonitem(82931);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 2)){
quest::say("Many thanks for returning with these items. Please accept these guantlets as a token of my appreciation.");
quest::summonitem(82932);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1, 86010 => 3)){
quest::say("Many thanks for returning with these items. Please accept these boots as a token of my appreciation.");
quest::summonitem(82933);}
elsif (plugin::check_handin(\%itemcount, 54229 => 1)){
quest::say("Thank you so much. We appreciate your help with this, it really is noted. Take this coif and good luck to you!");
quest::summonitem(82934);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 2, 13068 => 1)){
quest::say("Your hard work can only be met with these fine pants. Wear them proudly.");
quest::summonitem(82943);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 2, 14018 => 1)){
quest::say("Marvelous $name. You truly are a brave warrior. Only one such as you is worthy enough to wear this armor.");
quest::summonitem(82944);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 3)){
quest::say("Many thanks for returning with these items. Please accept these boots as a token of my appreciation.");
quest::summonitem(82940);}
elsif (plugin::check_handin(\%itemcount, 13064 => 2, 86010 => 2)){
quest::say("You have proven most resourceful $name. I present you these newly crafted sleeves.");
quest::summonitem(82942);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 2, 54234 => 1)){
quest::say("You have proven most resourceful $name. I present you these newly crafted sleeves.");
quest::summonitem(82949);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 2)){
quest::say("Many thanks for returning with these items. Please accept these gloves as a token of my appreciation.");
quest::summonitem(82939);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1, 86010 => 1)){
quest::say("Thank you $name. Take this bracer as your payment.");
quest::summonitem(82938);}
elsif (plugin::check_handin(\%itemcount, 13064 => 1)){
quest::say("Thank you so much. We appreciate your help with this, it really is noted. Take this cap and good luck to you!");
quest::summonitem(82941);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1, 86010 => 2, 13068 => 1)){
quest::say("Your hard work can only be met with these fine pantaloons. Wear them proudly.");
quest::summonitem(82950);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1, 86010 => 2, 14018 => 1)){
quest::say("Marvelous $name. You truly are a brave warrior. Only one such as you is worthy enough to wear this armor.");
quest::summonitem(82951);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1, 86010 => 3)){
quest::say("Many thanks for returning with these items. Please accept these slippers as a token of my appreciation.");
quest::summonitem(82947);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1, 86010 => 2)){
quest::say("Many thanks for returning with these items. Please accept these gloves as a token of my appreciation.");
quest::summonitem(82946);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1, 86010 => 1)){
quest::say("Thank you $name. Take this wristband as your payment.");
quest::summonitem(82945);}
elsif (plugin::check_handin(\%itemcount, 54234 => 1)){
quest::say("Thank you so much. We appreciate your help with this, it really is noted. Take this headband and good luck to you!");
quest::summonitem(82948); }
plugin::return_items(\%itemcount);
}