EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=634)
-   -   Palon_Deskeb.pl (Updated) (https://www.eqemulator.org/forums/showthread.php?t=18399)

mwmdragon 04-24-2005 06:49 AM

Palon_Deskeb.pl (Updated)
 
Code:


############################################
# ZONE: West Freeport (freportw)
# DATABASE: PEQ-Velious
# LAST EDIT DATE: April 24,2005
# VERSION: 1.0
# BASE QUEST BY: PEQ Quest Team
# DEVELOPER: MWMDRAGON
#
# *** NPC INFORMATION ***
#
# NAME: Palon_Deskeb
# ID: 9072
# TYPE: Guild Master Wizard
# RACE: Erudite
# LEVEL: 61
#
# *** ITEMS GIVEN OR TAKEN ***
#
# Jar Of Liquid ID- MISSING
# Jar of Fish ID- MISSING
#
# *** QUESTS INVOLVED IN ***
#
#1 - Marr Minnows for Palon (BROKEN - Items Needed)
#
# *** QUESTS AVAILABLE TO ***
#
#1 - All
#
# *** QUEST NOTES ***
#
# Minnow Needed for this quest. You hand the
# minnow the Jar of Liquid and it has a chance
# of handing you back a Jar of Fish.
#
############################################




sub EVENT_SAY
{

  if($text=~/Hail/i)
  {
  quest::say("Pleased to meet you. $name. Have you seen how clear the water is underneath the Academy? All sorts of life could flourish there. What a shame there are no [Marr Minnows] there.");
  }

  if($text=~/What Marr Minnows?/i)
  {
  quest::say("The Marr Minnow swims in the pond near the Temple of Marr. I wish I had one. Not a dead one. A live one. I need someone to [get the minnow].");
  }

  if($text=~/get the minnow/i)
  {
  quest::say("'Please try. Here you are. Take this jar. Offer the jar to the minnows. Maybe they will swim into it.");
  }

}

#END of FILE Zone:freportw  ID:9072 -- Palon_Deskeb



All times are GMT -4. The time now is 07:33 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.