EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Completed (https://www.eqemulator.org/forums/forumdisplay.php?f=633)
-   -   Dooly_Jonkers.pl (Updated) (https://www.eqemulator.org/forums/showthread.php?t=18296)

mwmdragon 04-06-2005 04:52 AM

Dooly_Jonkers.pl (Updated)
 
Code:


############################################
# ZONE: West Freeport (freportw)
# DATABASE: PEQ-Velios
# LAST EDIT DATE: April 5,2005
# VERSION: 2.0
# DEVELOPER: MWMDRAGON
#
# *** NPC INFORMATION ***
#
# NAME: Dooly_Jonkers
# ID: 9076
# TYPE: Guild Master Magician
# RACE: Gnome
# LEVEL: 61
#
# *** ITEMS GIVEN OR TAKEN ***
#
#
# *** QUESTS INVOLVED IN ***
#
#1 - Tergen's Spellbook
#
# *** QUESTS AVAILABLE TO ***
#
#1 - All
#
############################################

sub EVENT_SAY
{

  if($text=~/Hail/i)
  {
  quest::say("Greetings. $name!  Welcome to the Academy of Arcane Science.  Nowhere on Norrath can you find a greater learning center.");
  }

  if($text=~/Retlon Brenclog/i)
  {
  quest::say("I'm very sorry to report that Retlon was kidnapped by some vile orcs from Crushbone. And I haven't seen him since.");
  }

}

#END of FILE Zone:freportw  ID:9076 -- Dooly_Jonkers



All times are GMT -4. The time now is 09:03 AM.

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