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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-11-2008, 10:54 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Qyenos Hills: Rat Ear Pie

Rephas.pl

Code:
######################################################
# NPC:  Rephas
# Zone:  qeytoqrg
# Quest:  Rat Ear Pie
# Author:  Andrew80k
######################################################

sub EVENT_SAY {

    if ($text=~/hail/i) {
        quest::say("Aagggh..  Get away from here..  Go, run..  Far away..  Or I shall call [Karana's] wrath upon you!");  
    }

    if ($text=~/karana\'s/i) {
        quest::say("Heh!..  Ignorant one!  Begone, and take your stupidity with you!");
    }

}

sub EVENT_ITEM {

  if (plugin::check_handin(\%itemcount,13072 => 1)) {

    quest::say("Ahh yes..  These are a little small, but still some good eating, if you know how to cook 'em of course..   Here ya go, enjoy and may Karana keep your fields lush and green.");
    quest::faction(11,2);  # Arcane Scientists
    quest::faction(184,2); # Knights of Truth
    quest::faction(105,-3); # Freeport Militia
    quest::faction(235,-3); # Opal Dark Briar

    quest::summonitem(13719);    

  } elsif (plugin::check_handin(\%itemcount,13719=>1)) {
    quest::say("Wha?..   Ah, I guess it's a bit of an acquired taste..  Oh well, your loss..  Here, take this..  They ain't no ears, but it's the least I could do..   And if ya find any more rat ears, good ol' Rephas here will be glad to take 'em off your hands for ya!");
    quest::faction(11,2);  # Arcane Scientists
    quest::faction(184,2); # Knights of Truth
    quest::faction(105,-3); # Freeport Militia
    quest::faction(235,-3); # Opal Dark Briar

    quest::summonitem(13076);    
  } elsif (plugin::check_handin(\%itemcount,13050=>4)) {
    quest::say("Wow!..  How big was the dang varmint that these come off of?!  Bigger'n a ol' grizzly, I bet!  You've earned this, my friend!  It's my own secret recipe for rat ear pie..  sure is tasty, easy to make, and keeps your belly full while you're running about in the hills and such.  Take care, and may Karana keep your path clear and our lakes full.");
    quest::faction(11,2);  # Arcane Scientists
    quest::faction(184,2); # Knights of Truth
    quest::faction(105,-3); # Freeport Militia
    quest::faction(235,-3); # Opal Dark Briar
    quest::summonitem(18103);
  } elsif (plugin::check_handin(\%itemcount,13050=>1)) {
    quest::say("Hey..  wow..  Now THESE are some good, meaty ears..  These will make one great rat ear pie..  Tell ya what, kid..  bring me a few more o' these beauties, and I'll give you my secret recipe for cooking 'em.");
    quest::faction(11,2);  # Arcane Scientists
    quest::faction(184,2); # Knights of Truth
    quest::faction(105,-3); # Freeport Militia
    quest::faction(235,-3); # Opal Dark Briar
  }
}
Reply With Quote
  #2  
Old 04-12-2008, 08:51 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Committed, the only thing to watch out for make sure you use the existing code. You left out the pre-existing hand-in for Arcane Order Task.
Reply With Quote
  #3  
Old 04-12-2008, 11:58 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Quote:
Originally Posted by cavedude View Post
Committed, the only thing to watch out for make sure you use the existing code. You left out the pre-existing hand-in for Arcane Order Task.
Hmmm. The one that I had, had a bunch of stuff in it and at the top just said that the text was totally made up. Thanks for adding that back in though.
Reply With Quote
  #4  
Old 11-10-2009, 03:12 AM
craig2009
Fire Beetle
 
Join Date: Nov 2009
Location: england
Posts: 1
Default

Hi all!
I've just visited this forum. Happy to get acquainted with you. Thanks.
__________________
Free Anime Episodes
Reply With Quote
Reply

Thread Tools
Display Modes

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:45 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3