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:08 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default ShadowKnight Epic - Complete

I'm currently working on adding all epic quests to my server. I wrote this one up last night.

Assumptions (if using PEQ-Velious database):

New NPCs:
  • Create NPC "marl_kastane" in citymist (90188, 60 warrior, human male, texture 1, helm 2)
  • Create NPC "lhranc" (His human form) in citymist (90187, 65 shadowknight, human male, texture 3, helm 0, mindmg 83, maxdmg 385, procs "soul devour", 60 second refresh on HT)
  • Create NPC "mummy_of_glohnor" in hole (39165, 60 Warrior, crypt keeper male, texture 1, helm 0, mindmg 55, maxdmg 270)
  • Create NPC "a_mimic" in hole (90188, 51 warrior, treasure chest, mindmg 69, maxdmg 173, drops item #14373 - "Cell Key" around 30-50%, place a few of them around the bank area. Alternately, have the key drop off some other random mobs in the zone)

New Items:
  • Create Item "Lhranc's Coin" (1000, no drop, coin graphic.)

Drop Table Changes:
add the following to Kyrenna's drop table in the hole with 100% drop rates:
  • #14381 - Blood of Kyrenna
  • #14380 - Heart of Kyrenna

Tradeskills:
The following combine must be created:
Heart of the Innocent, any tradeskill you want, no fail, 0 trivial, 0 skill
  • #17051 - Soulcase (Container, not returned)
  • #14380 - Heart of Kyrenna (component, not returned)
  • #14368 - Heart of the Innocent (product, returned)


I'll try to add more info on the required DB additions when I get home tonight.

Last edited by FaerinTelDanor; 07-29-2005 at 11:00 AM..
Reply With Quote
  #2  
Old 07-29-2005, 02:08 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

Code:
://EQEMU/Quests/overthere/kurron_ni.pl

############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: kurron_ni
# ID: 93803
# Class: Rogue
# Level: 54
# Zone: Overthere
############################################
# *** NPC Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #3141 - Darkforge Breastplate
# 2) #3145 - Darkforge Greaves
# 3) #3140 - Darkforge Helm
# 4) 900 Platinum
############################################
# *** Rewards **
#
# 1) #18099 - Letter to Duriek
############################################

sub EVENT_SAY
{
  if($text=~/hail/i)
  {
    quest::say("Out of my way, stranger, I am on a delicate mission. Interfere with my search and I shall relieve you of your head! Bother me no more.");
  }

  if($text=~/seek/i)
  {
    quest::say("I have traveled here in hopes of finding a soul worthy of assisting me in completing my mission.");
  }

  if($text=~/I am worthy/i)
  {
    quest::say("I doubt it, but I have been wrong before. Before I share with you the details of my mission, however, you must first prove your worthiness. Agreed?");
  }

  if($text=~/agreed/i)
  {
    quest::say("Very well then, my new friend. I have an acquaintance that stands in need of three pieces of Darkforge Armor. He requires the breast, greaves and helm to complete his set. I also must pay back a loan that has come due in the amount of 900 platinum. Return this to me and I shall share with you my dark mission, and the immeasurable reward that will be earned at its completion. Show your face here without fulfilling my request and I will offer you on the altar to Innoruuk himself. Be off!");
  }

  if($text=~/what mission/i)
  {
    quest::say("My mission was to find a pathetic shadowknight and bring him closer to Innoruuk. You volunteered. By exercising my superior powers of persuasion, I have now taken from you a fine suit of armor and enough coin to ensure that I will be sleeping neither soberly nor alone for quite some time! Now I ask you, worthy shadowknight, do you not feel the fires of hatred coursing through your veins like never before? That is the very reward I spoke of! You have been brought closer to my master. My mission is complete! You foolish excuse for a dark knight, I shall take your head and tell all of your generous donation to the mighty Teir'Dal rogues!");
    quest::attack($name);
  }
}

sub EVENT_ITEM
{
  if ($itemcount{3141} == 1 && $itemcount{3145} == 1 && $itemcount{3140} == 1 && $platinum == 900)
  {
    quest::say("Well done, $name, I honestly didn't expect to see you again. Yes, yes, this is perfect! My mission is nearly complete!");
    quest::addloot(18099,1);
    quest::ding();
  }
}
Reply With Quote
  #3  
Old 07-29-2005, 02:09 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

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

############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: lhranc (undead)
# ID: 90093
# Class: Warrior
# Level: 60
# Zone: City of Mist
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #1467 - Corrupted Ghoulbane
# 2) #1468 - Heart of the Innocent
# 3) #1469 - Head of the Valliant
# 4) #1470 - Will of Innoruuk
############################################
# *** Rewards **
#
# 1) Loot - #1000 - Lhranc's Coin
############################################ 
sub EVENT_SAY
{
  if($text=~/Hail/i)
  {
    quest::say("Ahh, finally! He has sent you. No time to waste now, you must help me lift the curse at once!");
  }

  if($text=~/curse/i)
  {
    quest::say("Can you not see my condition! I have been unjustly sentenced to an eternity in this wretched form you see before you, never to leave these walls. In exchange for the cure for this curse, I swear to show you a secret that would make you the most powerful of your kind.");
  }

  if($text=~/cure/i)
  {
    quest::say("I require only four things of you, dark one, and one of them you hold now. Bring me the heart of an innocent, the head of the valiant, and the will of Innoruuk. With these, my curse shall be lifted at last and I will craft a weapon that will cast a shadow over all of Norrath.");
  }
}

sub EVENT_ITEM
{
  if ($itemcount{14367} == 1 && $itemcount{14368} == 1 && $itemcount{14369} == 1 && $itemcount{14370} == 1)
  {
    quest::say("Ahh, at last I can free myself of this prison! Centuries have passed since I enjoyed the fruits of mortality.");
    quest::emote("He hurls the components above his head where they remain suspended in midair. They hover in place while he chants the words of an ancient spell. As he speaks, the items begin to rotate around his head, slowly at first, then faster as the chanting grows louder, until it spins in a blur. Soon, the room is filled with a deafening shriek that pierces you to the core.");
    quest::ding();
    quest::summonitem("1000");
    quest::spawn2(90187,0,0,$x,$y,$z,$h);
    quest::depop();
  }
}
Reply With Quote
  #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
  #5  
Old 07-29-2005, 02:10 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

Code:
://EQEMU/Quests/kerraridge/marl_kastane.pl

############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: marl_kastane
# ID: 90188
# Class: Warrior
# Level: 60
# Zone: City of Mist
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #1000 - Lhranc's Coin
############################################
# *** Rewards **
#
# 1) Loot - #14383 - Innoruuk's Curse
############################################ 
sub EVENT_SPAWN
{
    quest::say("Alas, I cannot be the one to carry the sword back to my people as proof in fear they will kill me to possess it for their own. I think a simple trade is in order, perhaps you have a symbol or token of Lhanrc's that I could take back to the others to ease their worries?");
}

sub EVENT_ITEM
{
  if ($itemcount{1000} == 1)
  {
    quest::say("Very good, I will go deliver this right away. The sword is yours, may it serve you well.");
    quest::ding();
    quest::summonitem("14383");
    quest::depop();
  }
}

Last edited by FaerinTelDanor; 07-29-2005 at 12:04 PM..
Reply With Quote
  #6  
Old 07-29-2005, 02:11 AM
FaerinTelDanor
Sarnak
 
Join Date: Jul 2005
Location: Ottawa, Ontario. Canada
Posts: 30
Default

Code:
://EQEMU/Quests/hole/#ghost_of_glohnor.pl

############################################
# Developer: Faerin
# Modified: July 28, 2005
# Database: PEQ-Kunark
############################################
# *** NPC INFORMATION ***
#
# NAME: ghost_of_glohnor
# ID: 39082
# Class: Warrior
# Level: 50
# Zone: The Hole
############################################
# *** Quest Info ***
# Class: ShadowKnight
# Level Range: 50-60
# Quest Name: SK Epic
############################################
# *** Items Needed ***
#
# 1) #14377 - Dark Shroud
############################################
# *** Rewards **
#
# 1) Loot - #14378 - Head of Glohnor
# 2) Loot - #14379 - Glohnor Wrappings
############################################ 

sub EVENT_ITEM
{
  if($itemcount{14377} == 1)
  {
    quest::spawn2(39165,0,0,$x,$y,$z,$h);
    quest::ding();
    quest::depop;
  }
}
Reply With Quote
Reply


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 11:00 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3