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 02-23-2009, 07:59 PM
Loftus
Sarnak
 
Join Date: Feb 2009
Location: New Mexico
Posts: 34
Default The Lost Trinket

Ok, I am starting to get in the swing. I have found a quest that doesn't appear to be in the PEQ quest repositoty: The Lost Trinket. *EDIT* This is actually called "The Lost Snake".

The NPC name is Animal_Trainer_Visop. Here is the code:

Code:
#zone - rathemtn
#quest - The Lost Trinket
#Loftus

sub EVENT_SAY
{
  if($text=~/hail/i){ 
quest::say("Come to look at my animals, have you? I have managed to capture and train some of the finest specimens in all of Norrath. Do you have any [skill with animals] yourself?");
  }
  if($text=~/skill with animals/i)
  {
  quest::say("Those blasted Trolls caused me to lose one of my finest specimens! I had captured a beautiful giant water moccasin while studying the swamplands. I did so love that [snake], I even fancy she grew to love me. I spent many hours training her.");
  }
  if($text=~/snake/i)
  {
  quest::say("There was a band of Troll invaders moving through our supply line one day, while I was attempting to calm one of the spiderlings they struck. My crates were smashed and they panicked the poor things rather badly. We were able to fend them off and I gathered together most of the freed animals, but alas my snake was nowhere to be found. I have been so busy helping them adjust to their new surroundings that I find myself lacking the time to go [look for her].");
  }
  if($text=~/look for her/i)
  {
quest::say("She answers to the name of Sethena when she is in the mood. She wore a trinket around her neck that she was rather fond of. If you could bring her back to me I would be most grateful, I do fear that she may have gone wild again. If this is the case, bring me back the trinket she wears as evidence of this. I must get back to work, it is feeding time. Good luck!");
  }
}

sub EVENT_ITEM
{
if(plugin::check_handin(\%itemcount, 54001 == 1))
  {
  quest::say("Alas, my poor Sethena! Thank you for this trinket, please take this.");
  quest::faction(264,100);
  quest::exp(2500);
  quest::summonitem("54002");
  }
}
For some reason, when I hand in the 54001 (A Muddy Trinket), he does not return the factions, xp nor the reward, 54002 (Trainer's Bauble).

Can anyone help?
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 12:49 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