Code:
://EQEMU/Quests/overthere/gerot_castane.pl
############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: gerot_kastane
# ID: 75012
# Class: Warrior
# Level: 50
# Zone: Paineel
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #14375 - Seal of Kastane
# 2) #14378 - Head of Glohnor
############################################
# *** Rewards **
#
# 1) #14376 - Note to Marl
# 2) #14369 - Head of the Valiant
############################################
sub EVENT_ITEM
{
if($itemcount{14375} == 1)
{
quest::say("At last! I have been waiting for my brother for weeks! We are doomed! Innoruuk will taint our seed into some perverse, twisted, maddened breed. The prophecy has begun to unfold and there are none capable of stopping it. Quickly, return this note to Marl, we must hide! We have failed the master! We must escape the hateful one's wrath!");
quest::say("$name! My hero! I am at your service. I have been told to tell you all I know of the Head of the Valiant. Its construction is a mockery to the gods of Light, an abomination above all others. The method of creation of the Head of the Valiant was passed down through my family for centuries. All I require of you is the physical head of a valiant warrior. I have the rest of the materials right here to fashion this item for you.");
quest::summonitem("14376");
quest::ding();
}
if($itemcount{14378} == 1)
{
quest::say("Good travels, dark one! May Innoruuk curse your enemies!");
quest::summonitem("14369");
quest::ding();
}
}