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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-28-2006, 07:55 AM
CrabClaw's Avatar
CrabClaw
Hill Giant
 
Join Date: Jun 2006
Location: Plane of Knowledge
Posts: 191
Default Alexis_Dubbani

More PoK quest'age goodness. Again the 'Antiques' line.

The only problem there is a missing item in the database that needs to be added. I have yet to learn to do this myself. It should be called a 'Collection of Books' at entry 28078. Feel free to comment.

Code:
#############
#Quest Name: Alexis' Book Collection
#Author: CrabClaw
#NPCs Involved: Alexis_Dubbani
#Items Involved: All from Angelox's Database
#zone: poknowledge
#Revised CrabClaw v1.0 WIP

###RELATED QUESTS###
#	Curator_Merri: The Collector's Box

sub EVENT_SAY { 
if($text=~/Hail/i){
      quest::say("Why hello there. $name.  I'm so glad you could take the time to see my exhibit.  I am a collector of [books]. and I seek many more volumes of strange and wonderful texts.  Perhaps I could hire your services to help me find some more?");
   }elsif($text=~/books/i){
      quest::say("I am still looking for the following. Please locate a Black Tome with Silver Runes, Tome of the Eternal, Codex of the Warrior, and a Book of Inspiration. Please store them inside a Collector's Box you can get from [Merri] for safekeeping. After you find all the books, be sure to close the box and return it to me. I appreciate your help.");
   }elsif($text=~/merri/i){
      quest::say("Curator Merri is the founder of the museum in the Selia district of New Tanaan. She is a true visionary and a wonderful person as well. It is her dream to turn life's love into something truly grand. She also carries with her the Collector's Boxes. If you need one, be sure to ask her for it.");
	  }
}
sub EVENT_ITEM{
   if ($itemcount{28078} == 1){
   #I think there is a 'Collection of Books' item missing from the database at entry 28078.
      quest::say("These will do. Please accept this as a show of my appreciation. Now if you'll excuse me I have much work left to do.");
      quest::summonitem(28240);
  }
#END of FILE Zone:poknowledge Alexis_Dubbani
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 09:31 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