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, 06:52 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Qeynos Hills: Gnoll Invasion Plans

Rilca_Leafrunner.pl

Code:
#######################################
#  NPC: Rilca Leafrunner
#  Zone: geytogrg
#  Quest: Gnoll Invasion Plans
#  By: site3op
#  Revised:  Andrew80k
#######################################
sub EVENT_SAY {
   if ($text =~ /hail/i) {
       quest::say("Well, it seems that you have something of importance that you wish to speak to me about? No? Then perhaps you can do something [for me].");
   }
   if ($text =~ /for you/i) {
       quest::say("Well I need some information. It appears that some gnolls are planning an [invasion] of Surefall. I believe there are some gnoll couriers that are running information. If you could bring me their marching orders, invasion plans, area maps, and their encryption key. Your best chance to catch a courier is probably inside Blackburrow.");
   }
   if ($text =~ /invasion/i) {
      quest::say("Apparently they've heard of our plans to reopen the entrance to Jaggedpine inside Surefall. It seems they believe the think they have a chance to stop us. While most of us have little concern about a gnoll invasion force the information you provide would be of great assistance.");
   }
}
sub EVENT_ITEM {
   if (plugin::check_handin(\%itemcount,15931=>1,15932=>1,15933=>1,15934=>1)) {
       quest::emote("takes a look at the documents you handed her and smiles.");
       quest::say("This is exactly what we needed. We'll be better prepared if the gnolls are foolish enough to actually attack. I hope you are willing to assist us in the defense of Surefall. Should you choose to aid us, this club will serve you well.");
       quest::exp(15000);
       quest::summonitem(15935);
   }
   plugin::return_items(\%itemcount);
}
EDIT:
site3op actually was/is a quest writer , we need to keep his name in there.

Last edited by Angelox; 04-12-2008 at 03:05 AM..
Reply With Quote
  #2  
Old 04-12-2008, 07:19 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Committed to PEQ, thank you!
Reply With Quote
  #3  
Old 04-12-2008, 12:01 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Thanks for adding the original Author. It wasn't in there or at least I didn't see it.
Reply With Quote
Reply


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 10:00 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