Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2005, 02:15 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

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");
  }
}
Reply With Quote
  #2  
Old 07-29-2005, 02:15 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

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");
  }
}
Reply With Quote
  #3  
Old 07-29-2005, 07:26 AM
Traul
Hill Giant
 
Join Date: Jun 2005
Posts: 105
Default

Woot, Shadowknight Epic is sweet!
Reply With Quote
  #4  
Old 05-02-2006, 09:48 PM
Smedy
Sarnak
 
Join Date: Jan 2004
Location: Stockholm
Posts: 59
Default

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:34 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3