|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Quests::Submissions This is where you submit your quests for review |
 |
|
 |

07-29-2005, 02:14 AM
|
Sarnak
|
|
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
|
|
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();
}
}
|
 |
|
 |
 |
|
 |

07-29-2005, 02:15 AM
|
Sarnak
|
|
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
|
|
Code:
://EQEMU/Quests/qcat/teydar.pl
############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: teydar
# ID: 45044
# Class: Warrior
# Level: 60
# Zone: Qeynos Aqueducts
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #14372 - Drake Spine
# 2) #14371 - Decrepit Hide
# 3) #16507 - Bar of Enchanted Platinum
############################################
# *** Rewards **
#
# 1) #14366 - Decrepit Sheath
############################################
sub EVENT_SAY
{
if($text=~/Hail/i)
{
quest::say("Hello $name, It's good to see another shadowknight. I'm Teydar, I've made it my life to fashion suitable scabbard and sheaths for our order.");
}
if($text=~/decrepit sheath/i)
{
quest::say("The object you desire is very difficult to fashion, nearly impossible, really. All I can offer to do is try. The real difficulty is the contents that give the sheath its power. They have to be of an almost equal evil. I think some kind of decrepit hide, a drake spine along with a bar of enchanted platinum should prove enough to make this item.");
}
}
sub EVENT_ITEM
{
if ($itemcount{14372} == 1 && $itemcount{14371} == 1 && $itemcount{16507} == 1)
{
quest::say("I did it! The pieces you got me were perfect! It took a huge effort on my part to craft this, of course. it saddens me that I'm unable to keep one of my best works. A deal is a deal. There is honor among shadowknights.");
quest::ding();
quest::exp(250);
quest::summonitem("14366");
}
}
|
 |
|
 |
 |
|
 |

07-29-2005, 02:15 AM
|
Sarnak
|
|
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
|
|
Code:
://EQEMU/Quests/tox/knarlthenne_skurl.pl
############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: knarthenne_skurl
# ID: 38058
# Class: Warrior
# Level: 50
# Zone: Toxxulia Forest
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
############################################
# *** Rewards **
#
# 1) #17051 - Soul Case
############################################
sub EVENT_SAY
{
if($text=~/Hail/i)
{
quest::say("Ah, you do not possess the heart of an innocent. Be gone with you!");
}
if($text=~/heart of an innocent/i)
{
quest::say("What's that? Heart of the Innocent, you say?! Ages, it has been, since I was last asked that. The Heart of the Innocent is an item of great power. Few are they who have ever commanded the dark magic of such an object. It is the bound soul of a pure mortal, rare indeed. Take this hollow gem, and combine with it the heart of one who is pure. If your hand is steady and your mind is clear, you shall have what you seek.");
quest::summonitem("17051");
}
}
|
 |
|
 |

07-29-2005, 07:26 AM
|
Hill Giant
|
|
Join Date: Jun 2005
Posts: 105
|
|
Woot, Shadowknight Epic is sweet! 
|

05-02-2006, 09:48 PM
|
Sarnak
|
|
Join Date: Jan 2004
Location: Stockholm
Posts: 59
|
|
love the epic quest, just the shock you get when he tells you that he wont give you the sword just look at it, and then become one of the hardest enounters oldschool had seen =) love this epic quest
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 08:45 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |