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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-09-2008, 10:36 AM
gatorman's Avatar
gatorman
Sarnak
 
Join Date: Jan 2008
Posts: 32
Default Neriaka : Necromancer Words : X-Ta Tempi

Ok, this is the quest for Necro words given by X-Ta Tempi in Neriak Foreign Quarter.

Code:
#############
#Quest Name: Necromancer Words - X`Ta Tempi
#Author: Blaz
#NPCs Involved: 1
#Items Involved: 16 = (12 quest turn in items, 4 rewards)
#################
sub EVENT_SAY { 
if($text=~/hail/i){
quest::say("We three are the [Sisters Dark] - [Necromancy] is our Art - Bonded dead, they serve our will - No beat of heart, yet faithful still.");
}

if($text=~/sisters dark/i){
quest::say("We three are the Sisters Dark - Keepers of the shadowed Dread - [Lore of Death]. we research now - Join with us and serve [the Dead].");
}

if($text=~/lore of death/i){
quest::say("The Lore of Death is shadow bound - Its [words] are [hid]. yet shall be found - Through our research into the dark - Old hexes found and parchment marked.");
}

if($text=~/the dead/i){
quest::say("The Dead are the shadowknights and necromancers of Neriak. They were formed by Queen Cristanos herself. Even among the Teir'Dal they are feared and they keep to themselves within the Lodge of the Dead in the Third Gate. I have heard they take orders only from the queen.");
}

if($text=~/necromancy/i){
quest::say("Necromancy - Art of the Dead - Binding bones to serve your will - We research now the [Lore of Death] - Ancient spells with power still."); 
}
if($text=~/hid/i){
quest::say("The Words are hid in tomes of old - Their yielded lore worth more than gold - Though we search both 'fore and 'hind - [Components] we can not yet find."); 
}
if($text=~/components/i){
quest::say("We need components for research - These are things that you could find - In return for [tasks] that you perform - Words of [reward] we have in mind."); 
}
if($text=~/tasks/i){
quest::say("Bring us components for our research - We give [Word]s by tasks performed - [Possession], [Detachment], [Allure], [Haunting], [Rupturing], [Dark Paths], [Suffering], [Collection], [Obligation], [Requisition] and [Acquisition]."); 
}
#same as 'tasks'
if($text=~/reward/i){
quest::say("Bring us components for our research - We give [Word]s by tasks performed - [Possession], [Detachment], [Allure], [Haunting], [Rupturing], [Dark Paths], [Suffering], [Collection], [Obligation], [Requisition] and [Acquisition]."); 
}
if($text=~/words of possession/i){
quest::say("From the Estate of Unrest, bring barbed bone chips - From Castle Mistmoore, a dagger charred - From a merchant bring a stone of blood - Words of Possession will be your reward."); 
}
if($text=~/words of haunting/i){
quest::say("From the Estate of Unrest, bring dark bone chips - From Castle Mistmoore, a dagger ebon - From a merchant bring a jasper stone - Then Words of Haunting will to you be given."); 
}
if($text=~/words of collection/i){
quest::say("Two Words of Collection I possess - To obtain Beza to me you must bring - a globe of darkness, an Eye of Kor and an amber gem. To obtain Caza to me you must bring - an Eye of Guk, a globe of fear, and jade."); 
}
if($text=~/words of detachment/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of allure/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of rupturing/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of dark paths/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of suffering/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of obligation/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of requisition/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
if($text=~/words of acquisition/i){
quest::say("The answer to that question is held by another - Ask again of my sister..."); 
}
}

sub EVENT_ITEM 
{
 #Words of Possession
 #Requires: 1 Charred Dagger, 1 Bloodstone, 2 Barbed Bone Chips
   if(plugin::check_handin(\%itemcount, 7036 => 1, 10019 => 1, 10516 => 2)){
   quest::say("You have quested well - With spell and sword - Accept our thanks - And this reward.");
   quest::summonitem(11815);
   # The Dead
   quest::faction("322","10");
   # Queen Cristanos Thex 
   quest::faction("268","10");
   # King Naythox Thex 
   quest::faction("177","-10");
   # Keepers of the Art 
   quest::faction("170","-10");
   # Eldritch Collective
   quest::faction("91","-10");
   # Primordial Malice
   quest::faction("260","-10");
   #Approx half a blue at level 31
   quest::exp(62000);

 }
  #Words of Haunting
  #Requires: 1 Ebon Dagger, 1 Jasper, 2 Dark Bone Chips
   elsif(plugin::check_handin(\%itemcount, 7037 => 1, 10020 => 1, 10518 => 2)){
   quest::say("You have quested well - With spell and sword - Accept our thanks - And this reward.");
   quest::summonitem(11836);
   # The Dead
   quest::faction("322","10");
   # Queen Cristanos Thex 
   quest::faction("268","10");
   # King Naythox Thex 
   quest::faction("177","-10");
   # Keepers of the Art 
   quest::faction("170","-10");
   # Eldritch Collective
   quest::faction("91","-10");
   # Primordial Malice
   quest::faction("260","-10");
   #Approx half a blue at level 31
   quest::exp(62000);

 }
  #Words of Collection (Beza)
  #Requires: 1 Sphere of Unrest (orb of darkness?), 1 Eye of Kor, 1 Amber 
   elsif(plugin::check_handin(\%itemcount, 10520 => 1, 10524 => 1, 10022 => 1)){
   quest::say("You have quested well - With spell and sword - Accept our thanks - And this reward.");
   quest::summonitem(11858);
   # The Dead
   quest::faction("322","10");
   # Queen Cristanos Thex 
   quest::faction("268","10");
   # King Naythox Thex 
   quest::faction("177","-10");
   # Keepers of the Art 
   quest::faction("170","-10");
   # Eldritch Collective
   quest::faction("91","-10");
   # Primordial Malice
   quest::faction("260","-10");
   #Approx half a blue at level 31
   quest::exp(62000);
 }
   #Words of Collection (Caza)
   #Requires: 1 Globe of Fear, 1 Eye of Guk, 1 Jade
   elsif(plugin::check_handin(\%itemcount, 10521 => 1, 10526 => 1, 10023 => 1)){
   quest::say("You have quested well - With spell and sword - Accept our thanks - And this reward.");
   quest::summonitem(11864);
   # The Dead
   quest::faction("322","10");
   # Queen Cristanos Thex 
   quest::faction("268","10");
   # King Naythox Thex 
   quest::faction("177","-10");
   # Keepers of the Art 
   quest::faction("170","-10");
   # Eldritch Collective
   quest::faction("91","-10");
   # Primordial Malice
   quest::faction("260","-10");
   #Approx half a blue at level 31
   quest::exp(62000);
 }
else{
  #do all other handins first with plugin
  plugin::return_items(\%itemcount);
  quest::say("Thanks, but I do not need this...");
}

}

#END of FILE Zone:neriaka -- X`Ta_Tempi
-Blaz
Reply With Quote
  #2  
Old 02-10-2008, 11:11 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Committed to PEQ.
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 04:33 AM.


 

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