Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 01-17-2008, 05:35 PM
Knightly
Accomplished Programmer
 
Join Date: Nov 2006
Location: Honolulu, HI
Posts: 91
Default

(doesn't all fit in one post, so the EVENT_SAY is above and EVENT_ITEM is here)

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);
}
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:50 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3