PDA

View Full Version : Qeynos Hills: Gnoll Invasion Plans


Andrew80k
04-11-2008, 06:52 PM
Rilca_Leafrunner.pl


#######################################
# 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.

cavedude
04-12-2008, 07:19 AM
Committed to PEQ, thank you!

Andrew80k
04-12-2008, 12:01 PM
Thanks for adding the original Author. It wasn't in there or at least I didn't see it.