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
  #1  
Old 03-04-2008, 11:24 AM
shaznito
Sarnak
 
Join Date: Apr 2007
Posts: 35
Default Quest::Bug Collection

First off I want to say that this quest on live took way to long to do for one reason, the giant wasp wing that was also needed took over 752 kills to get.
anyways there is one missing item from the database "vial of Spider Venom"
I need that for the random rewards and for this to be complete, I would have done it myself but didnt know how.

Code:
#############
#Quest Name:Bug Collection
#Author:Shaznito
#NPCs Involved:Blixkin Entopop
#Items Involved:Bug Collection Box, Complete Bug Collection, Fire Beetle Eye
#Giant Fire Beetle Leg, Giant Scarab Egg Sack, Giant Wasp Wing, 
#Spiderling Eye, Spiderling Silk
#################


sub EVENT_SAY { 

if($text=~/Hail/i){
 
 quest::say("Hail, $name!  My name is Blixkin Entopop.  Have you seen the wonderful assortment of [spiders] and [beetles] that inhabit the thicket?  I have quite an extensive [bug collection].  Be careful, though.  I have seen many brave halflings fall beneath a [swarm] of clicking and hissing bugs.");

}

if($text=~/what spiders/i){
 
 quest::say("There are many species of bugs out here.  The most common are the fire beetles.  If you are hunting them, make sure their queen is not around or you will be in deep trouble.  Their eyes are a popular item for adventurers because they give off light as if they were on fire.  I even had one warrior try to kill [Ember] for her eyes!!");

}

if($text=~/who is ember/i){
 
 quest::say("I raised Ember from an egg.  She is my faithful pet and quite smart for a beetle.  There are plenty of other bugs to squish, out in the thicket, so you had best leave her alone or I will have to SQUISH you!");

}

if($text=~/what swarms/i){

 quest::say("Bugs tend to swarm and defend others of their species when they are attacked.  So keep your eyes peeled if you intend to squish any of them..  And you'd better not even THINK of squishing [Ember] or you will be sorry!");

}

if($text=~/what beetles/i){
 
 quest::say("There are many species of bugs out here.  The most common are the fire beetles.  If you are hunting them, make sure their queen is not around or you will be in deep trouble.  Their eyes are a popular item for adventurers because they give off light as if they were on fire.  I even had one warrior try to kill [Ember] for her eyes!!");

}

if($text=~/can I have a bug collection box/i){
 
 quest::say("Here you go.  Just follow the instructions on the[list] so you know what to collect and how to prepare the collection for me.");
 
 quest::summonitem(17922);

}

if($text=~/what list/i){
 
 quest::say("What did you do, lose the list?  Here is another one.  Hold onto it because I will want it back when you are done.");
 
 quest::summonitem(18011);

}
 }

sub EVENT_ITEM {

if (plugin::check_handin(\%itemcount, 13268 => 1, 18011 => 1)) {
 
 quest::say("Excellent!  Good work!  I knew you were the one for this job!  Thank you so much!  My collection just gets better and better each day.  Here is your reward as I promised.");
 
 $random = quest::ChooseRandom(14010,13281,13280);
 
 quest::faction(218, 12);
 
 quest::faction(77, 12);
 
 quest::faction(133, 12);
 
 quest::faction(208, 12);
 
 quest::faction(48, -15);
 
 quest::exp(65);
 
 quest::givecash(0,8,3,0);

 }

 } else { quest::say("I have no need for this item $name, you can have it back.");

plugin::return_items(\%itemcount);

 }

 #END of FILE Zone:misty  ID:33066 -- Blixkin_Entropop
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 11:47 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