View Single Post
  #4  
Old 07-29-2005, 02:10 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

Code:
://EQEMU/Quests/citymist/90187.pl

############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: lhranc (human)
# ID: 90187
# Class: ShadowKnight
# Level: 65
# Zone: City of Mist
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
############################################
# *** Rewards **
#
############################################ 
sub EVENT_SPAWN
{
  quest::say("Young one, you cannot fathom how long it has been since I breathed air and felt flesh on my bones. I told you I would show you a weapon that would make you the most powerful of your kind. I said nothing of giving it to you. Feast your eyes on Innoruuk's Curse mortal, thank you for your service.");
}

sub EVENT_DEATH
{
  quest::spawn2(90188,0,0,$x,$y,$z,$h);
}
Reply With Quote